.fondoNosotros {
    position: absolute;
    background: url(../img/wFondo.png) no-repeat right top;
    width: 100%;
    height: 100%;
    background-size: contain;
    mix-blend-mode: soft-light;
    opacity: 0.7;
    background-attachment: fixed;
}
.fondoDegradado {
    background-attachment: fixed;
}
.nosotros {
    padding-top: 100px;
    padding-bottom: 60px;
    min-height: 720px;
    gap: 30px;
    position: relative;
    align-items: flex-start;
    justify-content: space-evenly;
}
.nosotrosImg {
    width: calc(50% - 30px);
    height: auto;
    position: relative;
}
.nosotrosImg img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.nosotrosSobre {
    width: calc(50% - 30px);
    text-align: center;
}
.nosotrosSobre h2, .expertosTeam h2, .trayectoriaExp h2, .certificados h2 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px;
}
.nosotrosSobre p {
    margin-bottom: 20px;
    text-align: justify;
}
.nosotrosMV {
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 40px;
    padding-bottom: 80px;
}
.mision, .vision {
    max-width: 500px;
    width: calc(50% - 40px);
    position: relative;
}
.nosotrosMV h2 {
    font-size: 30px;
    position: absolute;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}
.nosotrosMV p {
    position: relative;
    padding-left: 60px;
}
.nosotrosMV p::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 40px;
    background: linear-gradient(to bottom, #8F1A14 0%, #FF322C 50%, #FF6661 100%);
}
.nosotrosObj {
    align-items: flex-start;
    gap: 30px;
    padding-bottom: 80px;
}
.nObjCards {
    position: relative;
    max-width: 300px;
    width: 100%;
    min-height: 160px;
    padding: 20px 15px 15px 15px;
    border: 2px solid #F7F6F6;
    box-shadow: 0px 6px 30px rgb(253 89 84 / 10%);
    border-radius: 18px;
}
.nObjCards span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -10px;
    background: #F7F6F6;
}
.nosotrosObj p {
    line-height: 1.5;
}
.nObjTitulo {
    max-width: 300px;
    width: 100%;
    min-height: 160px;
}

