<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Barlow';
    src: url("../typos/Barlow-Light.woff2") format("woff2"), url("../typos/Barlow-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Barlow';
    src: url("../typos/Barlow-Medium.woff2") format("woff2"), url("../typos/Barlow-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Barlow';
    src: url("../typos/Barlow-SemiBold.woff2") format("woff2"), url("../typos/Barlow-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Barlow';
    src: url("../typos/Barlow-Bold.woff2") format("woff2"), url("../typos/Barlow-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

.container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    top: 0px;
    background-color: white;
    border-bottom: 1px solid #e4e4e4;
    z-index: 200;
    transition: all 400ms ease-out
}

.nav .head {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -20px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
    line-height: 1
}

.nav .head span {
    margin: 0 2px;
    font-weight: bold;
    color: #0081B1
}

.nav .head .link::after,
.nav .head a.d-desk::after {
    content: "|";
    display: inline-block;
    margin: 0 8px;
    color: #0081B1;
    font-weight: bold
}

.nav .head .pais {
    margin-left: 8px
}

.nav .head .pais .trigger {
    padding-top: 8px
}

.nav .head .pais .img {
    width: 18px;
    height: 18px;
    border-radius: 100%
}

.nav .head .pais .drop-menu a {
    font-size: 12px;
    text-transform: uppercase
}

.nav .head .pais .drop-menu a .img {
    margin-right: 6px
}

.nav .middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    padding-bottom: 16px;
    line-height: 0
}

.nav .middle .end {
    display: flex;
    align-items: center
}

.nav .middle .end .search-btn i {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    margin-right: 20px;
    color: #006E9D
}

.nav .middle .end .search {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    padding: 12px 20px;
    background-color: white;
    border-top: 1px solid #E4E4E4;
    z-index: 100;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    transition: all 250ms ease-out
}

.nav .middle .end .search.active {
    opacity: 1;
    visibility: visible
}

.nav .middle .end .search .overlay {
    position: absolute;
    width: 100%;
    height: 4000px;
    left: 0;
    top: -1000px;
    background-color: rgba(255, 255, 255, 0.2)
}

.nav .middle .end .search .form-icon input {
    height: 34px;
    padding-right: 24px;
    background-color: #62ACC9;
    border-radius: 12px;
    color: white
}

.nav .middle .end .search .form-icon .icon {
    font-size: 18px;
    color: white
}

.nav .menu-desk {
    display: none
}

.nav .toggle {
    display: flex;
    align-items: center
}

.nav .toggle span {
    display: inline-block;
    display: none;
    margin-right: 6px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    color: #0081B1
}

.nav .toggle .icon {
    position: relative;
    display: block;
    width: 24px;
    height: 24px
}

.nav .toggle .icon .top,
.nav .toggle .icon .mid,
.nav .toggle .icon .bot {
    position: absolute;
    width: 20px;
    left: 2px;
    transition: all 250ms ease-out;
    border-top: 2px solid #0081B1
}

.nav .toggle .icon .top {
    top: 5px
}

.nav .toggle .icon .mid {
    top: 12px
}

.nav .toggle .icon .bot {
    top: 19px
}

.nav .toggle.active {
    z-index: 100
}

.nav .toggle.active .icon .top {
    left: 6px;
    top: 5px;
    transform: rotate(45deg);
    transform-origin: left top
}

.nav .toggle.active .icon .mid {
    width: 0
}

.nav .toggle.active .icon .bot {
    left: 6px;
    top: 19px;
    transform: rotate(-46deg);
    transform-origin: left bottom
}

.nav .logo img {
    transition: all 250ms ease-out
}

.nav .logo .vert {
    display: none
}

.nav .logo .hor {
    height: 36px;
    height: 48px
}

.nav.sm {
    position: fixed
}

.nav.sm .logo .hor {
    height: 36px
}

.nav.sm .middle {
    padding-bottom: 12px
}

.nav .menu-mobile-overlay {
    position: absolute;
    width: 100%;
    height: 4000px;
    left: 0;
    top: -1000px;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 50;
    visibility: hidden;
    opacity: 0;
    transition: all 250ms ease-out
}

.nav .menu-mobile-overlay.active {
    visibility: visible;
    opacity: 1
}

.nav .menu-mobile {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 250ms ease-out;
    background-color: white;
    overflow-y: auto;
    z-index: 100
}

.nav .menu-mobile.active {
    visibility: visible;
    opacity: 1
}

.nav .menu-mobile .accordion {
    position: relative;
    margin: 0
}

.nav .menu-mobile .trigger {
    padding: 0;
    border: none
}

.nav .menu-mobile .trigger li {
    display: flex;
    justify-content: space-between
}

.nav .menu-mobile .trigger li::after {
    content: "\EA56";
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    transition: all 250ms ease-out
}

.nav .menu-mobile .trigger.active li::after {
    transform: rotate(180deg)
}

.nav .menu-mobile li {
    width: 100%;
    padding: 8px 20px;
    list-style: none;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #BEBEBE;
    background-color: #D8D8D8
}

.nav .menu-mobile li.azul {
    background-color: #006E9D;
    color: white
}

.nav .menu-mobile li.celeste {
    background-color: #62ACC9;
    color: white
}

.nav .menu-mobile .collapse .cont {
    padding: 4px 20px;
    border: none;
    background-color: white;
    background-color: #E4E4E4;
    overflow-x: hidden
}

.nav .menu-mobile .collapse .cont .trigger.active {
    color: #f50
}

.nav .menu-mobile .collapse .cont li {
    padding: 8px 0;
    border: none;
    font-size: 12px;
    font-weight: 600;
    background: transparent
}

.nav .menu-mobile .collapse .cont .collapse {
    margin: 0 -20px
}

.nav .menu-mobile .collapse .cont .collapse .cont {
    padding: 4px 40px;
    padding-right: 20px;
    background-color: #E4E4E4;
    background-color: #f4f4f4
}

.nav .menu-mobile .collapse .cont .collapse .cont .trigger.active {
    color: #0081B1
}

.nav .menu-mobile .collapse .cont .collapse .cont .collapse {
    margin: 0 -40px
}

.nav .menu-mobile .collapse .cont .collapse .cont .collapse .cont {
    padding: 4px 60px;
    background-color: white
}

.nav .menu-mobile .collapse .cont .collapse .cont .collapse .cont li a {
    color: #0081B1
}

.img {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: left
}

.img._1x1 {
    padding-top: 100%
}

.img._4x3 {
    padding-top: 75%
}

.img._4x5 {
    padding-top: 125%
}

.img._16x9 {
    padding-top: 56.25%
}

.img._10x6 {
    padding-top: 65%
}

.img._2x1 {
    padding-top: 50%
}

.img._10x4 {
    padding-top: 40%
}

.img.full {
    width: 100%;
    height: 100%
}

.img img,
.img iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    border: none
}

.img img {
    transition: all 250ms ease-out
}

.img.natural img {
    position: relative;
    width: 100%;
    height: auto
}

.w-100 {
    width: 100%
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 20px;
    border-radius: 16px;
    background-color: #f50;
    color: white;
    font-size: 14px;
    line-height: 1;
    font-weight: bold
}

.btn.sm {
    height: 28px;
    padding: 0 16px;
    padding-bottom: 2px;
    font-size: 13px;
    border-radius: 14px
}

.btn.lg {
    height: 36px;
    padding: 0 24px;
    padding-bottom: 2px;
    font-size: 15px;
    border-radius: 18px
}

.btn.xl {
    height: 40px;
    padding: 0 32px;
    border-radius: 20px;
    font-size: 15px
}

.btn-txt {
    display: inline-flex;
    align-items: center;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #f50
}

.btn-txt svg {
    width: 36px;
    height: auto;
    margin-right: 16px
}

footer {
    position: relative;
    margin-top: 56px;
    background-color: #006E9D;
    color: white;
    z-index: 50
}

footer .container {
    padding: 0
}

footer .items .item {
    padding: 40px
}

footer .items .item .col {
    margin-bottom: 32px
}

footer .items .item .col:last-child {
    margin-bottom: 0
}

footer .items .item h5,
footer .items .item h4 {
    margin-bottom: 6px;
    color: #62ACC9;
    text-transform: uppercase;
    font-size: 16px
}

footer .items .item li {
    display: flex;
    align-items: center;
    list-style: none;
    font-weight: 600
}

footer .items .item li.ico {
    margin-bottom: 6px
}

footer .items .item li img {
    margin-right: 6px
}

footer .items .item li.ext {
    margin-top: 32px;
    margin-top: 24px
}

footer .items .item.news {
    background-color: #0081B1
}

footer .items .item.news form {
    margin-top: 24px;
    text-align: right
}

footer .items .item.news .btn-txt {
    margin-top: 16px;
    color: white
}

.btn-contacto {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 44px;
    height: 44px;
    right: 20px;
    right: 12px;
    bottom: 12px;
    border-radius: 22px;
    background: url(../img/ico-tel.svg) center no-repeat #f50;
    z-index: 40;
    cursor: pointer
}

.btn-contacto::before {
    display: none;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -14px;
    top: 0;
    border-top-right-radius: 6px;
    border-style: solid;
    border-width: 14px 14px 0 0;
    border-color: #f50 transparent transparent transparent
}

.btn-contacto .tel {
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    padding-left: 16px;
    padding-right: 12px;
    right: 0;
    background-color: #f50;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    color: white;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 250ms ease-out
}

.btn-contacto.active .tel {
    opacity: 1;
    visibility: visible
}

.accordion {
    margin-top: 16px
}

.accordion:first-child {
    margin-top: 0
}

.accordion .trigger {
    padding-bottom: 12px;
    border-bottom: 1px solid #545454
}

.accordion .trigger h4 {
    font-weight: bold
}

.accordion .collapse {
    height: 0;
    overflow-y: hidden
}

.accordion .collapse .cont {
    padding-top: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid #9B9B9B
}

.accordion svg {
    transition: all 250ms ease-out
}

.accordion.active svg {
    transform: rotate(45deg)
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px
}

.form-group:last-child {
    margin-bottom: 0
}

.form-group label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-align: left
}

