* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 1em;
    line-height: 1.4em;
    box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}


body,
textarea {
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

body,
textarea {
    font-family: "Open Sans", Arial, sans-serif;
}

.sans-serif {
    font-family: "Open Sans", Arial, sans-serif !important;
    font-weight: 300;
}

a,
input[type="submit"],
button {
    background: none;
    text-decoration: none;
    color: #534D48;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s;
}

a:hover {
    text-decoration: underline;
    color: #333
}

h1,
h2,
h3,
h4,
h5,
h6,
.serif {
    font-size: 400;
    font-family: "Cinzel";
    color: #534D48;
}

h2 {
    font-size: 2.3em;
    margin-bottom: 1em;
    color: #816052;
    text-align: center;
    line-height: 1em;
}

#custom-h2-first-letter::first-letter{
    font-size: 1.2em;
}


h2::after {
    content: " ";
    width: 3rem;
    border-top: 1px solid #c1a483;
    display: block;
    margin: 1rem auto;
}

h2 a {
    color: #816052;
}

hr {
    margin: 0 auto 30px auto;
    width: 42px;
    height: 0;
    border-top: 1px solid rgb(236, 200, 159);
    background: transparent;
    color: transparent;
}

strong {
    font-weight: 700
}

small {
    font-size: 0.9em;
    display: block;
}

small a {
    color: #bc3632
}

p {
    margin: 1em 0;
    clear: both;
    position: relative;
}

ul,
ol {
    list-style: none;
}

header,
main,
footer,
section,
nav {
    display: block;
    clear: both;
    position: relative;
}

figure {
    background: transparent;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

figure a,
figure img {
    width: 100%;
    display: block;
}

img {
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}

.no-link {
    text-decoration: none; 
    color: inherit;
    cursor: default; 
}

iframe {
    max-width: 100%;
}

.link {
    text-decoration: underline;
}

.py-4rem {
    padding: 4rem 0;
}

.show {
    display: block;
}

.hide {
    display: none !important;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.fleft {
    float: left;
}

.fright {
    float: right !important;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.list li {
    list-style: disc;
}

.ml-auto {
    margin-left: auto;
}

.upper {
    text-transform: uppercase;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.bg_white {
    background: #fff !important;
}

.bg_gray {
    background: #F7F7F7 !important;
}

.bg_dark {
    background: #1E1E1E !important;
    color: #fff;
}

.bg_dark h4 {
    color: #ecc89f;
    font-size: 2em;
}

.btn-close {
    padding: 1rem !important;
}

.btn-rounded{
    border-radius: 100%;
}

.checks {
    margin: 1em 0;
    padding: 0;
}

.checks ul {
    padding-left: 0;
}

.checks li {
    padding: 0.5em 0;
    color: #544d49;
}

.checks li::before {
    width: 2.5em;
    height: 1em;
    display: inline-block;
    background: url(../img/tilde.png) left center/contain no-repeat;
    content: '';
    /*
    margin-right: 1em;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 0.9em;
    font-weight: bold;
    color: #ECC9A0;
    */
}

.form-line input,
.form-line button {
    background: none;
    border: none;
    font-size: 1.6em;
}

.form-line label {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #5b372c;
    padding: 1em !important;
    margin: 3em auto !important;
}

.color {
    color: #ECC89F !important
}

.color-dark {
    color: #816052 !important
}

.layout {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
    text-align: center;
}

#loading div {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.grecaptcha-badge {
    margin-bottom: 40px;
}

header {
    position: fixed;
    z-index: 30;
    /* top: 30px; */
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 3.2em;
    transition: 0.3s all ease;
}

header #logo {
    background: url(../img/logo-franz.svg) center/contain no-repeat;
    width: 122px;
    margin: 0;
    /* transition: 0.3s all ease; */
}

header #logo a {
    width: 100%;
    height: 100%;
    display: block;
}

header nav {
    margin-left: auto;
}

header ul {
    margin: 0;
    padding: 0;
}

header .menu-links,
header .menu-icons {
    display: flex;
}

header ul li {
    margin: 0;
    padding: 0;
    position: relative;
}
/* Jorge */
/* #regions-modal{
    margin: 0;
    padding: 0;
    position: relative;
} */

header nav a {
    display: block;
    padding: 2.9em 1em;
    color: #534d48;
    letter-spacing: 0.5px;
}

header nav a:hover {
    color: #ecc89f;
    border-color: #ecc89f;
    text-decoration: none;
}

/* #regions-text:hover{
    color: #ecc89f;
    border-color: #ecc89f;
    text-decoration: none;
} */

header nav a span {
    display: block;
    position: relative;
}

header nav a:hover span {
    color: #ecc89f;
}

header nav a span::after {
    top: 2.4em;
    content: " ";
    position: absolute;
    left: 0;
    width: 100%;
    border-top: 1px solid #ecc89f;
    transform: scaleX(0);
    transition: transform .2s ease-in-out;
}

header nav a:hover span::after {
    transform: scaleX(1);
}

header .flag {
    height: 1em;
}

header li .submenu {
    position: fixed;
    top: 8em;
    padding-left: 1em;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease;
}

header li.shown {
    overflow: visible;
}

header li.shown .submenu {
    opacity: 1;
    visibility: visible;
    top: 8em;
}

header .menulist li {
    background: #fff;
    display: block;
}

header .menulist li:first-child {
    border-top: 3px solid #816052;
}

header .menulist a {
    border-bottom: 1px solid #ccc;
    color: #333 !important;
    font-size: 0.85em;
    padding: 1em;
    white-space: nowrap;
    text-transform: uppercase;
}

header .menulist a:hover {
    text-decoration: none;
    background: #f9f9f9;
}

#nav_bath,
#nav_search {
    background: #fff;
    left: 0;
    padding: 0;
    width: 100%;
    border-top: 1px solid #ccc;
}

