/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15-jul-2020, 11:20:05
    Author     : CSnet
*/


body {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    color: #3a3a3a;
}

a {
    color: #000000;
    font-weight: 600;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

.active {
    color: rgba(0, 0, 0, .9);
}

a.enlace-hurtado {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .2em;
}

a.enlace-hurtado span {
    margin-left: .5em;
}

a.enlace-hurtado:hover {
    font-weight: 600;
    transition: 0.5s;
}

a.enlace-hurtado:hover span {
    margin-left: 1.5em;
    transition: 0.5s;
}

.mayusculas {
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .container-hurtado {
        max-width: 1400px;
    }
}

/*//////// CABECERA /////////*/

/* header.large {
    transition: all 0.5s ease;
    height: 140px;
}

header.peque {
    height: 120px;
    transition: all 0.5s ease-in-out;
}

header.peque h1#logotipo a {
    height: 40px;
    margin: 0px;
    transition: all 0.5s ease-out;
} */

.modal-ferias{
    background-color: #00000090;
}

.modal-ferias .close{
    opacity: 1;
}

.modal-ferias .close:focus:not(.focus-visible){
    outline: 0;
}

#menu {
    background: #000000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 500;
    transition: all 0.3s ease-in-out 0s;
}

.menu {
    background: #000000;
    padding-top: 1em;
    padding-bottom: 1em;
}

.menu p {
    color: #fff;
    font-size: .85em;
    display: contents;
}

.menu a {
    color: #fff;
    font-weight: 400;
}

.span-telefono {
    font-weight: 600;
    padding-right: .5rem;
}

.barra {
    color: #ffffff;
    display: initial;
    margin: 0 .5em;
}

.logo{
    width: 250px;
}

@media (min-width: 991.5px) {
    .logo{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    
}

.navbar-collapse{
    flex-grow: initial;
}

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

/*.redes{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3em;
}

.redes_icon {
    color: #000000;
    background: #ffffff;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    top: 0;
    right: 0;
    text-align: center;
}


.redes i {
    font-size: .8rem;
    line-height: 1.9em;
}*/

.redes a {
    display: inline-block;
    width: 23px; /* Ancho de cada icono */
    height: 23px; /* Alto de cada icono */
    background-repeat: no-repeat;
    background-size: 203px 23px;
    text-indent: -9999px; /* Oculta el texto */
    overflow: hidden;
}

.redes-negativo a {
    background-image: url('/imagenes/iconos/iconos-redes_negativo.png');
}

.redes-positivo a {
    background-image: url('/imagenes/iconos/iconos-redes_positivo.png');
}



/* Posiciones de cada icono */
.redes .linkedin { background-position: 0px 0; }
.redes .twitter { background-position: -22px 0; }
.redes .instagram { background-position: -45px 0; }
.redes .facebook { background-position: -67px 0; }
.redes .youtube { background-position: -90px 0; }
.redes .pinterest { background-position: -112px 0; }
.redes .buscar { background-position: -135px 0; }
.redes .sobre-correo { background-position: -157px 0; }
.redes .impresora { background-position: -180px 0; }

.menu-registro{
    display: flex;
    align-items: center;
}

.registro, .buscar {
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
}

.idioma {
    display: initial;
}

.nav-idiomas {
    display: inline-flex;
}

.dropmenu-idiomas {
    background: transparent;
    border: 0;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

.logo-madeinspain {
    position: absolute;
    right: 12px;
    top: 80px;
    opacity: .6;
}

@media (max-width: 575.98px) {

    .mega-menu {
        overflow-y: scroll;
        height: 400px;
    }
    
}

@media (max-width: 991.5px) {
    .logo-madeinspain {
        display: none;
    }

    .navbar-toggler, .navbar-toggler:focus {
        border: none;
        outline: none;
    }

    /* .navbar-toggler {
        position: absolute;
        left: 0;
        top: -51px;
    } */

    .bloque-dos-navbars{
        display: flex;
        flex-direction: column-reverse;
    }

    
    .navbar-secundario{
        flex-direction: column-reverse;
        align-items: center;
    }

    
    .redes{
        justify-content: center;
    }
}


hgroup.navbar.shrink {
    min-height: 35px;
    transition: all 0.3s ease-in-out;
}

hgroup.shrink h1#logotipo a {
    outline: none;
    height: 40px;
    display: block;
    margin: 0px;
    padding: 0;
    width: auto;
    transition: all 0.3s ease-in-out;
}

hgroup.shrink a {
    padding-top: 2px !important;
    transition: all 0.3s ease-in-out;
    padding-bottom: 2px !important;
}


hgroup.shrink .menu {
    padding-top: .5em;
    transition: all 0.3s ease-in-out;
}

hgroup.shrink .logo-madeinspain {
    top: 32px;
    transition: all 0.3s ease-in-out;
}


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

.modal-backdrop {
    z-index: auto !important;
}


.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 25px;
    border: 1px solid #ccc;
    margin-bottom: 0;
    margin-right: 1rem;
}

