* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

:root{
    --bordebtn: 25px;
    --colorLogo:rgb(88, 163, 218);
    --colorSecundary: rgb(27, 62, 95);
    --colorGray: rgb(85, 85, 85);
    --colorWhite: rgb(255, 255, 255);
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* Inicio */
.contBack{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/background.png);
    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(88, 163, 218, .7) 35%, rgba(255,255,255, .01) 50%, transparent 100%);
}

.back{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

.textBack{
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 2%;
}

.textBack h1{
    font-size: 55px;
    margin-bottom: 5px;
    color: var(--colorWhite);
}

.textBack p{
    width: 95%;
    font-size: 17px;
    font-weight: 450;
    color: var(--colorWhite);
}

.textBack a{
    text-decoration: none;
    margin-top: 20px;
}

.textBack a button{
    width: 170px;
    height: 36px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 550;
    overflow: hidden;
    background-color: var(--colorWhite);
    color: var(--colorLogo);
    border-radius: var(--bordebtn);
    transition: .6s;
}

.textBack a button i{
    font-size: 15px;
    margin-left: 5px;
    color: var(--colorLogo);
}

@media only screen and (max-width: 1550px){
    .textBack{
        width: 50%;
    }
    .filterBack{
        background: linear-gradient(to right, rgb(88, 163, 218, .7) 50%, rgba(255,255,255, .01) 60%, transparent 100%);
    }
    .textBack h1{
        font-size: 45px;
    }
    .textBack p{
        font-size: 16px;
    }
}
@media only screen and (max-width: 1150px){
    .textBack h1{
        font-size: 40px;
    }
    .textBack p{
        font-size: 15.5px;
    }
    .contBack{
        background-image: url(../img/backgoundtablets2.png);
    }
}
@media only screen and (max-width: 950px){
    .textBack{
        width: 60%;
    }
    .filterBack{
        background: linear-gradient(to right, rgb(88, 163, 218, .7) 60%, rgba(255,255,255, .01) 70%, transparent 100%);
    }
    .textBack h1{
        font-size: 36px;
    }
    .textBack p{
        font-weight: 400;
    }
}
@media only screen and (max-width: 850px){
    .textBack{
        width: 70%;
    }
    .filterBack{
        background: linear-gradient(to right, rgb(88, 163, 218, .7) 70%, rgba(255,255,255, .01) 80%, transparent 100%);
    }
    .textBack h1{
        font-size: 36px;
    }
    .textBack p{
        width: 85%;
        font-weight: 400;
    }
}
@media only screen and (max-width: 740px){
    .contBack{
        background-image: url(../img/backgoundtablets3.png);
    }
    .textBack{
        width: 100%;
        align-items: center;
        text-align: center;
        margin-top: 30%;
    }
    .filterBack{
        background: linear-gradient(to bottom, rgb(88, 163, 218, .7) 50%, rgba(255,255,255, .01) 60%, transparent 100%);
        align-items: start;
        justify-content: start;
    }
    .textBack h1{
        font-size: 36px;
    }
    .textBack p{
        width: 85%;
        font-size: 16px;
        font-weight: 450;
    }
}
@media only screen and (max-width: 550px){
    .textBack{
        margin-top: 25%;
    }
    .filterBack{
        background: linear-gradient(to bottom, rgb(88, 163, 218, .7) 50%, rgba(255,255,255, .01) 60%, transparent 100%);
    }
    .textBack h1{
        font-size: 30px;
    }
    .textBack p{
        width: 90%;
        font-size: 15px;
    }
    .textBack a button{
        height: 35px;
        font-size: 15.5px;
    }
    .textBack a button i{
        font-size: 14.5px;
    }
}
@media only screen and (max-width: 500px){
    .textBack h1{
        font-size: 27px;
    }
    .textBack p{
        font-size: 14px;
    }
    .textBack a button{
        height: 33px;
    }
}
@media only screen and (max-width: 450px){
    .textBack{
        margin-top: 35%;
    }
    .textBack h1{
        font-size: 25px;
    }
    .textBack p{
        font-size: 13.5px;
    }
}
@media only screen and (max-width: 370px){
    .textBack{
        margin-top: 40%;
    }
    .textBack h1{
        font-size: 22px;
    }
    .textBack p{
        font-size: 12.5px;
    }
    .filterBack{
        background: linear-gradient(to bottom, rgb(88, 163, 218, .7) 55%, rgba(255,255,255, .01) 65%, transparent 100%);
    }
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* Nosotros */
.contWe{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.formWe{
    width: 60%;
    height: 50px;
    background-color: var(--colorLogo);
    position: absolute;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    top: 0;
    left: 0;
    z-index: 3;
}
.formWe2{
    width: 60%;
    height: 50px;
    background-color: var(--colorLogo);
    position: absolute;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    bottom: 0;
    right: 0;
    z-index: 3;
}

.circle{
    width: 45px;
    height: 45px;
    position: absolute;
    background-color: var(--colorLogo);
    top: 4px;
    left: 65%;
    border-radius: 100%;
}

.circle2{
    width: 45px;
    height: 45px;
    position: absolute;
    background-color: var(--colorLogo);
    bottom: 4px;
    right: 65%;
    border-radius: 100%;
}

.degrade{
    width: 100%;
    height: 200px;
    position: absolute;
    background-color: rgb(88, 163, 218, .3);
    z-index: 1;
    transform: rotate(-50deg);
    left: -40%;
    border-radius: 10% / 50%;
}

.degrade2{
    width: 100%;
    height: 200px;
    position: absolute;
    background-color: rgb(88, 163, 218, .3);
    z-index: 1;
    transform: rotate(-50deg);
    left: -11%;
    border-radius: 10% / 50%;
}

.we{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgWe{
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    z-index: 2;
}

.imgWe img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.textWe{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 10px;
    position: relative;
    z-index: 2;
}

.letrasWe{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
}

.letrasWe img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .15;
}

.textWe h2{
    font-size: 33px;
    color: var(--colorLogo);
}

.textWe p{
    font-size: 20px;
    font-weight: 450;
    color: var(--colorLogo);
    margin-bottom: 5px;
}

.textWe span{
    width: 95%;
    font-size: 16px;
    font-weight: 350;
    color: var(--colorGray);
}

.textWe a{
    text-decoration: none;
    margin-top: 20px;
}

.textWe a button{
    width: 175px;
    height: 37px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 550;
    overflow: hidden;
    background-color: var(--colorLogo);
    color: var(--colorWhite);
    border-radius: var(--bordebtn);
}

.textWe a button i{
    font-size: 15px;
    margin-left: 5px;
    color: var(--colorWhite);
}

@media only screen and (max-width: 1550px){
    .contWe{
        padding: 50px 20px;
    }
    .we{
        padding: 5px 0;
    }
}

@media only screen and (max-width: 1000px){
    .textWe h2{
        font-size: 28px;
    }
    .textWe p{
        font-size: 18px;
    }
    .textWe span{
        font-size: 15px;
    }
}
@media only screen and (max-width: 950px){
    .degrade{
        width: 250%;
        height: 150px;
        left: -80%;
        background-color: rgb(88, 163, 218, .2);
    }
    .degrade2{
        width: 250%;
        height: 150px;
        left: -90%;
        background-color: rgb(88, 163, 218, .2);
    }
    .textWe h2{
        font-size: 35px;
    }
    .textWe p{
        font-size: 20px;
    }
    .we{
        flex-direction: column;
        padding: 10px 0;
    }
    .imgWe{
        width: 70%;
        order: 1;
    }
    .textWe{
        width: 70%;
        align-items: center;
        text-align: center;
    }
}
@media only screen and (max-width: 850px){
    .textWe h2{
        font-size: 33px;
    }
    .imgWe{
        width: 75%;
    }
    .textWe{
        width: 75%;
    }
}
@media only screen and (max-width: 768px){
    .textWe h2{
        font-size: 33px;
    }
    .imgWe{
        width: 85%;
    }
    .textWe{
        width: 95%;
    }
    .degrade{
        left: -75%;
    }
    .degrade2{
        left: -90%;
    }
}
@media only screen and (max-width: 650px){
    .textWe h2{
        font-size: 30px;
    }
    .textWe p{
        font-size: 18px;
    }
    .textWe span{
        width: 90%;
        font-size: 14px;
        font-weight: 450;
    }
    .imgWe{
        width: 90%;
    }
}
@media only screen and (max-width: 550px){
    .textWe h2{
        font-size: 28px;
    }
    .textWe p{
        font-size: 17px;
    }
    .textWe span{
        width: 90%;
        font-size: 13px;
    }
}
@media only screen and (max-width: 500px){
    .textWe h2{
        font-size: 26px;
    }
    .textWe p{
        font-size: 16px;
    }
    .textWe span{
        font-size: 12.5px;
    }
    .imgWe{
        width: 95%;
    }
    .textWe a button{
        width: 170px;
        height: 35px;
        font-size: 15px;
    }
    .textWe a button i{
        font-size: 14px;
    }
}
@media only screen and (max-width: 450px){
    .textWe h2{
        font-size: 25px;
    }
    .textWe p{
        font-size: 15px;
    }
    .textWe span{
        width: 95%;
        font-size: 12px;
    }
}
@media only screen and (max-width: 375px){
    .textWe h2{
        font-size: 24px;
    }
    .textWe p{
        font-size: 14px;
    }
    .textWe span{
        font-size: 11px;
    }
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* Visual Rest */
.contSection{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.containerFilter2{
    width: 100%;
    height: 100%;
    background-image: url(../img/comidavisualrest.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.filter2{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 200px 0;
    background: linear-gradient(0deg, rgb(88, 163, 218, .8), rgb(88, 163, 218, .4));
}

.titleSection{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.titleSection h3{
    width: 90%;
    color: var(--colorWhite);
    font-size: 40px;
}

.titleSection a{
    text-decoration: none;
    margin-top: 15px;
}

.titleSection a button{
    width: 175px;
    height: 36px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    background-color: var(--colorLogo);
    color: var(--colorWhite);
    border-radius: var(--bordebtn);
}

.titleSection a button i{
    font-size: 15px;
    margin-left: 5px;
    color: var(--colorWhite);
}


@media only screen and (max-width: 1280px){
    .titleSection h3{
        font-size: 25px;
    }
    .filter2{
        padding: 180px 0;
    }
}

@media only screen and (max-width: 1000px){
    .titleSection h3{
        font-size: 23px;
    }
}

@media only screen and (max-width: 850px){
    .titleSection h3{
        font-size: 20px;
    }
    .filter2{
        padding: 150px 0;
    }
    .titleSection a button{
        width: 170px;
        height: 35px;
        font-size: 15.5px;
        font-weight: 550;
    }
    .titleSection a button i{
        font-size: 14.5px;
    }
}

/* Celulares */
@media only screen and (max-width: 768px){
    .titleSection h3{
        font-size: 18px;
    }
}

@media only screen and (max-width: 650px){
    .titleSection h3{
        width: 95%;
        font-size: 17px;
    }
}

@media only screen and (max-width: 500px){
    .titleSection h3{
        width: 90%;
        font-size: 16px;
    }
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* Services */
.contServices{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    position: relative;
}

.figureServ{
    width: 80%;
    height: 45px;
    background: linear-gradient(0deg, rgb(88, 163, 218), rgb(88, 163, 218, .6));
    position: absolute;
    top: 0;
    left: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    z-index: 3;
}

.figureServ2{
    width: 80%;
    height: 45px;
    background: linear-gradient(180deg, rgb(88, 163, 218), rgb(88, 163, 218, .6));
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    z-index: 3;
}

.rombServ{
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: var(--colorLogo);
    top: 8px;
    left: 85%;
    transform: rotate(45deg);
}

.rombServ2{
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: var(--colorLogo);
    bottom: 8px;
    right: 85%;
    transform: rotate(45deg);
}

.services{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

.titleServ{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 45px 0;
    position: relative;
}

.letrasServ{
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    opacity: .15;
}

.letrasServ img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.titleServ h4{
    font-size: 50px;
    color: var(--colorLogo);
    z-index: 2;
}

.contItemServ{
    width: 98%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    grid-auto-rows: 320px;
    gap: 15px;
    margin: 20px 0;
    z-index: 3;
}

.itemServ{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    border-radius: var(--bordebtn);
    box-shadow: 1.7px 1.7px 2.7px rgba(0, 0, 0, 0.022),
    4.3px 4.3px 6.9px rgba(0, 0, 0, 0.031),
    8.9px 8.9px 14.2px rgba(0, 0, 0, 0.039),
    18.3px 18.3px 29.2px rgba(0, 0, 0, 0.048),
    50px 50px 80px rgba(0, 0, 0, 0.07);
}

.imgItemServ{
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    border-radius: var(--bordebtn);
}

.imgItemServ img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--bordebtn);
}

.textItemServ{
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.textItemServ h4{
    font-size: 22px;
    margin-bottom: 5px;
    color: var(--colorLogo);
}

.textItemServ p{
    font-size: 16px;
    color: var(--colorGray);
}

.textItemServ a{
    text-decoration: none;
    margin-top: 10px;
}

.textItemServ a button{
    width: 170px;
    height: 30px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    border-radius: var(--bordebtn);
    background-color: var(--colorLogo);
    color: var(--colorWhite);
}

.textItemServ a button i{
    font-size: 15px;
    margin-left: 5px;
    color: var(--colorWhite);
}

@media only screen and (max-width: 1550px){
    .contItemServ{
        width: 100%;
        grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    }
}
@media only screen and (max-width: 1280px){
    .textItemServ h4{
        font-size: 21px;
    }
    .textItemServ p{
        width: 95%;
        font-size: 15px;
    }
    .textItemServ a button{
        font-size: 15.5px;
    }
    .textItemServ a button i{
        font-size: 14.5px;
    }
}
@media only screen and (max-width: 1150px){
    .textItemServ h4{
        font-size: 20.5px;
    }
    .textItemServ p{
        width: 95%;
        font-size: 14px;
    }
    .textItemServ a button{
        font-size: 15.5px;
    }
    .textItemServ a button i{
        font-size: 14.5px;
    }
}
@media only screen and (max-width: 1100px){
    .letrasServ{
        width: 55%;
    }
    .titleServ h4{
        font-size: 45px;
    }
    .textItemServ h4{
        font-size: 21px;
    }
    .textItemServ p{
        width: 95%;
        font-size: 15px;
    }
    .textItemServ a button{
        font-size: 15.5px;
    }
    .textItemServ a button i{
        font-size: 14.5px;
    }
}
@media only screen and (max-width: 950px){
    .letrasServ{
        width: 60%;
    }
    .titleServ h4{
        font-size: 45px;
    }
}
@media only screen and (max-width: 850px){
    .letrasServ{
        width: 70%;
    }
}
@media only screen and (max-width: 700px){
    .letrasServ{
        width: 80%;
    }
    .textItemServ h4{
        font-size: 25px;
    }
    .textItemServ p{
        width: 70%;
        font-size: 15px;
    }
    .textItemServ a button{
        font-size: 15.5px;
    }
    .textItemServ a button i{
        font-size: 14.5px;
    }
}
@media only screen and (max-width: 600px){
    .letrasServ{
        width: 85%;
    }
    .titleServ h4{
        font-size: 43px;
    }
    .textItemServ p{
        width: 75%;
    }
}
@media only screen and (max-width: 550px){
    .letrasServ{
        width: 95%;
    }
    .textItemServ p{
        width: 85%;
    }
}
@media only screen and (max-width: 500px){
    .titleServ h4{
        font-size: 40px;
    }
    .textItemServ p{
        width: 95%;
    }
}
@media only screen and (max-width: 450px){
    .titleServ h4{
        font-size: 37px;
    }
    .textItemServ h4{
        font-size: 24px;
    }
    .textItemServ p{
        width: 100%;
        font-weight: 350;
    }
}
@media only screen and (max-width: 414px){
    .titleServ h4{
        font-size: 34px;
    }
    .textItemServ h4{
        font-size: 23px;
    }
}
@media only screen and (max-width: 375px){
    .titleServ h4{
        font-size: 32px;
    }
    .textItemServ h4{
        font-size: 21px;
    }
    .textItemServ p{
        font-size: 14px;
    }
}