#nav_bath .row,
#nav_search .row {
    padding: 3em;
}

#nav_bath h2 {
    font-size: 1.6em;
    text-align: left;
}

h2.left {
    text-align: left;
}

#nav_bath h2::after,
h2.left::after {
    width: 5rem;
    margin-left: 0;
    border-top: 1px solid #f6e5d2;
}

#nav_bath li a {
    color: #333;
    display: block;
}

#nav_bath li a:hover {
    color: #b47631;
}

#nav_bath .collections {
    padding-right: 2em;
}

#nav_bath .collections ul {
    display: flex;
    flex-wrap: wrap;
}

#nav_bath .collections ul li {
    width: 14.2%;
    text-align: center;
}

#nav_bath .collections img {
    margin-bottom: 0.5em;
}

#nav_bath .application a {
    padding: 0.6em 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

#nav_bath .application img {
    width: 3em;
    height: 2em;
    object-fit: contain;
    margin-right: 0.5em;
}

#nav_search {
    position: fixed;
    background: #fff;
    z-index: 8;
    display: none;
}

#nav_search label {
    border-bottom: 2px solid #ecc89f;
}

footer {
    background: #EAE6E4;
}

footer .layout {
    padding: 4em 2em;
    border-top: 1px solid #666;
}

footer .logo {
    max-width: 10em;
}

footer .social-icon {
    font-size: 2em;
    padding: 0;
    width: 2em;
    text-align: center;
}

footer #copy {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 0.7em;
    padding: 0.8rem;
}

footer #copy .credits {
    color: #fff;
    position: absolute;
    right: 0.8rem;
    top: 0.8rem;
}

body.white-header #logo {
    background-image: url(../img/logo-franz-white.svg);
}

body.white-header header {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    border: none !important;

}

body.white-header header nav a {
    color: #fff;
}

body.scrolling header {
    background: #fff;
}

body.scrolling #logo {
    background-image: url(../img/logo-franz.svg);
}

body.scrolling header nav a {
    color: #534d48;
    padding: 1em 1em;
}

body.scrolling header li .submenu {
    top: 8em;
}

.space-top {
    /*padding-top: 10em;*/
    padding-top: 9.3rem;
}

#header-icon-container{
    margin-top: .3em;
}



#hero .title {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: linear-gradient(rgba(12, 12, 12, 0.5) 0%, rgba(12, 12, 12, 0.8) 51%, rgba(12, 12, 12, 0.8) 100%);
    padding: 3em 6em;
    font-size: 0.9em;
}

#hero .title.transparent {
    background: none;
}

#hero .title h1,
#hero .title h2 {
    color: #fff;
    font-size: 3em;
    border-bottom: 1px solid #ECC89F;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
}

#hero .title h2 {
    border-bottom: none;
    /*margin-bottom: 2em;*/
    font-size: 2.8em;
}

#hero .title h3 {
    background: none;
    font-size: 1.7em;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ECC89F;
}

#hero .title h4 {
    font-size: 1.2em;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
}