.search-form .form-group input.form-control {
    padding-right: 20px;
    border: 0 none;
    background: transparent;
    box-shadow: none;
    display: block;
}

.search-form .form-group input.form-control::-webkit-input-placeholder,
.search-form .form-group input.form-control:-moz-placeholder, /* Firefox 18- */
.search-form .form-group input.form-control::-moz-placeholder, /* Firefox 19+ */
.search-form .form-group input.form-control:-ms-input-placeholder {
    display: none;
}

.search-form .form-group:hover,
.search-form .form-group.hover {
    width: 100%;
    border-radius: 4px 25px 25px 4px;
}

.search-form .form-group span.form-control-feedback {
    position: absolute;
    top: -1px;
    right: -2px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #3596e0;
    left: initial;
    font-size: 14px;
}

.search {
    margin-right: 1rem;
}

.search * {
    outline: none;
    box-sizing: border-box;
}

.search__wrapper {
    position: relative;
}

.search__field {
    width: 40px;
    height: 40px;
    color: transparent;
    font-size: 1em;
    padding: 0.35em 50px 0.35em 0;
    border: 1px solid transparent;
    border-bottom: 1px solid #8a8a8ae0;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    width: 100%;
    color: #2b2b2b;
    cursor: default;
    margin-right: 50px;
}

/*.search__field:focus {
	border-bottom-color: #ccc;
	width: 80vw;
	color: #2b2b2b;
	cursor: default;
}*/

.search__field:focus~.search__icon {
    background-color: transparent;
    cursor: pointer;
    pointer-events: auto;
}

.search__icon {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e9f1f4;
    width: 40px;
    height: 40px;
    font-size: 1.2em;
    text-align: center;
    border-color: transparent;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.2s ease-in-out;
}

.search__field::-webkit-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field:-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field::-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field:-ms-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field::-webkit-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field:-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field::-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field:-ms-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

/*//////// MEGAMENU /////////*/

.exo-menu>li>a {
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
    padding: 1em !important;
}

.exo-menu>li>a.active,
.exo-menu>li>a:hover,
li.drop-down ul>li>a:hover {
    font-weight: 600;
}

.exo-menu i {
    float: left;
    font-size: 18px;
    margin-right: 6px;
    line-height: 20px !important;
}

li.drop-down,
.flyout-right,
.flyout-left {
    position: relative;
}

.flyout-right a {
    padding: 1em;
    font-size: .9em;
}

.flyout-right a:active {
    background: #9E9E9E;
}

li.drop-down>ul {
    left: 0px;
    min-width: 230px;

}

.drop-down-ul {
    display: none;
    border: 0;
    border-radius: 0;
    margin: 0;
    background: #f5f5f5;
    padding: 0;
}

li.drop-down>a:hover+.drop-down-ul {
    display: inline;
    position: absolute;
    z-index: 100;
    list-style: none;
    padding: 0;
}

.flyout-right>ul {
    top: 0;
    min-width: 230px;
    display: none;
    border-left: 1px solid #365670;
}

li.drop-down>ul>li>a,
.flyout-right ul>li>a {
    color: #fff;
    display: block;
    padding: 1.5em;
    text-decoration: none;
    background-color: #2b2b2b;
    border-bottom: 1px dotted #ababab;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
    font-size: .8em;
}

.flyout-right ul>li>a {
    border-bottom: 1px dotted #B8C7BC;
}

/*mega menu*/

.mega-drop-down a:hover+.mega-menu {
    display: inline;
    position: fixed;
    z-index: 10;
}

