/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700'); */

:root {
  --primario__e: #fbc404;
  --primario_oscuro__e: #171717;
  --color_boton: #fbc404;
  --light__e: #fff;
  --fondo: #e0e0e0;
  --boton_oscuro: #bf9705;
  --titulo: "Space Grotesk", sans-serif;
}

.navbar-right {
  margin-right: 0;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  font-size: 16px;
}

a,
a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

ul.list-unstyled {
  margin-bottom: 0;
}

.custom-container {
  margin: auto;
}

.centrado {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* Global */
.separa-5 {
  height: 5px;
}

.separa-10 {
  height: 10px;
}

.separa-20 {
  height: 20px;
}

.separa-40 {
  height: 40px;
}

.separa-30 {
  height: 30px;
}

.separa-50 {
  height: 50px;
}

.separa-100 {
  height: 100px;
}

.titulo {
  /* font-size: 48px; */
  font-size: 40px;
  line-height: 48px;
  font-family: var(--titulo);
  font-weight: 500;
  color: var(--light__e);
  margin-bottom: 40px;
  margin-top: 0;
}

.nose .titulo {
  font-size: 40px !important;
  line-height: 45px;
  margin-bottom: 29px;
}

.nose .fondo_tarjetas {
  width: 775px;
}

.interiores .titulo {
  color: var(--light__e);
  font-size: 47px !important;
}

.titulo-lg {
  font-size: 61px;
  line-height: 65px;
}

.titulo-sm {
  font-size: 30px;
  line-height: 35px;
}

.antetitulo {
  color: var(--primario__e) !important;
  font-family: var(--titulo) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}

.parrafo {
  font-size: 16px;
  line-height: 32px;
  color: #404040;
  margin-bottom: 0;
}

.text-light {
  color: var(--light__e);
}

.text-secundario {
  color: #a3c5d9;
}

.text-primario {
  color: var(--primario__e);
}

.text-shadow {
  filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.45));
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.corte-top {
  width: 100%;
  left: 0;
  top: -1px;
  position: absolute;
}

.container-portada label {
  font-weight: 600;
}

.cuerpo_zone {
  /* background-color: var(--transparencia); */
  /* padding: 20px; */
  border-radius: 50px;
}

.elmapa {
  display: flex;
  justify-content: center;
}

.full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.align-center {
  align-content: center;
}

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

.row-align-center::before,
.row-align-center::after {
  content: unset;
}

.flex {
  display: flex;
}