#hero img {
    width: 100%;
    min-height: 41em;
    max-height: 58em;
}

#hero.inner img {
    max-height: 56em
}

#hero.inner .title {
    top: auto;
    bottom: 3em;
    transform: translateX(-50%);
    padding: 2em;
}

#hero.inner .title h2 {
    font-size: 4em;
    margin: 0;
    padding: 0;
}

#hero.inner .title h4 {
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    font-weight: 400;
}

#hero.inner.small .title {
    background: none;
    transform: translate(-50%, -50%);
}

#hero.inner.small .title h2 {
    font-size: 3.8em;
}

#hero.inner.small .title h4 {
    font-size: 1.4em;
}

#hero.inner.small img {
    min-height: 32em;
    max-height: 32em;
}

#ambientes a {
    display: block;
    width: 50%;
    position: relative;
}

#ambientes img {
    width: 100%;
    height: 45em;
}

#ambientes .title {
    position: absolute;
    z-index: 1;
    bottom: 2em;
    left: 0;
    background: linear-gradient(to bottom, rgba(91, 55, 44, 0.4) 0%, rgba(91, 55, 44, 0.9) 50%, rgba(91, 55, 44, 0.9) 100%);
    padding: 1.5em 3em;
}

#ambientes h2,
#ambientes p {
    color: #fff;
}

#ambientes h2::after {
    width: 1em;
}

#awards {
    background: #313131 url(../img/bg-awards.jpg) center/cover no-repeat;
    padding: 2em;
    text-align: center;
    color: #fff
}

#awards h2 {
    color: #fff;
    font-size: 2.5em;
}

#awards article {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    text-align: center;
    min-height: 35em;
}

#awards .img-foto {
    /*max-width: 30em;*/
    max-height: 30em;
    margin: auto;
    object-fit: contain;
}

#awards .img-icon {
    max-width: 10em;
    margin: auto;
}

#awards .slick-slider {
    position: initial;
}

#socialfeed {
    text-align: center;
    padding: 4em 0;
}

#socialfeed ul {
    margin: 4em 0 0;
    padding: 0;
}

#socialfeed li {
    width: 20%;
    margin: 0;
    padding: 0;
}

#socialfeed li a,
#socialfeed img {
    width: 100%;
    display: block;
}

#articles article {
    margin: 2em 0;
    padding: 2em;
}

#articles article .col-md-8 {
    padding: 0 2em;
}

#articles article h2 {
    text-transform: uppercase;
}

#article {
    padding: 0 10em;
}

#article p {
    font-size: 1.2em;
    overflow-wrap: break-word;
}

#article div a{
    width: 100%;
    overflow-wrap: break-word;
}

#news .related {
    margin: 5em auto
}

#news .related a {
    display: block;
    padding: 2em;
}

#care .layout,
#contact .layout,
#warranty .layout,
#articles .layout {
    /*max-width: 50rem;*/
    max-width: 58rem;
}

#contact .nav-tabs {
    margin-bottom: -1px;
}

#contact .nav-link {
    font-size: 1.2em;
    padding: 1em 3em;
}

#contact .form-control,
#contact .form-select,
#contact label {
    font-size: 0.9rem;
}

#contact .checks label {
    margin: 0.5em 1em 0 0;
}

#contact .nav-link.active,
#contact .tab-content {
    background: #F7F7F7;
    border-bottom-color: #F7F7F7;
    border-top: 1px solid #dee2e6;
}

#contact .btn-primary {
    padding: 1em 8em;
    display: block;
    margin: auto;
}

#warranty .list {
    font-size: 0.9em;
    font-weight: 300;
    color: #747474
}

.social_bar {
    background: #EFEFEF;
    padding: 1em;
}

.social_bar ul {
    display: flex;
    justify-content: end;
    align-items: center;
}

.social_bar li {
    margin-left: 0.5em;
}

.social_bar a {
    width: 2em;
    height: 2em;
    color: #fff;
    background: #929292;
    border-radius: 100%;
    display: block;
    padding: 0.2em;
    text-align: center;
}

.social_bar h6 {
    margin: 0 1rem 0 0;
    padding: 0;
    color: #816052
}

.not_results {
    max-width: 41em;
    padding: 2em;
}

.items-h {
    padding: 4em 0;
}

.items {
    padding: 2em 0;
}

.items .item {
    display: flex;
    background: #fff;
    margin-bottom: 2em;
    width: 100%;
    /*align-items: center;*/
}

