
body{
   
	color: #eee;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}
svg{
    width: 25px;
}
header{
    width: 1200px;
    max-width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    grid-template-rows: 50px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
}
header .logo{
    font-weight: bold;
}
header .menu{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
    font-weight: 500;
}
/* css slider */
.slider{
    height: 100vh;
    margin-top: -50px;
    position: relative;
}
.slider .list .item{
    position: absolute;
    inset: 0 0 0 0;
    overflow: hidden;
    opacity: 0;
    transition: .5s; /* .6s;*/
}
.slider .list .item img{
    width: 100%;
    height: 90%;
    object-fit: cover;
}
.slider .list .item::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
	
    background-image: linear-gradient(
        to bottom right, #000000,0%,transparent, transparent /*  to bottom right, #000000,50%,transparent, #082465 , transparent #082465 8%    #000000 #082465 000080 17202a   #082465 */
    );
	 
}
.slider .list .item .content{
    position: absolute;
	left: 10%;
    top: 20%;
    width: 500px;
    max-width: 80%;
    z-index: 1;
}
.slider .list .item .content p:nth-child(1){
    text-transform: uppercase;
	letter-spacing: 10px;
	color: #F8F7F7;/*---*/
}
.slider .list .item .content h2{
    font-size: 100px;
	color: #F8F7F7;/*-#CCA300--*/
	opacity: 1;
    margin: 0;
}

.mi-clase {
  color: #F8F7F7; /* Color amarillo casi café #CCA300*/
	font-family: 'Montserrat', sans-serif;
  font-size: 14px; /* Tamaño de fuente */
  /* Otros estilos */
}
.slider .list .item.active{
    opacity: 1;
    z-index: 10;
	
}
@keyframes showContent {
    to{
        transform: translateY(0);
        filter: blur(0);
        opacity: 1;
    }
}
.slider .list .item.active p:nth-child(0),
.slider .list .item.active h2,
.slider .list .item.active p:nth-child(0){
    transform: translateY(0px);
    filter: blur(0px);
    opacity: 0;
    animation: showContent .5s .5s ease-in-out 1 forwards; /*.5s .7s */
}
.slider .list .item.active h2{
    animation-delay: 1s;
}
.slider .list .item.active p:nth-child(3){
    animation-duration: 1.3s;
}
.arrows{
    position: absolute;
    top: 30%;
    right: 50px;
    z-index: 100;
}
.arrows button{
    background-color: #eee5;
    border: none;
    font-family: monospace;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: x-large;
    color: #eee;
    transition: .5s;
}
.arrows button:hover{
    background-color: #eee;
    color: black;
}
.thumbnail{
    position: absolute;
    bottom: 50px;
    z-index: 11;
    display: none;
    gap: 10px;
    width: 100%;
    height: 250px;
    padding: 0 50px;
    box-sizing: border-box;
    overflow: auto;
    justify-content: center;
}
.thumbnail::-webkit-scrollbar{
    width: 0;
}
.thumbnail .item{
    width: 150px;
    height: 220px;
    filter: brightness(.5);
    transition: .5s;
    flex-shrink: 0;
}
.thumbnail .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.thumbnail .item.active{
    filter: brightness(1.5);
}
.thumbnail .item .content{
    position: absolute;
    inset: auto 10px 10px 10px;
}
@media screen and (max-width: 678px) {
    .thumbnail{
        justify-content: start;
    }
    .slider .list .item .content h2{
        font-size: 60px;
    }
    .arrows{
        top: 10%;
    }
}




body{
  font-family: 'Montserrat', sans-serif;
  font-size: 13.5px;
  color:  #c8c5c5;
  background-image: url(../images/body-bg.jpg);
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.call_to-btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #f5a425;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.hero_section .call_to-btn {
  padding: 12px 35px;
}

.call_to-btn img {
  width: 18px;
  margin-left: 10px;
}

.btn_on-hover {
  transition: all 0.3s ease 0s;
}

.call_to-btn:hover,
.btn_on-hover:hover {
  color: #fff;
  -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  color: #fff;
  transform: translateY(-7px);
}

.main-heading {
  color: #c8c5c5;
  font-weight: bold;
  text-align: center;
}

/*header section*/

.header_section {
  padding-top: 0px;
}

nav.navbar.navbar-expand-lg {

  padding: 10px 0;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 20px;
  color: #ffff;/* #2d2c2c   #7C7A7A*/
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
	
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #f5a425; /* #fec913 Color al pasar el mouse sobre los enlaces */
	/*background-color: #082465;  Fondo azul transparente al pasar el mouse */
	
  cursor: pointer; /* Cambia el cursor a una mano para indicar que es interactivo */
}






a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.variable-width .slick-slide {
      padding: 0 5px; /* Ajusta el espacio entre las diapositivas */
    }
.variable-width .slick-slide img {
      border-radius: 4px; /* Borde redondeado de 10px */
    }
.carousel-container {
  width: 75%; /* Ancho ajustable */
  overflow: hidden;
  margin: 0 auto;
}

.carousel {
  display: flex;
}

