:root {
    --primario__e: #0f286a;
    --primario_oscuro__e: #0b1c4c;
    --primario_claro__e: #1a9edc;
    --secundario__e: #fcea5e;
    --titulo: "Poppins", sans-serif;
    --light__e: #fff;
    --dark__e: #333;
}

:root {
    --primario: #0f286a;
    --secundario: #fcea5e;
    --transparencia: #dcedf5;
    --familia_fuente: "Poppins", sans-serif;
}

@font-face {
    font-family: digito;
    src: url(fonts/DS-DIGIT.TTF);
}

html {
    scroll-behavior: smooth;
}

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

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

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

p {
    margin: 0;
}

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

.titulo span {
    font-weight: 400;
}

.titulo b {
    color: var(--primario_claro__e);
}

.titulo-md {
    font-size: 55px;
    line-height: 60px;
}

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

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

.parrafo-md {
    font-size: 22px;
    font-family: var(--titulo);
}

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

.corte-bottom {
    bottom: -1px;
    position: absolute;
}

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

.container-lg {
    max-width: 1400px;
    width: 100%;
}

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

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

.d-flex {
    display: flex;
}

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

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

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

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.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 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s 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: 50%;
    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 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-family: var(--titulo);
    color: var(--primario__e);
    font-size: 14px;
    font-weight: 600;
    background-color: var(--secundario__e);
    text-transform: uppercase;
    column-gap: 7px;
}

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

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

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

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

.custom-button-2:hover,
.custom-button-2:active,
.custom-button-2:focus {
    color: #333;
}

.row::before,
.row::after {
    content: unset;
}

/* Cabecera */
.navbar-fixed-top {
    z-index: 5;
}

.forma-logo {
    width: 365px;
    filter: drop-shadow(0 0 12.5px rgba(0, 0, 0, 0.25));
    background-color: var(--light__e);
    border-bottom-right-radius: 8px;
    transform: skew(-15deg);
    z-index: 2;
    left: -15px;
    top: 0;
}

.barra_ampliada .forma-logo {
    height: 120px;
}

.barra_reducida .forma-logo {
    height: 95px;
}

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

.barra_ampliada .navbar-brand {
    top: 35px;
}

.barra_reducida .navbar-brand {
    top: 25px;
}

.barra_ampliada .navbar-brand > img {
    width: 275px;
}

.barra_reducida .navbar-brand > img {
    width: 240px;
}

.navbar-brand > img {
    object-fit: contain;
}

.navbar-collapse {
    background-color: var(--primario__e);
    /*
    border-bottom-left-radius: 5px;
    */
    /**EEE**/
    /*
    transform: skew(15deg);
    */
    width: calc(100% - 127px);
    float: right;
    margin-right: -15px;
    filter: drop-shadow(0 0 12.5px rgba(0, 0, 0, 0.5));
}

.navbar-nav {
    margin-right: 45px;
    display: flex;
    align-items: center;
    /**EEE**/
    /*
    transform: skew(-15deg);
    */
}

.navbar-nav > li {
    display: inline-flex;
    align-items: center;
}

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

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

.navbar-nav > li > a {
    height: 100%;
    font-size: 15px;
    font-family: var(--titulo);
    color: var(--light__e);
    padding: 0 23px;
    display: inline-flex;
    align-items: center;
}

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

nav .navbar-nav > .active > a,
nav .navbar-nav > .active > a:focus,
nav .navbar-nav > .active > a:hover {
    background-color: transparent;
}

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 {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.navbar-nav > li .hover-effect:before {
    background-color: rgba(26, 158, 220, 0.1);
}

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

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

nav .navbar-nav > li.dropdown .dropdown-menu {
    overflow: hidden;
    border: unset;
    padding: 0;
    background-color: var(--primario_oscuro__e);
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 100%;
    min-width: 250px;
}

nav .navbar-nav > li.dropdown .dropdown-menu > li > a {
    padding: 12px 15px;
    font-weight: 300;
    color: #fff;

    font-size: 16px;
    font-family: var(--titulo);
    color: var(--light__e);
    text-transform: none;
}

nav .navbar-nav > li.dropdown .dropdown-menu > li > a:focus,
nav .navbar-nav > li.dropdown .dropdown-menu > li > a:hover {
    background-color: rgba(26, 158, 220, 0.1);
}

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

nav .navbar-nav > li.dropdown.open > a {
    background-color: #fff;
}

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

.navbar-nav .grupo_botones {
    gap: 16px;
    margin-left: 40px;
}

.nav-button .custom-button {
    width: 240px;
    height: 50px;
}

.superior {
    height: 45px;
    width: calc(100% - 350px);
    float: right;
    background-color: var(--light__e);
    z-index: 1;
}

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

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

#message_superior-slider {
    flex-grow: 1;
}
.superior-nav-list a {
    font-size: 14px;
}
.superior-nav-list a:hover {
    color: #d5d5d5;
}
.superior-message {
    font-size: 16px;
    color: #474747;
    font-family: var(--titulo);
    flex-grow: 1;
}

.superior-message.message_2 {
    font-weight: 600;
    color: #0f2768;
}

.superior-message span {
    font-weight: 600;
}

.superior-nav {
    background-color: var(--primario_claro__e);
    border-left: 8px solid transparent;
    /**EEE**/
    /**transform: skew(-15deg);**/
    height: 100%;
    margin-right: -15px;
    padding: 0 35px;
    column-gap: 25px;
    flex-grow: 1;
}

.superior-nav-list {
    /**EEE**/
    /**transform: skew(15deg);**/
    column-gap: 25px;
    font-family: var(--titulo);
    margin-bottom: 0;
}

.superior .redes {
    column-gap: 20px;
    /**EEE***/
    /**transform: skew(15deg);**/
    margin-bottom: 0;
}

.superior .idioma {
    column-gap: 20px;
    /**EEE***/
    /**transform: skew(15deg);**/
    margin-bottom: 0;
}

/* ****** */
/* banner */
/* ****** */
.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    min-height: 900px;
}