.items .item:hover {
    text-decoration: none;
}

.items h2 {
    margin: 0 0 4em
}

.items h2::after {
    width: 2rem;
}

.items .text {
    padding: 2em;
}

.products,
.selected {
    background: #F7F7F7;
    padding: 2em 0;
}

.products .layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.products .product {
    background: #fff;
    padding: 1em;
    text-align: center;
    border: 1px solid #e8e8e8;
    width: 32%;
    margin: 1em 0;
    display: block;
    overflow: hidden;
}

.products span.product {
    visibility: hidden;
}

.products .product:hover {
    text-decoration: none;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}

.products .product h4 {
    border-top: 1px solid #f0d3b2;
    font-size: 1.1em; 
    color: #544d49;
    padding: 1em 1em 0;
}

.products .product h5 {
    color: #816052;
    font-size: 0.9em;
}

.products .product img {
    max-height: 40vh;
    object-fit: contain;
}

.scroller {
    display: block;
    padding: 1em;
    text-align: center;
    margin: 1em 0;
    color: #544d49;
    font-size: 0.8em;
}

.requeridos {
    display: flex;
}

.requeridos .product {
    display: flex;
    align-items: center;
    font-size: 1.1em;
    width: 50%;
    padding: 0 1em 1em 0;
}

.requeridos .product figure {
    width: 10em;
    margin-right: 2em;
}

.scroller.loading {
    background: url(../img/loading.gif) top center no-repeat;
    background-size: 4em;
    padding-top: 4em;
    text-indent: -9999px;
}

#filters {
    text-align: center;
}

#filters .title {
    padding-top: 1em
}

#filters .title a,
#filters .title span,
#filters .title strong {
    padding: 1em 3em;
    display: inline-block;
    text-transform: uppercase;
}

#filters .title a.active,
#filters .title strong {
    font-weight: normal;
    border-bottom: 1px solid #804f19;
    color: #804f19;
}

#filters .thumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
}

#filters .thumbs li {
    width: 15%;
}

#filters .thumbs a {
    margin: 1em 0.5em;
    padding: 0.5em;
    border: 1px solid transparent;
    display: block;
    min-height: 10.5em;
}

#filters .thumbs a:hover {
    color: #b47631;
    text-decoration: none;
}

#filters .thumbs a.active {
    color: #b47631;
    border-color: #f5e2cc;
}

#filters .thumbs img {
    width: 8.2em;
    height: 9em;
    object-fit: contain;
    margin: 0;
    margin-top: 1.3em;
    margin-bottom: .5em;

}

#filters .variedad img {
    width: 6.5em;
    height: 5.5em;
    object-fit: contain;
    margin: 1em 0;
}

#filters .thumbs span {
    display: block;
    font-size: 0.9em;
    text-transform: uppercase;
}

#filters .surface {
    display: none;
}

#filters .surface span {
    font-size: 0.8em;
}

.selected strong,
#selected a {
    display: inline-block;
    padding: 0.4em 1em;
    margin: 0.5em;
}

#selected a {
    color: #804f19;
    border: 1px solid #ececec;
    background: #fff;
}

#selected a::after {
    font-family: "Font Awesome 5 Free";
    font-size: 0.9em;
    font-weight: bold;
    content: "\f00d";
    margin-left: 1em;
    color: #666;
}

#product h2 {
    font-size: 3em;
}

#product h3 {
    text-align: left;
    color: #816052;
    border-bottom: 1px solid #f5e2cc;
    padding: 0 0 0.5em;
    margin: 2em 0 1em;
    font-size: 1.4em;
}

#product h6 {
    font-size: 1em;
    margin: 3em 0 1em;
}

#product .table ul,
#care .table ul {
    margin: 0;
    padding: 0;
}

#product .table li,
#care .table li {
    display: flex;
    align-items: center;
    font-size: 0.8em;
    color: #544d49;
    text-transform: uppercase;
    padding: 0;
}

#product .table img,
#care .table img {
    width: 4em;
}

#features {
    padding: 2em 0
}

#features h3 {
    font-size: 1.2em;
}

#features h3 a {
    display: flex;
}

#features h3 a::after {
    width: 1.8em;
    height: 1em;
    display: inline-block;
    background: url(../img/item-arrow.png) left center/contain no-repeat;
    margin-left: auto;
    content: '';
    /*
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #f5e2cc;
    */
}

#care .table ul {
    justify-content: center;
}

