body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto-Medium', serif;
}

p, a{
	margin: 0 !important;
}

a{
    text-decoration: none;
    font-style: inherit;
    color: #000;
}
a:hover{
    color: #333;
}

textarea:focus, input:focus, select:focus {
  box-shadow: 0 0 0 0 !important;
  border: 0 none !important;
  outline: 0 !important;
} 

@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/Roboto-Light.ttf);
}

/*CORES*/

.amarelo-cf{
    background-color: #FABA10;
}
.vermelho-cf{
    background-color: #DE0124;
}
.vermelho-text-cf{
    color: #DE0124;
}
.vermelho-hover-cf:hover{
    color: #333;
}
.btn-orcamento:hover{
  background-color: #333;
  color: #fff;
}
#quote-li a{
  padding: 10px;
  border-radius: 5px;
}
#quote-li .dashicons-cart{
  margin-right: 10px;
}

/*BOTÕES*/
.btn-vermelho {
    display: inline-block;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #DE0124;
    border: 1px solid transparent;
    padding: 0.5rem !important;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-hover-vermelho:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.btn-amarelo {
    display: inline-block;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #FABA10;
    border: 1px solid transparent;
    padding: 0.5rem !important;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-hover-amarelo:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

/*MENU SECUNDÁRIO*/
.menu-secundario .custom-logo{
    width: 100%;
    height: auto;
}

@media (min-width: 280px) and (max-width: 820px) {
  .menu-secundario .custom-logo{
    width: 220px;
    height: auto;
    margin: 20px 0px 20px 0px;
  }
}
.search-form-principal{
    border: 1px solid #EAEAEA;
    border-radius: 25px;
    height: 60px;
    padding: 0px 20px 0px 20px;
}
.search-form-principal input{
    border: transparent;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    background-color: transparent;
}
.search-form-principal input:focus{
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
} 
.btn-search-form{
    background-color: transparent;
    border: none;
}

/*MENU PRINCIPAL*/

.menu-principal ul, .menu-principal ol, .menu-principal li{
	margin: 0 !important;
    list-style: none;
}
.menu-principal  li a{
  display: block;
  height: 100%;
	color: #fff !important;
}
.menu-principal  li a:hover{
	background-color: #333;
}
.menu >li{
    position: relative;
}
.menu-principal  li:hover .sub-menu{
	display: block;
}
.sub-menu{
    background-color: #333;
    position: absolute;
    display: none;
    left: 0;
    top: 100px;
    z-index: 99999;
}
.sub-menu li a:hover{
  background-color: #DE0124 !important;
}
.menu li:hover a{
  background-color: #333;
  transition:.5s;
}
.sub-menu li{
   width: 210px;
}
.sub-menu li a{
  width: 100%;
  padding: 5px;
  display: inline-block;
}
#btn-mobile{
    display: none;
}

/*MOBILE-MENU*/ 
.mobile-menu div{
    width: 32px;
    height: 2px;
    background-color: #fff;
    margin: 8px;
}
.mobile-menu div{
   cursor: pointer;
}
.mobile-menu{
    margin: auto;
    display: inline-block;
 }

@media (min-width: 280px) and (max-width: 820px) {
    #btn-mobile{
        display: block;
    }
    .position-menu-mobile{
        position: relative;
    }
    .menu-principal .menu{
        position: absolute;
        top: 40px;
        left: 0;
        background-color: #DE0124;
        width: 100%;
        z-index: 9999;
    }
    .menu-principal nav{
       display: none;
    }
    .menu-active{
        display: block !important;
    }
    .menu-principal nav .d-flex, .menu-principal .d-inline{
        display: inherit!important;
    }
    .menu-principal ul{
        padding: 0;
    }
    .sub-menu{
        background-color: rgb(185, 169, 169);
        position: inherit;
        top: inherit;
        z-index: 99999;
        text-align: center !important;
    }
    .sub-menu li {
        width: inherit;
    }
    .sub-menu li a{
      padding:10px;
  }
    .fa-bars{
        color: #fff;
    }
    .btn-carrinho{
        text-align: end;
    }
    .menu-principal  li:hover .sub-menu{
        display: none;
    }
    .dropdown > a{
        pointer-events: none;
    }
    .sub-menu-active{
        display: block !important;
    }
}


