* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}
.open-sans{
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
}
.dancing-script{
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 500;
}
:root{
    --bordebtn: 25px;
    --color_principal:rgb(17, 94, 62);
    --colorGrey: rgb(75, 75, 75);
    --colorBlanco: rgb(225,225,225);
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* fondo */
.filterInicio{
    width: 100%;
    height: 100vh;
    background-image: url(../img/comidapresentacion.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contBack{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.contTextBack{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.textBack{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.textBack p:nth-child(1){
    font-size: 15px;
    font-weight: 450;
    color: var(--colorBlanco);
}

.textBack p:nth-child(3){
    width: 55%;
    font-size: 19px;
    font-weight: 450;
    color: var(--colorBlanco);
}

.textBack h2{
    font-size: 80px;
    color: var(--colorBlanco);
}

.textBack a{
    text-decoration: none;
    margin-top: 25px;
}

.textBack a button{
    background-color: transparent;
    color: #fff;
    border-radius: var(--bordebtn);
    border: 1px solid rgb(255, 255, 255);
    padding: 15px 30px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s, color 0.3s;
}

.btnBack:hover {
    color: #000; 
}

@media only screen and (max-width: 1550px){
    .textBack p:nth-child(1){
        font-size: 14px;
    }
    
    .textBack p:nth-child(3){
        width: 55%;
        font-size: 17px;
    }
    
    .textBack h2{
        font-size: 70px;
    }
    .textBack a button{
        padding: 13px 20px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 1280px){
    .textBack p:nth-child(1){
        font-size: 13px;
    }
    
    .textBack p:nth-child(3){
        width: 60%;
        font-size: 15px;
    }
    
    .textBack h2{
        font-size: 65px;
    }
    .textBack a button{
        padding: 13px 20px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 1050px){
    .textBack p:nth-child(1){
        font-size: 12px;
    }
    
    .textBack p:nth-child(3){
        font-size: 14px;
    }
    
    .textBack h2{
        font-size: 60px;
    }
}

@media only screen and (max-width: 850px){
    .textBack p:nth-child(1){
        font-size: 12px;
    }
    
    .textBack p:nth-child(3){
        font-size: 13px;
    }
    
    .textBack h2{
        font-size: 50px;
    }
}

@media only screen and (max-width: 600px){
    .textBack p:nth-child(1){
        font-size: 12px;
    }
    
    .textBack p:nth-child(3){
        font-size: 12px;
    }
    
    .textBack h2{
        font-size: 45px;
    }
    .textBack a button{
        padding: 10px 15px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 414px){
    .textBack p:nth-child(1){
        font-size: 10px;
    }
    
    .textBack p:nth-child(3){
        font-size: 11px;
    }
    
    .textBack h2{
        font-size: 40px;
    }
    .textBack a button{
        padding: 10px 15px;
        font-size: 13px;
    }
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Nosotros xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.contNosotros{
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.certifiIcon{
    width: 135px;
    height: 125px;
    position: absolute;
    top: 0px;
    right: 5%;
    transform: rotate(40deg); 
}

.certifiIcon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nosotros{
    width: 95%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.textNosotros{
    width: 50%;
    height: auto;
    margin: 0 10px;
}

/* .p1TextNos{
    padding: 20px;
} */

.p1TextNos h2{
    font-size: 30px;
    font-weight: 600;
    color: var(--color_principal);
    transform: skewX(-10deg);
    margin-bottom: 15px;
}

.p2TextNos{
    width: 100%;
    max-height: max-content;
    color: var(--colorGrey);
    /* padding: 20px; */
}

.p2TextNos p{
    font-weight: 400;
    font-size: 16px;
    color: var(--colorGrey);
}

.imgNosotros{
    width: 50%;
    height: auto;
    margin: 0 10px;
}

.imgNosotros img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgTextNos{
    width: 120px;
    height: 90px;
    margin-top: 30px;
}

.imgTextNos img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.imgTextNos p{
    margin-top: -10px;
    font-family: "Dancing Script", cursive;
    font-size: 20px;
}

@media only screen and (max-width: 1280px){
    .p1TextNos p{
        font-size: 18px;
    }
    
    .p1TextNos h2{
        font-size: 27px;
    }
    .p2TextNos p{
        font-weight: 400;
        font-size: 14px;
    }
    .imgTextNos{
        width: 90px;
        height: 70px;
        margin-top: 15px;
    }
    .imgTextNos p{
        font-size: 17px;
    }
}

@media only screen and (max-width: 1050px){
    .p1TextNos{
        margin: 0px;
    }
    .p2TextNos{
        width: 85%;
    }
    .p1TextNos p{
        font-size: 15px;
    }
    
    .p1TextNos h2{
        font-size: 23px;
    }
    .p2TextNos p{
        font-weight: 300;
        font-size: 13px;
    }
    .imgTextNos{
        width: 85px;
        height: 65px;
        margin-top: 5px;
    }
    .imgTextNos p{
        font-size: 17px;
    }
}

@media only screen and (max-width: 950px){
    .p1TextNos p{
        font-size: 15px;
    }
    
    .p1TextNos h2{
        font-size: 22px;
    }
    .p2TextNos p{
        font-size: 12px;
    }
    .imgTextNos{
        width: 70px;
        height: 55px;
    }
    .imgTextNos p{
        font-size: 14px;
    }
}

@media only screen and (max-width: 850px){
    .nosotros{
        flex-direction: column;
    }
    .textNosotros{
        width: 85%;
        height: auto;
        text-align: center;
    }
    .p1TextNos{
        margin: 0;
    }
    .p1TextNos p{
        font-size: 18px;
    }
    .p1TextNos h2{
        font-size: 27px;
    }
    .p2TextNos{
        width: 100%;
    }
    .p2TextNos p{
        font-weight: 300;
        font-size: 15px;
    }
    .imgNosotros{
        width: 85%;
    }
    .imgTextNos{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    .imgTextNos img{
        width: 90px;
        height: 70px;
        object-fit: contain;
    }
    .imgTextNos p{
        font-size: 18px;
    }
}

@media only screen and (max-width: 700px){
    .p1TextNos p{
        font-size: 15px;
    }
    .p1TextNos h2{
        font-size: 25px;
    }
    .p2TextNos p{
        font-size: 13px;
    }
    .imgTextNos img{
        width: 80px;
        height: 65px;
    }
    .imgTextNos p{
        font-size: 15px;
    }
}

@media only screen and (max-width: 554px){
    .p1TextNos p{
        font-size: 14px;
    }
    .p1TextNos h2{
        font-size: 23px;
    }
    .p2TextNos p{
        font-size: 12px;
    }
    .imgTextNos img{
        width: 80px;
        height: 65px;
    }
    .imgTextNos p{
        font-size: 15px;
    }
}

@media only screen and (max-width: 450px){
    .certifiIcon{
        width: 90px;
        height: 80px;
    }
}

@media only screen and (max-width: 414px){
    .p1TextNos p{
        font-size: 12px;
    }
    .p1TextNos h2{
        font-size: 21px;
    }
    .p2TextNos p{
        font-size: 12px;
    }
    .imgTextNos img{
        width: 70px;
        height: 55px;
    }
    .imgTextNos p{
        font-size: 13px;
    }
}

.cont_boton
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Menu xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.contMenu{
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgb(245,245,245);
    padding-top: 80px;
    padding-bottom: 50px;
}
.contMenu h3
{
    font-size:30px;
    color: var(--color_principal);
    font-weight: 600;
    transform: skewX(-15deg);
    padding-bottom: 10px;
}
.contMenu h4
{
    width: 80%;
    font-size: 20px;
    color: var(--colorGrey);
    font-weight: 400;
    text-align: center;
    padding-bottom: 20px;
}

.menu{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.imgMenu{
    width: 30%;
    height: auto;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: .5s ease-out;
    user-select: none;
}

.imgMenu:hover{
    transform: scale(1.04);
}

.imgMenu img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.textImgMenu{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    border-radius: 5px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
}

.textImgMenu:hover{
    background-color: rgba(0, 0, 0, 0.6);
}

.textImgMenu h2{
    width: 95%;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    transition: all .6s ease-out;
}

.textImgMenu button{
    width: 110px;
    height: 27px;
    font-size: 14px;
    font-weight: 550;
    border: none;
    cursor: pointer;
    background-color: var(--colorBlanco);
    color: var(--colorGrey);
    border-radius: var(--bordebtn);
    transition: .6s;
}

.textImgMenu button:hover{
    transform: translateY(-5px);
}

.textImgMenu button i{
    font-size: 14px;
    margin-left: 5px;
    color: var(--colorGrey);
    transition: .6s;
}

.textImgMenu button:hover i{
    transform: rotate(360deg);
}

.imgInfoServ0,
.imgInfoServ1,
.imgInfoServ2,
.imgInfoServ3,
.imgInfoServ4,
.imgInfoServ5{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0; 
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 8;
    display: none;
}

.itemInfoServ{
    width: 70%;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    position: relative;
    border-radius: 10px;
    padding: 40px 70px;
}

.btnServ{
    top: 20px;
    right: 20px;
    position: absolute;
    font-size: 15px;
    font-weight: 600;
    color: var(--colorBlanco);
    background-color: var(--color_principal);
    border-radius: 50%;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    transition: 0.6s;
}

.btnServ:hover{
    background-color: #45c283;
}

.itemInfoServ img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.itemInfoServ a{
    text-decoration: none;
    margin-top: 10px;
    color: var(--color_principal);
    font-size: 17px;
    font-weight: 600;
    transition: .6s;
}

.itemInfoServ a i{
    font-size: 16px;
    margin-left: 5px;
    color: var(--color_principal);
    transition: .6s;
}

.itemInfoServ a:hover{
    transform: translate(10px);
}

.itemInfoServ a:hover i{
    transform: rotate(360deg);
}

.itemInfoServ p{
    width: 80%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 21px;
    color: black;
}

.itemInfoServ3{
    width: 70%;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    position: relative;
    border-radius: 10px;
    padding: 40px 70px;
}

.videoPublicitario{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videoPublicitario img{
    width: 45%;
    margin: 10px;
    object-fit: cover;
}

.videoPublicitario video{
    width: 50%;
    height: auto;
    margin: 10px;
    object-fit: cover;
}

.itemInfoServ3 a{
    text-decoration: none;
    margin-top: 10px;
    color: var(--color_principal);
    font-size: 17px;
    font-weight: 600;
    transition: .6s;
}

.itemInfoServ3 a i{
    font-size: 16px;
    margin-left: 5px;
    color: var(--color_principal);
    transition: .6s;
}

.itemInfoServ3 a:hover{
    transform: translate(10px);
}

.itemInfoServ3 a:hover i{
    transform: rotate(360deg);
}

.itemInfoServ3 p{
    width: 80%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 21px;
    color: black;
}

@media only screen and (max-width: 1550px){
    .textImgMenu h2{
        font-size: 16px;
    }
}

@media only screen and (max-width: 1280px){
    .imgMenu{
        width: 25%;
    }
    .textImgMenu h2{
        font-size: 15px;
    }
}

@media only screen and (max-width: 1100px){
    .textImgMenu h2{
        font-size: 13.5px;
    }
}

@media only screen and (max-width: 1000px){
    .imgMenu{
        width: 43%;
    }
    .textImgMenu h2{
        font-size: 19px;
    }
}

@media only screen and (max-width: 850px){
    .textImgMenu h2{
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px){
    .itemInfoServ{
        width: 70%;
        height: 55%;
    }
    .textImgMenu h2{
        font-size: 16px;
    }
}

@media only screen and (max-width: 700px){
    .contMenu h3{
        font-size: 27px;
    }
    .contMenu h4{
        font-size: 17px;
    }
    .imgMenu{
        width: 45%;
    }
    .textImgMenu h2{
        font-size: 15px;
    }
}

@media only screen and (max-width: 650px){
    .textImgMenu h2{
        font-size: 13px;
    }
}

@media only screen and (max-width: 550px){
    .itemInfoServ{
        width: 85%;
        height: 50%;
    }
    .contMenu h3{
        font-size: 25px;
    }
    .contMenu h4{
        font-size: 15px;
    }
    .textImgMenu h2{
        font-size: 12px;
    }
}

@media only screen and (max-width: 500px){
    .textImgMenu h2{
        font-size: 11px;
    }
}

@media only screen and (max-width: 414px){
    .itemInfoServ{
        width: 95%;
        height: 35%;
        padding: 20px 10px;
    }
    .imgMenu{
        width: 80%;
    }
    .textImgMenu h2{
        font-size: 16px;
    }
    .btnServ{
        top: 12px;
        right: 12px;
        font-size: 12px;
        padding: 5px 10px;
    }
    .itemInfoServ a{
        font-size: 15px;
    }
}

@media only screen and (max-width: 365px){
    .textImgMenu h2{
        font-size: 14px;
    }
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Informacion xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.contInfo{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}

.titleInfo{
    width: 90%;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--color_principal);
}

.info{
    width: 95%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cont2TextInfo{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.imgInfo{
    width: 50%;
    height: auto;
    margin: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* modificacion */
.imgInfo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.controls{
    position: absolute;
}

.controls button{
    padding: 20px 25px;
    cursor: pointer;
    background-color: rgb(0,0,0,0.8);
    color: white;
    border: none;
    border-radius: 100%;
    transition: .6s;
}

.controls button i{
    font-size: 16px;
    color: var(--colorBlanco);
}

.controls button:hover {
    transform: translateY(-10px);
    background-color: rgb(0,0,0,0.5);
}

.textInfo{
    width: 50%;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px;
}

.textInfo h2{
    font-size: 30px;
    color: var(--color_principal);
    margin-bottom: 5px;
}

.textInfo p{
    width: 90%;
    font-size: 18px;
}

/* Modificacion */

.videoInfo0,
.videoInfo1,
.videoInfo2,
.videoInfo3{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0; 
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5); 
    opacity: 0;
    z-index: 8;
}

.videoInfoServ{
    width: 70%;
    height: 85%;
    margin-top: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 255, 255, .2);
    backdrop-filter: blur(50px);
    position: relative;
    border-radius: 10px;
    padding: 40px 70px;
}

.btnVideo{
    top: 20px;
    right: 20px;
    position: absolute;
    font-size: 15px;
    font-weight: 600;
    color: var(--colorBlanco);
    background-color: var(--color_principal);
    border-radius: 50%;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    transition: 0.6s;
}

.btnVideo:hover{
    background-color: #45c283;
}

.videoInfoServ video{
    width: auto;
    height: 100%;
    object-fit: contain;
}


@media only screen and (max-width: 1280px){
    .titleInfo{
        font-size: 17px;
    }
    .textInfo h2{
        font-size: 28px;
    }
    .textInfo p{
        font-size: 17px;
    }
}

@media only screen and (max-width: 1150px){
    .textInfo h2{
        font-size: 26px;
    }
    .textInfo p{
        font-size: 16px;
    }
}

@media only screen and (max-width: 1050px){
    .textInfo h2{
        font-size: 22px;
    }
    .textInfo p{
        font-size: 14.5px;
    }
}

@media only screen and (max-width: 950px){
    .textInfo h2{
        font-size: 20px;
    }
    .textInfo p{
        font-weight: 500;
        font-size: 13.5px;
    }
}

@media only screen and (max-width: 850px){
    .titleInfo{
        font-size: 15px;
    }
    .cont2TextInfo{
        flex-direction: column;
    }
    .textInfo:nth-child(2){
        order: -1;
    }
    .imgInfo{
        width: 95%;
    }
    .textInfo{
        width: 90%;
        text-align: center;
        align-items: center;
    }
    .textInfo h2{
        font-size: 24px;
    }
    .textInfo p{
        font-weight: 400;
        font-size: 16px;
    }
    .videoInfoServ{
        width: 80%;
        height: 80%;
    }
}

@media only screen and (max-width: 700px){
    .textInfo{
        width: 95%;
    }
    .textInfo h2{
        font-size: 23px;
    }
    .textInfo p{
        font-size: 15px;
    }
    .videoInfoServ{
        width: 90%;
        height: 80%;
        padding: 70px 10px;
    }
    .btnVideo{
        top: 15px;
        right: 15px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 600px){
    .textInfo{
        width: 95%;
    }
    .textInfo h2{
        font-size: 20px;
    }
    .textInfo p{
        font-size: 14.5px;
    }
}

@media only screen and (max-width: 650px){
    .videoInfoServ{
        width: 90%;
        height: 75%;
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 550px){
    .videoInfoServ{
        width: 90%;
        height: 70%;
    }
}

@media only screen and (max-width: 500px){
    .textInfo h2{
        font-size: 18px;
    }
    .textInfo p{
        font-size: 14px;
    }
}

@media only screen and (max-width: 450px){
    .videoInfoServ{
        width: 95%;
        height: 70%;
        padding: 20px 10px;
    }
    .btnVideo{
        top: 10px;
        right: 10px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 414px){
    .videoInfoServ{
        padding: 30px 10px;
    }
}

@media only screen and (max-width: 380px){
    .textInfo h2{
        font-size: 17.5px;
    }
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Compromisos xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.contCompromiso{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    background-color: rgb(245,245,245);
}

.titleOneCompro{
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
}

.titleOneCompro h2{
    font-size: 40px;
    color: var(--color_principal);
}

.compromiso{
    width: 95%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.textCompromiso{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

.titleCompro{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
}

.titleCompro img{
    width: 50px;
    height: 40px;
    object-fit: contain;
    margin-right: 10px;
}

.titleCompro h2{
    font-size: 25px;
    color: var(--color_principal);
}

.textCompromiso p{
    width: 50%;
    font-size: 16px;
    font-weight: 500;
    color: var(--colorGrey);
}

.textCompromiso p:nth-child(2){
    margin-bottom: 5px;
}

.textCompromiso ul{
    list-style: none;
}

.textCompromiso ul li{
    padding: 0 50px;
    font-size: 16px;
    font-weight: 550;
    margin: 5px;
    color: var(--colorGrey);
}

@media only screen and (max-width: 650px){
    .titleOneCompro h2{
        font-size: 35px;
    }
    .titleCompro img{
        width: 40px;
        height: 30px;
    }
    .titleCompro h2{
        font-size: 23px;
    }
    .textCompromiso p{
        font-size: 15px;
        font-weight: 500;
    }
    .textCompromiso ul li{
        font-size: 14px;
        font-weight: 550;
    }
}

@media only screen and (max-width: 550px){
    .titleOneCompro h2{
        font-size: 30px;
    }
    .titleCompro img{
        width: 35px;
        height: 25px;
    }
    .titleCompro h2{
        font-size: 22px;
    }
    .textCompromiso p{
        font-size: 15px;
        font-weight: 500;
    }
    .textCompromiso ul li{
        font-size: 14px;
        font-weight: 550;
    }
}

@media only screen and (max-width: 450px){
    .titleOneCompro h2{
        font-size: 25px;
    }
    .titleCompro img{
        width: 32px;
        height: 22px;
    }
    .titleCompro h2{
        font-size: 21px;
    }
    .textCompromiso p{
        font-size: 14px;
    }
    .textCompromiso ul li{
        font-size: 13px;
    }
}



/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Certificaciones xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.contCertifi{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}

.titleCertifi{
    width: 100%;
    height: auto;
    text-align: center;
}

.titleCertifi h2{
    font-size: 50px;
    margin-bottom: 5px;
    color: var(--color_principal);
    font-family: "Dancing Script", cursive;
}

.titleCertifi p{
    margin: 0 30%;
    font-size: 17px;
    font-weight: 400;
    color: var(--colorGrey);
    transform: skewX(-15deg);
}

.certifi{
    width: 80%;
    display: flex;
    margin-top: 15px;
    justify-content: center;
    align-items: center;
}

.targetCertifi{
    width: calc(100% / 4);
    display: flex;
    margin: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.textCertifi{
    width: 70%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    opacity: 0;
    transition: .6s ease-out;
}

.textCertifi a button{
    width: 120px;
    height: 40px;
    font-size: 15px;
    border: none;
    border-radius: var(--bordebtn);
    color: black;
    cursor: pointer;
    background-color: var(--colorBlanco);
}

/* .textCertifi:hover{
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.6);
} */

.imgCertifi{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgCertifi a{
    text-decoration: none;
}

.imgCertifi img{
    width: 300px;
    height: 300px;
    object-fit: contain;
}

.pCertifi{
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    color: var(--colorGrey);
}

@media only screen and (max-width: 1130px){
    .certifi{
        width: 100%;
    }
}

@media only screen and (max-width: 1000px){
    .certifi{
        flex-wrap: wrap;
    }
    .targetCertifi{
        width: 45%;
    }
}

@media only screen and (max-width: 700px){
    .targetCertifi{
        width: 50%;
    }
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Parnerships xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.contParner{
    width: 100%;
    height: auto;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}

.titleSlider{
    width: 90%;
}

.titleSlider h2{
    color: var(--color_principal);
    font-size: 30px;
    font-weight: 500;
    transform: skewX(-15deg);
}

@media (max-width: 768px) {
    .tittleParner{
        font-size: 25px;
    }
    .imgParnerOne, .imgParnerTwo {
        width: 100%;
        margin: 20px 0;
    }
    .imgParnerTwo > img:first-child{
        width: 100%;
        height: 120px;
    }
    .imgParnerTwo > img:nth-child(2){
        width: 100%;
    }
    .bodySlider .imgSlider{
        width: 100px; 
        margin: 0px 5px; 
    }
}