.mega-menu-wrap {
    background: #f5f5f5;
    padding: 0 2em;
}

.mega-menu {
    left: 0;
    right: 0;
    display: none;
    min-height: 100%;
    margin: 0;
    border-radius: 0;
    padding: 0;

}

h4.row.mega-title {
    color: #131313;
    margin-top: 0px;
    font-size: .9em;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    padding-top: 15px;
    font-weight: 600;
}

.mega-menu ul li a {
    line-height: 25px;
    font-size: .9em;
    display: block;
}

ul.stander {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5em;
}

ul.stander li a {
    padding: 3px 0px;
    color: #1f1f1f;
    font-weight: 300;
}

ul.stander li a:hover {
    font-weight: 500;
}


.menu-columnas {
    column-count: 2;
    column-gap: 40px;
}

.menu-columnas-3 {
    column-count: 3;
    column-gap: 30px;
}

a.submenu {
    color: #1f1f1f;
    font-weight: 300;
    padding: .5em 1em;
}

@media (max-width: 575.98px) {
    .menu-columnas {
        column-count: 1;
    }

    h4.row.mega-title {
        padding-bottom: 0px;
    }

    ul.stander {
        margin-bottom: 0;
    }

    ul.stander li a {
        padding: 0px;
    }
}


/*//////// BANNER /////////*/

.carousel-fade .carousel-inner .carousel-imagen {
    transition-duration: 1s;
}

.carousel-imagen {
    height: 1100px;
    min-height: 300px;
    /*background: no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: transform 2s ease, opacity .5s ease-out;
    background-position: bottom center;
}

.texto-banner {
    bottom: 50vh;
    background: #232323ad;
    text-transform: uppercase;
    padding: 2em;
}

.texto-banner h2 {
    font-size: 2.5em;
    font-weight: 300;
    letter-spacing: .15em;
    line-height: 1.5em;
}

@media (max-width: 575.98px) {
    .carousel-imagen {
        height: 70vh;
    }
}

/*//////// HOME /////////*/

.seccion-home {
    padding: 4rem 0;
}

.seccion-home h2 {
    margin-top: 1em;
    font-size: 3em;
    font-weight: 300;
    letter-spacing: .2em;
    margin-bottom: 1em;
}

.seccion-home h5 {
    margin-top: 1em;
    font-size: 2em;
    font-weight: 200;
}

.seccion-home p {
    margin-top: 1em;
    font-size: 1.3em;
    font-weight: 200;
    margin-bottom: 2em;
}

.home02 {
    margin-top: -150px;
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 459px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.swiper-container-colecciones {
    height: auto;
}

.swiper-slide {
    /*background-size: cover;
      background-position: center;*/
      background: no-repeat center center;
  }

  .swiper-ferias {
    height: auto;
}

.gallery-top {
    width: 100%;
    min-height: 600px;
    max-height: 600px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.gallery-thumbs {
    height: 150px;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 120px;
    opacity: 0.4;
}

.galeria-ficha {
    max-width: 670px;
    max-height: 620px;
}

.galeria-ficha img {
    /* max-width: 600px; */
    max-height: 600px;
}

.swiper-logo {
    height: 90px !important;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.texto-colecciones {
    position: absolute;
    padding: 2em 2em;
    background: #ffffffb8;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}

.texto-colecciones h3{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2.5rem;
}

.titulo-noticias h3 {
    text-transform: uppercase;
    text-align: center;
    margin: 1em;
    font-size: 1.6em;
    font-weight: 300;
}

.image-noticia {
    height: 200px;
}

@media (max-width: 575.98px) {
    .home02 {
        display: none;
    }
}

/*//////// PRODUCTOS /////////*/

#selects-productos {
    text-align: center;
    padding: 2em 0;
}


#listado-productos {
    margin: 4rem 0;
    margin-top: 150px;
}

#listado-productos h2 {
    margin: 1rem 0;
    font-size: 3em;
    font-weight: 300;
    letter-spacing: .2em;
    text-align: center;
    text-transform: uppercase;
}

.card-productos {
    min-height: 300px;
    max-height: 300px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    margin: 0 1em;
}

.card-productos img {
    max-height: 300px;
    width: auto;
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: auto;
}

.texto-productos {
    border-top: 1px solid #c1c1c1;
    padding: 1em;
}

.texto-productos h4 {
    text-transform: uppercase;
    font-size: 1.2em !important;
    font-weight: 600 !important;
}

.texto-productos h5 {
    text-transform: uppercase;
    font-size: 1.1em !important;
    font-weight: 300 !important;
}

.texto-productos h5 span {
    padding: 0 .5em !important;
}

.texto-productos p {
    font-size: .95em !important;
    font-weight: 400 !important;
}

.paginador {
    text-align: center;
}

.paginador a {
    color: #ababab;
    padding: 1em;
    border: 1px solid;
    margin: 1em;
    display: inline-block;
}


a.pagina-actual {
    color: #000000;
    padding: 1em;
    border: 1px solid;
    margin: 1em;
}

.linea-productos {
    margin: .8rem 0em;
    width: 20%;
}

@media (max-width: 575.98px) {
    #listado-productos h2 {
        margin-bottom: .5em;
    }

    .card-productos {
        min-height: 200px;
        max-height: 200px;
    }

    .texto-productos {
        padding: 1em 0;
    }

    .gallery-top {
        min-height: auto;
        max-height: fit-content;
    }

    .swiper-container {
        height: auto;
    }

    .swiper-container-colecciones {
        height: 400px;
    }
}

/*//////// FICHA /////////*/

#listado-productos-ficha {
    margin-top: 150px;
}

