.btn.btn-movit-line{
    background: white;
    border: 1px solid #A2244D;
    border-radius: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.btn.btn-movit-line:hover{
    background: #7e1235;
    color: white;
}

.btn.btn-movit-solid{
    background: #A2244D;
    border: none;
    color: white;
    border-radius: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.btn.btn-movit-solid:hover{
    background: #7e1235;
    color: white;
}

.post-type-archive-live .site-content,
.single-live .site-content{
    background-image: url(../metodo/lives/bg-shape.png);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    /* background-attachment: fixed;*/
}

.page-template-page-metodo-movit-2026 .site-content{
    background-image: url(../metodo/lives/bg-shape.png);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    /* background-attachment: fixed;*/
    padding-top: 40px;
}
.metodo-hero-bg{
    background-image: url(../metodo/home-2/hero2.jpg); 
    background-position: center; 
    background-size: cover; 
    min-height: 50vh;
    padding-top: 120px;
}

.wrap-pill-live-destacado .wrap-pill-live-destacado-img{
        min-height: 560px;
}


.movit-live-countdown{
    margin: 20px;
    background: white;
    border: 1px solid #A2244D;
    color: #A2244D;
    background-image: url(../metodo/lives/icon-agenda.png);
    background-size: 20px;
    background-position: left 8px top 7px;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 10px 10px 10px 33px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
}

.page-template-page-metodo-movit-2026 #FooterBar,
.single-live #FooterBar{
    margin-top: -120px;
}

.btn.btn-movit-solid.btn-movit-proximamente{
    color: #A2244D;
    background: #FEEDE3;
    font-weight: 600;
}

.btn.btn-movit-solid.btn-movit-flecha{
    position: relative;
    margin-right: 42px;
    font-weight: 700;
    font-size: 18px;
}
.btn.btn-movit-solid.btn-movit-flecha:after{
    content: "";
    position: absolute;
    width: 38px;
    height: 38px;
    background: #a2244d;
    display: block;
    top: 0;
    right: -42px;
    border-radius: 38px;
    background-image: url(../metodo/home-2/flecha.png);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    transition: all .2s ease;
}
.btn.btn-movit-solid.btn-movit-flecha:hover:after{
    transform: scale(1.06);
}



.movit-metodo-play{
    width: 100px;
    top: 50%;
    right: 0;
    margin-right: -25px;
    margin-top: -25px;
    transition: all .2s ease;
}
.movit-metodo-play:hover{
    transform: scale(1.06);
}

.btn-play-video-float{
    bottom: 6px;
    left: 50%;
    margin-left: -25px;
}

.slider-nav {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0;
    height: 50px;
    margin-top: 10px;
}

.slider-nav .swiper-button-prev,
.slider-nav .swiper-button-next {
    position: relative;
}

.slider-nav .swiper-button-prev {
    left: -4px;
    top: 0;
    margin: 0;
}

.slider-nav .swiper-button-next {
    left: 4px;
    top: 0;
    margin: 0;
}

.circle-button {
    width: 44px;
    height: 44px;
    background: #A2244D;
    display: block;
    position: absolute;
    z-index: -1;
    border-radius: 40px;

}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 20px;
    position: relative;
    left: -2px;
    color: white;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    font-size: 20px;
    position: relative;
    left: 2px;
    color: white;
}


.proximos-eventos .wrapper-pill,
.proximos-eventos .wrapper-pill .wrap-pill{
    height: 100%;
}
    
.proximos-eventos .wrapper-pill .wrap-pill-row{
    height: inherit;
    flex-wrap: wrap;
    flex-direction: column;
}
.proximos-eventos .wrapper-pill .col-pill-text-box{
    height: 150px;
    display: flex;
    flex-direction: column;
}

.col-pill-pic{
    height: 260px;
}

.col-movit-live-input{
    border: 1px solid #8c1a3f;
    border-radius: 9px;
    padding: 10px 12px 8px 12px;
    margin-bottom: 10px;
    transition: all .2s ease;
}

.ApuntateMini .col-movit-live-input {
    border: 1px solid #8c1a3f5c;
    border-radius: 8px;
    padding: 6px 8px 3px 8px;
    margin-bottom: 8px;
    
}


.col-movit-live-input label {
    color: gray;
    font-weight: 300;
}
.col-movit-live-input input{
    padding: 0px;
    border: none;
    font-size: 16px;
}

.ApuntateMini .col-movit-live-input input{
   font-size: 14px;
}


