/*====================
======Typography=====
======================*/
@import url(https://fonts.googleapis.com/css?family=Ubuntu&display=swap);

body { 
	font-family: 'Ubuntu', sans-serif;
	position: relative ;
	font-weight:400;
	background: #fff;
	color:#43484E
}

html {
  scroll-behavior: smooth;
}

/* body  section{
	padding: 75px 0;
} */

a:hover {
	outline: none;
	text-decoration:none;
	/* color: #e8ad55; */
}

img {
	width: 100%;
}

a:focus {
	outline:none;
	outline-offset: 0;
}

a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color:#4caf50;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}











  
  .no_marg {margin-left: 0;margin-right: 0;}

.no_padd {padding-left: 0;padding-right: 0;}



/*FOOTER*/

footer {
	background: #313331;
	color: #fff;
	padding: 30px 0;
    padding-top: 50px;
}

footer a {color: #fff;}
/* footer a:hover {color: #009688;} */
footer p {margin: 0;}
a:hover{color: white;}
footer .fa {
    font-size: 2em;
    margin: 0 25px 20px;
}

/*FOOTER*/


/*CONTACTO*/


#contact_ {
	background: url(../img/all-students-lesson.jpg);
    background-position: center;
    background-attachment: fixed;
    padding: 150px 0 50px;
	color: #fff;
    position: relative;
    overflow: hidden;
    background-size: cover;
    min-height: 90vh;
}
/* BG ALL BROWSERS */
#contact_ > .bg_overlay_ {
    background: linear-gradient(#323e48, #4bc7bd);
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.right_ h3 {margin: 0 0 50px;
    font-weight: bold;
    font-size: 3rem;}
    .right_ h4 {line-height: 2;}

 .contact-button {
    display: inline-block;
    background-color: #089641;
    color: white;
    font-size: 20px;
    padding: 15px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #089641;
    transition: all 0.3s ease-in-out;
    animation: pulse 1.5s infinite;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* Sombra agregada */
}

.contact-button:hover {
    background-color: #066458;
    border-color: #066458;
    color: white;
    transform: scale(1.05);
}

/* Animación de pulsación */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.image-card {
    display: none;
}




/*ESTILOS PARA LICEO 2026 - LO DE ARRIBA ES DE COLEGIO MARK*/

/*BARRA DE NAVEGACIÓN*/


#navigation .navbar {
    background: #FFB4AB;
    border-radius: 0;
    border-bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 6px;
    padding: 20px 35px;
}

#navigation .navbar .containerdiv {
    display: flex;
    align-items: center;
}

#navigation .navbar-collapse {
    margin-left: auto;   /* empuja el menú a la derecha */
}

.navbar-header {
    display: flex;
    align-items: center;
}

.imgch {
    width: 230px;
}

.lang-flags {
    display: flex;
    gap: 10px;
    margin-left: 15px;
}

.lang-flags img {
   width: 26px;
    border-radius: 50%;        /* círculo */
    border: 1px solid #fff;   /* borde blanco */
    padding: 1px;             /* separa el borde de la imagen */
    background: #fff;         /* fondo blanco para que se vea limpio */
    box-sizing: border-box;
}

#navigation .navbar-nav {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

#navigation .navbar-nav.navbar-right li {
    padding: 0 5px;
}

#navigation .navbar-nav.navbar-right li a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
font-weight: 700;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 12px;
    border-radius: 0;
      font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.3px;
    transform: none;
}

#navigation .navbar-nav.navbar-right li a:hover {
    color: #f1f1f1;
    background: transparent;
}

#navigation .navbar-nav .admissions a {
    color: #E53935;
    font-weight: 700;
}

#navigation .navbar-toggle {
    margin-top: 20px;
    background-color: #333;
}

#navigation .navbar-nav.navbar-right li:last-child a {
    color: #E53935;   /* el color que quieras */
}


