@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova/proximanova_black-webfont.woff2') format('woff2'),
         url('../fonts/proximanova/proximanova_black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova/proximanova_blackit-webfont.woff2') format('woff2'),
         url('../fonts/proximanova/proximanova_blackit-webfont.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova/proximanova_bold-webfont.woff2') format('woff2'),
         url('../fonts/proximanova/proximanova_bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova/proximanova_boldit-webfont.woff2') format('woff2'),
         url('../fonts/proximanova/proximanova_boldit-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova/proximanova_extrabold-webfont.woff2') format('woff2'),
         url('../fonts/proximanova/proximanova_extrabold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova/proximanova_light-webfont.woff2') format('woff2'),
         url('../fonts/proximanova/proximanova_light-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova/proximanova_regular-webfont.woff2') format('woff2'),
         url('../fonts/proximanova/proximanova_regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

a {
    color: #4291b0;
}
b, strong {
    font-weight: 700;
}
.smallest {
    font-size: 75% !important;
}
section img {
    max-width: 100%;
    height: auto;
}
iframe {
    max-width: 100%;
}

.aspect-ratio-10-6 {
    aspect-ratio: 10/6;
}

.img-36 {
    width: 36px;
    max-width: 100%;
    height: auto;
}
.img-90x90 {
    width: 90px;
    height: 90px;
}
.img-75x75 {
    width: 75px;
    height: 75px;
}
.img-150 {
    width: 150px;
    max-width: 100%;
    height: auto;
}
.img-200 {
    width: 200px;
    max-width: 100%;
    height: auto;
}

.border-blue {
    border-color: #00528b !important;
}
.bg-blue {
    background-color: #00528b !important;
}
.bg-footer {
    background-color: #37474f!important;
}

.bg-blend-mode {
    background-blend-mode: multiply;
}
.bg-blend-soft-light {
    background-blend-mode: soft-light;
}

.op-icon {
    width: 25px;
    height: 25px;
    background-size: cover;
    background-position: center;
    display: inline-block;
}

.op-icon.chile {
    background-image: url(../img/chile.png);
}

.sidebar-card.position-fixed {
    top: 75px;
}
.sidebar-card.position-fixed {
    max-height: 100%;
    overflow: auto;
    padding-bottom: 6rem;
}

.object-fit-cover {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain;
}

.bg-cover {
    background-size: cover;
}
.bg-center {
    background-position: center;
}

.right-0 {
    right: 0;
}
.bottom-0 {
    bottom: 0;
}
.top-0 {
    top: 0;
}
.left-0 {
    left: 0;
}
.z-index-1050 {
    z-index: 1050;
}

.h-100px {
    height: 100px;
}

.h-200px {
    height: 200px;
}
.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 1rem;
    line-height: 1;
}
.h2.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 5rem;
}

h5.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 4.4rem;
}

p.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 6rem;
}


header#main {
    /* padding-top: 65px; */
    width: 100%;
    /* top: 0; */
    z-index: 999999;
    transition: all .15s ease-in-out;
}
.modal-open header#main {
  z-index: 1030;
}

header#main.in-transition {
    top: -200px;
}

nav#main-nav {
    top: 0;
    left: 0;
}

body {
    /* padding-top: 115px; */
    /* position: relative; */
}


@media(min-width: 992px) {
    header#main nav.navbar .navbar-nav {
        flex-flow: row nowrap;
        justify-content: space-between;
        width: 100%;
    }
    header#main nav.navbar .navbar-nav .dropdown-menu {
        position: absolute;
    }
}
@media(max-width: 992px) {
    body {
        /* padding-top: 65px; */
    }
}
@media(min-width: 992px) {
  aside#archive-sidebar {
    min-width: 350px;
    max-width: 350px;
    flex: 0 0 350px !important;
  }
}
h6,.h6 {
    font-size: 1rem !important;
    line-height: 1.2;
}

.grayscale {
    filter: grayscale(100%);
}

.p-m-0 p {
    margin: 0;
}


.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-6 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}

.line-height-1 {
    line-height: 1;
}
.line-height-1-25 {
    line-height: 1.25;
}

.line-height-1-5 {
    line-height: 1.5;
}

