body{
    background-color: white;
    padding: 0;
    margin: 0;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/*******************

Encabezado de la pagina

****************/

.contenedor-carga{
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 120;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.oculto{
    display:  none;
}
.spinner {
  width: 120px;
  height: 120px;
  border: 5px solid #ccc;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: girar 1s linear infinite;
}

@keyframes girar {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


header{
    width: 100%;
    height: 140px;
    background-color: black;
}
.cont-header{
    width: 65%;
    height: 100%;
    display: flex;
    justify-content: space-between;

    padding: 0px 20px;
    margin: 0 auto;
    gap: 20px;
}
.img-logo{
    width: 200px;
    height: auto;
    object-fit: contain;
}
.menu{
    color: white;
    font-weight: bold;
    margin-top: 35px;
    text-transform: uppercase;
    display: flex;
    list-style-type: none;
    padding: 0;
    gap: 20px;
    font-size:0.875rem;
    text-rendering: optimizeLegibility;
}

.menu li > a{
    color: white;
     text-decoration: none;
     transition: color .4s ease;
}
.menu li > a:visited{
    color: white;
    text-decoration: none;
}

.menu li> a:hover{
    color: #0fc8ff;
}



/*******************

PRESENTACION DE LA PAGINA

****************/
.contenedor-header{
    width: 100%;
    height: 90vh;
    background-image: url("./assets/img/header21.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 0;
    display: flex;
    justify-content: center;
}


/*******************

Contenido de la presentacion

****************/
.contenido{
    position: absolute;
    width: 60%;
    height: 80%;
    margin: 0 auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner_title{
    color: white;
    line-height: 88px;
    font-size: 4rem !important;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
}
.letra_banner{
    font-size: 2.2rem;
    color: white;
    text-align: center;
      font-family: 'Times New Roman', Times, serif;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: -3px -3px 3px #484848, 3px -3px 3px #484848, -3px 3px 3px #484848, 3px 3px 3px #484848
}
.letra_banner_input{
    font-size: 1.3rem;
    letter-spacing: 0;
    color: white;
    text-shadow: -3px -3px 3px #484848, 3px -3px 3px #484848, -3px 3px 3px #484848, 3px 3px 3px #484848;
    text-align: center;
}



/*******************

formulario buscar

****************/

.form_buscador{
    width: 100%;
    height: 55px;
    display: flex;
    gap: 10px;
    margin-top: 15px;
}
.buscador{
    width: 90% !important;
    height: 45px;
    padding: 0px 15px;
}
.enviar{
    width: 10%;
    background-color: #0fc8ff;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 12px;
    transition: background-color 0.5s ease;
}
.enviar:hover{
    background-color: #222222;
}

/*******************

Cuadro Inferior

****************/
.aviso{
    width: 100%;
    height: max-content;
    background-color: #d9edf7;
    border: 1px solid #01475c;
    color: #31708f;
    font-weight: bold;
    font-size: 1.1rem;
    text-align: center;
    padding: 10px 0px;
    margin-top:20px ;
}


/*******************

Seccion Cartas

****************/

.seccion_tarjetas{
    margin-top: -10px;
    height: max-content !important;
    margin-bottom: 100px;
}
.tarjetas{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.tarjeta{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 210px;
    height: 260px;
    padding: 15px;

    transform: skewY(-17deg);
    margin-left: -20px;
}
.tarjeta span{
    font-size:1.3rem;
    font-weight: bold;
    color: white;
}
.tarjeta i{
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.356);
}
.division{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid white;
    width: 60%;
    height: 0px;
    
}

.naranja{
    background-color: #f39110d2;
}
.azul{
    background-color: #0da9ddd5;
}
.amarillo{
    background-color: #fbcf3ed8;
}
.pistache{
    background-color: #2bbfc7d3;
}


/*******************

Seccion Experiencia

****************/

.fondo_gris{
    background-color: rgb(248, 248, 248);
    padding: 120px 0px;
}
.contenedor_experiencia{
    width: 70%;
    margin: 0 auto;
    display: flex;
    gap: 20px;
}
.video_experiencia{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
video{
    width: 100%;
    height: 90%;
}

.text_experiencia{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.text_experiencia h2{
    font-size: 2.3rem;
    font-weight: bold;
    margin-bottom: -0.5px;
}
.text_experiencia span{
    font-size: 1.3rem;
    margin-top: 10px;
}
.btn_experiencia{
    width: 100px;
    height: 25px;
    margin-top: 10px;
    padding: 15px;
}


/*******************

Seccion Slider

****************/

.informate{
    width: 60%;
    height: 40%;
    margin: 0 auto;
    display: flex;
    padding: 120px 0; 
    gap: 20px;
}
.text_informate{
    width: 35%;
}
.text_informate h2{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: -0.5px;
}

.text_informate span{
    font-size: 1.2rem;
    margin-top: 10px;
}

.slider-container {
  position: relative;
  width: 100%;
  height: max-content;
  margin: auto;
  overflow: hidden; 
}
.slider-track {
  display: flex;
  gap: 0px; 
  transition: transform 0.4s ease-in-out;
}

.slide {
  flex: 0 0 30%; 
  box-sizing: border-box;
}

.slide img {
  width: 100%;
  max-width: 220px;
  height: 100%;
  max-height: 300px;
  display: block;
  border-radius: 8px;
}

.btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  padding: 15px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 50%;
}
.prev { left: 10px; }
.next { right: 10px; }
.btn:hover { background: rgba(0, 0, 0, 0.8); }

@keyframes carrusel {
  0% { transform: translateX(0%); }
  /* Ajusta los porcentajes según la cantidad de imágenes. Con 3 imágenes, cambian en 33.33% */
  33% { transform: translateX(0%); }
  
  36% { transform: translateX(-100%); }
  69% { transform: translateX(-100%); }
  
  72% { transform: translateX(-200%); }
  100% { transform: translateX(-200%); }
}


/*******************

footer

****************/

footer{
    padding: 100px 0;
    background-color: black;
}


/*******************

CONTACTO

****************/
.contenedor-footer{
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-align: center;
}
.contacto{
    display: flex;
}
.contacto_tarjeta{
    flex: 1;
    color: white;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.contacto_tarjeta i{
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    background-color: #252525;
    padding: 15px;
    border-radius: 50%;
}
.contacto_tarjeta label{
    color: #0fc8ff;
    font-weight: bold;
    font-size: 1.4rem;
}
.contacto_tarjeta span{
    font-size: 1.1rem;
}

/*******************

Redes Sociales

****************/

.redes{
    color: white;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.redes_titulo{
    color: #0fc8ff;
    font-weight: bold;
    font-size: 1.4rem;
}
.subtitulo_titulo span{
    font-size: 1.1rem;
}
.cont-red{
    width: 100%;
    height: max-content;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 40px;
}

.red i{
    width: 100px !important;
    height: 60px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    background-color: #252525;
    padding: 10px 15px;
    border-radius: 50%;
    text-align: center;
}

.face,.x,.youtube{
    transition: background-color 0.5 ease;
}
.face:hover{
  background-color: #1546b1;
}
.x:hover{
    background-color: black;
}
.youtube:hover{
    background-color: rgb(221, 37, 37) !important;
}
/*******************

terminos

****************/

.terminos,.derechos{
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.derechos{
    margin-top: 10px;
}






/*******************

Celulares

****************/

.btn-menu{
    display:none;
    background:none;
    border:none;
    font-size:35px;
    cursor:pointer;
    color:white;
    background-color: #0fc8ff;
}
.contacto a{
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contacto a:visited{
  text-decoration: none;
}


@media (max-width:769px) {
    .cont-header{
        width:100%;
        position:relative;
        padding:0;
    }

    .btn-menu{
        display:block;
        position:absolute;
        right:20px;
        top:50%;
        transform:translateY(-50%);
        z-index:20;
    }

    .menu{
        position:absolute;
        top:100%;
        left:0;
        width:100%;
        background:#000;
        display:none;
        flex-direction:column;
        padding:0;
        margin:0;
        z-index:10;
    }

    .menu.active{
        display:flex;
    }

    .menu li{
        list-style:none;
        border-top:1px solid rgba(255,255,255,.2);
    }

    .menu li a{
        display:block;
        padding:15px 20px;
        color:#fff;
        text-decoration:none;
    }

    .menu li a:hover{
        background:#222;
    }
     .contenedor-header{
        align-items: center;
        gap: 0;
        line-height: 1.3;
    }
    .contenido{
        align-items: center;
        justify-content: center;
        height: max-content;

        width: 90%;
    }
    .banner_title{
        line-height: 1.5;
        font-size: clamp(1rem, 5vw, 2rem) !important;
    }
    .letra_banner{
        font-size: 1.5rem;
    }
    .seccion_tarjetas{
        margin: 0;
    }
    .tarjetas{
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
    }
    .tarjeta{
        width: 35%;
    }

    .contenedor_experiencia{
        width: 90%;
        flex-direction: column;
    }
    .contenedor_experiencia div{
        width: 100%;
    }
    .informate{
        width: 90%;
        flex-direction: column;
    }
    .informate div{
        width: 100%;
    }
    .contacto{
        flex-direction: column;
        gap: 20px;
    }
}



@media (max-width:360px) {
    .cont-header{
        width:100%;
        position:relative;
        padding:0;
    }

    .btn-menu{
        display:block;
        position:absolute;
        right:20px;
        top:50%;
        transform:translateY(-50%);
        z-index:20;
    }

    .menu{
        position:absolute;
        top:100%;
        left:0;
        width:100%;
        background:#000;
        display:none;
        flex-direction:column;
        padding:0;
        margin:0;
        z-index:10;
    }

    .menu.active{
        display:flex;
    }

    .menu li{
        list-style:none;
        border-top:1px solid rgba(255,255,255,.2);
    }

    .menu li a{
        display:block;
        padding:15px 20px;
        color:#fff;
        text-decoration:none;
    }

    .menu li a:hover{
        background:#222;
    }
     .contenedor-header{
        align-items: center;
        gap: 0;
        line-height: 1.3;
    }
    .contenido{
        align-items: center;
        justify-content: center;
        height: max-content;

        width: 90%;
        gap: 0 !important;
    }
    .banner_title{
        line-height: 1.5;
        font-size: 2rem !important;
    }
    .letra_banner{
        font-size: 1.2rem !important;
    }
    .letra_banner_input{
        font-size: 0.875rem;
    }
    .aviso{
        font-size: 1rem;
    }
    .seccion_tarjetas{
        margin: 0;
    }
    .tarjetas{
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
    }
    .tarjeta{
        width: 45%;
    }

    .contenedor_experiencia{
        width: 90%;

        flex-direction: column;
    }
    .contenedor_experiencia div{
        width: 100%;
    }
    .informate{
        width: 90%;
        flex-direction: column;
    }
    .informate div{
        width: 100%;
    }
    .contacto{
        flex-direction: column;
        gap: 20px;
    }
}