@media (max-width: 767px) {
    .navbar-header {
        width: 100%;
        justify-content: space-between;
    }

    .navbar-toggle {
        float: right !important;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    #navigation .navbar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }

    #navigation .navbar-toggle {
        order: 3;          /* lo manda al final (derecha) */
        margin-left: auto;
        float: none;
        margin-left: 15px;          /* separarlo de las banderas */
        background-color: #E53935; /* rojo similar al logo */
        border-color: #E53935;
    }

    #navigation .navbar-toggle .icon-bar {
        background-color: #fff;    /* rayitas blancas */
    }

    #navigation .imgch {
        order: 1;
    }

    #navigation .lang-flags {
        order: 2;
        margin-left: 10px;
    }
}


@media (max-width: 767px) {
    #navigation .navbar-nav {
        position: static;
        float: none;
        text-align: center;
        margin: 20px 0 0;
    }

    #navigation .navbar-nav li {
        display: block;
        padding: 10px 0;
    }

    #navigation .navbar {
        padding: 15px 15px;   /* menos padding lateral para que quepa todo */
    }

    #navigation .navbar-header {
        padding-right: 10px; /* evita que el botón se corte */
    }

    #navigation .navbar-toggle {
        margin-left: 12px;
        width: 42px;
        height: 36px;
        padding: 6px;
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {
    #navigation .navbar .containerdiv {
        display: block;      /* vuelve al comportamiento normal de Bootstrap */
    }

    #navigation .navbar-collapse {
        margin-left: 0;     /* cancela el empuje */
    }
}



/*BARRA DE NAVEGACIÓN*/


/*BANNER*/

#banner {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

#banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

/* Tablets */
@media only screen and (min-width: 600px) and (max-width: 754px) {
  #banner {
    height: 500px;
  }
  #banner video {
    object-fit: contain; /* ya no recorta, se ve completo */
  }
}

/* Móviles */
@media only screen and (min-width: 400px) and (max-width: 599px) {
  #banner {
    height: 400px;
  }
  
}

@media only screen and (max-width: 599px) {
  #banner {
    height: 300px; /* más bajo para que no se vea “zoom” */
  }

  #banner video {
    object-fit: contain; /* ya no recorta, se ve completo */
  }
  #home {
    padding-top: 40px;
}
}
/*BANNER*/

/*SECCION CONTACTITO*/


#contactito {
    padding: 50px;
    /* margin-bottom: 50px; */
}

#contactito img {
    max-width: 500px;
}

#contactito h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #922021;
}



#contactito p {
    font-size: 1.8rem;
    color: #922021;
}

.nivedu {
    display: flex;
    justify-content: center;
}

.cta-button {
    background-color: #FF5555;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 700;
    font-size: 2em;
    width: 100%;
    border-radius: 25px 25px 25px 25px;
    font-style: italic;
}

.nivedu{
    display: flex;
    align-items: center; 
}

.cta-button{
    display: block;   /* para que respete el width */
    width: 100%;      /* ancho completo de la columna */
    text-align: center;
}

@media (max-width: 767px) {
    .nivedu {
        display: block;   /* vuelve al flujo normal en móvil */
    }
    .cta-button{
        margin-top: 30px;
    }
}


/*SECCION CONTACTITO*/

/*SECCION TOURS*/

