/* Typography */
/* Paleta y mas */
/* Generales */
.c1 {
  color: #EE392C;
}
.c2 {
  color: #093E62;
}
.c3 {
  color: #FFFFFF;
}
.c4 {
  color: #87827E;
}
.c5 {
  color: #035A95;
}
.bg-c1 {
  background-color: #EE392C;
  color: #FFF;
}
.bg-c2 {
  background-color: #093E62;
  color: #FFF;
}
.bg-c3 {
  background-color: #FFFFFF;
  color: #FFF;
}
.bg-c4 {
  background-color: #87827E;
  color: #FFF;
}
.bg-c5 {
  background-color: #035A95;
  color: #FFF;
}
html {
  font-size: 100%;
}
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
body {
  font-family: 'Jost', sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6625rem;
  font-weight: 400;
  color: #474747;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Jost', sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-weight: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}
/* Generales */
[x-cloak] {
  display: none !important;
}
.faded {
  opacity: 0;
  transition: opacity 0.25s ease;
}
.faded.visible {
  opacity: 1;
}
.ptb {
  padding-top: 90px;
  padding-bottom: 90px;
}
.pt {
  padding-top: 90px;
}
.pb {
  padding-bottom: 90px;
}
.no-flicker {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.specialfont {
  font-family: 'Jost', sans-serif;
  font-weight: normal;
}
:root {
  --swiper-theme-color: #272727;
}
.ttu {
  text-transform: uppercase;
}
.tac {
  text-align: center;
}
.boton {
  display: inline-block;
  padding: 14px 24px;
  text-decoration: none;
  border-radius: 10px;
  background-color: #EE392C;
  color: #FFF;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  line-height: 17px;
}
.boton:hover {
  color: #FFF;
  background-color: #093E62;
  outline: 1px solid #EE392C;
}
.boton.c2 {
  background-color: #093E62;
  color: #FFF;
}
.boton.c2:hover {
  color: #FFF;
}
.boton.c3 {
  background-color: #FFFFFF;
  color: #FFF;
}
.boton.c3:hover {
  color: #FFF;
}
.boton.c4 {
  background-color: #87827E;
  color: #FFF;
}
.boton.c4:hover {
  color: #FFF;
}
.boton.c5 {
  background-color: #035A95;
  color: #FFF;
}
.boton.c5:hover {
  background-color: #EE392C;
  color: #fff;
  outline: none;
}
.boton.outline {
  background-color: transparent;
  color: #EE392C;
  border: 1px solid #EE392C;
}
.boton.outline:hover {
  background-color: #EE392C;
  outline: none;
}
.boton.outline.c2 {
  color: #093E62;
  border: 2px solid #093E62;
}
.boton.outline.c2:hover {
  color: #093E62;
}
.boton.outline.c3 {
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}
.boton.outline.c3:hover {
  color: #FFFFFF;
}
.boton.outline.c4 {
  color: #87827E;
  border: 2px solid #87827E;
}
.boton.outline.c4:hover {
  color: #87827E;
}
.boton.outline.c5 {
  color: #035A95;
  border: 2px solid #035A95;
}
.boton.outline.c5:hover {
  color: #035A95;
}
.boton:hover {
  text-decoration: none;
}
.boton:hover.grow {
  transform: scale(1.07);
}
ul.lista-iconos {
  list-style: none;
  margin-left: 0;
  margin-top: 30px;
  padding-left: 25px;
}
ul.lista-iconos li {
  padding: 4px 0;
  position: relative;
}
ul.lista-iconos li::before {
  content: "\F633";
  font-family: 'bootstrap-icons';
  color: #5bc558;
  font-size: 21px;
  display: inline-block;
  margin-left: -30px;
  width: 30px;
  position: absolute;
  top: 4px;
  left: 0;
}
.main-content {
  overflow: hidden;
}
/* HEADER */
#site-header {
  padding: 20px 40px 20px 40px;
}
#site-header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
#site-header .logo img {
  width: 350px;
}
#site-header .main-menu {
  padding-left: 0;
  margin-bottom: 0;
  gap: 15px;
  display: flex;
  align-items: center;
  list-style-type: none;
}
#site-header .main-menu.not-responsive .item-dropdown {
  position: relative;
}
#site-header .main-menu.not-responsive .item-dropdown:hover .lista-dropdown {
  visibility: visible;
  opacity: 1;
}
#site-header .main-menu.not-responsive .lista-dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: fit-content;
  width: 220px;
  padding: 30px 15px 15px;
  border-radius: 7px;
  background-color: #f6f6f6;
}
#site-header .main-menu.not-responsive .lista-dropdown li {
  display: flex;
  width: 100%;
}
#site-header .main-menu.not-responsive .lista-dropdown li:not(:last-of-type) {
  margin-bottom: 4px;
}
#site-header .main-menu.not-responsive .lista-dropdown li a {
  width: 100%;
  padding: 12px 22px;
}
#site-header .main-menu.not-responsive li {
  display: inline;
}
#site-header .main-menu.not-responsive li.active .hover-link {
  color: #EE392C;
  background-color: #FFFFFF;
  outline: 1px solid #ee392c20;
}
#site-header .main-menu.not-responsive a {
  text-decoration: none;
  color: #474747;
  text-transform: uppercase;
  transition: all 0.3s ease;
  padding: 12px 22px;
  border-radius: 10px;
}
#site-header .main-menu.not-responsive a:hover {
  color: #EE392C;
  background-color: #FFFFFF;
}
#site-header .main-menu.responsive {
  text-align: center;
  align-self: center;
}
#site-header .main-menu.responsive .lista-dropdown {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: margin-top 0.3s ease-in, height 0.3s ease-in, visibility 0.3s ease-in, opacity 0.1s ease-in;
}
#site-header .main-menu.responsive .lista-dropdown.visible {
  margin-top: 15px;
  height: 151.5px;
  visibility: visible;
  opacity: 1;
  transition: margin-top 0.3s ease-in, height 0.3s ease-in, visibility 0.3s ease-in, opacity 0.6s ease-in;
}
.menu-responsive {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(images/bg-responsive.jpg) center no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  gap: 80px;
  z-index: 50;
}
.menu-responsive::after {
  background: #093E62;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 1;
  z-index: -1;
  mix-blend-mode: multiply;
}
.menu-responsive .logo-responsive img {
  width: 120px;
}
.menu-responsive ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-direction: column;
}
.menu-responsive a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.3s ease;
}
.menu-responsive a:hover {
  color: #EE392C;
}
button.menu-command {
  border: none;
  background: transparent;
  outline: none;
  font-size: 30px;
}
button.menu-command:focus,
button.menu-command:active {
  outline: none;
}
#menu-open {
  color: #474747;
}
#menu-close {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #fff;
}
.item .wrap {
  position: relative;
}
.gracias {
  padding-top: 200px;
  padding-bottom: 200px;
}
.text-center-vertical {
  display: flex;
  justify-content: center;
}
/***** Footer *****/
#site-footer {
  background: transparent;
}
#site-footer .lista-dropdown {
  display: none;
}
#site-footer .mobile-link {
  display: none;
}
#site-footer .desktop-link i {
  display: none;
}
.footer-superior {
  background: url(images/footer-bg.png) center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.footer-superior::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: overlay;
  background-color: #035A95;
  z-index: -1;
}
.footer-superior .wrap {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer-superior .wrap i {
  font-size: 35px;
  transition: all 0.2s ease;
  color: #fff;
  margin-bottom: 30px;
}
.footer-superior .wrap:hover i {
  color: #EE392C;
}
.footer-superior a {
  text-decoration: none;
  color: #fff;
  transition: all 0.2s;
}
.footer-superior a:hover {
  color: #EE392C;
}
.footer-inferior {
  background-color: #032D4A;
}
.footer-inferior ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-inferior a {
  text-decoration: none;
  color: #fff;
  transition: all 0.2s;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px;
}
.footer-inferior a:hover {
  color: #EE392C;
}
.copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #012640;
  display: flex;
  align-items: center;
}
.copyright a {
  text-decoration: none;
  line-height: 11px;
  gap: 20px;
  display: flex;
  align-items: center;
}
.copyright span {
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.copyright .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-vox img {
  width: 50px;
}
.back-to-top {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50px;
  border: none;
  background-color: #EE392C;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.back-to-top:hover {
  transform: scale(1.1);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
}
.back-to-top button {
  outline: none;
  background: none;
  font-size: 22px;
  border: none;
  color: #fff;
}
/**** FORMULARIOS ****/
span.validate-error {
  color: #e24f4f;
}
span.requerido {
  color: #e24f4f;
  font-size: 19px;
  padding-left: 3px;
  line-height: 10px;
}
.form-group {
  margin-bottom: 25px;
}
.form-control {
  min-height: 60px;
  padding-left: 15px;
  border-radius: 10px;
}
textarea.form-control {
  padding-top: 15px;
}
.boton-form {
  width: 100%;
}
button[type=submit]:not(.outline) {
  border: none;
}
.bg-gray {
  background-color: #f6f6f6;
}
.plr {
  padding-right: 10%;
  padding-left: 10%;
}
#mapa {
  border-radius: 10px;
  overflow: hidden;
}
/***** Videos *****/
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  margin-bottom: 40px;
  margin-top: 20px;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* UTILS */
