@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,400;0,600;1,900&display=swap');
:root{
    --background: linear-gradient(135deg, rgba(92, 126, 240, 0.116) 0%, #c7fff83a 100%);
    --color-primary:#2b3b53;
    --color-secondary:#6375c5;
    --boton-padding: 20px 40px;
}
   
body{
    font-family: 'Raleway', sans-serif;
    background-image: url(../assets/prueba5.jpg);
    height: max-content;
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
    position: relative;

}
.container{
    
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    padding: 80px 0;
    max-width: 1200PX;
}
.fa-brands{
    color: rgb(230, 6, 6);
    font-size:70px;
    text-decoration: none;
    line-height: 60px;
}
.subtitle{
    color:rgb(0, 0, 0);
    font-size: 2rem;
    margin-bottom: 35px;
}

.hero{
    height: 100vh;
    background-image: var(--background), url('../assets/niña.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:fixed;
    background-position: center;
    position: relative;
}

.hero .container{
    padding: 5px;
}


.nav :hover{
    background: rgba(255, 255, 255, 0.336);
    transition: .9s; 
    

}
.nav{
    background-color: rgb(29, 153, 255);
    display: flex;
    justify-content:flex-end;
    
    height: 70px;
    align-items:center;
    font-weight: 700; 
  
}

.nav--footer{
    font-weight: 300;
    justify-content: flex-start;
  
}

.nav__items{
    color: rgb(253, 253, 253);
    text-decoration: none;
    margin-right: 20 px;
    padding: 10px 15px;
    font-weight: inherit;
   
}


.nav__items--footer{
    padding: 10px;
   
}

.hero__container{
    font-weight: bolder;
    display: flex;
    height: calc(150vh);
    align-items: center;
    color: rgb(255, 9, 9);
}

.hero__texts{
    
    text-align: center;
    width: 100%;
    margin-bottom:50% ;
}

.hero__title{
    font-weight: bold;
    font-size: 5rem;
}

.hero__subtitle{
   font-weight:900;
    text-align: center;
    font-size: 2rem;
    
    margin: 15 px 0;
}

.hero__cta :hover{
    background-color: aqua;
    transition: 2s;
}

.hero__cta{
    display: inline-block;
    background: rgba(106, 191, 206, 0.719);
    padding: var(--boton-padding);
    text-decoration:none;
    border-radius: 40px;
}
.hero__cta{
    color: #fff;
    font-size: 1.2rem;
}



.hero__wave{
   
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    
}


.presentation{
    color: #fff;
    padding-top: 0;
    text-align: center;
}

.presentation__picture{
    width: 300px;
    height: 230px;
    border-radius: 50%;
}


.about{
    min-width: 400px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 80px;
    justify-items: center;
    align-items: center;
}

.about__img{
    text-align: center;
   
}

.about__img--left{
    text-align: left;
}

.about__picture{
    max-width: 90%;
    
}

.about__paragraph{
    text-align:justify;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: 400;
}
.subtitle__ubi{
    text-align: center;
    color: rgb(53, 164, 238)
}
.maps{
    text-align: center;
    max-width: 95%;
}


/*footer*/

.footer{
    background-color: #04162b;
    height: 200px;
    
}
.footer .footer__grid{
    padding: 0%;
}

.footer__grid{
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 20px;
    align-items: center;
}

.footer__title{
    font-weight: 400;
    color: #fff;
    font-size: 2rem;
    margin-bottom: 30px;
    text-align: center;
}

.footer__icons{
    display: flex;
    justify-content: space-evenly;
}

.footer__container-icons{
    display: inline-block;
    width: 40px;
    height:40px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 40%;
}


.footer__icon{
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    line-height: 60px;
}


.number{
    text-align:center;
    color: #fff;
    font-size: 1rem;
    padding: 0;
}
.fab.footer__icon{
    line-height: 40px;
}

.Copy{
    color: rgb(0, 0, 0);
}


/*responsive desing*/

@media screen and (max-width: 800px) { 
    :root{
        --boton-padding: 18px 50px;
    }

    .nav{
        justify-content:space-around;
        height: 100px;
    }
    
    .nav__items--cta{
        border:none;
        
    }


    .nav__items{
        font-weight: 200;
        margin-right: 0;
    }

    .hero__container{
       width: 250px;
       height: 400px;
    }
   

    

    .nav__items--footer{
        border: none;
    }

    .hero__texts{
        width: 100%;
        margin-bottom: 80px;
    }
    .hero__title{
        font-size: 2.5rem;

    }
    .hero__subtitle{
        font-size: 1.5rem;

    }
    .hero__cta{
        text-align: center;
    }
    
    

    /*about*/

    .about{
        grid-template-columns: 1fr;
    }

    .about__picture{
        width: 100%;
    }

    .about.container{
        padding-top: 30px;
    }

    .about__img--left{
        text-align: center;
    }

    .about__texts:last-child{
        grid-row: 3/4;
    }

    /*footer*/

    .footer__grid{
        grid-template-columns: 1fr;
    }
    .footer__contact{
        grid-row: 1/2;
    }
    
}

@media screen and (max-width: 500px){
    .subtitle{
        font-size: 1.5rem;
    }
    .subtitleT{
        text-align: center;
        font-size: 1.8rem;
    }
    .about__paragraph{
        font-size: 0.9rem;
    }
    .about__img{
        width: 250px;
        height: 250px;
    }
.mapa{
    width: 200px;
    height: 200px;
}
.nav__items--footer{
    text-align: center;
    font-size: 0.5rem;
}

}
@media screen and (max-width: 480px) {
    :root{
        --boton-padding:18px 35px;
    }

    .hero__title{
        
        font-size: 2rem;}

    .subtitle{
        font-size: .5rem;
        margin-bottom: 0px;
    }

    .nav{
        flex-wrap: wrap;
        justify-content: space-evenly;
       
    }
    .nav__items{
        text-align: center;
    }

    .mapa{
        width: 200px;
        height: 200px;
    }
 @media screen and (max-width: 450px) {
     :root{
         --boton-padding: 18px 35px;
         
     }
     .subtitle{
         font-size: 1rem;
     }
     .mapa{
         max-width: 80%;
         max-height: 80%;
     }
     .nav__items--footer{
        font-size: 0.7rem;
     }
     
 }
 @media screen and (max-width: 400px) {
    :root{
        --boton-padding: 18px 35px;
    }
    .nav{
        margin-top: 0;
    }
    .fa-brands{
    font-size: 50px;
    
    }
    .subtitle{
        font-size: 0.6rem;
    }
    .subtitleT{
        font-size: 0.9rem;
        text-align: center;
    }
    .about__paragraph{
        font-size: 0.6rem;
    }

    .container{
        padding: 40px;
    }
    .subtitle__ubi{
        font-size: 1rem;
    }
    .mapa{
        width:200px;
        height: 200px;
    }
    .footer__icon{
        font-size: 20px;
        text-decoration: none;
        line-height: 60px;
    }
    
}
@media screen and (max-width: 348px)
{
    :root{
        --boton-padding: 18px 35px;
    }
    .nav__items{
        text-align: center;
    }
    .nav__items--footer{
     font-size: 0.6rem;
    }
}
@media screen and (max-width: 300px){

    :root{
        --boton-padding: 18px 35px;
    }

    
    .subtitle{
        font-size: 1rem;
        margin-bottom: 100px;
    }

    .nav{
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin-top: 10px;
    }

    .nav__items{
        text-align: center;
        padding: 0 10px;
        border: 0;
    }

    .hero__texts{
        text-align: center;
        width: 10px;
    }

    .hero__title{
        font-size: 2rem;
    }

  

    /*about*/

    .presentation__picture{
        width: 120px;
        height: 120px;
    }

    .about{
        row-gap: 60px;
    }

    .about.container{
        padding-top: 10px;
    }

    .footer__grid{
        grid-template-columns: 1fr;
    }
   .subtitleT{
       text-align: center;
   }

    .about__paragraph{
        padding: 10px;
        font-size: 1rem;
    }

    .presentation{
        padding-left: 0%;
    }
    .container{
        padding: 10px;
    }

    .maps{
        font-size: 1rem;
        text-align: center;
        max-width: 50%;
    }
    .subtitle__ubi{
        text-align: center;
        padding: 80px;
    }
    .mapa{
        padding: 50px;
        width: 300px;
        height: 300px;
    }
    .footer__grid{
        grid-template-columns: 2fr;
    }
    .footer .footer__grid{
        padding: 0%;
    }
    
    .footer__grid{
        display: grid;
      
        gap: 20px;
        align-items: center;
    }
    .footer__contact{
        grid-row:auto;
    }
    .subtitle__ubi{
        height: auto;
        text-align:center;
    }

    .maps{
        height: auto;
    }
    .mapa{
        max-width: fit-content;
    }
}

    


}







