/* IMPORTAR FONTES AQUI */
/* @import url('https://use.fontawesome.com/releases/v5.7.2/css/all.css'); */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700');

/* SETTINGS FONTS AND COLORS CONFIG */
h1,h2,h3,h4,h5,h6{
    font-family:'Montserrat',sans-serif;
}
a,span,p,select,button,input,textarea, .swal-text,.swal-title{
    font-family:'Montserrat',sans-serif !important;
    font-size:15px !important;
}
p{
    font-size:15px;
    color:#444444;
    line-height:20px;
    margin-bottom:15px;
}
p:last-child{
    margin-bottom:0px;
}

/* configuração dos títulos */
.main-t{
    font-size:40px;
    font-weight:700;
}
.sub-t{
    font-size:20px;
    font-weight:700;
}
.small-t{
    font-size:15px;
    font-weight:700;
}

.red{
    color:#b72d36;
}
.navy{
    color:#3A3D8E;
}
.gray{
    color:#444444;
}
.white{
    color:#fff;
}

.bg-white{
    background:#fff;
}
.bg-red{
    background:#b72d36;
}


.detail-t {
    position: relative;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.detail-t:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: 2px;
    right: 110%;
    width: 115px;
    border-radius: 10px;
    height: 4px;
    background: #D6D6D6;
}
.detail-t:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: 2px;
    left: 110%;
    width: 115px;
    border-radius: 10px;
    height: 4px;
    background: #D6D6D6;
}

/* MENU */
#menu li a{
    color:#fff;
}

/* BANNER */
#banner .swiper-slide h1{
    font-size:50px;
    text-align:left;
    color:#fff;
    font-family:'Montserrat',sans-serif;
}

.address-footer .fa-phone-volume {
    color:#fff;
}

/* MENU RESPONSIVO */
.bt-menu{
    background:#b72d36;
}
.bt-menu i{
    color:#fff;
}
.bt-menu:hover,
.bt-menu.act{
    background:#b72d36;
}
.wrap-menu ul li a{
    color:#fff;
}
.wrap-menu ul li:hover a,
.wrap-menu ul li.ativo a{
    border-bottom:3px solid #b72d36;
}

/* icones 
    PARA TELEFONE -> <i class="fas fa-phone"></i>
    PARA WHATSAPP -> <i class="fab fa-whatsapp"></i>
    PARA FACEBOOK -> <i class="fab fa-facebook-f"></i>
    PARA TWITTER -> <i class="fab fa-twitter"></i>
    PARA INSTAGRAM -> <i class="fab fa-instagram"></i>
    PARA E-MAIL -> <i class="far fa-envelope"></i>
    PARA ENDEREÇO -> <i class="fas fa-map-marker-alt"></i>
 */

 .swal-title{
     font-size:22px !important;
 }