.gutters {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}
.gutter-productos {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 120px;
}
.lead {
  font-size: 1.9rem;
  font-weight: 200;
  line-height: 35px;
}
.section-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 53px;
  text-transform: uppercase;
}
h4 {
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
}
/******* HERO ******/
.swiper-button-next,
.swiper-button-prev {
  color: #EE392C;
}
#hero {
  height: fit-content;
  min-height: 600px;
  color: #fff;
  background: #f6f6f6;
  background: linear-gradient(270deg, #f6f6f6 35%, #035a95 35%);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
#hero .wrap {
  padding-top: 140px;
  padding-bottom: 140px;
}
#hero h1 {
  font-size: 66px;
  font-weight: 700;
  line-height: 67px;
  text-transform: uppercase;
  text-wrap: balance;
  margin-bottom: 25px;
}
#hero p {
  font-size: 22px;
  font-weight: 400;
  text-wrap: balance;
  line-height: normal;
  margin-bottom: 45px;
}
#hero .boton {
  font-size: 18px;
  font-weight: 500;
}
.slide-1 {
  background: url(images/slider1.png) center no-repeat;
  background-size: cover;
}
.slide-2 {
  background: url(images/slider2.png) center no-repeat;
  background-size: cover;
}
.slide-3 {
  background: url(images/slider3.png) center no-repeat;
  background-size: cover;
}
.slide-4 {
  background: url(images/slider4.png) center no-repeat;
  background-size: cover;
}
.slide-5 {
  background: url(images/slider5.png) center no-repeat;
  background-size: cover;
}
.swiper-slide {
  opacity: 0 !important;
  transition: all 0.3s ease;
  min-height: 600px;
  max-width: 100% !important;
}
.swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.logo-hero {
  position: absolute;
  right: 70px;
  top: 50%;
  translate: 0 -50%;
}
.bisagra-mobile {
  display: none;
}
/*home*/
#presentacion img {
  width: 390px;
}
.bg-madera {
  background: url(images/bg-madera-azul.jpg) center no-repeat;
  background-size: cover;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.categorias-productos {
  position: relative;
  z-index: 1;
}
.categorias-productos h2 {
  color: #fff;
  margin-bottom: 20px;
}
.texto-linea {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 94%;
}
.boton-hero {
  visibility: hidden;
}
/* ITEM CATEGORIA */
.item-categoria .wrap,
.item-producto .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease;
}
.item-categoria .wrap:hover,
.item-producto .wrap:hover {
  transform: scale(1.05);
}
.item-categoria .wrap:hover .item-info,
.item-producto .wrap:hover .item-info {
  background-color: #ee392cdf;
}
.item-categoria .wrap:hover h3,
.item-producto .wrap:hover h3,
.item-categoria .wrap:hover p,
.item-producto .wrap:hover p {
  color: #fff;
}
.item-categoria .item-img,
.item-producto .item-img {
  text-align: center;
  height: 220px;
}
.item-categoria .item-img img,
.item-producto .item-img img {
  transform: translateY(50px);
}
.item-categoria .item-info,
.item-producto .item-info {
  border-radius: 7px;
  background: #F9F7F7;
  padding: 25px;
  padding-top: 70px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  transition: all 0.2s ease;
}
.item-categoria h3,
.item-producto h3 {
  color: #000;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
  transition: all 0.2s ease;
}
.item-categoria p,
.item-producto p {
  color: #000;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 30px;
  transition: all 0.2s ease;
}
.item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.item-link img {
  width: 130px;
}
.item-link a {
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  padding-bottom: 3px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EE392C;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.item-link a:hover {
  background-color: #093E62;
  color: #EE392C;
}
/* ITEM PRODUCTO*/
/*porque-home*/
.col-porque .wrap img {
  width: 70px;
  margin-bottom: 20px;
}
.col-porque .wrap h4 {
  margin-bottom: 20px;
}
.col-porque .wrap p {
  margin-bottom: 0;
}
/* EMPRESA BISAGRAS SL*/
#empresa {
  text-align: center;
}
#empresa h1 {
  margin-bottom: 50px;
}
#empresa .lead {
  margin-bottom: 50px;
}
.bloque-texto-imagen .bloque-imagen {
  min-height: 500px;
}
.bloque-texto-imagen .wrap {
  padding: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.bloque-texto-imagen h2 {
  text-wrap: balance;
  margin-bottom: 30px;
}
.bloque-texto-imagen p:last-of-type {
  margin-bottom: 0;
}
.bloque-texto-imagen .boton {
  margin-top: 40px;
}
.bloque-img-1 {
  background: url(images/img-historia.jpg) center no-repeat;
  background-size: cover;
}
.bloque-img-2 {
  background: url(images/img-socios2.jpg) center no-repeat;
  background-size: cover;
}
/* CTA */
.cta {
  position: relative;
  z-index: 1;
  text-align: center;
  background: #000000;
  background: linear-gradient(125deg, rgba(0, 0, 0, 0.45) 20%, rgba(0, 0, 0, 0.52321429) 50%, rgba(0, 0, 0, 0.7) 80%);
  color: #fff;
  text-wrap: balance;
}
.cta::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(images/img-cta.jpg) center no-repeat;
  background-size: cover;
  opacity: 0.8;
  mix-blend-mode: multiply;
  z-index: -1;
}
.cta h2 {
  margin-bottom: 35px;
}
.cta p {
  margin-bottom: 50px;
}
.cta .chevron-cta i {
  font-weight: 800;
  font-size: 50px;
  color: #fff;
  display: block;
  animation: 1.25s linear infinite alternate movimiento;
}
@keyframes movimiento {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
/* SINGLE PRODUCTO */
.fila-codigo-descripcion:nth-child(even) {
  background-color: #FAFAFA;
}
.fila-codigo-descripcion:nth-child(odd) {
  background-color: #EBEBEB;
}
.fila-titulos {
  background-color: #FAFAFA;
}
.col-item {
  display: flex;
  justify-content: center;
  padding: 12px 20px;
}
.titulos-item {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
}
/*contacto*/
.frase-grande {
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  font-size: 160px;
  font-weight: 800;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-wrap: nowrap;
  line-height: 120px;
  letter-spacing: -1px;
}
/*BREADCRUMBS*/
.breadcrumbs {
  margin-top: 10px;
}
.breadcrumbs a {
  text-decoration: none;
  color: #EE392C;
  font-weight: 500;
}
/*********** MEDIA QUERIES **************/
@media (max-width: 1199.98px) {
  #site-footer .footer-col {
    display: block;
  }
  #site-header {
    padding: 20px;
  }
  #site-header .desktop-link {
    display: none;
  }
}
@media (min-width: 1200px) {
  .mobile-link {
    display: none;
  }
  .more-gutter {
    --bs-gutter-x: 3rem;
  }
}
@media (max-width: 399.98px) {
  body {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #hero .wrap h1 {
    font-size: 45px;
    line-height: 50px;
  }
  #hero .wrap .boton {
    font-size: 1rem;
  }
  #hero .wrap p {
    font-size: 18px;
    line-height: 1.6rem;
  }
  h2.section-title {
    font-size: 1.7rem !important;
    line-height: 1.8rem !important;
  }
  p.lead {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  .boton {
    padding: 12px 15px;
  }
  .bloque-texto-imagen .wrap {
    padding: 50px 20px !important;
  }
}
@media (max-width: 575.98px) {
  .swiper-slide {
    background-size: contain;
    min-height: 320px;
  }
  .lead {
    font-size: 1.6rem;
    line-height: 33px;
  }
  .titulos-item {
    font-size: 20px;
    font-weight: 500;
  }
  .col-item {
    display: flex;
    justify-content: center;
    padding: 10px 12px;
  }
  .fila-codigo-descripcion span {
    font-size: 14px;
  }
  .frase-grande {
    font-size: 50px;
    line-height: 50px;
  }
  .bloque-texto-imagen .bloque-imagen {
    min-height: 350px;
  }
  .bloque-texto-imagen .wrap {
    padding: 60px 24px;
  }
  .pt {
    padding-top: 60px;
  }
  .pb {
    padding-bottom: 60px;
  }
  .ptb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  h2.section-title {
    font-size: 1.8rem;
    line-height: 1.9rem;
  }
  #hero p {
    font-size: 20px;
    margin-bottom: 40px;
  }
  #hero h1 {
    font-size: 50px;
    line-height: 54px;
  }
  h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .frase-grande {
    font-size: 80px;
    line-height: 70px;
  }
  .swiper-slide {
    background-size: contain;
    min-height: 400px;
  }
}
@media (max-width: 767.98px) {
  #hero {
    padding-bottom: 0px !important;
  }
  .copyright {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .copyright a {
    margin-top: 15px;
    flex-direction: row-reverse;
  }
  .section-title {
    font-size: 38px;
    line-height: 42px;
    text-wrap: balance;
  }
  .sitemap {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  body:not(.with-delay)[data-aos-delay],
  *:not(.with-delay)[data-aos-delay] {
    transition-delay: 0ms !important;
  }
  .row.iom,
  .container.iom > .row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navegacion-noticias {
    flex-wrap: wrap;
  }
  .navegacion-noticias .previous,
  .navegacion-noticias .next {
    flex: 100%;
  }
  .navegacion-noticias .next {
    margin-top: 30px;
    text-align: left;
    padding-left: 30px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .bloque-texto-imagen .bloque-imagen {
    min-height: 400px;
  }
  .bloque-texto-imagen .wrap {
    padding: 80px 60px;
  }
}
@media (max-width: 991.98px) {
  .bg-madera.ajustado {
    background-attachment: fixed;
  }
  #hero {
    background: #035A95;
    overflow: visible;
  }
  #hero .wrap {
    padding-top: 70px;
    padding-bottom: 0px;
  }
  .col-galeria {
    margin-bottom: 10px;
  }
  .logo-hero {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single-gale .swiper-slide {
    background-size: contain;
    min-height: 500px;
  }
  .frase-grande {
    font-size: 100px;
    line-height: 80px;
  }
  .footer-inferior ul {
    gap: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-inferior ul {
    gap: 10px;
  }
  .footer-inferior ul a {
    text-wrap: nowrap;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .frase-grande {
    font-size: 120px;
    line-height: 90px;
  }
}
@media (min-width: 1400px) {
  #site-header {
    padding: 20px 100px;
  }
}