.banner .opacidad {
    background-color: rgba(0, 0, 0, 0.5);
}

.banner .slider {
    object-fit: cover;
    object-position: top;
}

.banner .bloques-container {
    top: 40px;
    gap: 55px 37px;
}

.banner .down-button {
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    cursor: pointer;
}

.bloque_banner {
    width: 498px;
    height: 640px;
    border-radius: 15px;
}

.bloque_banner.bloque_1 {
    border: 9px solid rgba(255, 255, 225, 0.2);
}

.bloque_banner.bloque_1::before {
    content: "";
    background-color: var(--light__e);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
}

.bloque_banner .fondo {
    border-radius: 10px;
    opacity: 0.5;
    object-fit: cover;
    mix-blend-mode: multiply;
}

.bloque_banner.bloque_2 .fondo {
    transform: rotate(180deg);
}

.bloque_banner.bloque_2 {
    background-image: linear-gradient(
        0deg,
        var(--primario__e) 0%,
        var(--primario__e) 30%,
        var(--primario_claro__e) 99%,
        var(--primario_claro__e) 100%
    );
    outline: 2px solid var(--light__e);
    outline-offset: -9px;
}

.bloque_banner .text-container {
    padding: 70px;
}

.bloque_banner.bloque_2 .text-container {
    padding: 78px 70px;
}

.bloque_banner .bloque-titulo {
    font-family: var(--titulo);
    font-size: 50px;
    line-height: 60px;
}

.bloque_banner .bloque-titulo span {
    font-weight: bold;
}

.bloque_banner.bloque_1 .bloque-titulo {
    color: var(--primario__e);
}

.bloque_banner .coche-name {
    color: var(--primario_claro__e);
    font-family: var(--titulo);
    font-size: 42px;
    font-weight: 900;
    line-height: 35px;
    opacity: 0.15;
}

.bloque_banner .coche-name_1 {
    color: var(--primario__e);
}

.bloque_banner .coche-svg {
    width: 140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bloque_banner .custom-button {
    font-size: 18px;
    height: 75px;
}

.bloque_banner.bloque_1 .custom-button {
    width: 330px;
    background-color: var(--primario__e);
    color: var(--light__e);
}

.bloque_banner.bloque_1 .custom-button::before {
    background-color: var(--primario_claro__e);
}

.bloque_banner.bloque_2 .custom-button {
    width: 269px;
}

.bloque-hora {
    font-family: digito;
    font-size: 145px;
    line-height: 110px;
    color: var(--primario_claro__e);
}

.bloque-subtitulo {
    font-size: 32px;
    line-height: 30px;
    color: var(--primario_claro__e);
    font-family: var(--titulo);
}

.bloque_banner .bloque-question {
    color: var(--light__e);
    font-family: var(--titulo);
}

.custom-select select {
    background-color: #f7f7f7;
    border-radius: 4px;
    width: 100%;
    height: 55px;
    padding-left: 56px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    font-family: var(--titulo);
    color: var(--primario__e);
    background-size: 25px;
    background-position-x: 20px;
    background-position-y: 18px;
    cursor: pointer;
}

.custom-select .arrow {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: var(--primario_claro__e);
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    cursor: pointer;
}

.simbolo_banner {
    width: 90px;
}

.contacto-container {
    position: fixed;
    top: 40%;
    right: 0;
    cursor: pointer;
    z-index: 2;
}

.contacto-container .pestanha {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    column-gap: 6px;
    background-color: var(--secundario__e);
    writing-mode: vertical-lr;
    padding: 0 20px;
    font-size: 20px;
    font-style: italic;
    transform: rotate(180deg);
}

.contacto-container .pestanha .icons-hidden {
    display: none;
}

.contacto-container .pestanha .bold {
    font-weight: 800;
}

.contacto-container .contacto-enlaces {
    margin-bottom: 0;
    width: 55px;
    transition: width 0.3s ease;
}

.contacto-container:hover .contacto-enlaces {
    width: 380px;
}

.contacto-container .contacto-enlaces a {
    display: block;
    padding: 20px;
    font-family: var(--titulo);
    white-space: nowrap;
}

.contacto-container .contacto-enlaces a:hover,
.contacto-container .contacto-enlaces a:visited {
    color: var(--light__e);
    transform: scale(1.05);
}

.contacto-container .contacto-enlaces a img {
    width: 20px;
    margin-right: 16px;
}

.contacto-container .contacto-enlaces a span {
    font-weight: 700;
}

.contacto-container .contacto-enlaces a.enlace-whatsapp {
    background-color: #25d366;
}

.contacto-container .contacto-enlaces a.enlace-correo {
    background-color: var(--primario__e);
}

.contacto-container .contacto-enlaces a.enlace-telefono {
    background-color: #153078;
}

.contacto-container .contacto-enlaces a.enlace-videollamada {
    background-color: #23408e;
}

.png_cochecito {
    position: fixed;
    width: 180px;
    right: 20px;
    z-index: 2;
    bottom: 20px;
}

.carretera {
    position: fixed;
    width: 260px;
    right: 0px;
    z-index: 2;
    bottom: 0px;
}

/* publicidad */
#publicidad-slider-track {
    padding: 10px 0 60px;
}
#publicidad-slider-movil-track {
    padding: 10px 0 60px;
}

.publicidad__degradado {
    z-index: 1;
    width: 174px;
    height: 100%;
}

.publicidad__degradado--left {
    left: 0;
    background-image: linear-gradient(
        90deg,
        rgba(255 255 255 / 99%) 0%,
        transparent 100%
    );
}

.publicidad__degradado--right {
    right: 0;
    background-image: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255 255 255 / 99%) 100%
    );
}

.publicidad__card {
    /*    height: 360px;*/
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    aspect-ratio: 137/72;
}

.publicidad__card img {
    object-fit: cover;
}

#publicidad-slider .splide__pagination {
    column-gap: 10px;
}
#publicidad-slider-movil .splide__pagination {
    column-gap: 10px;
}
#publicidad-slider .splide__pagination__page {
    opacity: 1;
    width: 10px;
    height: 10px;
    background-color: #e7e9f0;
    margin: 0;
}