.form-control {
    display: block;
    position: relative;
    width: 100%;
    height: 32px;
    padding-left: 12px;
    color: #545454;
    background-color: white;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    font-size: 14px;
    font-family: "Barlow", sans-serif;
    transition: all 250ms ease-out
}

.form-control::placeholder {
    color: #aaa
}

.form-control:disabled {
    cursor: not-allowed
}

textarea.form-control {
    height: 120px
}

.select {
    position: relative
}

.select .ico {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #006E9D
}

textarea.form-control {
    height: 80px;
    height: 120px;
    padding-top: 12px;
    padding-bottom: 12px;
    resize: vertical;
    text-align: left
}

.select {
    position: relative
}

.select select {
    padding-right: 30px
}

.select:after {
    pointer-events: none
}

.select svg {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #545454;
    pointer-events: none
}

.select.tema {
    margin-bottom: 24px
}

.select.tema select {
    height: 40px;
    border-radius: 0;
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #545454;
    font-size: 16px;
    font-weight: bold;
    color: #f50
}

.select.tema svg {
    right: 0
}

.form-icon {
    position: relative
}

.form-icon .icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #545454;
    line-height: 1
}

.form-icon .icon svg {
    width: 20px;
    height: auto
}

.tns-outer {
    position: relative
}