#care .table li {
    display: block;
    text-align: center;
    margin-bottom: 2em;
}

#care .table li span {
    display: block;
    width: 100%;
}

#care .table h2 {
    margin: 4em 0 2em;
    font-size: 1.6em;
}

.contact-where a {
    padding: 2em 4em;
    color: #fff;
}

.downloads a {
    background: #f6f6f6;
    display: flex;
    width: 100%;
    color: #816052;
    margin-bottom: 2em;
}

.downloads figure {
    background: #534d48;
    text-align: center;
    padding: 2em;
    margin: 0;
}

.downloads figure img {
    height: 5em;
    object-fit: contain;
}

.downloads h2 {
    margin: 0;
    font-size: 2em;
}

.downloads div {
    padding: 2rem;
    font-size: 1.1em;
    font-weight: 300;
}

.downloads .icon {
    height: 3em;
}

.downloads small {
    font-size: 0.7em;
    color: #816052;
    margin-top: 1em;
}

.mini_products .product {
    max-width: 20em;
    margin: auto;
}

#downloads .downloads {
    max-width: 70em;
    margin: auto;
}

#downloadsAccordion article {
    margin-top: 4em;
}

#downloadsAccordion .accordion-header,
#downloadsAccordion .accordion-body .layout {
    max-width: 900px;
    margin: auto;
}

#downloadsAccordion .accordion-body .layout span {
    margin-top: 5.5rem;
}

#downloadsAccordion .accordion-button {
    font-size: 1.1em;
    text-align: center;
    color: #816052;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

#downloadsAccordion .accordion-button h2 {
    margin: 0;
}

#downloadsAccordion .accordion-button small {
    font-size: 0.8rem;
    margin-left: 2rem;
    margin-top: 0.5em;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    display: flex;
    align-items:center;
}

#downloadsAccordion .accordion-button:not(.collapsed) {
    /* color: inherit; */
    background: none;
}

#downloadsAccordion .accordion-button::after {
    display: none;
}

#downloadsAccordion .products {
    display: flex;
    flex-wrap: wrap;
}

#downloadsAccordion .product {
    font-size: 0.9em;
    margin: 0.5%;
    box-shadow: none !important;
}

#downloadsAccordion .items .item h2 {
    margin: 2rem;
}

#modal_downloads {
    padding: 2em;
}

#modal_downloads .title {
    display: flex;
    align-items: center;
}

#modal_downloads h2 {
    margin: 0;
    font-size: 1.8em;
}

#modal_downloads .container {
    min-width: 60em;
}

#modal_downloads li {
    margin: 0.5em 0;
    padding-bottom: 1em;
    border-bottom: 1px solid #dedede;
}

#modal_downloads li a {
    color: #816052;
    font-size: 0.9em;
    white-space: nowrap;
}

#where .dealers .item {
    background: rgb(249, 249, 249);
    position: relative;
    padding-bottom: 6em !important;
}

#where .dealers .item h3 {
    font-size: 2em;
    color: #bc7c24;
    text-transform: uppercase;
    background: #f2eadd;
    padding: 1rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
}

#items-list-down-map{
    display:none;
    color:red;
}

#map_content {
    background: #E7E1D5;
    width: 100%;
    margin: 2em 0;
    height: 40em;
}

#map_content .items_list {
    background: #fff;
    width: 30%;
    height: 100%;
    overflow-y: auto;
}

#map_content .item {
    padding: 1em;
    border-bottom: 1px solid #ccc;
}

#map_content .item:nth-child(even) {
    background-color: #f2f2f2;
}

#map_content .item h4 {
    font-size: 1.4em;
    word-break: break-word;
}

#map_content .item h5 {
    font-size: 1.2em;
    color: #bc7c24;
}

#map_content .address p {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0;
}

#map_content .address i {
    width: 2em;
    display: block;
}

#map_content .address a,
#map_content .address span {
    width: calc(100% - 2em);
}

#map_content #map {
    width: 70%;
    height: 100%;
}

.gMapContent {
    max-width: 24em;
}

.gMapContent h1 {
    background: #816052;
    color: #fff;
    font-size: 1.2em;
    margin: 0;
    padding: 0.7em 2.5em 0.7em 0.7em
}

.gMapContent p {
    margin: 0;
    display: flex;
    align-items: center;
}

.gMapContent p i {
    margin-right: 1em;
}

.gMapContent .info {
    padding: 0.5em;
}

