section .container {
    margin-top: 60px;
    margin-bottom: 60px;
}
section .section-tit1 {
    max-width: 640px;
    margin-bottom: 30px;
}
section h2 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}
#bestyou * + h2 {
    margin-top: 30px;
}
#bestyou h3 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}
section .section-txt > *:last-child {
    margin-bottom: 0;
}
#carrera .section-txt h3 {
    color: #59621d;
    font-size: 24px;
    font-weight: 700;
}
#carrera * + h3 {
    margin-top: 30px;
}
section .section-img {
    position: relative;
}
section .section-img #claim {
    color: #eeecec;
    font-weight: bold;
    opacity: 0.65;
    position: absolute;
    right: 0;
}
section .section-logos {
    margin-top: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
section .section-logos span {
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase;
}
section .section-logos img + img {
    margin-left: 25px;
}
section .duaCarouselH {
    margin-bottom: 60px;
}
footer {
    margin-top: 0;
}
#carrera .formCurriculum .form-envio {
    margin-top: 30px;
}

#medida .iconos {
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px;
    
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
}

#medida .iconos img {
    margin-bottom: 10px;
    height: 60px;
}

#medida .iconos > div {
    width: 10%;
    min-width: 110px;
    padding: 5px 5px 12px;
    flex: 0 1 calc(50%);
}


@media (min-width: 1440px) {
    #investigacion .section-img #claim {
        right: 120px;
    }
}
@media (min-width: 1200px) and (max-width: 1439px) {
    section .section-img picture img {
        width: 760px;
    }
    #carrera .section-img picture img {
        width: 912px
    }
    #investigacion .section-img #claim {
        right: 40px;
    }
}
@media (min-width: 1200px) {
    section .section-tit1 {
        margin-bottom: 30px;
        font-size: 44px;
        line-height: 1.1;
    }
    section .section-img > div {
        margin-top: 70px;
        margin-left: 55px;
    }
    section .section-img #claim {
        bottom: 45px;
        font-size: 250px;
        letter-spacing: -5px;
        line-height: 0.65;
    }
    #medida .section-img #claim {
        font-size: 200px;
        letter-spacing: -3px;
        line-height: 0.65;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    section .section-img picture img {
        width: 608px;
    }
    section .section-img > div {
        margin-top: 15px;
        margin-left: 30px;
    }
    section .section-img #claim {
        bottom: 15px;
        font-size: 150px;
        letter-spacing: -3px;
        line-height: 0.7;
    }
    #investigacion .section-img #claim {
        right: 120px;
    }
}
@media (min-width: 992px) {
    section .section-txt {
        max-width: 1020px;
        padding-left: 200px;
    }
    section .section-txt h2 {
        position: relative;
    }
    section .section-txt h2:before {
        content: '';
        width: 185px;
        height: 2px;
        background-color: #574545;
        position: absolute;
        top: calc(50% - 1px);
        right: calc(100% + 15px);
    }
    section .section-img,
    section .section-img + .section-txt,
    section .section-img + .section-txt * + h2 {
        margin-top: 55px;
    }
    section .section-img {
        display: -webkit-flex;
        display: flex;
    }
    section .section-img > div {
        max-width: 290px;
    }
    #carrera .formCurriculum .form-envio {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }
    #carrera .formCurriculum .form-envio > *:first-child {
        width: 352px;
        -webkit-flex: 0 0 352px;
        flex: 0 0 352px;
    }
    #carrera .formCurriculum .form-envio > *:last-child {
        width: 160px;
        -webkit-flex: 0 0 160px;
        flex: 0 0 160px;
    }
    #carrera .formCurriculum .form-envio > * + * {
        margin-bottom: 15px;
    }
}
@media (max-width: 991px) {
    section .section-img,
    section .section-img > div,
    section .section-img + .section-txt,
    section .section-img + .section-txt * + h2 {
        margin-top: 40px;
    }
    section .section-img picture img {
        max-width: 100%;
    }
    section .section-img #claim {
        display: none;
    }
    #carrera .formCurriculum .form-envio > *:last-child {
        margin-top: 30px;
    }
}
@media (max-width: 575px) {
    section .section-logos {
        text-align: center;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
    }
    section .section-logos img {
        max-width: 100%;
    }
    section .section-logos img + img {
        margin-top: 10px;
        margin-left: 0;
    }
}

/* Carousel */
section .duaCarouselH .duaCarousel-col {
    font-size: 20px;
    font-weight: bold;
}
section .duaCarouselH .duaCarousel-col img {
    margin-bottom: 12px;
}
@media (min-width: 768px) {
    section .duaCarouselH .duaCarousel-prev {
        left: 30px;
    }
    section .duaCarouselH .duaCarousel-next {
        right: 30px;
    }
    
    #medida .iconos > div {
        flex: 0 1 calc(20%);
    }
}
@media (min-width: 576px) {
    section .duaCarouselH .duaCarousel-col {
        -webkit-flex-basis: 468px;
        flex-basis: 468px;
    }
}
