body {
    margin: 0;
    padding: 0;
}


/* BASE (móvil por defecto) */
.vistapc { display: none; }
.vistamv { display: block; }

/* Escritorio u otras pantallas anchas: cambia a PC */
@media screen and (min-width: 431px) {
  .vistapc { display: block; }
  .vistamv { display: none; }
}

/* iPhone (iOS Safari táctil) ⇒ SIEMPRE vista móvil, en portrait y landscape
   - @supports(-webkit-touch-callout) filtra WebKit/iOS
   - (hover:none) and (pointer:coarse) filtran dispositivos táctiles
   - max-device-width/height: 430.99px cubre iPhones actuales en ambas orientaciones
*/
@supports (-webkit-touch-callout: none) {
  @media screen and (hover: none) and (pointer: coarse) and (max-device-width: 430.99px),
         screen and (hover: none) and (pointer: coarse) and (max-device-height: 430.99px) {
    .vistapc { display: none !important; }
    .vistamv { display: block !important; }
  }
}


@media screen and (max-width: 430px) {
    
    #menumv{
        background-color: white;
    }
    .acorh{
        width: 41vh;
    }
    #nav_clase{
        align-items: center;
        justify-content: center;
    }

#btn-vercursos{
    background-color: transparent;
    color: #20ad96;
}
#btn-vercursos2{
    margin-left: 60% !important;
    width: 280px !important;
    margin-top: -50px !important;
}
#nm-curso{
    min-width: 270px !important;
    justify-content: center;
    align-items: center;
    
}
#mv-cur1{
    justify-content: center ;
    align-items: center;
}
#mv-cur2{
    min-width: 120px !important;
}
#mod1{
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
}
.nm-curso2{
    text-align: center;
   
}




.hidden {
    display: none !important;
}



.video-con2 {
    position: relative;
    width: 100%;
    margin-top: -30px;
    height: 0; 
    padding-bottom: 56.25%; 
    overflow: hidden; 
}

.video-con2:empty {
    display: none;
}

.video-con2 video,
.video-con2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.espacio{
    text-align: center;
   
}
.instrucciones{
    text-align: center;
    align-items: center;
    width: 41vh;
}
.title_class{
    text-align: center;
    align-items: center;
    margin-top: -20px;
    margin-bottom: 60px;
}
.titinstu{
    min-width: 41vh;
}
.buttonsig{
    background-color: #A690A4;
    border-radius: 10px;
    margin-bottom: 40px;
    margin-top: 10px;
    color: white;
    padding: 5px;
}
.tabsmv {
    display: flex;              
    align-items: center;        
    justify-content: center;    
    width: 41vh;                
    height: auto;               
    margin: 0 auto 20px;    
}
#tabDocumentos{
    justify-content: center;
    margin-right: 15px;
}


.tab-btnmv {
    padding: 10px 20px;
    border: none;
    background-color: #f1f1f1;
    cursor: pointer;
    font-weight: bold;
}

.tab-btnmv.active {
    background-color: #A690A4;
    color: white;
}


}


.fullheader {
    background-color: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999; /* Asegúrate de que el encabezado esté en la parte superior */
}

.fullheader2 {
    background-color: #ffffff;
    
    padding-left: 2%;
    padding-right: 2%;
    
    left: 0;
    width: 100%;
    z-index: 9999; /* Asegúrate de que el encabezado esté en la parte superior */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); /* Agrega una sombra de 2px de desplazamiento vertical, 4px de desplazamiento horizontal y un desenfoque de 4px, con un color de sombra semi-transparente */
}



.texto-grande {
    font-size: 18px;
    margin-bottom: 10px;
    /* Puedes ajustar el tamaño según tus preferencias */
}

.font-inter {

    font-family: 'Inter', sans-serif;
    font-size: 18px;
}

.font-intertop {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}

.font-intervertical {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}


.ul-canvas {
    list-style-type: none;
    /* Elimina las viñetas predeterminadas */
}

.top-bar2 {
    text-align: center;
}

.top-bar2 ul.dropdown.menu {
    display: flex;
    justify-content: space-around;
    /* Puedes ajustar esto según sea necesario */
    align-items: center;
    /* Para centrar verticalmente los elementos */
}

.top-bar2 ul.dropdown.menu li {
    background-color: white;
    list-style-type: none;
    display: inline-block;
}

.top-bar2 ul.dropdown.menu li a {
    color: #333;
    /* Puedes cambiar el color del texto según tu preferencia */
    text-decoration: none;
}

.top-bar2 ul.dropdown.menu li.active {
    background-color: #3498db;
    /* Color de fondo azul para elementos activos */
}