#publicidad-slider-movil .splide__pagination__page {
    opacity: 1;
    width: 10px;
    height: 10px;
    background-color: #e7e9f0;
    margin: 0;
}

#publicidad-slider .splide__pagination__page.is-active {
    background-color: var(--primario__e);
    transform: scale(1);
}

#publicidad-slider-movil .splide__pagination__page.is-active {
    background-color: var(--primario__e);
    transform: scale(1);
}

/* Shine */
.shine::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.swipeboxEntregas:hover .shine::before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

/* Productos */
.producto {
    margin-bottom: 65px;
}

.producto .producto-pestanha {
    height: 45px;
    background-image: linear-gradient(to right, #071c55, #0b276a);
}

.producto .pestanha-logo {
    display: block;
    width: 130px;
}

.producto .pestanha-simbolo {
    right: 10px;
    width: 30px;
}

.producto .descuento {
    width: 100px;
    top: 35px;
    left: 30px;
}

.producto .img-container {
    height: 230px;
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.2) 0%,
        var(--light__e) 30%
    );
}

.producto .producto-img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    padding: 0 10px;
}

.producto:hover .producto-img {
    transform: scale(1.1);
}

.producto .producto-container {
    font-family: var(--titulo);
}

.producto .producto-titulo {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #000;
}

.producto .producto-precio {
    font-size: 22px;
    font-family: var(--titulo);
    font-weight: 500;
    color: var(--primario__e);
}

.producto .grupo-precio {
    justify-content: space-between;
}

.producto .precio-nombre {
    color: var(--dark__e);
    font-weight: 500;
}

.producto .producto-data {
    justify-content: space-between;
    color: #b3b3b3;
    font-size: 12px;
}

.producto .producto-data img {
    margin-right: 8px;
}

.producto .separador {
    height: 1px;
    background-color: #b3b3b3;
    margin: 15px 0;
}

section.productos .custom-button {
    width: 370px;
    height: 75px;
    background-color: var(--primario_claro__e);
    color: var(--light__e);
    font-weight: 600;
    font-size: 18px;
}

