.elementor-18317 .elementor-element.elementor-element-f3857fa{--display:flex;}.elementor-18317 .elementor-element.elementor-element-749d787{--display:flex;--padding-top:24px;--padding-bottom:24px;--padding-left:24px;--padding-right:24px;}.elementor-18317 .elementor-element.elementor-element-90e2d72{--n-accordion-title-font-size:24px;--n-accordion-title-justify-content:space-between;--n-accordion-title-flex-grow:1;--n-accordion-title-icon-order:initial;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-border-radius:8px 8px 8px 8px;--n-accordion-title-normal-color:#FFFFFF;--n-accordion-title-hover-color:var( --e-global-color-primary );--n-accordion-title-active-color:var( --e-global-color-primary );--n-accordion-icon-size:15px;--n-accordion-icon-normal-color:var( --e-global-color-449d925 );}.elementor-18317 .elementor-element.elementor-element-90e2d72 > .elementor-widget-container > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title{background-color:#3F3F3F;border-style:none;}:where( .elementor-18317 .elementor-element.elementor-element-90e2d72 > .elementor-widget-container > .e-n-accordion > .e-n-accordion-item ) > .e-con{background-color:#3F3F3F;border-style:none;--border-radius:0px 0px 16px 16px;}.elementor-18317 .elementor-element.elementor-element-90e2d72 {--n-accordion-padding:16px 16px 016px 16px;}:where( .elementor-18317 .elementor-element.elementor-element-90e2d72 > .elementor-widget-container > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title > .e-n-accordion-item-title-header ) > .e-n-accordion-item-title-text{font-family:"Neue Haas Grotesk Display Pro", Sans-serif;font-weight:700;text-transform:uppercase;font-style:italic;}.elementor-18317 .elementor-element.elementor-element-27c48ab .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-18317 .elementor-element.elementor-element-27c48ab .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-18317 .elementor-element.elementor-element-27c48ab .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-18317 .elementor-element.elementor-element-27c48ab .jet-listing-dynamic-field__content{text-align:left;}/* Start custom CSS for html, class: .elementor-element-5359223 *//* ====== GRID CONTENEDOR ====== */
.pv-videos-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 20px 0 40px;
}

/* ====== CARD ====== */
.pv-card{
  transition: transform .15s ease, box-shadow .15s ease;
    background-color: white;
    padding: 16px;
    border-radius: 16px;
}

.pv-card:hover{
  transform: translateY(-2px);
}

/* ====== FRAME (imagen) ====== */
.pv-frame{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #eaeaea;
  border-radius: 12px;
  overflow: hidden;
}