.experts {
    min-height: 600px;
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: space-evenly;
}
.expertosTeam {
    width: 230px;
}
.expertoSwiper {
    max-width: 700px;
    width: 100%;
    border-radius: 5px;
    margin: 15px 0;
    overflow: hidden;
    padding: 0 50px;
    justify-content: flex-start;
    flex-flow: row nowrap;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.expertosItem {
    width: 250px;
    height: 250px;
    background-color: #E9EAEC;
    border-radius: 24px;
    position: relative;
    cursor: pointer;
}
.expertosItem .expertosDescripcion {
    width: 100%;
    height: 80px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    border-radius: 24px;
    background: #F7F6F6;
}
.expertosItem .expertosDescripcion p {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 14px;
    line-height: normal;
    color: #3F3F3F;
    font-weight: 700;
}
.expertosItem .expertosDescripcion p span {
    text-transform: uppercase;
    font-size: 16px;
    color: #FF322C;
}
.expertosItem img {
    filter: grayscale(1);
    opacity: .6;
    transition: opacity 0.3s;
    transition: all 0.3s ease-in-out;
}
.expertosItem:hover img {
    filter: grayscale(0);
    opacity: 1;
}
.expertosItem .expertosFoto {
    position: absolute;
    height: 230px;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
}
.expertosItem .expertosLogo {
    position: absolute;
    width: 200px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.expertoPrev, .expertoNext {
    z-index: 3;
    position: absolute;
    width: 40px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.expertoPrev {
    left: 0;
    background: linear-gradient(to right, rgba(242,241,241,1) 0%, rgba(242,241,241,0) 100%);
}
.expertoNext {
    right: 0;
    background: linear-gradient(to left, rgba(242,241,241,1) 0%, rgba(242,241,241,0) 100%);
}
.expertoPrev svg {
    transform: rotate(180deg);
}
.expertoPrev::after, .expertoNext::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #FF6661;
}
.expertoPrev svg, .expertoNext svg {
    height: 10px;
    opacity: 1;
}

.fondoPremios {
    background: url(../img/fondoPremios.png) no-repeat center center;
    background-size: cover;
}
.premiosContainer {
    padding-top: 60px;
    gap: 40px;
    position: relative;
    padding-bottom: 130px;
    text-align: center;
}
.premios h2 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px;
}
.premioSwiper {
    max-width: 100%;
    width: 100%;
    border-radius: 13px;
    margin: 15px 0;
    overflow: hidden;
    justify-content: flex-start;
    flex-flow: row nowrap;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.premioFoto {
    width: 345px;
    height: 295px;
    position: relative;
    cursor: grabbing;
    overflow: hidden;
}
.premioFoto img {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.premioPrev, .premioNext {
    z-index: 3;
    position: absolute;
    width: 40px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.premioPrev {
    left: 0;
}
.premioNext {
    right: 0;
}
.premioPrev svg {
    transform: rotate(180deg);
}
.premioPrev::after, .premioNext::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.premioPrev svg, .premioNext svg {
    fill: #fff;
    height: 10px;
    opacity: 1;
}

.trayectoria {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 500px;
    justify-content: space-evenly;
}
.trayectoriaExp {
    width: 230px;
}
.trayectoriaSwiper {
    max-width: 700px;
    height: 350px;
    width: 100%;
    border-radius: 5px;
    margin: 15px 0;
    overflow: hidden;
    padding: 30px;
    flex-flow: row nowrap;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}
.trayectoriaSwiper::before {
    content: "";
    position: absolute;
    height: calc(100% - 70px);
    width: 2px;
    top: 35px;
    background: #fafafa;
    left: 50%;
    transform: translateX(-50%);
}
.trayectoriaItem {
    width: calc(50% - 30px);
    height: auto;
    background: #F7F6F6;
    border: 1px solid #fafafa;
    border-radius: 18px;
    padding: 15px 30px;
    justify-content: flex-start;
    gap: 15px;
    position: relative;
}
.trayectoriaItem::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: #F7F6F6;
    border: 2px solid #fafafa;
    top: 20px;
    right: -37px;
    border-radius: 50%;
}
.trayectoriaR::before {
    left: -37px;
}
.trayectoriaItem h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
.trayectoriaItem h3 span {
    font-weight: 700;
}
.trayectoriaItem p {
    line-height: 1.5;
}
.trayectoriaR {
    align-self: flex-end;
}
.trayectoriaPrev, .trayectoriaNext {
    z-index: 3;
    position: absolute;
    width: 40px;
    height: 40px;
    margin: 0;
    top: initial;
}
.trayectoriaPrev {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.trayectoriaNext {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.trayectoriaPrev svg {
    transform: rotate(-90deg);
}
.trayectoriaNext svg {
    transform: rotate(90deg);
}
.trayectoriaPrev::after, .trayectoriaNext::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #F7F6F6;
    border: 2px solid #fafafa;
    z-index: -1;
}
.trayectoriaPrev svg, .trayectoriaNext svg {
    height: 10px;
    opacity: 1;
    fill: #FF6661;
}

.fondoCertificados{
    position: absolute;
    background: url(../img/fondoCertificados.png) no-repeat top center;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0.3;
    background-attachment: fixed;
}
.certificadosContainer {
    padding-top: 60px;
    position: relative;
    padding-bottom: 20px;
}
.certificados {
    max-width: 800px;
    width: 100%;
    min-height: 370px;
    padding: 40px 30px 70px 30px;
    border: 1px solid white;
    border-radius: 24px;
    background-color: rgba(255, 255, 255, .1);
}
.certificados p {
    text-align: center;
}
.logosCertificados {
    max-width: 600px;
    width: 90%;
    background-color: #fafafa;
    border-radius: 18px;
    position: relative;
    bottom: 50px;
    justify-content: space-around;
    text-align: center;

}
.logosCertificados div {
    width: 50%;
    gap: 30px;
    align-self: flex-end;
    padding: 15px 15px 30px 15px;
}
.logosCertificados h3 {
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    color: #7E7F80;
    margin: 0;
}
.logosCertificados img {
    height: 40px;
    width: auto;
}
/*----------------------Responsive 768----------------------*/
@media screen and (max-width: 768px) {
    .mision, .vision {
        width: 100%;
    }
    .nObjTitulo {
        min-height: auto;
    }
    .nosotrosImg {
        width: 100%;
    }
    .nosotrosSobre {
        width: 100%;
    }
}
/*----------------------Responsive 480----------------------*/
@media only screen and (max-width: 480px) {
    .logosCertificados div {
        width: 100%;
    }
    .trayectoriaItem {
        width: 100%;
    }
    .trayectoriaItem::before {
        left: -27px;
    }
    .trayectoriaR {
        align-self: flex-start;
    }
    .trayectoriaSwiper::before {
        left: 20px;
    }
    .nosotrosSobre h2, .expertosTeam h2, .trayectoriaExp h2, .certificados h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .premios h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .certificados {
        padding: 40px 15px 70px 15px;
    }
    .nosotrosMV h2 {
        font-size: 24px;
    }
    .experts {
        min-height: 500px;
    }
    .nosotrosMV p {
        padding-left: 50px;
    }
    .nosotrosMV p::after {
        left: 30px;
    }
    .trayectoriaSwiper {
        padding: 30px 0 30px 40px;
    }
    .trayectoriaNext, .trayectoriaPrev {
        left: 0;
        transform: none;
    }
}
/*----------------------Responsive 320----------------------*/
@media only screen and (max-width: 320px){
    .nosotrosExp {
        max-width: 100%;
        bottom: 0;
        right: 0;
    }
}