@import "variables.css";

.dropdown .fa {
  margin-left: 5px;
}

/************
*   WOW     *
************/

.wow {
  visibility: hidden;
}

/************************
*    SPINNER / LOADER   *
*************************/

.loader {
  display: block;
  margin: 30px auto;
  color: var(--primario_oscuro);
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.3s infinite linear;
  transform: translateZ(0);
}

@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em,
      0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em,
      0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

/*************
*  WhatsApp  *
**************/

.floating-icons-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #40c451;
  padding: 6px;
  background: #40c451ad;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.floating-icons-whatsapp:hover a {
  transform: scale(1.1);
}

.floating-icons-whatsapp > a {
  height: 40px;
  width: 40px;
  display: block;
}

/************************************
*              IDIOMAS              *
************************************/
div#idiomasside > .idiomas_mobile {
  flex-direction: column !important;
  background-color: unset !important;
}

ul.idiomas_mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-wrap: wrap;
}

ul.idiomas_mobile > li a:hover {
  background: #ffffff4d !important;
}

ul.idiomas_mobile > li a {
  padding: 13px !important;
  display: flex !important;
  justify-content: space-around;
  align-items: center;
}

ul.idiomas_mobile > li {
  border-radius: 50%;
  overflow: hidden;
}

ul.idiomas_mobile {
  list-style: none;
  background: #ffffff8f;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-direction: row !important;
  margin-bottom: 40px;
}

div#idiomasside > .idiomas_mobile {
  display: none !important;
}

#idiomasside {
  position: fixed;
  top: 300px;
  left: 0;
  z-index: 3;
  opacity: 0.7;
  transition: 0.2s ease-in-out;
}

#idiomasside:hover {
  opacity: 1;
}

#idiomasside > ul {
  padding: 0;
}

#idiomasside li {
  padding: 5px;
  list-style-type: none;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}

#idiomasside img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  transition: 0.2s ease-in-out;
}

#idiomasside img:hover {
  transform: scale(1.1);
}

#idiomasside font {
  display: none;
}

.skiptranslate {
  display: none !important;
}

div#idiomasside > .idiomas_desktop {
  flex-direction: column !important;
  backdrop-filter: blur(10px);
  background: #ffffff3b !important;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 2px 1px 3px 0px #0000001f;
  padding: 10px 0;
}

ul.idiomas_desktop {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  list-style: none;
}

@media (max-width: 1200px) {
  ul.idiomas_desktop > li a:hover {
    background: #ffffff4d !important;
  }

  ul.idiomas_desktop > li a {
    padding: 10px !important;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
  }

  ul.idiomas_desktop {
    list-style: none;
    background: #ffffff8f;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-direction: row !important;
  }

  div#idiomasside > .idiomas_desktop {
    display: none !important;
  }
}

.flag {
  height: 36px !important;
}

/************************************
*            MULTIFORMA             *
************************************/

.bloque_imagen_lista ul {
  list-style: none;
  padding: 0;
}
.bloque_imagen_lista i {
  color: var(--iconos);
}
.bloque_cabecera .bloque_titulo {
  background-color: var(--primario);
  padding: 15px;
}
.bloque_cabecera .bloque_interior {
  background-color: var(--primario_transparente);
  padding: 30px 15px;
}
.bloque_cabecera .bloque_titulo h3 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--titulo);
  font-weight: 300;
}
.bloque_cabecera .imagen {
  width: 100%;
}
.bloque_cabecera h4 {
  text-transform: uppercase;
  font-size: 22px;
  font-family: var(--titulo);
  color: var(--primario);
}
.bloque_imagen_lista .imagen {
  width: 100%;
  object-fit: cover;
  margin-bottom: 30px;
}
.bloque_imagen_lista h4 {
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
  font-family: var(--titulo);
  color: var(--primario);
  font-size: 22px;
}
.bloque_puntos ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bloque_puntos ul li {
  margin-bottom: 15px;
}
.bloque_puntos ul li > p > .fa {
  font-size: 20px;
  color: var(--iconos);
}
.bloque_contenido .titulo {
  background-color: var(--primario);
  padding: 15px 10px;
}
.bloque_contenido .titulo h4 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-family: var(--titulo);
  font-weight: 300;
}
.bloque_contenido .bloque {
  padding: 0 10px;
}
.bloque_desplegable .fondo,
.bloque_documentos .fondo {
  background-color: var(--primario_transparente);
  padding: 20px;
  margin-bottom: 40px;
}
.bloque_desplegable .panel-group,
.bloque_documentos .panel-group {
  margin: 0;
}
.bloque_desplegable h2,
.bloque_documentos h2 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: var(--titulo);
  color: var(--primario);
}
.bloque_desplegable .panel-default {
  border-color: var(--primario);
}
.bloque_desplegable .panel-default > .panel-heading {
  background-color: var(--primario);
  color: #fff;
  border-color: var(--primario);
}
.bloque_desplegable h2 .fa {
  color: var(--iconos);
}
.bloque_desplegable
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border-top-color: var(--primario);
}
.bloque_imagenes img {
  width: 100%;
}
.bloque_imagenes .flexible {
  display: flex;
  align-items: center;
}