section.productos .custom-button::before {
    background-color: var(--primario__e);
}
section.servicios {
    background: white;
    position: relative;
    z-index: 1;
}
/* resenha */
.resenha {
    background-image: linear-gradient(to top, #eceef5 390px, transparent 390px);
}

.resenha .corte {
    bottom: 389px;
}

.resenha .corte-google {
    height: 10px;
    width: 100%;
    background-image: linear-gradient(
        90deg,
        #4688f1 16.6%,
        #e7443c 16.6%,
        #e7443c 33.3%,
        #f9bb2d 33.3%,
        #f9bb2d 50%,
        #4688f1 50%,
        #4688f1 66.6%,
        #3aa757 66.6%,
        #3aa757 83.2%,
        #e7443c 83.2%
    );
}

.resenha .figura {
    /*width: 750px;*/
    bottom: 0;
    right: 50%;

    right: 45%;
    height: 825px;
}



.caja_resenha {
    height: 680px;
    border-radius: 20px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    background-color: var(--light__e);
    outline: 2px solid var(--primario_claro__e);
    outline-offset: -12px;
    font-family: var(--titulo);
}

.resenha .splide {
    height: 100%;
}

.resenha .splide__arrow {
    background-color: var(--light__e);
    border: 1px solid var(--primario_claro__e);
    width: 45px;
    height: 45px;
    opacity: 1;
}

.resenha .splide__arrow--next {
    right: -12px;
}

.resenha .splide__arrow--prev {
    left: -12px;
}

.resenha .splide__arrow img {
    width: 100%;
    padding: 0 12px;
}

.resenha .splide__arrow--prev img {
    transform: scaleX(-1);
}

.resenha-portada {
    flex-flow: column;
    height: 680px;
}

.caja_resenha .resenha_personal {
    display: block;
    height: 680px;
}

.caja_resenha .resenha_sede {
    flex-flow: column;
}

.caja_resenha-titulo {
    font-size: 45px;
    font-weight: 700;
    color: var(--primario__e);
}

.caja_resenha-titulo span {
    color: var(--primario_claro__e);
}

.caja_resenha-subtitulo {
    color: var(--primario__e);
    font-size: 30px;
}

.caja_resenha-subtitulo span {
    color: var(--primario_claro__e);
}

.caja_resenha-puntuacion {
    column-gap: 10px;
    padding: 14px 20px;
    border-radius: 10px;
    display: inline-flex;
    margin: 0 auto;
    background-color: #fafafa;
}

.caja_resenha-persona {
    font-size: 20px;
    color: var(--primario__e);
}

.caja_resenha-persona span {
    font-weight: 600;
}

.caja_resenha .puntuacion-numero {
    color: var(--primario_claro__e);
    font-weight: 600;
    font-style: italic;
    font-size: 26px;
}

.caja_resenha .puntuacion-estrellas {
    width: 180px;
}

.caja_resenha .puntuacion-resenhas {
    font-size: 16px;
    color: #6b6b6b;
    font-weight: 600;
}

.caja_resenha .google_logo {
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    width: 170px;
}

.caja_resenha-foto {
    width: 370px;
    height: 209px;
    border-radius: 20px;
    background-color: #a9a9a9;
    margin: 0 auto;
}

.caja_resenha-foto .img {
    border-radius: 20px;
    object-fit: cover;
}

.caja_resenha-foto .comillas {
    width: 90px;
    top: -35px;
    right: -20px;
}

.caja_resenha-persona_2 {
    color: var(--primario_claro__e);
}

.caja_resenha-persona_3 {
    font-size: 20px;
    color: var(--primario__e);
    font-style: italic;
}

.caja_resenha-persona_3 span {
    font-weight: 600;
}

.puntuacion-estrellas_2 {
    width: 120px;
}

.caja_resenha .parrafo {
    font-size: 13px;
    max-width: 460px;
}

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

.parallax .fondo {
    background-attachment: fixed;
    background-size: cover;
    opacity: 0.5;
}

.parallax .custom-button {
    margin-left: auto;
    width: 330px;
    height: 75px;
    font-size: 18px;
    background-color: var(--primario_claro__e);
    color: var(--light__e);
}

.parallax .custom-button::before {
    background-color: var(--primario__e);
}

/* servicios */
.servicios-container {
    gap: 30px;
}

.caja_servicio {
    height: 300px;
    border-radius: 15px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
    background-color: var(--light__e);
    outline: 2px solid var(--primario_claro__e);
    outline-offset: -10px;
    flex-grow: 1;
    cursor: pointer;
}

.caja_servicio:hover {
    background-color: var(--primario_claro__e);
    outline-color: var(--light__e);
}

.caja_servicio .fondo {
    background-attachment: fixed;
    background-size: cover;
    background-position-x: center;
    left: 0;
    opacity: 0.2;
}

.caja_servicio:hover .fondo {
    opacity: 0;
}

.caja_servicio-simbolo {
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 100px;
}

.caja_servicio .simbolo_2 {
    opacity: 0;
}

.caja_servicio:hover .simbolo_1 {
    opacity: 0.1;
    filter: grayscale(100%) brightness(0);
}

.caja_servicio:hover .simbolo_2 {
    opacity: 0.1;
}

.caja_servicio .text-container {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 65%;
    padding: 0 40px;
}

.caja_servicio:hover .text-container {
    top: 33%;
}

.caja_servicio .caja_servicio-titulo {
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
    font-family: var(--titulo);
    color: var(--primario__e);
}

.caja_servicio:hover .caja_servicio-titulo {
    color: var(--light__e);
    filter: drop-shadow(0px 1px 0.5px rgba(0, 0, 0, 0.5));
}

.caja_servicio .caja_servicio-parrafo {
    font-size: 16px;
    line-height: 24px;
    opacity: 0;
}

.caja_servicio:hover .caja_servicio-parrafo {
    opacity: 1;
}

/* islas */
.islas {
    background-image: linear-gradient(
        0deg,
        rgba(236, 238, 245, 0.99) 0%,
        transparent 50%
    );
    overflow: hidden;
}

.islas .subtitulo {
    font-size: 22px;
    color: var(--primario__e);
    font-weight: 700;
    font-family: var(--titulo);
}

.islas .subtitulo span {
    font-weight: 400;
}

.islas .subtitulo b {
    color: var(--primario_claro__e);
}

.islas .figura {
    width: 970px;
    bottom: 0;
    left: calc(50% - 205px);
}

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

.caja_isla {
    width: 300px;
    height: 130px;
    border-radius: 15px;
    background-color: #e8f5fb;
    column-gap: 10px;
    margin-bottom: 30px;

}

.caja_isla.sin_enlace {
    cursor: default;
}

.caja_isla:hover {
    background-color: var(--light__e);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}

.caja_isla .icono_ver {
    top: 12px;
    right: 15px;
}

.caja_isla:hover .icono_ver {
    opacity: 0.3;
}

.caja_isla .silueta {
    width: 84px;
}

.caja_isla .tu_coche {
    font-family: var(--titulo);
    color: var(--primario_claro__e);
    font-weight: 500;
}

.caja_isla .lugar {
    font-family: var(--titulo);
    font-size: 20px;
    color: var(--primario__e);
    font-weight: 700;
}

/* Footer */
footer {
    background-color: var(--primario__e);
}

footer .fondo {
    height: 100%;
    width: 544px;
    right: 0;
    object-fit: cover;
}

.corte-footer {
    top: 1px;
    transform: translateY(-100%);
}

footer .gradient {
    background-image: linear-gradient(
        0deg,
        rgba(20, 20, 20, 0.99) 0%,
        transparent 80%
    );
    opacity: 0.5;
    left: 0;
}

.footer-info {
    gap: 35px 50px;
}

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

.footer-column {
    flex-flow: column;
    row-gap: 35px;
}

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

.footer-logo {
    flex-direction: column;
}

.footer-logo_1 {
    width: 117px;
}

.footer-logo_2 {
    width: 176px;
}

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

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

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

.footer-contactos li {
    font-size: 18px;
    font-weight: 300;
    column-gap: 10px;
}

.footer-contactos li.footer-titulo {
    font-weight: 600;
    font-family: var(--titulo);
    color: #fefefe;
}

.footer-contactos span img {
    width: 22px;
    margin-right: 20px;
}

footer .footer-links {
    display: inline-flex;
    flex-wrap: wrap;
    font-weight: 400;
    color: #f1f1f1;
    gap: 5px;
}

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

footer .footer-links a:hover {
    text-shadow: 0 0 2px;
}

footer .footer-copyright {
    gap: 20px 45px;
    flex-flow: column;
    font-weight: 600;
    padding: 30px 25px 30px 25px;
    background-color: var(--primario_claro__e);
    font-size: 12px;
}

footer .footer-copyright .credito {
    font-size: 12px;
    color: var(--primario__e);
    font-weight: 400;
}

footer .footer-copyright a.web_las_palmas {
    color: #f1f1f1;
}

.sidebar-wrapper {
    position: fixed;
    top: 0;
    height: calc(100vh - 52px);
    width: 360px;
    margin-top: 60px;
    padding-top: 64px;
    padding-bottom: 45px;
    overflow-y: auto;
    background-color: #153078;
    opacity: 0;
    z-index: 4;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
}

.toggled .sidebar-wrapper {
    opacity: 1;
}

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

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

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

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

.sidebar-nav .redes {
    column-gap: 22px;
    margin-top: 80px;
}

.left-toggle {
    left: 0;
}

.right-toggle {
    right: 0;
}

.search-button {
    display: none;
    border: 0;
    padding: 12px;
}

.navbar-toggle {
    margin: 0;
    padding: 16px 16px;
    border-radius: 0;
    border: unset;
}

.search-button img {
    width: 35px;
}

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

.search-button,
.search-button:focus,
.search-button:hover {
    background-color: #fcea5e;
}

.navbar-toggle .icon-bar {
    height: 4px;
    width: 40px;
    border-radius: 5px;
}

.navbar-toggle .icon-bar:last-child {
    width: 22px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 8px;
}

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

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

.textaco .llamarAhora i {
    margin-right: 10px;
    font-size: 25px;
    position: relative;
}
#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;
    white-space:normal;
}
.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-lg.btn-corporativo2 {
    padding: 18px 30px;
}
.btn-corporativo2 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--familia_fuente);
    border: 0px;
    border-radius: 10px;
    background-color: var(--primario_oscuro__e);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.btn-corporativo2::before {
    background-color: var(--primario_claro__e);
}
.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: var(--primario_oscuro__e);
    color: #fff;
}