/* Sección con imagen de fondo */
.bg-section{
    background-image: url(../img/1-back-pop-scaled.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 770px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 5px;
}

/* CARD blanca */
.tour-card{
    width: 480px;
    background: white;
    border-radius: 35px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    text-align: center;
    overflow: hidden;
}

/* Encabezado rosado */
.tour-title{
    background: #efb4b4; /* rosado suave */
    padding: 25px;
    margin: 0;
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.tour-title span{
    font-weight: 700;
    opacity: 0.9;
}

/* Contenido del card */
.tour-content{
    padding: 40px 30px;
}

.available-text{
    font-size: 26px;
    font-weight: 600;
    /* margin-bottom: 10px; */
    color: #7E2525;
     margin: 0;
}

.day-title{
    font-size: 32px;
    font-weight: 700;
    /* margin: 15px 0 8px 0; */
    color: #D33741;
     margin: 0;
}

.hour-text{
    font-size: 22px;
    color: #D33741;
    margin: 0;
    /* margin-bottom: 10px; */
}

/* Botón */
.btn-tour{
    display: inline-block;
    margin-top: 20px;
    padding: 15px 35px;
    background: #F5333F;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn-tour:hover{
    background: #c62828;
}

.tour-header-img{
    background: #F0B2AA;
    padding: 25px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tour-header-img img{
    width: 100%;
    max-width: 330px; /* ajusta según tu imagen */
    height: auto;
}

/*SECCION TOURS*/

/*VALORES*/

#valores{
    position: relative;
    padding: 80px;
}

.valor-titulo{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.valor-titulo img{
    max-width: 330px;
    width: 100%;
}

.img-val{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img-val img{
    max-width: 140px;
    width: 100%;
    margin-bottom: 25px;
}

.btn-val {
    display: block;
    width: 100%;
    max-width: 160px;
    background: #922020;
    color: #fff;
    text-decoration: none;
    padding: 8px;
    border-radius: 30px;
    font-weight: 700;
    transition: 0.3s;
    text-align: center;
    margin-bottom: 20px;
    font-size: 2rem;
    font-style: italic;
}

.btn-val:hover{
    background: #9e0026;
    color: #fff;
}
   

.see-more{
    cursor: pointer;
    font-weight: 700;
    color: #92203E;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 18px;
}



.more-text{
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    font-size: 15px;
    max-width: 200px;
    color: #92203E;
    font-weight: 600;
}

.more-text.show{
    max-height: 800px; 
    opacity: 1;
}

@media (max-width: 767px) {
    #valores {
    padding: 0px;
}
}

/*VALORES*/


/*EMPOWERING*/
.hero-redwood {
    display: flex;
    justify-content: center;
    align-items: stretch; /* ← importante para que todas las columnas tengan misma altura */
    padding: 40px 20px;
    gap: 40px;
    width: 100%;
    padding-bottom: 0;
}

/* Columna izquierda */
.hero-left-column {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

/* Imagen vertical */
.hero-left-img {
    width: 256px;
    height: 100%;        /* ← ahora toma todo el alto */
    object-fit: cover;  /* ← no se deforma */
}

/* Contenido principal */
.hero-center {
    max-width: 900px;
    text-align: end;
}

/* TÍTULO */
.hero-title img {
    max-width: 500px;
    width: 100%;
    margin-bottom: 40px;
}

/* Texto */
.hero-text {
    color: #9F1D24;
    font-size: 20px;
    font-weight: 600;
    /* line-height: 1.4; */
    margin-bottom: 20px;
}

/* Imagen chavas */
.hero-girls-box {
    position: relative;
    margin-top: 30px;
}

.hero-girls-img {
    width: 100%;
    border-radius: 20px;
}



/* RESPONSIVE */
@media (max-width: 900px) {

    .hero-redwood {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

   
   
}

@media (max-width: 767px) {
     .hero-left-column {
        display: none;
    }

    .hero-redwood {
        margin-bottom: 40px;
    }
}

/*EMPOWERING*/

/*ACADEMICS*/

#academics{
    position: relative;
    padding: 80px;
    background-color: #FFB4AB;
}

.aca-titulo{
    /* display: flex; */
    justify-content: center;
    margin-bottom: 40px;
}

.aca-titulo img{
    max-width: 420px;
    width: 100%;
    margin-bottom: 30px;
}

.aca-titulo p{
    color: #922021;
    font-size: 18px;
    font-weight: 600;
}

.img-ac{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img-ac img{
    max-width: 340px;
    width: 100%;
    margin-bottom: 25px;
}

.see-more2 {
     width: 100%;          /* 🔥 Hace que el botón sea del ancho de la imagen */
    max-width: 340px;     /* Igual que la imagen */
    display: block;
    cursor: pointer;
    font-weight: 700;
    color: #92203E;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    background-color: white;
}


.more-text2{
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    font-size: 15px;
    max-width: 200px;
    color: #92203E;
    font-weight: 600;
    margin-bottom: 10px;
}



.more-text2.show {
    max-height: 800px;
    opacity: 1;
    border: 1px solid white;
    max-width: 340px;
    padding: 20px;
}

.more-text2 li{
    text-align: left;
}

.btn-morere{
    display: inline-block;
    padding: 15px 35px;
    background: #F5333F;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s ease;
    
}

.btn-morere:hover{
    background: #c62828;
}





#academics {
    position: relative;
    padding: 80px;
    background-color: #FFB4AB;
    overflow: hidden;
}

#academics::before {
    content: "";
    position: absolute;
    background: url(../img/liceo-4-linea-scaled.webp) no-repeat;
    background-size: contain;
    width: 1200px;   /* tamaño de la flecha */
    height: 1200px;
    
    /* 🔽 aquí mueves la flecha libremente */
    left: 50%;
    top: 250px;
    transform: translateX(-50%);

    z-index: 0;     /* queda debajo de todo */
    pointer-events: none;
}

/* Para que el contenido quede arriba */
#academics .container {
    position: relative;
    z-index: 2;
}

@media (max-width: 1201px) {

     #academics::before {
        display: none;
        content: none; /* opcional, pero más seguro */
    }
}

@media (max-width: 767px) {

    #academics {
    padding: 5px;
    padding-top: 20px;
}
}