.block {
  display: block;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.object-cover {
  object-fit: cover;
}

.object-contain {
  object-fit: contain;
}

.object-top {
  object-position: top;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

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

.overflow-hidden {
  overflow: hidden;
}

.limitar {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.limitar_2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.limitar_3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.limitar_4 {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

.animation {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.hover-effect {
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition: all ease-out 0.3s;
  overflow: hidden;
}

.hover-effect::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: all ease-out 0.3s;
  z-index: -1;
}

.hover-effect:hover:before,
.hover-effect:focus:before,
.hover-effect:active:before {
  transform: scaleX(1);
}

.custom-button {
  margin: 0 25px;
  height: 60px;
  border-radius: 10px;
  font-size: 16px;
  border: 2px solid transparent;
  background-color: var(--primario_oscuro__e);
  color: #fff;
  column-gap: 5px;
  z-index: 1;
}

.custom-button:hover,
.custom-button:active,
.custom-button:focus {
  color: var(--light__e);
}

.custom-button:hover img,
.custom-button:active img,
.custom-button:focus img {
  /* filter: brightness(0) saturate(100%) invert(29%) sepia(65%) saturate(1046%) hue-rotate(187deg) brightness(91%) contrast(95%); */
}

.custom-button::before {
  background-color: var(--primario__e);
  border-radius: inherit;
}

.custom-button img {
  width: 25px;
  transition: filter 0.3s linear;
}

.custom-button-lg {
  width: 280px;
  height: 70px;
  border-color: var(--light__e);
  color: var(--light__e);
  border-radius: 35px;
}

.custom-button-lg::before {
  background-color: var(--light__e);
}

.custom-button-lg:hover,
.custom-button-lg:active,
.custom-button-lg:focus {
  color: var(--light__e);
}

.custom-button-hidden-md {
  display: none;
}

.bg-primario {
  background-color: var(--primario__e);
}

.bg-secundario {
  background-color: var(--secundario__e);
}

.container-portada .row {
  gap: 100px;
}

.logo-navbar {
  padding: 0;
  left: 55px;
}

.logo-navbar a {
  height: 40%;
}

.btn-enviar {
  color: #333;
  font-size: 14px;
  padding: 15px 55px;
  border-radius: 25px;
}

.btn-enviar-2 {
  background-color: var(--primario__e);
  color: #ffff;
  font-size: 14px;
  padding: 15px 55px;
  border-radius: 25px;
}

.btn-enviar img {
  filter: brightness(0.2);
}

.btn-enviar img,
.btn-enviar-2 img {
  margin-right: 5px;
}

.navbar-contacto {
  top: 160px;
  height: 40px;
  border-radius: 25px;
  left: 70px;
  align-content: center;
  position: fixed;
  background-color: var(--primario__e);
  z-index: 10;
}

.navbar-contacto>.flex {
  gap: 20px;
  padding: 0 20px;
}

.navbar-contacto .contacto-contenido {
  height: 100%;
  gap: 10px;
  align-content: center;
}

.contacto-contenido p {
  color: #ffff;
  margin: 0;
}

.contacto-contenido img {
  width: 18px;
}

.lista-portada {
  padding-left: 15px;
  list-style: disc;
  margin: 0;
}

.lista-portada li::marker {
  color: #fbc404;
  font-size: large;
}

.lista-portada li {
  margin-bottom: 4px;
  font-weight: 700;
}

.navbar {
  z-index: 5;
  background-color: #000;
  height: 115px;
}

.barra_reducida .navbar {
  height: 90px;
}

.barra_reducida .navbar-fixed-top {
  filter: drop-shadow(0px 5px 7.5px rgba(255, 210, 0, 0.1));
}

.navbar-fixed-top .gradient {
  background-image: linear-gradient(270deg,
      rgba(36, 87, 163, 0.99) 0%,
      transparent 100%);
}

.navbar-brand {
  padding: 0;
  height: auto;
  left: 75px;
  z-index: 2;
}

.barra_ampliada .navbar-brand {
  width: 230px;
  top: 40px;
}

.barra_reducida .navbar-brand {
  width: 140px;
  top: 20px;
}

.barra_reducida .navbar-nav>li {
  transition: all 300ms ease-in;
}

.barra_reducida .navbar .logo-navbar img {
  width: 160px;
  transition: all 300ms ease-in;
}

.navbar-brand>img {
  width: 100%;
}

.barra_ampliada .navbar-nav {
  top: 35px;
  right: 55px;
  /* height: 55px; */
}

.barra_reducida .dropdown-menu {
  top: 16px;
}

.barra_reducida .navbar-nav {
  top: 30px;
  right: 55px;
  /* height: 25px; */
}

.navbar-nav::after,
.navbar-nav::before {
  content: unset;
}

#menu_idiomas a {
    flex-wrap: unset;
}

/* .navbar-nav>li:first-child {
  padding: 0 10px;
} */

/* .navbar-nav>li:nth-child(2) {
  width: 47% !important;
} */

.navbar-nav>li {
  display: block;
  width: fit-content;
  align-items: center;
  height: 36px;
}

#menu_idiomas {
  padding: 0 20px;
}

.navbar-nav>li>a {
  height: 100%;
  width: 100%;
  color: var(--light__e);
  font-size: 16px;
  padding: 0 25px;
  display: inline-flex;
  white-space: pre-wrap;
  text-align: center;
  text-transform: capitalize;
  border-left: 1px solid #2f2f2f;
  flex-wrap: wrap;
  align-content: center;
}

.navbar-nav>li:last-of-type>a {
  padding: 0 10px 0 25px;
}

nav .navbar-nav>li>a:hover,
nav .navbar-nav>li>a:active,
nav .navbar-nav>li>a:focus,
nav .navbar-nav>.active>a,
nav .navbar-nav>.active>a:focus,
nav .navbar-nav>.active>a:hover {
  background-color: transparent;
  color: var(--primario__e);
}

nav .navbar-nav>li.active .hover-effect:before,
nav .navbar-nav>li .hover-effect:hover:before,
nav .navbar-nav>li .hover-effect:focus:before,
nav .navbar-nav>li .hover-effect:active:before {
  transform: scaleX(1);
  background-color: transparent;
  border-bottom: 2px;
}

nav .navbar-nav>li.dropdown .dropdown-toggle span img {
  width: 10px;
}

.open>.dropdown-menu.multi-level {
  background-color: var(--primario_oscuro__e);
}

nav .navbar-nav>li.dropdown .dropdown-menu {
  margin-top: 44px;
  border-radius: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  padding: 0;
  left: 0;
  text-align: center;
  padding-bottom: 0;
  transition: all 0.3s linear;
}

nav .navbar-nav>li.dropdown .dropdown-menu li:last-child a {
  border-radius: 0 0 15px 15px;
}

nav .navbar-nav>li.dropdown .dropdown-menu>li>a {
  padding: 20px 0;
  color: var(--light__e);
  transition: all ease 0.3s;
}

.dropdown-menu>.active>a {
  color: #000 !important;
  background-color: var(--color_boton) !important;
}

.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  color: var(--light__e) !important;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color: var(--primario__e) !important;
  text-decoration: none;
  background-color: transparent;
}

nav .navbar-nav>li.dropdown .dropdown-menu>li>a:focus,
nav .navbar-nav>li.dropdown .dropdown-menu>li>a:hover {
  /* background-color: transparent; */
}

nav .navbar-nav>li.dropdown .dropdown-menu>li>a:focus::before,
nav .navbar-nav>li.dropdown .dropdown-menu>li>a:hover::before {
  /* content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2); */
}

nav .navbar-nav>li.dropdown.open>a {
  background-color: var(--light__e);
}

nav .navbar-nav>li.dropdown.open>a,
nav .navbar-nav>li.dropdown.open>a:focus,
nav .navbar-nav>li.dropdown.open>a:hover {
  background-color: initial;
  /* border-color: transparent; */
}

.total_menu .dropdown-menu {
  padding: 5px 0;
  margin: -30px 0 0;
  margin-top: -30px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #000;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0px solid #ccc;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: none;
}

.total_menu .dropdown-menu>li>a {
  color: #ededed;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 15px 16px 15px;
  border-bottom: 1px solid #333333;
}

.menu_idioma {
  margin-top: 20px !important;
  left: -50px !important;
  width: 160px !important;
}

.menu_idiomas .dropdown-menu>li>a {
  display: block;
  padding: 7px 20px !important;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
}

.menu_idiomas .navbar-right li>a img {
  height: 22px;
  margin-right: 12px;
}

.menu_idiomas .navbar-right li>a:hover img {
  transform: scale(1.1);
}

.superior {
  height: 55px;
  width: calc(100% - 300px);
  margin-left: auto;
  background-image: linear-gradient(270deg,
      rgba(7, 38, 79, 0.99) 0%,
      transparent 100%);
  z-index: 1;
  font-family: var(--titulo);
}

.barra_ampliada .superior {
  margin-top: 0;
}

.barra_reducida .superior {
  margin-top: -55px;
}

.superior .alineado {
  justify-content: end;
  padding: 0 55px;
  height: 55px;
}

.navbar-collapse {
  width: 100%;
  justify-content: end;
}

.superior .alineado li {
  color: var(--light__e);
  font-size: 16px;
  column-gap: 15px;
  font-weight: 300;
  letter-spacing: 1px;
}

.superior .alineado li img {
  width: 23px;
}

.input-group {
  transition: all ease-in-out 0.2s;
  width: 100%;
}


.condiciones center {
  color: var(--light__e);
}

.input-group:has(.form-control:focus) {
  scale: 1.007;
}

.form-control:focus {
  border-color: var(--boton_oscuro);
}

.formularios_de_contacto label {
  margin-bottom: 8px;
  color: var(--light__e);
}

.marco-contacto a {
  transition: all 0.3s ease;
}

.g-recaptcha.wrapper-flex {
  display: flex;
  justify-content: center;
}

.input-group .form-control {
  z-index: 0;
}

.ocultorobots {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
}

.marco-contacto .input-group-addon {
  background-color: #333;
  border-color: #333;
  color: #fec43d;
  padding: 6px 19px;
  font-size: 20px;
  border-radius: 15px 0 0 15px;
}

.marco-contacto .form-control {
  border-color: #333;
  color: #333;
  font-size: 20px
}

.input-group .form-control {
  z-index: 0;
}

.zona-mapa {
  height: 100%;
}

.zona-mapa iframe {
  height: 100% !important;
  width: 100% !important;
}

.row.contacto {
  height: 500px;
}

.condiciones .btn {
  display: inline-block;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
  color: black;
  background-color: var(--color_boton);
  border-radius: 15px;
  margin-bottom: 5px;
  padding: 18px 30px;
  ;
  transition: all 200ms ease-in-out;
}

.zona_mapa {
  height: 500px;
}

.condiciones .btn.enviar:hover {
  opacity: 0.9;
}

textarea.form-control {
  height: auto !important;
  border-radius: 15px !important;
  padding: 12px 10px;
  resize: none;
}

.form-control {
  height: 65px !important;
  padding: 6px 20px;
  font-style: italic;
  background-color: var(--light__e);
  border: 1px solid #fec43d;
  border-radius: 0 15px 15px 0 !important;
}

.contacto-interior .marco-contacto {
  padding: 0;
}

.marco-contacto {
  /* background-color: #121212; */
  padding: 20px;
  border-radius: 15px;
}

.marco-contacto h3 {
  margin-top: 0px;
}

.form-control::placeholder {
  color: #b9b9b9;
  font-size: 13px;
  transition: all 0.2s ease-in-out;
}

.form-control:focus::placeholder {
  color: transparent !important;
}

.superior .alineado .grupo_redes {
  column-gap: 12px;
}

.superior .alineado li span img {
  width: 20px;
}

.superior-grupo_contactos {
  column-gap: 40px;
}

/* sidebar */
.sidebar-wrapper {
  position: fixed;
  top: 0;
  width: 33%;
  max-width: 250px;
  height: calc(100% - 52px);
  /* top: 52px; */
  padding-top: 0px !important;
  overflow-y: auto;
  background-color: var(--primario__e);
  opacity: 0;
  z-index: 100;
}

.sidebar-wrapper.left {
  left: 0;
  transform: translateX(-100%);
}

.sidebar-wrapper.right {
  right: 0;
  transform: translateX(100%);
  background-color: #000;
}

.toggled .sidebar-wrapper {
  opacity: 1;
  transform: translateX(0%);
}

.sidebar-wrapper::-webkit-scrollbar {
  width: 0px;
  height: 0;
}

.left-toggle {
  left: 0;
}

.right-toggle {
  right: 0;
}

.navbar-toggle {
  margin: 0;
  padding: 15px;
  border-radius: 0;
  border: unset;
  height: 52px;
  width: 52px;
  transition: all 0.3s ease;
}

.navbar-toggle,
.navbar-toggle:focus,
.navbar-toggle:hover {
  background-color: var(--color_boton);
}

.toggled .navbar-toggle,
.toggled .navbar-toggle:focus,
.toggled .navbar-toggle:hover {
  background-color: var(--primario_oscuro__e);
}

.navbar-toggle .icon-bar {
  background-color: var(--primario_oscuro__e);
}

.toggled .navbar-toggle .icon-bar {
  background-color: var(--light__e);
}

.sidebar-nav {
  margin-bottom: 0;
}

.sidebar-wrapper .sidebar-nav li a {
  display: block;
  text-indent: 20px;
  color: var(--light__e);
  font-size: 14px;
  font-weight: 400;
  padding: 20px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.sidebar-wrapper .sidebar-nav li>a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 200px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid var(--primario__e);
}

.sidebar-wrapper .sidebar-nav li.active a,
.sidebar-wrapper .sidebar-nav li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.sidebar-wrapper .sidebar-nav>li {
  display: contents;
}

.sidebar-wrapper .sidebar-nav li img {
  height: 26px;
  margin-left: 0;
}

.sidebar-wrapper .dropdown-menu {
  position: static;
  width: 100%;
  padding: 0;
  border: unset;
  border-radius: unset;
  margin: 0;
  background-color: var(--primario_oscuro__e);
  box-shadow: none;
}

.sidebar-wrapper .dropdown-menu li a {
  background-color: transparent;
}

.sidebar-wrapper .dropdown-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.sidebar-wrapper .dropdown-toggle span {
  margin-left: 7px;
}

.sidebar-wrapper .dropdown-toggle span img {
  width: 12px;
}

.sidebar-wrapper .sidebar-nav .sidebar-redes {
  column-gap: 15px;
}

.sidebar-wrapper .sidebar-nav .sidebar-redes img {
  width: 25px;
  filter: brightness(0) invert(1);
}

.sidebar-wrapper .sidebar-nav .sidebar-redes a:hover img {
  filter: none;
}

#manto-movil {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}

#manto-movil.toogled {
  z-index: 2;
  opacity: 1;
}