.gMapContent .btns {
    display: flex;
    margin: 1em 0;
    padding: 0;
}

.gMapContent .btns li {
    width: 33%;
    padding-right: 0.1em;
}

.gMapContent .btns a {
    font-size: 0.8em;
    width: 100%;
    white-space: nowrap;
}

.gm-style .gm-style-iw-c {
    padding: 0;
    border-radius: 0;
}

.gm-ui-hover-effect {
    background: #AA8A60 !important;
    top: 0.4em !important;
    right: 0.4em !important;
    border-radius: 100%;
}

#brand .text-intro {
    max-width: 45em;
    font-size: 1.1em;
    margin: 2em auto;
}

#brand .banner {
    background: #333 url(../img/bg-history-banner.jpg) center/cover no-repeat;
    padding: 6em;
    text-align: center;
}

#brand .banner h3,
#brand .banner h4 {
    font-size: 2.2em;
    color: #fff;
    max-width: 45rem;
    margin: 0 auto;
}

#brand .btn {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 1em 2em;
}

.designer .row {
    margin: 4em auto 8em;
    max-width: 68em;
    position: relative;
}

.designer .info {
    background: #f8f8f8;
    padding: 4em;
    position: absolute;
    top: 4em;
    right: 0;
    color: #544d49
}

.designer .info h2,
#brand .designer .info h3 {
    color: #816052
}

.designer .info h2,
#brand .designer .info h3,
#brand .designer .info p {
    margin: 1em 0;
}

#bathroom .layout,
#product .layout,
#our_awards .layout {
    max-width: 80em;
    margin: auto;
}

#bathroom .subtitle,
#product .subtitle {
    font-size: 1.1em;
    margin: 2em 0;
    color: #534d48;
}

#our_awards .layout {
    padding: 4em;
}

#our_awards article {
    margin-bottom: 2em;
}

#our_awards article .info {
    background: #fff;
    padding: 4em;
    margin-left: -1em;
}

#our_awards article .info h2 {
    font-size: 2em;
    text-align: left;
}

#our_awards article .info p {
    font-size: 1.2em;
}

#designer .designer .row {
    max-width: 100%;
    margin: 0 auto 10em;
}

#designer .faqs {
    max-width: 60em;
    margin: 2em auto;
}

#designer .faqs h3 {
    color: #816052;
    font-size: 1.4em;
    margin-top: 2em;
}

#timeline .row {
    position: relative;
    padding: 2em 4em;
}

#timeline .row.left .card {
    left: auto;
    right: 0;
}

#timeline .row.right {
    justify-content: end;
}

#timeline .row.right .card {
    left: 0;
    right: auto;
}

#timeline .card {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border-radius: 0;
}

#timeline .card-body {
    display: flex;
    align-items: center;
    padding: 0;
}

#timeline .card-body h1 {
    color: #816052;
    font-size: 2.5em;
    margin: 2rem 0;
    padding: 0 2rem;
    border-right: 1px solid #ccc;
}

#timeline .card-body h3 {
    color: #816052;
    font-size: 1.4em;
    padding: 2rem;
}

#timeline .card-footer {
    padding: 2rem;
}

.fa-long-arrow-alt-right {
    background: url(../img/long-arrow.png) left center/contain no-repeat;
    width: 4.7em;
    height: 1em;
    display: inline-block;
    margin: 0 1em;
}

.fa-long-arrow-alt-right::before {
    display: none;
}

#img-gallery{
    margin-top: 6em;
}

.empty-search{
    min-height: 10em;
    font-size: 1.2em;
    width: 100%;
    text-align: center;
    margin: 4em 0;
    color: #808080;
}

#nueva-cotizacion{
    max-width: 40em;
}

.nueva_cotizacion.round{
    width: 3em;
    height: 3em;
    font-size: 1.2em;
    padding: 0.8em;
}

.btn-cotiz{
    font-size: 0.8em !important;
    padding: 0.5em !important;
    margin-left: 0.2em;
    border-radius: 5px;
    min-width: 2.7em;
    text-align: center;
}

#nuevo-producto{
    display: none;
}

#seleccionar-producto button, #nuevo-producto button{
    font-size: 0.9em
}

#seleccionar-producto.loading{
    background: url(../img/loading.gif) 95% 2rem no-repeat;
    background-size: 2em
}

#seleccionar-producto.loading button{
    opacity: 0
}

.tabs .tabs-btns{
    display: flex;
    margin: 0;
    padding: 0;
}

