h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'League Spartan', serif !important;
  font-weight: 700 !important;
}

p,
span,
strong,
b,
.btn {
  font-family: 'League Spartan', serif !important;

  font-size: inherit;
}


.bg-efcol {
  background: #b21f2a;
  background-image: -webkit-linear-gradient(left, #d31f1f 0%, #b21f2a 80%, #d31f1f 0%);
  background-image: linear-gradient(to right, #d31f1f 0%, #b21f2a 0%, #d31f1f 100%);
}

.bg-efcol-secondary {
  background: #f6b964;
  background-image: -webkit-linear-gradient(left, #f6b964 0%, #ffe27c 80%, #f6b964 0%);
  background-image: linear-gradient(to right, #ffe27c 0%, #f6b964 0%, #ffe27c 100%);
}

.ftco-navbar-light .navbar-nav>.nav-item.active>a {
  color: #b21f2a;
}

.btn-efcol {
  background: #b21f2a !important;
  background-image: -webkit-linear-gradient(left, #d31f1f 0%, #b21f2a 80%, #d31f1f 0%) !important;
  background-image: linear-gradient(to right, #d31f1f 0%, #b21f2a 0%, #d31f1f 100%) !important;
  color: white !important;
}

.btn-efcol:hover,
.btn-efcol:focus {

  background: #741117 !important;
}

.text-sm {
  font-size: small !important;
}

.btn-efcol-secondary {
  background: #a57839 !important;
  background-image: -webkit-linear-gradient(left, #f6b964 0%, #ffe27c 80%, #f6b964 0%) !important;
  background-image: linear-gradient(to right, #ffe27c 0%, #f6b964 0%, #ffe27c 100%) !important;
  color: #000 !important;
}

.btn-efcol-secondary:hover,
.btn-efcol-secondary:focus {

  color: white !important;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
  font-size: medium;
}

.color_efcol {
  color: #b21f2a !important;
}

.color_efcol_secondary {
  color: #ffe27c !important;
}

.owl-carousel.home-slider.bg-slider {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  transition: background-position .8s linear 0s;
}

.owl-carousel.home-slider.bg-slider.nextBg {
  background-position: 1000vh !important;
}

/* .bg-slider .bg-slider1{
    background: #f5c685 url('/assets/images/slider/fundo-sexo.png');
  }

  .bg-slider .bg-slider2{
    background: #f5c685 url('/assets/images/slider/fundo_livro.png');
  } */
.owl-carousel.home-slider .slider-item .slider-text .btn-custom,
.owl-carousel.home-slider .slider-item .slider-text .subheading {
  background: #b21f2a;
  background-image: -webkit-linear-gradient(left, #352424 0%, #b21f2a 80%, #d31f1f 0%);
  background-image: linear-gradient(to right, #d31f1f 0%, #b21f2a 0%, #d31f1f 100%);
}

.ftco-deal {
  background: #b21f2a url('/assets/images/pattern.webp') !important;

}

.product .text .bottom-area a.buy-now:hover,
.product .text .bottom-area a.add-to-cart:hover {
  background: #b21f2a;
}

.product .img-prod .overlay {
  background-color: #f6b964;
}

.btn-frete {
  height: 54px !important;
  line-height: 40px !important;
  border-top-right-radius: 3em;
  border-bottom-right-radius: 3em;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-frete-pd {
  height: 40px !important;
  line-height: 20px !important;
  border-top-right-radius: 3em;
  border-bottom-right-radius: 3em;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.text-efcol {
  color: #b21f2a !important;
}



.billing-form .form-control {
  color: #b21f2a !important;
}

.img-circle {
  border-radius: 50% !important;
  height: 50px;
  object-fit: cover;
  object-position: center;

}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.product .text .bottom-area a {
  font-size: 1.1em;
  padding: 5px;
}

.navbar-nav .nav-link {
  color: #FFF !important;
  font-weight: 400;
  font-size: 1.1em;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:active {
  color: #f6b964 !important;
}

.pesquisa-mobile {
  display: none;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;

}

.pesquisa-mobile .pesquisa {
  color: #b21f2a !important;
  background: #FFF !important;
  border-color: #b21f2a !important;
  height: 50px !important;
  padding: 10px 0px 10px 20px !important;
  font-size: small;
  border-radius: 0 !important;
  box-shadow: 0px 2px 3px #777;
}

.pesquisa-mobile .btn-pesquisa::before {

  border-left: 1px solid #b21f2a;

}

.pesquisa {
  color: #b21f2a !important;
  background: #f6b964 !important;
  background-image: -webkit-linear-gradient(left, #ffe27c 0%, #f6b964 80%, #ffe27c 0%) !important;
  background-image: linear-gradient(to right, #ffe27c 0%, #f6b964 0%, #ffe27c 100%) !important;
  border-color: #FFF !important;
  height: 43px !important;
  padding: 10px 0px 10px 20px !important;
  font-size: small;
  border-top-right-radius: 2em !important;
  border-bottom-right-radius: 2em !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.pesquisa::placeholder {
  color: #FFF !important;
  font-size: medium;
}

.btn-pesquisa::before {
  content: "";
  display: block;
  height: 20px;
  border-left: 1px solid #FFF;
  position: absolute;
  top: 2px;
  right: 42px;
}

.dropdown-menu {
  background-color: #f6b964;
  border-radius: 0;
}

.btn-pesquisa {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: 0;
  height: 26px;
  line-height: 1.2;
}

.billing-form .form-control.disabled,
textarea.form-control.disabled {
  background: #EEE !important;
}

.product {
  position: relative;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}

.product .img-prod img {
  height: 300px !important;
  width: 280px !important;
  display: block;
  margin: 0 auto !important;
  object-fit: cover;
  object-position: top center;
}

.product .img-prod {
  background: #f6b964 !important;
  background-image: -webkit-linear-gradient(left, #f6b964 0%, #ffe27c 80%, #f6b964 0%) !important;
  background-image: linear-gradient(to right, #ffe27c 0%, #f6b964 0%, #ffe27c 100%) !important;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}

.product,
.product .text {
  border-bottom-left-radius: 2em;
  border-bottom-right-radius: 2em;

}

.product .text {
  height: 130px;
  display: flex;
  justify-content: center;
  /* Alinha horizontalmente */
  align-items: center;
  flex-direction: column;
}

.product .pricing .price {
  font-size: larger !important;
  font-weight: bolder;
  color: green !important;
}

.sticky-top {
  background-color: #fff;
  box-shadow: 0 1px 3px #333;
  z-index: 1020;
  /* Certifique-se de que o z-index é alto o suficiente para estar acima de outros elementos */
}

.navbar-expand-md .navbar-collapse {
  justify-content: flex-end;
}

.ftco-header-social li a {
  display: block;
  float: left;
  position: relative;
}

.ftco-header-social li a span {
  font-size: 20px;
  color: #b21f2a;
}

.topper {
  line-height: 14px;

}

.topper strong {
  font-size: 100%;
}

.menu-mobile {
  display: none;
}

.hero-wrap.hero-bread {
  padding: 2em 0;
  background-attachment: fixed !important;
}

.filtro-mobile {
  display: none !important;
}

.table-data2 {
  overflow: visible !important;
}

.table-cart-mobile {
  display: none !important;
}

.tarja-frete {
  position: absolute;
  top: -5px;
  left: -5px;
  padding: 5px 15px;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  box-shadow: 1px 1px 2px #000;
  background: #b21f2a !important;
  background-image: -webkit-linear-gradient(left, #d31f1f 0%, #b21f2a 80%, #d31f1f 0%) !important;
  background-image: linear-gradient(to right, #d31f1f 0%, #b21f2a 0%, #d31f1f 100%) !important;
  color: #FFF;
  font-weight: bold !important;
  z-index: 999;
}

.hero-wrap .slider-text .bread {
  color: #EEE;
  position: relative;
  z-index: 2;
}



table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: center !important;
}

.billing-heading {
  font-size: medium !important;
}

.radio.form-check {
  padding: .8em 0 .8em 1rem !important;
  margin-bottom: 15px;
}

.form-check {
  padding: .8em 0 .8em 2rem;
  margin-bottom: 15px;
  justify-content: flex-start;
  align-items: center;

}

.form-check-input {
  margin-left: -1.8em !important;
  margin-top: 0 !important;
}

.form-check-input.checkbox-small {
  width: 15px;
  height: 15px;
}

.billing-form label {
  font-size: 1.1em;
}

.form-check-input.checkbox-medium {
  width: 15px;
  height: 15px;
}

.form-check label {
  margin-bottom: 0px !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.form-check-input.checkbox-large {
  width: 25px;
  height: 25px;
}

.image-popup {

  position: relative;
  width: 450px;
  height: 500px;

}

.img-popup {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px solid #333;
  border-radius: 2em;
}

.owl-carousel.home-slider .slider-item .overlay {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 15px;

}

.promocao,
.inicio {
  position: relative;
  padding: 10px;
  border-radius: 3em;
  box-shadow: 0px 1px 1px #000;
}

.promocao img,
.inicio img {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  z-index: -1;
}

.promocao h4,
.inicio h4 {
  line-height: 1;
  font-family: 'League Spartan', serif !important;
  text-shadow: 0px 1px 1px #000;
  font-weight: bolder;
  font-size: 1.5em;
  margin-bottom: 0;
  padding-top: 5px;
  color: #b21f2a;
  position: relative;
  top: -10px;
}

.promocao strong,
.inicio strong {
  color: #FFF;
  line-height: 1;
  font-size: .9em;
  position: relative;
  width: max-content;
  display: block;
  top: -20px;
  border-radius: 3em;
  box-shadow: 0px 1px 1px #000;
}

.promocao-eventos,
.inicio-eventos {
  position: relative;
  padding: 10px;
}

.promocao-eventos img,
.inicio-eventos img {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  z-index: -1;
}

.promocao-eventos h4,
.inicio-eventos h4 {
  line-height: 1;
  font-family: 'League Spartan', serif !important;
  text-shadow: 0px 1px 1px #000;
  font-weight: bolder;
  font-size: 1.5em;
  margin-bottom: 0;
  padding-top: 5px;
  color: #FFF;
  position: relative;
}

.promocao-eventos strong,
.inicio-eventos strong {
  color: #FFF;
  line-height: 1;
  font-size: .9em;
  position: relative;
  width: max-content;
  display: block;
}

.card-produto-page {
  z-index: 2;
  background-attachment: fixed !important;
  background-position: left top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-bottom: 40px;
}

.mouse-icon {
  width: 45px;
  height: 45px;
}


.mouse-wheel {
  font-size: 25px;
}

.mouse {
  top: -22px;
}

.card-produto-page .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.1);
}

.cart-wrap input,
.quantity-left-minus {
  border-bottom-left-radius: 2em !important;
  border-top-left-radius: 2em !important;
}

.quantity-right-plus {
  border-bottom-right-radius: 2em !important;
  border-top-right-radius: 2em !important;
}

.input-group-btn {
  border: 1px solid #DDD;
  display: flex;
  align-items: center;
}

.input-group-btn:first-child {
  border-right: 0;
  border-bottom-left-radius: 2em !important;
  border-top-left-radius: 2em !important;
}

.input-group-btn:last-child {
  border-left: 0;
  border-bottom-right-radius: 2em !important;
  border-top-right-radius: 2em !important;
}

.quantity {
  padding: 10px;
}

.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 9999;
}

.resultados-mobile {

  position: absolute;
  background-color: antiquewhite;
  width: 95%;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
  /* Oculta a div até que haja resultados */
  top: 52px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 0 5px #333;

}

.resultados {
  position: absolute;
  background-color: antiquewhite;
  width: 60%;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  /* Oculta a div até que haja resultados */
  top: 50px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 0 5px #999;
}

.resultados .produto,
.resultados-mobile .produto {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.resultados .produto:hover,
.resultados-mobile .produto:hover {
  background-color: #f1f1f1;
}

.resultados .imagem-produto,
.resultados-mobile .imagem-produto {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
}

.resultados .nome-produto,
.resultados-mobile .nome-produto {
  flex-grow: 1;
}

.resultados .preco-produto,
.resultados-mobile .preco-produto {
  font-weight: bold;
  text-align: center;
}

.footer-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 99999999;
  margin-top: 150px;
  box-shadow: 0px -2px 2px #333;
}

.footer-mobile ul li {
  text-align: center;
  width: 100%;
  border-right: 1px solid #d83641;

  margin-right: 0 !important;
}

.footer-mobile ul li:first-child {
  border-left: 1px solid #d83641;
}

.footer-mobile ul li a {
  font-size: 25px;
  color: #FFF;
}

.footer-mobile .address-card-mobile {
  position: absolute;
  top: -30px;
  left: 0;
  width: 70%;
  background: #a57839 !important;
  background-image: -webkit-linear-gradient(left, #f6b964 0%, #ffe27c 80%, #f6b964 0%) !important;
  background-image: linear-gradient(to right, #ffe27c 0%, #f6b964 0%, #ffe27c 100%) !important;
  padding: 7px;
  border-top-right-radius: 2em;
  box-shadow: 0px 1px 3px #555;
}

/* ========================================
   NOTA: Estilos de pagamento de eventos foram movidos para
   eventos-pagamento.css para melhor organização e manutenção
   ======================================== */

.border-radius {
  border-radius: 5em;
  display: block;
}

/* ========================================
   NOTA: Estilos de quartos, hospedagem e dormitórios 
   foram movidos para eventos-pagamento.css
   ======================================== */

.dynamic-size {
  /* Altura dinâmica para o container baseado no número de assentos */
  height: auto;
  /* Permite que o tamanho seja ajustado automaticamente */
  min-height: 100px;
  /* Altura mínima para o layout */

}

.seat {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.seat:hover {
  transform: scale(1.1);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.seat i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.seat-number {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f6b964;
  color: #000;
  font-weight: bold;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

#resumoAdquirentesTable tbody tr td {
  text-align: center !important;

}

.boleto-actions {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.boleto-actions>a {
  flex: 1 1 0;
  min-width: 120px;
  text-align: center;
  margin-bottom: 0 !important;
}

.boleto-actions>a:only-child {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}

/* SweetAlert - Botões sempre lado a lado, exceto quando houver só um */
.swal2-actions {
  display: flex !important;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100% !important;
}

.swal2-actions button {
  flex: 1 1 0;
  width: auto !important;
  min-width: 100px;
  max-width: 100%;
}

/* Se houver apenas um botão, ele ocupa 100% */
.swal2-actions:only-child,
.swal2-actions button:only-child {
  flex: 1 1 100%;
  width: 100% !important;
  max-width: 100%;
}

/* Modern Timeline Entrega */
.timeline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.timeline-step {
  min-width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.timeline-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e3eafc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  margin-bottom: 8px;
  border: 2px solid #999;
  color: #999;
  transition: background 0.3s, border 0.3s, color 0.3s;
}

.timeline-step.active .timeline-icon,
.timeline-step.done .timeline-icon {
  background: #b21f2a;
  color: #fff;
  border-color: #b21f2a;
}

.timeline-step.entregue.active .timeline-icon {
  background: #1fb233;
  border-color: #1fb233;
}

.timeline-step.entregue .timeline-icon {
  background: #999;
  color: #fff;
  border-color: #999;
}

.timeline-step.nao_entregue .timeline-icon {
  background: #999;
  color: #333;
  border-color: #999;
}

.timeline-step.nao_entregue.active .timeline-icon {
  background: #d32f2f;
  color: #fff;
  border-color: #d32f2f;
}

.timeline-step small {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  text-align: center;
}

.timeline-step.active small,
.timeline-step.done small {
  color: #b21f2a;
  font-weight: bold;
}

.timeline-step.entregue.active small {
  color: #1fb233;
  font-weight: bold;
}

.timeline-step.nao_entregue.active small {
  color: #d32f2f;
  font-weight: bold;
}

/* Linha sólida preta entre etapas */
.timeline-line {
  height: 4px;
  background: #999;
  flex: 1 1 0;
  margin: 0 4px;
  border-radius: 2px;
  min-width: 20px;
  max-width: 100px;
}

.msg-reservado{
  color: #FFF;
  background: #b21f2a;
  padding: 5px 10px;
  border-radius: 3em;
  font-weight: bold;
  width: max-content;
  font-size: smaller;
  transform: rotateZ(45deg) translate(-50%);
  left: 50% !important;
    top: 50%;
}

.timeline-line.done {
  background: #b21f2a;
}

/* Responsivo */
@media (max-width: 768px) {
  .timeline-step {
    min-width: 70px;
  }

  .timeline-icon {
    width: 30px;
    height: 30px;
    font-size: 1em;
  }

  .timeline-line {
    margin: 0 2px;
    min-width: 10px;
    max-width: 40px;
  }

  .timeline-step small {
    font-size: 10px;
  }

  .header-compras-mobile b {
    font-size: 12px !important;
  }
}

@media (max-width: 540px) {

  .mb-0-sm {
    margin-bottom: 0 !important;
  }

  .quartos img {
    width: 100%;
  }

  .card-body .quartos {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .swal2-popup {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }

  .swal2-title {
    font-size: 1.2em !important;
  }

  .swal2-content {
    font-size: 0.9em !important;
    overflow-y: auto;
  }

  .card {
    border: none !important;
  }

  .card-body {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .swal2-container {
    padding: 0 !important;
    z-index: 999999999 !important;
  }

  .swal2-actions button {
    padding: 0.25rem 0.5rem;
    font-size: small !important;
    line-height: 1.5;
    border-radius: 0 !important;
  }

  .swal2-styled:focus {
    box-shadow: none;
  }  

  .px-m-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .container-produto-page {
    border-radius: 0 !important;

  }

  .card-produto-page {
    padding: 10px 0 !important;
  }

  .product {
    height: 400px !important;
    min-height: 300px;
  }

  .product .img-prod img {
    height: 250px !important;
    width: 100% !important;
  }

  .product .text {
    height: 150px !important;
  }

}

@media (min-width: 992px) {

  .owl-carousel.home-slider .slider-item .slider-text .one-forth .text {
    max-width: 100% !important;
    padding: 3em;
    color: #FFF;
    margin: 0 auto;
    top: 50%;
  }
}

@media screen and (max-width: 768px) {

  .image-popup {
    width: 100%;
  }

  .descricao-page img,
  .descricao-page iframe {
    width: 100% !important;
    height: 200px;
  }

  .ftco-services .services .media-body h3 {
    font-size: small;
  }

  .ftco-services .services .icon span {
    font-size: 30px;
  }

  .whatsapp-btn {
    bottom: 80px;
    right: 10px;
  }

  .resultados {
    width: 95%;
    top: 130px;
  }

  .table-cart-mobile {
    display: block !important;
  }

  #cart tbody {
    display: block;
  }

  .btn-block+.btn-block {
    margin-top: 0 !important;
  }

  /* Oculta as células de cabeçalho na exibição vertical */
  #cart thead tr {
    display: none;
  }

  /* Estilo para as células do corpo da tabela */
  #cart tbody tr {
    display: flex;
    flex: 1 1 100% !important;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding: 10px;
  }

  #cart tbody td {
    flex: 1 1 100%;
    /* Define que cada célula ocupa metade da largura */
    box-sizing: border-box;
    text-align: left;
    border: none;
  }

  /* Estilo específico para cada célula */
  #cart tbody .image-prod,
  #cart tbody .cupomField,
  #cart tbody .total {
    flex: 1 1 50% !important;
    /* Define que cada célula ocupa metade da largura */
    box-sizing: border-box;

  }

  #cart tbody td.image-prod:before,
  #cart tbody td.acoes:before {
    padding: 0px;
  }

  /* Estilo para simular uma barra de título acima das colunas */
  #cart tbody td:before,
  #cart tbody td .cupomField:before,
  #cart tbody td .total:before {
    content: attr(data-th);
    font-weight: bold;
    display: block;
    background: #f6b964 !important;
    background-image: -webkit-linear-gradient(left, #f6b964 0%, #ffe27c 80%, #f6b964 0%) !important;
    background-image: linear-gradient(to right, #ffe27c 0%, #f6b964 0%, #ffe27c 100%) !important;
    /* Cor de fundo da barra de título */
    color: #b21f2a;
    /* Cor do texto */
    padding: 8px;
    margin-bottom: 5px;
    border-radius: 4px 4px 0 0;
    /* Borda arredondada na parte superior */
  }

  #cart tbody td.title:before {

    background: #b21f2a !important;
    background-image: -webkit-linear-gradient(left, #d31f1f 0%, #b21f2a 80%, #d31f1f 0%) !important;
    background-image: linear-gradient(to right, #d31f1f 0%, #b21f2a 0%, #d31f1f 100%) !important;
    color: #FFF !important;

  }
}

@media (min-width: 769px) {


  .owl-carousel.home-slider .slider-item .slider-text img {
    object-fit: cover !important;
    object-position: center !important;
    height: 450px !important;
  }



  .owl-carousel.home-slider .slider-item .slider-text p {
    text-align: justify !important;
    font-size: 1.2em;
    line-height: 1.5;
  }

  .owl-carousel.home-slider .slider-item .slider-text .one-third {
    width: auto !important;
  }

  .owl-carousel.home-slider .slider-item .slider-text .one-forth {
    height: 100% !important;
    width: 100% !important;
  }

  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 2em !important;
  }

  .owl-carousel.home-slider .slider-item {
    height: 450px !important;
    background-attachment: fixed !important;

  }

  .owl-carousel.home-slider .slider-item .slider-text {
    height: 450px !important;
  }
}

@media (min-width: 849px) {
  .custom-grid-4 {
    -ms-flex: 0 0 33.3333% !important;
    flex: 0 0 33.3333% !important;
    max-width: 33.3333% !important;
  }

  .ftco-section {
    padding: 2em 0;
  }

}

@media (min-width: 1200px) {
  .custom-grid-4 {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }




}

@media (min-width: 1800px) {
  .custom-grid-4 {
    -ms-flex: 0 0 16.66667% !important;
    flex: 0 0 16.66667% !important;
    max-width: 16.66667% !important;
  }
}

@media (max-width: 992px) {



  .filtro-mobile {
    display: block !important;
  }

  .d-none-4 {
    display: none !important;
  }

  .w-mobile-100 {
    max-width: 100% !important;
    flex: 0 0 100%;
  }
}

@media (max-width: 768px) {

  .owl-carousel.home-slider.bg-slider {
    background-attachment: unset !important;
  }

  .owl-carousel.home-slider,
  .owl-carousel.home-slider {
    height: 250px !important;
    margin: 8px auto !important;
    width: 95% !important;
    border-radius: 1em !important;
  }

  .owl-carousel.home-slider,
  .owl-carousel.home-slider .slider-item {
    height: 250px !important;
  }

  .owl-carousel.home-slider .slider-item .slider-text {
    overflow: hidden;
    height: 250px !important;
  }

  .owl-carousel.home-slider .slider-item .slider-text .one-forth {
    height: 250px !important;
  }

  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: large !important;
    font-weight: bold !important;
  }

  .owl-carousel.home-slider .slider-item .slider-text .btn-custom {
    font-size: small !important;
    padding: 5px 10px !important;
  }

  .owl-carousel.home-slider .slider-item .slider-text .subheading {
    font-size: x-small !important;
  }

  .owl-carousel.home-slider .slider-item .slider-text img {
    object-fit: cover !important;
    object-position: center !important;
    height: 100% !important;
  }

  .owl-carousel.home-slider .slider-item .slider-text .one-forth .text {
    padding: 0 !important;
    max-width: 100% !important;
  }

  .hero-wrap.hero-bread {
    padding: 2em 0;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .px-0-sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .mobile-content-invert {
    flex-direction: column-reverse !important;
  }

  .flex-column-sm {
    flex-direction: column !important;
  }

  .navbar-collapse {
    position: fixed;
    right: -231px !important;
    top: 0px !important;
    background: #f6b964;
    background-image: -webkit-linear-gradient(left, #f6b964 0%, #ffe27c 80%, #f6b964 0%);
    background-image: linear-gradient(to right, #ffe27c 0%, #f6b964 0%, #ffe27c 100%);
    /* background: #b21f2a !important;
    background-image: -webkit-linear-gradient(left, #d31f1f 0%, #b21f2a 80%, #d31f1f 0%) !important;
    background-image: linear-gradient(to right, #d31f1f 0%, #b21f2a 0%, #d31f1f 100%) !important; */
    z-index: 999999999;
    width: 200px;
    padding: 15px;
    height: 100vh;
    transition: right .3s linear;
  }

  .navbar-btn:focus {
    outline: none !important;
    box-shadow: none !important;
  }

  .navbar-collapse.show {
    right: 0 !important;
  }

  .navbar-collapse ul li {
    border-bottom: 1px solid #EEE;
  }

  .break-line-card-mobile {
    margin-top: 25px;
  }

  .menu-mobile {
    display: block !important;
  }

  .navbar {
    padding: 0 5px !important;
  }

  .navbar-brand {
    margin-right: 0px !important;
    border-radius: 2em;
    line-height: 50px;
  }

  .d-sm-none {
    display: none !important;
  }

  .product h3 {
    font-size: 10px !important;
  }



  .product .text .bottom-area {
    position: relative !important;
    top: 20px !important;
  }

  .product .text .bottom-area a {
    border-radius: 2em !important;
    border: 1px solid #b21f2a !important;
  }

  .col-sm-6 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .swal2-popup.custom-popup-class {
    width: 95% !important;
  }

  .swal2-content.custom-content-class {
    max-height: 80vh !important;
    overflow-y: auto !important;
    padding: 0 1em !important;
  }

  .swal2-popup {
    font-size: small !important;
    padding: 2em 0 !important;
  }


  .swal2-title {
    font-size: large !important;
  }

  .billing-heading {
    font-size: small !important;
  }


  .text-sm {
    font-size: small !important;
  }
}