.tns-outer button[data-action="start"],
.tns-outer button[data-action="stop"] {
    display: none
}

.tns-outer button:disabled,
.tns-outer button[disabled] {
    opacity: 0;
    pointer-events: none
}

.tns-outer .tns-controls {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    padding: 0 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none
}

.tns-outer .tns-controls button {
    width: 16px;
    height: 24px;
    padding: 0;
    font-size: 0;
    appearance: none;
    border: none;
    background: url(../img/arrow-celeste.svg) left center no-repeat;
    background-size: contain;
    pointer-events: all
}

.tns-outer .tns-controls button:last-child {
    background-image: url(../img/arrow-azul.svg)
}

.tns-outer .tns-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 32px;
    padding: 0 16px;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 4px
}

.tns-outer .tns-nav button {
    appearance: none;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    padding: 0;
    border: none !important;
    border-radius: 100%;
    background-color: white;
    opacity: 0.4
}

.tns-outer .tns-nav button.tns-nav-active {
    opacity: 1
}

.card {
    position: relative;
    margin-bottom: 24px;
    display: block
}

.card .img {
    margin-left: 10px;
    padding-top: 56.25%
}

.card h2 {
    margin: 0px !important;
    line-height: 26px !important;
    text-align: left !important;
    text-transform: none !important;
    color: white
}

