@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');


:root{
    --padding-container: 100px 0;
    --color-title: rgb(1, 1, 83);

}

body{
    font-family: 'Poppins',sans-serif;
}

.container{
    width: 90%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: var(--padding-container);
    

}

.hero{
   width: 100%; 
   height: 100vh;
   min-height: 600px ;
   max-height: 800px;
   position: relative;
   display: grid;
   grid-template-rows: 100px 1fr;
  color: rgb(255, 255, 255);
 

}

.hero::before{
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-image: linear-gradient(180deg, #0000008c 0%,#0000008c 100%), url(../IMG/portada1.jpg); 
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 95%, 0 80%);
    z-index: -1;


}

.nav{
    --padding-container: 0;
    height: 100%;
    display: flex;
    align-items: center;

}

.nav_title{
    font-weight: 300;
}

.nav_link{
 margin-left: auto;
 padding: 0;
 display: grid;
 word-spacing: 0.50em;

}

.nav_items{
    list-style: none;
    
}
.nav_links{
    color: #ccc;
    text-decoration: none;
}

.nav_menu{
    margin-left: auto;
    cursor: pointer;
    display: none;
}
/* contenedor*/
.hero__container{
    max-width: 800px;
    --padding-container:0;
    display: grid;
    align-content: center;
    gap: 1em;
    padding-bottom: 100px;
    text-align: center;
}

.hero_title{
   font-size: 3rem; 
   text-shadow: 1px 2px rgb(37, 37, 37);
}

.hero_paragraph{
    margin-bottom: 20px;
   
}

/*about*/

.about{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    align-items: center;
}

.subtitle {
    color: var(--color-title);
    font-size: 2rem;
    margin-bottom: 25px;
    text-align: center;
        
}

.about_paragraph  {
   
line-height: 1.7;
margin-bottom: 15px;
text-align: justify;
}

.about_img{
    width: 100%;
    display: block;
}

.about_main{
    padding-top: 80px;
    display: grid;
    width: 90%;
    margin: 0 auto;
    gap: 2em;
    overflow: hidden;
    grid-template-columns: repeat(auto-fit, minmax(260px, auto));
}




/*know*/
.knowledge{
    background-color: rgba(239, 239, 241, 0.062);

}

.knowledge__container{
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 1em;
   align-items: center;
   

}
.subtitle{
    text-align: center;
}
.knowledge__picture{
    max-width: 500px;
}
.knowledge__paragraph{
   line-height: 1.7;
    margin-bottom: 15px;
    text-align: justify;
}
.knowlege_img{
    width: 100%;
    border-radius: 2em;
    display: block;
    
   
}



.knowlege1_img{
    width: 180px;
    border-radius: 2em;
padding: 2%;


}




.proyectos_container{
    padding-top: 60px;
     text-align: center;
   
}

.proyectos_picture{
    max-width: 700px;
    display: block;
    margin: auto;
   
}
.proyectos_img{
  
    width: 100%; 
}







/*planes*/
.price1_table{
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5em;
    justify-content: space-evenly;
    align-items: center;
}

.price1_img{
  
  text-align: justify;
  border-radius: 50px;
  width: 300px;
  padding: 30px;  
  display: grid;

}



.price{
   text-align: justify;
   padding-top: 0px; 
}
.price_table{
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5em;
    justify-content: space-evenly;
    align-items: center;
}

.price_img{
  
  text-align: center;
  border-radius: 50px;
  width: 330px;
  padding: 40px;  
  display: grid;

}

.vid_container{
    text-align: center;
}
.vid_elemt{
    padding-top: 10px;
    padding-bottom: 60px;
}



footer{
 
    position: relative;
    width: 100%;
    height: 10%;
    padding: 20px 0 10px 0;
    margin: auto;
    overflow: hidden;
    background-image: linear-gradient(180deg, #0000008c 0%,#0000008c 100%), url(../IMG/port.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  
 
 
    
}

.footer__container__container{
 text-align: center;
    line-height: 2;
 color: rgb(248, 244, 244);
  display: flex;
  width: 70%;
  justify-content: space-evenly;
  margin: auto;
  padding-bottom: 20px;

  border-bottom: 1px solid rgb(247, 243, 243);

}
.titulo-final{
    text-align: center;
    font-size: 11px;
    margin: 20px 0 0 0;
    color: #ccc;
  }

  .slider-frame{
    
    display: grid;
    width: 240%;
    height: auto; 
    margin: 150px  auto 0%;
   overflow: hidden; 
   
}


.slider-frame ul {
 display: flex;

 padding: 0;
 width:250%;

 

}

.slider-frame li {
    list-style: none;
    width: 300%;
    
}

.slider-frame img {

    width: 100%;
    border-radius: 2em;
    animation: slide 40s infinite alternate ease-in-out;
    flex-wrap: wrap;
   
}

@keyframes slide {
    0%{margin-left: 0;}
    25%{margin-left: 0;}
 
    30%{margin-left: -100%;}
    45%{margin-left: -100%;}
 
    50%{margin-left: -200%;}
    65%{margin-left: -200%;}

    70%{margin-left: -300%;}
    85%{margin-left: -300%;}
    
    90%{margin-left: -400%;}
    100%{margin-left: -400%;}
  

}