.button-fixed {
  position: fixed;
  flex-flow: column;
  row-gap: 18px;
  top: 47%;
  transform: translateY(-50%);
  z-index: 2;
  right: 0;
  align-items: end;
}

.button-fixed .enlace {
  width: 60px;
  background-color: rgba(0, 0, 0, 0.4);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.button-fixed .enlace:has(.enlace-texto):hover {
  width: 285px;
}

.button-fixed .enlace span {
  width: 60px;
  height: 60px;
  border-radius: 0px;
  flex-shrink: 0;
}

.button-fixed .enlace span img {
  width: 73%;
  padding: 0 7px 0 10px;
}

.button-fixed a:nth-of-type(1) .enlace span {
  background-color: #000;
}

.button-fixed a:nth-of-type(3) .enlace span {
  background-color: #01b146;
}

.button-fixed a:nth-of-type(3) .enlace span img {
  width: 95%;
  padding: 0 !important;
}

.button-fixed img:hover {
  transform: scale(1.15);
}

.button-fixed .enlace-texto {
  padding: 0 15px;
  height: 60px;
  align-content: center;
  white-space: nowrap;
}


.button-fixed img {
  width: 100%;
}

/* banner */
.banner {
  height: fit-content;
  z-index: 1;
}

.banner .degradado {
  opacity: 0.8;
  background-image: linear-gradient(90deg,
      var(--primario__e) 55%,
      var(--color_boton) 100%);
}

.banner .btn-amarillo {
  height: 85px;
  align-content: center;
  display: inline-block;
  white-space: nowrap;
  font-size: 19px;
  font-weight: 600;
  color: black;
  background-color: var(--color_boton);
  border-radius: 3em;
  padding: 1em 2.5em;
  transition: all 200ms ease-in-out;
}

.banner .btn-amarillo:hover {
  color: var(--light__e);
}

.banner .btn-amarillo img {
  width: 1.75em;
  margin-right: 3px;
  margin-bottom: 3px;
  vertical-align: middle;
  transition: 0.2s linear all;
}

.banner .banner-row {
  column-gap: 30px;
}

.banner .banner-row-item {
  width: 93px;
  aspect-ratio: 1/1;
}

.banner .mouse-container {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  left: calc(50% - 32.5px);
  bottom: 41px;
  z-index: 2;
  cursor: pointer;
}

.banner .mouse-container .mouse {
  width: 100%;
  padding: 10px;
  transition: transform 0.3s;
}

@keyframes bounce {
  0% {
    transform: scale(1) translateY(0);
  }

  20% {
    transform: scale(1.1, 0.9) translateY(0);
  }

  40% {
    transform: scale(0.9, 1.1) translateY(-10px);
  }

  60% {
    transform: scale(1.05, 0.95) translateY(0);
  }

  80% {
    transform: scale(0.95, 1.05) translateY(-5px);
  }

  100% {
    transform: scale(1) translateY(0);
  }
}

.banner .mouse-container:hover .mouse {
  animation: bounce 0.6s;
}

/* bloqueInformacion */
.bloqueInformacion .img-container {
  width: 100%;
  max-width: 500px;
  margin: auto;
  aspect-ratio: 1 / 1;
}

.bloqueInformacion .img-container-fondo {
  border-radius: 50%;
}

.bloqueInformacion li {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 500;
}

.bloqueInformacion .img-container-sm {
  width: 209px;
  height: 209px;
  background-image: linear-gradient(135deg,
      var(--light__e) 0%,
      var(--primario__e) 100%);
  bottom: 0;
  right: calc(0px - 40px);
  transform: translateY(50%);
  border-radius: 35px;
}

.bloqueInformacion .img-container-sm-fondo {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 35px;
  background-color: var(--primario__e);
}

.bloqueInformacion .img-container-sm-fondo img {
  opacity: 0.149;
}

.bloqueInformacion .img-container-sm-item {
  padding: 30px;
}

/* servicios */
.servicios .fondo {
  opacity: 0.149;
}

/* .servicios .splide__arrow {
  width: 70px;
  height: 70px;
  padding: 0 20px;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid var(--primario__e);
  opacity: 1;
} */

.servicios .splide__arrow:hover {
  opacity: 0.8;
}

.servicios .splide__arrow img {
  width: 100%;
}

.servicios .splide__arrow--prev {
  left: calc(-70px - 40px);
}

.servicios .splide__arrow--next img {
  transform: scale(-1);
}

.servicios .splide__arrow--next {
  right: calc(-70px - 40px);
}

/* .servicios .caja_servicio {
  width: 100%;
  height: 100%;
  background-color: var(--light__e);
  padding: 25px 30px;
  aspect-ratio: 10 / 12;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.05));
  border: 1px solid #ececec;
}

.servicios .caja_servicio:hover {
  background-color: var(--primario__e);
} */

.servicios .caja_servicio:hover .img-container img,
.servicios .caja_servicio:hover .img-container .img-background {
  filter: brightness(0) invert(1);
}

.servicios .caja_servicio:hover p.parrafo,
.servicios .caja_servicio:hover .titulo {
  color: var(--light__e);
}

.servicios .img-container {
  width: 146px;
  aspect-ratio: 1;
  margin: 0 auto;
}

.servicios .img-container img {
  padding: 26px;
}

.texto {
  color: var(--light__e);
  font-size: 16px;
  line-height: 25px;
}

.nose .texto {
  font-size: 16px;
  line-height: 28px;
}

.servicios .img-container .img-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.047;
}

/* parallax */
.parallax {
  background-color: var(--primario__e);
}

.parallax .fondo {
  opacity: 0.498;
}

.parallax .gradient {
  background-image: linear-gradient(90deg,
      rgba(7, 38, 79, 0.99) 0%,
      transparent 100%);
}

.parallax .corte-top {
  transform: translateY(-50%);
}

.parallax .corte-bottom {
  transform: translateY(50%);
}

.parallax_caja {
  /* max-width: 600px; */
  width: 100%;
  aspect-ratio: 20 / 9;
  /* border: 1px solid #ececec; */
  border-radius: 15px;
  padding: 13%;
}