.btn-corporativo2:hover,
.btn-corporativo2:focus,
.btn-corporativo2:active {
    color: #fff;
}
.btn-corporativo3:hover,
.btn-corporativo3:focus,
.btn-corporativo3:active {
    background-color: var(--primario_oscuro__e);
    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 {
}

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

.dropdown-menu.language {left: auto;
    right: 0px;
}

.dropdown-menu.language .flag {
    height: 20px; margin-right: 10px;
}

.btn-idioma {
    padding: 3px 7px;
    margin-top: 2px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.btn-idioma.focus, .btn-idioma:focus, .btn-idioma:hover{
    color: var(--transparencia)
}

.dropdown-menu.language > li > a {
    padding: 5px 15px;
}

@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 {
        opacity: 0.6;
        background-color: #0d0d0d85;
    }
}

/************************************
*  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(--primario);
}
.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(--primario);
}
.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);
    color: var(--primario);
    margin-bottom: 12px;
}
/*.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(--primario);
}
.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);
    color: var(--primario);
}
.bloque_desplegable .panel-default {
    border-color: var(--primario);
}
.bloque_desplegable .panel-default > .panel-heading {
    background-color: var(--primario);
    color: #fff;
    border-color: var(--primario);
}
.bloque_desplegable h2 .fa {
    color: var(--secundario);
    color: var(--primario);
}
.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;
}
.panel-body p {
    overflow-wrap: break-word;
} 
.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;
}
.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: 160px;
}
.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 .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; border-radius: 10px */
}
.marco-contacto h3 {
    margin-top: 0px;
}
.widget-noticias {
    background-color: var(--transparencia);
}
.marco-contacto .input-group-addon {
    background-color: var(--primario);
    border-color: var(--primario);
    color: #fff;
}
.marco-contacto .input-group-addon .fa {
    font-size: 18px;
}
/*.marco-contacto .form-control{border-color: var(--primario);}*/
.input-group .form-control {
    z-index: 0;
    height: 42px;
}

.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!important;
}
h5.modal-title {
    color: #fff!important;
}
.modal-content {
    border: 0;
}
.modal-header .close {
    color: #ffffff;
    opacity: 0.8;
    position: relative;
    margin-top: -20px;
}

/************************************
*             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 {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 99;
}

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

a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
}
footer a {
    color: white;
}
footer a:hover {
    color: #b8c7d5;
}
.floating-icons img {
    max-width: 48px;
    height: auto;
}

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

/***EXTRAS INICIO ***/

nav .redes img {
    filter: grayscale(100%) brightness(100);
}
.separador_superior {
    height: 120px;
    background-color: #fff;
}
.adorno_arriba {
    opacity: 0.1;
    position: absolute;
    z-index: -1;
    width: 100%;
}

.cabecera h1.h1 {
    margin-top: 60px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 55px;
    font-family: var(--titulo);
    color: var(--primario__e);
    text-transform: uppercase;
    margin-bottom: 5px;
}

.cabecera h1.h1 span {
    font-weight: 700;
}

.caja_titulo {
    position: relative;
}
.logotipo_titulo {
    height: 20px;
    position: absolute;
    top: 40px;
    opacity: 1;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, -50%);
}
#banner-slider-interior .slider img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
#banner-slider-interior .slider img:hover {
    scale: 1.05;
}
.thumbnail.empleado {
    padding: 0;
}

.thumbnail.empleado div {
    text-align: center;
    margin: 10px 0px;
}

.thumbnail.empleado div:last-child {
    margin-top: 10px;
    margin-bottom: 0;
}

.empleado .contenedorIconos {
    display: flex;
    justify-content: space-around;
    font-size: 25px;
}

.empleado .contenedorIconos a {
    text-align: center;
    width: 50%;
}

.empleado .botonEmail {
    background: var(--primario);
}

.thumbnail.empleado .img-container {
    margin: 0;
}

.empleado .whatsapp {
    background: #25d366;
}

.empleado .contenedorIconos a.botonEmail:hover {
    background: var(--primario_oscuro__e);
}

.empleado .contenedorIconos a.whatsapp:hover {
    background: #2a9f56;
}

.empleado .contenedorIconos a.solo {
    width: 100%;
}

.empleado .fotoPersona {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}
p.textoPequenio {
    color: #787878;
}
h4.tituloInterior {
    font-size: 25px;
    color: var(--primario);
    font-weight: 500;
    text-align: center;
}

/** FORMULARIOS***/

.form-group {
    margin-bottom: 30px;
}
.form-control {
    height: 52px;
    box-shadow: none;
    border-radius: 0px;
    border: 0px;
    background-color: #f7f7f7;
    border-bottom: 2px solid var(--primario);
}
.form-control:focus {
    border-bottom: 2px solid var(--primario);
}
.llamarAhora {
    font-size: 20px;
    padding: 10px 18px;
    color: white;
    border-radius: 5px;
}
.llamarAhora:hover {
    color: white !important;
}

.dropdown-backdrop {
    display: none;
}
.toggle-right .sidebar-wrapper.right {
    display: none;
}

/**INVENTARIO PRO**/

#card1 a:hover{text-decoration: none;}
#card1 .uk-overlay {border-radius: 8px;padding:0; border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;}
#card1 .card_1 .uk-slideshow-items{height: 270px;}