#responsive-menu {
    width: 100%;
    margin: 0 auto;
    /* Esto centrará el elemento horizontalmente */
}

.child-nav.menu.vertical li {
    list-style-type: none;
}

.subelement {
    list-style-type: none;
    text-align: left;
    border-bottom: none;
}

.top-bar2 ul {
    border-color: white;
    background-color: white;
}


.top-bar2 ul.dropdown.menu li:hover a,
.top-bar2 ul.dropdown.menu li:focus a {
    text-decoration: none !important;
    border-bottom: none !important;
    outline: none !important;

}

.top-bar2 ul.dropdown.menu li a,
.top-bar2 ul.dropdown.menu li:hover a,
.top-bar2 ul.dropdown.menu li:focus a {
    text-decoration: none !important;
    border-bottom: none !important;
    outline: none !important;
}

.icon-circle {
    color: #5C7761;
    padding-right: 3px;
}


.font-intervertical a.blanco-con-vineta i,
.subelement i {
    /* Apply the styles from the new class */
    @extend .icon-circle;
}

/* Optionally, you can also use the new class directly on the <i> element */
.font-intervertical a.blanco-con-vineta:hover .icon-circle,
.subelement:hover .icon-circle {
    color: #e79800 !important;
}

.top-bar2 ul.dropdown.menu>li>a::after,
.top-bar2 ul.dropdown.menu>li>a::before,
.top-bar2 ul.dropdown.menu>li.parent-nav>a::after {
    display: none !important;
}

.header2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    /* Otros estilos de tu elección */
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-link {
    font-size: 200%;
}


.logo img {
    height: 150px;
   
}

.font-intertop2 {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #98A393 !important;
    letter-spacing: 1px;
    font-weight: 600;
}

.font-mobiltop {
    margin-left: 2%;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid #98A393;
    font-size: 12px;
    color: #98A393 !important;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}


.li-mobiltop {
    margin-left: 2%;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    text-decoration: none !important; /* Para quitar el subrayado */
    border: none !important; /* Para quitar el borde de los botones */
    background-color: transparent !important; /* Para hacer el fondo de los botones transparente */
    cursor: pointer !important; /* Cambiar el cursor a una mano cuando pasa sobre los botones */
    
}

.li-mobiltop2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-decoration: none !important; /* Para quitar el subrayado */
    border: none !important; /* Para quitar el borde de los botones */
    background-color: transparent !important; /* Para hacer el fondo de los botones transparente */
    cursor: pointer !important; /* Cambiar el cursor a una mano cuando pasa sobre los botones */
}




.font-interfooter2 {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #ffffff !important;
    letter-spacing: 1px;
    font-weight: 600;
    align-self: center;
}

.top-bar2 #responsive-menu ul.dropdown.menu {
    width: 100%;
}

.off-back {
    background-color: #90A692; 
    width: 33.33%; 
    padding-left: 2%; 
    padding-right: 2%;
}

.off-back2 {
    background-color: #F6F2ED; 
    width: 33.33%; 
    padding-left: 2%; 
    padding-right: 2%;
}

.off-back3 {
    background-color: #ffffff; 
    width: 100%; 
    padding-left: 2%; 
    padding-right: 2%;
}

.font-off-canvas {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #9099A6 !important;
}

.font-off-canvastitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.5;
    color: #90A692 !important;
    text-decoration: uppercase !important;
   
}

.font-off-canvas2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1;
    color: #90A692 !important;
   
}

.font-off-canvas-w {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: white !important;
}

.font-off-p {
    font-weight: 400;
    letter-spacing: 1px;

}

.b-header {
    border-radius: 12px; 
    color: #A690A4 !important;
    font-weight: 400;
    letter-spacing: 1px;
    border-color: #A690A4 !important;
    padding: 10px;
}


/* Estilos para el encabezado normal en pantallas grandes */
.normal-header {
    display: block; /* Asegurarse de que el encabezado normal se muestre inicialmente */
}

/* Estilos para el encabezado móvil en pantallas grandes */
.mobile-header {
    display: none; /* Ocultar el encabezado móvil inicialmente */
}

/* Estilos para el encabezado móvil en pantallas pequeñas */
@media (max-width: 768px) {
    .normal-header {
        display: none; /* Ocultar el encabezado normal en pantallas pequeñas */
    }

    .mobile-header {
        display: block; /* Mostrar el encabezado móvil en pantallas pequeñas */
    }
}