.parallax_caja img {
  padding: 13%;
}

/* servicios_2 */
.servicios_2 {
  background-image: linear-gradient(90deg, #fafafa 45%, var(--light__e) 45%);
}

.servicios_2 .caja_servicio_2 {
  background-image: linear-gradient(0deg, #07264f 0%, var(--primario__e) 100%);
  border-radius: 15px;
  margin-bottom: 60px;
  height: 382px;
  padding: 50px;
}

.servicios_2 .servicio_2_titulo {
  font-size: 30px;
  line-height: 40px;
}

.servicios_2 .caja_servicio_2 .fondo {
  opacity: 0.349;
}

.servicios_2 .caja_servicio_2:hover .fondo {
  transform: scale(1.15);
}

/* mapa */
.mapa {
  height: 585px;
}

/* Calculadora */

.calculadora {
  /* background-color: var(--primario_oscuro__e); */
  background: linear-gradient(to bottom, rgba(23, 23, 23, 1) 0%, rgba(23, 23, 23, 1) 80%, rgba(0, 0, 0, 1) 100%);
}

.calculadora .titulo {
  color: var(--light__e);
  font-size: 47px;
}

.banner-calculadora .banner_interior {
  height: 240px !important;
}

/* Apartados */

.bloque_cabecera .bloque_titulo {
  background-color: var(--primario__e);
  border-radius: 15px 15px 0 0;
  padding: 15px;
  font-family: var(--titulo);
}

.bloque_cabecera .bloque_titulo h3 {
  margin: 0;
  color: var(--primario_oscuro__e);
  text-transform: uppercase;
  font-family: var(--familia_fuente);
  font-weight: 300;
}

.cabecera .antetitulo {
  margin: 0;
  margin-bottom: 3px;
}

.bloque_cabecera .imagen {
  width: 100%;
  border-radius: 15px;
}

.bloque_imagen_lista ul {
  list-style: none;
  padding: 0;
}

.bloque_imagen_lista h4 {
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
  font-family: var(--familia_fuente);
  color: #fff;
  font-size: 22px;
}

.bloque_cabecera .bloque_interior {
  /* background-color: #e0e0e0; */
  background-color: #121212;
  color: var(--light__e);
  padding: 30px 15px;
  border-radius: 0 0 15px 15px;
}

.bloque_interior .texto p {
  color: var(--light__e);
  font-size: 15px;
  line-height: 22px;
}

.bloque_imagen_lista .imagen {
  width: 100%;
  object-fit: cover;
  margin-bottom: 30px;
  border-radius: 15px;
}

.bloque_boton .btn {
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: black;
  background-color: var(--color_boton);
  border-radius: 3em;
  padding: 1em 3em;
  transition: all 200ms ease-in-out;
}

.floating-icons {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 5;
}

.floating-icons a {
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

.floating-icons img {
  max-width: 48px;
  height: auto;
}

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

.bloque_boton .btn:hover {
  color: #fff;
  opacity: 0.9;
}

.interiores {
  background: linear-gradient(to bottom, rgba(23, 23, 23, 1) 0%, rgba(23, 23, 23, 1) 80%, rgba(0, 0, 0, 1) 100%);
}

.interiores p {
  font-size: 16px;
  line-height: 28px;
  color: var(--light__e);
  font-weight: 200;
  margin-bottom: 0;
}

.interiores .tipografia {
  color: var(--light__e);
}

.interiores .lista_archivos {
  color: var(--light__e);
}

.interiores .lista_archivos a:hover {
  color: var(--color_boton);
}

.lista_archivos a {
  transition: all 0.3s ease;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.bloque_imagenes img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.bloque_imagenes .flexible {
  display: flex;
  align-items: center;
}

.bloque_contenido .titulo {
  margin: 0;
  color: var(--primario_oscuro__e);
  background-color: var(--primario__e);
  border-radius: 15px;
  padding: 10px;
  font-family: var(--titulo);
}

.bloque_contenido p {
  margin: auto 20px;
}

.nav .open>a {
  border-color: #2f2f2f !important;
}

.bloque_contenido ul {
  color: var(--light__e);
}

.ug-thumb-wrapper.ug-tile.ug-tile-clickable {
  border-radius: 15px;
  background-color: transparent !important;
}


/* Footer */
footer {
  background-color: #000;
  /* border-top: 2px solid var(--primario_oscuro__e); */
  /* background-color: var(--primario__e); */
  /* background-image: linear-gradient(
    180deg,
    rgba(18, 61, 125, 0.99) 0%,
    transparent 100%
  ); */
}

footer .corte-top {
  height: 10px;
  background-color: var(--primario__e);
}

footer .corte-top-2 {
  opacity: 0.298;
  height: 20px;
}

footer .info__content {
  column-gap: 50px;
  row-gap: 20px;
  margin: 0 auto;
  flex-wrap: wrap;
}

footer .info__content>ul.ul_footer {
  flex-flow: column;
  row-gap: 20px;
}

footer .vl {
  opacity: 0.298;
  width: 1px;
  height: 120px;
  background-color: var(--light__e);
}

footer .ul_footer h2 {
  text-wrap: nowrap;
  font-size: 24px;
  font-weight: 600;
}

.footer-contact {
  column-gap: 60px;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 50px;
}

.footer-contact-item {
  font-size: 22px;
  column-gap: 24px;
}

.footer-contact-item span {
  width: 65px;
  height: 65px;
  background-color: var(--light__e);
  border-radius: 100%;
  outline: 1px solid var(--light__e);
  outline-offset: 6px;
  flex-shrink: 0;
}

.footer-contact-item span img {
  width: 100%;
  padding: 20px;
}

/* footer .ul_footer span img {
  width: 100%;
  padding: 18px;
} */

footer .footer__img {
  width: 240px;
}

.footer-marcas {
  column-gap: 17px;
}

.footer-marcas img {
  width: 93px;
}

.footer-social {
  column-gap: 25px;
}

.footer-social img {
  width: 45px;
}

footer .links {
  flex-wrap: wrap;
  gap: 5px;
  font-weight: 300;
  z-index: 1;
}

footer .links a,
footer .links span {
  color: var(--light__e);
}

footer .hl {
  background-color: var(--light__e);
  height: 1px;
  width: 100%;
  opacity: 0.3;
}

footer .container_footer {
  padding: 30px 10px;
  /* font-family: var(--titulo); */
  column-gap: 15px;
  font-weight: 500;
}

footer .links a {
  color: #fff;
  font-size: 18px;
}

footer .links a:hover {
  color: #c9ab50;
}

footer .footer-final {
  background-image: linear-gradient(90deg,
      rgba(7, 38, 79, 0.99) 0%,
      transparent 100%);
  column-gap: 60px;
  row-gap: 10px;
  flex-flow: wrap;
  padding: 30px 20px;
  z-index: 1;
}

footer .footer-final p {
  margin-bottom: 0;
}

footer .footer-final a {
  color: var(--light__e);
}

footer .footer-copyright {
  font-size: 11px;
  color: var(--light__e);
}

footer .footer-copyright a {
  font-weight: 500;
}

footer .web_laspalmas {
  font-weight: 600;
  color: var(--light__e);
}

@media (min-width: 1200px) {
  .custom-container {
    max-width: 1410px;
    width: 100%;
    height: 60%;
    align-content: center;
  }

  .ejemplo-SwiftAlerts .container {
    padding: 100px 20px;
  }

  .container-portada {
    max-width: 1190px;
    width: 100%;
    align-content: center;
  }

  .custom-container.contacto {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    height: 60%;
    align-content: center;
  }
}

@media (max-width: 1630px) {
  .servicios .splide__arrow--next {
    right: calc(-70px - 15px);
  }

  .servicios .splide__arrow--prev {
    left: calc(-70px - 15px);
  }
}

@media (max-width: 1300px) {
  .navbar-nav>li>a {
    font-size: 12px;
  }
}

@media (max-width: 1300px) {
  .bloqueInformacion .img-container-sm {
    right: calc(0px - 20px);
  }

  /* footer .info__content {
    column-gap: 60px;
  } */
}

@media (max-width: 1200px) {
  .custom-container {
    padding: 0 45px;
  }

  .ejemplo-SwiftAlerts .row {
    flex-direction: column;
  }

  .ejemplo-SwiftAlerts .contenedor-contenido {
    margin-top: -100px;
    padding-bottom: 50px;
  }

  .navbar-header {
    float: left;
    order: 2;
  }

  .nose .fondo_tarjetas {
    width: 490px;
  }

  .nose3 .panel-title {
    font-size: 17px;
  }

  .nose3 .container.custom-container {
    padding: 35px !important;
  }

  .nose3 .ejemplo-movil .video-fluid {
    border-radius: 30px !important;
  }

  .footer-main .footer-contacto ul {
    flex-wrap: wrap !important;
    justify-content: center;
  }

  .navbar .logo-navbar img {
    width: 100px !important;
    transition: all 300ms ease-in;
  }

  .barra_ampliada .navbar-fixed-top,
  .barra_reducida .navbar-fixed-top {
    height: 52px;
    filter: drop-shadow(0px 5px 7.5px rgba(0, 0, 0, 0.1));
  }

  .navbar-brand {
    height: 52px;
    left: 15px;
  }

  .barra_ampliada .navbar-brand,
  .barra_reducida .navbar-brand {
    width: auto;
    top: 0;
  }

  .navbar-brand>img {
    width: 100%;
    height: 75%;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .barra_ampliada .borde-blanco,
  .barra_reducida .borde-blanco {
    top: 52px !important;
  }

  .banner .banner-row {
    justify-content: center;
  }

  .banner .mouse-container {
    bottom: 25px;
  }

  .logo-navbar {
    order: 1;
    left: 5px;
  }

  .custom-button-hidden-md {
    display: flex;
  }

  .custom-button-visible-md {
    display: none;
  }

  .logo-navbar a {
    margin-left: 10px;
    height: 35%;
  }

  .navbar-nav>li>a {
    font-size: 12px;
    padding: 0 15px;
  }

  .navbar-brand {
    left: 45px;
  }

  .barra_ampliada .navbar-brand {
    width: 200px;
  }

  .bloqueInformacion .img-container-sm {
    width: 160px;
    height: 160px;
  }

  .servicios .splide__arrow {
    top: 115%;
  }

  .servicios .splide__arrow--next {
    right: calc(-70px - 15px);
    right: calc(50% - 80px);
  }

  .servicios .splide__arrow--prev {
    left: calc(50% - 80px);
  }

  #menu-lateral.toggled.toggle-right .sidebar-wrapper.right {
    width: 30%;
    right: 50%;
    display: block;
  }

  .sidebar-nav {
    position: relative;
    width: 100%;
  }

  .sidebar-wrapper {
    top: 52px;
  }

  #menu-lateral.toggled.toggle-right .sidebar-wrapper.right,
  #menu-lateral.toggled.toggle-left .sidebar-wrapper.left {
    width: 33%;
  }


}

@media (max-width: 992px) {
  .row-align-center {
    display: block;
  }

  .ejemplo-SwiftAlerts .contenedor-contenido {
    margin-top: unset;
    padding-bottom: unset;
  }

  .titulo-descarga {
    text-align: center;
  }

  .ejemplo-SwiftAlerts .row {
    flex-direction: unset;
  }

  .nose3 .row {
    gap: 15px;
  }

  .sidebar-wrapper {
    top: 0;
  }

  .panel-group {
    margin: 0 10px 20px 10px
  }

  .texto-descarga {
    text-align: center;
  }

  .nose2 .titulo {
    line-height: 42px;
  }

  .nose2 .contenido p {
    text-align: center;
  }

  .nose3 .titulo {
    margin-top: 10px !important;
  }

  .nose3 .panel-body .parrafo {
    line-height: 20px !important;
  }

  .presupuesto .titulo {
    margin-bottom: 30px !important;
    line-height: 28px;
  }

  .nose3 .titulo {
    text-align: center !important;
  }

  .nose3 .container.custom-container {
    padding: 0 25px !important;
  }

  .nose3 .ejemplo-movil .video-fluid {
    border-radius: 33px !important;
  }

  .nose3 .panel-title>a {
    font-size: 13.5px !important;
  }

  .nose3 .panel-body .parrafo {
    font-size: 13px !important;
  }

  .nose3 .collapsed .drop img {
    width: 25px !important;
    top: 0px !important;
  }

  .nose3 .drop img {
    width: 25px !important;
  }

  .nose .contenedor .btn {
    margin: 0 !important;
  }

  .titulo-ejemplo {
    font-size: 40px;
    text-align: center;
    line-height: 48px;
    font-family: var(--titulo);
    font-weight: 500;
    color: var(--light__e);
    margin-bottom: 28px;
    margin-top: 80px !important;
  }

  .zona-mapa iframe {
    height: 450px !important;
  }

  .app .botones-descarga {
    text-align: center !important;
  }

  .app .btn-descarga img {
    width: 30% !important;
  }

  .banner .container.primero {
    bottom: 80px;
  }

  .banner .texto-llamanos {
    flex-direction: column;
  }

  .categorias .row {
    height: 100% !important;
  }

  .row.contacto {
    height: auto;
  }

  .marco-contacto {
    margin-top: 30px;
    padding: 0;
  }

  .antetitulo,
  .subtitulo,
  .titulo,
  .texto {
    text-align: center !important;
  }

  .button-centred-md {
    margin: 0 auto;
  }

  .titulo-lg {
    font-size: 65px;
    line-height: 70px;
  }

  .parrafo {
    text-align: justify;
    text-align-last: center;
  }

  .superior {
    display: none;
  }

  .bloqueInformacion .row-align-center {
    display: flex;
    flex-direction: column-reverse;
  }

  .bloqueInformacion .row-align-center>div {
    width: 100%;
  }

  #servicios-slider {
    margin: 0 auto;
  }

  .servicios_2 {
    background-image: none;
  }

  .parallax .row-align-center {
    display: flex;
    flex-direction: column-reverse;
  }

  .parallax .row-align-center>div {
    width: 100%;
  }

  .parallax_caja {
    margin: 0 auto;
  }

  footer .vl {
    height: 1px;
    width: 100%;
    max-width: 320px;
  }

  footer .info__content {
    flex-direction: column;
    row-gap: 30px;
  }

  footer .info__content>ul {
    max-width: 320px;
    width: 100%;
  }

  footer .ul_footer h2 {
    margin: 0;
  }

  footer .info__content>ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  footer .info__content>ul li div {
    justify-content: start;
  }

  footer .footer-copyright {
    column-gap: 20px;
    font-size: 10px;
  }

  .footer-info {
    column-gap: 20px;
  }

  .footer-contact {
    flex-direction: column;
    row-gap: 30px;
    margin-top: 10px;
  }

  footer .links a {
    font-size: 14px;
  }

  footer .container_footer {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .custom-container {
    padding: 0 25px;
  }

  .titulo {
    font-size: 45px;
    line-height: 45px;
  }

  .banner_interior {
    height: 175px !important;
  }

  .nose .contenedor .btn {
    font-size: 20px !important;
  }

  .nose .contenedor .btn .texto-tlfn {
    font-size: 24px !important;
  }

  #menu-lateral.toggled.toggle-right .sidebar-wrapper.right,
  #menu-lateral.toggled.toggle-left .sidebar-wrapper.left {
    width: 80% !important;
  }

  .interiores .titulo {
    line-height: 45px;
  }

  .subtitulo {
    font-size: 20px;
  }

  .titulo-lg {
    font-size: 50px;
    line-height: 50px;
  }

  .titulo-sm {
    font-size: 25px;
    line-height: 25px;
  }

  .parrafo {
    line-height: 26px;
  }

  .servicios .img-container {
    width: 105px;
  }

  .servicios .caja_servicio {
    padding: 25px 20px;
  }

  .toggled .sidebar-wrapper {
    width: 80%;
  }
}

@media (max-width: 600px) {
  .parrafo {
    font-size: 14px;
    line-height: 22px;
  }

  .app .btn-descarga img {
    width: 35% !important;
  }

  .bloque_interior .texto p {
    text-align: start;
  }

  #llamanos-form {
    margin-top: -17px;
  }

  .banner .antetitulo {
    font-size: 18px;
  }

  .banner .titulo {
    font-size: 45px !important;
  }

  .banner .btn-amarillo {
    height: 70px;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 35px;
  }

  .banner .fondo-oscuro {
    padding: 20px 20px 20px 20px !important;
  }

  .banner .container .subtitulo {
    font-size: 20px !important;
  }

  .banner .titulo {
    line-height: 55px;
  }

  .banner .container.primero .subtitulo {
    font-size: 22px !important;
    margin: 15px 0 20px 0;
  }

  .banner .container .antetitulo {
    margin: 0 0 10px 0 !important;
    font-size: 22px !important;
  }



  .banner .banner-row-item {
    width: 80px;
  }

  .banner .fondo-oscuro {
    width: 100% !important;
    position: absolute !important;
    bottom: 0 !important;
  }

  .interiores p {
    font-size: 14px;
  }

  .bloqueInformacion .img-container-sm {
    width: 120px;
    height: 120px;
    border-radius: 25px;
  }

  .bloqueInformacion .img-container-sm-fondo {
    border-radius: 25px;
  }

  .servicios_2 .caja_servicio_2 {
    padding: 30px;
  }

  .servicios_2 .servicio_2_titulo {
    font-size: 25px;
    line-height: 32px;
  }

  footer .footer__img {
    width: 200px;
  }

  .footer-contact-item {
    font-size: 16px;
  }

  .footer-marcas img {
    width: 80px;
  }
}

@media (max-width: 500px) {
  .app .btn-descarga img {
    width: 42% !important;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    padding: 0px 120px 0 120px;
  }
}

.navbar .logo-navbar img {
  width: 210px;
  transition: all 300ms ease-in;
}

.menu_idiomas .navbar-nav>li>a.dropdown-toggle {
  border-radius: 20px;
  border: 1px solid #ffffff;
  padding: 6px 6px 6px;
}

.menu_idiomas .navbar-right li>a img.activa {
  height: 22px;
  margin-right: 23px;
}

.navbar-nav>li:first-child a {
  border-left: 0px solid #2f2f2f;
}

.menu_idiomas .navbar-nav>li>a .fa {
  position: relative;
  top: 4px;
  left: -4px;
  color: #fff;
}


.boton-cerrar-reducido {
  display: none !important;
  opacity: 0;
}

.boton-cerrar-reducido img {
  height: 30px;
}

.aparece {
  display: block !important;
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 1;
  width: 100%;
  height: 100%;
  align-content: center;
}

.desaparece {
  display: none;
  opacity: 0;
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

.banner_interior {
  width: 100%;
  height: 500px;
  margin-top: 100px;
  background-size: cover;
  overflow: hidden;
  background-position: center center;
}

.banner-fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.banner .container {
  position: relative;
  z-index: 2;
  color: #fff;
}

.banner .container .antetitulo {
  font-weight: 100;
  margin: 0 0 20px 0;
}

.banner .titulo {
  font-size: 60px;
  font-weight: 100;
  font-family: var(--titulo);
  line-height: 65px;
  color: #fff;
  margin: 0 0 5px 0;
}

.banner .container .subtitulo {
  font-size: 25px;
  font-weight: 700;
  margin: 25px 0 45px 0;
}

.banner .fondo-oscuro {
  background-color: rgba(0, 0, 0, 0.7);
  max-width: 100vw;
  position: relative;
  padding: 35px 20px;
  color: #fff;
  margin: 0;
  z-index: 2;
}

.banner .fondo-oscuro p {
  margin: 0;
}

.banner .fondo-oscuro .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: auto;
  padding: 0;
  gap: 100px;
}

.banner .fondo-oscuro .container .subtitulo {
  margin: 0;
  text-align: left;
  flex: 1;
}

.banner .texto-llamanos {
  font-size: 20px;
  text-align: right;
  flex: 1;
  min-width: 730px;
  display: inline-flex;
  align-items: center;
}

#llamanos-form {
  opacity: 0;
  transition: opacity 0.2s ease;
  display: inline-block;
}