.panel-body .btn-corporativo2 {
  padding: 8px 15px;
}
.bloque_imagenes img {
  width: 100%;
  object-fit: cover;
}

/************************************
*             INTERIOR              *
************************************/
.fa-angle-down {
  padding-left: 5px;
}

.acceso a p {
  color: var(--primario);
  font-weight: 600;
  margin: 0;
}

.noestavisibleparapersonas {
  display: none;
}
.banner_interior {
  width: 100%;
  height: 28vw;
  max-height: 500px;
  background-size: cover;
  overflow: hidden;
  background-position: 0px 40%;
}

.corte_banner_interior {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0px;
  z-index: 1;
}

.banner-interiores {
  position: relative;
}

.banner_interior .imagen {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(4px);
}

.banner_interior .texto {
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
}
.banner_interior .texto img {
  margin-top: 20px;
}
.banner_interior.interior_azul .texto {
  background-color: rgba(69, 183, 245, 0.5);
}
.banner_interior.interior_amarillo .texto {
  background-color: rgba(247, 201, 110, 0.5);
}
.banner_interior.interior_rojo .texto {
  background-color: rgba(245, 104, 78, 0.5);
}

.banner_interior p {
  margin-top: 0;
  font-size: 60px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 0px;
  text-shadow: 2px 2px 3px rgba(1, 0, 2, 0.75);
}

.banner_interior h1 {
  margin-top: 0;
  font-size: 60px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0px;
  font-family: var(--titulo);
  text-align: center;
  margin-bottom: 0px;
  text-shadow: 2px 2px 3px rgba(1, 0, 2, 0.75);
}

.forma_interior {
  position: absolute;
  width: 100%;
  bottom: -1px;
}
.sidebar-wrapper.right.animation.text-uppercase {
  z-index: 999;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: var(--primario);
}

.nav-pills > li > a {
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}

.cabecera .caja h1 {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: var(--titulo);
  color: var(--color_titulos);
}

.cabecera .titulo-container {
  width: fit-content;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
}

.cabecera .titulo-container .adorno {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100px;
  margin-top: 10px;
}

.cabecera .titulo-container .adorno svg {
  max-width: 100px;
  max-height: 20px;
}

.cabecera .titulo-container .adorno svg * {
  fill: var(--color_adorno) !important;
}

.btn-corporativo {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--titulo);
  text-transform: uppercase;
  border: 0px;
  border-radius: 10px;
  background-color: var(--primario);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn-lg.btn-corporativo {
  padding: 18px 30px;
}
.btn-corporativo .btn-carro_portada img {
  height: 20px;
  width: 20px;
  margin-right: 15px;
  border-radius: 0;
}
.btn-comprar {
  border: 0;
}

.btn-grandotes {
  padding: 15px;
}
.btn-corporativo2 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--titulo);
  text-transform: uppercase;
  border: 0px;
  border-radius: 10px;
  background-color: var(--primario);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.btn-corporativo3 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--titulo);
  text-transform: uppercase;
  border: 0px;
  border-radius: 10px;
  background-color: var(--primario);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn-corporativo:not(.desactivado):hover,
.btn-corporativo:not(.desactivado):focus,
.btn-corporativo:not(.desactivado):active {
  background: linear-gradient(
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.3)
    ),
    var(--primario);
}
.btn-corporativo:hover,
.btn-corporativo:focus,
.btn-corporativo:active {
  color: #fff;
}

.btn-corporativo2:hover,
.btn-corporativo2:focus,
.btn-corporativo2:active {
  background: linear-gradient(
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.3)
    ),
    var(--primario);
  color: #fff;
}
.btn-corporativo3:hover,
.btn-corporativo3:focus,
.btn-corporativo3:active {
  background: linear-gradient(
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.3)
    ),
    var(--primario);
  color: #fff;
}
.desactivado {
  opacity: 0.8;
}

.textaco img {
  max-width: 100%;
}

.ug-lightbox .ug-lightbox-overlay {
  background: #0d0d0ddb;
}

/************************************
*  Archivos adjuntos y tipografias  *
************************************/

.tipografia,
.titulo-contenido {
  text-align: left;
  color: #505050;
  text-transform: uppercase;
  font-family: var(--titulo);
  font-size: 22px;
  font-weight: 400;
  margin-top: 0;
}

.titulo-contenido {
  color: #000;
}
.tipografia i {
  color: var(--iconos);
}
.listado {
  text-align: justify;
}

.listado ul,
.listado li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.listado li {
  padding: 20px;
  background-color: var(--primario_transparente);
}
.listado li a,
.listado li.alt a {
  font-family: "Lato", sans-serif;
}
.listado li.alt {
  background-color: transparent;
}
.listado li.alt a {
  text-decoration: none;
}
.listado a {
  text-decoration: none;
}
.listado a:hover,
.listado li.alt a:hover {
  text-decoration: none;
}

.btn-gris {
  color: #333;
  background-color: #fafafa;
}
.btn-gris:hover,
.btn-gris:focus,
.btn-gris:active {
  color: #333;
  background-color: #dedede;
}