#card1 .card_1 .uk-slidenav-previous:before,
#card1 .card_1 .uk-slidenav-next:before,
#card1 .uk-position-center-right svg, 
#card1 .uk-position-center-left svg {
    display: none;
}

#card1 .card_1 a.uk-slidenav {
    padding: 0;
    margin: 15px 10px 15px 10px;
}

#card1 .card_1 a.uk-slidenav .next-btn, 
#card1 .card_1 a.uk-slidenav .prev-btn {
    border-radius: 4px;
    opacity: 0.5;
    background: #23376c;
    padding:14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#card1 .cont_titulo_card .titulito{padding: 0; letter-spacing: normal;}
#card1 .cont_titulo_card .subtitulo{text-transform: uppercase; 
    font-size: 14px;}
#card1 .cont_titulo_card .titulito::before{content: none;}
#card1 .precio{background-color: #191C6C;}
#card1 .precio::before{border-bottom-color: #191C6C;}

#card1 .bloque-1,
#card1 .bloque-2{
    display: flex;
    justify-content: space-between;
    gap:10px;
    height: 60px;
}
#card1 .cont_titulo_card{width: 68%;}
#card1 .bloque-2{margin-top:15px;}
#card1 .container-precio{
    background: #23376c;
    padding:5px;
    border-radius: 4px;
    text-align: center;
    width: 28%;
}
#card1 .texto-precio {
    font-size: 14px;
    color: #fff;
}
#card1 .precio-financiado {
    font-size: 24px;
    color: #fff;
}
#card1 .precio-cuota,
#card1 .precio-contado {
    font-size: 20px;
    color: #fff;
}

#card1 .bloque-2 .detalles{
    display: flex;
    justify-content: space-between;
    gap: 5px;
    width: 65%;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

#card1 .bloque-2 .detalles .flex{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 6px 10px;
    color:#000;
    white-space: nowrap;
    max-width: 90px;
    font-size: 13px;
}
#card1 .detalles .flex img {max-height: 21px;}

#card1 .bloque-3{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:5px;
}
#card1 .bloque-3 .enlace{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color:#fff;
    background-color: #2aa8d7;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    border-radius:4px;
    text-align: center;
    margin-top: 10px;
}
#card1 .bloque-3 .enlace span{
    font-size: 15px;
}

#card1 .bloque-3 .enlace:last-child{background-color: #27D367;}

#card1 .enlace-card-detalle {
    display: block;
    background: #23376c;
    color: white;
    line-height: 42px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
}

#card1 .enlace-card-detalle:hover {color: white;}
#card1 .container-precios-mobile{display:none}

#card1 .estado{
    background-color: rgba(35, 55, 108, 0.6);
    left: 10px;
    bottom: 10px;
    width: fit-content;
    border-radius: 4px;
    padding: 0 10px;
}

#card1 .contenido_card {
    margin-top: 15px;
}

#card1 .cont_titulo_card .titulito {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

*+address, *+dl, *+fieldset, *+figure, *+ol, *+p, *+pre, *+ul{
    margin-top: 0px;
}

.banner .raton {
    object-fit: cover;
    width: 45px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 1;
}