.card .txt {
    position: absolute;
    width: 100%;
    padding: 24px;
    padding-left: 32px;
    bottom: 0;
    color: white;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 0 0 16px black
}

.card .mark {
    position: absolute;
    width: 30px;
    height: 100px;
    left: 0;
    top: 0;
    background: url(../img/card-mark.svg) left top no-repeat
}

.card:nth-child(even) .mark {
    background-image: url(../img/card-mark-2.svg)
}

.card.dest:nth-child(even) .mark {
    background-image: url(../img/card-mark.svg)
}

.card.dest .img {
    display: flex;
    height: 200px;
    padding-top: 0
}

.card.dest .img .txt,
.card.dest .img h2 {
    position: relative;
    flex-basis: 60%;
    padding-top: 16px;
    background-color: #006E9D;
    text-transform: uppercase;
    text-shadow: none;
    padding-left: 30px
}

.card.dest .img .cont-img {
    flex: 1;
    position: relative;
    height: 100%;
    overflow: hidden
}

.dropdown {
    display: inline-block;
    position: relative;
    z-index: 100
}

.dropdown:hover .drop-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0px
}

.dropdown .trigger {
    display: inline-flex;
    position: relative;
    padding-bottom: 8px;
    z-index: 20
}

.dropdown .drop-menu {
    transition: all 250ms linear;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    min-width: 160px;
    max-width: 320px;
    margin-top: -10px;
    max-height: 400px;
    padding: 6px 0;
    background-color: white;
    border-radius: 8px;
    border-radius: 0;
    overflow-y: auto;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    text-align: left
}

.dropdown .drop-menu a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    transition: all 250ms ease-out
}

.dropdown .drop-menu a:hover {
    background-color: #E4E4E4
}

.dropdown .drop-menu a svg {
    margin-right: 20px;
    transition: all 250ms ease-out
}

.dropdown.dropup .drop-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -10px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08)
}

.dropdown.dropup:hover .drop-menu {
    margin-bottom: 0
}

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

.breadcrumb {
    margin-top: 20px;
    font-size: 12px
}

.breadcrumb .sep::before {
    content: " &gt; ";
    display: inline-block;
    margin: 0 2px;
    color: #006E9D;
    font-weight: 600
}

.productos .btn-filtros {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    text-transform: uppercase
}

.productos .filtros {
    position: fixed;
    width: 260px;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    left: 0;
    top: 0;
    background-color: white;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    transition: all 250ms ease-out
}

.productos .filtros .filtros_titulo {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600
}

.productos .filtros.active {
    opacity: 1;
    visibility: visible
}

.productos .filtros .overlay {
    position: absolute;
    width: 4000px;
    height: 100%;
    left: 100%;
    background-color: rgba(228, 228, 228, 0.65)
}

.productos .filtros .scroll {
    width: 100%;
    height: 100%;
    padding: 20px;
    padding-bottom: 0;
    overflow-y: auto
}

.productos .filtros .titulo {
    display: flex;
    justify-content: space-between;
    color: #006E9D
}

.productos .filtros .titulo .cerrar {
    font-size: 24px
}

.productos .filtros .selectos {
    margin-top: 12px;
    margin-bottom: -8px
}

.productos .filtros .selectos .item {
    display: inline-flex;
    align-items: center;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 4px 8px;
    background-color: #f4f4f4;
    font-size: 12px;
    border-radius: 8px;
    border: 1px solid #E4E4E4
}

.productos .filtros .selectos .item a {
    display: inline-block;
    position: relative;
    margin-left: 4px;
    top: 1px;
    font-size: 13px
}