.breadcrumb {
    background: transparent;
    margin: 2em 0;
}

h2.producto-ficha-titulo {
    font-size: 2em;
    text-transform: uppercase;
}

h3.producto-ficha-titulo {
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
}

p.producto-ficha {
    text-transform: uppercase;
}

.banner-producto {
    background-color: rgb(218, 218, 218);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all .4s;
}

.banner-producto .btn-cerrar{
    cursor: pointer;
}

.banner-producto .contenido-banner{
    display: flex;
}

.imagen-banner-producto {
    max-width: 80px;
}

.mostrar {
    top: 120px;
}

@media (max-width: 991.5px) {
    .banner-producto {
        bottom: -100%;
        top: auto;
        transition: all .5s ease-in-out;
        align-items: center;
        justify-content: center;
    }

    .mostrar {
        bottom: 0;
        top: auto;
        transition: all .5s ease-in-out;
    }

    .banner-producto .caja-texto {
        flex-direction: column;
    }

    .banner-producto .caja-texto .btn {
        width: fit-content;
        margin: 0 auto;
    }

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

.boton-otras-opciones{
    white-space: wrap !important;
}

.boton-otras-opciones::after {
    display: none;
}

.dropdown-otras-opciones img {
    max-width: 80px;
}

.boton-otras-opciones .caja-texto p {
    font-size: 14px;
}

.boton-otras-opciones .icono-flecha {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boton-otras-opciones .icono-flecha svg {
    transform: scale(140%);
}

.dropdown-otras-opciones .dropdown-menu {
    padding: 0;
    z-index: 2;
}

.dropdown-otras-opciones .dropdown-item {
    padding: 6px 12px;
}

.acabado {
    margin: 1.5em;
}

.acabado h4 {
    text-align: center;
    margin: 1.5em;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: .2em;
}

.acabado a {
    color: #000000;
    font-weight: 400;
}

.acabado i {
    font-size: .8em;
}

.acabados {
    margin-top: 1.5em;
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
}

.acabados2 {
    /* margin-top: 1.5em; */
    display: block;
    position: relative;
    width: 60px;
    /* height: 60px; */
    overflow: hidden;
    /* border-radius: 50%; */
}

.acabados img {
    width: auto;
    height: 100%;
}

.acabado-ambiente {
    display: inline-flex;
    position: relative;
}

.acabado-ambiente img {
    width: 30px !important;
    height: 30px !important;
}

.acabado-ambiente p {
    margin-left: 1em;
    margin-bottom: 0;
    margin-top: .5em;
    text-transform: uppercase;
    font-size: 0.9em !important;
}

.texto-acabados {
    font-size: .85em;
}

.acabados1 {
    margin-top: .5em;
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: .5em;
}

.acabados1 img {
    width: auto;
    height: 100%;
}

.slide-ficha {
    background-size: cover;
}

.compartir {
    margin: 2em;
    text-align: center;
}

.compartir i {
    font-size: 1.7em;
    margin-right: 0.5em;
}

.fancybox-bg {
    background: #ffffff;
}

/*//////// PROYECTOS /////////*/

#pagina-hurtado {
    margin-top: 150px;
    margin-bottom: 3em;
}

#pagina-hurtado h2 {
    margin-top: 1em;
    font-size: 3em;
    font-weight: 300;
    letter-spacing: .2em;
}

