@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

body {
    background-color: #f3f3f3;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal
}

.color-mostarda {color: #906b16}
.color-cinza {color: #5e5b49}

.text-center {text-align: center}
.fw-500{font-weight: 500} 
.fw-700{font-weight: 700} 

.font-18 {font-size: 18px}
.font-20 {font-size: 20px}
.font-25 {font-size: 25px}
.font-40 {font-size: 40px}
 
.mar-top-20 {margin-top: 20px !important}
.mar-top-10 {margin-top: 10px !important}
.mar-top-40 {margin-top: 40px !important}
.mar-top-90 {margin-top: 90px !important}

.fa {color:#e6a323}  

a {
    color: #c3a500 !important;
    text-decoration: none;
}

.footer-bottom {
    background-color: #1f1f1f;
    color: #fff;
}

 

/* MEDIA QUERIES - RESPONSIVO */
@media (max-width: 375px) { 
    .font-40 {
        font-size: 35px;
    }
    .font-18 {
        font-size: 15px;
    }
}

@media (max-width: 599px) { 
    .font-40 {
        font-size: 35px;
    }
    .min-heigth {
        min-height: 230px;
    }
}

@media (max-width: 768px) { 
    .min-heigth {
        min-height: 270px;
    }
}

@media (min-width: 1024px) { 
    .min-heigth {
        min-height: 290px;
    }
}
@media (min-width: 1199px) { 
    .min-heigth {
        min-height: 354px;
    }
}

 


