@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800;900;0,400;0,500;0,600;0,700;0,800;900&display=swap');


.header-content{
    display: flex;
}
.header-txt{
    width: 50%;
}
.header-txt h1{
    line-height: 1 ;
    color: #323232;
    text-transform: uppercase;
    font-size: 75px;
    margin-bottom: 10px;

}

.header-txt p{
    font-size: 16px;
    color:#818181;
    margin-bottom: 45px;
}

.header-img{
    width: 50%;

}
.servicios {
    padding: 50px 0 100px 0;
    text-align: center;
    background-color: #fafafa;
}
.servicios h2{
    color: #323232;
    font-size: 40px;
    margin-bottom: 15px;
}

.servicios-content{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.servicio-1{
    padding: 25px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    flex-basis: calc(25% - 20px);
}
.servicio-1 i{
    font-size: 30px;
    color: #87c1de;
    margin-bottom: 15px;
}
.servicio-1 h3{
    font-size: 20px;
    color: #323232;
    text-transform: capitalize;
}


.header-content{
    display: flex;
}
.header-txt{
    width: 50%;
}
.header-txt h1{
    line-height: 1 ;
    color: #323232;
    text-transform: uppercase;
    font-size: 75px;
    margin-bottom: 10px;

}

.header-txt p{
    font-size: 16px;
    color:#818181;
    margin-bottom: 45px;
}

.header-img{
    width: 50%;

}
.btn-1{
    display: inline-block;
    padding: 11px 25px;
    background-color: #02B1FA;
    color: #FFFFFF;
    border-radius: 15px;
}


.about{
    padding: 100px 0;
    display: flex;

}
.about-img{
    width: 50%;
}
.about-img img{
    width: 500px;
    border-radius: 20px;

}

.about-txt {
    width: 50px;
    margin-left: 25px;
}
.about-txt h2{
    color: #323232;
    font-size: 40px;
    margin-bottom: 15px;
}
.about-txt p{
font-size: 16px;
color: #818181;
}


.header-content{
    display: flex;
}
.header-txt{
    width: 50%;
}
.header-txt h1{
    line-height: 1 ;
    color: #323232;
    text-transform: uppercase;
    font-size: 75px;
    margin-bottom: 10px;

}

.header-txt p{
    font-size: 16px;
    color:#818181;
    margin-bottom: 45px;
}

.header-img{
    width: 50%;

}
.btn-1{
    display: inline-block;
    padding: 11px 25px;
    background-color: #02B1FA;
    color: #FFFFFF;
    border-radius: 15px;
}

#banner{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 90vh;
    color: white;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    )
    ,url(../archivos/portada.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