/*ACADEMICS*/

/*MARCAS*/

#info3{
      padding: 30px;
    }

    #owl-demo .item {
    width: 65%;
	margin: 0  auto;
}

.imgc {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.owl-pagination{
    display: none;
}

/*MARCAS*/

/* CONTENEDOR GENERAL */
.carru_wrapper {
    width: 100%;
    overflow: hidden;
}

/* CONTENEDOR DEL CARRUSEL */
.carru_container {
    position: relative;
    width: 100%;
}

/* TRACK */
.carru_track {
    display: flex;
    transition: transform 0.6s ease;
}

/* SLIDES */
.carru_slide {
    min-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    /* altura base (puede crecer si hay contenido) */
    min-height: 600px;
    padding: 60px;

    display: flex;
    align-items: center;
}

/* FLECHAS */
.carru_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;

    background: #e11d2e;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;

    font-size: 22px;
    cursor: pointer;
}

/* POSICIÓN FLECHAS */
.carru_prev {
    left: 20px;
}

.carru_next {
    right: 20px;
}

/* HOVER */
.carru_arrow:hover {
    background: #b81522;
}


.slide1{
    background-color: white;
}

.slide2{
    background-color: #FAB5AC;
}

.slide3{
    background-color: #F5313F;
}

.imgweare{
    width: 110px;
}

.imgwearetit{
width: 440px;
margin-bottom: 15px;
}

.nivedu2 {
    display: flex;
    justify-content: center;
}


.textcol {
    padding: 60px;
    padding-top: 0;
    padding-right: 0;
}

.parrafcol{
    color: #F5333F;
    font-weight: 700;
}
.parrafcol2{
    color: #922027;
    font-weight: 700;
}

.parrafcol3{
    color: #ffffff;
    font-weight: 700;
}


.imgwearelop{
    display: none;
}



