:root {

  /* -------------------------- */
  --primario: var(--blue);
  --secundario: var(--green);
  --transparencia: #fffcf5;
  --familia_fuente: "Poppins", sans-serif;
}

a:focus{ outline: transparent; }
.btn:active:focus, .btn:focus{ outline: transparent; }

:root {
    /* Colores */
  --white: #fff;

  --green: #E2E63A;

  --dark-blue: #05031B;
  --dark-blue-2: #0D0B1F;
  --blue: #0000CA;
  --blue-2: #403AE6;
  --blue-3: #0D0B1F;
  --light-blue: #1B68DB;

  --black: #404040;
  --black-2: #505050;
  --black-3: #585858;
  --gray: #e1e1e1;
  --gray-2: #f7f7f7;

  --br-pill: 150px;


  --primario__e: var(--blue);
  --primario_oscuro__e: var(--dark-blue-2);
  --secundario__e: var(--green);
  --secundario_oscuro__e: var(--green);
  --light__e: #fff;
  --titulo: "Poppins", sans-serif;

  --fm-title: 'Parkinsans';
  --fm-regular: 'Poppins';
  --fm-regular-variant: 'Open Sans';

  --filter-to-blue: invert(10%) sepia(95%) saturate(7064%) hue-rotate(247deg) brightness(71%) contrast(139%);

  /* --primario__e: #ffad00;
  --primario_oscuro__e: #8f6712;
  --secundario__e: #7d3ebb;
  --secundario_oscuro__e: #46216b;
  --light__e: #fff;
  --titulo: "Poppins", sans-serif; */
}

html {
  scroll-behavior: smooth;
}
body {
  font-family: "Open Sans", sans-serif;
}

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

h1,
h2,
h3,
h4 {
  margin: 0;
}

@keyframes bounce {
    0%, 100%  { transform: translateY(0); }
    50%       { transform: translateY(-10px); }
}

/* NUEVOS ESTILOS MAQUETADOS (rediseño) */
/* ==================================== */

/* HEADER */
header.barra_ampliada {
  .navbar-fixed-top {
    background-color: #ffffff00;
  
    .nav {
      &.navbar-nav {
        li {
          a {
            color: var(--white);

            &,
            &:focus {
              border: transparent;
              outline: transparent;
            }
          }
        }
      }
    }
  }
}

header.barra_ampliada,
header.barra_reducida {
  .navbar-fixed-top {
      a.custom-button-nav {
        color: var(--primario_oscuro__e);

        &:hover {
          color: var(--primario_oscuro__e);
        }
      }
    
  }
}

body:has(.interiores) {
  header.barra_ampliada {
    .navbar-fixed-top {
      background-color: var(--white);

      .collapse {
        .nav.navbar-nav {
          li {
            a {
              color: rgb(88, 88, 88);
            }
          }
        }
      }
    }
  }
}

div.sidebar-wrapper {
  background-color: #0326ca;

  .sidebar-nav  {
    li {
      a {
        color: var(--secundario__e);
      }
    }
  }


  .custom-button {
    background-color: var(--white);
    color: var(--dark-blue);
    /* border-color: var(--green); */

    &.custom-button-phone {
      background-color: transparent;
      color: var(--green);
      padding: 0px 20px;
      justify-content: flex-start;
      border: none;

      img {
        width: 20px;
      }

      &:hover {
        background-color: transparent;
        color: var(--green);

        &::before {
          display: none;
        }
      }
    }
  }
}

/* SECCIONES */
[id] {
  scroll-margin-top: 30px;
}

.section {
  /* BANNER */
  &.section--banner {
    padding-top: 70px;
    padding-bottom: 70px;
    min-height: fit-content;
    height: 100dvh;
    position: relative;

    .banner-main-info {
      .antetitulo {
        color: var(--blue-2);
        font-size: 20px;
        font-family: var(--fm-regular);
      }

      .titulo {
        color: var(--black);
        font-family: var(--fm-title);
        font-size: 54px;
        line-height: 1.15em;
      }

      .parrafo {
        color: var(--black);
        font-family: var(--fm-regular-variant);
        font-size: 16px;
        line-height: 1.75em;
        max-width: 63ch;
      }

      .barra_inferior {
        background-color: var(--primario_oscuro__e);
        width: fit-content;
        border-radius: var(--br-pill);
        
        a {
          p{ color: var(--secundario__e); }

          &:hover {
            p { color: var(--white) }
          }
        }
      }
    }

    .decoracion.decoracion--banner {
      background-color: var(--primario__e);
      position: absolute;
      top: -200px;
      z-index: -1;
      width: 100dvw;
      height: 100dvh;
      clip-path: polygon(119% 1%, 23% 14%, 100% 71%);
    }

    .scroll-down__link {
      width: 32px;
      aspect-ratio: 1 / 1;
      position: absolute;
      bottom: 24px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;

      img {
        width: 100%;
        height: 100%;
        filter: var(--filter-to-blue);
        animation: bounce 1.5s ease-in-out infinite;
      }
    }
  }

  /* SERVICIOS */
  &.section--services {
    .antetitulo,
    .titulo {
      text-align: right;
    }

    .simbolo {
      position: absolute;
      height: 230px;
      top: 100px;
      transform: translateX(600%) rotate(182deg);
    }

    .antetitulo {
      color: var(--light-blue);
      font-family: var(--fm-regular);
      font-size: 20px;
    }

    .titulo {
      color: var(--black);
      font-family: var(--fm-title);
      font-size: 55px;
    }

    .caja_servicio {
      --bg-color: var(--primario__e);

      background-color: var(--bg-color);
      position: relative;

      &,
      &::before {
        /* border-radius: 100%; */
        border-radius: 58% 42% 59% 41% / 61% 40% 60% 39%;
      }

      &::before {
        content: '';
        background-color: var(--bg-color);
        width: calc(100% + 10px);
        height: calc(100% + 10px);
        position: absolute;
        top: calc(50% - 5px);
        left: calc(50% + 15px);
        transform: translate(-50%, -50%);
        opacity: 0.3;
      }

      .caja_servicio-icono {
        width: 85px;
        height: 85px;
        object-fit: contain;
      }

      .caja_flujo-titulo {
        font-family: var(--fm-title);
        font-size: 24;
        font-weight: 600;
      }

      &:not(.caja_servicio-3) {
        .caja_servicio-titulo {
          color: var(--white);
        }

        .caja_servicio-parrafo {
          color: var(--gray);
        }
      }

      &.caja_servicio-2 {
        --bg-color: var(--primario_oscuro__e);
      }

      &.caja_servicio-3 {
        --bg-color: var(--secundario__e);

        .caja-servicio-titulo {
          color: var(--dark-blue-2);
        }

        .caja_servicio-parrafo {
          color: var(--black-2);
        }
      }
    }
  }

  /* INFORMACIÓN 1 */
  &.section--informacion-1 {
    .img-container {
      border-radius: 100%;
    }

    .antetitulo {
      color: var(--light-blue);
      font-family: var(--fm-regular);
      font-size: 20px;
    }

    .titulo {
      color: var(--black);
      font-family: var(--fm-title);
      font-size: 55px;
      line-height: 1.15em;
    }

    .parrafo {
      color: var(--black-3);
      font-family: var(--fm-regular-variant);
      font-size: 16px;
      line-height: 1.75em;
    }
  }

  /* SERVICIOS 2 */
  &.section--services-2 {
    .antetitulo {
      color: var(--light-blue);
      font-family: var(--fm-regular);
      font-size: 20px;
    }

    .titulo {
      color: var(--black);
      font-family: var(--fm-title);
      font-size: 55px;
      line-height: 1.15em;
    }

    .linea_fondo {
      color: var(--dark-blue-2);
      top: 93px;
    }

    .caja_flujo {
      .icono-container {
        border-radius: 100%;

        .caja_flujo-icono { filter: none; }

        .etiqueta {
          background-color: var(--secundario__e);
          color: var(--dark-blue);
          font-family: var(--fm-regular);
          font-size: 18px;
          opacity: 1;
        }

        .opacidad.full { display: none; }
      }

      .caja_flujo-titulo {
        color: var(--dark-blue);
        font-family: var(--fm-regular);
        font-size: 22px;
      }
      
      .caja_flujo-parrafo {
        color: var(--black-3);
        font-family: var(--fm-regular-variant);
        font-size: 16px;
        max-width: 30ch;
        margin: 0 auto;
      }

      &:nth-child(odd),
      &:nth-child(even) {
        .icono-container {
          background: var(--bg-service);
        }

      }
    }
  }

  /* INFORMACIÓN 2 */
  &.section--informacion-2 {
    padding-bottom: 100px;

    .forma.forma--informacion-2 {
      background-color: var(--secundario__e);
      width: 100dvw;
      height: 100dvh;
      position: absolute;
      bottom: 0;
      right: 0;
      clip-path: polygon(100% 26%, 26% 100%, 100% 100%);
    }

    .nav-tabs {
      background-color: var(--gray-2);
      width: fit-content;
      margin: 0 auto;
      border-radius: 100px;
      border: 1px solid var(--gray);

      &::after {
        display: none;
      }

      li {
        background-color: var(--gray-2);
        margin: 0;
        border-radius: 100px;
        border-right: 1px solid var(--gray);
        overflow: hidden;

        a { 
          background: none; 
          border: none;
          border-radius: 0;

          &:active,
          &:focus,
          &:focus-visible {
            background-color: transparent;
            border: none;
            outline: none;
          }
        }

        &.active {
          background-color: var(--blue-2);
          border-radius: 100px;
          overflow: hidden;

          &:hover {
            a {
              background-color: var(--blue-2);
            }
          }
        }

        &:hover {
          &.active {
            
          }
        }
      }
    }

    .tab-content {
      .tab-pane {
        .antetitulo {
          color: var(--light-blue);
          font-family: var(--fm-regular);
          font-size: 20px;
        }

        .titulo {
          color: var(--black);
          font-family: var(--fm-title);
          font-size: 55px;
        }

        .parrafo {
          color: var(--black-3);
          font-family: var(--fm-regular-variant);
          font-size: 16px;
          line-height: 1.75em;
        }

        .img-container {
          border-radius: 100%;
        }
      }
    }

    /* .bloqueInformacionB .forma {
      bottom: -20px;
    } */
  }

  /* NOTICIAS */

  &.section--news {
    background: transparent;
    padding: 50px 0;
    margin-top: -100px;

    .antetitulo {
      color: var(--light-blue);
      font-family: var(--fm-regular);
      font-size: 20px;
    }

    #sidebar {
      display: none;
    }

    .titulo {
      color: var(--black);
      font-family: var(--fm-title);
      font-size: 55px;
      line-height: 1.15em;
    }

    .new-item {
      .caja_noticia {
        width: 100%;
        height: 100%;
        aspect-ratio: 1 / 1;

        .etiqueta {
          color: var(--dark-blue);
          font-family: var(--fm-regular);
          font-size: 12px;
        }
      }
    }
  
    .custom-button {
      background-color: var(--primario_oscuro__e);
      color: var(--secundario__e);

      &:hover {
        color: var(--primario_oscuro__e);
      }
    }

    .fondo_corte {
      height: 110%;
    }
  }

  &.section--sponsors {
    background-color: var(--white);
    position: relative;
    z-index: 1;
    overflow-x: hidden;

    .section__subtitle {
      color: var(--primario_oscuro__e);
      font-family: var(--fm-title);
      font-size: 18px;
      font-weight: 400;
      text-align: center;

      span {
        color: var(--blue-2);
        font-weight: 800;
      }
    }

    #sponsors-carousel {
        margin: 0 auto;
        padding: 32px;
        position: relative;

        overflow-x: hidden;
    }

    #sponsors-carousel::before {
        content: '';
        background-image: linear-gradient(
            90deg,#ffffff 0%, 
            #ffffff00 30%,
            #ffffff00 70%, 
            #ffffff 100%
        );
        width: 100dvw;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        pointer-events: none;
    }

    #sponsors-carousel .splide__slide {
        width: 175px !important;
        padding: 16px;
        display: grid;
        place-content: center;
    }

    #sponsors-carousel .splide__slide img {
        width: 100%;
        max-height: 150px;
        object-fit: contain;
        display: block;
    }
  }
}