.col-movit-live-aceptacion{
    margin-bottom: 10px;
}
.col-movit-live-aceptacion .wpcf7-list-item{
    margin: 0;
}
.col-movit-live-aceptacion .wpcf7-list-item label{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 4px;
}
.col-movit-live-aceptacion .wpcf7-list-item label p{
    font-family: sans-serif;
    font-size: 12px;
    padding-left: 12px;
    line-height: 110%;
    color: #959595 !important;
    text-align: left;
}
.ApuntateMini .col-movit-live-aceptacion .wpcf7-list-item label p {
    font-size: 11px;
}

.col-movit-live-aceptacion .wpcf7-list-item label p span{
    background: transparent !important;
    color: #959595 !important;
}
.col-movit-live-aceptacion .wpcf7-list-item label p a{
    text-decoration: underline;
    color: dimgray !important;
    background: transparent !important;
}
.col-movit-live-submit .bot-enviar-wrap{
    position: relative;
    width: 100%;
}

.col-movit-live-submit .bot-enviar-wrap input{
    float: none;
    margin: 0;
    width: 100%;
    background: #a2244d;
    letter-spacing: 0;
    font-size: 17px;
    padding-left: 0;
    padding-right: 0;
    border: none;
}


.col-movit-live-submit .bot-enviar-wrap .wpcf7-spinner{
    position: absolute;
    top: 14px;
    right: 14px;
    margin: 0;
}


.modal-metodo-live{
    padding: 40px !important;
}
.modal-metodo-live-check {
    background-image: url(../metodo/lives/check.png);
    background-size: 35px;
    background-position: left 6px top 3px;
    background-repeat: no-repeat;
    padding-left: 56px;
}
.modal-content{
    box-shadow: none;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.06);
}

.modal-backdrop {
        z-index: 888888;
        background-color: #c5c5c5b8;
        backdrop-filter: blur(20px);
    }
.modal-backdrop.show {
    opacity: 1;
}


.single-live .lity-iframe-container {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: auto;
}

.single-live .lity-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output{
    color: #a2244d;
    font-weight: 500;
    padding: 14px;
    line-height: 110%;
    font-size: 15px;
    border: none;
    border-radius: 10px;
    margin-top: 10px;
    margin: 10px 0 0;
    background: #f2dfdf;
    border: 2px solid #dbabbb;
}




    
 @media (max-width: 991px) {
     .movit-metodo-play {
        width: 70px;
        top: 50%;
        right: 50%;
        margin-right: -35px;
        margin-top: -25px;
        transition: all .2s ease;
         padding: 0;
    }
     
     .metodo-hero-bg{
        background-image: none;
    }
     
      .mySwiper .swiper-wrapper {
        height: auto !important;  /* Forzar altura automática */
        /*transition: none !important;*/ /* Evitar animaciones raras */
      }

      .mySwiper .swiper-slide {
        height: auto !important;
        display: flex;
        align-items: flex-start; /* Alinear contenido arriba */
      }

      /* Para que video e imágenes sean responsive */
      .mySwiper .swiper-slide img,
      .mySwiper .swiper-slide video {
        width: 100%;
        height: auto;
        display: block;
      }


     .text-start p{
         text-align: left;
     }
     
     
     .apuntate-wrap{
         position: fixed;
         bottom: 0;
        left: 0;
         width: 100%;
         height: 100px;
         background: white;
         border-radius: 20px 20px 0 0;
         z-index: 1000;
         padding: 14px;
         text-align: center;
         display: flex;
     }
     .btn.btn-apuntate{
         margin: auto;
         width: 90%;
         text-align: center;
         font-weight: 600;
         font-size: 20px;
     }
     
     .proximos-eventos .wrapper-pill,
    .proximos-eventos .wrapper-pill .wrap-pill{
        height: auto;
    }
     
     .page-template-page-metodo-movit-2026 .site-content {
        padding-top: 70px;
         background-size: 910px;
        background-position: left -40px top 480px;
    }
    .metodo-hero-bg {
        padding-top: 10px;
    }
     .metodo-hero-bg img.max-400 {
        max-width: 300px;     
     }
     
     
     .logo-beneficios-2{ 
        top: 1px;
        right: 40px;
        width: 170px;
        margin: 0;
        padding: 0;
    }
     
     .logo-movit-live{
         max-width: 230px;
     }
     .wrap-pill-live-destacado .wrap-pill-live-destacado-img{
        min-height: 300px;
     }
     
     .col-movit-live-submit .bot-enviar-wrap input{
       text-align: left;
         padding-left: 20px;
    }
     
     
     .modal-metodo-live {
        padding: 60px 10px !important;
    }
     
     .modal-metodo-live-check {
        background-position: center bottom;
        padding-left: 0;
        padding-bottom: 26px;
        background-size: 22px;
    }
     .modal-dialog {
        padding: 10px;
    }

     
}