.letter-spacing--0-5,
.letter-spacing--0-5 * {
    letter-spacing: -.5px !important;
}

.letter-spacing-0 {
    letter-spacing: 0;
}
.letter-spacing-025 {
    letter-spacing: .25px;
}
.letter-spacing-05,
.letter-spacing-05 * {
    letter-spacing: .5px;
}
.letter-spacing-1 {
    letter-spacing: 1px;
}
.letter-spacing-1-5 {
    letter-spacing: 1.5px;
}

.navbar-brand .small {
    letter-spacing: 1.35px !important;
}


.navbar-brand img {
  height: 75px;
  width: auto;
}
@media(max-width: 768px) {
    .navbar-brand img {
      height: 65px;
      width: auto;
    }
    .display-1, .display-2, .display-3, .display-4 {
        font-size: 3rem;
    }
}
@media(max-width: 380px) {
    .navbar-brand img {
      height: 58px;
      width: auto;
    }
}
header#main a {
    /* color: #232323; */
}





footer#main a {
    color: #fff;
}
.text-white *,
.text-white a {
    color: #fff;
}

.icon {
    line-height: 1em;
    font-size: 2.8125em;
}
footer .no-footer {
    display: none;
}
footer#main .menu-item-has-children {
    width: 20%;
    padding: 0 1em;
}

footer#main .nav ul {
    list-style: none;
    padding: 0;
    margin: 1em 0 0;
}

/** OVERWRITE BOOTSTRAP E-COMMERCE */

.icon-sm {
    width: 36px;
    height: 36px;
    line-height: 36px;
    min-width: 36px;
}

    
.shippings-payments img {
    height: 30px;
    width: auto;
}

.navbar-nav .dropdown-menu {
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
}

footer .shippings-payments img {
    max-height: 25px;
    width: auto;
    max-width: 100%;
    height: auto;
}

@media(max-width:992px) {
    footer .shippings-payments img {
        height: 20px;
    }
    .navbar-nav .dropdown-menu {
        width: 100% !important;
    }
}

span.hover-text {
    transition: all .15s ease-in-out;
    opacity: 0;
    font-size: 0;
    width: 0;
}

.badge:hover span.hover-text {
    opacity: 1;
    font-size: inherit;
    width: auto;
}








.filter-widget .card-body {
    max-height: 17.25rem;
    overflow-y: auto;
}


.icon-wrap .badge {
    right: -5px;
}

.bg-primary-light {
    background-color: #ff6605 !important;
}

.w-150px {
    width: 150px;
    max-width: 100%;
}


.card-product .img-wrap {
    height: auto;
}

.main-card-product .btn-op {
    position: absolute;
    z-index: 5;
    bottom: -1.35rem;
    max-width: 90%;
    opacity: 0;
    transition: all 0.5s ease;
}
.main-card-product:hover .btn-op {
    opacity: 1;
}
.main-card-product .btn-op.mobile {
    position: relative;
    opacity: 1;
    max-width: 100%;
}
.main-card-product .title {
  height: 2.5rem;
  overflow: hidden;
}
.flickity-card-product-mini .flickity-viewport {
    height: 440px !important;
}



.card-banner .overlay {
    bottom: 0;
    left: 0;
    background-color: transparent;
    color: inherit;
    height: 100%;
}
.card-banner .overlay.overlay-light {
    background-color: rgba(255, 255, 255, 0.65);
    color: #222;
}

.card-banner .overlay.overlay-dark {
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
}
.card-banner .overlay.overlay-gradient-dark {
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 113, 171, 0.85)), to(rgba(0, 0, 0, 0.25)));
  background: linear-gradient(to bottom right, rgb(255, 91, 0), rgba(244, 67, 54, 0.86));
  color: #fff;
}
.card-banner .overlay.overlay-gradient-dark * {
  color: #fff;
  position: relative;
}
.card-banner .overlay.overlay-gradient-light {
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 113, 171, 0.85)), to(rgba(0, 0, 0, 0.25)));
  background: linear-gradient(to bottom right, rgba(35, 48, 64, 0.95), rgba(17, 23, 31, 0.89));
  color: #fff;
}
.card-banner .overlay.overlay-gradient-light * {
  color: #fff;
}