footer.footer {
  background-color: var(--blue-2);

  .footer-info {
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    .footer-info__logo {
      width: fit-content;
      height: fit-content;
      margin: 0 auto;
      
      img {
        object-fit: contain;
        /* width: 100%; */
        height: 140px;
      }
    }

    .footer-info-bottom {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 20px;
    }

    .footer-contactos {
      padding: 20px 30px;
      height: 100px;
      border-right: 1px solid var(--secundario__e);
      border-left: 1px solid var(--secundario__e);

      li {
        a {
          span {
            background-color: var(--dark-blue-2);
            width: 60px;
            height: 60px;
            border-radius: 100%;

            img {
              object-fit: contain;
              width: 20px;
            }
          }

          &:hover {
            color: var(--secundario__e);
          }
        }

        &:nth-child(1) {
          font-size: 24px;
        }

        &:nth-child(2) {
          font-size: 16px;
        }
      }
    }
  }

  .footer-copyright {
    /* background-color: #0D0B1F; */
    background-color: #3d37dc;
    flex-direction: column-reverse;
    padding: 20px 50px;
    filter: none;

    div:not(.footer-links) {
      background-color: var(--primario_oscuro__e);
      color: var(--secundario__e);
      width: 100%;
      min-height: 18px;
      padding: 30px;
      border-radius: 100px;

      &,
      a {
        font-family: var(--fm-title);
        font-weight: 400;
      }

      a { color: var(--white); }

      &:hover {
        a { color: var(--gray); }
      }
    }
  }

  .footer-links {
    padding: 15px 0;

    &,
    a {
      color: var(--white);
    }

    a {
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
    }
  }
}




/* 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: 40px;
  line-height: 50px;
  font-family: var(--titulo);
  color: #404040;
  font-weight: 700;
}

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

.antetitulo {
  color: var(--secundario__e);
  font-size: 16px;
  font-family: var(--titulo);
  font-weight: 300;
}

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

.parrafo {
  font-size: 16px;
  line-height: 24px;
  color: #5b5b5b;
  margin-bottom: 0;
}

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

.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;
}

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

.custom-container {
  max-width: 1410px;
  width: 100%;
  padding: 0 25px;
}

.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-end {
  justify-content: end;
}

.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;
  -webkit-line-clamp: 1;
}

.limitar_2 {
  -webkit-line-clamp: 2;
}
.limitar_3 {
  -webkit-line-clamp: 3;
}
.limitar_4 {
  -webkit-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 {
  height: 60px;
  width: 250px;
  border-radius: 30px;
  font-family: var(--titulo);
  background-color: var(--primario__e);
  border: 1px solid transparent;
  text-transform: uppercase;
  color: #252525;
  column-gap: 9px;
  z-index: 1;
}

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

.custom-button::before {
  background-color: var(--light__e);
  border-radius: 30px;
}

.custom-button img {
  width: 20px;
}

.custom-button-nav {
  background-color: var(--secundario__e);
}

/* Cabecera */

/* Estilos solo para páginas interiores */
.header-interior .navbar-brand > img {
  top: 0px !important;
  height: 80% !important;
}

.header-interior .navbar-nav > li {
  height: 110px !important;
}


.navbar-fixed-top {
  z-index: 5;
  background-color: var(--light__e);
}

.barra_ampliada .navbar-fixed-top {
  height: 110px;
}

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

.navbar-fixed-top .gradient {
  opacity: 0.03;
  background-color: var(--primario__e);
  border-radius: 0 0 0 15px;
}

.navbar-brand {
  padding: 0;
  height: 100%;
  top: 0;
  left: 65px;
  z-index: 2;
}

.barra_ampliada .navbar-brand > img {
  top: 30px;
  height: 100%;
}

.barra_reducida .navbar-brand > img {
  top: 0px;
  height: 73%;
}

.navbar-nav {
  margin-right: 75px;
  column-gap: 10px;
}

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

.barra_ampliada .navbar-nav > li {
  height: 110px;
}

.barra_reducida .navbar-nav > li {
  height: 90px;
}

.navbar-nav > li > a {
  height: 100%;
  font-family: var(--titulo);
  color: #585858;
  font-size: 16px;
  padding: 0 20px;
  display: inline-flex;
  white-space: nowrap;
}

nav .navbar-nav > .active > a,
nav .navbar-nav > .active > a:focus,
nav .navbar-nav > .active > a:hover {
  font-weight: 700;
}

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);
}

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);
  opacity: 0.149;
  opacity: 0.07;
  border-radius: 8px;
  background-color: var(--light__e);
}

nav .navbar-nav > li.dropdown > a {
  gap: 7px;
}

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

nav .navbar-nav > li.dropdown .dropdown-menu {
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  top: calc(100% - 1px);
  padding: 0;
  background-color: var(--primario__e);
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

nav .navbar-nav > li.dropdown .dropdown-menu > li > a {
  padding: 12px 0;
  font-weight: 300;
  color: var(--light__e);
}

nav .navbar-nav > li.dropdown .dropdown-menu > li > a:focus,
nav .navbar-nav > li.dropdown .dropdown-menu > li > a:hover {
  background-color: var(--primario_oscuro__e);
}

nav .navbar-nav > li.dropdown .dropdown-menu > li + li::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.4;
  width: 95%;
  height: 1px;
  background-color: var(--light__e);
}

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;
}

nav .navbar-nav .custom-button-nav {
  margin-left: 30px;
}

