/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    scroll-behavior: smooth;
}
:root {
    --color_one: #0D568A;
    --color_two: #30f0f0;
   /* --color_three: #1c1c1c;*/
    --color_four: #0D568A;
    --color_five: #ff0000;
  /*  --box_shadow: 0px 6px 50px -20px rgba(0,0,0,0.2);*/
}

.container{
    max-width: 1400px;
    margin: auto;
}
header{
    background-color: #0D568A ;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 20px 100px;
    margin-bottom: 20px;
    z-index: 10000;
    display: flex;
    transition: 0.5s;
    justify-content: space-between;
    align-items: center;
}

header .logo{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;  
}
header .logo img{
    width: 150px;
    margin-top: 15px;
}

header .navigation{
    position: relative;
    display: flex;
}
header .navigation li{
    list-style: none;
    margin-left: 30px;
}
header .navigation li a{
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}
header.sticky .navigation li a{
    color: #fff;
}
header .navigation li a:hover{
    color: var(--color_two);
}
/*Encabezados*/
.title{
    padding-top: 150px;
    padding-bottom: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.title3{
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.titleText3{
    font-size: 30px;
    font-weight: 600;
    color: #000000;
}
.titleText{
    font-size: 35px;
    font-weight: 600;
    color: #000000;
}
.titleText2{
    font-size: 55px;
    font-weight: 600;
    color: #000000;
}
.title p{
    color: var(--color_four);
    letter-spacing: 4px;
    font-size: 16px;
    font-weight: 500;
}
/*About*/
.about {
    background: #fff;
}
.about .container .boxes{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.about .container .box{
    background: #fff;
    width: 690px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #e6e6e6;
    transition: all 300ms;
}
.about .container .box:hover{
    border: 1px solid transparent;
    box-shadow: var(--box_shadow);
}
.about .container .box img{
    width: 100%;
}
.about .container .box h2{
    color: #111;
    padding: 10px;
}
.about .container .box p{
    color: #111;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
}
.about .container .box li{
    list-style: none;
}
.about .container .boxes .box .listh{
    text-align: left;
    padding-left: 20px;
}
/*Services*/
.services {
    background: #fff;
}
.services .container .boxes{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.services .container .box{
    background: #fff;
    width: 400px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #e6e6e6;
    transition: all 300ms;
}
.services .container .box:hover{
    border: 1px solid transparent;
    box-shadow: var(--box_shadow);
}
.services .container .box img{
    width: 100%;
    padding: 10px;
}
.services .container .box h2{
    color: #111;
    padding: 10px;
}
.services .container .box p{
    color: #111;
    padding-bottom: 20px;
}
.services .container .box li{
    list-style: none;
}
/*Works*/

.works {
    background: #fff;
}

section .caja{
    margin-top: 80px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
   
}
section .caja h1{
    text-align: center;
    padding-top: 60px;
    font-size: 38px;
}
section p{
    text-align: center;
    font-size: 16px;
    padding-top: 0px;
    color:#0D568A;
}
section .model{
    width: 70%;
    height: 500px; /* ajustar altura según sea necesario */
    overflow: hidden;
    position: relative;
    border: 2px black solid;
    border-radius: 13px;
  }

  section .model img{
    width: 100%;
    height: 100%;
    position: absolute;
    animation: slide 20s infinite;
    opacity: 0;
    border-radius: 10px;
  }
  section .model img:nth-child(1) {
    animation-delay: 0s;
  }
  
  .model img:nth-child(2) {
    animation-delay: 4s;
  }
  
  .model img:nth-child(3) {
    animation-delay: 8s;
  }
  
  .model img:nth-child(4) {
    animation-delay: 12s;
  }
  
  .model img:nth-child(5) {
    animation-delay: 16s;
  }
  
  @keyframes slide {
    0% {opacity: 0;}
    8% {opacity: 1;}
    24% {opacity: 1;}
    32% {opacity: 0;}
    100% {opacity: 0;}
  }
  

.description h3{
    font-weight: 700;
    font-size: 32px;
    margin: 0 0 20px;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.3s ease-out;
}
.description p{
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.3s ease-out 0.2s;
}

.description a{
    color: #fff;
    background: #34f380;
    display: inline-block;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 5px;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.3s ease-out 0.4s;
}
.description a:hover{
    background: #0e6290;
}



/*Clientes*/
.clients {
    background: #fff;
}
.clients .container .boxes{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.clients .container .boxes .box{
    background: #fff;
    width: 223px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #e6e6e6;
    transition: all 300ms;
}
.clients .container .boxes .box:hover{
    border: 1px solid transparent;
    box-shadow: var(--box_shadow);
}
.clients .container .boxes .box img{
    width: 110px;
    margin: auto;
}
.clients .container .boxes .box h2{
    color: #111;
    padding: 10px;
}
.clients .container .boxes .box p{
    color: #111;
    padding-bottom: 20px;
}
.clients .container .boxes .box li{
    list-style: none;
}
/*Proveedores*/
.galery {
    background: #fff;
}
.galery .container .boxes{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.galery .container .boxes .box{
    background: #fff;
    width: 223px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #e6e6e6;
    transition: all 300ms;
}
.galery .container .boxes .box:hover{
    border: 1px solid transparent;
    box-shadow: var(--box_shadow);
}
.galery .container .boxes .box img{
    width: 110px;
    margin: auto;
}
.galery .container .boxes .box h2{
    color: #111;
    padding: 10px;
}
.galery .container .boxes .box p{
    color: #111;
    padding-bottom: 20px;
}
.galery .container .boxes .box li{
    list-style: none;
}
/*Contact*/
.contact {
    background: #fff;
    margin-bottom: 20px;
}
.contact .container .boxes{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.contact .container .box{
    background: #fff;
    width: 690px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #e6e6e6;
    transition: all 300ms;
}
.contact .container .box:hover{
    border: 1px solid transparent;
    box-shadow: var(--box_shadow);
}
.contact .container .box img{
    width: 105px;
    padding-top: 40px;
}
.contact .container .box h2{
    color: #111;
    padding: 10px;
}
.contact .container .box p{
    color: #111;
    padding-bottom: 20px;
}
.contact .container .boxes .box .fc{
    color: #1c1c1c;
    background: white;
    max-width: 690px;
    width: 100%;
   /* border: 5px solid #111;*/
    padding: 20px;
    /*background: rgb(0,0,0,0.4);*/
    box-sizing: border-box;
}
input, textarea{
    width: 100%;
    margin-bottom: 20px; 
    padding: 7px;
    box-sizing: border-box;
    font-size: 17px;
    border: 1px solid #ccc;
}
textarea{
    width: 100%;
    padding: 5px 0;
    resize: none;
    height: 100px;
}
#boton{
    background: var(--color_one);
    color: #fff;
    padding: 20px;
    transition: 300ms;
}
#boton:hover{
    background: #178fe6;
    color: #fff;
}
#boton:hover{
    cursor: pointer;
}
/*Footer*/
.pieDePagina{
   width: 100%;
   margin: auto;
   margin-top: 30px;
   font-size: 14px;
   text-align: center;
    background: #0D568A ;
    
}
.pieDePagina >div{
    display: block;
    padding: 10px;
    color: white;
}
 .pieDePagina{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 3fr 3fr 1fr;
    height: 180px;
    padding-left: 10px;
    padding-right: 10px;
 }  
 .pieDePagina li{
    list-style: none;
 } 

 .pieDePagina .logo_footer{
    display: flex;
    align-items: center;
    justify-content: center;

 }
 .logo_footer img{
    width: 200px;
    height: 100px;
    border-radius: 100px;
 }
 .pieDePagina .redes{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
 }
 .pieDePagina .redes .socialMedia{
    position: relative;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
 }
 .pieDePagina .central_footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
 }
 .pieDePagina .horario_footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
 }
 .pieDePagina .redes .socialMedia li a{
    color: #fff;
    font-size: 2em;
    transition: 0.5s;
 }


/*Slider*/
#slider{
    
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0;
    
}
#slider > div{
    margin-top: 87px;
    position: absolute;
    width: 100%;
    height: 100%;   
}
/*#slider img{
    width: 100%;
    height: 100%;
}*/

