section {
    padding-top: 14.75rem;
    padding-bottom: 20rem;
    color: #7c7a78;
}
section .section-intro {
    color: #282828;
}
section p {
    margin-bottom: 5rem;
}
section .section-quote {
    margin-top: 8rem;
    margin-bottom: 8rem;
    color: #282828;
}

/* SLIDER */
section .duaSlider {
    position: relative;
    overflow: hidden;
}
section .duaSlider .duaSlider-slides > * {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
section .duaSlider .duaSlider-slides > * + * {
    display: none;
}
section .duaSlider1 .duaSlider-slides > * + * {
    left: 100%;
    display: block;
}
section .duaSlider .duaSlider-prev,
section .duaSlider .duaSlider-next,
section .duaSlider .duaSlider-pager .duaSlider-page {
    cursor: pointer;
}

/* SLIDER-CUSTOM */
section .duaSlider {
    height: 0;
    padding-bottom: 75%;
    border-bottom: 1.5rem solid #ffc60b;
}
section .duaSlider .duaSlider-prev,
section .duaSlider .duaSlider-next {
    width: 9.75rem;
    height: 10.25rem;    
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);;
}
section .duaSlider .duaSlider-prev {
    left: 0;
}
section .duaSlider .duaSlider-next {
    right: 0;
}
section .duaSlider .duaSlider-prev:after,
section .duaSlider .duaSlider-next:after {
    content: '';
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}
section .duaSlider .duaSlider-prev:after {
    background-image: url('../../images/iconos/prev-corp.svg');
}
section .duaSlider .duaSlider-next:after {
    background-image: url('../../images/iconos/next-corp.svg');
}
section .duaSlider picture {
    height: 100%;
}
section .duaSlider picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


section .section-bot {
    margin-top: 8rem;
}
section ul {
    padding-left: 0;
    margin-left: 0;    
    list-style-type: none;
}
section ul li{
    padding: 2rem 12.25rem;
    margin-bottom: 0;
}
section ul li:nth-last-of-type(even) {
    background-color: #f2f2f2;
}
section ul li:before {
    content: '';
    width: 1rem;
    height: 1rem;
    margin-right: 1rem;
    border-radius: 50%;
    background-color: #7c7a78;
    display: inline-block;
    vertical-align: middle;
}

section .section-bot .section-tit2 {
    padding-left: 12.25rem;
    font-size: 4rem;
    font-weight: bold;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    section .section-bot .flex {
        margin-left: -1.75rem;
        margin-right: -1.75rem;
        display: -webkit-flex;
        display: flex;
    }
    section .section-bot .flex > div {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }
}
@media (max-width: 767px) {
    section {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
    section ul li {
        padding: 2rem 3rem;
    }
    section .section-bot .section-tit2 {
        padding-left: 3rem;
    }
}