.barra_inferior {
  right: 0;
  padding-right: 75px;
  top: calc(100% + 15px);
  z-index: -1;
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  animation-duration: 1.2s;
  animation-delay: 0.3s;
}
.barra_inferior_interior{
  right: 0;
  padding-right: 75px;
  padding-top: 15px;
  padding-bottom: 17px;
  padding-left: 60px;
  border-bottom-left-radius: 40px;
  top: 100%;
  z-index: -1;
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  animation-duration: 1.2s;
  animation-delay: 0.3s;
  background: var(--primario);
}
.barra_reducida .barra_inferior {
  transform: translateX(calc(100% + 0px));
}
.barra_reducida .barra_inferior_interior {
  transform: translateX(calc(100% + 0px));
}
.alineado_alejado {
  column-gap: 28px;
  width: 100%;
  width: max-content;
  z-index: 2;
}

.grupo_icono_con_texto {
  column-gap: 22px;
}

.barra_inferior .icono_texto {
  column-gap: 9px;
}

.barra_inferior .icono_texto svg path.st0{
  fill: #e2e639;

}

.barra_inferior .icono_texto p {
  color: var(--light__e);
  font-family: var(--titulo);
  font-weight: 400;
  margin: 0;
}
.barra_inferior .icono_texto p:hover {
  color: var(--secundario__e);
}
.grupo_icono_con_texto .icono_texto span {
  width: 21px;
}

.grupo_icono_con_texto .icono_texto img {
  width: 100%;
}

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

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

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

.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;
}

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

.toggled .navbar-toggle,
.toggled .navbar-toggle:focus,
.toggled .navbar-toggle:hover {
  background-color: #423be5;
}

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

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

.sidebar-wrapper .sidebar-nav li a {
  text-indent: 20px;
  color: var(--light__e);
  font-size: 14px;
  font-weight: 400;
  font-family: var(--titulo);
  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: 90%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.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(--secundario_oscuro__e);
}

.sidebar-wrapper .dropdown-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.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;
}

#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;
}

/* banner */
.banner {
  height: 1000px;
  z-index: 1;
}

/* .banner .corte-bottom {
  height: 150px;
  background-image: linear-gradient(0deg, var(--light__e), transparent);
} */

.banner .figura {
  /* left: calc(50% + 60px); */
  top: -160px;
  width: 800px;
  -webkit-mask-image: linear-gradient(to top, transparent 1%, black 13%, black 100%);
}

.banner .forma {
  left: calc(50% - 140px);
  top: -65%;
  width: 1690px;
}

/* servicios */
.servicios {
  background-image: linear-gradient(0deg, #f2f2f2 20%, var(--light__e) 20%);
}

.servicios .row {
  margin-right: -25px;
  margin-left: -25px;
}

.servicios .col-md-4 {
  padding-left: 25px;
  padding-right: 25px;
}

.servicios .fondo {
  height: 60%;
  width: 100%;
  background-color: #fafafa;
  transform: skewY(174deg);
  bottom: -180px;
  left: 0;
}

.caja_servicio {
  padding: 80px 60px 0 60px;
  height: 430px;
}

.caja_servicio-2 {
  top: 90px;
}

.caja_servicio-3 {
  top: 180px;
}

.caja_servicio-forma {
  width: 80%;
  height: 50%;
  top: -30px;
  right: 0;
  background-color: #f2f2f2;
  border-radius: 20px;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.05));
}

.caja_servicio-fondo {
  background-color: var(--light__e);
  transform: skewY(-8deg);
  border-radius: 20px;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.05));
}

.caja_servicio-icono {
  width: 100px;
}

.caja_servicio-titulo {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.caja_servicio-parrafo {
  color: #939393;
}

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

.servicios_2 .container .row{
  z-index: 1;
}

.servicios_2 .linea_fondo {
  background-color: #ccc;
  height: 1px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  top: 72px;
}

.caja_flujo {
  padding: 0 35px;
  cursor: pointer;
}

.caja_flujo .etiqueta {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  color: #333;
  background-color: var(--light__e);
  font-size: 18px;
  font-weight: 700;
  top: -10px;
  right: -5px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}

.caja_flujo .icono-container {
  width: 140px;
  height: 140px;
  border-radius: 42px;
  background-color: var(--secundario__e);
}

.caja_flujo .icono-container.bg-primary {
  background-color: var(--primario__e);
}

.caja_flujo .icono-container .opacidad {
  background-image: linear-gradient(135deg, transparent, var(--light__e));
  opacity: 0.5;
  border-radius: inherit;
}

.caja_flujo .caja_flujo-icono {
  width: 65px;
  filter: brightness(0) invert(1);
  transition: linear 0.2s transform;
}

.caja_flujo:hover .caja_flujo-icono {
  transform: scale(1.2);
}

.caja_flujo-titulo {
  font-weight: 800;
  font-size: 16px;
  color: #333;
  font-family: var(--titulo);
}

.caja_flujo-parrafo {
  font-size: 12px;
  font-family: var(--titulo);
  color: #777482;
}

/* bloqueInformacion */
.bloqueInformacionA {
  background-color: #fafafa;
}

.bloqueInformacionA .forma_1 {
  width: 230px;
  top: 0;
  left: 0;
}

.bloqueInformacionA .forma_2 {
  width: 610px;
  top: 140px;
  left: 0;
}

.bloqueInformacionB .forma {
  width: 530px;
  bottom: 185px;
  right: 0;
}

.bloqueInformacion .img-container {
  max-width: 567px;
  width: 100%;
  border-radius: 113px;
  height: 567px;
}

.bloqueInformacionB .img-container {
  margin-left: auto;
}

.bloqueInformacion .img-container .img {
  width: 100%;
}

.bloqueInformacion-nav {
  flex-wrap: wrap;
  row-gap: 20px;
  border: unset;
}

.bloqueInformacion-nav::before {
  content: unset;
}

.bloqueInformacion-nav::after {
  position: absolute;
  height: 1px;
  width: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--primario__e) 15%,
    var(--primario__e) 85%,
    transparent 100%
  );
  bottom: 0;
}

.bloqueInformacion-nav > li {
  float: unset;
  margin: 0 5px;
}

.bloqueInformacion-nav > li > a {
  display: inline-flex;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-right: 0;
  padding: 0 28px;
  height: 50px;
  border-radius: 20px 20px 0 0;
  background-color: var(--light__e);
  border: 1px solid #ececec;
}

.bloqueInformacion-nav > li.active > a,
.bloqueInformacion-nav > li.active > a:focus,
.bloqueInformacion-nav > li.active > a:hover {
  border-color: 1px solid var(--secundario__e);
  background-color: var(--secundario__e);
  color: var(--light__e);
}

/* noticias */
/* .noticias {
  background-image: linear-gradient(0deg, #f7f7f7 50%, var(--light__e) 50%);
} */

.noticias .fondo_corte {
  background-color: #f7f7f7;
  transform: skewY(5.6deg);
}

.caja_noticia {
  margin-bottom: 38px;
  align-items: end;
  height: 335px;
  border-radius: 34px;
  background-color: #000;
  padding: 20px 0;
}
.caja_noticia_interior {
  margin-bottom: 38px;
  align-items: end;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: 34px;
  background-color: #000;
  padding: 20px 0;
}
.caja_noticia .fondo {
  opacity: 0.65;
}

.caja_noticia:hover .fondo {
  transform: scale(1.08);
}

.caja_noticia .etiqueta {
  background-color: var(--secundario__e);
  border-radius: 15px;
  height: 30px;
  padding: 0 27px;
  top: 20px;
  color: #252525;
  left: 20px;
}

.caja_noticia .caption {
  flex-grow: 1;
  padding: 0 30px;
  font-family: var(--titulo);
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  height: 75px;
}
.caja_noticia_interior .caption{
  flex-grow: 1;
    padding: 0 30px;
    font-family: var(--titulo);
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    height: 75px;
    bottom: 20px;
}
@media(max-width:768px){
  .caja_noticia_interior .caption{
    bottom:0;
    font-size:16px;
  }
  .caja_noticia_interior .etiqueta{
    background-color: var(--secundario__e);
    border-radius: 15px;
    height: 30px;
    font-size: 12px;
    padding: 0 17px;
    top: 20px;
    left: 20px;
  }
}
/* Footer */
footer {
  background-color: var(--secundario__e);
}

footer .fondo {
  opacity: 0.1;
}

.footer span .img_correo {
  width: 20px;
}

.footer span .img_correo path.st0 {
  fill: #e2e639;
}

.footer-info {
  gap: 25px 100px;
}

.footer-info ul {
  margin-bottom: 0;
}

.footer-img {
  width: 240px;
}

.footer-img img {
  width: 100%;
}

.footer-contactos {
  flex-wrap: wrap;
  gap: 25px 40px;
}

.footer-contactos li {
  color: var(--light__e);
  column-gap: 15px;
}

.footer-contacto_telefono {
  font-size: 18px;
  font-weight: 700;
}