.pv-thumb{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* fallback si no hay imagen */
.pv-noimg{
  width: 100%;
  height: 100%;
  background: #ddd;
}

/* ====== TITULO ====== */
.pv-title{
    font-family:var(--e-global-typography-primary-font-family), Sans-serif;
  margin: 12px 0 8px;
  font-weight: 700;
  font-size: 18px !important;
  text-transform: uppercase;
  line-height: 1.3;
}

/* ====== VOTAR ====== */
.pv-vote{
     display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px !important;
    cursor: pointer;
    justify-content: center;
    background-color: black;
    padding: 8px;
    border-radius: 4px;
    color: white;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  
}

.pv-vote input{
  accent-color: currentColor;
  cursor: pointer;
}

/* ====== SELECCIONADO ====== */
.pv-selected .pv-frame{
  outline: 3px solid #EBFF46;
  outline-offset: 3px;
}

/* ====== LOADING / EMPTY ====== */
.pv-loading{
  opacity: .6;
}

.pv-empty{
  opacity: .7;
  font-style: italic;
  padding: 12px 0;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 1024px){
  .pv-videos-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px){
  .pv-videos-grid{
    grid-template-columns: 1fr;
  }
}

/* Ocultamos el radio nativo */
.pv-vote input[type="radio"]{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Caja cuadrada */
.pv-vote span{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 13px;
  user-select: none;
}

.pv-vote span::before{
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 3px; /* <- cuadrado (0 = cuadrado perfecto) */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .15s ease, border-color .15s ease;
}

/* Estado seleccionado */
.pv-vote input[type="radio"]:checked + span::before{
  background: #EBFF46;
}

/* Opcional: check interno */
.pv-vote input[type="radio"]:checked + span::after{
  content: "";
  position: absolute;
  margin-left: 4px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(45deg);
}

.pv-send-row button {
    background-color: white;
    border: none;
    border-radius: 8px;
    color: black;
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-family:var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: bold;
    padding: .5rem 1rem;
    text-align: center;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.pv-send-row button:hover {
    background-color:#EBFF46;
    color:black;
}

.pv-send-msg {
    color: white;
    margin-top: 20px;
    font-family:var(--e-global-typography-primary-font-family), Sans-serif;
}

.pv-meta {
    padding: 0px !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-family:var(--e-global-typography-primary-font-family), Sans-serif;
    text-transform:uppercase;
    margin-bottom:15px;
}

.pv-tag {
    display: inline-block;
    padding: 0px !important;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .2);
    color: #b870ff;
}

.pv-meta-row {
    margin-bottom: 0px !important;
}

.pv-meta-muted {
    opacity: 1 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5359223 *//* ====== GRID CONTENEDOR ====== */
.pv-videos-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 20px 0 40px;
}

/* ====== CARD ====== */
.pv-card{
  transition: transform .15s ease, box-shadow .15s ease;
    background-color: white;
    padding: 16px;
    border-radius: 16px;
}

.pv-card:hover{
  transform: translateY(-2px);
}

/* ====== FRAME (imagen) ====== */
.pv-frame{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #eaeaea;
  border-radius: 12px;
  overflow: hidden;
}

.pv-thumb{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* fallback si no hay imagen */
.pv-noimg{
  width: 100%;
  height: 100%;
  background: #ddd;
}

/* ====== TITULO ====== */
.pv-title{
    font-family:var(--e-global-typography-primary-font-family), Sans-serif;
  margin: 12px 0 8px;
  font-weight: 700;
  font-size: 18px !important;
  text-transform: uppercase;
  line-height: 1.3;
}

/* ====== VOTAR ====== */
.pv-vote{
     display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px !important;
    cursor: pointer;
    justify-content: center;
    background-color: black;
    padding: 8px;
    border-radius: 4px;
    color: white;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  
}

.pv-vote input{
  accent-color: currentColor;
  cursor: pointer;
}

/* ====== SELECCIONADO ====== */
.pv-selected .pv-frame{
  outline: 3px solid #EBFF46;
  outline-offset: 3px;
}

/* ====== LOADING / EMPTY ====== */
.pv-loading{
  opacity: .6;
}

.pv-empty{
  opacity: .7;
  font-style: italic;
  padding: 12px 0;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 1024px){
  .pv-videos-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px){
  .pv-videos-grid{
    grid-template-columns: 1fr;
  }
}

/* Ocultamos el radio nativo */
.pv-vote input[type="radio"]{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Caja cuadrada */
.pv-vote span{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 13px;
  user-select: none;
}

.pv-vote span::before{
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 3px; /* <- cuadrado (0 = cuadrado perfecto) */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .15s ease, border-color .15s ease;
}

/* Estado seleccionado */
.pv-vote input[type="radio"]:checked + span::before{
  background: #EBFF46;
}

/* Opcional: check interno */
.pv-vote input[type="radio"]:checked + span::after{
  content: "";
  position: absolute;
  margin-left: 4px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(45deg);
}

.pv-send-row button {
    background-color: white;
    border: none;
    border-radius: 8px;
    color: black;
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-family:var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: bold;
    padding: .5rem 1rem;
    text-align: center;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.pv-send-row button:hover {
    background-color:#EBFF46;
    color:black;
}

.pv-send-msg {
    color: white;
    margin-top: 20px;
    font-family:var(--e-global-typography-primary-font-family), Sans-serif;
}

.pv-meta {
    padding: 0px !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-family:var(--e-global-typography-primary-font-family), Sans-serif;
    text-transform:uppercase;
    margin-bottom:15px;
}

.pv-tag {
    display: inline-block;
    padding: 0px !important;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .2);
    color: #b870ff;
}

.pv-meta-row {
    margin-bottom: 0px !important;
}

.pv-meta-muted {
    opacity: 1 !important;
}/* End custom CSS */
/* Start custom CSS for jet-listing-dynamic-field, class: .elementor-element-27c48ab */.elementor-18317 .elementor-element.elementor-element-27c48ab {display:none;}/* End custom CSS */