/*
========================
======================== BANNER
========================
*/
.banner {
    width: 1880px;
    margin: auto;
    margin-top: 20px;
    display: block;
    position: relative;
    z-index: 7;
}

.banner img,
.banner-tablet img,
.banner-mobile img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.banner-tablet,
.banner-mobile {
    width: 94%;
    margin: auto;
    margin-top: 15px;
    display: none;
    position: relative;
    z-index: 7;

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

@media (max-width: 64em) {
    .banner {
        display: none;
    }
    .banner-tablet {
        display: block;
    }
}

@media (max-width: 42em) {
    .banner-tablet {
        display: none;
    }
    .banner-mobile {
        display: block;
    }
}

.banner-item {
    width: 100%;
}

/*DOTS*/
.banner .slick-dots {
    text-align: center;
    position: relative;
    margin-top: -50px;
}

.banner-tablet .slick-dots,
.banner-mobile .slick-dots {
    margin-top: -50px;
    text-align: center;
    position: relative;
}

.banner .slick-dots li,
.banner-tablet .slick-dots li,
.banner-mobile .slick-dots li {
    display: inline-block;
}

.banner .slick-dots li button,
.banner-tablet .slick-dots li button,
.banner-mobile .slick-dots li button {
    background: transparent;
    display: block;
    width: 13px;
    height: 13px;
    margin: 2px;
    cursor: pointer;
    border: 2px solid #c6b688;
    font-size: 0;
    outline: 0;
    padding: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.banner .slick-dots li:hover button,
.banner .slick-dots li.slick-active button,
.banner-tablet .slick-dots li:hover button,
.banner-tablet .slick-dots li.slick-active button,
.banner-mobile .slick-dots li:hover button,
.banner-mobile .slick-dots li.slick-active button {
    background: #c6b688;
}

/*
========================
======================== ABOUT
========================
*/
.about .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
    padding-top: 120px;
}

/*IMAGE ABOUT*/
.about .content .image{
    width: 48%;
}

@media (max-width: 1024px) {
    .about .content .image{
        width: 100%;
    }
}

/*INFO*/
.about .content .info{
    width: 48%;
}

@media (max-width: 1024px) {
    .about .content .info{
        width: 100%;
    }
}

.about .content .info h2{
    font: 45px 'Roboto Slab', serif;
    font-weight: 800;
    color: #c6b688;
    line-height: 50px;
}

.about .content .info p{
    font: 18px 'Roboto Slab', serif;
    font-weight: 300;
    margin: 20px 0;
}

.about .content .info p span{
    font: 22px 'Roboto Slab', serif;
    font-weight: 700;
    display: block;
}

/*
========================
======================== COMPANY VALUES - SOCIAL RESPONSABILITY
========================
*/
.company-social .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    padding-top: 120px;
}

/*COMPANY VALUES*/
.company-social .content .values{
    width: 48%;
}

@media (max-width: 768px) {
    .company-social .content .values{
        width: 100%;
        margin-bottom: 40px;
    }
}

.company-social .content .values article{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
}

.company-social .content .values article .icon span{
    margin-right: 20px;
    padding: 35px;
    background: #c6b688;
    color:#FFF;
    font-size: 60px;

    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
}

.company-social .content .values article .box{
    width: 70%;
}

@media (max-width: 1024px) {
    .company-social .content .values article .icon span{
        margin-right: 20px;
        padding: 20px;
        background: #c6b688;
        color:#FFF;
        font-size: 40px;
    }
}

.company-social .content .values article .box h2{
    font: 22px 'Roboto Slab', serif;
    font-weight: 600;
    color: #c6b688;
    margin-top: 30px;
}

.company-social .content .values article .box p{
    font: 16px 'Roboto Slab', serif;
    font-weight: 300;
}

/*SOCIAL RESPONSABILITY*/
.company-social .content .responsability{
    width: 48%;
}

@media (max-width: 768px) {
    .company-social .content .responsability{
        width: 100%;
    }
}

.company-social .content .responsability h2{
    font: 40px 'Roboto Slab', serif;
    font-weight: 700;
    color:#c6b688;
    padding: 20px 0;
}

.company-social .content .responsability p{
    font: 16px 'Roboto Slab', serif;
    font-weight: 300;
}

/*
========================
======================== OCCUPATION
========================
*/
.occupation .content{
    margin-top: 60px;
    padding-top: 120px;
}

.occupation .content h2{
    font:36px 'Roboto Slab', serif;
    font-weight: 800;
    text-align: center;
    margin-bottom: 40px;
}

.occupation .content h3{
    font:24px 'Roboto Slab', serif;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.occupation-list .slick-track{
    padding: 10px 0;
    /*background-color: red;*/
}

.occupation-list .slick-slide {
    margin: 0 20px;
}

.occupation-list .slick-list {
    margin: 0 -20px;
}

.occupation-item{
    border: 1px solid #000;
    height: 270px;
    background-color: #000000;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;

    border-radius: 170px;
    -webkit-border-radius: 170px;
    -moz-border-radius: 170px;
}

.occupation-item:hover{
    border: 10px solid #c6b688;
}

.occupation-item .img{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*DOTS*/
.occupation-list .slick-dots {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

.occupation-list .slick-dots li{
    display: inline-block;
}

.occupation-list .slick-dots li button{
    background: transparent;
    display: block;
    width: 15px;
    height: 15px;
    margin: 2px;
    cursor: pointer;
    border: 2px solid #000;

    font-size: 0;
    outline: 0;
    padding: 0;

    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.occupation-list .slick-dots li:hover button,
.occupation-list .slick-dots li.slick-active button{
    background: #000;
}

/*
========================
======================== PARTNERS
========================
*/
.partners .content{
    margin-top: 60px;
    margin-bottom: 160px;
    padding-top: 120px;
}

.partners .content h2{
    font:36px 'Roboto Slab', serif;
    font-weight: 800;
    text-align: center;
    margin-bottom: 40px;
}

.partners .content h3{
    font:24px 'Roboto Slab', serif;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.partners .content p{
    font:16px 'Roboto Slab', serif;
    font-weight: 300;
    text-align: center;
    margin-top: 10px;
}

.list-partners{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1200px) {
    .list-partners{
        justify-content: center;
    }
}

.partners-item{
    margin-bottom: 40px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;

    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.partners-item a{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partners-item img{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}