.input-group .form-control.file-caption-name {
    height: 34px;
}
.file-caption {margin-top: 20px;}
.kv-zoom-caption {color: #fff}

a:hover {color: var(--transparencia)}

.imagen_interior {
    border-radius: 15px;
}

.banderas_movil {text-align: center; margin-top: 10px;}
.banderas_movil img{ width: 35px; margin: 5px 10px; }

.seniora_movil {z-index: 1; width: 80%; margin: 0 auto; position: relative; bottom: 9px}
.senior_movil { width: 80%; margin: 0 auto; position: relative;  }
.fondo_senior {background-color: #edeef6; width: 100%; }

.logos_banco>img {height: 50px; object-fit: contain; width: 100%; margin: 15px 0px}

@media(max-width:1199px){
    #card1 .precio-dk{display: none;}
    #card1 .bloque-2 .detalles{width: 100%;}
    #card1 .container-precios-mobile{
        display: flex;
        justify-content: space-between;
        gap: 10px;
        margin-top: 15px;
    }

    #card1 .container-precio{width: 50%;}
    #card1 .bloque-2 .detalles .flex{width: 33.33%;}

}



@media (max-width: 1600px) {
    .islas .figura {
        left: auto;
        right: 10px;
        width: calc(50vw + 200px);
    }
}

@media (max-width: 1500px) {
    .forma-logo {
        width: 320px;
    }
    .custom-button {
        font-size: 13px;
        font-size: 12px;
    }
    .superior-nav-list a {
        font-size: 13px;
    }
    .navbar-brand {
        left: 20px;
    }

    .barra_ampliada .navbar-brand > img {
        width: 255px;
    }

    .superior {
        width: calc(100% - 305px);
    }

    .superior-message {
        font-size: 13px;
        padding: 0px 15px;
    }

    .superior-nav {
        padding: 0 30px;
        padding: 0 15px;
        column-gap: 25px;
    }

    .superior-nav-list {
        column-gap: 25px;
        column-gap: 15px;
    }

    .navbar-nav {
        margin-right: 30px;
    }

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

    .navbar-nav .grupo_botones {
        margin-left: 5px;
    }

    .nav-button .custom-button {
        width: 195px;
    }
}

@media (max-width: 1460px) {
    .resenha .figura {
        /*        width: calc(45vw + 99px);*/
        left: 20px;
        right: auto;
    }
}

@media (max-width: 1200px) {
    .contacto-container {
        -webkit-transition: bottom 0.3s linear;
        -moz-transition: bottom 0.3s linear;
        -ms-transition: bottom 0.3s linear;
        -o-transition: bottom 0.3s linear;
        transition: bottom 0.3s linear;
    }
    .cabecera h1.h1 {
        font-size: 35px;
    }
    .toggle-right .sidebar-wrapper.right {
        display: block;
    }
    .carretera {
        display: none;
    }
    .separador_superior {
        height: 52px;
    }
    #banner-slider-interior .slider img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    .navbar-fixed-top {
        height: 60px;
        background-color: var(--light__e);
        filter: drop-shadow(0 4px 0 rgba(255, 255, 225, 0.3))
            drop-shadow(0 0 12.5px rgba(0, 0, 0, 0.5));
    }
    .toggle-left .sidebar-wrapper.left {
        transform: translateX(0%);
    }
    #manto-movil.toogled {
        z-index: 2;
        opacity: 1;
    }
    .navbar-brand {
        display: flex;
        align-items: center;
        left: 50%;
        transform: translateX(-50%);
        height: 60px;
    }

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

    .barra_ampliada .navbar-brand > img,
    .barra_reducida .navbar-brand > img {
        width: 230px;
    }

    .banner {
        height: auto;
        min-height: auto;
        padding: 150px 0 50px;
    }

    .banner .bloques-container {
        top: auto;
        flex-direction: column-reverse;
    }

    .banner::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 1;
        height: 10px;
        background-color: rgba(255 255 255 / 30%);
    }

    .png_cochecito {
        position: absolute;
        right: 30px;
        bottom: 55px;
        width: 130px;
    }

    .contacto-container {
        top: auto;
        right: auto;
        bottom: -285px;
        flex-flow: column;
        width: 100%;
    }

    #menu-lateral.toggle-bottom .contacto-container {
        z-index: 3;
    }

    .contacto-container .pestanha {
        writing-mode: unset;
        transform: none;
        border-radius: 0;
        padding: 23px 0;
        font-size: 20px;
        column-gap: 20px;
        box-shadow: 0 -15px 50px rgba(20, 20, 20, 0.5);
    }

    .contacto-container .pestanha .icons-hidden {
        display: flex;
        column-gap: 25px;
        align-items: center;
    }

    .contacto-container .pestanha .icons-hidden img {
        width: 25px;
    }

    .contacto-container .pestanha span {
        display: none;
    }

    .contacto-container .contacto-enlaces {
        width: 100%;
    }

    .contacto-container:hover .contacto-enlaces {
        width: 100%;
    }

    .contacto-container .contacto-enlaces a {
        padding: 45px 20px;
        padding: 0 90px;
        height: 0;
        display: flex;
        font-size: 20px;
        align-items: center;
        column-gap: 10px;
        overflow: hidden;
    }

    #menu-lateral .contacto-container .contacto-enlaces a {
        height: 70px;
    }
    #menu-lateral.toggle-bottom .contacto-container {
        bottom: 0;
    }

    .contacto-container .contacto-enlaces a img {
        width: 30px;
        margin-right: 20px;
    }

    .sidebar-nav .grupo_botones {
        flex-direction: column;
        row-gap: 45px;
        margin-bottom: 45px;
    }

    .sidebar-nav .custom-button {
        width: 255px;
        height: 60px;
        font-size: 15px;
    }

    .sidebar-wrapper.right .custom-button {
        width: 268px;
        height: 72px;
        background-color: var(--secundario__e);
        font-size: 18px;
    }

    .sidebar-wrapper.right .custom-select select {
        height: 70px;
    }

    .sidebar-wrapper.right .text-container {
        padding: 0 45px;
    }

    .sidebar-wrapper.right .text-container .bloque-titulo {
        font-family: var(--titulo);
        font-size: 35px;
        line-height: 60px;
    }

    .sidebar-wrapper.right .text-container .bloque-titulo span {
        font-weight: bold;
    }

    .sidebar-wrapper.right .text-container .bloque-question {
        font-size: 18px;
        font-family: var(--titulo);
    }

    .caja_isla {
        flex-grow: 1;
    }

    footer {
        padding-bottom: 75px;
    }

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

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

    .superior {
        display: none;
    }

    .search-button,
    .navbar-toggle {
        display: block;
    }

    .navbar-header {
        position: relative;
        float: none;
    }

    .toggle-right .right-toggle:focus,
    .toggle-right .right-toggle:hover,
    .toggle-right .right-toggle {
        background-color: #dbc628;
    }

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

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

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

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

    .navbar-nav > li {
        float: none;
    }

    .sidebar-wrapper .sidebar-nav li a {
        display: block;
        color: var(--light__e);
        font-size: 15px;
        font-family: var(--titulo);
        padding: 15px 10px 15px 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        transition: all 0.2s ease-in-out;
    }

    .sidebar-wrapper .sidebar-nav > li:nth-child(odd) a {
        background-color: rgba(26, 158, 220, 0.1);
    }

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

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

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

    .sidebar-wrapper .dropdown-menu {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0;
        border: unset;
        border-radius: unset;
        margin: 0;
        background-color: var(--primario_oscuro__e);
        z-index: 2;
    }

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

    .superior .redes {column-gap: 10px}
}

@media (max-width: 992px) {
    #banner-slider-interior .slider img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    .custom-select .arrow {
        width: 30px;
        height: 30px;
    }
    .custom-container {
        padding: 0 45px;
    }

    .antetitulo {
        text-align: center;
        font-size: 20px;
    }

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

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

    p.parrafo {
        font-size: 14px;
        text-align: justify;
    }

    .parallax .row-align-center {
        flex-direction: column;
        row-gap: 60px;
    }

    .parallax .parrafo {
        text-align: center;
    }

    .servicios-container {
        flex-wrap: wrap;
    }

    .caja_servicio {
        width: 100%;
    }
    footer .vl {
        height: 1px;
        width: 300px;
    }

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

    .footer-contactos li {
        justify-content: center;
        text-align-last: center;
        align-items: flex-start;
    }

    .footer-info ul {
        align-self: center;
    }

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

    footer .footer-copyright {
        font-size: 10px;
        top: 11px;
    }

    .islas .subtitulo {
        font-size: 18px;
    }
}

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

    footer .footer-links {
        margin-top: 10px;
    }
    .caja_resenha-foto .comillas {
        width: 50px;
    }

    .publicidad__card {
        aspect-ratio: 1/1;
    }

    .cabecera h1.h1 {
        font-size: 28px;
        line-height: 40px;
    }


}