.slide {
  flex: 0 0 calc(25% - 10px); /* Ajuste del tamaño de los slides */
  margin-right: 10px;
  animation: moveSlide 12s linear infinite; /* Ajusta el tiempo y el tipo de animación según tus necesidades */
}

.slide:nth-child(1) {
  animation-delay: 0s;
}

.slide:nth-child(2) {
  animation-delay: 1s; /* Ajusta el tiempo de retraso para la segunda imagen */
}

.slide:nth-child(3) {
  animation-delay: 2s; /* Ajusta el tiempo de retraso para la tercera imagen */
}

.slide:nth-child(4) {
  animation-delay: 3s; /* Ajusta el tiempo de retraso para la cuarta imagen */
}

@keyframes moveSlide {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(-200%);
  }
  75% {
    transform: translateX(-300%);
  }
  100% {
    transform: translateX(-400%);
  }
}

.slide:last-child {
  margin-right: 0;
}

.slide img {
  max-width: 100%;
  height: auto;
}

.carousel-container {
  position: relative; /* Necesario para posicionar los botones correctamente */
}



/* Contenedor principal del slider */
.slider {
  height: 100vh;
  margin-top: -50px;
  position: relative;
}

/* Sección de tarjetas reemplazando thumbnails */
.features {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 12;
  display: flex;
  justify-content: center;
  padding: 0 40px;
  box-sizing: border-box;
}

.container {
  max-width: 1200px;
  width: 100%;
}

.row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}

/* Tarjeta */
.features-post {
  background-color: #121b2f;
  border-radius: 0px;
  overflow: hidden;
  width: 280px;
  color: white;
  cursor: pointer;
  transition: margin-bottom 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  z-index: 1;
}

/* Hover individual */
.features-post:hover {
  margin-bottom: 12px;
  background-color: #f5a425; /* Amarillo cálido */
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  z-index: 2;
  color: white;
}