#pagina-hurtado p {
    margin-top: 1em;
    font-size: 1.5em;
    font-weight: 200;
}


/*Hover Blurout Effect*/

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

.ambientes p {
    position: absolute;
    font-size: 2em !important;
    text-transform: uppercase;
    font-weight: 700;
}

p.subambiente {
    position: relative;
    font-size: 1.2em !important;
    top: -30px;
    background: #ffffffa1;
    padding: 0 1em;
}

.hover-blurout {
    min-height: 250px;
    /*max-height: 320px;*/
    overflow: hidden;
}

.hover-blurout-proyectos {
    min-height: auto;
    max-height: fit-content;
    overflow: hidden;
    background: #5d5d5d;
}

.hover-blurout a {
    /*display: block;*/
    position: relative;
    overflow: hidden;
}

.hover-blurout img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hover-blurout:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    mix-blend-mode: multiply;
    opacity: .7;
}

.hover-blur a h3 {
    display: block;
    position: absolute;
    top: -133px;
    left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
    width: 100%;
    padding: 45% 20px;
    text-align: center;
    /*      background-color: rgba(0,0,0,0.5);*/
    /*background dotted*/
    /*      background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
      background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
      background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
      background-image: repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);*/
      -webkit-background-size: 3px 3px;
      -moz-background-size: 3px 3px;
      background-size: 3px 3px;
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
      margin-top: 0 !important;
      font-size: 1.5em !important;
      font-weight: 300;
  }

  .hover-blur:hover a h3 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.hover-blur .text-white {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.hover-blur:hover .text-white {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
}

.modal-backdrop {
    background-color: white;
}

.swiper-proyecto {
    height: auto;
}

.swiper-pagination-bullet {
    opacity: .7;
    /*was 0.2 and was impossible to see on some background images*/
}

.swiper-pagination-bullet-active {
    background: #ffffff;
}

@media (max-width: 575.98px) {

    /* .hover-blurout {
    min-height: 100px;
    max-height: 100px;
} */
.hover-blurout-proyectos {
    min-height: auto;
    max-height: fit-content;
}
}

/*//////// NOTICIAS  /////////*/

.card-noticias-home {
    /*min-height: 250px;*/
    /*max-height: 250px;*/
    text-align: center;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    margin: 0 1em;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.card-noticias .face {
    transition: 0.5s;
}

.card-noticias .face.face1 {
    position: relative;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
}

.card-noticias:hover .face.face1 {
    transform: translateY(0);
}

.card-noticias .face.face1 .content {
    transition: 0.5s;
    overflow: hidden;
}

.card-noticias .face.face1 .content h3 {
    margin: 10px 0 0;
    padding: 1em;
    color: #000;
    text-align: center;
    font-size: 1.5em !important;
    background: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.card-img-overlay {
    position: relative;
    padding: 0;
}


.card-noticias .face.face2 .content p {
    font-size: 1em !important;
}

/*//////// DISTRIBUIDORES  /////////*/

#map {
    height: 100vh;
    margin-top: 150px;
}

#hurtado-distribuidores h5 {
    font-size: 2.8em;
    font-weight: 200;
    margin: 2em 0;
}

.distribuidores h3 {
    font-size: 1.3em;
    text-transform: uppercase;
}

.distribuidores p {
    margin-bottom: .5em;
}

/*//////// EMPRESA  /////////*/

#hurtado-multimedia {
    margin-top: 150px;
    /* max-width: 100%; */
}

/* #hurtado-multimedia table,
#hurtado-multimedia div,
#hurtado-multimedia img {
    max-width: 100%;
} */

#hurtado-multimedia img {
    max-width: 100%;
    height: auto;
}

#hurtado-multimedia h2 {
    margin-top: 1em;
    font-size: 3em;
    font-weight: 300;
    letter-spacing: .2em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1em;
}

#hurtado-multimedia h4 {
    font-size: 1.4em;
    text-transform: uppercase;
}

