@import url('https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap');

body{
    font-family: 'Raleway', sans-serif;
}
a,
a:hover
{
    color: #c0181d;
}
.botaoZap{
    position:fixed;
    width:60px;
    height:60px;
    bottom: 94px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 1px 1px 2px #888;
    z-index:1000;
}
/* ================================== */
/*           NAVBAR MENU        
/* ================================== */
.navbar-brand.logo
{
    width: 30%
}
@media (min-width: 240px) and (max-width: 576px) { 
    .navbar-brand.logo
    {
        width: 70%
    }
}
.navbar {
    padding: 0;
}
.nav-item {
    font-weight: 900;
    padding: 0 12px;
}
.nav-link {
    margin-top: 22px;
    margin-bottom: 13px;
}

.navbar-light .navbar-nav .nav-link {
    color:#c0181d;
    font-size: 83%;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255, 255, 255);
    background: #d92025;
    border-radius: 1.25rem!important;
}
.navbar-nav .nav-link > .fa {
    position: relative;
    width: 43px;
    font-size: 30px;
}
.navbar-nav .nav-link > .fa > .badge {
    font-size: 0.75rem;
    position: absolute;
    right: 0;
    font-family: sans-serif;
  }
.cart{
    font-weight: 900;
    background: #8d0a05;
   
}

/* ================================== */
/*         BANNER ROTATIVO        
/* ================================== */
header {
    /* margin-top: 6.3%; */
    margin-left: 3%;
    margin-right: 3%;
}
.carousel-item {
	height: 80vh;
	min-height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* ================================== */
/*        BOTOES DE NAVEGACAO        
/* ================================== */
.botoes {
    margin-top: -80px;
    margin-bottom: 2%;
    
}
.card.one {
    background: #0567b0;
    color: #ffffff;
    font-weight: 700;
    font-size: 90%;
    border-radius: 0
}
.card.two {
    background: #0b568d;
    color: #ffffff;
    font-weight: 700;
    font-size: 90%;
    border-radius: 0
}
/* ================================== */
/*             xpetises        
/* ================================== */
.expertises{

}
.expertises i{
    font-size: 100px;
    color: #8d0a05;
}
.estimula-hover:hover i{
    font-size: 100px;
    color: #f3f3f3;
}

.expertises {
    margin: 6% 0;
}
.expertises h2 {
    font-size: 44px;
    font-weight: 700;
    color: #000000;
}
.expertises h2>span {
    font-weight: normal;
    color: #000000;
}
.expertises .card {
    background: #f3f3f3;
}
.expertises .card-title {
    font-size: 100%;
    color: #752806;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.estimula-hover:hover .card-body h4 {
    color: #f3f3f3;
}
.expertises .cart-btn {
    font-size: 70%;
}
.expertises .estimula-hover:hover
{
    background-image: url('../img/bg_expertises.jpg');
    color: #f3f3f3;
}
.expertises .actions{
    height: 100%;
}
.slick-dots {
    display: flex;
    justify-content: center;
    margin: 1px 2px;
    list-style-type: none;
  }
  .slick-dots li {
    margin: 0 0.25rem;
  }
  .slick-dots li button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color:#838282;
    text-indent: -9999px;
  }
  .slick-dots li.slick-active button {
    background-color: #8d0a05;
  }
  .slick-track {
    display: flex;
  }
  .slick-track .slick-slide {
    display: flex;
    height: auto;
    margin-bottom: 1%;
  }