/*Padrões*/
.titulo-section h2{
 text-align: center;
 text-transform: uppercase;
 font-family: 'Roboto-Medium', serif;
 font-size: 44px;
}
.titulo-section p{
    text-align: center;
    font-family: 'Roboto-Medium', serif;
}
@media (min-width: 280px) and (max-width: 820px) {
  .titulo-section h2{
    font-size: 25px;
   }
}

/*section servicos-home*/
.box img{
   width: 100%;
   height: auto;
}
.box{
    padding-left: 50px;
    padding-right: 50px;
    box-shadow:  0px 0px 20px 1px rgba(0, 0, 0, 0.2);
}
.box:hover{
  border-radius: 30px;
  transition: .5s;  
}

/*section sobre a empresa - home*/

#section-empresa img{
    width: 100%;
    height: auto;
}
#section-empresa p{
    color: #000;
    font-size: 17px;
    font-weight: 500;
}
#section-empresa .text p{
    text-align: justify;
}
#section-empresa a{
    border-radius: 28px;
    padding: 10px 0px 10px 0px !important;
    width: 40%;
}

/*section nossos produtos - home*/

.section-nossos-produtos .title-products a{
  font-size: 20px;
  color: #000;
}

.section-nossos-produtos .title-products a:hover{
  text-decoration: underline;
}

.section-nossos-produtos .title-products .border-title-products-one{
  background-color: #DE0124;
  height: 2px;
  width: 25%;
}
.section-nossos-produtos .title-products .border-title-products-two{
  background-color: #FABA10;
  height: 2px;
  width: 100%;
}
.woocommerce ul.products{
  padding-top: 50px;
}
.section-nossos-produtos .products li{
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  background-color: #fff;
  padding: 10px !important;
  border: 10px solid #F1F1F1;
  text-align: center;
  min-height: 425px;
}
.section-nossos-produtos .products li:hover{
  border-color: #DE0124;
  transition: .5s;
}
@media (min-width: 280px) and (max-width: 820px) {
  .section-nossos-produtos .products li{
    min-height: inherit;
  }
}


/*section banner unico - home*/