#llamanos-form.showing {
  opacity: 1;
}

.banner .texto-llamanos .tel-portada {
  display: inline-block;
  border-radius: 30px 0 0 30px !important;
  padding: 0 0 0 15px;
  margin-left: 12px;
  height: 57px !important;
  width: 199px
}

.swal2-content {
  margin: 0 20px !important;
}

.banner .texto-llamanos #btn-enviar {
  display: inline-block;
  border-radius: 0 30px 30px 0;
  margin-left: -5px;
  width: 80px;
  height: 57px;
  padding: 0 5px 0 0;
}

.banner .texto-llamanos .btn {
  font-size: 12px;
  font-weight: 700;
  color: var(--color_boton);
  background-color: black;
  border-color: var(--color_boton);
  border-radius: 30px;
  padding: 15px 35px;
  margin: 0 10px;
  transition: all 0.3s ease;
}

.banner .texto-llamanos .btn:hover {
  background-color: var(--color_boton);
  color: var(--primario_oscuro__e);
  font-weight: 700;
}

.banner .texto-llamanos .btn svg {
  margin-right: 3px;
}

.banner .texto-llamanos .btn svg path {
  transition: all 0.3s ease;
}

.banner .texto-llamanos .btn:hover svg path {
  stroke: var(--primario_oscuro__e) !important;
}