@media (max-width: 600px) {
    .navbar-brand {
        height: 52px;
    }

    .navbar-fixed-top {
        height: 52px;
    }

    .sidebar-nav .custom-button {
        width: 240px;
        height: 45px;
        font-size: 14px;
    }
    .btnMenuMovil {
        width: 25px;
        height: 25px;
    }
    .sidebar-nav .grupo_botones {
        row-gap: 30px;
        margin-bottom: 30px;
    }

    .barra_ampliada .navbar-brand > img,
    .barra_reducida .navbar-brand > img {
        width: 150px;
    }

    .banner {
        padding: 100px 0 50px;
    }

    .bloque_banner {
        width: 350px;
        height: 590px;
    }

    .bloque_banner.bloque_2 .text-container {
        padding: 50px 20px;
    }

    .bloque_banner .text-container {
        padding: 50px 20px;
    }

    .bloque_banner .bloque-titulo {
        font-size: 42px;
        line-height: 48px;
    }

    .bloque-hora {
        font-size: 124px;
    }

    section.productos .custom-button,
    .bloque_banner.bloque_1 .custom-button {
        width: 295px;
    }

    .islas .row-islas {
        flex-wrap: wrap;
    }

    .caja_isla {
        width: 100%;
    }

    .sidebar-wrapper.right .text-container {
        padding: 0 25px;
    }

    .sidebar-wrapper.right .text-container .bloque-titulo {
        font-size: 35px;
        line-height: 40px;
    }

    .sidebar-wrapper.right .custom-button {
        width: 238px;
        height: 75px;
        background-color: var(--secundario__e);
        font-size: 16px;
    }

    .sidebar-wrapper .fondo {
        top: 52px;
    }

    .footer-contactos li {
        font-size: 16px;
    }

    footer {
        padding-bottom: 67px;
    }

    .caja_resenha-foto {
        width: 250px;
        height: 180px;
    }

    .caja_resenha .parrafo {
        max-width: 240px;
        font-size: 12px;
        line-height: 18px;
    }

    .caja_resenha .puntuacion-estrellas {
        width: 120px;
    }

    .caja_resenha .puntuacion-numero {
        font-size: 20px;
    }

    .caja_resenha .puntuacion-resenhas {
        font-size: 12px;
    }

    .caja_resenha-puntuacion {
        padding: 14px 10px;
    }

    .caja_resenha-titulo {
        font-size: 35px;
        line-height: 45px;
        padding: 0 30px;
    }

    .caja_resenha-subtitulo {
        font-size: 21px;
        padding: 0 15px;
    }

    .caja_resenha-persona {
        font-size: 18px;
        padding: 0 15px;
    }

    .caja_resenha-persona_3 {
        font-size: 16px;
    }

    .contacto-container .pestanha {
        padding: 16px 0;
    }

    .contacto-container .pestanha {
        font-size: 20px;
    }

    .contacto-container .pestanha .icons-hidden {
        column-gap: 14px;
    }

    .contacto-container .pestanha .icons-hidden img {
        width: 20px;
    }

    .contacto-container .contacto-enlaces a {
        padding: 0 20px;
        font-size: 15px;
        column-gap: 5px;
    }

    .contacto-container .contacto-enlaces a img {
        width: 25px;
        margin-right: 10px;
    }

    .png_cochecito {
        right: 20px;
        bottom: 50px;
        width: 115px;
    }

    .sidebar-wrapper {
        width: 290px;
        margin-top: 52px;
        padding-top: 25px;
    }

    .sidebar-wrapper .sidebar-nav li a {
        font-size: 15px;
        padding: 15px 10px 15px 25px;
    }

    .navbar-toggle {
        padding: 15px 13px;
    }

    .navbar-toggle .icon-bar {
        width: 26px;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px;
    }

    .search-button {
        padding: 13px;
    }

    .search-button img {
        width: 26px;
    }
    .sidebar-wrapper.right .custom-select select {
        font-size: 13px;
    }
}

@media (max-width: 500px) {
    .titulo {
        font-size: 30px;
    }

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

/*//ESTILOS GENERALES//*/
@media (max-width: 1200px) {
    .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);
    }

    .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: 992px) {
    /* móviles */

    /* 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) {
    /* móviles */
    .centrarEmpleadoMovil {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .thumbnail.empleado {
        max-width: 400px;
    }
    .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;
    }

    .caja_resenha {
        height: 720px;
    }
    .caja_resenha .google_logo {
        bottom: 0px;
        width: 130px;
    }
}
@media (max-width: 500px) {
    #banner-slider-interior .slider img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
}

.btn-whatsapp { 
    color: #ffffff; 
    background-color: #25D366; 
    border-color: #25D366; 
} 

.btn-whatsapp:hover, 
.btn-whatsapp:focus, 
.btn-whatsapp:active, 
.btn-whatsapp.active, 
.open .dropdown-toggle.btn-whatsapp { 
    color: #ffffff; 
    background-color: #37BA67; 
    border-color: #25D366; 
} 

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

.btn-whatsapp.disabled, 
.btn-whatsapp[disabled], 
fieldset[disabled] .btn-whatsapp, 
.btn-whatsapp.disabled:hover, 
.btn-whatsapp[disabled]:hover, 
fieldset[disabled] .btn-whatsapp:hover, 
.btn-whatsapp.disabled:focus, 
.btn-whatsapp[disabled]:focus, 
fieldset[disabled] .btn-whatsapp:focus, 
.btn-whatsapp.disabled:active, 
.btn-whatsapp[disabled]:active, 
fieldset[disabled] .btn-whatsapp:active, 
.btn-whatsapp.disabled.active, 
.btn-whatsapp[disabled].active, 
fieldset[disabled] .btn-whatsapp.active { 
    background-color: #25D366; 
    border-color: #25D366; 
} 

.btn-whatsapp .badge { 
    color: #25D366; 
    background-color: #ffffff; 
}