/* ================================== */
/*             SOCIOS        
/* ================================== */
.socios{
    background-image: url('../img/bg_equipe.jpg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


/*! SKEWING */
.test-title, .skew2 {
    transform: skew(-6deg);
    background: #8d0a05cf;
}
.socios .card-body,
.test-title .card-title h3, 
.test-title a, 
.test-title img, 
.skew2 a {
    transform: skew(6deg);
}
.socios .card-body{
    background: #0b568d;
    color: #ffffff;
    margin-left: -8px;
    width: 78%;
}
.socios .card-title{
    font-size: 40px;
    font-weight: bold;
}

/* ================================== */
/*              BMS       
/* ================================== */
.bms 
{
    background: url('../img/escritorio.jpg');
    background-size: cover;
    background-position: center;
    color: #ffff;
}
.bms h2
{
    font-size: 40px;
}
.bms h2 hr
{
    background: #ffffff;
    height: 2px;
    width: 10px;
}
/* ================================== */
/*          TEAM       
/* ================================== */
.team 
{
    background: url('../img/escritorio.jpg');
    background-size: cover;
    background-position: center;
    color: #ffff;
}
.team h2
{
    font-size: 40px;
}
.team h2 hr
{
    background: #ffffff;
    height: 2px;
    width: 10px;
}
/* ================================== */
/*          NEWSLETTER       
/* ================================== */
.newsletter{
    background:#1f1d1d; padding:30px
}
/* ================================== */
/*             CART        
/* ================================== */
.cta {
    background: #da251d;
    color: #ffffff;
    font-weight: bold;
    z-index: 10000;
    opacity: 1;
    transition: opacity .5s linear;
}
.cta .btn {
    color: #ffffff;
}

.cta.hide {
    opacity: 0;
    pointer-events: none;
}
.modal-backdrop.show {
    bottom: 0;
    opacity: 0.5;
} 

.modal.fade .modal-dialog {
    -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    position: fixed;
    bottom: 4%;
    right: 17%;
    height: 88%;
    color: black;
    overflow-y: auto;
}

    
.lab-modal-body {
    position: relative;
    animation:animatebottom 0.5s;
    /* margin: 150px auto 0; */
    padding: 40px;
    width: 79%;
    height: auto;
    background-color: rgb(248, 250, 247);
    border: 1px solid #BEBEBE;
  }@keyframes animatebottom{from{bottom:-250px;opacity:0.3s ease-out ;} to {bottom:0.3s ease-out;opacity:1}}

/* ================================== */
/*            NOVIDADES        
/* ================================== */
.noticias {
    padding: 2% 0;
}
.noticias h1{
    font-weight: bold
}
.blog-top 
{
    background: url('../img/blog.jpg');
    background-size: cover;
    background-position: center;
    color: #ffff;
}
.newview .blog-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.newview .blog-img {
    display: block;
    height: 80px;
    width: 100%;
}
.newview .text .heading {
    font-size: 18px;
    font-weight: 300;
}
.newview h1
{
    font-size: 3.1rem;
    font-weight: bold;
}

@media (min-width: 240px) and (max-width: 576px) { 
    .newview h1 {
        font-size: 2.5rem;
    }
}
/* ================================== */
/*           GALLERIA        
/* ================================== */
.gallery-top 
{
    background: url('../img/gallery.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    color: #ffff;
}
/* ================================== */
/*           EBOOK        
/* ================================== */
.ebook-top 
{
    background: url('../img/ebook.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    color: #ffff;
}
/* ================================== */
/*           QUALIDADES        
/* ================================== */
.quality {
    color: #ffffff;
    background: url('../img/bg_qualidade.jpg'); 
}
.quality h2 {
    font-weight: 700;
    font-size: 3em
}

.quality .qualidades {
    background: #000000;
}
.quality .qualidades p {
    font-weight: bold
}

/* ================================== */
/*          BLOG        
/* ================================== */
.search-input .search-query {
    padding: 24px!important;
    border-radius: 30px!important;
    border: 0!important;
    background: #e9e9e9!important;
    outline-color: cadetblue!important;
}

.search-input .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(156, 54, 54, 0.3)!important;
    background: white!important;
}

.search-input button {
    border: 0!important;
    background: none!important;
    height: 100%!important;
    position: absolute!important;
    /* left: -45px; */
    right: 0!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
    color: #49494b!important;
    vertical-align: -webkit-baseline-middle!important;
    z-index: 3!important;
}
/* #############AUTO COMPLETE ###########*/

.ui-autocomplete {
    width: 47% !important;
    position: absolute;
    top: 356px;
    left: 26%;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 84px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #e6e6e6 !important;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
.ui-autocomplete .ui-menu-item{
    padding-left:2%
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}

.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover,
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
/* ================================== */
/*          REVENDAS        
/* ================================== */
.revendas {
    margin: 10% 0;
}

/* ================================== */
/*          RODAPE        
/* ================================== */
footer {
    color: #ffffff;
}
footer h6{
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 600;
}
footer .endereco{
    font-size: 0.9rem;
}
footer .logoapp img{
    width: 50%;
}
footer a{
    color: #ffffff;
}
footer a:hover {
    color: #BEBEBE;
    text-decoration: underline;
}
footer .social{
    font-size: 30px;
    padding: 0 3%;
}
footer .social a{
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative;
}
footer .social a i{
    position: absolute;
    font-size: 26px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
footer .copy{
    background-color: #1f1d1d;
    padding: 3% 2%;
}
.bnt-blog{
    background-color: #af1317;
    border: none;
    border-radius: 25px;
    color:white;
}
.bnt-blog:hover{
    font-weight: bolder;
    color: white;
}

.ft-red{
    color: #af1317;
}

.ft-white{
    color: #ffffff;
}

.ft-white:hover{
    color: #ffffff;
    font-size: bolder;
}

.bolder{
    font-weight: bolder;
}
.bt-red{
    background: #af1317;        
    border: none;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 25px;
    padding-right: 25px;
}

.input-bms{
    /* border: none; */
    padding: 26px;
    border-radius: 0px;
}
.onde-estamos{
    position: relative;
    height: 176px;
    overflow: hidden;
    top: 99px;
}
.onde-estamos .social{
    
    font-size: 30px;
    padding: 0 3%;
}
.onde-estamos .social a{
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.17);
    border-radius: 50%;
    position: relative;
}
.onde-estamos .social a i{
    color:#fff;
    position: absolute;
    font-size: 26px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* af1317 */
.header__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #af1317;
    transform: skewY(-3deg);
    transform-origin: top left;
  }
  .onde-estamos h1{
    position: relative;
    font-weight: bold
  }

.bolder{
    font-weight: bolder;
}
  
.form-control.is-invalid:focus {
    border-color: #dc3545;
    
}
.qualit-cutom {
    font-size: 0.92rem;
}