.banner .texto-llamanos img {
  width: 25px;
}

.banner .texto-llamanos svg {
  vertical-align: middle;
  width: 25px;
}

.swal2-popup.swal2-modal.swal2-show {
  width: 450px;
  height: 300px;
  font-size: 14px;
  border-radius: 30px;
}

.banner .texto-llamanos .texto-tlfn {
  color: var(--color_boton);
  font-size: 25px;
  font-weight: 600;
  font-family: var(--titulo);
  margin-left: 5px;
}

.categorias {
  background-color: var(--primario_oscuro__e);
  border-top: 1px solid #675003;
}

.categorias .custom-container {
  margin: auto;
  padding: 0 20px;
}

.categorias .columna .arriba,
.categorias .columna .abajo {
  height: 50%;
}

.categorias .row {
  display: flex;
  align-items: stretch;
  height: 500px;
}

.contenedor-categoria {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.tarjeta-categoria {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  border: 1px solid #2c2c2c;
  box-shadow: inset 0 -26px 40px 20px rgba(0, 0, 0, 0.8);
  transition: all 0.3s linear;
}

.tarjeta-categoria:hover {
  box-shadow: inset 0 -26px 40px 20px rgba(0, 0, 0, 0.6);
}

.col-md-5 .tarjeta-categoria {
  /* height: 220px; */
  height: 100%;
}

.col-md-5 .columna {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

.col-md-7 .tarjeta-categoria {
  flex: 1;
}

.contenido-categoria {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 20px;
  color: white;
  text-align: center;
}

.titulo-categoria {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  max-width: calc(100% - 40px);
}

.contenido-categoria img {
  width: 32px;
  height: auto;
}

.app {
  position: relative;
  overflow: hidden;
}

.app::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

.app .app-fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.app .container {
  position: relative;
  z-index: 2;
  color: #fff;
}

.titulo-descarga {
  font-size: 40px;
  line-height: 48px;
  font-family: var(--titulo);
  font-weight: 500;
  color: var(--light__e);
  margin-bottom: 35px;
  margin-top: 0;
}

.texto-descarga {
  color: var(--light__e);
  font-size: 14px;
  line-height: 22px;
}

.app .botones-descarga {
  text-align: start;
}

.app .btn-descarga img {
  width: 28%;
  margin-right: 15px;
  transition: all 0.2s linear;
}

.app .btn-descarga img:hover {
  scale: 1.02;
}

.ejemplo-SwiftAlerts {
  position: relative;
  background-color: #000;
}

.ejemplo-SwiftAlerts .row {
  display: flex;
  align-items: stretch;
  gap: 30px;
}

.ejemplo-SwiftAlerts .contenedor-contenido {
  display: flex;
  flex-direction: column;
}

.ejemplo-SwiftAlerts .contenedor-contenido .contenido {
  margin-top: auto;
  margin-bottom: auto;
}

.ejemplo-SwiftAlerts .forma-fondo {
  width: 100%;
  height: auto;
  display: block;
}

.titulo-ejemplo {
  font-size: 40px;
  line-height: 48px;
  font-family: var(--titulo);
  font-weight: 500;
  color: var(--light__e);
  margin-bottom: 28px;
  margin-top: 0;
}

.ejemplo-SwiftAlerts .tarjeta {
  background-color: #000;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(100, 100, 100, 1);
  border-radius: 10px;
}

.ejemplo-SwiftAlerts .ejemplo-movil .video-fluid {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  object-fit: cover;
  margin: 0 0 -5px 0;
}

.presupuesto {
  background-color: var(--primario_oscuro__e);
}

.presupuesto .row {
  display: flex;
  align-items: center;
}

.presupuesto .titulo {
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 0;
}

.presupuesto .antetitulo {
  font-weight: 500;
}

.nose {
  background-color: #000;
}

.nose .container.custom-container {
  display: flex;
  align-items: center;
  padding: 0;
  gap: 60px;
}

.nose .container.custom-container>.contenedor-contenido {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contenedor-tarjetas {
  position: relative;
}

.contenedor-tarjetas .img-fondo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 115%;
  height: 115%;
  background-image: url("images/FORMAS/Degradado_fondo_iconos.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 0;
}

.nose .col-md-6 .tarjeta {
  z-index: 1;
}

.nose .col-md-6 .col-md-6 {
  padding: 15px;
}

.nose .contenedor .btn {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  background-color: black;
  border-color: var(--color_boton);
  border-radius: 30px;
  padding: 10px 38px;
  /* margin: 0 10px; */
  transition: all 0.3s ease;
}

.nose .contenedor .btn:hover {
  background-color: var(--color_boton);
}

.nose .contenedor .btn:hover .texto-tlfn {
  color: var(--primario_oscuro__e);
}

.nose .contenedor .btn .texto-tlfn {
  font-family: var(--titulo);
  color: var(--color_boton);
  font-weight: 700;
  font-size: 25px;
  transition: all 0.3s ease;
}

.nose .contenedor-tarjetas-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 30px;
}

.nose .contenedor-tarjetas-grid::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 115%;
  height: 130%;
  background: url("images/FORMAS/Degradado_fondo_iconos.svg") center/cover no-repeat;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.nose .tarjeta {
  position: relative;
  aspect-ratio: 1;
  border-radius: 15px;
  overflow: hidden;
  background: var(--bg) center/cover no-repeat;
  z-index: 1;
}

.nose .tarjeta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(25, 25, 25, 0.7);
  z-index: 2;
  pointer-events: none;
}

.nose .tarjeta::after {
  content: "";
  position: absolute;
  top: 35%;
  left: 50%;
  width: 30%;
  height: 30%;
  background: var(--icon) center/contain no-repeat;
  filter: contrast(1.3);
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
}

.nose .tarjeta p {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  width: 80%;
  text-align: center;
  font-family: var(--titulo);
  font-size: 20px;
  color: var(--light__e);
  margin: 0;
  z-index: 4;
  line-height: 23px;
}

.nose2 {
  background-color: var(--primario_oscuro__e);
}

.nose2 .titulo {
  font-size: 40px;
  margin-bottom: 30px;
}

.nose2 .contenido p {
  font-size: 16px;
  line-height: 24px;
}

.nose2 .contenido {
  margin-right: 70px;
  color: var(--light__e);
}

.nose2 .foto {
  overflow: hidden;
  width: 50vw;
  height: 100%;
}

.nose2 .foto img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
}