.footer-contactos span {
  width: 20px;
}

.footer-contactos span img {
  width: 100%;
}

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

.footer-redes a {
  transition: transform 0.15s ease;
}

.footer-redes a img {
  width: 25px;
}

.footer-redes a:hover {
  transform: scale(1.25);
}

footer .footer-links {
  flex-wrap: wrap;
  gap: 7px 5px;
}

footer .footer-links a {
  color: #333;
}

footer .footer-links a:hover {
  text-decoration: none;
  color: var(--secundario);
}

footer .footer-copyright {
  font-size: 12px;
  background-color: var(--primario__e);
  display: flex;
  gap: 20px 45px;
  flex-flow: wrap;
  padding: 16px;
  filter: drop-shadow(0 -5px 30px rgba(0, 0, 0, 0.5));
}

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

footer .web_laspalmas {
  font-weight: 600;
  color: #333;
}

footer .web_laspalmas:hover {
  color: var(--secundario__e);
}

/*********************************
*        MENU DESPLEGABLE        *
*********************************/
.dropdown-menu > li > a {
  color: var(--blue);
  font-size: 15px;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 500;
  padding: 15px 20px;
  width: 100%;
}

/* -- circulos -- */
.wrapper-flex,
.wrapper-flex-mobile {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-box; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;

  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

/* -- row -- */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.row-eq-height.container:before,
.row-eq-height.container:after,
.row-eq-height.row:before,
.row-eq-height.row:after {
  content: normal;
}

.separa-5 {
  height: 5px;
}

.separa-10 {
  height: 10px;
}

.separa-20 {
  height: 20px;
}

.separa-40 {
  height: 40px;
}

.separa-30 {
  height: 30px;
}

.separa-50 {
  height: 50px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

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

.centrado.izquierda {
  justify-content: flex-start;
}

.centrado.derecha {
  justify-content: flex-end;
}

.animacion {
  transition: all 300ms linear !important;
  -webkit-transition: all 300ms linear !important;
  -moz-transition: all 300ms linear !important;
  -ms-transition: all 300ms linear !important;
  -o-transition: all 300ms linear !important;
}

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

.limitar_1 {
  -webkit-line-clamp: 1; /* number of lines to show */
}

.limitar_2 {
  -webkit-line-clamp: 2; /* number of lines to show */
}

.limitar_3 {
  -webkit-line-clamp: 3; /* number of lines to show */
}

.limitar_4 {
  -webkit-line-clamp: 4; /* number of lines to show */
}

.limitar_5 {
  -webkit-line-clamp: 5; /* number of lines to show */
}

.limitar_6 {
  -webkit-line-clamp: 6; /* number of lines to show */
}

.limitar_7 {
  -webkit-line-clamp: 7; /* number of lines to show */
}

.limitar_8 {
  -webkit-line-clamp: 8; /* number of lines to show */
}

.limitar_9 {
  -webkit-line-clamp: 9; /* number of lines to show */
}

.limitar_10 {
  -webkit-line-clamp: 10; /* number of lines to show */
}

.caja {
  overflow: hidden;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/*********************************
*            INTERIORES          *
*********************************/

.interiores {
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 90%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 90%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 90%,
    rgba(255, 255, 255, 0) 100%
  );
}

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

#swipebox-overlay {
  background: #0d0d0ddb;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  background: transparent;
}
.ug-lightbox .ug-lightbox-overlay {
  background: #0d0d0ddb;
}
/*Detalle producto*/
.breadcrumb > li {
  font-size: 13px;
}
.tag_option {
  margin: 5px;
  color: var(--primario);
}
.tag-circle {
  height: 42px;
  width: 42px;
  border-radius: 100%;
  display: inline-block;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  overflow: hidden;
  border: 2px solid #f5f5f5;
}

.tag-circle img {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  object-fit: contain;
}

.tag_bloque {
  height: 40px;
  width: 70px;
  display: inline-flex;
  background-color: var(--transparencia);
  justify-content: center;
  align-items: center;
}

.tag-circle.active {
  border: 2px solid #000;
}

.tag_bloque.active {
  background-color: var(--primario);
}
.tag_option.active a {
  color: #fff;
}

.foto_principal .imagen {
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #f5f5f5;
}
.foto_principal.mini .imagen {
  height: 444px;
  background-size: cover;
}

.foto_principal .lupa {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 300ms all linear;
  color: #fff;
  font-size: 40px;
}

.foto_principal .lupa:hover {
  opacity: 1;
}

.quantity {
  border: 2px solid var(--primario);
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.quantity label {
  display: inline-block;
  padding: 0 20px;
  color: var(--secundario);
}

.quantity-controls .fa {
  color: var(--secundario);
}

.quantity-controls {
  display: inline-block;
  position: relative;
}

.quantity-controls span {
  color: #888;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  width: 26px;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;

  color: #171717;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.quantity-controls span.right {
  right: 0;
  text-align: left;
}
.lista_productos_sin_stock {
  border: 2px solid red;
  padding: 20px 20px;
  list-style-type: none;
}

.lista_productos_sin_stock li {
  color: #f4573a;
  font-weight: 600;
}
#productos > div {
  padding-right: 23px;
  padding-left: 23px;
}

#cantidad {
  border: 0;
  font-family: inherit;
  font-size: 15px;
  height: 48px;
  line-height: 48px;
  margin: 0 26px;
  outline: 0;
  padding: 0;
  position: relative;
  width: 40px;
  -webkit-appearance: none;

  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.otros_productos h2,
.otros_productos h3 {
  color: var(--primario);
  font-weight: 500;
  font-family: var(--familia_fuente);
}

.botones_carro {
  width: calc(100% - 225px);
  float: right;
}
.botones_carro.grande {
  width: 100%;
}

.btn_love img {
  height: 30px;
  width: 30px;
}

.btn-filtro {
  height: 34px;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 4px;
}

.botones_carro .btn-tam {
  height: 52px;
  width: 100%;
}

.descarga.uno:hover .btn {
  color: #fff;
  background-color: var(--secundario);
}

.descarga.dos:hover .btn {
  color: var(--secundario);
  background-color: #e8d6fb;
}
.mayorista {
  color: var(--secundario);
  background-color: #e8d6fb;
  border: 2px solid var(--secundario);
  padding: 16px 14px;
  text-align: center;
  font-weight: 600;
}
.btn-corporativo {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--familia_fuente);
  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(--familia_fuente);
  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(--familia_fuente);
  text-transform: uppercase;
  border: 0px;
  border-radius: 10px;
  background-color: var(--primario);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/*MENU VIEJO
.navbar-nav>li>.dropdown-menu {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
width: 213px;
left: -15px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
color: #fff;
background-color: rgb(255 255 255 / 10%);
border-radius: 14px;
}
*/
.btn-corporativo:hover,
.btn-corporativo:focus,
.btn-corporativo:active {
  background-color: #5c5b5b;
  color: #fff;
}

.btn-corporativo2:hover,
.btn-corporativo2:focus,
.btn-corporativo2:active {
  background-color: #5c5b5b;
  color: #fff;
}
.btn-corporativo3:hover,
.btn-corporativo3:focus,
.btn-corporativo3:active {
  background-color: #5c5b5b;
  color: #fff;
}
.desactivado {
  opacity: 0.6;
}
.acceso a {
  color: #fff;
}
.lista_productos .btn_love img,
.bienvenida .btn_love img {
  filter: brightness(0) invert(1);
  height: 22px;
  width: 22px;
}

.left .caja_redes a {
  width: 45px;
  height: 45px;
}
.btn-corp {
  background-color: var(--primario);
  color: #fff !important;
  border: 0;
}

.btn-default-formulario {
  background-color: #c6c6c6;
  color: #fff !important;
}

.nav-botones {
  border: none;
}

.nav-botones > li > a {
  background-color: #fff;
  border-radius: 0px;
  margin: 0px 10px;
  color: #78c74a;
  border: 2px solid var(--primario);
}

.nav-botones > li > a:focus,
.nav-botones > li > a:hover {
  background-color: #f5f5f5;
  color: #78c74a;
  border: 2px solid var(--primario);
}

.nav-botones > li.active > a,
.nav-botones > li.active > a:focus,
.nav-botones > li.active > a:hover {
  background-color: var(--primario);
  color: #fff;
  border: 2px solid var(--primario);
}

#title_prod {
  font-family: var(--familia_fuente);
  text-transform: uppercase;
  font-weight: 400;
  color: var(--primario);
  font-size: 24px;
  margin-top: 0px;
}
h3.categoria {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: var(--familia_fuente);
  margin-top: 0px;
}

span.precio {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  color: var(--primario);
  font-weight: 400;
}

.titulotag {
  font-weight: 400;
}

.videos_responsive {
  width: 600px;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}

ul.columnas-detalle {
  list-style-type: disc;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  list-style-position: inside;
}