.productos .filtros .criterio {
    margin: 0 -20px;
    margin-top: 16px;
    padding: 20px;
    background-color: #E4E4E4
}

.productos .filtros .criterio h6,
.productos .filtros .criterio h4 {
    font-size: 14px;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #006E9D;
    font-weight: bold
}

.productos .filtros .criterio li {
    margin-bottom: 8px;
    list-style: none
}

.productos .filtros .criterio li:last-child {
    margin-bottom: 0
}

.productos .lista {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    margin-top: 24px;
    cursor: auto
}

.productos .lista .pocos_1::before {
    content: "";
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    border-left: 0px !important
}

.productos .lista .pocos_2:nth-of-type(2)::before {
    content: "";
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    border-left: 0px !important
}

.productos .lista .pocos_3:nth-of-type(3)::before {
    content: "";
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    border-left: 0px !important
}

.productos .lista .item {
    position: relative;
    flex-basis: 50%;
    margin-bottom: 32px;
    padding: 0 12px
}

.productos .lista .item .img {
    margin-bottom: 12px;
    padding-top: 100%
}

.productos .lista .item .logo {
    display: flex;
    align-items: center;
    height: 76px;
    margin-bottom: 12px
}

.productos .lista .item .logo img {
    max-width: 100%;
    max-width: calc(100% - 20px);
    max-height: 100%
}

.productos .lista .item .marca,
.productos .lista .item .nombre,
.productos .lista .item h3 {
    font-weight: 700;
    font-size: 11px;
    margin-top: 5px;
    text-transform: uppercase
}

.productos .lista .item .descripcion {
    font-weight: 400;
    font-size: 12px;
    text-transform: none
}

.productos .lista .item .nombre,
.productos .lista .item h2 {
    font-size: 14px;
    color: #f50;
    text-align: left;
    margin: 0px;
    font-weight: 700;
    text-transform: none
}

.productos .lista .item p {
    font-size: 12px;
    margin-top: 5px;
}

.productos .lista .item:nth-child(odd)::before {
    content: "";
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    border-left: 3px solid #62ACC9
}

.destacados .cont {
    margin: 0 24px;
    margin-bottom: 32px
}

.destacados .tns-outer .tns-ovh {
    padding-right: 5px
}

.destacados .tns-outer .item {
    padding: 0 12px;
    border-left: 5px solid #62ACC9;
    font-weight: bold
}

.destacados .tns-outer .item .imag {
    text-align: center
}

.destacados .tns-outer .item .imag img {
    width: 172px
}

.destacados .tns-outer .item b,
.destacados .tns-outer .item h3 {
    display: block;
    width: 100%;
    margin-top: 12px;
    font-size: 20px;
    color: #f50;
    margin-bottom: 5px
}

.destacados .tns-outer .item p,
.destacados .tns-outer .item h4 {
    font-size: 14px;
    color: #62ACC9
}

.destacados .tns-outer .item:nth-child(even) {
    border-left: 5px solid #0081B1
}

.destacados .tns-outer .tns-controls {
    width: auto;
    left: -20px;
    right: -20px;
    padding: 0
}

.hero {
    position: relative;
    line-height: 0
}

.hero .item {
    overflow: hidden
}

.hero .item img {
    height: 528px
}

.fancybox__slide.has-inline {
    padding: 0
}

.popup {
    display: none;
    width: calc(100% - 40px);
    width: calc(100% - 24px);
    max-width: 680px;
    max-height: 90%;
    padding: 0;
    line-height: 0
}

.popup img {
    width: 100%
}

#pop-news {
    padding: 20px;
    padding-bottom: 0;
    background-color: #006E9D
}

#pop-news h2 {
    margin: 0;
    margin-bottom: 4px;
    text-transform: none;
    text-align: left;
    color: white;
    font-weight: bold;
    font-size: 24px
}

#pop-news h4 {
    font-size: 14px;
    color: white
}

#pop-news form {
    margin-top: 16px
}

#pop-news label {
    color: white
}

#pop-news .btn-txt {
    color: white;
    font-size: 18px
}