@media (max-width: 768px) {

    .carru_slide {
        padding: 20px;
        min-height: auto;
    }

    .nivedu2 {
        flex-direction: column;
        text-align: center;
    }

    .textcol {
        padding: 20px 0;
    }

    

    .imgwearetit {
        width: 100%;
        /* max-width: 300px; */
        margin-bottom: 20px;
    }

    .parrafcol,
    .parrafcol2 {
        font-size: 14px;
    }

    /* Flechas más pequeñas en móvil */
    .carru_arrow {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .carru_prev { left: 5px; }
    .carru_next { right: 5px; }

     .disnop {
        display: none;
    }

    .imgwearelop{
        display: block;
        width: 100%;
       /* max-width: 300px; */
       margin-bottom: 20px;
    }

   
}


/* CONTENEDOR DEL CARRUSEL */

/* IMG GRANDE */

.imggrand{
   text-align: center;
   margin-bottom: 60px;
   
}

.bg-section2{
    
    width: 100%;
    /* height: 770px; */
   
}

.imggrand h2{
color: #922021;
   font-weight: 700;
   font-size: 23px;
}


.imggrand span{
    color: #F5333F;
}

/* IMG GRANDE */

/* VIDEO GRANDE */

.vidgrand{
    background-color: #F5333F;

     display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px; /* espacio alrededor */
}


.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 1000px; /* tamaño grande en desktop */
    aspect-ratio: 16 / 9;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px; /* opcional, bordes suaves */
}

/* VIDEO GRANDE */

/*CONTACTO*/

.contact-section {
  width: 100%;
  overflow: hidden;
}

/* FORMULARIO */
.contact-form-col {
  padding: 80px 60px;
  background: #ffffff;
}

.contact-title {
  font-weight: 800;
  font-size: 38px;
  color: #c9a3a3;
}

.contact-title span {
  background: #9b1c1f;
  color: #fff;
  padding: 6px 18px;
  border-radius: 30px;
}

.contact-subtitle {
  color: #9b1c1f;
  margin: 20px 0 40px;
}

.contact-input,
.contact-textarea {
  border-radius: 4px;
  border: 1px solid #ddd;
}

.contact-btn {
  background: #9b1c1f;
  color: #fff;
  padding: 10px 25px;
  border: none;
  border-radius: 4px;
}

/* COLUMNA ROJA */
.contact-map-col {
  background: #9b1c1f;
  color: #fff;
  position: relative;
  padding: 60px 40px;
  text-align: center;
}

/* Imagen de líneas decorativas */
.contact-lines {
  position: absolute;
  top: 0;
  left: -68px;
  width: 80px;
  height: 100%;
  background: url(../img/liceo-10-contact-line-85x1024.webp) center/contain no-repeat;
}

.contact-map-box {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 25px;
}

.contact-info p {
  margin: 5px 0;
}

.contact-social {
  margin-top: 20px;
}

.contact-social-icon {
  display: inline-block;
  background: #f4b1b1;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  margin: 0 5px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}

.contact-social-icon i {
  line-height: 40px;
  font-size: 18px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .contact-form-col,
  .contact-map-col {
    padding: 40px 20px;
  }

  .contact-lines {
    display: none;
  }

  .contact-title {
    font-size: 28px;
  }
}



/* .contact-section .row {
  display: flex;
  align-items: stretch;
} */

.contact-form-col,
.contact-map-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-map-col {
  background: #9b1c1f;
  color: #fff;
  position: relative;
  padding: 60px 40px;
  text-align: center;
  min-height: 100%;
}

.contact-form-wrapper{
    padding-right: 20px;
}

.divfotmini{
  display: flex;
  justify-content: center;
  background-color: #F7F8F8;
    padding: 50px;
}


.divfotmini img{
    max-width: 285px;
}

footer{
background-color: #7D1B1D;
padding: 50px;
}


/*FOOTER*/

.floating-buttons {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 9999;
}

.float-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    transition: transform 0.2s ease;
}

.float-btn:hover {
    transform: scale(1.1);
    color: white;
}

/* Colores */
.home-btn {
    background: #c62828;
}

.whatsapp-btn {
    background: #c62828;
}
.float-btn:active {
    color: #ffffff; /* color al hacer click */
   
}

/*FOOTER*/

/*AVISO PRIVACIDAD*/

.privacy-banner {
  position: relative;
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  padding: 60px 8%;
  color: white;
  overflow: hidden;

  /* imagen de fondo */
  background-image: url(../img/fondo1.png);
  background-size: cover;
  background-position: center;
}

/* overlay degradado */
.privacy-banner::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    90deg,
    rgba(170, 0, 50, 0.95) 0%,
    rgba(200, 0, 60, 0.85) 60%,
    rgba(200, 0, 60, 0.6) 100%
  );

  z-index: 1;
}

