body.single-product #Content{
    background-color: #FCFCFC !important;
}


[id] {
    scroll-margin-top: 100px; 
}


#Subheader{
    background-color: #FCFCFC !important;
}

.detalles-curso{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.detalles-curso .icon-item{
    display: flex;
    gap: 12px;
}


.detalles-curso .icon-item i{
    font-size: 20px;
}


.mfn-toggle-item .toggle-bar{
    border-bottom: solid 1px #a5a5a5;
    display: flex;
    justify-content: space-between;
    padding: 17.5px;
}

.mfn-toggle-item .toggle-bar .toggle-heading{
    color: #0F0F0F;
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    margin: 0px;
}
.mfn-toggle-item .toggle-content{
    padding: 17.5px;
    color: #0F0F0F;
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
}

.mfn-toggle-item .toggle-bar .toggle-icon i{
    font-size: 30.3px;
    color: #0F0F0F;
}

body.single-product .multimedia iframe{
    width: 488px;
    height: 277px;
    border-radius: 12px;

}
.custom-ancles .mcb-wrap-inner{
    gap: 12px;
}
.custom-ancles .ancle-buttom .mcb-item-button-inner{
    margin-left: 0px;
    margin-right: 0px;
}

.ancle-buttom .button{
    color: #0F0F0F !important;
    background-color: #EBEBEB !important;
    box-shadow: none !important;
    border: none !important;
    font-family: Inter !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 130% !important;
    padding: 8px 12px 8px 12px !important;
}

.ponente{
    display: flex;
    gap: 26px;
    margin-bottom: 20px;
}

.ponente .ponente-imagen{
    width: 179px;
    height: 185px;
    border-radius: 8px;
    object-fit: cover;
}

.ponente-escola-familia .ponente .ponente-imagen{
    width: 190px;
    height: 185px;
}


.ponentes-column h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    font-family: Inter;
    color:#0F0F0F;
}

.ponente .ponentes-redes{
    display: flex;
    gap: 20px;
}

.ponente .ponentes-redes i{
    font-size: 24px !important;
}


.descripcion-corta .ampliar-descripcion a:hover{
    text-decoration: none;
}


.sticky-element-container {
    transition: opacity 0.3s ease; 
    opacity: 1;
}
.sticky-element-container.hidden {
    opacity: 0; 
    pointer-events: none;
}


.programa-lista {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    row-gap: 40px;
    column-gap: 56px; 
}

.programa-item:nth-child(odd) {
    grid-column: 1;
}

.programa-item:nth-child(even) {
    grid-column: 2;
}

.programa-item .programa-item-header{
    display: flex;
    gap: 8px;
    align-items: center;
}

.programa-item .programa-item-header .numero{
    color:#CA0183 !important;
    font-size: 32px !important;
    font-weight: 700 !important;
}
.programa-item .programa-item-header .programa-titulo{
    font-weight: 700 !important;
}

.product-shortcode-content{ 
    width: 384px;
    border: 1px solid #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background-color: #FCFCFC;
}

.contenedor-label{
    width: 352px;
}
.product-label{
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    color:#FCFCFC;
    font-size: 14px;
    font-weight: 700;
    line-height: 130%;
    font-family: Inter;
    width: fit-content;
    border-radius: 4px;
    margin-top: 20px;
}
.product-shortcode-content.curs-profesional  .product-label{
    background-color: #CA0183;
}

.product-shortcode-content.curs-escola-de-familia  .product-label{
    background-color:  #00969F;
}


.product-shortcode-content.inscripciones-cerradas .product-label{
    background-color: #a5a5a5;
    color: #0F0F0F;
}


.product-shortcode-content.inscripciones-cerradas .add_cart_all .add-to-cart-button{
    display: none;
}

.product-title{
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    font-family: Inter;
    width: 352px;
    margin-bottom: 12px !important;
    margin-top: 20px;
}

.product-icons{
    width: 352px;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    color: #0F0F0F;
    font-family: Inter;
    margin-bottom: 8px;
}

.product-icons .icon-item{
    margin-bottom: 12px;
}

.product-icons .icon-item i{
    margin-right: 12px;
}

.add_cart_all{
    margin-bottom: 20px;
}
.curs-escola-de-familia .add_cart_all{
    height: unset;
}

