:root{
    --primario: #ab9fba;
    --secundario: #1b1b1c;
    --transparencia: #fff;
    --familia_fuente: 'Oswald', sans-serif;

    --primario__e: #fff;
    --primario_transparente__e: #a5003430;
    --primario_oscuro__e: #3a32d9d8;
    --secundario__e: #1b1b1c;
    --secundario__oscuro__e: #090909;
    --titulo: 'Oswald';
    --texto: 'Montserrat', sans-serif;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #1b1b1c;
    color: #fff;
}

html {
    scroll-behavior: smooth;
    background-color: #1b1b1c;
    color: #fff;
}

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

/*******Global********/
h1.titulo {
    font-size: 85px;
    line-height: 85px;
}

.titulo {
    font-size: 50px;
    font-weight: 700;
    font-family: var(--titulo);
    line-height: 55px;
    margin-top: 0;
}

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

h3.titulo-sm {
    font-size: 22px;
    font-weight: 600;
    font-family: var(--titulo);
    margin-top: 25px;
}

.antetitulo {
    font-size: 18px;
    color: #c8d1da;
    font-family: var(--texto);
    margin-bottom: 4px;
}



p {
    font-size: 16px;
    color: #aca3a3;
}

p.parrafo {
    font-size: 20px;
    line-height: 30px !important;
    color: #aca3a3;
}

.corte {
    width: 105%;
    height: 111px;
    border-radius: 100%;
    left: 50%;
    bottom: -1px;
    transform: translate(-50%, 50%);
}

.forma {
    border-radius: 100%;
    background-color: var(--secundario__e);
    outline: 10px solid var(--secundario__e);
    outline-offset: 20px;
    top: -30%;
}

.forma-md {
    width: 717px;
    height: 717px;
}

.forma-sm {
    width: 572px;
    height: 572px;
    outline: 10px solid var(--secundario__e);
}

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

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

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

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

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

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

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

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

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

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

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

.hover-effect::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateX(-100%);
    transform-origin: 50%;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.hover-effect:hover:before,
.hover-effect:focus:before,
.hover-effect:active:before { transform: translateX(0) }

.custom-button {
    color: #FFF;
    background-color: var(--primario__e);
    font-size: 18px;
    font-family: var(--titulo);
    height: 65px;
    width: 270px;
    border-radius: 5px;
    gap: 10px;
    border: 1px solid transparent;
    line-height: 0;
}

.custom-button span img { width: 25px }

.custom-button span img.hidden-icon {display: none}
.custom-button:hover span img.hidden-icon {display: block}
.custom-button:hover span img.visible-icon {display: none}