.caption1 p{
    position: absolute;
    top: 50%;
    text-align: center;
    font-size: 50px;
    font-family: 'Roboto:', sans-serif;
     font-weight:bold;
    color:#fff;
    width: 100%;
    /*background-color: rgba( 0, 0, 0, 0.3 );*/
}
.sld{
    height:100%;
    width:100%;
    margin: 0px;
}
.showcase{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.showcase .content{
    position: absolute;
    justify-content: center;
    z-index: 1;
    margin: auto;
    max-width: 900px;
    text-align: center;
}
.showcase .content h2{
    font-size: 5em;
    color: #fff;
}
.showcase .content p{
    font-size: 35px;
   /* font-size: 1em;*/
    color: #fff;
}
.btn{
    font-size: 1em;
    color: #fff;
    background: var(--color_one);
    display: inline-block;
    padding: 10px 30px;
    margin-top: 20px;
    transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    transition: 0.5s;
}
.btn:hover{
    letter-spacing: 6px;
}
/*proveedores*/
.slider {
    width: 95vw;
    height: auto;
    margin: auto;
    overflow: hidden;
}

.slider .slide-track {
    display: flex;
    animation: scroll 40s linear infinite;
    width: calc(200px * 16);
}

.slider .slide {
    width: 1500px;
    margin-right: 30px;
}

.slider .slide img {
    width: 100%;
    height: 100px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-200px * 8));
    }
}

