:root {
    --font-primary: 'Poppins', sans-serif;
    --font-particular: 'Kaushan Script', cursive;
    --white: #fff;
    --bg-grey: #b4b2b3;
    --grey: #e8e9ed;
    --red: #e20a17;
    --blue-header: #5e79b1;
    --purple:#70377d;
    --green:#008c92;
    --orange:#f28e1f;
    --red-dark: #78150f;
    --grey-light: #f9f9f9;
    --blue: #194090;
    --brown: #6b4b3b;
    --blue-light: #aebcd8;
    --blue-dark: #125790;
    --purple: #70377d;
    --purple-light: #b8618e;
    --yellow: #f2a900;
    --color-company: #194090;
    --black: black;
    --blue-dark: #041e41;
    --back-color-web: #333333;
    --link-color: #6dbfe6; /* #007bff */
    --link-color-hover: #6dbfe6;
    --text-default-color: #194090;
    --text-default-size: 16px;
    --text-default-line-height: 26px;
    --article-meta-color: #347b9b;
    --page-title-background: #f5f5f5;
    --page-title-border-color: #eee;
    --alt-color: #999;
    --breadcrumb-color: #fff;
    --widget-links: #666;
    --widget-links-hover: #007bff;
    --block-title-color: #292929;
    --block-subtitle-color:  #a1a1a1;
    --block-title-border-color: #444;
    --cta-style-1-background: #5caeba;
    --cta-style-1-color: #fff;
    --price-table-background: #f9f9f9;
    --btn-primary-color: #65b32e;
    --btn-primary-border-color: #65b32e;
    --btn-primary-text-color: #fff;
    --btn-primary-color-hover: #0056b3;
    --btn-primary-border-color-hover: #0056b3;
    --btn-primary-text-color-hover: #fff;
    --btn-secondary-color: #333;
    --btn-secondary-border-color: #333;
    --btn-secondary-text-color: #fff;
    --btn-secondary-color-hover: #000;
    --btn-secondary-border-color-hover: #000;
    --btn-secondary-text-color-hover: #fff;
    --section-background-gray: #f5f5f5;
    --comments-new-background: #f5f5f5;
}
body {
    font-family:"tondo";
    font-weight: 400;
}
a:focus, a:hover {
    text-decoration: underline;
    outline: 0px;
    color: var(--link-color-hover);
}
ul {
    list-style: none;
    padding-left: 0px;
}
.h2, h2 {
    font-size: 28px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 30px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
b, strong {
    font-weight: 600;
}
.h3, h3 {
    font-size: 18px;
}
.logo {
    margin: 0px;
    text-align: left;
}
.logo  svg, .logo  img {
    height: 55px;
    width: auto;
    position: relative;
}
.logo.maintenance > img {
    height: 100%;
    max-width: 100%;
    width: auto !important;
}
.navbar-header {
    padding: 40px 0px;
    background-image: url(../images/bg-decoracionheader.jpg);
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
}
.navbar-header-logo {
    float: left;
    margin-right: 10px;
}
.top-bar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 55px;
}
.top-bar h2 {
    margin-bottom: 0px;
    line-height: 20px;
    color: var(--blue);
}
.alter-logo {
    display: flex;
}
.alter-logo svg {
    width: auto;
    height: 40px;
}
.header-right {
    float: right;
}
.block-language ul {
    margin-bottom: 0px;
    line-height: 45px;
    display: flex;
    background: var(--blue-light);
}
.block-language ul li {
    padding: 0px 10px;
    position: relative;
}
.block-language ul li a {
    color: var(--blue);
}
.block-language ul li a.is-active {
    font-weight: 600;
}
.block-language ul li:last-child:before {
    content: "|";
    position: absolute;
    left: -2.5px;
}
.navbar-collapse {
    padding: 0px 0px;
}
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}
.navbar-nav li {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}
.navbar-nav > li > a {
    color: var(--white);
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > a:active {
    color: var(--white);
    text-decoration: underline;
}
.navbar-nav > li > a.blue {
    background: var(--blue);
}
.navbar-nav > li > a.red {
    background: var(--red);
}
.navbar-nav > li > a.orange {
    background: var(--orange);
}
.navbar-nav > li > a.purple {
    background: var(--purple);
}
.navbar-nav > li > a.green {
    background: var(--green);
}
#footer {
    background: var(--blue);
    border-top: 0px;
    color: var(--blue-light);
    font-size: 13px;
    line-height: 16px;
}
.contact-footer span {
    color: var(--white);
}
.footer-columns .menu {
    display: flex;
    justify-content: flex-start;
}
.footer-columns .menu li a {
    text-transform: uppercase;
    color: hsl(201.29deg 84.55% 43.14%);
    text-align: center;
}
.footer-columns .menu li.last a {
    padding-right: 0px;
}
#footer .footer-bottom {
    background: transparent;
    font-size: 12px;
    padding: 10px 0px;
}
.menu--footer {
    float: none;
    margin-top: 0px;
    text-align: left;
}
.menu--footer li a {
    padding: 0 15px 0 0;
}
.social-networks > li > a {
    height: 20px;
}
.social-networks > li > a svg {
    width: 20px;
    height: 20px;
    fill: var(--white);
}
.social-networks {
    text-align: right;
}
.social-networks > li {
    margin: 0 0 0 10px;
}
.copyright-text small {
    display: initial;
}
.copyright-text a {
    color: var(--blue-light);
}
.slide-container {
    position: relative;
}
.slide-container .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slide-container .content h2 {
    font-size: 45px;
    color: var(--white);
    text-shadow: 1px 1px 2px black;
}
.slide-container .content h2 span.min {
    font-size: 32px;
}
.slide-container .content h2 span.max {
    font-size: 70px;
}
.slide-container .content .btn {
    float: right;
}
.btn-primary {
    border-radius: 10px;
    padding: 10px 30px;
    background: var(--blue-light);
    color: var(--blue);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid var(--blue-light);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background: var(--blue);
    color: var(--blue-light);
    border: 1px solid var(--blue-light);
}
.fv-carousel .owl-prev svg, .fv-carousel .owl-next svg {
    width: auto;
    height: 50px;
}
.fv-carousel .owl-nav button.owl-prev, .fv-carousel .owl-nav button.owl-next {
    background: transparent;
}
#section-7 {
    background: var(--blue-header);
}
#section-6 h2 {
    color: var(--blue-light);
    text-align: right;
    margin: 0px;
}
#section-64 {
    background: var(--blue);
}
#section-63 h2 {
    color: var(--white);
    text-align: right;
    margin: 0px;
}
#section-66 {
    background: var(--blue);
}
#section-65 h2 {
    color: var(--white);
    text-align: right;
    margin: 0px;
}
.navbar-wrapper {
    box-shadow: 0px 3px 3px 2px rgb(0 0 0 / 33%);
    position: relative;
    z-index: 9;
}
.about-home-link a {
    color: var(--white);
    background: var(--blue);
    text-align: center;
    margin: 10px 0 0 0;
    padding: 2px 0px;
    display: block;
}
.about-home-link-2 a {
    color: var(--white);
    background: var(--blue-header);
    text-align: center;
    margin: 10px 0 0 0;
    padding: 2px 0px;
    display: block;
}
.about-home-image {
    background: var(--green);
    padding: 10px;
    text-align: center;
    margin-top: 10px;
}
.about-home-image-2 {
    background: var(--blue);
    padding: 10px;
    text-align: center;
    margin-top: 10px;
}
.about-home-image img, .about-home-image-2 img {
    display: initial;
    width: auto;
    height: 40px;
}
.separator-home hr {
    border-top: 20px solid var(--blue);
}
ul.list-style li {
    position: relative;
    padding-left: 25px;
}
ul.list-style li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    font-size: 8px;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--blue);
}
.header-sticky {
    position: fixed;
    width: 100%;
    z-index: 250;
    top: 0px;
    left: 0px;
    background: var(--white);
}
.header-sticky .navbar-header {
    padding: 15px 0px;
}
.header-sticky .logo img {
    height: 35px;
}
.header-sticky .top-bar {
    height: 35px;
}
.fv-carousel .slide, .slide-container {
    min-height: 500px;
}
#section-31 h2 {
    color: var(--blue-header);
    font-size: 22px;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: table;
}
#section-31 h2 span.max {
    font-size: 80px;
    font-weight: 600;
}
#section-31 h2 span.min {
    font-size: 50px;
    font-weight: 600;
}
#section-31 h2 span.min-min {
    font-size: 40px;
    font-weight: 600;
}
#section-33.block .block-title, #section-34.block .block-title  {
    text-align: center;
    background: var(--blue);
    color: var(--white);
    text-transform: uppercase;
    display: table;
    padding: 5px 25px;
    border-radius: 30px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    min-width: 700px;
}
.category-products {
    padding: 40px 40px 15px 40px;
    border-radius: 30px;
    border: 2px solid #6dbfe6;
    box-shadow: 0px 0px 13px 2px var(--blue-light);
    background: var(--white);
}
.category-product {
    padding: 25px;
    border-radius: 30px;
    border: 2px solid #6dbfe6;
    margin-bottom: 25px;
    background: #efeef7;
    position: relative;
}
.category-product:hover {
    background: #6dbfe6;
}
.category-product .icon {
    text-align: center;
}
.category-product .icon img {
    display: initial;
    width: auto;
    height: 80px;
}
.category-product h2 {
    text-align: center;
    color: #6dbfe6;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    font-size: 13px;
}
.category-product:hover h2 {
    color: #efeef7;
}
.link-all, .link-all:hover, .link-all:focus, .link-all:active {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    color: transparent;
}
.columns .block-heading, .block .block-heading {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
    margin-bottom: 20px;
}
.columns .block-heading:after, .block .block-heading:after {
    display: none;
}
.page-title {
    padding-bottom: 1rem;
    padding-top: 1rem;
    background: var(--blue-header);
}
.page-title h1 {
    color: var(--blue-light);
    text-align: right;
    margin: 0px;
    overflow: initial;
    text-overflow: initial;
    white-space: initial;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 28px;
}
body.page-node-2 .page-title {
    background: #a873ae;
}
body.page-node-2 .page-title h1 {
    color: #c19cc6;
}
.main {
    position: relative;
}
.main:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 20%;
    background-image: url(../images/bg-decoracion-izquierda.png);
    background-size: contain;
    z-index: -1;
    right: 0;
    top: 0;
}
.main:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 20%;
    background-image: url(../images/bg-decoracion-derecha.png);
    background-size: contain;
    z-index: -1;
    left: 0;
    top: 0;
}
.producto.teaser {
    border-radius: 30px;
    border: 2px solid #6dbfe6;
    box-shadow: 0px 0px 13px 2px var(--blue-light);
    background: var(--white);
    padding: 25px 50px 25px 25px;
    display: flex;
    position: relative;
    margin-bottom: 45px;
}
.producto.teaser .title {
    width: 30%;
}
.producto.teaser .title img {
    width: auto;
    height: 80px;
}
.producto.teaser .article-title h2 {
    margin: 30px 0 0 0;
    font-size: 24px;
}
.producto.teaser .title .subtitle {
    font-weight: 600;
    font-size: 27px;
}
.producto.teaser .image {
    width: 40%;
}
.producto.teaser .content {
    width: 30%;
    position: relative;
    padding-bottom: 60px;
    padding-top: 40px;
}
.producto.teaser .content a.btn {
    position: absolute;
    bottom: 0;
    right: 0;
}
.producto.full .top {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 5%, rgba(218,236,243,1) 100%);
    width: 100%;
    display: flex;
    align-items: center;
}
.producto.full .top .icon-wrapper {
    width: 30%;
}
.producto.full .top .icon-wrapper img {
    width: auto;
    height: 100px;
    margin: 10px 0px;
}
.producto.full .top .body-wrapper {
    width: 70%;
    padding: 20px 0px 20px 80px;
    position: relative;
    display: flex;
}
.producto.full .top .body-wrapper .text {
    width: 50%;
}
.producto.full .top .body-wrapper .image {
    width: 50%;
    position: relative;
    top: 0px;
    right: 0;
}
.producto.full .top .body-wrapper .image img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    width: 100%;
}
.producto.full .bottom {
    margin-top: 100px;
}
.producto.full .panel-default>.panel-heading {
    background: transparent;
    border: 0px;
    color: inherit;
    padding: 10px 0px;
}
.producto.full .panel-default>.panel-heading .panel-title {
    font-size: 20px;
    text-transform: uppercase;
}
.producto.full .panel-default>.panel-heading .panel-title a:hover, .producto.full .panel-default>.panel-heading .panel-title a:active, .producto.full .panel-default>.panel-heading .panel-title a:focus {
    color: inherit;
}
.producto.full .panel-default>.panel-heading .panel-title a {
    position: relative;
    padding-left: 40px;
    display: block;
}
.producto.full .panel-default>.panel-heading .panel-title a[aria-expanded="true"]:before {
    position: absolute;
    content: '';
    background-image: url(../images/flecha-abierto-acordeon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    left: 0;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.producto.full .panel-default>.panel-heading .panel-title a[aria-expanded="false"]:before {
    position: absolute;
    content: '';
    background-image: url(../images/flecha-reposo-acordeon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.producto.full .panel-default>.panel-heading+.panel-collapse>.panel-body, .producto.full .panel-group .panel {
    border: 0px;
    box-shadow: none;
}
.producto.full .panel-group .panel {
    background: rgb(255, 255, 255);
    background: linear-gradient(-90deg, rgb(255 255 255 / 42%) -10%, rgba(218, 236, 243, 1) 100%);
    padding: 20px 0px 20px 50px;
    border-radius: 0px;
}
.producto.full .panel-group .panel+.panel {
    margin-top: 20px;
}
.producto.full .panel-group .panel .panel-body {
    padding-left: 40px;
}
.producto.full .panel-group .panel .panel-body ul {
    list-style: initial;
    padding-left: 20px;
}
.producto.full .panel-group .panel .panel-body .table {
    background: var(--white);
}
.producto.full .panel-group .panel .panel-body .table tr>th {
    vertical-align: bottom;
    border-bottom: 0px;
    background: var(--blue);
    color: var(--white);
    border: 1px solid var(--blue);
}
.table>tbody>tr>td {
    border: 1px solid  var(--blue);
    vertical-align: middle;
}
.producto.full .panel-group .panel .panel-body .list-notes {
    background: #fcebe4;
    border: 2px solid var(--white);
    padding: 20px 15px;
}
.producto.full .panel-group .panel .panel-body .list-notes ul {
    display: inline-block;
    list-style: none;
    padding-left: 0px;
}
.producto.full .panel-group .panel .panel-body .list-notes ul li {
    width: 25%;
    float: left;
    padding: 0px 10px;
    color: var(--black);
    position: relative;
    line-height: 17px;
}
.producto.full .panel-group .panel .panel-body .list-notes ul li:before {
    content: '\f111';
    color: var(--blue);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 6px;
    left: 0px;
}
.producto.full .panel-group .panel .panel-body .list-featured {
    background: var(--white);
    padding: 10px 30px;
}
.producto.full .panel-group .panel .panel-body .list-featured ul {
    list-style: none;
    padding: 10px 0 10px 0;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.producto.full .panel-group .panel .panel-body .list-featured ul:not(:first-child) {
    border-top: 1px solid var(--blue);
}
.producto.full .panel-group .panel .panel-body .list-featured ul li {
    text-align: center;
    display: flex;
    float: left;
    padding: 0px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.producto.full .panel-group .panel .panel-body .list-featured ul li:not(:first-child) {
    border-left: 1px solid var(--blue);
}
.producto.full .panel-group .panel .panel-body .list-featured ul li span {
    color: var(--black);
    line-height: 18px;
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.producto.full .panel-group .panel .panel-body .list-featured ul li span strong {
    color: var(--blue);
}
.producto.full .panel-group .panel .panel-body .list-featured ul li .decoration {
    display: flex;
    /* margin-top: 10px; */
    position: relative;
    /* color: white; */
    width: 100px;
    height: 100px;
    justify-content: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.producto.full .panel-group .panel .panel-body .list-featured ul li .decoration.blue {
    background-image: url(../images/triangulo-azul.png);
}
.producto.full .panel-group .panel .panel-body .list-featured ul li .decoration.green {
    background-image: url(../images/triangulo-verde.png);
}
.producto.full .panel-group .panel .panel-body .list-featured ul li .decoration.orange {
    background-image: url(../images/triangulo-amarillo.png);
}
.producto.full .panel-group .panel .panel-body .list-featured ul li .decoration.red {
    background-image: url(../images/triangulo-rojo.png);
}
.producto.full .panel-group .panel .panel-body .list-featured ul li .decoration span.big {
    position: relative;
    font-size: 28px;
    letter-spacing: -1px;
    font-weight: 600;
    margin-top: 20px;
    color: var(--white);
}
.producto.full .panel-group .panel .panel-body .list-featured ul li .decoration span:not(.big) {
    position: absolute;
    top: -11px;
    font-weight: 400;
    right: -10px;
    font-size: 17px;
    color: var(--white);
}
body.page-node-type-producto .main {
    padding: 80px 0px;
}
.bg-blue-light {
    background: var(--blue-light);
}
.call-link {
    display: none;
}
.search-block-form {
    float: none;
}
#search-block-form {
    display: block;
    opacity: 1;
    margin-top: 0px;
    margin-right: 0px;
    position: relative;
    padding: 0px;
    float: none;
    right: initial;
    background: transparent;
    box-shadow: none;
    z-index: initial;
}
#search-block-form .input-group {
    display: initial;
}
#search-block-form .input-group-btn {
    position: relative;
    margin-top: 20px;
    display: block;
    /*height: 34px;
    width: 45px;
    top: 0;
    left: 10px;*/
}
#search-block-form .form-submit, #search-block-form .form-submit:hover, #search-block-form .form-submit:focus, #search-block-form .form-submit:active {
    border: 0px;
    margin-left: 0px;
    background: transparent;
    background: #1a9dd9;
    color: var(--white);
    border-radius: 20px;
    text-transform: uppercase;
    padding: 10px 20px;
    outline: 0px;
    outline-offset: 0px;
}
#search-block-form .form-search {
    padding-left: 60px;
    float: none;
    background: #e8e8f4;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    background-image: url(../images/icon-search.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 20px center;
    color: var(--black);
    border: 0px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
#search-block-form .form-search::placeholder {
    color: transparent;
}
body.page-node-6 .page-title {
    background-color: var(--green);
}
body.page-node-6 .page-title h1 {
    color: #82c6c9;
}
.evento.teaser {
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0px 0px 13px 2px var(--blue-light);
    border: 2px solid var(--blue-light);
}
.evento.teaser .tag {
    font-size: 17px;
    text-transform: uppercase;
    color: var(--white);
    text-align: center;
    background-color: var(--blue);
    padding: 15px 25px;
    font-weight: 600;
}
.evento.teaser .content .article-title h2 {
    margin: 0px;
    font-size: 17px;
    color: var(--white);
    text-align: center;
    background-color: var(--blue);
    padding: 15px 25px;
}
#section-51.block .block-title, #section-52.block .block-title {
    text-align: left;
    background: var(--green);
    color: #82c6c9;
    text-transform: uppercase;
    display: table;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 28px;
    margin-left: auto;
    margin-right: auto;
    min-width: 100%;
    margin-bottom: 40px;
}
.article.teaser {
    padding: 20px 40px;
    margin-bottom: 30px;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0px 0px 13px 2px var(--blue-light);
    border: 2px solid var(--blue-light);
}
.article.teaser .date {
    display: block;
    color: var(--black);
    font-weight: 300;
}
.article.teaser .content .article-title h2, .article.teaser .content .article-title h3 {
    margin: 0 0 10px 0;
    font-size: 17px;
}
.article.teaser .content {
    margin: 10px 0 0 0;
}
.article.teaser .content .read-more {
    font-style: italic;
    font-weight: 100;
    color: var(--blue);
}
.article.teaser .content .read-more i {
    margin-left: 5px;
    font-size: 15px;
}
.form-control {
    border-radius: 25px;
    border: 1px solid #6dbfe6;
    box-shadow: 0px 0px 6px 1px #aebcd8ad;
    height: 40px;
}
body.page-node-8 .page-title {
    background-color: var(--red);
}
body.page-node-8 .page-title h1 {
    color: #f0868d;
}
.grid-custom {
    float: left;
    width: 100%;
}
.grid-custom .category-product {
    width: calc(20% - 30px);
    float: left;
    margin: 0 15px 25px 15px;
}
.producto.full .pdf-wrapper {
    text-align: center;
    margin-top: 30px;
}
.producto.full .pdf-wrapper a {
    background: var(--blue);
    color: var(--white);
    padding: 10px 0px;
    width: 40%;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 30px;
}
@media screen and (max-width: 767px) {
    .navbar-header {
        height: auto;
        border-bottom: 0px;
        padding: 15px 0px 0 0;
    }
    .header-sticky .navbar-header {
        padding: 5px 0px 0 0;
    }
    .navbar-header-logo {
        float: none;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .logo svg, .logo img {
        height: 35px;
        margin-top: 0px;
    }
    .navbar-header-logo .logo {
        text-align: center;
    }
    .top-bar, .alter-logo svg {
        height: 25px;
    }
    .header-sticky .top-bar {
        display: none;
    }
    .header-sticky .navbar-header-logo {
        margin-bottom: 0px;
    }
    .top-bar h2 {
        font-size: 15px;
    }
    .navbar-toggle {
        left: 50%;
        transform: translateX(50%);
        position: static;
        top: initial;
        padding: 10px;
        transform: translate(-50%, 0);
    }
    .navbar-nav {
        display: initial;
        margin: 0px;
    }
    .navbar-nav li {
        width: 50%;
        float: left;
    }
    .block-language ul {
        line-height: 40px;
        padding: 0px 15px;
        justify-content: center;
    }
    .header-right {
        float: left;
        width: 50%;
    }
    .grid-footer {
        margin-bottom: 35x;
    }
    #footer .footer-columns {
        text-align: center;
    }
    .footer-columns .menu {
        flex-direction: column;
    }
    .footer-columns .menu li a {
        padding: 10px 0px;
    }
    .social-networks, .menu--footer {
        text-align: center;
    }
    .aduben-footer img {
        width: auto;
        height: 100px;
    }
    #section-31 {
        text-align: center;
    }
    #section-31 h2 span.max {
        font-size: 40px;
    }
    #section-31 h2 span.min {
        font-size: 30px;
    }
    #section-31 h2 span.min-min {
        font-size: 26px;
    }
    .about-home-image-2 {
        margin-bottom: 20px;
    }
    .slide-container .content h2 {
        font-size: 35px;
    }
    .slide-container .content h2 span.min {
        font-size: 40px;
    }
    .slide-container .content h2 span.max {
        font-size: 45px;
    }
    #section-33.block .block-title, #section-34.block .block-title {
        min-width: 100%;
    }
    .page-title h1 {
        font-size: 20px;
    }
    .producto.teaser {
        flex-direction: column;
        padding: 25px;
    }
    .producto.teaser .title {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .producto.teaser .image {
        width: 100%;
        text-align: center;
    }
    .producto.teaser .image img, .producto.teaser .title img {
        display: initial;
    }
    .producto.teaser .content {
        width: 100%;
    }
    .producto.full .top {
        flex-direction: column;
        padding: 25px;
    }
    .producto.full .top .body-wrapper {
        width: 100%;
        padding: 20px;
        flex-direction: column;
    }
    .producto.full .top .body-wrapper .image, .producto.full .top .body-wrapper .text {
        width: 100%;
    }
    .producto.full .top .body-wrapper .image img {
        position: relative;
        top: initial;
        transform: none;
        right: initial;
        width: 100%;
    }
    .producto.full .top .icon-wrapper {
        width: 100%;
        text-align: center;
    }
    .producto.full .top .icon-wrapper img {
        display: initial;
    }
    .producto.full .panel-group .panel {
        padding: 20px;
    }
    .producto.full .panel-group .panel .panel-body {
        padding-left: 0px;
    }
    .producto.full .panel-group .panel .panel-body .list-notes ul li {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .producto.full .panel-group .panel .panel-body .list-featured ul {
        display: inline-block;
        margin-bottom: 0px;
    }
    .producto.full .panel-group .panel .panel-body .list-featured ul li {
        float: none;
        padding: 20px 0px;
    }
    .producto.full .panel-group .panel .panel-body .list-featured ul li:not(:first-child) {
        border-left: 0px;
        border-top: 1px solid var(--blue);
    }
    .grid-custom {
        float: none;
        width: initial;
    }
    .grid-custom .category-product {
        width: initial;
        float: none;
        margin: 0 0 25px 0;
    }
    .producto-full .pdf-wrapper a {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1023px){
    .navbar-nav {
        float: none;
        display: initial;
    }
    .navbar-nav li {
        width: 33.3%;
    }
    .header-right {
        float: left;
        width: 33.3%;
    }
    .block-language ul {
        justify-content: center;
    }
    .navbar-header {
        height: auto;
        border-bottom: 0px;
        padding: 15px 0px;
    }
    .header-sticky .navbar-header {
        padding: 15px 0px;
    }
    .navbar-header-logo {
        float: none;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .logo svg, .logo img {
        height: 35px;
        margin-top: 0px;
    }
    .navbar-header-logo .logo {
        text-align: center;
    }
    .top-bar, .alter-logo svg {
        height: 25px;
    }
    .header-sticky .top-bar {
        display: none;
    }
    .header-sticky .navbar-header-logo {
        margin-bottom: 0px;
    }
    .top-bar h2 {
        font-size: 15px;
    }
    .navbar-toggle {
        left: 50%;
        transform: translateX(50%);
        position: relative;
        top: initial;
        padding: 10px;
        transform: translate(-50%, 0);
    }
    .about-home-image-2 {
        margin-bottom: 20px;
    }
    .producto.full .top .body-wrapper .image img {
        right: 0px;
    }
    .producto.full .top .body-wrapper {
        padding: 20px;
    }
    .producto.full .panel-group .panel .panel-body .list-notes ul li {
        width: 50%;
        margin-bottom: 15px;
    }
    .producto.full .panel-group .panel .panel-body .list-featured ul {
        /*display: inline-block;*/
        margin-bottom: 0px;
    }
    .producto.full .panel-group .panel .panel-body .list-featured ul li {
        float: none;
        padding: 20px 0px;
    }
    .producto.full .panel-group .panel .panel-body .list-featured ul li:not(:first-child) {
        /*border-left: 0px;
        border-top: 1px solid var(--blue);*/
    }
    .grid-footer {
        margin-bottom: 35x;
    }
    #footer .footer-columns {
        text-align: center;
    }
    .footer-columns .menu {
        flex-direction: column;
    }
    .footer-columns .menu li a {
        padding: 10px 0px;
    }
    .social-networks, .menu--footer {
        text-align: center;
    }
    .aduben-footer img {
        width: auto;
        height: 100px;
    }
    .producto.teaser .image {
        padding: 0px 25px;
    }
    .producto.teaser .content {
        padding-top: 0px;
    }
    .producto.full .panel-group .panel .panel-body .list-featured ul {
        flex-wrap: wrap;
    }
    .producto.full .panel-group .panel .panel-body .list-featured ul li {
        width: 50%;
        margin-bottom: 10px;
    }
    .grid-custom {
        float: left;
        width: 100%;
    }
    .grid-custom .category-product {
        width: calc(50% - 30px);
        float: left;
        margin: 0 15px 25px 15px;
    }
}
@media screen and (min-width: 768px) {
    .navbar-nav > li > a {
        line-height: 45px;
    }
    .navbar-header {
        float: none;
    }
    .footer-columns > .container > .row {
        display: flex;
        align-items: flex-end;
    }

}
@media (min-width: 1024px) and (max-width: 1499px) {
    .producto.full .panel-group .panel .panel-body .list-featured ul {
        flex-wrap: wrap;
        margin-bottom: 0px;
    }
    .producto.full .panel-group .panel .panel-body .list-featured ul li {
        width: 25%;
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 991px) {
   
}
@media (min-width: 1200px) {
   
}
@media (max-width: 1199px) {
   
}
@media (min-width: 1450px) {

}