.custom-button::before { background-color: #1b1b1c }

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


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

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

/* ******** */
/* Cabecera */
/* ******** */
.navbar-fixed-top {
    filter: drop-shadow(0 0 7.5px rgba(0,0,0,0.1));
    z-index: 5;
}

.navbar-fixed-top .navbar-collapse {
    background-color: #1b1b1c;
}

.barra_ampliada .navbar-brand {
    height: 105px;
}

.barra_reducida .navbar-brand {
    height: 90px;
}

.navbar-brand {
    padding: 0;
    margin-left: 35px;
}

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

.navbar-nav {
    margin-right: 35px;
    display: flex;
    align-items: center;
}

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

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

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

.navbar-nav>li>a {
    height: inherit;
    font-size: 18px;
    font-family: var(--texto);
    color: #bcafc6;
    padding: 0 40px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

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

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

nav .navbar-nav>li.active .hover-effect:before,
nav .navbar-nav>li .hover-effect:hover:before,
nav .navbar-nav>li .hover-effect:focus:before,
nav .navbar-nav>li .hover-effect:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.navbar-nav>li:not(.nav-button) .hover-effect:before {
    border-bottom: 3px solid var(--primario__e);
}

nav .navbar-nav>li.nav-button {
    height: 65px;
    margin-left: 20px;
}

nav .navbar-nav>li.nav-button a {
    color: var(--primario__e);
    font-weight: 400;
    font-family: var(--titulo);
}

nav .navbar-nav>li.nav-button a:hover {
    color: var(--primario__e);
}

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 {
    border-radius: 0;
    overflow: hidden;
    border: unset;
    border-bottom: 2px solid var(--primario__e);
    padding: 0;
    background-color: var(--secundario__e);
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 100%;
}

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

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

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

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

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

.superior {
    height: 40px;
    background-color: var(--secundario__e);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 35px;
    font-family: var(--texto);
    color: #585858;
}

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

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

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

.superior ul {
    margin-bottom: 0;
    column-gap: 20px;
}

.superior .dot {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: var(--primario__e);
}

.superior a {
    display: flex;
    color: #585858;
    gap: 7px;
}

.superior a:hover {
    text-shadow: 0 0 1px;
}

.superior img {
    width: 20px;
}

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

.sidebar-wrapper.left {
    left: 0;
    margin-left: -50%;
    right: auto;
    margin-right: 0
}

.sidebar-wrapper.right {
    left: auto;
    margin-left: 0;
    right: 0;
    margin-right: -50%
}

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

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

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

/* ****** */
/* Banner */
/* ****** */
.banner {
    padding-top: 390px;
    padding-bottom: 420px;
}

.forma.forma-lg {
    width: 1240px;
    height: 1240px;
}

.banner .forma {
    right: calc(50% + 80px);
}

.banner .img-banner {
    background-size: contain;
    background-position-y: center;
    width: 40%;
    right: calc(50% + 80px);
}

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

.banner .titulo {
    margin-bottom: 100px;
}

.banner .custom-button {
    width: 370px;
    height: 85px;
    background-color: #5f676f;
}

/* *************** */
/* Banner Parallax */
/* *************** */
.banner-parallax {
    padding-top: 60px;
    padding-bottom: 100px;
    overflow: hidden;
}

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

.banner-parallax .opacidad {
    background-image: linear-gradient(90deg, var(--primario__e) 0%, var(--primario__e) 35%, #2a558f 100%);
}

.banner-parallax .corte {
    background-color: #1b1b1c;
    outline: 7px solid rgba(255, 255, 255, 0.4);
}

.banner-parallax .img-container {
    display: flex;
    justify-content: end;
}

.banner-parallax .img-container img {
    object-fit: contain;
    width: 369px;
    height: 369px;
    padding: 30px;
    border-radius: 185px;
    filter: drop-shadow(0 0 17.5px rgba(0,0,0,0.2));
    background-color: #1b1b1c;
    outline: 3px solid #2a558f;
    outline-offset: -7px;
}

.banner-parallax .antetitulo {
    color: #FFF;
}

.banner-parallax .titulo {
    font-size: 45px;
    color: #FFF;
    filter: drop-shadow(0.5px 0.866px 0.5px rgba(0,0,0,0.75));
    margin-bottom: 30px;
}

.banner-parallax p.parrafo {
    color: #FFF;
    line-height: 24px;
}

/* ************ */
/* bloqueTextoA */
/* ************ */
.bloqueTexto {
    padding-top: 320px;
    padding-top: 150px;
    padding-bottom: 300px;
    overflow: hidden;
}

.bloqueTexto .titulo {
    margin-bottom: 45px;
}

.bloqueTextoA p.parrafo {
    margin-bottom: 55px;
}

.bloqueTexto .img-bloque {
    width: 40%;
    max-width: 680px;
    background-size: contain;
    background-position-y: center;
}

.bloqueTextoA .img-bloque {
    /*    left: calc(60% + 10px);*/

    right: 50px;
    width: 40%;
    max-width: 680px;
}

.bloqueTextoB .img-bloque {
    right: 58%;
}

.bloqueTextoC .img-bloque {
    left: calc(58%);
}

.bloqueTexto .forma {
    top: 50%;
    transform: translateY(-50%);
}

.bloqueTextoA .forma {
    left: calc(57%);
    left: 100px;
    z-index: -1;
}

.bloqueTextoB .forma {
    right: 62%;
}

.bloqueTextoC .forma {
    left: 60%;
}

.bloqueTextoC {
    padding-bottom: 500px;
}

.bloqueTextoC .corte {
    background-color: var(--secundario__e);
}

/* ************ */
/* formulario */
/* ************ */
.formularioAd {
    background-color: var(--secundario__e);
    padding-top: 55px;
    padding-bottom: 70px;
}

.formularioAd .corte {
    background-color: var(--secundario__e);
}

.formularioAd .titulo {
    margin-bottom: 20px;
}

.formularioAd p.parrafo {
    margin-bottom: 70px;
}

.formularioAd .form-container {
    padding: 53px 30px 30px;
}

.formularioAd .formulario {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    row-gap: 40px;
}

.formularioAd textarea,
.formularioAd input.form-control, 
.formularioAd select.form-control{
    border-radius: 10px;
    background-color: #dddde0;
    border: 1px solid #dadada;
    height: 70px;
}

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

.formularioAd input.form-control + input.form-control {
    margin-top: 25px;
}

.formularioAd input.form-control + select.form-control {
    margin-top: 25px;
}

.formularioAd textarea::placeholder,
.formularioAd input::placeholder {
    color: var(--primario__e);
    color: #989696;
    font-size: 12px;
}

.formularioAd textarea {
    height: 150px;
    padding: 25px 15px;
    resize: none;
    margin-top: 25px;
    height: 210px;
}

.formularioAd .group-btns {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 45px;
    gap: 30px;
}

.formularioAd .captcha {
    object-fit: cover;
    height: 676px;
    flex-basis: 45%;
    max-width: 300px;
}

.formularioAd .checkbox span {
    color: #63b2ca;
}

.formularioAd .mapa {
    margin-top: 40px;
    object-fit: cover;
    height: 400px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #dadada;
}

.formularioAd .custom-button {
    display: flex;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .formularioAd textarea {
        margin-bottom: 25px;
    }
    .formularioAd .custom-btn {
        width: 100%;
    }
}

/* ****** */
/* Footer */
/* ****** */
footer {
    background-color: var(--secundario__e);
    overflow: hidden;
}

footer .corte {
    background-color: var(--secundario__e);
    top: -1px;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.footer-info {
    display: flex;
    align-items: center;
    column-gap: 40px;
    padding-top: 110px;
    padding-bottom: 20px;
}

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

.footer-titulo {
    font-size: 45px;
    color: var(--secundario__e);
    font-weight: 700;
    font-family: var(--titulo);
}

.footer-img img.rounded {
    border-radius: 20px;
}

.footer-img img.rounded-circle {
    height: 171px;
    border-radius: 100%;
    padding: 18px;
}

.footer-img img {
    object-fit: contain;
    width: 171px;
    padding: 15px;
    filter: drop-shadow(1px 1.732px 10px rgba(0,0,0,0.35));
    background-color: #1b1b1c;
    outline: 2px solid #2a558f;
    outline-offset: -4px;
}

.footer-contactos {
    margin-bottom: 0;
    column-gap: 25px;
}

.footer-contactos a {
    color: #FFF;
    column-gap: 5px;
}

.footer-contactos a:hover {
    color: #FFF;
    text-shadow: 0 0 3px;
}

.footer-contactos span {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: var(--primario_oscuro__e);
}

.footer-contactos span img {
    padding: 9px;
    height: 40px;
}

.footer-enlaces {
    color: #FFF;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 6px;
    padding: 20px 0;
}

.footer-enlaces a {
    color: #FFF;
}

.footer-enlaces a:hover {
    color: #FFF;
    text-shadow: 0 0 3px;
}

.footer-copyright {
    color: #FFF;
    font-size: 12px;
    background-color: var(--secundario__e);
    display: flex;
    column-gap: 30px;
    row-gap: 10px;
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 16px;
}

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

.footer-copyright a:hover {
    text-shadow: 0 0 3px;
}


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



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

.interiores h1 { margin: 0px;     font-family: var(--titulo); line-height: normal;   }

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

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

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

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

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

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

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

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

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

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

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

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

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

.quantity-controls span{
    color: #888;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 0;
    width: 26px;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    transition: color .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%;}
transform: translateY(-10px);
}

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

.descarga.dos:hover .btn{
    color: var(--secundario);
    background-color: #e8d6fb;
}
.mayorista{
    color: var(--secundario);background-color: #e8d6fb;border: 2px solid var(--secundario);padding: 16px 14px;
    text-align: center;font-weight: 600;
}
.btn-corporativo{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--familia_fuente);
    text-transform: uppercase;
    border: 0px;
    border-radius: 10px;
    background-color: var(--primario);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btn-lg.btn-corporativo{
    padding: 18px 30px;

}
.btn-corporativo .btn-carro_portada img{height: 20px;width: 20px;margin-right: 15px;border-radius: 0;}
.btn-comprar{border: 0;}

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

    
.btn-corporativo:hover, .btn-corporativo:focus, .btn-corporativo:active{background-color: #5c5b5b;color: #fff}

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

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

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

.nav-botones{border: none;}

.nav-botones>li>a{
    background-color: #1b1b1c;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: #1b1b1c;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);
}

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


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

.fila2 {
    background-color: #1b1b1c;
    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: #1b1b1c }
.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: #1b1b1c;
    border: 1px solid #efefef;
}
.cuadro_fotos .foto_principal{background-color:#1b1b1c;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: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;
}






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

.noestavisibleparapersonas{
    display: none;
}
.banner_interior{
    width: 100%;
    height: 300px;
    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;
}



/************************************
*             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: #1b1b1cFFF; 
}

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



/************************************
*           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 .2s ease-in-out;
}

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

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

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

.marcador_elemento {
    position: relative;
    bottom: 90px;
}
#elemento3.marcador_elemento{
    bottom: 150px;
}

footer .corte.blanco {background: #1b1b1c;}

@media (min-width: 1850px) {
    .bloqueTextoA .img-bloque {
        left: 60%;
    }

}

@media (min-width: 1200px) {
    div.container-lg {
        width: 100%;
        max-width: 1500px;
    }
}

@media (max-width: 1200px) {
    .navbar-nav>li>a {
        font-size: 16px;
        padding: 0 25px;
    }

    nav .navbar-nav>li.nav-button a {
        width: 240px;
    }

    .banner {
        padding-top: 100px;
        overflow: hidden;
        padding-bottom: 50px;
    }

    .banner .forma {
        z-index: -1;
        left: 50%;
        transform: translateX(-50%);
        top: -15%;
    }

    .forma.forma-lg {
        width: 1000px;
        height: 1000px;
    }

    .banner .img-banner {
        position: static;
        height: 700px;
        width: 100%;
        background-position-x: center;
        background-size: auto 90%;
        margin-bottom: 40px;
    }

    .banner .titulo {
        margin-bottom: 50px;
        font-size: 50px;
    }

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

    .banner .custom-button {
        display: flex;
        margin: 0 auto;
    }

    .bloqueTexto {
        padding-top: 100px;
        padding-bottom: 100px;
    }

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

    .bloqueTexto .img-bloque {
        position: static;
        width: 600px;
        height: 600px;
        margin: 0 auto 60px;
    }

    .forma-md {
        width: 600px;
        height: 600px;
    }

    .forma-sm {
        width: 500px;
        height: 500px;
    }

    .bloqueTexto .forma {
        z-index: -1;
        top: 7%;
        left: 50%;
        transform: translate(-50%,0%);
    }

    .bloqueTextoB .forma {
        right: auto;
        top: 10%;
    }

    .bloqueTextoA .custom-button {
        display: flex;
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    .navbar-fixed-top {
        height: 52px;
        background-color: #1b1b1c;
    }

    .navbar-brand {
        margin-left: 15px;
    }

    .barra_ampliada .navbar-brand,
    .barra_reducida .navbar-brand {
        height: 52px;
    }

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

    .superior {
        display: none;
    }

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

    .navbar-toggle {
        display: block;
        margin: 0;
        padding: 19px 15px;
        background-color: #1b1b1c;
        border-radius: 0;
        border: unset;
    }

    .navbar-toggle:focus,
    .navbar-toggle:hover {
        background-color: #1b1b1c;
    }

    .navbar-toggle {
        position: absolute;
    }

    .left-toggle {
        left: 0
    }

    .right-toggle {
        right: 0
    }

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

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

    .toggled .navbar-toggle .icon-bar {
        background-color: #1b1b1c;
    }

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

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

    #menu-lateral.toggled .sidebar-wrapper {
        opacity: 1;
    }

    #menu-lateral.toggled.toggle-right .sidebar-wrapper.right {
        margin-right: 0;
    }

    #menu-lateral.toggled.toggle-left .sidebar-wrapper.left {
        left: 50%
    }

    .sidebar-wrapper .sidebar-nav>.sidebar-form {
        border-bottom: unset;
    }

    .sidebar-wrapper .form-control {
        height: 43px;
        padding: 6px 12px;
        font-style: italic;
        background-color: #1b1b1cfff;
        border-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .sidebar-wrapper .btn {
        padding: 6px 11px;
        height: 43px;
        border-radius: 4px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: #0e1e39;
        border: 1px solid #0e1e39;
    }

    .sidebar-wrapper .btn img {
        filter: grayscale(100%) brightness(1000%);
    }

    .sidebar-wrapper .sidebar-nav .sidebar-form {
        text-indent: 0px;
        padding: 20px;
    }

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

        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

    .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 .sidebar-nav li span {
        margin-right: 10px;
    }

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

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

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

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

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

    .sidebar-wrapper .dropdown-toggle  span img  {
        object-fit: contain;
        width: 15px;
    }

    h1.titulo {
        font-size: 60px;
        line-height: 64px;
    }

    .antetitulo {
        text-align: center;
    }

    .banner-parallax .titulo,
    .titulo {
        font-size: 40px;
        text-align: center;
    }

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

    .banner {
        padding-top: 60px;
        padding-bottom: 120px;
    }

    .banner .forma {
        top: -40%;
    }

    .banner .img-banner {
        height: 550px;
    }

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

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

    .footer-info-center {
        row-gap: 15px;
    }
}

@media (max-width: 767px) {
    h1.titulo {
        font-size: 50px;
    }

    .banner-parallax .titulo,
    .titulo {
        font-size: 30px;
        line-height: 40px;
    }

    .antetitulo {
        font-size: 16px;
    }

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

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

    .banner .forma {
        display: none;
    }

    .banner .titulo {
        margin-bottom: 30px;
        line-height: 65px;
        font-size: 53px;
    }

    .banner .custom-button {
        width: 300px;
        height: 80px;
    }

    .bloqueTexto {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .bloqueTextoC {
        padding-bottom: 120px;
    }

    .bloqueTexto .img-bloque {
        width: 340px;
        height: 340px;
    }

    .forma-md {
        width: 350px;
        height: 350px;
    }

    .forma-sm {
        width: 300px;
        height: 300px;
    }
    .footer-info {
        padding-top: 90px;
    }

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

@media (max-width: 600px) {
    .banner .img-banner {
        background-size: auto 320px;
        height: 330px;
    }

    .forma.forma-lg {
        width: 750px;
        height: 750px;
    }

    .footer-contactos {
        text-align: center;
        flex-flow: column;
        row-gap: 15px;
    }
}

@media (max-width: 500px) {
    .banner .antetitulo {
        font-size: 20px;
    }

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

    .banner-parallax .img-container img {
        width: 300px;
        height: 300px;
    }
}



/*//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: #1b1b1cfff;
        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 .2s ease-in-out;
    }
    .sidebar-wrapper.left .btn {
        padding: 6px 11px;
        height: 43px;
        border-radius: 4px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: var(--primario);
        border: 1px solid var(--primario);
    }
    .sidebar-wrapper.left .sidebar-nav li:first-child {
        padding: 10px 20px;
        text-indent: 0px;
        padding-top: 25px;
    }
    .left .sidebar-nav .multi-level li:first-child{
        padding: 0;
    }
    .left .sidebar-nav .multi-level li:last-child a{
        text-indent: 0;
    }
    .banner_interior {
        height: 250px;
    }
    .fijar{
        position: fixed;
        width: 100%;
    }
}
@media (min-width: 993px){ /* móviles */
    .desfijar {position: absolute !important; width: 100%;}
}
@media (max-width: 992px){ /* móviles */

    /* 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: #1b1b1c;
        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 .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.30);
        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 */
    .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;}
}