.off-canvas-menu {
    position: fixed;
    top: -100%; /* Oculta el menú arriba */
    left: 0;
    width: 100%;
    height: 10%;
    background-color: rgb(87, 76, 76); /* Fondo blanco */
    transition: right 0.3s ease; /* Transición suave */
  }
  
  .off-canvas-menu.show {
    top: 0; /* Muestra el menú */
  }
  
  .off-canvas-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
    padding-top: 50px; /* Espacio para la barra de estado */
  }
  
  .off-canvas-menu ul li {
    padding: 20px 0;
  }
  
  .off-canvas-menu ul li a {
    text-decoration: none;
    color: black;
    font-size: 18px;
  }
  
  .menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
  }
  
  .slide-background1 {
    background-size: cover; /* or contain based on your needs */
    background-position: center center;
    /* Add more background properties as needed */
}

.b-header {
    border-radius: 24px;
    color: #98A393 !important;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    border-color: #98A393 !important;
    padding: 10px;
}

.b-carrousel {
    border-radius: 12px;
    color: #ffffff !important;
    background-color: #9099A6 !important;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    border-color: #ffffff !important;
    padding: 10px;
}

.font-carrousel1 {
    font-family: 'PT', serif;
    font-size: 59px;
    letter-spacing: 1px;
    color: #ffffff !important;
    font-weight: 400;
}

.font-carrousel2 {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    letter-spacing: 1px;
    color: #ffffff !important;
    font-weight: 600;
}

.font-carrousel1m {
    font-family: 'PT', serif;
    font-size: 26px;
    letter-spacing: 1px;
    color: #ffffff !important;
    font-weight: 500;
}

.font-carrousel2m {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    color: #ffffff !important;
    font-weight: 600;
}

.custom-row-width {
    max-width: 1400px !important; /* Anula el ancho máximo predeterminado */
}


.monica-title {
    font-family: 'PT', serif;
    font-style: italic;
    color: #90A692;
    font-size: 45px;
    letter-spacing: 1.5px;
    padding-top: 15px;
    padding-bottom: 50px;
    font-weight: 400;
    word-break: break-word;
}

.monica-titlem {
    font-family: 'PT', serif;
    font-style: italic;
    color: #90A692;
    font-size: 30px;
    letter-spacing: 1.5px;
    padding-top: 15px;
    padding-bottom: 50px;
    font-weight: 400;
    word-break: break-word;
    text-align: center;
}

.monica-comilla {
    font-family: 'PT', serif;
    font-style: italic;
    color: #9099A6 !important;
    font-size: 70px;
    letter-spacing: 1px;
    font-weight: 800;
    padding-bottom: 5%;
}

.monica-text {
    font-family: 'Roboto';
    font-size: 23px;
    line-height: 1.5;
    font-weight: 400;
    align-self: center;
    color: #9099A6 !important;
}

.monica-textm {
    font-family: 'Roboto';
    font-size: 23px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    color: #9099A6;
}

.b-header {
    border-radius: 12px;
    color: #98A393 !important;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    border-color: #98A393 !important;
    padding: 10px;
}

.dropdown-pane{
    display: block !important;
}

.dropdown-pane:hover{
    display: block !important;
}

.dropdown-pane:hover::after{
    display: block !important;
}


.Newspaper-Title-Centered {
    color: white;
}

.Newspaper-Subtitle {
    background-color: #5C7761 !important;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    border: 1px solid #5C7761 !important;
    color: #5C7761 !important;
}

.section-title-wrapper::after {
    color: #5C7761 !important;
    background-color: #F3F2EA;
}

/* Estilos generales */
.testimonial-item {
    align-items: first baseline;
    text-align: left;
}

.testimonial-img {
    width: 100px; /* Ajusta el tamaño de la imagen según tu preferencia */
    border-radius: 50%;
    margin-bottom: 20px;;
    align-content: first baseline;
}

.testimonial-content {
    flex: 1;
}


