@charset "utf-8";

@font-face {
    font-family: 'unimed_sansbold';
    src: url('../fonts/unimedsans-bold.woff2') format('woff2'),
    url('../fonts/unimedsans-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'unimed_sansregular';
    src: url('../fonts/unimedsans-regular-webfont.woff2') format('woff2'),
    url('../fonts/unimedsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'unimed_slabbold_italic';
    src: url('../fonts/unimedslab-bolditalic.woff2') format('woff2'),
    url('../fonts/unimedslab-bolditalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'unimed_slabbook';
    src: url('../fonts/unimedslab-book.woff2') format('woff2'),
    url('../fonts/unimedslab-book.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'unimed_slabbook_italic';
    src: url('../fonts/unimedslab-bookitalic.woff2') format('woff2'),
    url('../fonts/unimedslab-bookitalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'unimed_sansregular', "Trebuchet MS", 'Trebuchet MS', Helvetica, sans-serif;
    background: #fff !important;
}

.container-mobile {
    padding: 0;
}

h1 {
    display: block;
    width: 80%;
    padding: 0 0 15px 0;
    margin: 50px auto;
    clear: both;
    font-size: 40px;
    text-align: center;
    font-family: 'unimed_slabbold_italic', sans-serif;
    font-weight: normal;
    line-height: 40px;
    color: rgba(10, 95, 85, 1);
    border-bottom: 1px solid #ccc;
}

/*============================= Section Green 1 ==============================*/

.section-green1 {
    margin-top: 30px;
    background-color: rgba(10, 95, 85, 1);
    padding: 15px;
}

.section-green1 .img1 {
    margin-top: -30px;
}

.section-green1 h2 {
    text-align: left;
    font-family: 'unimed_slabbold_italic', sans-serif;
    color: #bbd033;
}

.section-green1 p {
    color: #ffffff;
    font-size: 1.8rem;
}

.section-green1 .img2 {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.section-green1 .img3 {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.section-green1 .img4 {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.section-green1 .img5 {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .section-green1 {
        margin-top: 40px;
        background-color: rgba(10, 95, 85, 1);
        padding: 15px 50px 15px 50px;
    }

    .section-green1 .img1 {
        margin-top: -60px;
    }

    .section-green1 h2 {
        text-align: left;
        font-family: 'unimed_slabbold_italic', sans-serif;
        color: #bbd033;
        margin-top: 100px;
    }

    .section-green1 p {
        color: #ffffff;
        font-size: 1.8rem;
    }

    .section-green1 .img2 {
        float: left;
        margin-top: 50px;
        margin-bottom: -50px;
    }

    .section-green1 .img3 {
        float: left;
        margin-top: 50px;
        margin-bottom: -50px;
    }

    .section-green1 .img4 {
        float: left;
        margin-top: 50px;
        margin-bottom: -50px;
    }

    .section-green1 .img5 {
        float: left;
        margin-top: 50px;
        margin-bottom: -50px;
    }
}

/*============================= Section Logos 1 ==============================*/

.section-logos1 {
    margin-top: 20px;
    padding: 10px 0 10px 0;
}

.section-logos1 .logo1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.section-logos1 .logo2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.section-logos1 .logo3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .section-logos1 {
        margin-top: 100px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 30px 0 30px 0;
    }

    .section-logos1 .logo1 {
        margin-top: 0;
    }

    .section-logos1 .logo2 {
        margin-top: 0;
    }

    .section-logos1 .logo3 {
        margin-top: 0;
    }
}

/*============================= Section Gray 1 ==============================*/

.section-gray1 {
    margin-top: 30px;
    background-color: #f6f6f6;
    padding: 15px 15px 60px 15px;
}

.section-gray1-sub {
    float: left;
    margin-top: 50px;
    margin-bottom: -50px;
}


.section-gray1 h2 {
    text-align: center;
    font-family: 'unimed_slabbold_italic', sans-serif;
    color: rgba(10, 95, 85, 1);
    margin-top: 40px;
}

.section-gray1 p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.8rem;
}

.section-gray1 .img6 {
    margin-top: 15px;
}

.section-gray1 .img7 {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .section-gray1 {
        margin-top: 60px;
        background-color: #f6f6f6;
        padding: 15px 15px 0 40px;
    }

    .section-gray1 h2 {
        text-align: left;
        font-family: 'unimed_slabbold_italic', sans-serif;
        color: rgba(10, 95, 85, 1);
    }

    .section-gray1 p {
        text-align: left;
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .section-gray1 .img6 {
        float: left;
        margin-top: 40px;
        margin-bottom: -40px;
    }

    .section-gray1 .img7 {
        float: left;
        margin-top: 40px;
        margin-bottom: -40px;
    }
}

/*============================= Section Green 2 ==============================*/

.section-green2 {
    margin-top: 0;
    background-color: rgba(10, 95, 85, 1);
    padding: 15px;
}

.section-green2 h2 {
    text-align: center;
    font-family: 'unimed_slabbold_italic', sans-serif;
    color: #bbd033;
    margin-top: 40px;
}

.section-green2 p {
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
    font-size: 1.8rem;
}

.section-green2 .img8 {
    margin-top: 15px;
}

.section-green2 .img9 {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .section-green2 {
        margin-top: 90px;
        background-color: rgba(10, 95, 85, 1);
        padding: 15px 15px 0 40px;
    }

    .section-green2 h2 {
        text-align: left;
        font-family: 'unimed_slabbold_italic', sans-serif;
        color: #bbd033;
        margin-top: 15px;
    }

    .section-green2 p {
        text-align: left;
        color: #ffffff;
        font-size: 1.8rem;
    }

    .section-green2 .img8 {
        float: left;
        margin-top: 20px;
        margin-bottom: -20px;
    }

    .section-green2 .img9 {
        float: left;
        margin-top: 20px;
        margin-bottom: -20px;
    }
}

/*============================= Section Gray 2 ==============================*/

.section-gray2 {
    margin-top: 0;
    background-color: #f6f6f6;
    padding: 15px;
}

.section-gray2-sub {
    float: left;
    margin-top: 50px;
    margin-bottom: -50px;
}


.section-gray2 h2 {
    text-align: center;
    font-family: 'unimed_slabbold_italic', sans-serif;
    color: rgba(10, 95, 85, 1);
    margin-top: 40px;
}

.section-gray2 p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.8rem;
}

.section-gray2 .img10 {
    margin-top: 15px;
}

.section-gray2 .img11 {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .section-gray2 {
        margin-top: 90px;
        background-color: #f6f6f6;
        padding: 15px 15px 0 40px;
    }

    .section-gray2 h2 {
        text-align: left;
        font-family: 'unimed_slabbold_italic', sans-serif;
        color: rgba(10, 95, 85, 1);
    }

    .section-gray2 p {
        text-align: left;
        font-size: 1.8rem;
    }

    .section-gray2 .img10 {
        float: left;
        margin-top: 20px;
        margin-bottom: -40px;
    }

    .section-gray2 .img11 {
        float: left;
        margin-top: 20px;
        margin-bottom: -40px;
    }
}

/*============================= Section Green 3 ==============================*/

.section-green3 {
    margin-top: 0;
    background-color: rgba(10, 95, 85, 1);
    padding: 30px;
}

.section-green3 h2 {
    text-align: center;
    font-family: 'unimed_slabbold_italic', sans-serif;
    color: #bbd033;
    margin-top: 70px;
}

.section-green3 p {
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
    font-size: 1.8rem;
}

.section-green3 .img12 {
    margin-top: 15px;
}

.section-green3 .img13 {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .section-green3 {
        margin-top: 90px;
        background-color: rgba(10, 95, 85, 1);
        padding: 30px 15px 0 40px;
    }

    .section-green3 h2 {
        text-align: left;
        font-family: 'unimed_slabbold_italic', sans-serif;
        color: #bbd033;
        margin-top: 15px;
    }

    .section-green3 p {
        text-align: left;
        color: #ffffff;
        font-size: 1.8rem;
    }

    .section-green3 .img12 {
        float: left;
        margin-top: 20px;
        margin-bottom: -20px;
    }

    .section-green3 .img13 {
        float: left;
        margin-top: 20px;
        margin-bottom: -20px;
    }
}

/*============================= Section Green 4 ==============================*/

.section-green4 {
    margin-top: 0;
    background-color: #bbd033;
    padding: 30px;
}

.section-green4 .img14 {
    margin-top: -50px;
}

.section-green4 h2 {
    text-align: left;
    font-family: 'unimed_slabbold_italic', sans-serif;
    color: rgba(10, 95, 85, 1);
    margin-bottom: 30px;
}

.section-green4 p {
    color: #ffffff;
    font-size: 1.8rem;
}

.section-green4 .green-dark {
    color: #004612;
    font-size: 1.8rem;
    margin-left: -20px;
    margin-bottom: 10px;
}

.section-green4 .green-light {
    color: rgba(10, 95, 85, 1);
    font-size: 1.8rem;
    margin-left: -20px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .section-green4 {
        margin-top: 120px;
        background-color: #bbd033;
        padding: 15px 50px 15px 50px;
    }

    .section-green4 .img1 {
        margin-top: -60px;
    }

    .section-green4 h2 {
        text-align: left;
        font-family: 'unimed_slabbold_italic', sans-serif;
        color: rgba(10, 95, 85, 1);
        margin-top: 20px;
    }

    .section-green4 p {
        color: #ffffff;
        font-size: 1.8rem;
    }

    .section-green4 .green-dark {
        color: #004612;
    }

    .section-green4 .green-light {
        color: rgba(10, 95, 85, 1);
    }
}

/*============================= Section Partners ==============================*/

.section-partners {
    margin-top: 60px;
}

.section-partners h2 {
    text-align: center;
    font-family: 'unimed_slabbold_italic', sans-serif;
    color: #bbd033;
}

.section-partners h4 {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
}

.section-partners p {
    font-size: 1.8rem;
    text-align: center;
}

@media (min-width: 768px) {
    .section-partners {
        margin-top: 60px;
    }

    .section-partners h2 {
        text-align: left;
        font-family: 'unimed_slabbold_italic', sans-serif;
        color: #bbd033;
    }

    .section-partners h4 {
        font-weight: bold;
        text-align: left;
        text-transform: uppercase;
        margin-top: 30px;
    }

    .section-partners p {
        font-size: 1.8rem;
        text-align: left;
    }

}

.especial {
    width: 4%;
}

/*============================= Section Logos 2 ==============================*/

.section-logos2 {
    margin-top: 60px;
}

@media (min-width: 768px) {
    .section-logos2 {
        margin-top: 60px;
    }
}

/*============================= Section Max Quality ==============================*/

.section-max-quality {
    margin-top: 50px;
}

.section-max-quality h4 {
    border-top: 1px solid #cccccc;
    padding-top: 50px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.section-max-quality p {
    font-size: 1.8rem;
    text-align: center;
}

@media (min-width: 768px) {
    .section-max-quality {
        margin-top: 50px;
    }

    .section-max-quality h4 {
        border-top: 1px solid #cccccc;
        padding-top: 40px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: left;
    }

    .section-max-quality p {
        font-size: 1.8rem;
        text-align: left;
    }
}

/*============================= Section Logos 3 ==============================*/

.section-logos3 {
    margin-top: 60px;
    margin-bottom: 80px;
}

@media (min-width: 768px) {
    .section-logos3 {
        margin-top: 60px;
    }
}

/*============================= Section Footer ==============================*/

.section-footer {
    margin-top: 50px;
    margin-bottom: 50px;
}

.section-footer p{
    text-align: center;
    padding: 10px;
}

@media (min-width: 768px) {
    .section-footer {
        margin-top: 50px;
    }

    .section-footer p{
        text-align: center;
        padding: 10px 100px 10px 100px;
    }
}

/*============================= Owl-Carousel ==============================*/

.owl-theme {
    margin-bottom: -25px;
}
.owl-theme .owl-nav {
    position: absolute;
    z-index: 99999;
    margin-top: -135px;
    width: 100%;
    font-size: 20px;
    /*margin-top: -50px;
    margin-left: -100px;*/
}

@media only screen and (max-width: 750px){
    .owl-theme .owl-nav {
        margin-top: -90px;
    }
}

.owl-prev {
    background: #bbd033 !important;
    color: #fff !important;
    width: 35px !important;
    height: 35px !important;
    float: left !important;
    border-radius: 20px !important;
    margin-left: -10px !important;
}
.owl-next {
    background: #bbd033 !important;
    color: #fff !important;
    width: 35px !important;
    height: 35px !important;
    float: right !important;
    border-radius: 20px !important;
    margin-right: -10px !important;
}

/*============================= Hover.CSS ==============================*/

@media(max-width: 446px) {
    .hvr-grow {
        display: block;
    }
}