@media (max-width: 991px)
{
    header,
    header.sticky{
        padding: 10px 20px;
    }
    header .navigation{
        display: none;
    }
    header .navigation.active{
        width: 100%;
        height: 160px;
        position: fixed;
        top: 68px;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: var(--color_one);
    }
    header .navigation li{
        margin-left: 0;
    }
    header .navigation li a{
        text-decoration: none;
        color: #fff;
        font-size: 1em;
    }
    .menuToggle{
        position: relative;
        width: 60px;
        height: 60px;
        background: url(../img/menu.png);
        background-size: 50px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }
    .menuToggle.active{
        background: url(../img/close.png);
        background-size: 25px;
        background-repeat: no-repeat;
        background-position: center;
    }
    .pieDePagina{
        font-size: 12px;         
     }
     .logo_footer img{
        width: 150px;
        
     }
}
@media (max-width: 840px)
{
    .pieDePagina{
       grid-template-columns:  repeat(3,1fr);
     }
     .pieDePagina .logo_footer {
        display: none;
     } 
     .pieDePagina .central_footer{
        grid-area: "central_footer";
     }
     .pieDePagina .horario_footer{
        grid-area: "central_footer";
     }
     .pieDePagina .redes_footer{
        grid-area: "central_footer";
     }
}       
@media (max-width: 768px)
{
    .showcase{
        height: 350px;
    }
    .showcase .content h2 {
        font-size: 30px;
        top: 0;
    }
    .showcase .content p {
        font-size: 20px;
    }
    .title .titleText2 {
        font-size: 30px;
    }
    .title .titleText {
        font-size: 30px;
    }
    #slider{
        height: 300px;
    }
    .btn{
        font-size: 10px;
    }
    .footer .container .boxes .box {
        width: 100%;
        padding: 20px;
    }
    .footer .container .boxes .box img {
        margin: auto;
    }

}

@media (max-width: 768px){

    .pieDePagina{
     grid-template-columns:  2fr 4fr 1fr;
        font-size: 11px;
      }
      .pieDePagina h2{
        font-size: 13px;
        padding-bottom: 7px;
    }
}

@media (max-width: 630px){

    .pieDePagina{
        font-size: 10px;
      }
      .pieDePagina .redes h2{
        display: none;
       }
    .pieDePagina .redes .socialMedia{
        flex-direction: column;
        gap: 3px;  
     }

     header .logo img{
        width: 100px;  
    }
     
    section .caja h1{
        font-size: 22px;
    }
    section p{
       font-size: 18px;
    }
    section .model{
        width: 85%;
        height: 300px; /* ajustar altura según sea necesario */
      }
    
      section .model img{
        width: 100%;
        height: 100%;
        position: absolute;
        animation: slide 20s infinite;
        opacity: 0;
        border-radius: 10px;
      }
}

@media (max-width: 450px){
    .title .titleText {
        font-size: 25px;
    }
    .title .titleText p {
        font-size: 15px;
    }
    .showcase .content h2 {
        font-size: 25px;
    }
    .showcase .content p {
        font-size: 15px;
    }
    .title .titleText2 {
        font-size: 25px;
    }
    .about .title  p{
        font-size: 15px;
    }
    .container .box h2{
        font-size: 16px;
    }
    .container .box p{
        font-size: 12px;
    }
    .listh li{
        font-size: 12px;
    }

    .container .boxes h2{
        font-size: 16px;
    }
    .container .boxes li{
        font-size: 12px;
        padding-bottom: 5px;
    }
    .services .title .titleText {
        font-size: 25px;
    }
    .services .title  p{
        font-size: 15px;
    }
    section .caja h1{
        font-size: 20px;
        padding-bottom: 5px;
    }
    section .caja p{
        font-size: 15px;
    }
    
    
}