body{
    color: #EFE6DD !important;
    font-size: 12px !important;
}

.text-white,
.color-EFE6DD,
.navbar-dark .navbar-brand,
.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .show>.nav-link{
    color: #EFE6DD !important;
}

.color-E18E36{
    color: #E18E36 !important;
}

.bg-1E150B{
    background-color: #1E150B !important;
}

.helvetica-now_displayregular{
    font-family: 'helvetica_now_displayregular', sans-serif !important;
}
.helvetica-now_displaybold{
    font-family: 'helvetica_now_displaybold', sans-serif !important;
}
.helvetica-now_displaymedium{
    font-family: 'helvetica_now_displaymedium', sans-serif !important;
}
.helvetica-now_displayxbold{
    font-family: 'helvetica_now_displayxbold', sans-serif !important;
}
.champmedium{
    font-family: 'champmedium', sans-serif !important;
}
.champblack{
    font-family: 'champblack', sans-serif !important;
}
.fs-12{
    font-size: 12px !important;
}
.fs-16{
    font-size: 16px !important;
}
.fs-32{
    font-size: 32px;
}

.section-1-2 .title,
.section-1-3 .title,
.section-1-4 .title{
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 8px;
    font-family: 'champmedium', sans-serif !important;
    text-transform: uppercase;
    color: #EFE6DD;
}
.section-1-2 .title span,
.section-1-3 .title span,
.section-1-4 .title span{
    
    font-family: 'champblack', sans-serif !important;
}

.section-1-3 .texto,
.section-1-4 .texto{
    color: #CDC1B5;
    font-family: "Helvetica Now Display";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
}

.section-1-3 .container .back{
    background-image: url('/files/assets/back_cafe.png');
    background-size: cover;
    overflow: hidden;
}

.space{
    display: block;
    height: 100px;
}
.aros img{
    width: 65%;
}

@media (max-width: 575.98px) {
    .section-1-3 .container .back{
        background-image: url('/files/assets/back_cafe-m.png');
    }
    .section-1-2 .title,
    .section-1-3 .title,
    .section-1-4 .title{
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 4px;
    }
    .section-1-3 .texto,
    .section-1-4 .texto{
        font-size: 16px;
        line-height: 16.8px;
    }
    .space{
        display: block;
        height: 30px;
    }
    .aros img{
        width: 50%;
    }
    .fs-12{
        font-size: 10px !important;
    }
}