.itemside .img-bg {
    position: relative;
    max-height: 70px;
    width: auto;
}

.itemside h6 {
    line-height: 1.95;
}



.card-category-mini h6 {
    line-height: 1.75;
    margin-top: 1rem;
    height: 3.5em;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
}

.flickity-viewport .card-category-mini {
    width: 110px;
    height: 165px;
}

.card-product-mini h6 {
    line-height: 1.75;
    padding: 0 1rem;
    height: 3.5em;
    overflow: hidden;
    margin: 1rem 0;
}

.flickity-viewport .card-product-mini {
    width: 170px;
    height: 235px;
    margin-right: .5rem;
}
.flickity-button,
.flickity-button:disabled {
    opacity: 0;
    transition: all 0.5s ease;
}

.flickity-enabled:hover .flickity-button {
    transition: all 0.5s ease;
    opacity: 1;
}

.wc_term_widget-columns {
  max-height: 345px;
  overflow: hidden;
}

.flickity-card-product-mini {
  /* height: 250px; */
  overflow: hidden;
}


.change-layout {
    width: 50px;
}
.change-layout.active {
    pointer-events: none;
}

.card-product_store .square img {
    padding: 2rem !important;
}



.square {
  width: 100%;
  display: flex;
  align-items: center;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}




.single_add_to_cart_button.disabled, .single_add_to_cart_button:disabled {
    cursor: not-allowed;
}



.jumbotron ol.breadcrumb.bg-white {margin: 0;padding: 0;}
.jumbotron ol.breadcrumb li:nth-child(1),
.jumbotron ol.breadcrumb li:nth-child(2),
/*.jumbotron ol.breadcrumb li:nth-child(3),*/
.jumbotron ol.breadcrumb i:nth-child(1),
.jumbotron ol.breadcrumb i:nth-child(2)
/*.jumbotron ol.breadcrumb i:nth-child(4)*/
 {
    display: none;
}




.archive-header ol.breadcrumb {
    margin: 0;
}

.product-slide .card-product {
    height: 420px !important;
    margin: 0 !important;
}
.product-slide .card-product.card-category {
    height: 320px !important;
}


.gallery-wrap .img-big-wrap img {
    height: auto;
    width: 100%;
}

.gallery-wrap .img-big-wrap .badge img {
    height: 36px;
    width: auto;
}
@media (max-width: 768px) {
  header#main {
    /* padding-top: 59px; */
  }
    .guld-regular {
        font-size: 5rem;
        line-height: 4rem;
    }
}
@media (max-width: 576px) {
  nav#main-nav {
    padding-left: .0rem;
    padding-right: .0rem;
  }
  nav#main-nav .logo-section button {
    border-radius: 0 !important;
    margin-top: -8px;
    margin-bottom: -9px;
  }
  .card-product .btn-op.mobile span {
    font-size: 11px !important;
  }
  .navbar-brand hgroup .h4 {
      font-size: 15px !important;
      letter-spacing: -.5px !important;
  }
  .navbar-brand hgroup .small {
      letter-spacing: -0.5px !important;
  }
}
@media (max-width: 420px) {
  aside#footer-contact {
    max-width: 100%;
    flex: 0 0 100%;
  }
}


.modal .card-product .title + div {
    display: block !important;
}

#st-2 .st-btn,
#st-3 .st-btn {
    height: 36px !important;
    line-height: 36px !important;
    width: 36px !important;
    padding: 9px !important;
}

#st-2 .st-btn > img,
#st-3 .st-btn > img {
    width: 18px !important;
    height: 18px !important;
}


.favicon {
    width: 19px;
    height: 19px;
    background: url(../img/logo.png);
    background-size: 19px 19px;
    display: inline-block;
}

.input-group-append .btn {
    border-color: #ced4da !important;
}



footer input,
footer textarea {
    background-color: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 0 !important;
    padding: .75rem !important;
    height: auto !important;
    color: #fff !important
}
footer textarea {
    height: 100px !important;
}

/*dq*/