#hurtado-multimedia p {
    font-size: 1.1em;
}

.fondo-empresa {
    background: #080808ad;
    bottom: 50%;
    left: 20%;
    right: 20%;
    padding: 3em;
}

.fondo-empresa h3 {
    margin-bottom: 1em;
    font-size: 3em;
    font-weight: 300;
    letter-spacing: .2em;
    text-align: center;
    text-transform: uppercase;
}

.fondo-empresa h5 {
    font-weight: 300;
}



/* ============================================================
SECTIONS
============================================================ */
section.module:last-child {
    margin-bottom: 0;
}

section.module h2 {
    margin-bottom: 40px;
    font-size: 1.5em;
}

section.module p,
section.module li {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
}

section.module p:last-child {
    margin-bottom: 0;
}

section.module.content {
    padding: 40px 0;
    background-color: rgba(207, 216, 220, 0.5);
}

section.module.content:last-child {
    margin-bottom: 60px;
}

section.module.parallax {
    padding: 240px 0;
    background-position: 0 0;
}

section.module.parallax h1 {
    color: #ffffff;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
}

section.module.parallax-1 {
    background-image: url("/imagenes/empresa/empresa1.jpg");
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: rgba(16, 16, 16, 0.48);
    background-blend-mode: overlay;
}

section.module.parallax-calidad-1 {
    background-image: url("/imagenes/paginas/calidad/parallax-calidad-1.jpg");
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: rgba(16, 16, 16, 0.48);
    background-blend-mode: overlay;
}

section.module.parallax-2 {
    background-image: url("/imagenes/empresa/empresa2.jpg");
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: rgba(132, 78, 78, 0.4);
    background-blend-mode: luminosity;
}


section.module.parallax-3 {
    background-image: url("/imagenes/empresa/empresa4.jpg");
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: rgba(72, 78, 71, 0.79);
    background-blend-mode: lighten;
}

section.module.parallax-4 {
    background-image: url("/imagenes/empresa/empresa3.jpg");
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    background-blend-mode: darken;
}

section.module.parallax-5 {
    background-image: url("/imagenes/empresa/empresa5.jpg");
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: rgba(147, 121, 91, 0.79);
    background-blend-mode: darken;
}

section.module.parallax-6 {
    background-image: url("/imagenes/empresa/empresa6.jpg");
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: rgba(148, 112, 86, 0.79);
    background-blend-mode: darken;
}

@media all and (min-width: 600px) {
    section.module h2 {
        font-size: 2em;
    }

    section.module p,
    section.module li {
        font-size: 20px;
    }

    section.module.parallax {
        padding: 300px 0;
    }

    section.module.parallax h1 {
        font-size: 96px;
    }
}

@media all and (min-width: 960px) {
    section.module.parallax h1 {
        font-size: 6em;
    }
}



.enlace-lista {
    text-transform: uppercase;
    border: 1px solid;
    padding: 1em;
    font-size: .9em;
    display: inline-block;
}


/*//////// CARRITO /////////*/

#carrito {
    margin-top: 1em;
    margin-bottom: 3em;
}

#carrito h2 {
    margin-top: 1em;
    font-size: 3em;
    font-weight: 300;
    letter-spacing: .2em;
    margin-bottom: 1.5em;
    text-transform: uppercase;
}

#carrito h5 {
    font-weight: 300;
}

#carrito h5 span {
    font-weight: 600;
}

.sesion {
    background: #eaeaea;
}

.redes_icon1 {
    color: #ffffff;
    background: #000000;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    top: 0;
    right: 0;
    text-align: center;
}



/*//////// AMBIENTES /////////*/

.contenedor-ambientes {
    background: white;
}

.contenedor-ambientes img {
    width: auto;
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: auto;
}

@media (min-width: 768px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

.container-showroom{
    padding-top: 87px;
}


.container-showroom a{
    transition: all .3s;
}

.container-showroom a:hover{
    opacity: .8;
}

@media (min-width: 992px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    
    .container-showroom{
        padding-top: 154px;
    }
    
    .columna-showroom{
        min-height: 80vh;
    }

    .columna-showroom img{
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}


.swiper-button-prev.swiper-button-black {
    color: #131313;
}

.swiper-button-next.swiper-button-black {
    color: #131313;
}