#section-banner-unico img{
    box-shadow:  0px 0px 20px 1px rgba(0, 0, 0, 0.2);
    animation: pulse 6s ease infinite;
    width: 100%;
    height: auto;
}
@media (max-width:972px){
    #section-banner-unico img{
        width: 90%;
        height: auto;
    } 
}
@-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(1);
    }
    25% {
      -webkit-transform: scale(1.1);
    }
    50% {
      -webkit-transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1);
    }
  }
  @-moz-keyframes pulse {
    0% {
      -moz-transform: scale(1);
    }
    25% {
      -moz-transform: scale(1.1);
    }
    50% {
      -moz-transform: scale(1);
    }
    100% {
      -moz-transform: scale(1);
    }
  }
  @-ms-keyframes pulse {
    0% {
      -ms-transform: scale(1);
    }
    25% {
      -ms-transform: scale(1.1);
    }
    50% {
      -ms-transform: scale(1);
    }
    100% {
      -ms-transform: scale(1);
    }
  }
  @-o-keyframes pulse {
    
    0% { -o-transform: scale(1); }
    25% { -o-transform: scale(1.1); }
    50% { -o-transform: scale(1); }
    100% { -o-transform: scale(1); } 
  }
  @keyframes pulse { 
    0% {transform: scale(1);}
    50% {transform: scale(1.1);}
    100% {transform: scale(1);}
  }

  /*Página Orçamento*/
  #orcamento .box-orcamento{
    padding: 50px;
    box-shadow:  0px 0px 20px 1px rgba(0, 0, 0, 0.2);
  }
  #orcamento button{
    text-transform: uppercase;
  }
  #orcamento .nav-link{
    color: #DE0124;
  }
  #orcamento .nav-link:hover{
    color: #FABA10;
  }
  #orcamento .box-input{
    background-color: #DE0124;
    border: 2px solid #DE0124;
    border-radius: 2px;
  }
  #orcamento i{
   margin-right: 0px;
    padding: 10px;
    color: #fff;
  }
  #orcamento .form-control {
   border-radius: 0px !important;
  }
  #orcamento .produtos-contato, #orcamento .nome-contato, #orcamento .email-contato,
  #orcamento .cpf-cnpj-contato, #orcamento .telefone-contato{
    width: 100%;
  }
  #orcamento textarea{
    height: 100px;
  }
  #orcamento .submit-contato{
     background-color: #DE0124;
     color: #fff;
     padding: 10px;
     border: none;
  }
  #orcamento .textarea-contato{
    width: 100%;
  }
  #orcamento .submit-contato:hover{
   background-color: #FABA10;
   color: #fff;
  }
  #orcamento .wpcf7-spinner{
   display: none;
  }

  /*Página Blog*/
  #blog h1{
    color: #fff;
    text-transform: uppercase;
  }
  #blog .banner{
    width: 100%;
    height: 250px;
    background: url(../img/banner-blog.jpg)  center no-repeat;
    background-size: cover;
  }
  #blog .opacity-banner{
    background-color: rgba(0,0,0, 0.8);
    height: 250px;
    width: 100%;
  }
  #blog .img-blog{
    width: 100%;
    height: auto;
  }
  #blog h4 a:hover{
    color: #DE0124;
  }
  #blog p{
    color: #555555;
  }
  #blog .btn-blog{
    display: inline-block;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid #000;
    padding: 0.5rem !important;
    font-size: 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  #blog .btn-blog:hover{
    border-color: #DE0124;
    color: #DE0124;
  }
  #blog .pagination ul{
    margin: 0;
    list-style: none;
    display: flex;
  }
  #blog .pagination ul li a{
    padding: 11px 22px 11px 22px !important;
    border: 1px solid #000;
  }
  #blog .pagination ul li a:hover{
    background-color: #000;
    color: #fff;
  }
  .pagination-active{
    background-color: #000;
    color: #fff;
  }
  #blog .pagination ul li span{
    padding: 11px 22px 11px 22px !important;
    border: 1px solid #000;
  }
  #blog .pagination ul{
    border: 1px solid #000;
    padding: 10px 0px 9px 0px;
  }

  /*Página Single*/
  #single .opacity-banner{
    background-color: rgba(0,0,0, 0.8);
    height: 250px;
    width: 100%;
  }
  #single h1{
    color: #fff;
  }
  #single  .box-posts-recomendados img{
    width: 100%;
    height: auto;
  }
  #single  .box-posts-recomendados h6 a:hover{
    color: #FABA10;
    transition: .5s;
  }
  #single  .box-posts-recomendados{
    box-shadow:  0px 0px 20px 1px rgba(0, 0, 0, 0.2);
  }
  .box-posts-recomendados{
    width: 100%;
    height: 100%;
  }

  /*Página SPDA (Para-raios)*/
  #spda .banner{
    width: 100%;
    height: 250px;
    background: url(../img/banner-spda.jpg)  center no-repeat;
    background-size: cover;
  }
  #spda .opacity-banner{
    background-color: rgba(0,0,0, 0.8);
    height: 250px;
    width: 100%;
  }
  #spda h1{
    color: #fff;
    text-transform: uppercase;
  }

 /*Página Sobre Nós*/
 #sobre-nos h1{
  color: #fff;
  text-transform: uppercase;
}
#sobre-nos .titulo-section h1{
  color: #000;
}
#sobre-nos .titulo-section .divisor{
  margin: auto;
  width: 10%;
  height: 1px;
  background-color: #FA0028;
}
 #sobre-nos .banner{
  width: 100%;
  height: 250px;
  background: url(../img/banner-sobre-nos.jpg)  center no-repeat;
  background-size: cover;
}
#sobre-nos .opacity-banner{
  background-color: rgba(0,0,0, 0.8);
  height: 250px;
  width: 100%;
}
.cd-container {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 10%;
  border-radius: 2px;
}
.cd-container::after {
  content: '';
  display: table;
  clear: both;
}

#sobre-nos span{
  color: #FA0028;
  font-size: 24px;
  font-weight: 700;
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  height: 100%;
  width: 4px;
  background: #F1F2F3;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #FFF, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img {
  background: #D7E4ED;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: 15px;
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  margin-right: 30px;
  border-radius: 2px;
  padding: 1em;
}
i {
  margin-right: 5px;
}
.cd-timeline-content p, .cd-timeline-content .cd-date {
  color: #000;
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
  color: #000;
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 972px) {
  .cd-timeline-content .text-end{
    text-align: inherit !important;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    color: white;
    margin-left: 0;
    padding: 1.6em 0;
    width: 36%;
    margin: 0 7%
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 145%;
    top: 26px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #333C42;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 145%;
    text-align: right;
  }
}
#sobre-nos .box-icon{
  background-color: #DE0124;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
}
#sobre-nos ul{
  list-style: none;
}
#sobre-nos .box-icon:hover{
  background-color: #FABA10;
}
#sobre-nos i{
  font-size: 50px;
  color: #fff;
}