/* contenido */
.privacy-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
}

.privacy-update {
  letter-spacing: 3px;
  font-size: 14px;
  opacity: 0.9;
}

.privacy-content h1 {
  font-size: clamp(40px, 6vw, 90px);
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.1;
}

/* curva decorativa */
.privacy-curve {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  opacity: 0.9;
}

/* responsive */
@media (max-width: 768px) {
  .privacy-banner {
    min-height: 380px;
    padding: 40px 6%;
  }

  .privacy-curve {
    opacity: 0.5;
  }

  .privacy-update {
    font-size: 12px;
  }
}

.sect-priv{
    padding: 100px;
    font-size: 16px;
    line-height: 1.9;
}


/*AJUSTES PARA RESPONSIVO*/

/* Ajuste para móviles — evitar recorte */
@media (max-width: 768px) {

  #banner {
    height: auto;
    aspect-ratio: 16 / 9; /* ajusta según tu video */
    margin-top: 30px;
  }

  #banner video {
    width: 100%;
    height: 100%;
    object-fit: contain; /* se muestra completo */
    
  }

}


@media (max-width: 768px) {

    #contactito {
    padding: 40px;
}

.bg-section {
   
    padding: 15px;
}

.valor-titulo img {
    margin-top: 40px;
}

.more-text.show {
    margin-bottom: 30px;
}

#academics {
    
    padding: 20px;
}

#owl-demo .item img {
    width: 175%;
}

.carru_slide {
    padding: 50px;
}


.contact-form-col, .contact-map-col {
    padding: 40px 40px;
}
}


@media (min-width: 992px) {
  .contact-section .row {
    display: flex;
    align-items: stretch;
  }
}

/*MODALES CONTACTO*/

/*MODALES SECCION CONTACTO*/



#contactoModal .modal-content {
    border-radius: 10px;
}
#contactoModal .modal-title {
    font-weight: bold;
}


#successModal .modal-content {
    border-radius: 14px;
    border: none;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

/* HEADER */
#successModal .modal-header {
    background: linear-gradient(135deg, #FFB4AB, #FFB4AB);
    color: #ffffff;
    border-bottom: none;
    padding: 18px 22px;
}

#successModal .modal-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

/* BOTÓN CERRAR (X) */
#successModal .close {
    color: #ffffff;
    opacity: 0.9;
    font-size: 22px;
}

#successModal .close:hover {
    opacity: 1;
}

/* BODY */
#successModal .modal-body {
    padding: 28px 25px;
    color: #444;
}

#successModal .modal-body p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* FOOTER */
#successModal .modal-footer {
    border-top: none;
    padding: 18px 22px;
    background: #f7f9fc;
}

/* BOTÓN */
#successModal .btn-primary {
    background: #F4313F;
    border: none;
    border-radius: 30px;
    padding: 8px 26px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
}

#successModal .btn-primary:hover {
    background: #F4313F;
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(41, 68, 123, 0.35);
}

/* ANIMACIÓN SUAVE */
#successModal.fade .modal-dialog {
    transform: translateY(-20px);
    transition: transform 0.35s ease-out, opacity 0.35s ease-out;
}

#successModal.show .modal-dialog {
    transform: translateY(0);
}



#successModal .modal-body p {
 font-size: 16px;
    line-height: 1.7;
    max-width: 320px;
    margin: 0 auto;
     text-align: justify;
    text-justify: inter-word;
}

#successModal .modal-dialog {
    margin: 10% auto; 
}


#errorModal .modal-body p {
 font-size: 16px;
    line-height: 1.7;
    max-width: 320px;
    margin: 0 auto;
     text-align: justify;
    text-justify: inter-word;
}

#errorModal .modal-dialog {
    margin: 10% auto; 
}

.contact-form2 {
    width: 100%;
    max-width: 100%; 
}

.contact-form2 input,
.contact-form2 textarea {
    width: 100%;
}