/** Shopify CDN: Minification failed

Line 240:0 Unexpected "}"

**/
/**{color: red !important;}*/

.header{
  z-index: 1;
  position: fixed;
    width: 100%;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: flex;
    justify-content: space-between;
    background: rgba(102, 102, 102, 80%);
    /* background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);*/
    font-family: 'Jost';
    display: flex !important;
    justify-content: center;
}

.mn-content {
    width: 100%;
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
}

/*.announcement-bar,*/ .price {
    /*display: none !important;*/
}

.header__menu-item span, span.header__active-menu-item {
    color: #fff;
}

.header__menu-item>svg {
    color: #fff !important;
}

.icons-header {
    display: flex;
}

.header__icon{
  color: #fff !important;
}

.header__icons.header__icons--localization.header-localization {
    /*display: none;*/
}

h2.banner__heading {
    color: #fff;
    font-family: Jost;
    font-weight: 500;
    font-size: 60px;
}

.card__heading>a {
    font-size: 15px;
    font-weight: 100;
}

.section-sections--17133254901921__custom_liquid_pLKxTF-padding {
    padding-top: 0 !important;
    background-color: #1a1a1a;
    padding-bottom: 0 !important;
}

.top-menu {
    position: fixed;
    width: 100%;
    margin: 0 auto !important;
    background-color: #3DBEEC;
    
}

.top-menu>div{
  display: flex;
  max-width: 1280px;
  justify-content: center;
  margin: 0 auto;
}

.top-menu>div>ul{
    display: flex;
    margin: 11px auto !important;
    width: 100%;
    padding: 0;
}

.top-menu>div>ul>li{
  list-style: none;
  margin-right: 50px;
}

.top-menu>div>ul>li>a{
  text-decoration: none;
  color: #fff;
  font-family: Jost;
  font-weight: 500;
}

.zpa-product-grid-slider-193-v1-dynamic {
    z-index: 0;
}

.boost-sd__suggestion-queries-item-sku {
    display: none;
}

.main-blog>h1 {
    display: none;
}

.icon-search{
  color: #fff !important;
}

.search-modal.modal__content.gradient {
    opacity: 0.9 !important;
    background: #000 !important;
}

input#boost-sd__search-widget-init-input-0 {
    background-color: transparent !important;
    border: 2px solid #fff;
    color: #fff;
}

form.search>div>label {
    color: #fff !important;
}

div#boost-sd__search-widget-init-wrapper {
    width: 100%;
    max-width: 740px;
}

.boost-sd__search-form-wrapper {
    /*display: none;*/
}



ul#meteor-desktop-nav>li>a {
    color: #fff;
    font-weight: 100 !important;
    font-size: 14px !important;
}

.btn-dowload__content>ul {
    display: flex;
    list-style: none;
    justify-content: flex-start;
    padding: 0 !important;
}

.zpa-shopify-description {
    overflow-x: visible !important;
}

.btn-dowload__content>ul>li>a {
    border: 2px solid #000;
    padding: 0px 50px;
    margin-right: 20px;
    color: #000;
}

.btn-dowload__content>ul>li>a:hover {
    text-decoration: none !important;
    border: 2px solid #3dbdec;
    color: #fff;
    transition: 0.2s;
    background-color: #3dbdec;
}

/*-----Acordeón productos-----*/

.contenedor-acordeon{
    width: 100%;
    max-width: 800px;
    margin: auto;
    margin-top: 80px;
}
.contenedor-acordeon h2{
    text-align: center;
    font-size: 40px;
    margin-bottom: 35px;
}
.acordeon{
    background: #fff;
}
.acordeon label{
    display: block;
    padding: 20px;
    font-size: 20px;
    background: #1c1c1c;
    color: #fff;
    cursor: pointer;
    margin-bottom: 2px;
    transition: all 300ms ease;
}
.acordeon label:hover{
    background: #2e2e2e;
}
.acordeon .contenido-acordeon{
    padding: 0px;
    margin: 0px 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 300ms ease;
}
.btn-acordeon:checked ~ .contenido-acordeon{
    max-height: 600px;
    padding: 15px 0px;
}
.btn-acordeon{
    display: none;
}

.zpa-tabs-element-switcher__item {
  min-width: 30% !important; 
  text-align: center; 
  /*border-bottom: none !important;*/
  text-align: center !important;}




.zpa-tabs-element-switcher__item:hover {
    border-color: none !important;
    opacity: 1 !important;
    background: #ebebeb !important;
    transition: 0.2s;
}

}
.zpa-tabs-element-switcher__item--active {
    background: #ebebeb !important;
    color: #3dbdec !important;
    border-radius: 5px 5px 0 0 !important;
}
 /*bold products price */
.price__regular .price-item--regular {
  margin-right: 0;
  font-weight:600 !important;;
}

header {
    top: 45px;
}