/*Página Nossas Lojas*/
#nossas-lojas .banner{
  width: 100%;
  height: 250px;
  background: url(../img/contrafogosolucoes-banner-nossas-lojas.jpg)  center no-repeat;
  background-size: cover;
}
#nossas-lojas .opacity-banner{
  background-color: rgba(0,0,0, 0.8);
  height: 250px;
  width: 100%;
}
#nossas-lojas h1{
  color: #fff;
  text-transform: uppercase;
}
#nossas-lojas img{
  width: 50%;
  height: auto;
}
#nossas-lojas a:hover{
  color: #FA0028;
}

/*Página Estrutura*/
#estrutura .banner{
  width: 100%;
  height: 250px;
  background: url(../img/contrafogosolucoes-banner-estrutura.jpg)  center no-repeat;
  background-size: cover;
}
#estrutura .opacity-banner{
  background-color: rgba(0,0,0, 0.8);
  height: 250px;
  width: 100%;
}
#estrutura h1{
  color: #fff;
  text-transform: uppercase;
}
#estrutura h3{
  color: #fff;
  text-transform: uppercase;
}
#estrutura img{
  width: 100%;
  height: auto;
}
#estrutura .img-carousel{
  background: no-repeat 50%;
  background-size: cover;
  height: 200px !important;

}
#estrutura a:hover{
  color: #FA0028;
}
@media (min-width: 280px) and (max-width: 767px) {
  #estrutura .slick-next {
      right: 30px !important;
  }
  #estrutura .slick-prev {
      left: 30px !important;
  }
}
#estrutura .padding {
  padding: 5rem;
}
#estrutura .slick-dots li button:before {
  font-size: 8px;
}
#estrutura .slick-prev, #estrutura .slick-next{
  color:#535353;
}
#estrutura .slick-prev:before, #estrutura .slick-next:before{
  color: #535353;
  font-size: 30px;
}
#estrutura .slick-next {
  right: 85px;
}
#estrutura .slick-prev {
  left: 85px;
}
#estrutura .slick-dots{
  bottom: -18px;
}
#estrutura .slick-prev, .slick-next {
  z-index: 1 !important;
}

/*Página Loja*/
.page-loja{
  background-color: #EBEBEB;
}
#sidebar{
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}
#sidebar ul{
  list-style: none;
  margin: inherit !important;
  padding: inherit !important;
}
.page-loja .body-col{
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
}
.page-loja .body-col ul{
  list-style: none;
  margin: inherit !important;
  padding: inherit !important;
}
.page-loja .widget ul li a:hover{
  color: #FABA10;
}
.page-loja .buscar-page-loja{
  border: 1px solid #ced4da;
  padding: 5px;
  border-radius: 5px;
}
.page-loja .buscar-page-loja input{
  width: 100%;
  border: none;
}
.page-loja .buscar-page-loja i{
  color: #737D8B;
}
.page-loja .buscar-page-loja i:hover{
  color: #DE0124;
}
.page-loja select:focus {
  border: 1px solid #ced4da!important;
  outline: 1px solid #ced4da!important;
}
.page-loja select{
  padding: 8px;
}
.page-loja .content-area{
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
}
.page-loja .site-main .products li{
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  background-color: #fff;
  padding: 10px !important;
  border: 10px solid #F1F1F1;
  text-align: center;
}
.page-loja .site-main .products li:hover{
  border-color: #DE0124;
  transition: .5s;
}
.woocommerce a.button{
  background-color: #DE0124;
  color: #fff;
}
.woocommerce a.button:hover{
  background-color: #333;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul{
  border: 1px solid #000;
}
.woocommerce nav.woocommerce-pagination ul li{
  border-right: 1px solid #000;
}
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li span{
  background-color: #FABA10;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a{
  background-color: #DE0124;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a:hover{
  background-color: #FABA10;
  color: #fff;
}
.page-loja .form-search-shop{
  border: 1px solid #F1F1F1;
  border-radius: 5px;
}
.page-loja .search-submit-shop{
  background-color: transparent;
  border: none;
}
.page-loja .search-submit-shop:hover i{
  color: #FABA10;
}
.page-loja .banner{
  width: 100%;
  height: 250px;
  background: url(../img/banner-shop.jpg)  center no-repeat;
  background-size: cover;
}
.page-loja .opacity-banner{
  background-color: rgba(0,0,0, 0.4);
  height: 250px;
  width: 100%;
}
.page-loja .title-page-shop {
  letter-spacing: 1px;
  margin: 0;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 50px;
}
@media (min-width: 280px) and (max-width: 820px) {
  .page-loja .title-page-shop {
    font-size: 30px;
  }
}