.otras_fotos .imagen {
  height: 150px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.breadcrumb {
  margin: 0;
  background-color: transparent;
}
.breadcrumb li a {
  text-transform: capitalize;
  color: #000;
}

.precios .tachado {
  text-decoration-line: line-through;
}

/***PROGRAMAS***/
/*
.cabecera {
background-color: #78c74a;
border: solid 0px #fff;
color: #fff;
padding: 5px;
font-size: 14px;
}
*/

.fila1 {
  background-color: #d9ebd9;
  border: solid 2px #fff;
  padding: 8px;
}

.fila2 {
  background-color: #fff;
  border: solid 2px #fff;
  padding: 8px;
}

.mini_icono_text {
  margin-top: 4px;
  font-size: 24px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.lista_productos .fa {
  color: var(--secundario);
}

.mini_icono_text .fa-download {
  color: var(--secundario);
}

.fecha_archivos {
  font-size: 14px;
  margin: 5px;
}

.elementos_desc > div:nth-child(even) {
  background-color: #d9ebd9;
}
.elementos_desc .text_content {
  margin: 10px 0px;
}
.elementos_desc .text_content p {
  margin: 0px;
}
.elementos_desc p.fecha_archivos {
  text-align: center;
}
/**************************
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;
}
/*.swipebox .imagen:after{content:'';padding-top:66.66%;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 {
  background-size: 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;
}

/**************************
NUEVA CESTA
**************************/

#cesta .articulo .padding {
  padding-right: 30px;
}

.resumen-cesta {
  padding: 20px;
}
.resumen-cesta .ancho-resumen {
}
.resumen-cesta .label-resumen {
  float: right;
}
.resumen-cesta .label-resumen .cesta-bono {
  font-size: 24px;
  margin-right: 10px;
}
.resumen-cesta .label-resumen .precio_descuento {
  font-size: 24px;
  margin-left: 10px;
}
.resumen-cesta .label-resumen .bigger {
  font-size: 24px;
}

.resumen-cesta .label-resumen p {
  margin: 0;
}

.resumen-cesta .aplicar_codigo {
  height: 52px;
  border-radius: 0;
  border-right: none;
}
.resumen-cesta .input-group-btn {
  border: 1px solid #ccc;
  border-radius: 0;
  border-left: none;
}
.resumen-cesta .btn-codigo {
  color: #fff;
  border: 2px solid #fff;
  height: 48px;
  cursor: pointer;
  display: flex;
  min-width: 48px;
  align-items: center;
  justify-content: center;
  background-color: var(--primario);
}

#gastos .radio,
#gastos label {
  margin: 0;
}
#gastos label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#gastos .radio .colocar {
  width: 0px;
  margin-bottom: 5px;
}
.marco-gasto {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 10px 0px;
}

.resumen-total strong {
  text-transform: uppercase;
  position: relative;
  top: 10px;
}

.metodos-pago .radio-inline {
  font-size: 18px;
  margin-left: 20px;
}
.btn-borrartodo {
  border-radius: 0px;
  background-color: var(--secundario);
  color: #fff !important;
}

.swal2-popup {
  font-size: 1.6rem !important;
}

.condiciones a {
  color: var(--primario);
}

/************************************
*  Cesta Lateral  *
************************************/

.titulares-resumen {
  color: var(--primario);
}
#configurar-cesta h4 {
  color: var(--primario);
}

.menu-cesta {
  position: fixed;
  top: 0;
  right: 0px;
  height: 100vh;
  width: 480px;
  background-color: #fff;
  z-index: 1000;
  transition: 400ms all linear;
  box-shadow: 0px 8px 10px -5px rgba(51, 51, 51, 0.2),
    0px 16px 24px 2px rgba(51, 51, 51, 0.14),
    0px 6px 30px 5px rgba(51, 51, 51, 0.12);
}
.menu-cesta .cabecera-cesta {
  padding-top: 35px;
  background-color: #d9d9d9;
  height: 90px;
  position: relative;
}
.fondo-cesta {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fondo-cesta .overlay-cesta {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primario);
}
.menu-cesta .cabecera-cesta h3 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-family: var(--familia_fuente);
  text-align: center;
}
.cerrar-cesta {
  position: absolute;
  top: 25px;
  right: 20px;
  transition: 200ms all linear;
  border-radius: 50%;
  cursor: pointer;
}
.cerrar-cesta img {
  height: 40px;
  width: 40px;
}

.cuerpo-cesta {
  height: calc(100vh - 260px);
  padding: 30px;
  overflow: scroll;
}
.pagar-cesta {
  height: 120px;
  padding: 0px 30px;
}
.pagar-cesta p {
  text-align: center;
}
.pagar-cesta p span {
  font-size: 30px;
  font-weight: 400;
}
.pie-cesta {
  height: 50px;
  background-color: #f7f7f7;
}

.articulo {
  position: relative;
}
.articulo img {
  width: 100%;
  height: 115px;
  object-fit: contain;
}
.articulo h4 {
  font-size: 16px;
  font-family: var(--familia_fuente);
  color: #6a6a6a;
}
.articulo .precio-articulo {
}
.articulo .controles-articulo {
  height: 30px;
}
.articulo .controles-articulo .operators {
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.articulo .btn-circle {
  border: 1px solid #353535;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  float: right;
  color: #353535;
  cursor: pointer;
}
.menu-cesta .icono-cesta {
  width: auto;
  height: 25px;
  margin: 0 6px;
}
.btn-operator {
  color: #272727;
}
.btn-operator:hover,
.btn-operator:focus,
.btn-operator:active {
  color: #626062;
}

#precio_label {
  text-align: center;
}

#manto-cesta,
#manto-movil {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: -1;
}
#manto-cesta.toogled,
#manto-movil.toogled {
  z-index: 3;
}

span.cesta-bono {
  color: #3c763d;
}

.btn-cesta {
  height: 48px;
  background-color: #272727;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  color: #fff;
}

.btn-cesta:hover,
.btn-cesta:focus,
.btn-cesta:active {
  color: #fff;
  background: #272727;
}

.boton-cesta-real {
  cursor: pointer;
}

/* Animaciones */

.menu-cesta {
  transform: translate(530px, 0px);
}
.mostrarCesta .menu-cesta {
  transform: translate(0px, 0px);
}
a.cerrar-cesta:hover {
  background-color: #626062;
}

@media (max-width: 767px) {
  .menu-cesta {
    width: 100vw;
    transform: translate(110vw, 0px);
  }
  .menu-cesta .cabecera-cesta {
    padding-top: 15px;
    height: 50px;
  }
  .menu-cesta .cabecera-cesta h3 {
    font-size: 20px;
  }
  .cerrar-cesta {
    top: 10px;
    right: 10px;
  }
  .cerrar-cesta img {
    height: 30px;
    width: 30px;
  }
  .cuerpo-cesta {
    height: calc(100vh - 225px);
    padding: 30px;
    overflow: scroll;
  }
  #manto-cesta.toogled,
  #manto-movil.toogled {
    z-index: 3;
    opacity: 0.6;
    background-color: #0d0d0d;
  }
}

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

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

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

.listado ul,
.listado li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.listado li {
  padding: 20px;
  background-color: var(--transparencia);
}
.listado li a,
.listado li.alt a {
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
.listado li.alt {
  background-color: transparent;
}
.listado li.alt a {
  color: #000;
  text-decoration: none;
}
.listado a {
  color: #000;
  text-decoration: none;
}
.listado a:hover,
.listado li.alt a:hover {
  color: var(--secundario);
  text-decoration: none;
}

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

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

.bloque_imagen_lista ul {
  list-style: none;
  padding: 0;
}
.bloque_imagen_lista i {
  color: var(--secundario);
}
.bloque_cabecera .bloque_titulo {
  background-color: var(--primario);
  padding: 15px;
}
.bloque_cabecera .bloque_interior {
  background-color: var(--transparencia);
  padding: 30px 15px;
}
.bloque_cabecera .bloque_titulo h3 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--familia_fuente);
  font-weight: 300;
}
.bloque_cabecera .imagen {
  width: 100%;
}
.bloque_cabecera h4 {
  text-transform: uppercase;
  font-size: 22px;
  font-family: var(--familia_fuente);
  color: var(--secundario);
}
/*.bloque_cabecera .texto{font-size:18px;font-weight:300}*/
.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(--familia_fuente);
  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(--secundario);
}
.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(--familia_fuente);
  font-weight: 300;
}
.bloque_contenido .bloque {
  padding: 0 10px;
}
.bloque_desplegable .fondo,
.bloque_documentos .fondo {
  background-color: var(--transparencia);
  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(--familia_fuente);
  color: var(--secundario);
}
.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(--secundario);
}
.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;
}

/************************************
*              IDIOMAS              *
************************************/

#idiomasside {
  position: fixed;
  top: 300px;
  right: 0;
  z-index: 900;
}