/**************************
SWIPEBOX
**************************/

.cuadro_fotos {
  padding-top: 15px;
  background-color: #f5f5f5;
  border: 1px solid #efefef;
}
.cuadro_fotos .foto_principal {
  background-color: #fff;
  margin-bottom: 15px;
}
.cuadro_fotos .galeria {
  padding: 30px 15px;
  background-color: #3b3b3b;
}
.swipebox .imagen {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.product-lightbox .imagen {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.product-lightbox .imagen:after {
  content: "";
  padding-top: 100%;
  display: block;
}

.product-lightbox .padre_imagen .imagen {
  content: "";
  padding-top: 100%;
  display: block;
}

.swipebox .imagen:after {
  content: "";
  padding-top: 100%;
  display: block;
}
.swipebox .padre_imagen .imagen {
  content: "";
  padding-top: 100%;
  display: block;
}
.btn-precio {
  padding: 0;
}
.foto_color .imagen {
  float: left;
  height: 75px;
  width: 75px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 15px 30px 0;
}

.swipebox .imagen.secundaria {
  object-fit: contain;
}

.zona_galeria_mini .bx-wrapper .bx-prev {
  left: -45px;
}
.zona_galeria_mini .bx-wrapper .bx-next {
  right: -45px;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 1000;
}

.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
}

@media (max-width: 1200px) {
  .dropdown .fa {
    position: relative;
    left: -15px;
  }
}

/************************************
*             PAGINACION            *
************************************/

.btn-pagination {
  color: #ffffff;
  background-color: #565656;
  border-color: #565656;
}

.btn-pagination:hover,
.btn-pagination:focus,
.btn-pagination:active,
.btn-pagination.active,
.open .dropdown-toggle.btn-pagination {
  color: #ffffff;
  background-color: var(--primario);
  border-color: var(--primario);
}

.btn-pagination:active,
.btn-pagination.active,
.open .dropdown-toggle.btn-pagination {
  background-image: none;
}

.btn-pagination.disabled,
.btn-pagination[disabled],
fieldset[disabled] .btn-pagination,
.btn-pagination.disabled:hover,
.btn-pagination[disabled]:hover,
fieldset[disabled] .btn-pagination:hover,
.btn-pagination.disabled:focus,
.btn-pagination[disabled]:focus,
fieldset[disabled] .btn-pagination:focus,
.btn-pagination.disabled:active,
.btn-pagination[disabled]:active,
fieldset[disabled] .btn-pagination:active,
.btn-pagination.disabled.active,
.btn-pagination[disabled].active,
fieldset[disabled] .btn-pagination.active {
  background-color: #3a39367a;
  border-color: #3a3936;
}

.btn-pagination .badge {
  color: #0977b2;
  background-color: #ffffff;
}

.btn-pagination {
  padding: 10px 20px;
  font-size: 14px;
  margin: 0 15px;
  border: 1px solid;
}

.proyecto .imagen {
  background-size: cover;
}
.proyecto h3 {
  font-family: var(--familia_fuente);
  margin-bottom: 40px;
  text-align: center;
}

/************************************
*              FILTROS              *
************************************/

.filtros {
  height: auto;
  background-color: var(--transparencia);
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
  padding: 0;
}

.filtros .btn-filtro {
  height: 34px;
  width: 100%;
  border-radius: 4px;
  gap: 5px;
}

.producto-detalle .filtros {
  height: 40px;
  font-size: 14px;
}

.filtros.interiores {
  background: #f9f9f9;
}

.filtros.gestion {
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filtros.gestion > div {
  width: 100%;
  margin-top: 15px;
}

.centrarflitros {
  display: flex;
  align-items: center;
}

ol.breadcrumb {
  list-style: none;
  display: flex;
  margin: 0;
  background-color: transparent;
  border: 0;
}
.breadcrumb li a {
  text-transform: capitalize;
  color: #000;
}

#swipebox-close {
  top: 5px !important;
  right: 0;
  left: 0;
  position: absolute;
  left: 0;
  margin: auto;
  background-color: #000;
  border-radius: 50%;
  opacity: 0.8;
}

#swipebox-overlay {
  backdrop-filter: blur(3px);
}

/********************
*     ANIMATE       *
*********************/

.animate__animated.animate__delay-1_5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 1.5);
  animation-delay: calc(var(--animate-delay) * 1.5);
}

.animate__animated.animate__delay-0_75s {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.75);
  animation-delay: calc(var(--animate-delay) * 0.75);
}

.animate__animated.animate__delay-0_5s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.5);
  animation-delay: calc(var(--animate-delay) * 0.5);
}

.animate__animated.animate__delay-0_25s {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.25);
  animation-delay: calc(var(--animate-delay) * 0.25);
}

.animate__animated.animate__delay-0_10s {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.1);
  animation-delay: calc(var(--animate-delay) * 0.1);
}

@media (max-width: 797px) {
  .cabecera .caja .titulo-container h1 {
    font-size: 35px;
  }

  .cabecera .titulo-container .adorno {
    width: 80px;
  }
}