.tabs .tabs-btns a{
    padding: 0.5em 1em;
    border-radius: 5px 5px 0 0;
    color: #999;
}

.tabs .tabs-btns a.active{
    background: #ccc;
    color: #000;
}

.tabs .tab{
    padding: 1em;
    border: 1px solid #ccc;
    max-width: 45em;
    min-height: 32em
}

.tabs .tab h1{
    margin-bottom: 1em
}

.tabs .flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tabs .flex p{
    width: 48%
}

.tabs .flex label{
    margin-right: 1em;
    height: 2em;
}

.tabs input{
    min-width: 0 !important;
    background: transparent;
}

.nuevoh3 {
    font-size: 2.8em !important;
}
.nuevoh3B {
    font-size: 2em !important;
}

@media all and (max-width: 1180px) {
	.products .product h4 {
    font-size: 1.3em!important; /*font-size: 1.1em;--------------------------Franco*/
    
}
	#brand .designer .info p, #timeline .card-footer p, #info-meet-designer p, #designer .faqs p {
		font-size: 1.2em;
}
   
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    body {
        font-size: 13px;
    }
    h2 {
        font-size: 1.8em;
    }
    footer nav {
        text-align: center;
    }
    footer nav ul {
        margin-bottom: 1em;
    }
    footer form,
    footer nav .layout {
        padding: 3em;
    }
    header {
        padding: 0 1em;
    }
    header .toggle_submenu {
        display: flex;
    }
    header .toggle_submenu::after {
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        content: "\f078";
        margin-left: auto;
    }
    header .menu-links {
        display: none;
        position: fixed;
        left: 0;
        width: 100%;
        top: 94px;
        background: #fff;
        height: 100vh;
        overflow: auto;
    }

    .login-div{
        display: none;
        background-color: red;
        position: absolute;
        left: 0;
        width: 100%;
        top: 5.8em;
        background: #fff;
        height: 100vh;
        overflow: auto;
    }

    header .menu-links a {
        color: #816052 !important;
        padding: 1em;
        border-top: 1px solid #e3e3e3;
    }
    header .menu-icons {
        font-size: 1.5em;
    }
    header .menu-icons a {
        padding: 0.9em 0.5em !important;
        font-size: 1.2em;
    }
    header .submenu,
    #nav_bath {
        position: relative !important;
        padding: 0 0 0 1em !important;
        top: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
    }
    header .submenu li:first-child {
        border-top: none !important;
    }
    #nav_bath .row {
        padding: 0;
    }
    #nav_bath h2,
    #nav_bath .application {
        display: none;
    }
    #nav_bath .collections {
        margin: 0;
        padding: 0;
    }
    #nav_bath .collections ul li {
        width: 50%;
    }
    #nav_bath .collections a {
        display: flex;
        align-items: center;
        text-align: left;
        font-size: 0.8em;
        padding: 1em 0;
    }
    #nav_bath .collections img {
        height: 2.5em;
        margin: 0 0.5em 0 0;
    }
    #nav_search label {
        padding: 1em !important;
        margin: 0 !important;
    }
    #nav_search button {
        font-size: 1.2em !important;
    }
    #ambientes img {
        height: 30em;
    }
    #ambientes a {
        width: 100%;
    }
    .products .product {
        width: 49%;
    }
    #filters .thumbs li {
        width: 50%;
        margin: 0;
    }
    /* #filters .thumbs a {
        border: 1px solid #dee2e6;
        padding: 1em;
        text-align: left;
        display: flex;
        align-items: center;
    } */
    #filters .thumbs img {
        margin: 0 1em 0 0;
    }
    #product {
        font-size: 0.9em;
    }
    #product figure img {
        max-height: 20em;
        object-fit: contain;
    }
   
    #timeline .card {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    .read-more{
        display: none;
    }
}

