* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

:root{
    --colorPrincipal: rgb(42,52,131);
    --colorSecundary: rgb(29,29,29);
    --colorBlack: rgb(0,0,0);
    --colorWhite: rgb(255,255,255);
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* Background */
.contBack{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px;
}

.back{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.imgBack{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgBack img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.textBack{
    width: 90%;
    height: auto;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.textBack p{
    font-size: 35px;
    font-weight: 600;
    color: var(--colorSecundary);
}

@media only screen and (max-width: 1550px){
    .textBack p{
        font-size: 30px;
    }
}
@media only screen and (max-width: 1280px){
    .contBack{
        padding: 50px;
    }
    .textBack p{
        font-size: 27px;
    }
}
@media only screen and (max-width: 850px){
    .contBack{
        padding: 40px;
    }
    .textBack p{
        font-size: 22px;
    }
}
@media only screen and (max-width: 700px){
    .textBack{
        width: 95%;
    }
    .textBack p{
        font-size: 21px;
    }
}
@media only screen and (max-width: 550px){
    .textBack{
        width: 100%;
    }
    .textBack p{
        font-size: 19px;
    }
}
@media only screen and (max-width: 450px){
    .contBack{
        padding: 20px;
    }
    .textBack p{
        font-size: 17px;
    }
}
@media only screen and (max-width: 414px){
    .textBack p{
        font-size: 15.5px;
    }
}
@media only screen and (max-width: 375px){
    .textBack p{
        font-size: 13px;
    }
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* Nosotros */
.contConect{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px;
}

.conect{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.textConect{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.titleConect{
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-left: 30px solid var(--colorPrincipal);
    border-bottom: 10px solid var(--colorPrincipal);
}

.titleConect h2{
    font-size: 60px;
    color: var(--colorPrincipal);
}

.textConect p{
    width: 90%;
    font-size: 35px;
    font-weight: 600;
    margin-top: 30px;
    color: var(--colorSecundary);
}

.imgConect{
    width: 65%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.imgConect img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1550px){
    .titleConect h2{
        font-size: 50px;
    }
    .textConect p{
        font-size: 30px;
    }
}
@media only screen and (max-width: 1280px){
    .contConect{
        padding: 50px;
    }
    .titleConect h2{
        font-size: 47px;
    }
    .textConect p{
        font-size: 27px;
    }
}
@media only screen and (max-width: 950px){
    .titleConect h2{
        font-size: 44px;
    }
}
@media only screen and (max-width: 850px){
    .contConect{
        padding: 40px;
    }
    .titleConect h2{
        font-size: 42px;
    }
    .textConect p{
        font-size: 22px;
    }
}
@media only screen and (max-width: 800px){
    .titleConect h2{
        font-size: 40px;
    }
}
@media only screen and (max-width: 768px){
    .titleConect h2{
        font-size: 36px;
    }
}
@media only screen and (max-width: 700px){
    .contConect{
        padding: 20px;
    }
    .textConect{
        width: 95%;
    }
    .titleConect h2{
        font-size: 33px;
    }
    .textConect p{
        width: 100%;
        font-size: 21px;
        margin-top: 20px;
    }
    .titleConect{
        width: 100%;
    }
}
@media only screen and (max-width: 550px){
    .textConect{
        width: 100%;
    }
    .titleConect h2{
        font-size: 28px;
    }
    .textConect p{
        font-size: 19px;
    }
    .titleConect{
        border-left: 20px solid var(--colorPrincipal);
        border-bottom: 7px solid var(--colorPrincipal);
    }
}
@media only screen and (max-width: 450px){
    .titleConect h2{
        font-size: 25px;
    }
    .textConect p{
        font-size: 17px;
    }
}
@media only screen and (max-width: 414px){
    .titleConect h2{
        font-size: 23px;
    }
    .textConect p{
        font-size: 15.5px;
    }
}
@media only screen and (max-width: 375px){
    .titleConect h2{
        font-size: 20px;
    }
    .textConect p{
        font-size: 13px;
    }
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* Servicios */
.contEnviron{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px;
}

.environment{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.textEnviron{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.titleEnviron{
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-left: 30px solid var(--colorPrincipal);
    border-bottom: 10px solid var(--colorPrincipal);
}

.titleEnviron h2{
    font-size: 60px;
    color: var(--colorPrincipal);
}

.textEnviron p{
    width: 85%;
    font-size: 35px;
    font-weight: 600;
    margin-top: 30px;
    color: var(--colorSecundary);
}

.imgEnviron{
    width: 80%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.imgEnviron img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1550px){
    .titleEnviron h2{
        font-size: 50px;
    }
    .textEnviron p{
        font-size: 30px;
    }
}
@media only screen and (max-width: 1280px){
    .contEnviron{
        padding: 50px;
    }
    .titleEnviron h2{
        font-size: 47px;
    }
    .textEnviron p{
        font-size: 27px;
    }
}
@media only screen and (max-width: 950px){
    .titleEnviron h2{
        font-size: 44px;
    }
}
@media only screen and (max-width: 850px){
    .contEnviron{
        padding: 40px;
    }
    .titleEnviron h2{
        font-size: 42px;
    }
    .textEnviron p{
        font-size: 22px;
    }
}
@media only screen and (max-width: 800px){
    .titleEnviron h2{
        font-size: 40px;
    }
}
@media only screen and (max-width: 768px){
    .titleEnviron h2{
        font-size: 36px;
    }
}
@media only screen and (max-width: 700px){
    .contEnviron{
        padding: 20px;
    }
    .textEnviron{
        width: 95%;
    }
    .titleEnviron h2{
        font-size: 33px;
    }
    .textEnviron p{
        width: 100%;
        font-size: 21px;
        margin-top: 20px;
    }
    .titleEnviron{
        width: 100%;
    }
}
@media only screen and (max-width: 550px){
    .textEnviron{
        width: 100%;
    }
    .titleEnviron h2{
        font-size: 28px;
    }
    .textEnviron p{
        font-size: 19px;
    }
    .titleEnviron{
        border-left: 20px solid var(--colorPrincipal);
        border-bottom: 7px solid var(--colorPrincipal);
    }
}
@media only screen and (max-width: 450px){
    .titleEnviron h2{
        font-size: 25px;
    }
    .textEnviron p{
        font-size: 17px;
    }
}
@media only screen and (max-width: 414px){
    .titleEnviron h2{
        font-size: 23px;
    }
    .textEnviron p{
        font-size: 15.5px;
    }
}
@media only screen and (max-width: 375px){
    .titleEnviron h2{
        font-size: 20px;
    }
    .textEnviron p{
        font-size: 13px;
    }
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* Plusvalia */
.contPlus{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px;
}

.titlePlus{
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-left: 30px solid var(--colorPrincipal);
    border-bottom: 10px solid var(--colorPrincipal);
    margin-bottom: 80px;
}

.titlePlus h2{
    font-size: 60px;
    color: var(--colorPrincipal);
}

.plusvalia{
    width: 75%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.imgPlus{
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgPlus img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.textPlus{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.textPlus p{
    width: 85%;
    font-size: 30px;
    font-weight: 600;
    margin-top: 30px;
    color: var(--colorSecundary);
}

.textPlus span{
    font-size: 32px;
    color: var(--colorBlack);
}

@media only screen and (max-width: 1550px){
    .titlePlus h2{
        font-size: 50px;
    }
    .textPlus p{
        font-size: 30px;
    }
}
@media only screen and (max-width: 1280px){
    .contPlus{
        padding: 50px;
    }
    .titlePlus h2{
        font-size: 47px;
    }
    .textPlus p{
        font-size: 27px;
    }
    .textPlus span{
        font-size: 29px;
    }
    .plusvalia{
        width: 90%;
    }
}
@media only screen and (max-width: 1100px){
    .plusvalia{
        width: 90%;
        flex-direction: column;
    }
    .imgPlus{
        width: 60%;
    }
    .textPlus{
        width: 100%;
    }
    .textPlus p{
        width: 100%;
    }
}
@media only screen and (max-width: 950px){
    .titlePlus h2{
        font-size: 44px;
    }
}
@media only screen and (max-width: 850px){
    .contPlus{
        padding: 40px;
    }
    .titlePlus h2{
        font-size: 42px;
    }
    .textPlus p{
        font-size: 22px;
    }
    .textPlus span{
        font-size: 24px;
    }
}
@media only screen and (max-width: 800px){
    .titlePlus h2{
        font-size: 40px;
    }
}
@media only screen and (max-width: 768px){
    .titlePlus h2{
        font-size: 36px;
    }
}
@media only screen and (max-width: 700px){
    .contPlus{
        padding: 20px;
    }
    .textPlus{
        width: 95%;
    }
    .titlePlus h2{
        font-size: 33px;
    }
    .textPlus p{
        width: 100%;
        font-size: 21px;
        margin-top: 10px;
    }
    .textPlus span{
        font-size: 23px;
    }
    .titlePlus{
        width: 100%;
    }
    .imgPlus{
        width: 70%;
    }
    .titlePlus{
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 550px){
    .textPlus{
        width: 100%;
    }
    .titlePlus h2{
        font-size: 28px;
    }
    .textPlus p{
        font-size: 19px;
    }
    .textPlus span{
        font-size: 21px;
    }
    .titlePlus{
        border-left: 20px solid var(--colorPrincipal);
        border-bottom: 7px solid var(--colorPrincipal);
    }
    .imgPlus{
        width: 80%;
    }
}
@media only screen and (max-width: 450px){
    .titlePlus h2{
        font-size: 25px;
    }
    .textPlus p{
        font-size: 17px;
        margin-top: 0;
    }
    .textPlus span{
        font-size: 19px;
    }
    .imgPlus{
        width: 90%;
    }
    .titlePlus{
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 414px){
    .titlePlus h2{
        font-size: 23px;
    }
    .textPlus p{
        font-size: 15.5px;
    }
    .textPlus span{
        font-size: 17.5px;
    }
}
@media only screen and (max-width: 375px){
    .titlePlus h2{
        font-size: 20px;
    }
    .textPlus p{
        font-size: 13px;
    }
    .textPlus span{
        font-size: 15px;
    }
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* Estilo de Vida */
.contLife{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px;
}

.lifeStyle{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.textLife{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.titleLife{
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-left: 30px solid var(--colorPrincipal);
    border-bottom: 10px solid var(--colorPrincipal);
    margin-bottom: 50px;
}

.titleLife h2{
    font-size: 60px;
    color: var(--colorPrincipal);
}

.textLife p{
    width: 85%;
    font-size: 35px;
    font-weight: 600;
    margin-top: 30px;
    color: var(--colorSecundary);
}

.contImgLife{
    width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    gap: 30px;
}

.imgLife,
.imgLife2{
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgLife img,
.imgLife2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1550px){
    .titleLife h2{
        font-size: 50px;
    }
    .textLife p{
        font-size: 30px;
    }
}
@media only screen and (max-width: 1280px){
    .contLife{
        padding: 50px;
    }
    .titleLife h2{
        font-size: 47px;
    }
    .textLife p{
        font-size: 27px;
    }
    .contImgLife{
        width: 95%;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 950px){
    .titleLife h2{
        font-size: 44px;
    }
}
@media only screen and (max-width: 850px){
    .contLife{
        padding: 40px;
    }
    .titleLife h2{
        font-size: 42px;
    }
    .textLife p{
        font-size: 22px;
    }
}
@media only screen and (max-width: 800px){
    .titleLife h2{
        font-size: 40px;
    }
}
@media only screen and (max-width: 768px){
    .titleLife h2{
        font-size: 36px;
    }
}
@media only screen and (max-width: 700px){
    .contLife{
        padding: 20px;
    }
    .contImgLife{
        width: 95%;
    }
    .textLife{
        width: 95%;
    }
    .titleLife h2{
        font-size: 33px;
    }
    .textLife p{
        width: 100%;
        font-size: 21px;
        margin-top: 20px;
    }
    .titleLife{
        width: 100%;
    }
}
@media only screen and (max-width: 550px){
    .textLife{
        width: 100%;
    }
    .titleLife h2{
        font-size: 28px;
    }
    .textLife p{
        font-size: 19px;
    }
    .titleLife{
        border-left: 20px solid var(--colorPrincipal);
        border-bottom: 7px solid var(--colorPrincipal);
    }
    .contImgLife{
        width: 100%;
    }
}
@media only screen and (max-width: 450px){
    .titleLife h2{
        font-size: 25px;
    }
    .textLife p{
        font-size: 17px;
    }
}
@media only screen and (max-width: 414px){
    .titleLife h2{
        font-size: 23px;
    }
    .textLife p{
        font-size: 15.5px;
    }
}
@media only screen and (max-width: 375px){
    .titleLife h2{
        font-size: 20px;
    }
    .textLife p{
        font-size: 13px;
    }
}