.nose3 {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.nose3 .titulo {
  font-size: 38px;
  line-height: 40px;
  font-family: var(--titulo);
  font-weight: 500;
  color: var(--light__e);
  margin-bottom: 37px;
  margin-top: 0;
}

.nose3 .container.custom-container {
  padding: 140px;
}

.nose3 .fondo-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(0px);
  z-index: 0;
}

.nose3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0.57) 0%,
      rgba(0, 0, 0, 0.95) 100%);
  z-index: 1;
}

.nose3 .row {
  display: flex;
  align-items: center;
}

.nose3 .col-md-6 {
  display: flex;
  flex-direction: column;
}

.nose3 .contenido {
  margin-top: auto;
  margin-bottom: auto;
}

.nose3 .container,
.nose3 .contenido,
.nose3 .contenido-foto {
  position: relative;
  z-index: 2;
}

.nose3 .tarjeta {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  transform: translate(-50%, -50%);
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}

.nose3 .ejemplo-movil .video-fluid {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  object-fit: cover;
  border-radius: 52px;
}

.nose3 .panel {
  background-color: transparent;
  border-color: transparent;
}

.nose3 .panel-heading {
  background-color: transparent;
  border-color: transparent;
  border-bottom: 1px solid #373737;
  padding: 30px 0px;
}

.nose3 .drop img {
  transform: rotate(180deg);
  width: 30px;
  transition: all 300ms ease;
}

.nose3 .collapsed .drop img {
  transform: rotate(0deg);
  width: 30px;
  position: relative;
  top: -6px;
}

.nose3 .forma-fondo {
  width: 140%;
  height: 100%;
  left: -20%;
  top: -90px;
  position: relative;
}

.nose3 .panel-title {
  color: #fff;
  font-family: var(--titulo);
  font-weight: 900;
  font-size: 18px;
}

.nose3 .panel-body {
  border-top: transparent !important;
}

.nose3 .panel-body .parrafo {
  color: #dfdfdf;
  font-size: 16px;
  line-height: 25px;
}

.nose4 {
  background-color: #e0e0e0;
}

.nose4 .titulo {
  color: var(--primario_oscuro__e);
}

.nose4 .texto {
  color: var(--primario_oscuro__e);
  margin-bottom: 50px;
}

.nose4 .contenedor-video video {
  display: block;
  width: 80%;
  margin-left: auto;
}

.cualidades {
  position: relative;
  margin-top: 2rem;
}

.cualidades .titulo {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 900;
}

.cualidades .splide__slide .titulo {
  font-size: 20px;
}

#splide-cualidades {
  position: relative;
  overflow: visible;
  border: 1px solid #ccc;
  border-radius: 1rem;
  padding: 2rem 3rem;
}

.splide__slide {
  outline: none;
}

#splide-cualidades .splide__arrows {
  position: absolute;
  top: -2.5rem;
  right: 1rem;
  display: flex;
  gap: 1rem;
}

.splide__arrow {
  border: none;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  opacity: 1;
}

.splide__arrow:hover {
  opacity: 0.7;
}

.splide__arrow--prev {
  left: -7rem;
}

.splide__arrow--next {
  right: -1rem;
}

#splide-cualidades .splide__pagination__page {
  opacity: 1;
}

#splide-cualidades .splide__pagination__page.is-active {
  background: #000;
}