/*página de cotação*/
form.addify-quote-form table.addify-quote-form__contents th, 
form.addify-quote-form table.addify-quote-form__contents td{
 padding: 10px;
}
.af_quote_fields{
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 5px;
  padding: 10px;
}
.quote-fields tr td input, .quote-fields tr td textarea{
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 5px;
  padding: 10px;
}
.quote-fields tr td input, .quote-fields tr td textarea{
  border-left: 1px solid rgba(0,0,0,.1) !important;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, .woocommerce 
button.button, .woocommerce input.button{
  margin-top: 10px;
}
.woocommerce button.button:hover{
  background-color: #333 !important;
}
.return-to-shop .wc-backward{
  background-color: #DE0124;
  color: #fff;
  padding: 10px;
}
.return-to-shop{
  margin-top: 20px !important;
}
.return-to-shop .wc-backward:hover{
  background-color: #333;
  color: #fff;
}
.cart-empty{
  font-size: 20px;
}
.single_add_to_cart_button{
  background-color: #DE0124 !important;
}
.single_add_to_cart_button:hover{
  background-color: #333 !important;
}


/*Página Single Product*/
.single-product{
  background-color: #EBEBEB;
}
.single-product .box-single-product{
  background-color: #fff;
  border-radius: 10px;
}
#box-img-single-product{
  height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#box-img-single-product:hover{
  cursor:crosshair;
 }
