/*==========GOOGLE FONTS===========*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&display=swap');

/*================variables===================*/

:root{
    --color-primary:#345FD7;
    --color-secundary:#7A95E1;
    --border: .1rem solid rgba(0,0,0,.1);
    --box-shadow:0 .5rem 1rem rgba(0,0,0,.2);
}

*{
    font-family: 'Poppins',sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

li{
    list-style: none;
}

a{
    text-decoration: none;
}

/*=============HEADER===============*/
#menu-btn{
    display: none;
    cursor: pointer;
    font-size: 1.5rem;
}

.header.active{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    background-color: #fff;
    position: fixed;    
}




.header{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 20;
    transition: all .2s linear;
}

.navbar{
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
}


.navbar__container{
    display: flex;
    align-items: center;    
    justify-content: space-between;
    width: 80%;       
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}

.navbar__container .navbar__logo{
    display: block;
    width: 200px;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    cursor: pointer;
    transition: 0.3s;
    background-color: transparent;
}

.navbar__container .navbar__logo img{
   width: 100%;
}

.navbar__container .navbar__collapse{   
    align-items: center;
}

.navbar__list{
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.list__item{
    margin-top: 0px;
    margin-right: 40px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 35px;
    padding-top: 35px;
}

 .list__link.active{
    color: #242424;
}

.list__link{
    transition: color .3s ease 0s;
    position: relative;
    color: #fff;
}

/*
#menu-btn{
    display: none;
}

.header.active{
    box-shadow: var(--box-shadow);
    
}*/

/*=====================HOME===============*/


.home{
    height: calc(100vh - 0rem);
    background-image: url(../img/bg-5.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.home__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    height: calc(100vh - 3rem);
}

.home__description{
    display: flex;
    flex-direction: column;
    min-height: 1px;
    margin: 0 0 0 -16px;
    padding: 10px;
}

.home__title{
    color: #fff;
    font-family: "Poppins",sans-serif;
    font-size: 60px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3em;
    margin-bottom: 50px;
}

.home__parrafo{
    color: #fff;
    font-family: "Poppins",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 50px;
}

.button a{
    font-family: "Poppins",sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    fill: #fff;
    color: #fff;
    background-color: #345FD7;
    border-radius: 100px;
    box-shadow: -20px 14px 150px 0px rgb(123 104 238 / 50%);
    padding: 20px 50px 17px;
    text-align: center;
    transition: 0.3s;
}

.button a:hover{
    background-color: #fff;
    color: #242424;
}


/*==========================SERVICES==========================*/
.services{
    background-color: #eee;
}

h2{
    font-size: 16px;
    font-family: "Poppins",sans-serif;
    line-height: 25px;
    font-weight: 700;
    color: #2840b6;
}

.services__container{
    display: grid;
    grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));
    padding-top: 5rem;
    padding-bottom: 5rem;
    gap: 2rem;
    width: 60%;
    margin: 0 auto;
    
    
}

.service{
    padding: 40px 26px 46px;
   background-color: #fff;
    /*border-radius: .5rem;*/
   /* box-shadow: 0px 4px 150px 10px #edeef1;*/
    border-bottom:10px solid #2840b6;
   /* box-shadow: 0 .5rem 1rem rgba(0,0,0,.2);*/
}

.service:hover{
    background-color: #2840b6;
    cursor: pointer;   
    transition: .3s; 
}

.service div{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.service div i{
    font-size: 70px;
    color:#2840b6;
    line-height: 1.15;
}

.service:hover div i,.service:hover h3,.service:hover p{    
    color:#fff;
    
}

.service h3{
    text-align: center;
    color: #242424;
    font-family: "Poppins",sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #29293a;

}

.service p{
    text-align: center;
    font-family: "Poppins",sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #828590;
    font-size: 15px;
}

/*===================use================*/
.use{
    background-color: #2840b6;
    padding: 50px;
}

.use .use__question{
    color: #fff;
    font-family: "Poppins",sans-serif;
    text-align: center;
    font-size: 3rem;
    font-weight: 800;
}

.use .use__answer{
    color: #fff;
    font-family: "Poppins",sans-serif;
    text-align: center;
    font-size: 24px;

}

/*=============ABOUT==============*/
.about{
    padding-top:40px ;
    padding-bottom: 40px;
}

.about__container{
    display: flex;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    padding: 20px;

}

.about__container .about__description{
    width: 40%;
    padding: 70px;
}

.about__container .about__description h3{
    font-size: 30px;
    font-family: "Poppins",sans-serif;
    line-height: 25px;
    font-weight: 700;
    padding-bottom: 40px;
}

.about__container .about__img{
    width: 40%;
}

.about__container .about__img img{
    width: 100%;
    border-radius: .5rem;
}

/*==========VALUES============*/
.values{
    background-color: #8ab4ec;
    ;
}

.values h2{
    margin-bottom: 50px;
    text-align: center;
    color: #242424;
    font-size: 40px;
    padding-top: 50px;
    
    font-family: "Poppins",sans-serif;
}
.values__container{
    display: flex;
    justify-content: center;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    gap: 2rem;    
    padding-bottom: 50px;
}

.value{
    background-color: #eee;
    border-radius: .5rem;
    padding: 40px 26px 46px;    
    transition: .3s;
    transform: scale(.9);
    cursor: pointer;
}

.value:hover{
    transform: scale(1);
}

.value div{
    width: 400px;
}

.value div img{
    width: 100%;
}

.value h3{
    text-align: center;
    color: #2840b6;
    font-family: "Poppins",sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.value p{
    text-align: center;
    font-family: "Poppins",sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #828590;
    font-size: 15px;
}

/*===================FOOTER============*/

footer{
    background-color: #2840b6;
}

.footer__container{
    width: 80%;
    margin: 0 auto;
    display: flex;
    padding: 30px;
    justify-content: center;
    gap: 2rem;  
}

.footer__container h6{
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 20px;
}

.footer__container ul li {
    color: #aeb1be;
    padding: 10px;
}

.footer__container ul li i {
    padding-right: 10px;
    color: #fff;
}

.footer__container ul li a{
    color: #aeb1be;
}

.footer__container ul li a:hover{
    color: #fff;
}

.copy{
    text-align: center;
    padding: 20px;
    color: #fff;
}
/*=======================RESPONSIVE DISIGN========*/


    @media(max-width:1250px){

        #menu-btn{
            display: block;
            color: #242424;
        }
        
        .navbar__collapse{
            display: none;
        }
        /*
        #menu-btn.fa-times{
            transform: rotate(180deg);
        }  

        .navbar__collapse{
           
            clip-path: polygon(0 0,100% 0,100% 0,0 0);
        }

        .navbar__collapse{
            display: none;
        }

        .navbar__list{
            display: block;
        }

        .list__link{
            width: 100%;
            padding: 1rem;
            display: block;
            margin: 1rem;
            font-size: 1rem;
            border-bottom: 1px solid #666;*/

            .list__link{
                color: #242424;
            }
        }
       
    
        
        
        
    
    