#splide-cualidades .splide__pagination {
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
}

.fondo-negro {
  background-color: #000;
}

.btn-amarillo {
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: black;
  background-color: var(--color_boton);
  border-radius: 3em;
  padding: 1em 3em;
  transition: all 200ms ease-in-out;
}

.btn-amarillo img {
  width: 1.5em;
  margin-right: 3px;
  vertical-align: middle;
  transition: 0.2s linear all;
}

.btn-amarillo:hover img {
  filter: invert(1);
}

.btn-amarillo:hover {
  filter: brightness(0.95);
}

.contenedor-solitario,
.contenedor-solitario>a,
.contenedor-solitario>a>.tarjeta-categoria {
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
}

.contenedor-solitario>a {
  overflow: hidden;
}

.contenedor-solitario>a:hover {
  filter: none;
  scale: 1.1;
}

.btn-amarillo a:focus,
a:hover {
  /* filter: brightness(0.9); */
  color: var(--light__e);
}

center a:hover {
  color: var(--color_boton);
}

@media (max-width: 1199px) {
  .banner .container {
    text-align: center;
  }

  .banner_interior {
    margin-top: 50px;
  }

  .banner .caja-llamanos {
    text-align: center;
  }

  .banner .caja-llamanos .container {
    display: block;
  }

  .banner .caja-llamanos .container .subtitulo {
    text-align: center;
    margin-bottom: 30px;
  }

  .banner .caja-llamanos .container .texto-llamanos {
    text-align: center;
    min-width: 0;
  }

  .nose .contenedor-tarjetas-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
  }

  .nose .tarjeta p {
    font-size: 17px;
  }

  .nose2 .contenido {
    margin-right: 0px;
  }
}

@media (max-width: 991px) {
  .titulo {
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 25px;
  }

  .categorias .row {
    flex-direction: column;
    gap: 20px;
  }

  .categorias .col-md-5,
  .categorias .col-md-7 {
    flex: none;
    width: 100%;
  }

  .categorias .col-md-5 .columna {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
  }

  .categorias .col-md-5 .arriba,
  .categorias .col-md-5 .abajo {
    width: calc((100%));
    aspect-ratio: 16 / 9;
    height: auto !important;
  }

  .categorias .col-md-5 .tarjeta-categoria {
    height: 100%;
  }

  .categorias .col-md-7 .tarjeta-categoria {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto !important;
  }

  .categorias .col-md-5 .columna {
    gap: 20px;
  }

  .presupuesto .row {
    display: block;
  }

  .presupuesto .col-xs-12 {
    text-align: center;
  }

  .app::before {
    background: linear-gradient(to right,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0.5) 100%);
  }

  .ejemplo-SwiftAlerts .row {
    display: block;
  }

  .ejemplo-SwiftAlerts .contenedor-contenido:has(.contenido) {
    transform: translateY(-25%);
  }

  .ejemplo-SwiftAlerts .tarjeta {
    width: 95%;
  }

  .nose .container.custom-container {
    display: block;
  }

  /* .nose .contenedor-tarjetas-grid {
    width: 100%;
  }

  .nose .contenedor-tarjetas-grid::before {
    width: 50%;
    height: 210%;
  } */

  .nose .contenedor-contenido {
    width: 100%;
  }

  .nose .contenedor-contenido .contenedor {
    text-align: center;
  }

  .nose2 .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .nose2 .foto {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .nose2 .foto img {
    width: 100%;
  }

  .nose3 .forma-fondo {
    position: relative;
    width: 200%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .nose3 .tarjeta {
    overflow: visible;
  }

  .nose3 .ejemplo-movil .video-fluid {
    width: 180%;
  }

  .nose3 .panel-heading {
    padding: 15px 0px;
  }

  .nose3 .panel-title>a {
    font-size: 15px;
  }

  .nose3 .panel-title>a .drop {
    transform: translateY(-25%);
  }

  /* .nose3 .titulo,
  .nose3 .texto,
  .nose3 .parrafo {
    text-align: left;
    text-align-last: left;
  } */

  .nose4 .cualidades .titulo {
    text-align: left !important;
    top: -3.7rem;
  }

  #splide-cualidades {
    margin-top: 20px;
  }

  .nose4 .contenedor-video video {
    margin-top: 50px;
  }

  #splide-cualidades .splide__arrows {
    margin-bottom: 10px !important;
  }

  .nose4 .contenedor-video video {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .nose3 .row {
    display: block;
  }

  .nose3 .col-md-6 {
    width: 100%;
    margin: auto;
  }

  .nose3 .forma-fondo {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translate(-50%, -25%);
  }

  .banner {
    height: calc(100svh - 52px);
  }

  .btn_whatsapp {
    width: 100%;
    height: 52px;
    background-color: #00bb2d;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 300;
  }

  .btn_whatsapp .centrado {
    width: 100%;
    height: 100%;
  }

  .btn_whatsapp p {
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
  }

  .btn_whatsapp img {
    height: 30px;
    margin-right: 12px;
  }

  .banner-calculadora .banner_interior {
    height: 135px !important;
  }

  .nose3 .ejemplo-movil .video-fluid {
    width: 100%;
  }

  .nose3 .col-md-6:has(.contenido) {
    transform: translateY(-30%);
  }

  @media (max-width: 767px) {
    .footer-main .footer-contacto ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: start;
      margin: 0 100px !important;
    }

    .footer-main .footer-contacto ul li {
      text-align: start;
    }

    .footer-main .footer-contacto ul li:nth-child(3) {
      flex: 0 0 100%;
      margin-top: 15px;
      display: flex;
      justify-content: center;
    }
  }
}

@media (max-width: 674px) {
  .nose .contenedor-tarjetas-grid {
    grid-template-columns: repeat(auto-fill, minmax(205px, 1fr));
    gap: 15px;
  }

  .nose .contenedor-tarjetas-grid::before {
    width: 50%;
    height: 50%;
  }

  .nose .tarjeta p {
    font-size: 22px !important;
  }
}

header a {
  transition: 0.3s all ease;
}

footer a {
  transition: all 0.3s ease;
}

footer a:hover {
  color: var(--color_boton) !important;
}

.footer-main .footer-logos .contenedor-centrado {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-main .footer-logos .separador {
  width: 2px;
  height: 65px;
  background-color: var(--primario_oscuro__e);
  margin: 0 20px;
}

.footer-main .footer-logos .footer-img img {
  height: 55px;
  width: auto;
  display: block;
}

.footer-main .footer-contacto {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-main .footer-contacto li {
  list-style: none;
}

.footer-main .footer-contacto ul {
  display: flex;
  gap: 45px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-main .footer-contacto ul li {
  display: flex;
  align-items: center;
}

.footer-main .footer-contacto .contacto {
  color: var(--light__e);
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.footer-main .footer-contacto .contacto .contenedor-imagen {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid var(--color_boton);
  border-radius: 25px;
  overflow: hidden;
  box-sizing: border-box;
}

.footer-main .footer-contacto .contacto .contenedor-imagen img {
  width: 25px;
  height: auto;
  display: block;
}

.footer-links {
  color: var(--light__e);
  font-size: 14px;
}

.footer-links .bg-secundario {
  flex-wrap: wrap;
  gap: 10px;
}

.footer-links a {
  color: var(--light__e);
}

.contenedor-footer-copyrigth {
  background-color: var(--primario_oscuro__e);
}

.footer-copyright {
  flex-wrap: wrap;
  column-gap: 20px;
  font-size: 10px;
  line-height: 20px;
}

.footer-copyright a {
  color: var(--light__e);
}

@media (max-width: 600px) and (max-height: 700px) {
  .banner .titulo {
    font-size: 38px !important;
    font-weight: 100 !important;
    line-height: 40px !important;
  }

  .banner .btn-amarillo {
    height: 70px;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 35px;
  }
}