.single-product .box-single-product img{
  width: 300px;
  height: auto;
}
.single-product .box-attributes-product{
  background-color: #EBEBEB;
  border-radius: 10px;
}
.single-product .box-attributes-product p{
  font-size: 20px;
}
.single-product .box-attributes-product ul{
  list-style: none;
  display: flex;
}
.single-product .box-attributes-product ul li{
  padding: 6px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  margin-right: 5px;
}
.single-product .box-attributes-product .qtd-products{
  width: 60px;
  height: 40px;
}
.page-loja .variations_button{
  display: flex;
  align-items: center;
}
@media (min-width: 280px) and (max-width: 820px) {
  #box-img-single-product{
    height: 180px;
  }
  .single-product .box-attributes-product ul{
    display: inherit;
  }
  .single-product .box-attributes-product ul li{
   display: inline-block;
   margin-top: 5px;
  }
  .single-product .column-img-single-product{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/*Página Contato*/
.contato .banner{
  width: 100%;
  height: 250px;
  background: url(../img/contrafogosolucoes-banner-contato.jpg)  center no-repeat;
  background-size: cover;
}
.contato .opacity-banner{
  background-color: rgba(0,0,0, 0.8);
  height: 250px;
  width: 100%;
}
.contato h1{
  color: #fff;
  text-transform: uppercase;
}
.contato .titulo-section h2{
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto-Medium', serif;
  font-size: 40px;
 }
 .contato .box-input{
   background-color: #DE0124;
   border: 2px solid #DE0124;
   border-radius: 2px;
 }
 .contato i{
  margin-right: 0px;
   padding: 10px;
   color: #fff;
 }
 .contato .form-control {
  border-radius: 0px !important;
 }
 .contato textarea{
   height: 100px;
 }
 .contato .submit-contato{
    background-color: #DE0124;
    color: #fff;
    padding: 10px;
    border: none;
 }
 .contato .textarea-contato{
   width: 100%;
 }
 .contato .submit-contato:hover{
  background-color: #FABA10;
  color: #fff;
}
.contato .wpcf7-spinner{
  display: none;
}

/*Trabalhe Conosco*/
.trabalhe-conosco .banner{
  width: 100%;
  height: 250px;
  background: url(../img/contrafogosolucoes-banner-estrutura.jpg)  center no-repeat;
  background-size: cover;
}
.trabalhe-conosco .opacity-banner{
  background-color: rgba(0,0,0, 0.8);
  height: 250px;
  width: 100%;
}
.trabalhe-conosco h1{
  color: #fff;
  text-transform: uppercase;
}
.trabalhe-conosco p{
  color: #fff;
  text-align: center;
}
.trabalhe-conosco .btn-ver-vagas{
  display: inline-block;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
}
.trabalhe-conosco .btn-ver-vagas:hover{
  border: 1px solid #fff;
  color: #fff;
  background-color: #DE0124;
}
.trabalhe-conosco .box-input{
  background-color: #DE0124;
  border: 2px solid #DE0124;
  border-radius: 2px;
}
.trabalhe-conosco i{
 margin-right: 0px;
  padding: 10px;
  color: #fff;
}
.trabalhe-conosco .form-control {
 border-radius: 0px !important;
}
.trabalhe-conosco textarea{
  height: 100px;
}
.trabalhe-conosco .submit-contato{
   background-color: #DE0124;
   color: #fff;
   padding: 10px;
   border: none;
}
.trabalhe-conosco .textarea-contato{
  width: 100%;
}
.trabalhe-conosco .submit-contato:hover{
 background-color: #FABA10;
 color: #fff;
}
.trabalhe-conosco .wpcf7-spinner{
 display: none;
}
.trabalhe-conosco .filial-trabalhe-conosco{
  width: 100% !important;
}
.trabalhe-conosco .data-trabalhe-conosco{
  width: 100%;
}
.trabalhe-conosco .sexo-trabalhe-conosco{
  width: 100%;
}
.trabalhe-conosco .atuacao-trabalhe-conosco{
  width: 100%;
}
.trabalhe-conosco .file-trabalhe-conosco{
  width: 100%;
}
.trabalhe-conosco .mensagem-trabalhe-conosco{
  width: 100%;
}

/*Politica de Privacidade*/
.politica-de-privacidade .banner{
  width: 100%;
  height: 250px;
  background-size: cover;
}
.politica-de-privacidade .opacity-banner{
  background-color: rgba(0,0,0, 0.8);
  height: 250px;
  width: 100%;
}
.politica-de-privacidade h1{
  color: #fff;
  text-transform: uppercase;
}

/*página 404*/
#page-404 h1{
  color: #DE0124;
 font-size: 150px;
}

  #footer .newsletter{
      background-color: #FABA10;
  }
  #footer .newsletter .wpcf7-spinner{
    display: none;
  }
  #footer .logo-cf-footer .custom-logo{
    width: 120px;
    height: auto;
  }
  #footer .one-footer img{
    width: 25%;
    height: auto;
  }
  #footer .one-footer ul{
    padding: 0 !important;
    list-style: none;
  }
  #footer .one-footer .desc-img{
    font-size: 15px;
  }
  #footer .one-footer .google-img{
    width: 120px;
    height: auto;
  }
  #footer .one-footer .fa-map-marked-alt, .fa-dumpster-fire{
    font-size: 60px;
  }
  #footer .one-footer ul a{
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 5px;
  }
  #footer .one-footer ul a:hover{
    color: #FABA10;
  }
  #footer .one-footer p{
    font-size: 12px;
  }
  #footer .loc-contra-fogo h5{
    text-transform: uppercase;
  }
  #footer .loc-contra-fogo p{
    font-size: 11px;
    text-transform: uppercase;
  }
  #footer .loc-contra-fogo .phone{
    font-size: 15px;
  }
  #footer .loc-contra-fogo a:hover{
    color: #DE0124;
  }
  #footer .copyright{
    background-color: #333333;
    padding: 10px;
  }
  #footer .copyright p{
    color: #fff;
  }
  #footer .copyright a{
    color: #FABA10;
  }
  #footer .copyright a:hover{
    color: #DE0124;
  }
  #footer .logo-kaster img{
      width: 110px;
      height: auto;
  }
  img.img-home-sobre-a-empresa {
    width: 70%!important;
    height: auto;
}
a.ms-2.vermelho-hover-cf.central-de-vendas {
  font-size: 18px;
}