#idiomasside li {
  padding: 10px;
  list-style-type: none;
}

#idiomasside img {
  height: 40px;
}

#idiomasside font {
  display: none;
}

.zona-idiomas-movil {
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  margin-top: 25px;
}
.zona-idiomas-movil .flag {
  height: 50px;
  width: 30px;
}

/************************************
*               BLOG                *
************************************/
.alergenos {
  display: flex;
  justify-content: space-evenly;
  align-content: space-evenly;
  flex-wrap: wrap;
}
.alergenos .padre_fondo {
  margin: 0;
}
.alergenos .caja_alergenos {
  padding: 0 10px;
}
.alergenos .caja_alergenos:hover {
  transform: translateY(0);
}
.bloque.principal.noticia {
  display: inherit;
}
.noticias,
.post_details ul,
.popular {
  list-style: none;
  padding: 0;
  margin: 0;
}
.noticia a {
  font-family: "Lato", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #333333;
}
.noticias .imagen {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.noticias .imagen:after {
  content: "";
  padding-top: 50%;
  display: block;
}
.not-imagen {
  background-color: #ededed;
}
#modal-cita .form-control {
  color: var(--primario);
  border-radius: 10px !important;
  background: #f8fbff;
  padding: 6px 20px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  border: 1px solid var(--primario);
}
#modal-cita input::-webkit-input-placeholder,
#modal-cita textarea::-webkit-input-placeholder {
  color: var(--primario);
}

#modal-cita input:-moz-placeholder, /* Firefox 18- */ 
#modal-cita textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--primario);
}

#modal-cita input::-moz-placeholder, /* Firefox 19+ */ 
#modal-cita textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--primario);
}

#modal-cita input:-ms-input-placeholder,
#modal-cita textarea:-ms-input-placeholder {
  color: var(--primario);
}

#modal-cita input::placeholder,
#modal-cita textarea::placeholder {
  color: var(--primario);
}

#modal-cita .form-control {
  height: 50px;
}

#modal-cita p {
  color: var(--primario);
}

#modal-cita textarea.form-control {
  height: 120px;
}
.full-width {
  width: 100%;
}
.noticia .titular {
  margin-bottom: 0;
  border-bottom: solid 1px #f3f3f3;
}
.noticia .titular h1 {
  color: #1e1f1d;
  margin-bottom: 10px;
}
.noticia .titular a > h3 {
  margin-bottom: 17px;
  font-size: 24px;
  text-transform: uppercase;
  text-align: left;
  color: #333333;
  font-family: var(--familia_fuente);
}
.noticia .post_details {
  color: #fff;
  background-color: var(--primario);
  padding: 10px;
  border-bottom: solid 5px var(--primario);
  text-align: right;
  font-size: 13px;
}
.post_details li {
  font-family: var(--familia_fuente);
  font-size: 13px;
  font-weight: 300;
  color: #fff;
}
.noticia-detalle-fecha small {
  font-family: var(--familia_fuente);
  font-weight: 300;
  color: #302224;
}
.post_details i {
  color: #fff;
}
.noticia-detalle-fecha i {
  color: #2f3668;
}
.noticia .contenido {
  padding: 5px 15px 10px;
  background-color: #fff;
  border: 1px solid #ffefcc;
}
.contenido_noticia_lista {
  padding: 0 20px;
  background-color: var(--transparencia);
}
.noticia-detalle-fecha {
  text-align: right;
  color: #2b2b2b;
}
.widget-noticias {
  background-color: #f3f3f3;
  padding: 15px;
  display: none;
}
.widget-noticias h5 {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--primario);
  font-family: var(--familia_fuente);
}
.widget-noticias .input-group-btn {
  height: 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.widget-noticias .input-group-btn button {
  height: 100%;
  border: 1px solid var(--primario);
  background-color: var(--primario);
  color: #fff;
}
.widget-noticias .input-group-btn i {
  font-size: 16px;
}
.widget-noticias2 {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
}
.popular {
  font-size: 13px;
}
.mini-noticia {
  float: none;
}
.mini-noticia a {
  font-family: var(--familia_fuente);
  font-weight: 400;
  font-size: 14px;
}
.popular li {
  padding: 10px 0;
  border-bottom: dotted 1px rgb(129, 97, 159);
}
.popular li:last-child {
  padding: 10px 0;
  border-bottom: none;
}
.popular .imagen {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  border-radius: 3px;
  background-size: cover;
  background-position: center center;
}
.popular a.title {
  color: #070707;
}
.popular a.texto-breve {
  color: #707070;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  font-size: 12px;
}
.popular a.title:hover,
.popular a.title:focus,
.popular a.title:active {
  color: #070707;
}
.bloque.noticia {
  margin-bottom: 40px;
}

.cuadro_noticia {
  background-color: var(--transparencia);
  max-width: 400px;
  float: left;
  margin: 0px 20px 12px 0px;
}

.titulo_noticia {
  color: var(--primario);
  font-size: 30px;
  text-transform: uppercase;
  font-family: var(--familia_fuente);
  margin: 0;
}

#busqueda {
  border-color: var(--primario);
}

.marco-contacto {
  background-color: var(--transparencia);
  padding: 20px;
}
.marco-contacto h3 {
  margin-top: 0px;
}
.widget-noticias {
  background-color: var(--transparencia);
  border-radius: 25px;
}
.marco-contacto .input-group-addon {
  background-color: var(--primario);
  border-color: var(--primario);
  color: #fff;
}
.marco-contacto .form-control {
  border-color: var(--primario);
}
.input-group .form-control {
  z-index: 0;
}

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

.ocultorobots {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
}
/* TABLA MIS PEDIOS*/

.tabla_cabecera .row {
  font-weight: 400;
  background-color: var(--primario);
  color: #fff;
}
#tabla_stocks_resultados .row:nth-child(even) {
  background-color: var(--transparencia);
}
.tabla_stocks .cell {
  padding: 15px;
}
.tabla_stocks .cell-btn {
  padding: 10px;
}
.avisono {
  margin: 10px 0px;
  font-size: 18px;
}

textarea {
  resize: vertical;
}

/*+++++++++++++++++++*/
/************************************
*             INTERIOR              *
************************************/
.fa-angle-down {
  padding-left: 5px;
}
/*MENU VIEJO
.navbar-default .dropdown-menu{
background-color: #fff;
color: #000;
top: 99%;
}

.navbar-default .dropdown-menu>li>a {
padding: 18px 20px;
color: #fff;
font-size: 16px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
background-color: var(--primario);
border-bottom: 1px dotted #4b4a4a;
}

.superior .dropdown-menu>li>a {
padding: 18px 20px;
color: #000;
font-size: 16px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
border-bottom: 1px dotted #c6c6c6;
border-right:  1px dotted #c6c6c6;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
background-color: var(--transparencia);
color: #2c2c2c
}
.dropdown-menu {
padding: 0;
}
.superior .open>.dropdown-menu {
width: 185px;
top: 32px;
}
.superior .dropdown-menu>.active>a, .superior .dropdown-menu>.active>a:focus, .superior .dropdown-menu>.active>a:hover, .superior .dropdown-menu>li>a:focus, .superior .dropdown-menu>li>a:hover {
background-color: #dddddd;;
color: #09090c;
font-weight: 700;
}
.navbar-default .dropdown-menu>.active>a, .navbar-default .dropdown-menu>.active>a:focus, .navbar-default .dropdown-menu>.active>a:hover, .navbar-default .dropdown-menu>li>a:focus, .navbar-default .dropdown-menu>li>a:hover {
background-color: #000;
color: #fff;
font-weight: 700;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
background-color: transparent;
}
.superior .open>a, .superior .open>a:focus, .superior .open>a:hover {
background-color: transparent;
}
*/
.acceso a p {
  color: var(--primario);
  font-weight: 600;
  margin: 0;
}

.noestavisibleparapersonas {
  display: none;
}
.banner_interior {
  width: 100%;
  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_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;
  font-family: "Open Sans";
  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: "Open Sans";
  text-align: center;
  margin-bottom: 0px;
  text-shadow: 2px 2px 3px rgba(1, 0, 2, 0.75);
}
.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-family: "Open Sans";
  font-weight: 400;
  text-transform: uppercase;
}

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

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

.producto-detalle .filtros {
  height: 44px;
}

.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;
}

/************************************
*             BUSCADOR              *
************************************/

