:root {
  --primary_color: '#A40101';
  --secundary_color: '#000';
  --background_color: '#fff';
  --scroll-y: 0;
}
.bg-alt{
  background-color: var(--primary_color);
}
.text-alt{
  color: var(--secundary_color);
}

.btn-alt{
  color: var(--secundary_color);
  background-color: var(--primary_color);
}

a {
  text-decoration: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
  background-color: #ffeab2;
  color: #8f6800;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #beffc3;
  color: green;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0em 0.5em 1em;
  padding: 2em 1em;
}

.owl-carousel {
  width: 100%;
  z-index: 1;
  display: block;
}

/*------------------------
	3.10. Popular-Brands
--------------------------------*/
.brand-section {
  padding: 55px 0;
}

.brand-hadding {
  border-right: 1px solid #bbbbbb;
  float: left;
  padding-right: 10px;
  position: relative;
  width: 90px;
}

.brand-hadding .brand-title {
  line-height: 26px;
  margin: 10px 0;
  display: flex; 
  text-align: center;
  font-size: 20px;
  color: #111;
  font-weight: 900;
  font-family: inherit;
}

.brand-logo-list {
  margin: 0 auto;
  padding: 0 0 0 30px;
  width: 90%;
}

.brand-logo-list a img {
  margin: 0 auto;
}

.brand-logo-list .owl-controls.clickable {
  display: none !important;
}

@media (max-width: 767px) {
}

.canva-popup{
  position: fixed;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
}
.sombra-popup{
  background-color: #000000c2;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.canva-popup svg{
  width: 30px;
  height: 30px;
  padding: 5px;
  /* border: 1px solid #00000070; */
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  z-index: 9999;
  background-color: #00000030;
}
.bt-fechar{
  right: 40px;
  top: 40px;
}
.seta-popup{
  top: 50%;
  transform: translateY(-50%);
}
.seta-popup-prev{
  left: 40px;
  transform: rotate(-90deg);
}
.seta-popup-next{
  right: 40px;
  transform: rotate(90deg);
}
.load-popup{
  position: absolute;
  border: 5px solid #FFFFFF;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 40px;
  width: 40px;
  border-bottom: 5px solid transparent;
  animation: spin 2s linear infinite;
}

@keyframes spin {
    0%{ transform: rotate(0);}
    100%{ transform: rotate(360deg);}
}
.container-img-popup{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-popup{
  width: auto;
  max-width: 80%;
  z-index: 999;
  max-height: 80%;
  object-fit: contain;
  cursor: zoom-in;
  user-select: none;
}

.contador-popup{
  display: block;
  position: fixed;
  bottom: 30px;
  left: 48%;
  transform: translateY(-50%);
  background-color: #000000c2;
  z-index: 999999;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 10px;
}

.wpcf7-form .btn-form p{
  position: relative;
}
.wpcf7-form .btn-form p .wpcf7-spinner{
  position: absolute;
  top: 4rem;
}
.form-contato{
  position: relative;
}
.form-contato .wpcf7-spinner{
  position: absolute;
  bottom: -2rem;
}
.modal {
      transition: opacity 0.25s ease;
}
body.modal-active {
  overflow-x: hidden;
  overflow-y: visible !important;
}

@media screen and (max-width: 768px){
  .canva-popup svg{
    width: 25px;
  }
  .seta-popup-prev{
    left: 15px;
  }
  .seta-popup-next{
    right: 15px;
  }
  .contador-popup{
    bottom: 130px;
    left: 45%;
  }
}

@media screen and (max-width: 500px){
  .contador-popup{
    bottom: 230px;
    left: 42%;
  }
}