.no-border{
    border-radius: 0 !important;
    border:none !important;
}
.no-border:hover{
    border-color: none !important;
    border:none !important;
}
.slider-container, #main-slider .slide-container {
    background-color: rgba(255,255,255,0.75);
}
.agenda-title-height {
    height: 3rem;
    display: block;
    overflow: hidden;
    line-height: 1.25;
}
.article-height{
    height: 440px !important;
    overflow:hidden;
}
.article-title{
    overflow: hidden;
    height: 3.5em;
}
.article-description{
    height: 4.6em;
    overflow: hidden;
}
.gradient-overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0,212,255,0) 100%);
}
strong.breadcrumb_last:before {
    content: ' / ';
    margin-left: .5rem;
}
.card-info{
    background-color: #736e6e14 !important;
    border-color: transparent;
}
.card-info:hover {
    background-color: white !important;
}
.link-no-style{
    text-decoration: none !important;
    color: inherit !important;
}


@media (min-width: 992px) {
    section#partners .col-lg-2 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
@media (max-width: 992px) {
    .dropdown-item {
        white-space: inherit;
        text-align: center;
    }
}


.dropdown-toggle {
    white-space: inherit;
}

.container {
    width: 1480px;
    max-width: 100%;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

@media(max-width: 600px) {

    a img.alignright,
    a img.alignleft,
    .alignleft
    .alignright {
        float: none;
        display: block;
        margin: 5px auto 5px auto;
    }
}
.d-block.text-center #breadcrumbs,
.d-block.text-center #breadcrumbs * {
    width: auto !important;
    display: inline-block;
    padding: 0 !important;
    margin-top: 0rem !important;
}

.home article.event {
    min-height: 223px;
}
.home #blog .card {
    min-height: 28.75rem !important;
}

.gt_float_switcher {
    position: relative;
    overflow: visible !important;
    font-size: 12px !important;
    /*border-radius: 4px !important;*/
    box-shadow: none !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    /*padding: 3px 8px !important;*/
    background-color: transparent !important;
    height: 51.31px;
    align-content: center;
    border: 1px solid #ced4da;
}

.gt_options {
    position: absolute !important;
    top: 55px;
    right: 0;
    background-color: #fff;
    width: 210px;
    border-radius: 4px;
    overflow: hidden;
    max-height: none !important;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .2);
}

.gt_float_switcher img {
    width: 20px !important;
}

.gt_float_switcher .gt_options a {
    padding: 5px 8px !important;
}
.gt-selected {
    background-color: transparent !important;
}

#gt_float_wrapper {
    line-height: 1;
}









.hamburger-menu-button {
  width: 40px;
  height: 40px;
  padding: 6px;
  display: block;
  position: relative;
  z-index: 100;
  box-sizing: content-box;
  border-radius: 50%;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  outline: 0;
  background: transparent;
  border: 0 !important;
  outline: none !important;
}
.hamburger-menu-button-open {
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -12px;
}
.hamburger-menu-button-open, 
.hamburger-menu-button-open::before, 
.hamburger-menu-button-open::after {
  position: absolute;
  width: 30px;
  height: 2px;
  background: inherit;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hamburger-menu-button-open::before, 
.hamburger-menu-button-open::after {
  left: 0;
  content: "";
}
.hamburger-menu-button-open::before {
  top: 8px;
}
.hamburger-menu-button-open::after {
  bottom: 8px;
}
.hamburger-menu-button-close {
  background-color: transparent !important;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hamburger-menu-button-close::before {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  top: 6px;
  background: #000;
}
.hamburger-menu-button-close::after {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  bottom: 6px;
  background: #000;
}
.ham-menu {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  width: 0;
  height: 100%;
}
.ham-menu.on {
    width: 100%;
    z-index: 9999;
    min-width: 300px;
    background-color: rgba(255,255,255,0.75);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ham-menu .menu {
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ham-menu.on .menu {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  width: 600px;
  min-width: 300px;
  margin-left: auto;
  max-width: 100%;
}
.ham-menu .menu-content {
    height: 100%;
    overflow-y: auto;
}



.btn {
    font-weight: 700;
}

.border-5px {
    border-width: 5px !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #37474f;
    font-weight: 700;
}

.secondary-menu li {
    padding: .3rem 0;
}

.aspect-ratio-2-1 {
    aspect-ratio: 2 / 1;
}


.h4.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 5rem;
}