.testimonial-detail {
    background-color: white !important;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group input {
    font-size: 16px !important;
}

.b-carrousel {
    border-radius: 6px;
    color: #ffffff !important;
    background-color: #9099A6 !important;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    border-color: #ffffff !important;
}

.b-carrousel2 {
    border-radius: 6px;
    color: #ffffff !important;
    background-color: #90A692 !important;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    border-color: #ffffff !important;
    padding: 10px;
}

.orbit-slide {
    height: 700px;
}

.custom-row-width {
    max-width: 1400px !important;
    /* Anula el ancho máximo predeterminado */
}

.orbit-slide {
    height: 700px;
}

.custom-row-width {
    max-width: 1400px !important;
    /* Anula el ancho máximo predeterminado */
}

.video-title {
    font-family: 'PT', serif;
    font-size: 48px;
    color: #ffffff !important;
    font-weight: 600;

}

.video-titlem {
    font-family: 'PT', serif;
    font-size: 30px;
    text-align: center;
    color: #ffffff !important;
    font-weight: 600;

}

.video-text {
    font-family: 'Roboto';
    font-size: 24px;
    color: #ffffff !important;

}

.video-textm {
    font-family: 'Roboto';
    font-size: 21px;
    color: #ffffff !important;

}

.b-vide1 {
    border-radius: 6px;
    color: #ffffff !important;
    background-color: #A690A4 !important;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    border-color: #ffffff !important;
    width: 200px;
}

.b-vide1m {
    border-radius: 6px;
    color: #ffffff !important;
    background-color: #A690A4 !important;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    border-color: #ffffff !important;
    width: 200px;
}

.b-vide2 {
    border-radius: 64px;
    color: #ffffff !important;
    background-color: #A690A4 !important;
    border-color: #ffffff !important;
    font-size: 32px;
}

.b-vide2m {
    border-radius: 64px;
    color: #ffffff !important;
    background-color: #A690A4 !important;
    border-color: #ffffff !important;
    font-size: 26px;
}

.b-vide2m:hover {
    background-color: #90A692 !important;
}

.b-vide2:hover {
    background-color: #90A692 !important;
}

.nl-title{
    color: #9099A6 !important;
    font-size: 18px;
    font-family: 'Roboto';
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.nl-input{
    width: 80%;
}

.agenda-container {
    position: fixed;
    top: 50%;
    right: 2%; /* Ajusta este valor según tu preferencia */
    transform: translateY(-50%);
    text-align: center;
    z-index: 999; /* Para asegurarte de que esté por encima de otros elementos */
}

.p-agenda {
    background-color: #90A692 !important;
    color: #ffffff !important;
    font-family: 'Roboto' !important;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 20px; /* Valor ajustable para el radio del borde */
    display: inline-block;
    margin-right: 10px; /* Espacio entre el texto y el botón */
}

.b-agenda {
    border-radius: 50%;
    color: #ffffff !important;
    background-color: #90A692 !important;
    border-color: transparent !important;
    font-size: 32px;
    padding: 15px;
    display: inline-block;
}

.footer-2 {
    margin-left: 2% !important;
    margin-right: 2% !important;
    bottom: 0;
    background-color: #839985;
    z-index: 9999;
    margin-top: -10px;
}


.mueve-title {
    font-family: 'PT', serif;
    color: #A690A4;
    font-size: 50px;
    font-weight: 800;
    padding-bottom: 20px;
    letter-spacing: 1px;
    padding-top: 25px;
}

.mueve-text {
    padding-top: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    color: #9099A6;
}

.voces-title {
    font-family: 'PT', serif;
    color: #A690A4 !important;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
}



.voces-subtitle {
    font-family: 'Roboto';
    color: #90A692;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: left;
}

.voces-text1 {
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    color: #9099A6;
}

.voces-text2 {
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    color: #90A692;
}

.feed-title {
    font-family: 'PT', serif;
    font-size: 30px;
    color: #ffffff !important;
    font-weight: 600;

}

.feed-text {
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 600;
    color: #ffffff !important;

}

/* Estilos generales */
.nav-wrap ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-wrap ul li {
    flex: 1;
    text-align: center;
}

/* Media query para dispositivos móviles */
@media screen and (max-width: 768px) {
    
    .nav-wrap ul {
        flex-direction: column;
    }
}

.flex-container {
    display: flex;
    flex-direction: column;
}

.flex-container .orbit-slide {
    flex: 1; /* Hace que cada elemento ocupe el espacio disponible */
    min-height: 0; /* Asegura que los elementos flexibles puedan encogerse */
}

.back-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #A690A4;;
    color: white;
    border: none;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    transition: background-color 0.3s ease;
    position: absolute;
    top: 20px;
    z-index: 9999;
}

.back-button:hover {
    background-color: #A690A4;
}

.back-button:focus {
    outline: none;
}

.btn-inscribe-mb {
    width: fit-content;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px 25px;
    background-color: #98a393;
    color: #fff;
    border-radius: 30px;
}
.btn-inscribe-mb a{
    color: #fff;
}
.precio-mb {
    margin-top: 10px;
    font-weight: 600;
}

.btn-c-green {
    background-color: #98a393;
    color: #fff !important;
}

/* para el modal que aparece al intentar incribirse sin sesion */
.row-btns{
    align-items: center;
    justify-content: center;
    gap: 15px;
}