.add_cart_all .product-discount{
    color:#CA0183;
    font-family: Inter;
    font-size: 14px;
    line-height: 130%;
    font-weight: 700;
    height: 18px;
    text-align: center;
    margin-bottom: 12px;
}
.curs-escola-de-familia .add_cart_all .product-discount{
    color: #00969F;
}

.add_cart_all .dto-large{
    display: block;
}
.add_cart_all .dto-short{
    display: none;
}

.add-to-cart-button a{
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 352px;
    height: 43px;
    border-radius: 10px  !important;
    color: #FFFFFF  !important;
    font-size: 16px  !important;
    font-weight: 700  !important;
    line-height: 130%  !important;
    font-family: Inter  !important;
    border: none !important;
    text-align: center !important;
}


.product-shortcode-content.curs-profesional  .add-to-cart-button a{
    background-color: #CA0183 !important;
}

.product-shortcode-content.curs-escola-de-familia  .add-to-cart-button a{
    background-color:  #00969F !important;
}

.iconos-con-texto{
    width: 352px;
    font-size: 14px  !important;
    font-weight: 400  !important;
    line-height: 130%  !important;
    font-family: Inter  !important;
    color: #0F0F0F  !important;
}

.icono{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.icono img{
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.logos-lista{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.logo-item{
    width: 143px;
    height: 63px;
}


label span.wpcf7-form-control-wrap select{
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #FCFCFC;
    border: 1px solid #a5a5a5;
    cursor: pointer;
    border-radius: 8px;
    width: 100%; 
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    font-family: Inter;
    color: #a5a5a5;
    margin-top: 8px;
    padding-bottom: 12px;
}
  
.form-cursos label span.wpcf7-form-control-wrap select::after {
    content: url('/wp-content/uploads/2025/01/Vector1.png'); 
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none; 
    width: 16px; 
    height: auto;
}

.form-cursos label span.wpcf7-form-control-wrap .wpcf7-text{
    border-radius: 8px;
    width: 100%; 
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    font-family: Inter;
    color: #a5a5a5;
    background-color: #FCFCFC;
    border: 1px solid #a5a5a5;
    margin-top: 8px;
}

.form-cursos label{
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    font-family: Inter;
    color: #000000;
}

.form-cursos label select:focus{
    background-color: transparent !important;

}

.sticky-element-father{
    z-index: 1000;
}

.productos-relacionados{
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.productos-relacionados::-webkit-scrollbar {
    display: none;
}
.product-related{
    background-color: #f6f6f6;
    width: 384px !important;
    height: 154px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.product-related h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    font-family: Inter;
    color: #0F0F0F;
    width: 344px;
}

.product-related a h4{
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    font-family: Inter;
    color: #0F0F0F;
    margin-bottom: 12px !important;
    width: 344px;
}

.product-related .icon-item-related i{
    margin-right: 12px;
}


ul.objetivos-lista{
    list-style: disc;
    margin-left: 20px;
}
ul.objetivos-lista .objetivo-item{
    margin-bottom: 12px;
}

.opiniones-lista{
    display: flex;
    gap: 21px;
    overflow-x: auto;
    scroll-behavior: smooth;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    user-select: none;

}

.opiniones-lista::-webkit-scrollbar {
    display: none;
}

.opiniones-lista .opinion-item{
    border: 1px solid #a5a5a5;
    border-radius: 12px;
    min-width: 284px;
    height: 175px;
    display: flex;
     justify-content: center;
    align-items: center
}
.opiniones-lista .opinion-item .opinion-contenido{
    width: 236px;
}



.opinion-contenido .opinion-usuario{
    display: flex;
    gap: 12px;
}


.opinion-contenido .opinion-comentario{
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    font-family: Inter;
    color: #0F0F0F;
}

.opinion-usuario .opinion-usuario{
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.opinion-usuario h3{
    font-size: 14px;
    font-weight: 700;
    line-height: 130%;
    font-family: Inter;
    color: #0F0F0F;
    margin-bottom: 0px !important;
}

.opinion-usuario .opinion-profesion{
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    font-family: Inter;
    color: #707070;
    margin-bottom: 0px !important;
}

.opinion-usuario .opinion-imagen img {
    max-width: 100%;
    border-radius: 50%;
}

.opiniones-flechas{
    display: flex;
    gap: 26px;
    margin-top: 20px;
}

.wpcf7-form .form-cursos .first-row p{
    display: flex;
    gap: 20px;
}

.wpcf7-form .form-cursos .first-row p label{
    width: 50%;
}

.wpcf7-form .form-cursos .second-row p{
    display: flex;
    gap: 20px;
}

.wpcf7-form .form-cursos .second-row p label{
    width: 50%;
}

.wpcf7-form .form-cursos .wpcf7-form-control-wrap{
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    font-family: Inter;
    color: #0F0F0F;

}

.wpcf7-form .form-cursos .wpcf7-submit{
    background-color: #0F0F0F !important;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    font-family: Inter;
    margin-top: 20px;
}


.wpcf7-form .form-cursos .wpcf7-acceptance label{
    display: flex;
    gap: 12px;
    font-size: 14px !important;
}

.camp-title{
    margin-top: 60px;
    margin-bottom: 20px;
}

@media  (max-width: 370px){
    .add-to-cart-button a{
        width: 230px;
    }
    body.single-product .multimedia iframe{
        width: 90%;
        height: auto;
    
    }
    
}

@media (max-width: 768px){
    
    .ponente{
        flex-direction: column;
    }
    .ponente .ponente-imagen{
        width: 164px;
    }
    .programa-lista {
        grid-template-columns: 1fr; 
        width: 85%;
    }
    .programa-item:nth-child(odd),
    .programa-item:nth-child(even) {
        grid-column: auto; }

    .custom-ancles .mcb-wrap-inner{
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        scroll-behavior: smooth;
        flex-wrap: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
    
    }

    .custom-ancles .mcb-wrap-inner::-webkit-scrollbar {
        display: none; 
    }
    body.single-product .multimedia iframe{
        width: 351px;
        height: 199px;
    
    }
    
    .product-related{
        width: 317px !important;
    }

    .product-related li{
        width: 317px;
        padding: 20px;
    }
    
    .product-related h3{
        width: 277pxr;
    }
    
    .product-related a h4{
        width: 277px;
    }

    .wpcf7-form .form-cursos .first-row p{
        display: flex;
        gap: 12px;
        flex-direction: column;
    }
    
    .wpcf7-form .form-cursos .first-row p label{
        width: 100%;
    }

    
    .wpcf7-form .form-cursos .second-row p{
        display: flex;
        gap: 12px;
        flex-direction: column;
    }
    
    .wpcf7-form .form-cursos .second-row p label{
        width: 100%;
    }

    .product-title{
        font-size: 16px;
    }

    .form-cursos{
        width: 95%;
    }

    .form-custom .toggle-icon {
        margin-left: 26px;
    }
}

@media  (max-width: 959px){
    .sticky-element-container{
        position: fixed !important;
        bottom: 0 !important;
        top:unset !important;
        left: 0 !important;
    }
    
    .product-shortcode-content{
        height: 142px !important;
        width: 100%;
        border: none;
        border-radius: 0%;
        box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.2)
    } 

    .product-label{
        display: none;
    }

    .product-icons{
        display: none;
    }
    
    .iconos-con-texto{
        display: none;
    }

    .add-to-cart-button a{
        width: 266px;
    }

    .add_cart_all .dto-large{
        display: none;
    }
    .add_cart_all .dto-short{
        display: block;
        max-width: 73px;
    }
    .add_cart_all {
        display: flex;
        gap: 12px;
    }

    .product-title{
        width: 90%;
        margin-top: 20px;
    }
}

@media  (min-width: 960px) and (max-width: 1140px) {
    
    .product-shortcode-content{
        width: 320px;
        top: 130px;
    }
    .contenedor-label{
        width: 300px;
    }
    .product-title{
        width: 300px;
    }
    .product-icons{
        width: 300px;
        margin-bottom: 0px;
    }
    .add-to-cart-button a{
        width: 300px;
    }

    .iconos-con-texto{
        width: 300px;
    }
    .sticky-element-container .mcb-wrap-inner{
        justify-content: center !important;
    }

}


@media  (min-width: 960px){
    .sticky-element-container{
        position: sticky !important;
        top: 100px;
    }

    .iconos-con-texto-hide{
        display: none;
    }
    
    
}

