* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

:root{
    --colorLogo: rgb(137,60,16);
    --colorComplementario: rgb(247, 186, 40);
    --colorSecundario: rgb(176, 81, 13);
    --colorBlanco: rgb(255,255,255);
    --colorGrey: rgb(85,85,85);
    --borderBtn: 25px;
    --tamañopPc: 16px;
    --tamañoCelular: 12px;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* Background */
.contBack{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/backinformal.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.filterBack{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, rgb(0,0,0, .8) 50%, rgb(255,255,255, .1) 100%);
}

.back{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

.textBack{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 5%;
}

.slogan{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

.slogan hr{
    width: 80px;
    height: 1px;
    border: none;
    margin-top: -15px;
    background-color: var(--colorBlanco);
}

.slogan p{
    font-size: var(--tamañopPc);
    font-weight: 550;
    color: var(--colorBlanco);
    margin-left: 5px;
}

.textBack h1{
    font-size: 45px;
    color: var(--colorBlanco);
    margin-bottom: 5px;
}

.textBack p{
    width: 90%;
    font-size: var(--tamañopPc);
    font-weight: 350;
    color: var(--colorBlanco);
    margin-bottom: 15px;
}

.textBack a{
    text-decoration: none;
}

.textBack a button{
    width: 170px;
    height: 37px;
    border: none;
    cursor: pointer;
    font-size: var(--tamañopPc);
    font-weight: 550;
    border-radius: var(--borderBtn);
    background-color: var(--colorBlanco);
}

.textBack a button i{
    font-size: 15px;
    margin-left: 5px;
}

@media screen and (max-width: 850px){
    .filterBack{
        background: linear-gradient(to right, rgb(0,0,0, .7) 50%, rgb(0,0,0, .7) 100%);
    }
    .back{
        justify-content: center;
    }
    .textBack{
        width: 90%;
        align-items: center;
        margin-left: 0%;
        text-align: center;
    }
    .textBack p{
        width: 80%;
    }
    .slogan{
        display: none;
    }
}

@media screen and (max-width: 700px){
    .textBack h1{
        font-size: 40px;
    }
    .textBack p{
        width: 85%;
        font-size: 15px;
    }
}

@media screen and (max-width: 650px){
    .textBack h1{
        font-size: 38px;
    }
    .textBack p{
        font-size: 14.5px;
    }
    .textBack a button{
        width: 160px;
        height: 35px;
        font-size: 14px;
    }
    .textBack a button i{
        font-size: 13px;
    }
}

@media screen and (max-width: 600px){
    .textBack h1{
        font-size: 33px;
    }
    .textBack p{
        width: 90%;
        font-size: 14px;
    }
}

@media screen and (max-width: 550px){
    .textBack h1{
        font-size: 33px;
    }
    .textBack p{
        width: 90%;
        font-size: 14px;
    }
}

@media screen and (max-width: 450px){
    .textBack h1{
        font-size: 26px;
    }
    .textBack p{
        font-size: 12.5px;
    }
    .textBack a button{
        width: 150px;
        height: 30px;
        font-size: 13px;
    }
    .textBack a button i{
        font-size: 12px;
    }
}

@media screen and (max-width: 414px){
    .textBack h1{
        font-size: 24px;
    }
    .textBack p{
        font-size: var(--tamañoCelular);
    }
    .textBack a button{
        width: 150px;
        height: 30px;
        font-size: 13px;
    }
    .textBack a button i{
        font-size: 12px;
    }
}

@media screen and (max-width: 375px){
    .textBack h1{
        font-size: 23px;
    }
    .textBack p{
        font-size: 11.5px;
    }
    .textBack a button{
        width: 145px;
        height: 25px;
        font-size: 12px;
    }
    .textBack a button i{
        font-size: 11px;
    }
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* about us */
.contWe{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    position: relative;
}

.iconGob{
    position: absolute;
    width: 170px;
    height: 170px;
    object-fit: contain;
    transform: rotate(20deg);
    right: 5%;
    bottom: 5vh;
    z-index: 1;
}

.we{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.imgWe{
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.imgWe img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.textWe{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px;
}

.iconsWe{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: -10px;
}

.iconsWe i{
    font-size: 18px;
    color: var(--colorLogo);
}

.iconsWe p{
    margin-top: 15px;
    font-size: var(--tamañopPc);
    font-weight: 550;
    color: var(--colorGrey);
    margin-left: 5px;
}

.textWe h2{
    font-size: 30px;
    color: var(--colorLogo);
    margin-bottom: 5px;
}

.textWe p{
    width: 95%;
    font-size: var(--tamañopPc);
    color: var(--colorGrey);
    margin-bottom: 15px;
}

.textWe a{
    text-decoration: none;
}

.textWe a button{
    width: 165px;
    height: 37px;
    border: none;
    cursor: pointer;
    font-size: var(--tamañopPc);
    font-weight: 500;
    color: var(--colorBlanco);
    background-color: var(--colorLogo);
    border-radius: var(--borderBtn);
}

.textWe a button i{
    font-size: 15px;
    color: var(--colorBlanco);
    margin-left: 5px;
}

@media screen and (max-width: 1150px){
    .iconsWe i{
        font-size: 16px;
    }
    .iconsWe p{
        font-size: 15px;
    }
    .textWe h2{
        font-size: 25px;
    }
    .textWe p{
        font-size: 15px;
    } 
    .textWe a button{
        width: 150px;
        height: 35px;
        font-size: 14px;
    }
    .textWe a button i{
        font-size: 13px;
    }  
    .iconGob{
        width: 150px;
        height: 150px;
        right: 5%;
        bottom: 5vh;
    }
}

@media screen and (max-width: 1100px){
    .iconsWe i{
        font-size: 15px;
    }
    .iconsWe p{
        font-size: 14px;
    }
    .textWe h2{
        font-size: 22px;
    }
    .textWe p{
        width: 100%;
        font-size: 14px;
    } 
    .textWe a button{
        width: 145px;
        height: 34px;
        font-size: 13px;
    }
    .textWe a button i{
        font-size: 12px;
    }  
    .iconGob{
        width: 135px;
        height: 135px;
        right: 5%;
        bottom: 5vh;
    }
}

@media screen and (max-width: 950px){
    .iconsWe i{
        font-size: 14px;
    }
    .iconsWe p{
        font-size: 13px;
    }
    .textWe h2{
        font-size: 23px;
    }
    .textWe p{
        font-size: 13px;
    }
    .iconGob{
        width: 130px;
        height: 130px;
    }
}

@media screen and (max-width: 850px){
    .we{
        flex-direction: column;
    }
    .imgWe{
        width: 95%;
    }
    .textWe{
        width: 95%;
        align-items: center;
        text-align: center;
    }
    .textWe p{
        width: 85%;
    }
    .iconsWe{
        display: none;
    }
}

@media screen and (max-width: 768px){
    .textWe{
        width: 95%;
        align-items: center;
        text-align: center;
    }
    .textWe p{
        width: 80%;
    }
    .iconsWe{
        display: none;
    }
}

@media screen and (max-width: 700px){
    .textWe h2{
        font-size: 21px;
    }
    .textWe p{
        font-size: var(--tamañoCelular);
    }   
}

@media screen and (max-width: 550px){
    .textWe h2{
        font-size: 20px;
    }
    .textWe p{
        font-size: var(--tamañoCelular);
    }   
}

@media screen and (max-width: 450px){
    .textWe h2{
        font-size: 19px;
    }
    .textWe p{
        width: 95%;
    }   
    .textWe a button{
        width: 140px;
        height: 30px;
        font-size: 13px;
    }
    .textWe a button i{
        font-size: 12px;
    } 
}

@media screen and (max-width: 450px){
    .textWe h2{
        font-size: 18px;
    }
    .textWe p{
        width: 95%;
        font-weight: 450;
    }   
    .textWe a button{
        width: 140px;
        height: 30px;
        font-size: 13px;
    }
    .textWe a button i{
        font-size: 12px;
    } 
}

@media screen and (max-width: 375px){
    .textWe h2{
        font-size: 16px;
    }
    .textWe p{
        width: 100%;
        font-weight: 400;
    }   
    .textWe a button{
        width: 135px;
        height: 28px;
        font-size: 12px;
    }
    .textWe a button i{
        font-size: 11px;
    } 
    .iconGob{
        width: 110px;
        height: 110px;
    }
}