#pop-news .btn-txt:hover {
    opacity: 0.8
}

#pop-news .foot {
    margin: 0 -20px;
    margin-top: 20px;
    padding: 16px 20px;
    padding: 12px 16px;
    background-color: white;
    font-size: 9px;
    line-height: 1.2
}

.no-resultados {
    width: 100%;
    margin-left: 10px
}

@media screen and (min-width: 768px) {
    .container {
        padding: 0 40px
    }

    .hero .item img {
        height: 450px
    }

    footer .items .item {
        display: flex
    }

    footer .items .item .col {
        flex-basis: 33.333%
    }

    footer .items .item.news {
        display: block
    }

    footer .items .item.news h4,
    footer .items .item.news p,
    footer .items .item.news form {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto
    }

    .categorias h1 {
        margin: 60px 0
    }

    .categorias .items {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -20px
    }

    .categorias .items .item {
        flex-basis: 33.333%;
        margin-bottom: 40px;
        padding: 0 20px
    }

    .categorias .items .item .img {
        padding-top: 100%
    }

    .productos .lista .item {
        flex-basis: 33.333%
    }

    .productos .lista .item:nth-child(3n-1):before,
    .productos .lista .item:nth-child(3n-2):before {
        content: "";
        position: absolute;
        height: 100%;
        right: 0;
        top: 0;
        border-left: 3px solid #62ACC9
    }
}

.cont-represen-slider {
    width: 100%;
    display: block;
    margin-top: 10px;
    text-align: left;
    padding: 15px
}

.cont-represen-slider h1 {
    text-align: left;
    margin: 0px;
    margin-top: 25px
}

.cont-represen-slider h2 {
    text-align: left;
    color: #545454;
    font-size: 19px;
    margin: 15px 0px
}

.cont-represen-slider h4 {
    font-size: 16px
}

.cont-represen-slider a {
    padding: 25px
}

.cont-represen-slider a img {
    width: 150px
}

.cont-represen-slider .tns-controls {
    padding: 0px
}

.cont-represen-slider .tns-controls button {
    height: 200px;
    background-color: white;
    border: 12px solid white;
    width: 40px
}