@media all and (max-width: 992px) {
    .awards-icons-mobile{
        margin-top: 180px;
    }

    footer #copy{
        font-size: .9em;

    }

    .footer-media-icons-container{
        justify-content: center;
    } 

    /* #brand .designer .info {
        position: relative;
    } */

    #brand .designer .info {
        position: static;
        margin-left: auto;
        margin-right: auto;
    }
    
    #our-brand-img-designer {
        padding-left:0 !important;
        padding-right: 0 !important;
    }

    #info-meet-designer{
        position: static;
    }
    
    #designer .awards-img{
        padding-left: 0;
        padding-right: 0;
    }

    #designer .faqs{
        margin: 0 0;
    }
   
    #designer .faqs h3:first-child{
        margin: 0 0;
    }
    .requeridos{
    flex-wrap: wrap; 
    }

    #map_content #map {
        width: 100%;
    }

    #map_content .items_list {
        width: 100%;
        height: 30%;
        margin-bottom: 0px;
        border-bottom: 1px solid rgb(48, 48, 48);
    }
    
    #map_content #items-list-next-map{
        display: none;
    }
                  
    #items-list-down-map{
        display: block;
    }


}

@media all and (max-width: 770px) {
    body {
        font-size: 0.9em
    }
    header #logo {
        width: 6rem;
        margin-left: 1rem;
    }
    #hero .text {
        width: 80%;
        padding: 3em;
        font-size: 0.7em;
    }
    #our-products h1 {
        font-size: 3em;
        padding: 1em !important;
    }

    .grecaptcha-badge {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        margin-right: -30px;
        margin-bottom: 10px;
    }
    .awards-icons-mobile{
        margin-top: 230px;
    }

    #downloads p{
    margin-left: 1.5em;
    margin-right: 1.5em; 
    }

    #downloadsAccordion .accordion-button small {
        font-size: 0.8rem;
        margin-left: 2rem;
        margin-top: 0.5em;
        position: static;      
        display: flex;
    }

    #downloadsAccordion .accordion-button{
     flex-direction: column;
     align-items: center;
    }

    /* .footer-link{
        padding-left: 15%;
    } */

    .footer-media-icons-container{
        padding-left:0px;
        justify-content:left;
    }
    
    .accordion-data-text{
        font-size: 1.5em ;
        margin-left: -30px;
    }

    #brand .text-intro{
        margin-left: 2em;
        margin-right: 2em;
    }

    #brand .fa-long-arrow-alt-right{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #our_awards article .info{
        margin-left: 0 !important;

    }

    .awards-img{
        padding-left: 0 !important;
        padding-right: 0 !important;
                            
    }

    #article{
        padding:0 6em;
    }

    
   
}


@media all and (max-width: 500px) {
    body {
        font-size: 0.7em
    }
    header nav a {
        font-size: 1.6em;
    }

    #nav_bath .collections a {
        font-size: 1.3em;
    }
    header .menulist a {
        font-size: 1em;    
    }

    footer #copy{
        font-size: 1em;
    }

    .classic-h-text{
        font-size: 1.2em;
    }

    .awards-icons-mobile{
        margin-top: 150px;
    }
  
    .footer-link li a{
        padding-bottom: .4em;   
        font-size: 1.2em; 
    }

    .footer-link h4{
        font-size: 2.8em; /*font-size: 2em;---------------------------------------OLD*/
    }

    #article{
        padding: 0 0em;
    }

    #article a{
        overflow-wrap: break-word;
    }

    #article p{
        padding: 0 3em;
    }
    
    footer .social-icon{
      font-size: 3em;
      padding: .5em 0;
      width: 1.3em;
    }

    #timeline .card-body{
        justify-content: center;
        flex-wrap: wrap;

    }

    #timeline .card-body h1{
        border-right: none;
        padding-bottom: .8em;
        border-bottom: 1px solid #ccc;
    }

    #timeline .card-body h3{
       padding-top: 0;
    }

    td{
        padding-left: 7px;
        padding-right: 7px;
        font-size: .76em;
    }
   
}
/* Estilo para el contenedor de la lista de resultados */
.search-results {
    background-color: #ffffff; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
    list-style-type: none; 
    margin-top: 5px; 
    padding: 0; 
    max-height: 350px; 
    overflow-y: auto; 
    width: 100%; 
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); 
    position: relative; 
    z-index: 1000; 
}

.search-results li {
    display: block; 
    padding: 10px 15px; 
    cursor: pointer; 
    border-bottom: 1px solid #eee; 
    text-align: left;
    margin-left: 45px;
}

.search-results li:last-child {
    border-bottom: none;
}

.search-results li:hover {
    background-color: #f0f0f0; 
}

.search-results li span {
    display: inline-block; /* Asegurar que todos los span se alineen en una sola línea */
    vertical-align: middle; /* Centrar verticalmente el texto */
}

.search-results li .product-code {
    font-weight: bold; 
    color: #333;
    margin-right: 5px; /* Reducir el margen para unificar el texto */
}