/* Título */
.features-post .content-show {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.features-post .content-show h4,
.features-post .content-show i {
  color: white;
  transition: color 0.3s ease;
}

.features-post:hover .content-show h4,
.features-post:hover .content-show i {
  color: white;
}

/* Descripción oculta */
.features-post .content-hide {
  background: #121b2f;
  color: white;
  padding: 20px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease, background-color 0.4s ease, color 0.4s ease;
}

.features-post:hover .content-hide {
  max-height: 200px;
  opacity: 1;
  background-color: #f5a425; /* Fondo amarillo cálido */
  color: white;             /* Letra blanca */
}

/* Botón */
.scroll-to-section a {
  display: inline-block;
  margin-top: 10px;
  background-color: #f5a425; /* Igual al fondo de la tarjeta */
  color: white; /* Letra blanca */
  padding: 6px 12px;
  border-radius: 0; /* Recto, sin borde redondeado */
  text-decoration: underline; /* Línea subrayada */
  text-underline-offset: 3px; /* Distancia del subrayado al texto */
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.scroll-to-section a:hover {
  background-color: #e5941f; /* Un tono más oscuro al pasar el mouse */
  color: white;
}

/* Fade-in opcional */
@keyframes fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Responsive */
@media (max-width: 678px) {
  .features {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    bottom: 20px;
  }

  .features-post {
    width: 100%;
    max-width: 90%;
  }
}

/* Hasta aqui tarjetas*/

.prev-button,
.next-button {
  position: absolute; /* Posiciona los botones en relación con el contenedor del carrusel */
  top: 50%; /* Coloca los botones en el centro vertical */
  transform: translateY(-50%); /* Centra verticalmente los botones */
  background-color: blue; /* Color azul para los botones */
  color: white; /* Color blanco para el texto de los botones */
  border: none; /* Sin borde */
  padding: 10px 20px; /* Espaciado interno */
  cursor: pointer; /* Cambia el cursor al pasar sobre los botones */
}

.prev-button {
  left: 0; /* Alinea el botón anterior a la izquierda */
}

.next-button {
  right: 0; /* Alinea el botón siguiente a la derecha */
}

/* Estilos adicionales para los botones al pasar el cursor sobre ellos */
.prev-button:hover,
.next-button:hover {
  background-color: #121b2f; /* Color azul oscuro al pasar el cursorOJJ */
}

.teacher_container {
  display: flex;
  justify-content: center;
}

.card-body {
  display: flex;
  justify-content: center;
}

.image-container {
  flex: 0 0 auto; /* Hace que el contenedor de la imagen no se estire */
  margin-right: 20px; /* Ajusta el margen derecho según tus necesidades */
}

.image-container img {
  max-width: 100%; /* Hace que la imagen sea responsiva dentro de su contenedor */
  height: auto; /* Hace que la altura de la imagen se ajuste automáticamente */
}

.text-container {
  flex: 1; /* Hace que el contenedor de texto ocupe el espacio restante */
}

/* Ajustes responsivos */
@media (max-width: 768px) {
  .image-container, .text-container {
    width: 100%; /* En dispositivos más pequeños, el ancho se establece al 100% */
    text-align: center; /* Alinea el texto al centro en dispositivos más pequeños */
    margin-bottom: 20px; /* Añade un espacio entre la imagen y el texto */
  }
}


.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.top_container {
  height: 95vh;
  position: relative;
}

.top_container::before {
  content: "";
  position: absolute;
  width: 48%;
  height: 100%;
  background: url();
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: -1;
}

.top_container.sub_pages::before {
  background-size: 400px 200px;
  background-position: top left;
}

.top_container.sub_pages {
  height: 35vh;
}

.top_container.sub_page {
  height: auto;
}

.navbar-brand img {
  width: 85px;
  margin-right: 7px;
	
	
}


.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
	
}

.navbar-brand {
  display: flex;
  align-items: center;
	
}

.navbar-brand span {
  font-size: 20px;
  font-weight: 700;
  color: #fefefe;
	
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
	
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 40px;
}

/*end header section*/

/* hero section */
.hero-container {
  display: flex;
  padding-top: 50px;
  padding-bottom: 75px;
}

.hero_detail-box {
  width: 45%;
}

.hero_img-container {
  width: 55%;
}

.hero_detail-box {
  color: #fefeff;
}
.hero_detail-box h1 {
  text-transform: uppercase;
  font-size: 50px;
  color: #f5a425;
  font-weight: bold;
}


.hero_detail-box p {
  margin-top: 20px;
  margin-bottom: 35px;
}


/* end hero section */

/* about section */
.about_img-box {
  width: 65%;
  margin: 40px auto;
}

/* about section */

/* teacher container */
.teacher_section .card {
  border: none;
  background-color: transparent;
}

.teacher_section .card-title {
  text-align: center;
  color: #48494a;
}

/* end teacher container */

/* vehicle section */
.vehicle_img-box {
  width: 60%;
  margin: 0 auto;
}

.vehicle_section .carousel-control-prev,
.vehicle_section .carousel-control-next {
  opacity: 1;
}

.vehicle_section .carousel-control-prev-icon,
.vehicle_section .carousel-control-next-icon {
  width: 50px;
  height: 50px;
  background-color: #121b2f;
  border-radius: 100%;
  background-size: 10px;
  background-position: center;
}

.vehicle_section .carousel-control-prev-icon {
  background-image: url(../images/prev.png);
}

.vehicle_section .carousel-control-next-icon {
  background-image: url(../images/next.png);
}



/* end vehicle section */

/* client section */
.client_section {
  background-image: url(../images/shape.png);
  background-repeat: no-repeat;

  background-position: right;

  background-size: 18%;
}

.client_container {
  width: 80%;
  margin: 0 auto;
  padding: 35px;
  background-color: #18233a;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(163, 158, 163, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(163, 158, 163, 1);
  box-shadow: 0px 0px 5px 0px rgba(163, 158, 163, 1);
  border-radius: 20px;
}

.client_detail-box h4 {
  color: #c8c5c5;
}

.client_detail-box span {
  text-transform: uppercase;
  color: #48494a;
}

.client_detail .client_img-box {
  width: 100px;
  margin-right: 15px;
}

.client_detail .client_img-box img {
  width: 100%;
}




/* end client section */


/* contact section */
/* CONTENEDOR DEL SLIDER tarjetas*/
/* CONTENEDOR DEL SLIDER */


.admission_section .container-fluid.position-relative {
  height: 500px;
}

.admission_container {
  width: 770px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}


.admission_img-box {
  width: 50%;
  border-radius: 25px 0 0 25px;
  overflow: hidden;
}

.admission_detail {
  width: 50%;
  background-color: #18233a;
  padding: 20px;
  color: #fefeff;
  border-radius: 0 25px 25px 0;
}


.admission_img-box img {
  width: 100%;
}

.admission_detail .admission_btn {
  background-color: #f5a425;
	font-family: 'Montserrat', sans-serif;
  padding: 7px 35px;
  color: #fefeff;
  font-size: 15px;
  border-radius: 5px;
}

/* end admission section */

/* call section */
.call_section h2 {
  text-align: center;
  margin: 15px 0;
}

.landing_section .number_heading {
  color: #f5a425;
}

.landing_section p {
  text-align: center;
  margin-top: 15px;
}

/* end call section */

/* footer section*/

.footer_section {
  background-color: #121b2f;
  padding: 20px 0;
  font-family: 'Montserrat', sans-serif;
}

.footer_section p {
  color: #fdfdfe;
  margin: 0;
  text-align: center;
	font-family: 'Montserrat', sans-serif;
}

.footer_section a {
  color: #fdfdfe;
	
}




/* end footer section*/



/* end admission section */

/* call section */
.call_section h2 {
  text-align: center;
  margin: 15px 0;
}

.landing_section .number_heading {
  color: #f5a425;
}

.landing_section p {
  text-align: center;
  margin-top: 15px;
}

/* end call section */

/* footer section*/

.footer_section {
  background-color: #121b2f;
  padding: 20px 0;
  font-family: 'Montserrat', sans-serif;
}






/* end footer section*/