@media screen and (min-width: 1025px) {
    .container {
        padding: 0 40px;
        max-width: 1280px;
        margin: 0 auto
    }

    .nav .head {
        justify-content: flex-end;
        margin: 0;
        padding-top: 20px;
        font-size: 14px
    }

    .nav .head span {
        display: inline-block !important;
        font-weight: normal;
        color: #545454
    }

    .nav .head .tienda {
        display: none
    }

    .nav .head .pais .trigger {
        padding: 0
    }

    .nav .head .pais .img {
        width: 22px;
        height: 22px
    }

    .nav .middle {
        align-items: flex-start;
        padding: 0;
        margin-top: -20px
    }

    .nav .middle .logo .vert {
        display: block;
        width: auto;
        height: 75px
    }

    .nav .middle .logo .hor {
        display: none
    }

    .nav .middle .end .search-btn {
        display: none
    }

    .nav .middle .end .search {
        position: relative;
        width: 320px;
        margin-top: 48px;
        padding: 0;
        top: 0;
        visibility: visible;
        opacity: 1;
        transition: none
    }

    .nav .middle .end .search .overlay {
        display: none
    }

    .nav .middle .end .toggle {
        display: none
    }

    .nav .menu-desk {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: relative;
        margin-top: 20px;
        margin-top: 12px;
        margin-top: 8px
    }

    .nav .menu-desk .link {
        position: relative;
        margin-bottom: -1px;
        padding: 8px;
        padding: 8px 12px;
        font-size: 16px;
        font-weight: bold
    }

    .nav .menu-desk .link::after {
        content: "";
        position: absolute;
        height: 4px;
        left: 8px;
        right: 8px;
        bottom: 0;
        background-color: #006E9D;
        opacity: 0;
        transition: all 250ms ease-out
    }

    .nav .menu-desk .link:hover::after,
    .nav .menu-desk .link.active::after {
        opacity: 1
    }

    .nav .menu-desk .link.tienda {
        background-color: #006E9D;
        color: white
    }

    .nav .menu-desk .link-menu:hover .menu-open {
        visibility: visible;
        opacity: 1
    }

    .nav .menu-desk .link-menu:hover .link::after {
        opacity: 1
    }

    .nav .menu-desk .menu-open {
        position: absolute;
        width: 100%;
        height: auto;
        min-height: 44vh;
        left: 0;
        top: 100%;
        background-color: white;
        margin-top: 1px;
        z-index: 100;
        visibility: hidden;
        opacity: 0;
        transition: all 250ms ease-out;
        border: 1px solid #e4e4e4;
        border-top: none
    }

    .nav .menu-desk .menu-open.active {
        visibility: visible;
        opacity: 1
    }

    .nav .menu-desk .menu-open .link::after {
        display: none
    }

    .nav .menu-desk .menu-open .cat {
        display: flex;
        height: 100%
    }

    .nav .menu-desk .menu-open .col {
        flex-basis: 33.333%;
        height: 100%;
        overflow-y: hidden;
        padding: 0px;
        height: auto;
        min-height: 44vh
    }

    .nav .menu-desk .menu-open .col:nth-child(2) {
        background-color: #E4E4E4
    }

    .nav .menu-desk .menu-open .col a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 6px 16px;
        font-size: 14px;
        font-weight: bold
    }

    .nav .menu-desk .menu-open .col a svg {
        width: 16px;
        height: auto
    }

    .nav .menu-desk .menu-open .col a:hover,
    .nav .menu-desk .menu-open .col a.active {
        color: #f50
    }

    .nav .menu-desk .menu-open .subcat {
        display: none
    }

    .nav .menu-desk .menu-open .subcat.active {
        display: block
    }

    .nav .menu-desk .menu-open .subcat a:hover,
    .nav .menu-desk .menu-open .subcat a.active {
        color: #006E9D
    }

    .nav .menu-desk .menu-open .sub-subcat {
        display: none
    }

    .nav .menu-desk .menu-open .sub-subcat.active {
        display: block
    }

    .nav .menu-desk .menu-open .sub-subcat a {
        color: #006E9D
    }

    .nav .menu-desk .menu-open .sub-subcat a:hover {
        color: #f50
    }

    .nav.sm {
        top: 0 !important
    }

    .nav.sm .head {
        display: none
    }

    .nav.sm .middle {
        align-items: center;
        margin-top: 16px;
        padding-bottom: 0
    }

    .nav.sm .middle .logo {
        position: relative;
        top: 12px
    }

    .nav.sm .middle .logo .vert {
        display: none
    }

    .nav.sm .middle .logo .hor {
        display: block;
        height: 48px
    }

    .nav.sm .middle .search {
        margin-top: 0;
        margin-top: -8px
    }

    .cont-represen-slider {
        width: 900px;
        display: block
    }

    footer {
        margin-top: 130px;
        font-size: 14px;
        overflow: hidden
    }

    footer .items {
        display: flex
    }

    footer .items .item {
        flex: 1
    }

    footer .items .item li a {
        transition: all 250ms ease-out
    }

    footer .items .item li a:hover {
        opacity: 0.7
    }

    footer .items .item.news {
        flex: 0;
        flex-basis: 33.333%;
        position: relative;
        padding: 40px;
        padding-left: 52px
    }

    footer .items .item.news::after {
        content: "";
        position: absolute;
        width: 2000px;
        height: 100%;
        left: 100%;
        top: 0;
        background-color: #0081B1
    }

    footer .items .item.news .btn-txt {
        transition: all 250ms ease-out
    }

    footer .items .item.news .btn-txt:hover {
        opacity: 0.8
    }

    footer .items .item:not(.news) {
        display: flex;
        position: relative;
        padding-left: 24px;
        padding-right: 60px;
        padding-top: 40px;
        padding-bottom: 40px
    }

    footer .items .item:not(.news) .col {
        flex: 1;
        margin: 0;
        padding-right: 20px
    }

    footer .items .item:not(.news) h5,
    footer .items .item:not(.news) h4 {
        margin-bottom: 8px
    }

    footer .items .item:not(.news) li {
        margin-bottom: 4px
    }

    footer .items .item:not(.news) li.ico {
        font-size: 15px
    }

    footer .items .item:not(.news) li.iso {
        justify-content: flex-end
    }

    footer .items .item:not(.news) li.ubicacion {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 40px;
        justify-content: center
    }

    .hero .item {
        overflow: hidden
    }

    .hero .item img {
        position: relative;
        height: 450px;
        left: 50%;
        transform: translateX(-50%)
    }

    .card {
        margin: 0
    }

    .card .img {
        padding-top: 100%
    }

    .card .txt {
        padding: 12px
    }

    .categorias h1 {
        margin: 60px 0
    }

    .categorias .items {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -20px
    }

    .categorias .items .item {
        flex-basis: 20%;
        margin-bottom: 40px;
        padding: 0 20px
    }

    .productos {
        display: flex
    }

    .productos .btn-filtros {
        display: none
    }

    .productos .filtros {
        flex-basis: 25%;
        position: relative;
        height: auto;
        visibility: visible;
        opacity: 1;
        z-index: 1
    }

    .productos .filtros .overlay {
        display: none
    }

    .productos .filtros .titulo {
        margin: 0 -20px
    }

    .productos .filtros .cerrar {
        display: none
    }

    .productos .filtros .selectos {
        margin: 0 -20px;
        margin-top: 16px
    }

    .productos .filtros .criterio {
        font-size: 14px
    }

    .productos .filtros .criterio a {
        transition: all 250ms ease-out
    }

    .productos .filtros .criterio a:hover {
        color: #006E9D
    }

    .productos .lista {
        flex: 1;
        margin: 0 -16px;
        margin-top: 20px;
        padding-left: 60px
    }

    .productos .lista .item {
        position: relative;
        flex-basis: 25%;
        margin-bottom: 40px;
        padding: 0 16px;
        background-color: white
    }

    .productos .lista .item::before {
        content: "";
        position: absolute;
        height: 100%;
        right: 0;
        top: 0;
        border-left: 3px solid #62ACC9
    }

    .productos .lista .item:nth-child(4n)::before {
        display: none
    }

    .productos .lista .item::after {
        content: "";
        position: absolute;
        left: -12px;
        right: -12px;
        top: -12px;
        bottom: -20px;
        border: 12px solid white;
        opacity: 0;
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
        z-index: -1
    }

    .productos .lista .item:hover {
        z-index: 100
    }

    .productos .lista .item:hover::before {
        display: none
    }

    .productos .lista .item:hover::after {
        opacity: 1
    }

    .card.dest .img .txt,
    .card.dest .img h2 {
        flex-basis: 50%;
        padding: 16px 32px;
        font-size: 16px
    }

    .btn-txt {
        transition: all 250ms ease-out
    }

    .btn-txt:hover {
        color: #006E9D
    }

    .breadcrumb a {
        transition: all 250ms ease-out
    }

    .breadcrumb a:hover {
        color: #f50
    }

    .destacados .tns-outer .item p {
        transition: all 250ms ease-out
    }

    .destacados .tns-outer .item:hover p {
        color: #f50
    }

    .card img {
        transition: all 500ms ease-out
    }

    .card:hover img {
        transform: scale(1.1)
    }

    #pop-news {
        padding: 32px;
        padding-bottom: 0
    }

    #pop-news h2 {
        font-size: 36px
    }

    #pop-news h4 {
        font-size: 18px
    }

    #pop-news .foot {
        margin: 0 -32px;
        margin-top: 32px;
        padding: 24px 32px;
        font-size: 10px;
        line-height: 1.2
    }

    .no-resultados {
        width: 100%;
        margin-left: -45px
    }
}

#form-newsletter-footer .btn-txt,
#contact-form-product .btn-txt {
    background-color: transparent;
    border: 0px;
    padding: 0px
}

#form-newsletter-footer .error,
#contact-form-product .error {
    border: 1px solid red
}

.grecaptcha-badge {
    bottom: 70px !important
}

.grecaptcha-badge {
    opacity: 0
}</pre></body></html>