#buscador_emergente {
  position: absolute;
  top: 195px;
  width: 100%;
  z-index: 1000;
  transition: 300ms all ease;
}
#buscador_emergente.oculto {
  visibility: hidden;
  opacity: 0;
  top: 0;
}
.buscador_emergente > div {
  background: #fff;
  border-bottom: 1px solid #e4e9ef;
  box-shadow: 0 0 3px #ccc;
  padding: 15px;
}
.input_buscador {
  border-right: 0;
  box-shadow: none;
  border-radius: 0;
}
.boton_input_buscador {
  border-radius: 0;
  padding: 10px;
  border-left: 0;
  border-right: 0;
  color: rgba(0, 0, 0, 0.3);
  background-color: #fff !important;
}
.cerrar_input_buscador {
  border-right: 0;
  border-right: 1px #ccc solid;
  color: rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 0;
  background-color: #fff !important;
}
#buscador {
  position: fixed;
  z-index: 99999;
  height: 100%;
  width: 100%;
  display: flex;
  pointer-events: none;
}
#buscador.search-active {
  overflow: hidden;
  pointer-events: auto;
}
#buscador.search-active .search-input {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
#buscador.search-active .icon-close {
  opacity: 1;
  transform: rotate(-90deg);
}
#buscador.search-active .control {
  cursor: default;
}
#buscador.search-active .control .btn-material {
  transform: scale(70);
  right: 1000px;
  top: 0;
}
#buscador.search-active .control .icon-material-search {
  opacity: 0;
}
.icon-close {
  position: fixed;
  top: 30px;
  right: 30px;
  color: #fff;
  cursor: pointer;
  font-size: 70px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.icon-close:hover {
  transform: rotate(0);
}
.search-input {
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -40px;
  pointer-events: none;
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 0.3s ease-in-out;
}
.search-input input {
  color: #fff;
  font-size: 54px;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  box-sizing: border-box;
  outline: 0;
  font-weight: 200;
  font-family: "Open Sans";
}
.search-input i {
  color: #fff;
  font-size: 50px;
  margin-right: 15px;
}
.search-input ::-webkit-input-placeholder {
  color: #eee;
}
.search-input :-moz-placeholder {
  color: #eee;
  opacity: 1;
}
.search-input ::-moz-placeholder {
  color: #eee;
  opacity: 1;
}
.search-input :-ms-input-placeholder {
  color: #eee;
}
.wow {
  visibility: hidden;
}
.full-width {
  width: 100%;
}
.control {
  cursor: pointer;
}
.control .btn-material {
  position: absolute;
  top: -100px;
  width: 60px;
  height: 60px;
  right: 0;
  border-radius: 100%;
  box-sizing: border-box;
  background: var(--primario);
  outline: 0;
  opacity: 0.9;
  transform-origin: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.control .btn-material:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.control .icon-material-search {
  color: #fff;
  position: absolute;
  top: -10px;
  right: 78px;
  transition: opacity 0.3s ease-in-out;
}

.navbar-img {
  display: none;
}
.modal-header {
  background-color: var(--primario);
  color: #fff;
}
.modal-content {
  border: 0;
}
.modal-header .close {
  color: #ffffff;
}

/************************************
*             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;
}

/************************************
*         INSTAGRAM WIDGET          *
************************************/

.instagram-widget > div {
  position: relative;
  padding-top: calc(100vw / 6);
  width: 100%;
  overflow: hidden;
}
.instagram-widget iframe {
  border: none !important;
  overflow: hidden !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

/************************************
*           SELECT BONITO           *
************************************/

.selectbonito {
  position: relative;
}

.selectbonito:after {
  content: "\f078";
  font: normal normal normal 10px/1 FontAwesome;
  color: #ffffff;
  right: 0;
  position: absolute;
  pointer-events: none;

  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 7px;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
  display: none;
}

.selectbonito select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */

  display: block;
  width: 100%;
  float: right;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal;
}

/*************
*  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: 12;
  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;
}


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

.footer-contactos a:hover{
  color:var(--primario);
}
.contenedorAdorno{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contenedorAdorno img{
  width: 110px;
    height: 130px;
    position: absolute;
    top: -50px;
    filter: grayscale(1);
    object-fit: contain;
    z-index: 0;
}
.modal-header {
  background-color: var(--primario);
  color: #fff !important;
}
.modal-header .close {
  color: #ffffff;
  opacity: 0.8;
  position: relative;
  margin-top: -20px;
}
/* ESTILOS RESPONSIVE MAQUETA AQUI */

@media (max-width: 1800px) {
  /* .banner .figura {
    width: calc(23vw + 400px);
    left: auto;
    right: 20px;
  } */

  .banner .forma {
    width: calc(23vw + 1360px);
    left: auto;
    right: calc(-15% - 500px);
  }
}

@media (max-width: 1300px) {
  .section {
    &.section--banner {
      height: 80dvh;

      /* .figura {
        width: calc(16vw + 393px);
        z-index: -1;
      } */
    }
  }

  .navbar-nav {
    margin-right: 25px;
    column-gap: 5px;
  }

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

  .barra_inferior {
    padding-right: 25px;
  }

  nav .navbar-nav .custom-button-nav {
    margin-left: 10px;
    width: 220px;
  }

  .navbar-brand {
    left: 25px;
  }

  .navbar-brand > img {
    height: 65%;
  }
}

@media (width <= 1236px) {
  footer.footer {
    .footer-info {
      flex-direction: column;

      .footer-info-bottom {
        padding: 30px;

        .footer-contactos {
          border-left: none;
        }
      }
    }
  }
}

@media (max-width: 1200px) {
  .bloqueInformacionB .forma {
    width: 440px;
  }

  .caja_servicio {
    padding: 80px 25px 60px 25px;
    max-width: 410px;
    margin: 0 auto;
  }

  .bloqueInformacionA .forma_2 {
    width: 420px;
  }

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

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

  .custom-button-nav {
    border-color: var(--light__e);
    width: 220px;
  }
}

/* @media (width <= 1080px) {
  .section {
    &.section--banner {
      height: 80dvh;

      .figura {
        width: calc(16vw + 393px);
      }
    }
  }
} */

@media (max-width: 1400px) {
  .section {
  &.section--services {
      .simbolo {
        display: none;
      }}}
}

.bloqueInformacion-nav > li > a {
  padding: 0 20px;
}

@media (max-width: 991px) {

  .bloqueInformacion-nav > li > a {
    padding: 0 5px;
  }


  /* header.barra_ampliada { */
    @media (max-width: 991px) {
      .navbar-fixed-top {
        background-color: #fff !important;
        transition: background-color 0.3s ease;
      }

      .navbar-fixed-top.scrolled {
        background-color: var(--white) !important;
      }
    }
  /* } */

  .section {
    &.section--services {
        .simbolo {
          display: none;
        
        }}}

  .barra_ampliada .navbar-brand > img{
      top: 0px;
      height: 70%;
  }

  .barra_ampliada .navbar-fixed-top {
      height: 50px;
  }

  .section--services .simbolo {
      height: 230px;
      top: 20px;
      transform: translateX(175%) rotate(182deg);
    }

  .section {
    &.section--banner {
      .barra_inferior {
        margin: 0 auto;
      }

      .banner-main-info {
        .antetitulo {
          font-size: 16px;
        }

        .titulo {
          font-size: 35px;
        }

        .parrafo {
          font-size: 14px;
          margin: 0 auto;
        }

        .barra_inferior {
          display: none;
        }
      }

      /* .decoracion.decoracion--banner {
        display: none;
      } */

      .image-wrapper {
        position: relative;
        width: min(85%, 420px);
        margin: 0 auto;

        /* &::before {
            content: '';
            background: linear-gradient(
              to bottom,
              transparent,
              var(--white)
            );
            width: 100%;
            height: 60px;
            position: absolute;
            bottom: -20px;
            left: 0;
            z-index: 1;
        } */
      }

      .banner__img {
        width: min(85%, 420px);
        right: auto;
        position: relative;
      }
    }

    .corte-bottom {
      height: 20%;
    }

    &.section--services,
    &.section--informacion-1,
    &.section--services-2,
    &.section--informacion-2,
    &.section--news {
      .titulo,
      .antetitulo,
      .parrafo {
        text-align: center;
      }

      .titulo {
        font-size: 35px;
      }

      .antetitulo {
        font-size: 16px;
      }

      .parrafo {
        font-size: 14px;
      }
    }
  }


  .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-fixed-top {
    background-color: var(--primario__e);
  }

  .navbar-brand {
    left: 20px;
  }

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

  .navbar-toggle {
    display: block;
  }

  .navbar-header {
    float: left;
  }

  .custom-container {
    padding: 0 45px;
  }

  .row-align-center {
    display: block;
  }

  .banner {
    display: block;
    height: auto;
  }

  .banner .figura {
    top: 0;
    position: relative;
    margin: 0 auto;
    display: block;
    width: 400px;
  }

  .banner .corte-bottom {
    height: 60px;
  }

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

  .antetitulo,
  .titulo {
    text-align: center;
  }

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

  .section {
    &.section--informacion-2 {
        & .tab-content {
            & .tab-pane {
                .titulo {
                    color: var(--black);
                    font-family: var(--fm-title);
                    font-size: 35px;
                }
            }
        }
    }
}

  .titulo {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }

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

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

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

  .caja_servicio {
    top: auto;
    margin-bottom: 90px;
  }

  .caja_flujo {
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 60px;
  }

  .bloqueInformacion .img-container {
    margin: 0 auto;
    width: 400px;
    height: 400px;
  }

  .footer-info {
    flex-flow: column;
  }

  .footer-contactos li {
    column-gap: 17px;
  }

  .footer-contacto_telefono {
    font-size: 16px;
  }

  footer.footer {
    .footer-info {
      .footer-info-bottom {
        flex-direction: column;

        .footer-contactos {
          width: 280px;
          height: fit-content;
          justify-content: left;
          border: none;
        }
      }
    }
  }
}

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

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

  .antetitulo {
    font-size: 18px;
    line-height: 20px;
  }

  .banner .figura {
    width: 320px;
  }

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

@media (max-width: 600px) {
  .titulo {
    font-size: 30px;
    line-height: 35px;
  }

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

  .parrafo {
    font-size: 14px;
    line-height: 20px;
  }

  .custom-button-lg {
    width: 250px;
  }

  .bloqueInformacion .img-container {
    width: 320px;
    height: 320px;
    border-radius: 38px;
  }

  footer {
    border-top-right-radius: 0;
  }

  .footer-contactos .row-redes .red {
    font-size: 16px;
  }

  .section {
    &.section--informacion-2 {
      .nav-tabs {
        gap: 10px;
        background-color: transparent;
        border: none;

        li {
          text-align: center;
          width: 40%;
          border: 1px solid var(--gray);
        }
      }
    }
  }
}

/*//ESTILOS GENERALES//*/
@media (max-width: 1200px) {
  .section {
  &.section--banner {
  .decoracion.decoracion--banner {
    clip-path: polygon(150% -16%, 74% 16%, 100% 34%);
  }}}

  .dropdown-submenu > a:after {
    display: none;
  }
  .sidebar-wrapper.left .form-control {
    height: 43px;
    padding: 6px 12px;
    color: var(--secundario);
    font-style: italic;
    background-color: #ffffff;
    border: 1px solid #91a22f;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .sidebar-nav li a.favorito {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .caja_favorito,
  .caja_redes {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  .caja_favorito a,
  .caja_redes a {
    padding: 0 10px !important;
    margin: 10px 0 !important;
  }
  .caja_acceso a {
    padding: 0 20px !important;
  }
  .caja_favorito a img {
    margin-left: 0 !important;
  }
  .sidebar-wrapper li img,
  .caja_redes a img {
    height: 20px;
    transition: all 0.2s ease-in-out;
  }
  .sidebar-wrapper.left .btn {
    padding: 6px 11px;
    height: 43px;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: var(--primario);
    border: 1px solid var(--primario);
  }
  .sidebar-wrapper.left .sidebar-nav li:first-child {
    padding: 10px 20px;
    text-indent: 0px;
    padding-top: 25px;
  }
  .left .sidebar-nav .multi-level li:first-child {
    padding: 0;
  }
  .left .sidebar-nav .multi-level li:last-child a {
    text-indent: 0;
  }
  .banner_interior {
    height: 250px;
  }
  .fijar {
    position: fixed;
    width: 100%;
  }
}
@media (min-width: 993px) {
  /* móviles */
  .desfijar {
    position: absolute !important;
    width: 100%;
  }
}

 @media (max-width: 991px) {
      .section {
        &.section--banner {
            .decoracion.decoracion--banner.movil {
              width: 910px;
              height: 740px;
              position: absolute;
              display: block;
              top: -560px;
              left: -244px;
            }
            .decoracion.decoracion--banner {
                display: none;
                clip-path: polygon(-470% 228%, 101% 67%, 239% 147%);
                top: 77px;
                -webkit-mask-image: linear-gradient(to top, transparent 1%, black 28%, black 243%);
            }
        }
      }
    }

@media (max-width: 992px) {
  /* móviles */
  .bloqueInformacion-nav::after {
    background: none;
  }
  .bloqueInformacion-nav > li > a {
    border-radius: 20px;
  }
  /* menu_desplegable, descomentar si es necesario para el menu de movil */

  /*
    .sidebar-nav .multi-level li a{
        text-indent: 0;
        padding-left: 40px !important;
    }
    .sidebar-nav .multi-level li:first-child{
        padding: 0;
    }
    .sidebar-nav .multi-level li:last-child a{
        text-indent: 0;
    }
    .sidebar-nav .multi-level li.active a{background-color: rgba(0, 0, 0, 0.45);}
    .sidebar-nav .multi-level li:first-child{
        padding: 0;
    }
    .sidebar-nav .multi-level li:last-child a{
        text-indent: 0;
    }
    .sidebar-nav .multi-level li.active a{
        text-decoration: none;
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.30);
        font-weight: 400;
    }

	.sidebar-wrapper{opacity: 1}

	.sidebar-nav .open>.dropdown-menu {
		position: static;
		background-color: transparent;
		border: none;
		box-shadow: none;
		margin: 0;
		padding: 0;
	}

	.sidebar-nav .dropaco .dropdown-menu>li>a {
		text-align: left;
		padding: 8px 20px;
		background-color: rgba(0, 0, 0, 0.25);
		white-space: initial;
		color: #ffffff;
		font-size: 15px;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 300;
	}
    
    .sidebar-nav .multi-level li.active a {
        background-color: rgba(0, 0, 0, 0.45);
    }
*/

  /* menu_desplegable */

  /* whatsapp */
  .floating-icons {
    bottom: 1rem;
    right: 1rem;
  }
  .videos_responsive {
    width: 100%;
    float: none;
  }
  .marco-contacto {
    margin-top: 40px;
  }
  .botones_carro {
    width: 100%;
    margin-top: 20px;
  }
  .otras_fotos .imagen {
    height: 100px;
  }
  .foto_principal .imagen {
    width: 100%;
  }
  .zona_galeria_mini .bx-wrapper .bx-prev {
    display: none;
  }
  .zona_galeria_mini .bx-wrapper .bx-next {
    display: none;
  }

  .instagram-widget > div {
    position: relative;
    padding-top: calc(100vw / 3);
  }
  .instagram-widget iframe {
    width: 200% !important;
  }
  .padre_imagen .imagen {
    background-size: contain;
  }
  .sidebar-wrapper.left .form-control {
    height: 43px;
    padding: 6px 12px;
    color: var(--secundario);
    font-style: italic;
    background-color: #ffffff;
    border: 1px solid var(--primario);
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .sidebar-nav li a.favorito {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .caja_favorito,
  .caja_redes {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .caja_favorito a,
  .caja_redes a {
    padding: 0 10px !important;
    margin: 10px 0 !important;
  }
  .caja_acceso a {
    padding: 0 20px !important;
  }
  .caja_favorito a img {
    margin-left: 0 !important;
  }
  .sidebar-wrapper li img,
  .caja_redes a img {
    height: 25px;
    transition: all 0.2s ease-in-out;
  }
  .sidebar-wrapper.left .sidebar-nav li:first-child {
    padding: 10px 20px;
    text-indent: 0px;
    padding-top: 25px;
  }
  .left .sidebar-nav .multi-level li:first-child {
    padding: 0;
  }
  .left .sidebar-nav .multi-level li:last-child a {
    text-indent: 0;
  }
  .left .sidebar-nav .multi-level li.active a {
    text-decoration: none;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
    font-weight: 400;
  }
  .quantity {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .quantity label {
    margin-bottom: 0;
  }

  .zona-mapa iframe {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .contenedorAdorno img{
      top: -25px;
      width: 80px;
      height: 80px;
  }
  /* móviles */
  .marco-izq .col-xs-10 {
    margin-left: 0px;
  }
  .filtros {
    height: 260px;
  }
  h3.categoria {
    text-align: center;
  }
  span.precio {
    font-size: 48px;
    font-family: var(--familia_fuente);
    font-weight: 400;
  }
  span.tachado {
    font-size: 24px;
    font-family: var(--familia_fuente);
    font-weight: 400;
  }
  .precios_estilos {
    text-align: center;
    width: 100%;
  }
  .banner_interior {
    height: 200px;
  }
  .otras_fotos {
    margin-bottom: 30px;
  }
  .nav-botones > li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-botones > li > a {
    margin: 0;
  }
  .btn-pagination {
    padding: 6px 12px;
    font-size: 12px;
    margin: 0 7px;
    border: 1px solid;
  }
  h3 {
    font-size: 20px;
  }
  .proyecto .imagen {
    background-size: cover;
  }
  .cuadro_noticia {
    float: none;
    position: relative;
    width: 100%;
    margin: 0 auto 30px;
  }

  .instagram-widget > div {
    position: relative;
    padding-top: calc(100vw / 2);
  }
  .instagram-widget iframe {
    width: 300% !important;
  }
}
.formularios_de_contacto .form-control{
  height:50px;
}
.formularios_de_contacto textarea.form-control{
  height:150px;
}
