/*----------------------------inicio--------------------------------

[Stylesheet - mantencion ]

Projecto:  Saxoline - 2019
Version: 1.0.7
Ultimo cambio:  2018/05/04 | 13:23 pm
Asignado a:  Hector Araya.
Primary use:  ecommerce. 

----------------------

[Colores ]

Rojo tumi: #B92335
Gris tumi: #DDDDDD
Gris suave: #ebebeb
Gris fuerte tumi: #ccc
Gris xfuerte tumi: #777
Gris Strong: #5C5A5A
Negro tumi: #2E2A25
Negro medium: #555
Negro lighter: #444
Negro bold:var(--negroTumi)

----------------------

[Tipografia ]

font-family: 'Proxima Nova Light';
font-family: 'Proxima Nova Regular';
font-family: 'Proxima Nova Medium'
font-family: 'Proxima Nova Bold';
font-family: 'icon_cart';
font-family: 'tumi-icon-ft';

----------------------

[Guia mediaqueries ]

@media only screen and (max-width: 40em) { }
@media only screen and (min-width: 40.063em) and (max-width: 64em) { }
@media screen and (min-width: 64em) {}
@media only screen and (min-width: 90.063em) { }

----------------------

[Tabla de contenido ]

--------- Generales -------------

a0.Variables
a1.Global
a2.Mediaquerie global

--------- Subtemplates -------------

b0.Header
b1.Mediaquerie header
b2.Navigator
b3.Mediaquerie navigator
b4.Footer
b5.Mediaquerie footer

--------- Vitrinas -------------

c0.Prateleira principal
c1.Mediaquerie prateleira principal

--------- Controladores -------------

d0.Mini cart
d1.Mediaquerie mini cart
d2.Zoom
d3.Mediaquerie zoom
d4.Breadcrumb
d5.Mediaquerie breadcrumb
d6.Opinion de usuario
d7.Mediaquerue opinion de usuario
--x d8.Quickview
--x d9.Mediaquerie quickview
d10.Search navigator
d11.Mediaquerie search navigator
d12.Search result time.
d13.Mediaquerie search result time.
d14.Compare
d15.Mediaquerie compare
d16.Quickview
d17.Mediaquerie quickview
d18.Flag
d19.Mediaquerie flag

--------- Componentes -------------

e0.Despacho y disponibilidad en tienda
e1.Mediaquerie despacho y disponibilidad en tienda
e2.Carruseles
e3.Mediaquerie carrusles
e4.Off canvas
e5.Mediaquerie off canvas
e6.Megamenu
e7.Mediaquerie megamenu
e8.Buscador
e9.Mediaquerie buscador
e10.Resultado desplegable de buscador
e11.Mediaquerie resultado desplegable de buscador
e12.Producto sticky
e13.Mediaquerie producto sticky
e14.Redes sociales
e15.Mediaquerie redes sociales
e16.Airline guides
e17.Mediaquerie airline guides
e18.Productos relaciones recien vistos
e19.Mediaquerie productos relaciones recien vistos
e20.Infinity Scroll
e21.Mediaquerie Infinity scroll
e22.Cover pop
e23.Mediaquerie cover pop

--------- Estilos de pagina -------------

f0.Home
f1.Mediaquerie home
f2.Account
f3.Mediaquerie account
f4.Login
f5.Mediaquerie login
f6.Producto
    f6_a.Features
f7.Mediaquerie producto
    f7_a.Mediaquerie features
f8.Categoria
f9.Mediaquerie categoria
f10.Departamento
f11.Mediaquerie departamento
f12.Busca
f13.Mediaquerie busca
f14.Marca
f15.Mediaquerie marca
f16.Giftlist
f17.Mediaquerie giftlist
f18.Estatico
    f18_a.La historia tumi
    f18_b.La diferencia tumi
    f18_c.Responsabilidad empresarial Tumi
f19.Mediaquerie estatico
    f19_a.Mediaquerie la historia tumi
    f19_b.Mediaquerie la diferencia tumi
    f19_c.Mediaquerie responsabilidad empresarial Tumi
f20.Sistema
f21.Mediaquerie sistema
f22.Nuestras tiendas
f23.Mediaquerie nuestras tiendas
f24.Mapa del sitio
f25.Mediaquerie mapa del sitio
f26.Orders
f27.Mediaquerie orders

-------------------------fin---------------------------------*/

/*
[a0.Variables]

=============================*/

/* :root {

     COLORES 

    --rojoTumi: #b92335;
    --grisTumi: #DDDDDD;
    --grisLightTumi: #ebebeb;
    --grisFuerteTumi: #ccc;
    --grisxFuerteTumi: #777;
    --grisStrong: #5C5A5A;
    --negroTumi: #2E2A25;
    --negroMedium: #555;
    --negroBold: var(--negroTumi);
    --negroTumiLighter: #444;
    --bgTopbarCheckout: #555555;

     FUENTES 

    --tumiIcon: 'tumi-icon-ft';
    --proximaNova: 'Proxima Nova';
    --proximaNovaBold: 'Proxima Nova bold';
    --proximaNovaTh: 'Proxima Nova Th';
    --tumiFontLight: 'Proxima Nova Light';
    --tumiFontRegular: 'Proxima Nova Regular';
    --tumiFontMedium: 'Proxima Nova Medium';
    --tumiFontBold: 'Proxima Nova Bold';

     EFECTOS 

    --borderShadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.2);
    --textShadow: 0.6px 0 0 currentColor;
    --offsetShadow: inset 0 2px 4px 0 hsla(0, 0%, 0%, 0.08);
    --bottomShadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
} */

@font-face {
    font-family: "Flaticon";
    src: url("/arquivos/Flaticon.eot.css");
    src: url("/arquivos/Flaticon.eot.css?#iefix") format("embedded-opentype"),
         url("/arquivos/Flaticon.woff.css") format("woff"),
         url("/arquivos/Flaticon.ttf.css") format("truetype"),
         url("/arquivos/Flaticon.svg.css#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: "Flaticon";
      src: url("/arquivos/Flaticon.svg.css#Flaticon") format("svg");
    }
  }
  
  /*
  [a1.Global]
  
  =============================*/
    a:focus, a:hover {
        color: #2e2a25;
    }
    .prateleira__quickview a:hover {
        color: #cfc8b9 ;
    }
  
  .topbarcyber {
      display: flex;
      justify-content: center;
      align-items: center;
      /* background-color: #000; */
  }
  
  .row{
      max-width: 85%;
      width:100%;
      /* display: flex; */
      /* justify-content: space-between; */
      /* align-items: center; */
  }
  
  .topbarcyber span {
      text-align:center;
  }
  
  #ci-contactinfo {
      display: none;
  }
  
  div#cyber-topbar-desk, div#cyber-topbar-mobile {
      width: 100%;
      background-color: #000;
      color: #fff;
    padding:0.0rem 0;
    display:none;
  }
  
  .logo-cyberday {
      display: inline-block;
      width: 100%;
      max-width: 120px;
      margin: 0 1rem;
  }
  
  .logo-cyberday svg path,
   .logo-cyberday svg polygon {
      fill: #FFF;
  }
  .productClusterSearchableIds.mCustomScrollbar._mCS_1 {
      display: none;
  }
   .logo-cyberday svg path.red,
   .logo-cyberday svg polygon.red {
      fill: #BE2B4B;
  }
  .topbarcyber .round.button {
      margin:  0;
      padding: 0.4rem 1rem;
      background-color: var(--verdeSaxoline);
      font-size: 0.8rem;
      margin: 0 1rem;
  }
  .topbarcyber .round.button:hover {
    background-color: #999;
  }

  
  .static main li a, .static main p a, .static-content main a {
      display: inline-block;
      color: var(--negroTumi);
  }
  .static .static__recomendations{
      display:none;
  }
  .static-content {
      line-height: 1.6;
      font-size: 1rem;
  }
  .static-content a{
      display: inline-block;
  }
  .static main h3 {
      font-size: 1.2rem;
      font-weight: bolder;
      /* margin: 0.5rem 0; */
  }
  .cambios.static ul.static-list li:before {
      content: '\f101';
      font-family: FontAwesome;
      color: var(--verdeSaxoline);
  }
  ul.static-list, ul.static-list li {
      margin:1rem 0;
  }
  .orders{
      padding:0;
  }
  .orders #orders{
      padding:1rem;
  }
  
  .orders .w-100.fl.w-60-ns.pa0.pa2-ns.pr0 {
      display: none;
  }
  
  .orders a.db.mb4.link.f5.fw5.heavier-blue {
      width: 60%;
  }
  
  .orders .myo-view-order > :nth-child(5) {
      width: 100%;
  }
  
  .product__measure {
      display: none;
  }
  
  .navigation__closeBar{
      display:none;
  }
  
  .search__icon:before {
      font-family: Flaticon;
      font-size: 1.3rem;
      position: absolute;
      top: 5px;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0 auto;
      content: '\f118';
      /* color: var(--rojoTumi); */
      /* -webkit-text-fill-color: var(--rojotumi); */
  }
  
  .navigation__searchBar--mobile.active .busca input,
  .navigation__searchBar .busca input {
      display: block;
      margin: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      width: 100%;
      padding: 0;
      /*border-bottom: 1px solid var(--rojoTumi);*/
  }
  
  .navigation__searchBar--mobile.active .busca:after, .navigation__searchBar .busca:after {
      content:"";
      width: 100%;
      right:0;
      position:absolute;
      bottom:0;
      height:1px;
      border-bottom: 1px solid var(--negroTumi);
  }
  
  svg#Capa_1:root {
      width: 25px;
      height: 25px;
  }
  .row-wide{
      max-width:100%;
  }
  .static .static__infoContent-content table thead tr th, .static .static__infoContent-content table tr td {
      text-align: center;
      width: inherit;
  }
  
  .btn-retiro {
      display: none;
  }
  .nosto_product {
      display:none;	
  }
  
  .producto__nombre-container {
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     padding: 0 0.8rem;
  }
  .filterBy, .orderBy {
      height: 40px;
      font-size: 0;
  }
  .sub {
    width: 45%;
}

p.compare {
    display: none;
}
  
  /*
  [a2.Mediaquerie global]
  
  =============================*/
  @media only screen and (max-width: 64em) {
    .logo-cyberday {
        max-width: 90px;
    }
  }
  
  /*
  [b0.Header]
  
  =============================*/
  
  .header-left__content a img {
      max-height: 2.7rem;
    object-fit:contain;
  }
  
  .product__right-side-container.sticky.is-at-top.is-stuck {
      margin-top: 7rem !important;
  }
  
  /*
  [b1.Mediaquerie header]
  
  =============================*/
  
  /*
  [b2.Navigator]
  
  =============================*/
  
  .navigation__megamenu-block.col-1 h3,
  .orders .navigation__megamenu-block.col-1 h3 {
      line-height:36px;
  }
  .navigation__megamenu-block.col-1 h3:first-child,
  .orders .navigation__megamenu-block.col-1 h3:first-child {
      line-height:17px;
  }
  
  /*
  [b3.Mediaquerie navigator]
  
  =============================*/
  
  /*
  [b4.Footer]
  
  =============================*/
  
  .nuestras_marcas svg .st0{
      fill: #999 !important;
  }
  
  .footer__tumiregister{
    padding: 0;
  }
  
  .footer__tumiregister img {
      width: 60%;
  }
  
  input#newsletterButtonOK {
      height: 40px;
      font-size: 14px;
  }
  
  input#newsletterClientName {
      height: 40px;
  }
  
  input#newsletterClientEmail {
      height: 40px;
  }
  
  .footer__forms svg {
      flex: auto;
      max-width: 3rem;
      min-width: 3rem;
  }
  .footer__forms p {
      padding-left: 2rem;
      padding-bottom: 1.5rem;
      padding-top: 1.5rem;
      font-size: 0.85rem;
  }
  a.btn-newsletter {
      color: #fff !important;
      background-color: transparent;
      line-height: 42px !important;
      text-transform: uppercase;
      width: 100%;
      max-width: 14.4rem;
      font-size: 0.75rem !important;
      text-align: center;
      border-radius: 5px;
      margin-top: 0.5rem;
      border: 2px solid #fff;
      font-family: 'Samsonite Sans Standard',sans-serif;
  }
  
  /*
  [b5.Mediaquerie footer]
  
  =============================*/
  @media only screen and (max-width: 64em) {
      .footer__col {
          width: 100%;
      }
      .footer__tumiregister img {
      width: 80%;
      margin:0 auto;
  }
    .footer__rrss .footer__title {
          display: block;
          width: 100%;
          color: #fff;
      }
    .footer__rrss {
      width: 100%;
  }
    .footer__rrss .footer__elements{
      width: 20%;
      margin: 0 auto;
  }
    .footer__powerby, .footer__powerby-content {
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top:0;
  }
    .producto .footer__content {
      padding-bottom: 3rem;
  }
  }
  
  /*
  [c0.Prateleira principal]
  
  =============================*/
  
  .prateleira__outstock {
      letter-spacing: .075rem;
      min-height: 100px;
      align-items: center;
      justify-content: center;
  }
  
  
  
  .prateleira__percent-content {
      background: #fff;
      color: #000;
      width: fit-content;
      padding: 0.5rem;
      font-family: 'samsonite sans standard', sans-serif;
      font-size: .8rem;
      font-weight: bold;
      border-radius: 16px;
  }
  
  div#percent, .prateleira__percent-container {
      width: fit-content;
      position:  absolute;
      top: 0.5rem;
      left: 0.5rem;
      z-index: 5;
  }
  
  .prateleira__bestprice.promo {
      color:  var(--rojoTumi);
      font-weight: 800;
      width: max-content;
      font-family: var(--tumiFontBold);
  }
  .prateleira__bestprice.promo div{
      font-weight: bolder;
  }
  
  .prateleira__oldprice {
      width: max-content;
      text-decoration: line-through;
      margin-right: 1rem;
  }
  
  
  a.prateleira__price-content {
    /* width:  100%; */
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    padding: 0;
    text-align: left;
    font-size: 0.85rem;
    margin-bottom: .8rem;
    padding: 0 0.8rem;
  }
  
  a.prateleira__price-content:hover {
    /* width:  100%; */
    color: #000;
  }
  
  .prateleira_rate {
    flex: 100%;
    display:none;
  }
  .prateleira__bestprice {
      color: var(--rojoTumi);
      font-weight:  bolder;
  }
  .img {
      width:  90%;
      height:  90%;
      margin: 0 auto;
    flex: 1;
    text-align:  center;
      justify-content:  center;
  }
  a.prateleira__img {
    display:  flex;
    text-align: center;
    cursor: auto;
    position:relative;
    width:100%;
  }
  .prateleira__info {
      padding-top: 1rem;
      text-align: left;
      /* padding-left: 0.5rem; */
      /* padding-right: 0.5rem; */
  }
  .quickview__btn a:hover {
      background-color: var(--verdeSaxoline);
  }
  
  .quickview__btn a:hover:before {
      color: white;
  }
  
  .prateleira__percent-content:before {
      content: "-";
      font-family: "GT America",sans-serif;
      font-size: 0.8rem;
      /*padding-right: 7.1%;*/
      /* line-height:  1rem; */
      margin-right: 0.2rem;
  }
  
  .iColor_selector a {
      width: 20%;
    margin-top:0.5rem;
    margin-right:0.5rem;
  }
  .iColor_selector a:first-child {
      width: 20%;
    margin-left:0.5rem;
  }
  .iColor_selector {
      flex-direction:row;
      display:none;
      justify-content: flex-start;
  }
  .prateleira__container:hover .iColor_selector{
      display:flex;
  }
  .yv-review-quickreview {
      padding-bottom: .5rem;
  }
  .rColor_selector .colorValue {
      display: block;
      height: 25px;
      position: relative;
      pointer-events: auto;
      width: 25px;
      z-index: 1;
    border-radius: 12.5px;
    border: 1px solid #eee;
    margin-right:5px;
  }
    .rColor_selector {
      display: flex;
      flex-direction:row;
      padding: 0.8rem 0.8rem;
      /* border-top: 1px solid #999; */
      justify-content: flex-start;
  }

/*yourviews
=================*/
div#yv-question-form {
    display: none;
}
button#yv-writereview:hover {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff;
    transition: all .5s;
}
button#yv-see-reviews:hover {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff;
    transition: all .5s;
}
button#yv-sendform:hover {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff;
    transition: all .5s;
}

  
  /*
  [c1.Mediaquerie prateleira principal]
  
  =============================*/
  
  /* small */
  
  @media only screen and (max-width: 64em) {
      .prateleira__outstock {
          /*         padding-bottom:0; */
          min-height: initial;
      }
      .prateleira__bestprice {
      font-size: 0.75rem;
  }
  .prateleira .has-tip {
     
      font-size:0.6rem;
  
  }
  .resultado-busca-numero .value {
      font-size: 0.7rem;
  }
  .categ__filters .sub {
      width: 100%;
  
  }
  .orderBy {
      width: 100%;
  }
  .filterBy:before,
  .orderBy:before {
      border-left: none;
  }
  .sub .resultado-busca-filtro fieldset label {
     display:none;
  }
  .searchResultsTime {
    display:none;
  }
  .bottom .searchResultsTime {
      display: none;
  }
  
  .bottom .sub {
      display:none;
  }
  .rColor_selector .colorValue {
      height: 16px;
      width: 16px;
      border-radius: 8px;
      margin-right: 3.5px;
  }
  
  }
  
  /* medium */
  
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .prateleira ul li {
          width: 47%;
      }
      .prateleira__info {
          height: 158px;
          max-height: 158px;
      }
      .bottom .searchResultsTime {
      display: none;
  }
  
  .bottom .sub {
      display:none;
  }
  }
  
  /* large up */
  
  @media screen and (min-width: 64em) {
      .prateleira__container {
          padding-bottom: 0;
      }
      .prateleira__info {
          /*         border:1px solid red; */
          overflow: hidden;
          /*height: 160px;
          max-height: 200px;*/
          /* min-height: 200px; */
      }
  }
  
  /* xlarge */
  
  @media only screen and (min-width: 90.063em) {
      .prateleira ul li {
          /*         border:1px solid red; */
          max-height: none;
          padding: 0;
          margin-bottom: .48rem;
          margin-right: 0.5rem;
          margin-left: 0.5rem;
      }
  }
  
  /*
  [d0.Mini cart]
  
  =============================*/
  
  .navigation__closebutton--right.close-button {
      color: white;
  }
  
  .cartSkuName p.availability {
      font-size: 0;
  }
  
  /*.cartSkuName p.availability:after {
      content: "Item no disponible";
      font-size:0.9rem;
      color: #bbb
  }*/
  
  /*
  [d1.Mediaquerie mini cart]
  
  =============================*/
  
  /*
  [d2.Zoom]
  
  =============================*/
  
  /*
  [d3.Mediaquerie zoom]
  
  =============================*/
  
  /*
  [d4.Breadcrumb]
  
  =============================*/
  
  .resultado-busca .bread-crumb ul li:last-child strong {
      display: block;
      position: relative;
      width: 100%;
      display: flex;
  }
  
  .resultado-busca .bread-crumb ul li:last-child:after {
      content: " ";
  }
  
  .busca-texto-livre-elimina {
      font-family: var(--tumiFontBold);
      background-color: var(--grisTumi);
  }
  
  /*
  [d5.Mediaquerie breadcrumb]
  
  =============================*/
  
  /*
  [d6.Opinion de usuario]
  
  =============================*/
  
  /*
  [d7.Mediaquerue opinion de usuario]
  
  =============================*/
  
  /*
  [d10.Search navigator]
  
  =============================*/
  
  /*
  [d11.Mediaquerie search navigator]
  
  =============================*/
  
  /*
  [d12.Search result time.]
  
  =============================*/
  
  /*
  [d13.Mediaquerie search result time.]
  
  =============================*/
  
  /*
  [d14.Compare]
  
  =============================*/
  
  /*
  [d15.Mediaquerie compare]
  
  =============================*/
  
  /*
  [d16.Quickview]
  
  =============================*/
  
  /*
  [d17.Mediaquerie quickview]
  
  =============================*/
  
  /*
  [d18.Flag]
  
  =============================*/
  
  /*
  [d19.Mediaquerie flag]
  
  =============================*/
  
  /*
  [e0.Despacho y disponibilidad en tienda]
  
  =============================*/
  
  /*
  [e1.Mediaquerie despacho y disponibilidad en tienda]
  
  =============================*/
  
  /*
  [e2.Carruseles]
  
  =============================*/
  
  /*
  [e3.Mediaquerie carrusles]
  
  =============================*/
  
  /*
  [e4.Off canvas]
  
  =============================*/
  
  /*
  [e5.Mediaquerie off canvas]
  
  =============================*/
  
  /*
  [e6.Megamenu]
  
  =============================*/
  
  /*
  [e7.Mediaquerie megamenu]
  
  =============================*/
  
  /*
  [e8.Buscador]
  
  =============================*/
  
  .navigation__searchBar.active {
      -webkit-box-shadow: none;
      box-shadow: none;
  }
  
  /*
  [e9.Mediaquerie buscador]
  
  =============================*/
  
  /*
  [e10.Resultado desplegable de buscador]
  
  =============================*/
  
  /*
  [e11.Mediaquerie resultado desplegable de buscador]
  
  =============================*/
  
  /*
  [e12.Producto sticky]
  
  =============================*/
  
  /*
  [e13.Mediaquerie producto sticky]
  
  =============================*/
  
  /* medium up */
  
  @media only screen and (min-width: 40.063em) {
      .producto-sticky-container.true {
          display: none !important;
      }
  }
  
  /*
  [e14.Redes sociales]
  
  =============================*/
  
  /*
  [e15.Mediaquerie redes sociales]
  
  =============================*/
  
  /*
  [e16.Airline guides]
  
  =============================*/
  
  /*
  [e17.Mediaquerie airline guides]
  
  =============================*/
  
  /*
  [e18.Productos relaciones recien vistos]
  
  =============================*/
  
  /*
  [e19.Mediaquerie productos relaciones recien vistos]
  
  =============================*/
  
  /*
  [e20.Infinity Scroll]
  
  =============================*/
  
  /*
  [e21.Mediaquerie Infinity scroll]
  
  =============================*/
  
  /*
  [e22.Cover pop]
  
  =============================*/
  
  /* .CoverPop-open,
  .CoverPop-open body {
      overflow: hidden;
  } */
  
  @-webkit-keyframes fade-in {
      0% {
          opacity: 0;
      }
      25% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  
  #CoverPop-cover {
      display: none;
      position: fixed;
      overflow-y: scroll;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1000;
      -webkit-animation: fade-in .25s ease-in;
      -moz-animation-name: fade-in .25s ease-in;
      -ms-animation-name: fade-in .25s ease-in;
      -o-animation-name: fade-in .25s ease-in;
      animation-name: fade-in .25s ease-in;
      background-color: rgba(0,0,0,0.5);
  }
  
  .coverOverlay {
      background-color: #000;
      display: block;
      height: 100%;
      opacity: .5;
      position: fixed;
      /*     pointer-events: none; */
      top: 0;
      left: 0;
      width: 100%;
      z-index: 10;
  }
  
  .coverPop__title {
      font-family: var(--tumiFontBold);
      font-size: 1.2rem;
      text-transform: uppercase;
      text-align: center;
      margin: 1rem 0;
      margin-bottom: .5rem;
      padding-bottom: 1rem;
      position: relative;
      letter-spacing: .075rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  
  .coverPop__title:after {
      content: "";
      border-top: 1.5px solid #777;
      margin-top: 1.5rem;
      width: 8%;
  }
  
  .coverPop__message {
      color: var(--negroMedium);
      font-family: var(--tumiFontRegular);
      text-align: center;
      margin-bottom: 1.2rem;
  }
  
  .coverPopDisplay #CoverPop-cover {
      display: block;
  }
  
  .CoverPop-open #CoverPop-cover {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .CoverPop-content {
      max-width: 500px;
      position: relative;
  }
  
  .CoverPop-close {
      color: transparent;
      top: 0;
      right: 0;
      padding: .5rem .8rem;
      position: absolute;
  }
  
  .CoverPop-close:hover,
  .CoverPop-close:visited {
      color: transparent;
  }
  
  .CoverPop-close:before {
      content: "\e813";
      color: var(--grisStrong);
      background-color: transparent;
      font-family: var(--tumiIcon);
      font-size: .8rem;
      visibility: visible;
      padding: .5rem .8rem;
      position: absolute;
      pointer-events: none;
      top: 0;
      right: 0;
      z-index: 2;
  }
  
  .coverPop__tempContent {
      background: white;
      padding: 1rem 1rem;
  }
  
  .coverPop__emailPromo {
      margin-top: 1rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  
  .coverPop__emailPromo [type="submit"] {
      margin-top: 1rem;
      width: 100%;
  }
  
  .coverPop__emailPromo [type="email"] {
      margin-bottom: .2rem;
  }
  
  .coverPop__emailExiste {
      display: none;
  }
  
  .coverPop__emailExiste h1 {
      color: red;
  }
  
  .coverPop__emailPromo-container,
  .coverPop__emailPromo-content {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .coverPop__submit {
      position: relative;
      width: 50%;
  }
  
  #popUp__promocional {
      background-color: var(--grisFuerteTumi);
      color: transparent;
      position: absolute;
      z-index: 1;
      top: 5%;
      right: 2px;
      width: 40px;
      height: 34px;
      cursor: pointer;
      border: 1px solid white;
  }
  
  #popUp__promocional2 {
      background-color: var(--grisFuerteTumi);
      color: transparent;
      position: absolute;
      z-index: 1;
      top: 52%;
      right: 2px;
      width: 40px;
      height: 34px;
      cursor: pointer;
      border: 1px solid white;
  }
  
  .coverPop__submit .fa-long-arrow-right {
      color: white;
      font-size: .5rem;
      position: absolute;
      z-index: 2;
      top: 68%;
      transform: translateY(-50%);
      right: 7%;
      pointer-events: none;
  }
  
  .coverPop__submit .fa-long-arrow-right:before {
      content: "\e803";
      /*     display:none; */
      font-family: var(--tumiIcon);
  }
  
  /*
  [e23.Mediaquerie cover pop]
  
  =============================*/
  
  /* small */
  
  @media only screen and (max-width: 40em) {
      .coverPop__tempContent {
          padding: 1rem;
      }
      .coverPop__emailPromo {
          margin-top: .5rem;
      }
      .coverPop__emailPromo .btn.submit {
          width: 100%;
      }
      .coverPop__submit {
          width: 100%;
      }
  }
  
  /* medium */
  
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {}
  
  /* xlarge */
  
  @media only screen and (min-width: 90.063em) {}
  
  /*
  [f0.Home]
  
  =============================*/
  
  .home__primera-compra-container {
      width: 66.67%;
      /*margin: -3rem auto -4rem auto;*/
  }
  .mobile-only{
      display:none;
  }
  .customer-exp_container {
      font-size: 0.75rem;
      color: #999;
      font-family: 'GT America',sans-serif;
      display: flex;
      flex-direction: row;
      align-items: center;
      padding-right: 3rem;
      padding-left: 1rem;
      border-left: 1px solid #e8e8e8;
  }
  
  .customer-exp_container p strong {
      color: #000;
      font-weight: bold;
  }
  
  .promociones-slider {
   width: 33%;
   margin: 0 auto;
   color: #000;
   height: 100%;
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
  }
  .promociones-slider li{
    height:100%;
    flex:100%;
    line-height: 48px;
  }
  
  .promociones-slider .slick-slide a p {
      display:  inline-block;
      padding-left: 0.5rem;
    font-weight: bold;
    color:#000;
  }
  
  .promociones-slider .slick-slide {
      display:  flex;
      color: #000;
      font-weight: 500;
      font-size: 0.8rem;
      justify-content:center;
  }
  
  .promociones-slider .slick-slide strong{
  
      font-weight: 900;
    display:flex;
    align-items:center;
    padding-right:0.5rem;
  }
  
  .promociones-slider .slick-slide .material-icons{
      font-size: 18px;
      position:relative;
      margin-right: 0.3rem;
  }
  
  .promociones-slider .slick-slide a {
      display:  inline-block;
      /*top: 50%;*/
      left: 0;
      color: #000;
      /*transform: translate(-0%,-50%);*/
      text-transform: capitalize;
      text-decoration:underline;
      line-height: 48px;
  }
  
  .top-bar__text {
      width: 100%;
      text-align: center;
      color: #000;
      height: 100%;
  }
  
  .top-bar__text .slick-next:before,
  .top-bar__text .slick-prev:before {
      background-color: transparent;
      border-radius: 0;
      color: #000;
      font-size: 1rem;
      /* line-height: 20px; */
      padding: 0;
      opacity: 1;
  }
  
  .promociones-slider .slick-next.slick-arrow {
      right: 10px;
      z-index: 2;
  }
  
  .promociones-slider .slick-prev.slick-arrow {
      left: 10px;
      z-index: 2;
  }
  
  .promocional-slider-container {
      align-items:center;
      height: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      flex-direction: row;
      flex-wrap: nowrap;
  }
  
  
  .banners_promotional_container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }
  .banner_row {
      max-width: 100%;
      display: flex;
      justify-content: space-between;
      -webkit-box-pack: justify;
  }
  
  .banner_row .col-1 {
      padding-right: 1rem;
  }
  .banner_row .col-2 {
      padding-left: 1rem;
  }
  .banners_promotional_container .brand_container{
      position:relative;
      margin-bottom: 1rem;
    overflow:hidden;
  }
  
  .brand_white {
      position: absolute;
      top: 0;
      left: 0;
      max-width: 120px;
  }
  
  .brand_container .text_brand {
    opacity:0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 2rem;
    font-size: 1.2rem;
    color: #fff;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    text-align: center;
    transition:opacity 0.5s ease-in;
  	bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .brand_container:hover .text_brand {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      padding: 2rem;
      font-size: 2rem;
      color: #fff;
      top: 0;
      left: 0;
      background-color: rgba(0,0,0,0.5);
      opacity: 1;
      height: 100%;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
  
  .text_brand p {
      width: 100%;
      margin-bottom: 0.5rem;
      font-size: 1.75rem;
      font-family: 'Samsonite Sans Extended',sans-serif;
      text-transform:uppercase;
  }
  .text_brand a.btn-seccion-home {
      width: 100%;
      font-weight: bolder;
      color: #fff;
      max-width: 136px;
      border: 2px solid #fff;
      border-radius: 5px;
      font-size: 1rem;
      line-height: 42px;
      font-family:'Samsonite Sans Extended',sans-serif;
      margin-top:1rem;
      text-transform: uppercase;
  }
  .btn-saxoline-1, 
  .btn-saxoline-1:visited, 
  .btn-saxoline-1:focus, 
  .btn-saxoline-1:hover, 
  .text_brand p a {
      color: #fff;
      background-color: #000;
      font-size: 0.875rem;
      max-height: 40px;
      line-height: 40px;
      width: 100%;
      max-width: 120px;
      text-align: center;
      border-radius: 5px;
      margin-left: 2rem;
      text-transform: uppercase;
        min-width:120px;
  }
  
  .box_banner {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      text-align:center;
  }
  
  .box_banner p{
      color: #fff;
      font-size:1.5rem;
      text-transform:uppercase;
      line-height:2rem;
      letter-spacing:0.1rem;
      font-weight:bold;
      margin-bottom:0.5rem;
  }
  
  .box_banner .btn-saxoline-1{
      margin:0 auto;
  }
  
  .line-title {
      padding: 0;
      font-size: 1.125rem;
      font-weight:bold;
      /* letter-spacing: 0.2rem; */
      text-align: left;
      font-family: 'Samsonite Sans Extended',sans-serif;
      margin-bottom: 1.5rem;
  }
  .form-pc {
      display: flex;
      flex-direction: row;
      position: relative;
      align-items: center;
      /* height: 6rem; */
  }
  
  .primera-compra-form {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: center;
  }
  
  .pc-form-inputs {
      flex: 100%;
  }
  
  .primera-compra-form span {
      flex: 39%;
      /* font-family: 'Titillium Web', sans-serif; */
      font-weight: bold;
      font-size: 1.1rem;
      padding-right: 1rem;
  }
  
  .header__elements.sticky {
      background-color: #fff;
      margin: 0 !important;
      z-index: 6;
      -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
      -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
      box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  }
  
  .primera-compra-form input {
      flex: 36%;
      margin: 0;
  }
  
  .emailExiste {
      flex: 50%;
      /* margin: 0 auto; */
      text-align: center;
      display: none;
  }
  
  img.img_pc {transform: translate(0,-20%);}
  
  .image_pc {
      position: relative;
      width: 33%;
  }
  
  input#pc_email {
      height: 40px;
      border-radius: 5px;
      padding-left: 1rem;
  }
  
  input#primeraCompra_submit {
      background-color: var(--rojoTumi);
      color: white;
      border: none;
      height: 40px;
      border-radius: 5px;
      margin-left: 1rem;
      flex: 14%;
      font-weight:bold;
      font-size: 14px;
  }
  
  .cms-home-holiday-2018.cms-home.cms-index-lm .main-container p {
          font-size: 15px!important;
          line-height: 20px!important;
      }
  
      .cms-home-holiday-2018.cms-home.cms-index-lm .widget.widget-static-block h3 {
          font-family: "Gotham Medium","Helvetica Neue",Verdana,Arial,sans-serif;
      }
  
      .cms-home-holiday-2018.cms-home.cms-index-lm .button-red {
          background-color: var(--rojoTumi);
          border-radius: 5px;
          font-family: 'Gotham Bold', 'Helvetica Neue', Verdana, Arial, sans-serif;
          text-transform: uppercase;
          text-align: center;
          color: #fff;
      }
  
      .cms-home-holiday-2018.cms-home.cms-index-lm .button-red:hover {
          text-decoration: none;
          background-color: var(--rojoTumi);
      }
  
      .hero-accordion {
          width: 100%;
          max-width: 1920px;
          margin: 0 auto;
          display: flex;
          justify-content: space-between;
          position:relative;
          height:100%;
      }
      .center-vh {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3D(-50%,-50%,0);
  }
  
      .pane {
          position: relative;
          width: 17%;
          height: 540px;
          background-repeat: no-repeat;
          background-size: cover;
          -webkit-transition: all .75s ease;
          -moz-transition: all .75s ease;
          -ms-transition: all .75s ease;
          -o-transition: all .75s ease;
          transition: all .75s ease;
      }
  
      .pane.expanded {
          width: 65%;
      }
  
      .pane-expanded br.collapsed-only {
          display: none;
      }
  
      .pane.one {
          background-image: linear-gradient(       rgba(0, 0, 0, 0.45),        rgba(0, 0, 0, 0.45)     ), url("/arquivos/banner-ecolite (1).jpg");
          position: absolute;
          left:65.5%;
          background-position: 90%;
          background-size: cover;
      }
  
      .pane.one.expanded {
          background-image: url("/arquivos/banner-ecolite (1).jpg");
          left: 0;
      }
  
      .pane.two {
          background: linear-gradient(       rgba(0, 0, 0, 0.45),        rgba(0, 0, 0, 0.45)     ), url("/arquivos/banner-prodlx5 (2).jpg");
          left:65.5%;
          background-position: center;
          background-size: cover;
      }
  
      .pane.two.expanded {
          background-image: url("/arquivos/banner-prodlx5 (2).jpg");
          left:0;
      }
  
      .pane.three {
          background-image: linear-gradient(       rgba(0, 0, 0, 0.45),        rgba(0, 0, 0, 0.45)     ), url("/arquivos/banner-litebox-new (2).jpg");
          left: 83%;
          position: absolute;
          background-position: 55%;
          background-size: cover;
          /* bottom: 100%; */
      }
  
      .pane.three.expanded {
          background-image: url("/arquivos/banner-litebox-new (2).jpg");
          left: 0;
      }
      
      .three .pane.one {
      left: 65.5%;
  }
  .two .pane.one {
      left: 83%;
  }
  
  .two .pane.three {
      left: 65.5%;
  }
  
  .three .pane.two {
      left: 83%;
  }
  
      .pane .pane-content {
          width: 80%;
          display: block;
          z-index:5;
      }
  
      /*exception for 12-19 hero*/
      .pane.one .pane-content {
          /*width: 95%;*/
      }
  
      .pane.one.expanded .pane-content {
          width: 80%;
      }
  
      .pane .expand-link {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          background-color: rgba(0,0,0,0.5);
      }
  
      .cms-home-holiday-2018.cms-home.cms-index-lm .pane .pane-content h2 {
          font-family: var(--tumiFontRegular);
          font-size: 19px;
          color: #fff;
          letter-spacing: 0;
          line-height: 25px;
          margin-bottom: 20px;
          text-transform: uppercase;
      }
  
      .cms-home-holiday-2018.cms-home.cms-index-lm .pane.expanded .pane-content h2 {
          font-size: 40px;
          line-height: 44px;
      }
  
  
      .expand-cta {
          color: #fff;
          height: 2rem;
          width: 2rem;
          line-height: 1.9rem;
          text-align: center;
          border-radius: 50%;
          display: block;
          background-color: var(--rojoTumi);
          font-family: var(--tumiFontRegular);
          font-size: 1.25rem;
            margin-top: 1rem;
      }
  
      .expand-cta:visited {
          color: #fff;
      }
  
      .pane .pane-content p {
          font-family: var(--tumiFontRegular);
          font-size: 18px;
          color: #fff;
          line-height: 24px;
          display: none;
      }
  
  .pane-content h2 {
      font-family: var(--tumiFontBold);
      color: #fff;
      font-size: 1rem;
      text-transform: uppercase;
  }
  
      .pane .pane-content .button-red {
          background-color: var(--rojoTumi);
          border-radius: 5px;
          width: 149px;
          height: 40px;
          line-height: 40px;
          font-size: 11px;
          font-family: var(--tumiFontRegular);
          text-transform: uppercase;
          text-align: center;
          color: #fff;
          margin-top: 30px;
          display: none;
      }
  
      .pane.one .pane-content .button-red {
          
          font-size: 1rem;
          font-family: var(--tumiFontBold);
      }
  
      .pane .pane-content .button-red:hover {
          text-polarbearsation: none;
          background-color: var(--rojoTumi);
      }
  
      .pane.expanded .pane-content p,
      .pane.expanded .pane-content .button-red {
          display: block;
          font-size: 1rem;
          font-family: var(--tumiFontBold);
          height: 3.5rem;
          border-radius: 5px;
          padding: 1rem 0;
          line-height: 1.4rem;
      }
  
      .pane.expanded .pane-content .button-red {
          display: block;
          font-size: 1rem;
          font-family: var(--tumiFontBold);
          height: 40px;
          border-radius: 5px;
          padding: 0;
          line-height: 40px;
      }
  
      .pane.expanded .expand-cta,
      .pane.expanded .expand-link {
          display: none;
      }
  
      .pane.expanded .pane-content h2 {
          width: 450px;
          color: var(--rojoTumi);
          font-size: 2.1rem;
          font-family: var(--tumiFontBold);
          text-transform: uppercase;
      }
  
      .pane.expanded .pane-content p {
          width: 440px;
          /* text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8); */
          font-family: var(--tumiFontBold);
          color: #999;
          font-size: 1.2rem;
      }
  .directaccess_container {
      padding-right: 1rem;
  }
  
  /*
  [f1.Mediaquerie home]
  
  =============================*/
  
  @media only screen and (max-width: 64em) {
  
    .box_banner {
      position: relative;
      top: 0%;
      left:0%;
      transform: translate(-0%,-0%);
      text-align:center;
      padding:1rem;
  }
  
  .box_banner p{
      color: #000;
      font-size: 1.125rem;
      text-transform:uppercase;
      line-height:2rem;
      letter-spacing:0.1rem;
      font-weight:bold;
      margin-bottom:0.5rem;
  }
  
  .btn-saxoline-1, 
  .btn-saxoline-1:visited, 
  .btn-saxoline-1:focus, 
  .btn-saxoline-1:hover, 
  .text_brand p a {
      color: #fff;
      background-color: #000;
      font-size: 0.75rem;
      max-height: 35px;
      line-height: 35px;
      width: 100%;
      max-width: 120px;
      text-align: center;
      border-radius: 5px;
      text-transform: uppercase;
      min-width:120px;
  }
  
          .hero-accordion {
              flex-direction: column;
              margin: 0 auto 40px;
          }
          .home__title h3 {
      font-size: 1.2rem;
  }
  .sub .resultado-busca-filtro fieldset select {
     font-size:0.7rem;
     height: 2.5rem;
     width: 100%;
     /* flex: 90%; */
     float: none;
     border: none;
     text-align-last: center;
  }
    img.collapsed.mobile-only {
      max-height: 82px;
      object-fit: cover;
      width: 100%;
      z-index: 0;
  }
    .brand_white {
      width:30%
  }
    
  .promociones-slider .slick-next.slick-arrow {
      top:50%;
  }
  
  .promociones-slider .slick-prev.slick-arrow {
      top:50%;
  }
    .home .slick-next.slick-arrow,
      .home .slick-prev.slick-arrow {
          top: 50%;
      }
    
    .promociones-slider .slick-list {
      max-height:48px;
  }
    .promociones-slider .slick-next.slick-arrow {
      right: -18px;
      z-index: 2;
  }
  
  .promociones-slider .slick-prev.slick-arrow {
      left: -18px;
      z-index: 2;
  }
  
  .text_brand {    
      padding: 1rem;
      font-size: 1.2rem;
  }
    
    .btn-saxoline-1, 
  .btn-saxoline-1:visited, 
  .btn-saxoline-1:focus, 
  .btn-saxoline-1:hover, 
  .text_brand p a {
      max-width: 100px;
      min-width:100px;
      font-size: 0.75rem;
      font-weight:;
  }
    .promociones-slider .slick-slide {
        display:flex;
      flex-direction:column;
      justify-content:center;
      line-height:unset;
      align-items:center;
    }
    .promociones-slider .slick-slide a {
      line-height:unset;
      padding:0
    }
    
  .promociones-slider {
   width: 85%;
   margin: 0 auto;
   height: 100%;
   /* display: flex; */
   /* flex-direction: row; */
   /* flex-wrap: nowrap; */
  }
  
  
          .pane {
              height: auto;
              width: 100%;
              background: none;
              margin-bottom: 5px;
          }
  
          .pane.expanded {
              width: 100%;
              order: 0;
          }
  
          .pane.expanded .pane-content h2 {
          width: 100%;
          color: #fff;
          font-size: 1.75rem;
          font-family: var(--tumiFontBold);
          margin: 0;
          text-shadow: 0 3px 4px rgba(0,0,0,0.5);
      }
  
          .pane:last-child {
              margin-bottom: 0;
          }
  
          .pane .mobile-only.expanded {
              display: none;
          }
  
          .pane.expanded .mobile-only.expanded {
              display: block;
              width: 100%;
          }
  
          .pane.expanded .mobile-only.collapsed {
              display: none;
          }
  
          .pane-content h2 {
      font-size: 1.5rem;
      margin-left: 2rem;
  }
  
          .pane.one {
          position: relative;
          left:0;
          min-height: 82px;
      }
    
    .pane.two {
          left: 0;
          min-height: 82px;
      }
      .pane.three {
          left: 0;
          position: relative;
          min-height: 82px;
      }
  
      .three .pane.one {
      left: 0%;
      min-height: 82px;
      order: 1;
      margin-top: 5px;
  }
  .two .pane.one {
      left: 0%;
      min-height: 82px;
      order: 1;
      margin-top:5px;
  }
  
  .two .pane.three {
      left: 0%;
  }
  
  .three .pane.two {
      left: 0%;
      order: 2;
  }
  
      .home__primera-compra-container {
      width: 100%;
      margin: 0;
  }
  
  .form-pc {
      display: flex;
      flex-direction: column;
      position: relative;
      align-items: center;
      /* height: 6rem; */
  }
  
  .primera-compra-form {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: center;
  }
  
  .image_pc {
      position: relative;
      width: 100%;
      text-align: center;
  }
  
  img.img_pc {
      transform: translate(0);
      }
  
  .primera-compra-form span {
      font-size: 1rem;
      text-align: center;
      margin-bottom: 1rem;
      padding: 1rem;
      line-height: 1.25re;
  }
  
  input#pc_email {
      width: 75%;
      margin-bottom: 1rem;
      height: 2.5rem;
  }
  
  input#primeraCompra_submit {
    width: 50%;
    height: 2.5rem;
    max-width:150px;
    margin: 0;
  }
  
  
          .cms-home-holiday-2018.cms-home.cms-index-lm .pane .pane-content h2 {
              font-size: 24px;
              line-height: 22px;
              margin: 0 0 0 20px;
              width: 70%;
          }
  
          .expand-cta {
              position: absolute;
              top: 50%;
              right: 19%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              z-index: 9;
              margin: 0;
          }
  
          .pane.expanded .pane-content {
              /*margin-top: -10%;*/
              /* top: 20px; */
              /* left: 0; */
              width: 100%;
              text-align: center;
              padding: 0 20px;
              /* -webkit-transform: none; */
              -moz-transform: none;
              -ms-transform: none;
              -o-transform: none;
              /* transform: none; */
          }
  
           .cms-home-holiday-2018.cms-home.cms-index-lm .pane.expanded .pane-content h2 {
              font-size: 25px;
              line-height: 22px;
              width: 100%;
              text-align: center;
              margin: 0 auto 10px;
          }
  
          .pane.expanded .pane-content p {
              font-size: 1rem;
              line-height: 20px;
              width: 90%;
              margin: 0 auto;
              text-align: center;
              text-transform: uppercase;
              color: #fff;
          }
          .one.pane.expanded .pane-content p {
              text-shadow: 0 3px 4px rgba(0,0,0,0.5);
          }
  
          .two.pane.expanded .pane-content p {
              text-shadow: 0 3px 4px rgba(0,0,0,0.5);
          }
  
          .pane.expanded .pane-content .button-red {
              width: 8.75rem;
              /* height: 30px; */
              line-height: 2.5rem;
              font-size: 0.85rem;
              margin: 2rem auto 0;
              padding: 0;
              height: 2.5rem;
          }
  
          .pane.expanded .pane-content .button-red.wider {
              max-width: 150px;
              height: 2.5rem;
          }
  
          .pane .pane-content,
          .pane.one.expanded .pane-content {
              width: 100%;
              top: 50%;
              left: 50%;
              transform: translate(-50%,-50%);
              z-index:9;
              /* text-align: center; */
          }
    .banner_mobile_home {
      position: relative;
      margin-bottom: -2px;
  }
  .banner_mobile_home .dark-overlay {
      height:98.5%;
  }
  .banner_mobile_home:first-child {
      position: relative;
      margin-top:1rem;
  }
  
  .boton_mobile_home {
      position: absolute;
      top: 50%;
      left: 50%;
      color: #fff;
      z-index: 9;
      border: 2px solid #fff;
      padding: 0;
      border-radius: 5px;
      transform: translate(-50%,-50%);
      text-transform: uppercase;
      font-weight:bold;
      font-size: 0.85rem;
      line-height: 2.5rem;
      max-width: 150px;
      width: 100%;
      text-align: center;
      height: 2.5rem;
  }
  
  .banner_mobile_home .dark-overlay {
      opacity:0.5;
  }
  
      }
  
  /*
  [f2.Account]
  
  =============================*/
  
  /*
  [f3.Mediaquerie account]
  
  =============================*/
  
  /*
  [f4.Login]
  
  =============================*/
  
  /*
  [f5.Mediaquerie login]
  
  =============================*/
  
  /*
  [f6.Producto]
  
  =============================*/
  
  #cuotas-container {
      font-weight: 300;
      margin-top: 0.5rem;
      font-size: 0.9rem;
  }
  
  #cuotas-container strong{
      font-weight: 800;
  }
  
  span#cuotas {
      font-weight: inherit;
  }
  
  .producto .prateleira ul li {
      width: 19%;
  }
  
  .prateleira #cuotas-container {
      font-weight: normal;
      margin-top: 0;
      padding: 0 0.8rem;
  }
  
  .prateleira .has-tip {
      border: none;
      font-size: 0.6rem;
      color: #777;
      line-height: .7rem;
  }
  
  .selector__size > li[aria-expanded*=true] > a {
      border-radius: 5px 5px 0 0;
  }
  .submenu li a {
      border-radius: 0;
      font-weight:500;
  }
  .selector__size .submenu li:first-child a {
      border-bottom-left-radius:5px;
  }
  
  .selector__size .submenu li:last-child a {
      border-bottom-right-radius: 5px;
  }

  .skuBestPrice {
      color: #00ae7c;
  }
  .prateleira__bestprice.promo {
      color: #00ae7c; 
  }
  
  /*
  [f6_a.Features]
  
  =============================*/
  
  /*
  [f7.Mediaquerie producto]
  
  =============================*/
  
  /* small */
  
  @media only screen and (max-width: 64em) {
      .prateleira__outstock {
          /*         padding-bottom:0; */
          min-height: initial;
      }
      .prateleira__bestprice {
      font-size: 0.75rem;
  }
  .prateleira .has-tip {
     
      font-size:0.6rem;
  
  }
  .yv-bootstrap {
      font-size: 0.6rem !important;
      
  }
  .yv-bootstrap span{
      font-size: 0.75rem !important;  
  }
  .buy-button.buy-button-ref:before {
      border-radius: 0 5px 0px 0;
  }
  
  div#yv-review-quickreview {
      padding: 0 0.5rem;
      width: 50%;
  }
  
  .product__options--mobile #cuotas-container {
      font-size: 0.65rem;
      border:none;
      width: 100%;
      margin: 0;
  }
  
  .product__container {
      margin-top: 0rem;
  }
  .product__selector p {
      font-size: 0.65rem;
  }
  .selector__color a {
      margin-right: 0.5rem;
      max-width: 5rem;
  }
  .selector__size a {
       font-size: 0.75rem;
       color: #999;
       /*height:2.5rem;*/
       height:3rem;
  }
  .product__shop-container {
      margin-bottom: 0;
  }
    .product__shop-container--mobile, .product__shop-content {
  
      position: fixed;
      bottom: 0;
      z-index: 9;
      left: 0;
  }
  .info-desp p {
      font-size: 0.75rem;
  }
  a#simuladordespacho {
      font-size: 0.75rem;
      max-height: 33px;
      border-radius: 5px;
      width: 8.4rem;
  }
  a#retiroentienda {
      font-size: 0.7rem;
      max-height: 33px;
      border-radius: 5px;
      line-height: 0.75rem;
      width: 8.4rem;
  }
  .icon-desp svg {
      max-width: 2.125rem;
  }
  .product__accordion-trigger {
      font-family: 'samsonite sans extended',sans-serif;
      font-size: 0.7rem;
  }
  .productDescription {
      font-size: 0.75rem;
      line-height: 1rem;
  }
  .style__ean {
      font-size: .6rem;
  }
  .style__ean .ean,
  .style__ean .skuReference {
      font-family: var(--tumiFontRegular);
      font-weight: lighter;
      font-size: .6rem
  }
  .product__measure {
      font-family: var(--tumiFontRegular);
      font-size: .6rem;
  }
  .product__shop-content .buy-button.buy-button-ref {
      height: 40px;
  }
  .qtd.pull-left {
          height: 40px;
          width: 100%;
          border-radius: 5px 0 0 0;
          font-size: 0.875re;
      }
      .pull-left.box-qtd {
      height: 40px;
      width:25%;
  }
    .buy-button.buy-button-ref {
      
      width: 75%;
   
  }
  .buy-button.buy-button-ref:before {
  
      font-size: 0.875rem;
  
  }
  .product__img-container  .slick-prev {
      left:1.5rem;
      z-index:9999999;
  }
  .product__img-container .slick-next {
      right:1.5rem;
      z-index:9999999;
  }
  
  .product__img-container .slick-prev:before {
      content: '\f139';
      font-family:solidArrowCollection;
  }
  
  .product__img-container .slick-next:before {
      content: '\f147';
      font-family:solidArrowCollection;
  }
  
  .product__img-container .slick-next:before, .slick-prev:before {
      font-size: 20px;
      line-height: 1;
      opacity: .75;
      color: #000;
  }
  .btn-desp {
     
      height: 33px;
  }
    .producto .prateleira ul li {
      width: 47%;
  }
    .producto__colection {
      font-size: 0.75rem;
      color: #777;
      letter-spacing: .1em;
      line-height: .81rem;
      text-align: center;
      text-transform: uppercase;
      margin-top: .8rem;
      margin-bottom: .2rem;
      order: 0;
  }
    .producto__nombre-content {
      
      font-size: 0.85rem;
      
  }
  
  
  
  }
  
  /* medium */
  
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .prateleira ul li {
          width: 47%;
      }
    
      .prateleira__info {
          height: 158px;
          max-height: 158px;
      }
      .prateleira__bestprice {
      font-size: 0.75rem;
  }
      .prateleira .has-tip {
      font-size:0.6rem;
  }
  .buy-button.buy-button-ref:before {
      border-radius: 0 5px 0px 0;
  }
  .product__img-container .slick-prev {
      left:1.5rem;
      z-index:9999999;
  }
  .product__img-container .slick-next {
      right:1.5rem;
      z-index:9999999;
  }
  
  .product__img-container .slick-prev:before {
      content: '\f139';
      font-family:solidArrowCollection;
  }
  
  .product__img-container .slick-next:before {
      content: '\f147';
      font-family:solidArrowCollection;
  }
  
  .product__img-container .slick-next:before, .slick-prev:before {
      font-size: 20px;
      line-height: 1;
      opacity: .75;
      color: #000;
  }
    .producto .prateleira ul li {
      width: 19%;
  }
  
  }
  
  /*
  [f7_a.Mediaquerie features]
  
  =============================*/
  
  /*
  [f8.Categoria]
  
  =============================*/
  
  /*
  [f9.Mediaquerie categoria]
  
  =============================*/
  
  /* small */
  
  @media only screen and (max-width: 40em) {}
  
  /* medium */
  
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .categ__content {
          width: 95%;
      }
  }
  
  /* large */
  
  @media screen and (min-width: 64em) {}
  
  /* xlarge */
  
  @media only screen and (min-width: 90.063em) {}
  
  /*
  [f10.Departamento]
  
  =============================*/
  
  .colorValue.CafÃƒÆ’Ã‚Â©, .colorValue.Cafe {
      background-color: #6d493c
  }
  /*
  [f11.Mediaquerie departamento]
  
  =============================*/
  
  /*
  [f12.Busca]
  
  =============================*/
  
  .categ__products.active .prateleira ul li {
      max-height: none;
  }
  
  /*
  [f13.Mediaquerie busca]
  
  =============================*/
  
  /*
  [f14.Marca]
  
  =============================*/
  
  /*
  [f15.Mediaquerie marca]
  
  =============================*/
  
  /*
  [f16.Giftlist]
  
  =============================*/
  
  /*
  [f17.Mediaquerie giftlist]
  
  =============================*/
  
  /*
  [f18.Estatico]
  
  =============================*/
  
  h3.sideNav__title {
      font-family: var(--tumiFontBold);
      /* font-weight: bold; */
      font-size: 1rem;
      line-height: 2.6rem;
      text-transform: uppercase;
  }
  
  #ci-contactinfo h5 {
      font-size: 2rem;
      text-transform: uppercase;
      font-family: 'GT America', sans-serif !important;
      font-weight: bold;
      color: var(--negroTumi);
      letter-spacing: 0.2rem;
      line-height: 3rem;
  }
  
  #ci-contactinfo p {
      font-family: 'GT America', sans-serif !important;
      color: #000;
      font-size: 1.5rem;
      letter-spacing: 0.05rem;
      /* line-height: 2.5rem; */
      text-transform: uppercase;
  }
  .accordion label {
      font-family: var(--tumiFontRegular);
      font-size: .8rem;
      /* font-size: 1rem; */
      line-height: 2rem;
  }
  
  .accordion-title {
      font-family: var(--tumiFontBold);
      font-size: 0.9rem;
      color: #2E2A26;
      padding-left: 1rem;
      border:none;
      border-bottom: 1px solid #eaeaea;
      padding-right: 3rem;
      width: 100%;
  }
  
  .accordion-title:before {
      position: absolute;
      top: 50%;
      right: 1rem;
      margin-top: -.5rem;
      content: '\f124';
      font-family: 'SolidArrowCollection';
      color: var(--negroTumi);
      font-weight: 100;
  }
  
  .accordion-title:visited {
     color: var(--negroTumi);
  }
  
  .accordion-title:focus, .accordion-title:hover {
      background-color: transparent;
  }
  .is-active > .accordion-title:before {
     
      content: '\f158';
  
  }
  
  input#contact_submit {
      border-radius: 5px;
      background-color: var(--negroTumi);
      font-family: var(--tumiFontBold);
      font-size: 0.8rem;
      text-transform: uppercase;
      padding: 0;
      margin-top:1rem;
      line-height: 28px;
      width: 100%;
      max-width: 80px;
  }
  
  div#ci-contactbutton label {
      display: none;
  }
  
  .static__infoContent-content form input, .static__infoContent-content form textarea {
      border: 1px solid #eaeaea;
  }
  
  .static__infoContent-content form input::placeholder, .static__infoContent-content form textarea::placeholder {
    color:#555;
  }
  
  #contact_submit {
      background: var(--rojoTumi);
      border: none;
      border-radius: 5px;
      padding: 1rem 2rem;
      text-transform: uppercase;
      font-family: var(--tumiFontBold);
      font-size: 1rem;
  }
  .accordion-content{
      border:none;
  }
  
  /*
  [f18_a.La historia Samsonite]
  
  =============================*/
  
  .historia .static__sideBarNavigation-container {
      display: none;
  }
  
  .historia .static__infoContent-content {
      width: 100%;
  }
  
  .historia .static__infoContent-container {
      width: 100%;
      padding:0;
  }
  
  .historia .static__recomendations {
      display: none;
  }
  
  .banner_container {
      position: relative;
      width: 100%;
      display: block;
      /* min-height: unset; */
  }
  
  .banner_text {
      position: absolute;
      width:36%;
      top:50%;
      left:14.25%;
      transform:translate(-14.25%,-50%);
      z-index: 1;
  }
  
  .banner_text h1 {
      color: white;
      font-size: 2rem;
      /* font-weight: bold; */
      font-family: var(--tumiFontBold);
      margin-bottom: 1rem;
  }
  
  .banner_text p {
      color: white;
      font-size: 1rem;
      line-height: 1.7rem;
  }
  
  .banner_container img {
      width: 100%;
      position: relative;
  }
  
  .timeline_section1 {
      display: flex;
      flex-direction: row;
      position: relative;
      margin: 1rem 0;
  }
  
  .timeline_container {
      width: 71.5%;
      margin: 0 auto;
      display: block;
  }
  
  .profile_image {
      width: 50%;
  }
  
  .profile_text {
      width: 60%;
      padding: 1rem;
  }
  
  .profile_text h1 {
      font-size: 1.5rem;
      font-weight: 600;
      color: #999;
      text-transform: uppercase;
      letter-spacing: 0.05rem;
      margin-bottom: 0.8rem;
  }
  
  .profile_text p {
      font-size: 0.9rem;
      line-height: 28px;
  }
  
  /* Media Queries */
  /* Card sizing */
  /* Colors */
  /* Calculations */
  /* Placeholders */
  @media (min-width: 1000px) {
    #timeline .demo-card:nth-child(odd) .head::after, #timeline .demo-card:nth-child(even) .head::after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
    }
  
    #timeline .demo-card:nth-child(odd) .head::before, #timeline .demo-card:nth-child(even) .head::before {
      position: absolute;
      content: "";
      width: 9px;
      height: 9px;
      background-color: #fff;
      border-radius: 9px;
      box-shadow: none;
      margin: 2rem 0;
      border: 1px solid #999;
    }
  }
  /* Some Cool Stuff */
  .demo-card:nth-child(1) {
    order: 1;
  }
  
  .demo-card:nth-child(2) {
    order: 4;
  }
  
  .demo-card:nth-child(3) {
    order: 2;
  }
  
  .demo-card:nth-child(4) {
    order: 5;
  }
  
  .demo-card:nth-child(5) {
    order: 3;
  }
  
  .demo-card:nth-child(6) {
    order: 6;
  }
  
  /* Border Box */
  * {
    box-sizing: border-box;
  }
  
  /* Fonts */
  body {
    font-family: 'GT America',sans-serif;
  }
  
  #timeline {
    padding: 1rem 0;
    background: transparent;
    border-top: 1px solid rgba(191, 191, 191, 0.4);
    border-bottom: 1px solid rgba(191, 191, 191, 0.4);
  }
  #timeline h1 {
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
    font-family: 'Titillium Web', sans-serif;
  }
  #timeline p.leader {
    text-align: center;
    max-width: 90%;
    margin: auto;
    margin-bottom: 45px;
  }
  #timeline .demo-card-wrapper {
    position: relative;
    margin: auto;
  }
  @media (min-width: 1000px) {
    #timeline .demo-card-wrapper {
      display: flex;
      flex-flow: column wrap;
      width: 61rem;
      height: 220rem;
      margin: 0 auto;
      /* max-height: 9%; */
    }
  }
  #timeline .demo-card-wrapper::after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid rgba(191, 191, 191, 0.4);
  }
  @media (min-width: 1000px) {
    #timeline .demo-card-wrapper::after {
      border-left: 1px solid #bdbdbd;
    }
  }
  #timeline .demo-card {
    position: relative;
    display: block;
    margin: 10px auto 80px;
    max-width: 94%;
    z-index: 2;
  }
  @media (min-width: 480px) {
    #timeline .demo-card {
      max-width: 60%;
      box-shadow: none;
    }
  }
  @media (min-width: 720px) {
    #timeline .demo-card {
      max-width: 40%;
    }
  }
  @media (min-width: 1000px) {
    #timeline .demo-card {
      width: 38.5%;
      height: auto;
      margin: 68px;
      margin-top: 1rem;
      margin-bottom: 1rem;
      max-width: 38.5%;
    }
    #timeline .demo-card:nth-child(odd) {
      margin-right: 45px;
      order: 0;
    }
    #timeline .demo-card:nth-child(odd) .head::after {
      border-left-width: 15px;
      border-left-style: solid;
      left: 100%;
    }
    #timeline .demo-card:nth-child(1) .head::before {
      background-color: var(--rojoTumi);
    }
    #timeline .demo-card:nth-child(odd) .head::before {
      left: 26rem;
    }
    #timeline .demo-card:nth-child(even) {
      margin-left: 45px;
      order: 1;
    }
    #timeline .demo-card:nth-child(even) .head::after {
      border-right-width: 15px;
      border-right-style: solid;
      right: 100%;
    }
    #timeline .demo-card:nth-child(even) .head::before {
      right: 26.05rem;
    }
    #timeline .demo-card:nth-child(2) {
      margin-top: 5rem;
    }
  }
  #timeline .demo-card .head {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
  }
  #timeline .demo-card .head .number-box {
    display: none;
    float: left;
    margin: 15px;
    padding: 10px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.17);
  }
  #timeline .demo-card .head h2 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: inherit;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 6px;
    line-height: 1rem;
    display: none;
  }
  @media (min-width: 480px) {
    #timeline .demo-card .head h2 {
      font-size: 165%;
      line-height: 1.2rem;
    }
  }
  #timeline .demo-card .head h2 span {
    display: block;
    font-size: 0.6rem;
    margin: 0;
  }
  @media (min-width: 480px) {
    #timeline .demo-card .head h2 span {
      font-size: 0.8rem;
    }
  }
  #timeline .demo-card .body {
    background: #fff;
    border: 1px solid #707070;
    /* border-top: 0; */
    padding: 15px;
    border-radius: 8px;
  }
  @media (min-width: 1000px) {
    #timeline .demo-card .body {
      height: auto;
    }
  }
  #timeline .demo-card .body p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  #timeline .demo-card .body img {
    display: block;
    width: 100%;
  }
  
  
  /*
  [f18_b.venta corporativa]
  
  =============================*/
  .corporativa_title {
      width:100%;
      text-align:center;
      font-size: 1.5rem;
      color: var(--negroTumi);
      text-transform:uppercase;
      /* font-weight: bolder; */
      line-height: 1.8125rem;
      padding: 2rem 0;
      letter-spacing: 0.2rem;
  }
  
  .corporativa_contact h1 {
      font-size: 1.5rem;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0.05rem;
      line-height: 1.8125rem;
  }
  
  .corporativa_section {
      display: flex;
      width: 100%;
      align-items: flex-start;
      justify-content: center;
      flex-wrap: wrap;
      align-items: center;
  }
  
  .corporativa_section_1_left h1{
      font-weight: bold;
      /* text-transform:uppercase; */
      text-align: center;
      margin-bottom: 55px;
      font-size: 1.125rem;
      line-height: 1.375rem;
      color: #000;
      flex: 100%;
  }
  
  .box_offer {
      flex: 1;
      max-width: 20%;
  }
  
  .corporativa_section_1_left p{
      text-align: center;
      margin-bottom:1rem;
      font-size: 1.125rem;
      line-height:1.5rem;
      color: #000;
      font-weight: 500;
  }
  
  .corporativa_section_1_right h1{
      font-weight:600;
      text-transform:uppercase;
      text-align:left;
      margin-bottom:1rem;
      font-size: 1.125rem;
      line-height:1.7rem;
      color: #2E2A26;
  }
  
  .corporativa_section_1_right ul {
      margin-bottom:1rem;
      list-style: none;
      /* text-align: left; */
      padding-left: 1rem;
  }
  
  .corporativa_section_1_right ul li:before {
    content: "\2713";
    font-weight: bold;
    color: #000;
  }
  
  .corporativa_section_1_right ul li{
      text-align:left;
      font-size: 1.125rem;
      line-height:1.5rem;
      color: #000;
    font-weight:500;
  }
  
  
  .corporativa_section_1_left, .corporativa_section_1_right {
      padding-top: 0;
      text-align: center;
  }
  
  .corporativa_section_1_left{
    width:100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-bottom: 55px;
    border-bottom: 1px solid #eaeaea;
    margin: 0 15rem;
  }
  
  .corporativa_section_1_center, .corporativa_section_1_right {
      width: 50%;
      /* display: flex; */
      /* flex-direction: column; */
      /* justify-content: center; */
      /* justify-items: center; */
  }
  
  .corporativa_section_2_center {
      text-align: center;
      width: 100%;
      display:flex;
      flex-direction:column;
      align-items: center;
  }
  
  .corporativa_section_2_center p{
      color:#777;
      font-size:1.1rem;
      line-height:1.25rem;
      letter-spacing: 0.1rem;
  }
  
  a.btn_catalogo {
      background: var(--rojoTumi);
      color:#fff;
      padding:1rem 2rem;
      border-radius:25px;
      text-transform:uppercase;
      margin-bottom: 2rem;
  }
  
  .corporativa_section_form {
      background-color: #f4f4f4;
      display: flex;
      justify-content: center;
      padding: 55px 8rem;
  }
  
  .corporativa_section_3_center {
      width: 40%;
  }
  
  .corporativa_section_3_center h1{
      width: 100%;
      text-align:center;
      font-size:1.25rem;
      text-transform:uppercase;
      font-weight:600;
      line-height: 3.2rem;
  }
  
  .corporativa_section_3_center p{
      width: 100%;
      text-align:center;
      color: #000;
      line-height: 1.2rem;
      letter-spacing: 0.1rem;
      font-size: 1rem;
    margin: 1rem 0;
  }
  
  form#corporativa_form {
      display: flex;
      flex-direction: column;
  }
  
  #corporativa_form .row {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      max-width: none;
      margin: 0;
  }
  
  #corporativa_form .row:last-child {
      justify-content:flex-start;
  }
  
  #corporativa_form .row input[type=text], #corporativa_form .row input[type=tel],#corporativa_form .row input[type=email]{
      width: 100%;
      border:none;
  }
  #corporativa_form .row input[type=text]::placeholder, #corporativa_form .row input[type=tel]::placeholder,#corporativa_form .row input[type=email]::placeholder, #corporativa_form .row textarea::placeholder{
     color:#000
  }
  
  #corporativa_form .row textarea{
      border:none;
      max-width: 100%;
  }
  
  input#corp_send {
      background-color: var(--negroTumi);
      color: white;
      /* padding: 1rem 2rem; */
      border-radius: 5px;
      font-weight:bold;
      text-align: center;
      left: 0;
      position: relative;
      max-width: 120px;
      height: 40px;
      line-height: 40px;
  }
  
  .corporativa_section_4_left {
      flex: 100%;
      /* padding: 5rem; */
      max-width: 100%;
      position: relative;
      /* height: 25.6rem; */
      /* width: 50%; */
  }
  .corporativa_section_4_left h1{
      font-family: var(--tumiFontBold);
      font-size:1.4rem;
      margin-bottom:1rem;
      text-transform: uppercase;
      /* position: absolute; */
      /* top: 50%; */
      /* left: 50%; */
      /* transform: translate(-75%,-125%); */
      font-weight:bold;
  }
  .corporativa_title span {
      font-weight: bold;
  }
  
  .corporativa_section_1_center {
      text-align: right;
      padding: 55px 0;
  }
  
  .corporativa_section_4_left p{
      margin-bottom:0;
      
  }
  
  .corporativa_section_4_left .fa{
      color:var(--negroTumi);
  }
  
  .corporativa_section_contact {
      display: flex;
      align-items: center;
      margin-bottom: -2px;
      flex-wrap: wrap;
  }
  
  .corporativa_section_4_right {
      flex: 100%;
      text-align: center;
      padding: 55px;
  }
  .contacto .static__recomendations {
      display: none;
  }
  
  .venta-corporativa .static__recomendations {
      display: none;
  }
  .venta-corporativa .static__sideBarNavigation-container {
      display: none;
    width:0%;
  }
  .venta-corporativa .static__infoContent-content {
    width:100%;
  }
  .venta-corporativa .static__infoContent-container {
    width:100%;
    padding:0;
  }
  .corporativa_contact {
      /* position: absolute; */
      /* top: 50%; */
      /* left: 50%; */
      /* transform: translate(-50%,-50%); */
  }
  

  
  /*
  [f18_c.Newsletter]
  
  =============================*/
  
  .newsletter-form .static__infoContent-container {
      width: 100%;
      padding: 0;
  }
  
  .newsletter-form .static__sideBarNavigation-container {
      display: none;
  }
  
  .newsletter-form .static__infoContent-content {
      width: 100%;
  }
  
  .newsletter-form h1 {
      font-size: 1.5rem;
      font-weight: lighter;
  }
  
  .newsletter-form .static__infoContent-content strong {
      font-weight: bold;
      font-family: 'samsonite sans standard';
      text-transform: uppercase;
  }
  
  .newsletter-form .static__infoContent-content p {
      margin: 1rem 0;
      /* font-family: 'samsonite sans standard'; */
      /* text-transform: uppercase; */
      font-size: 1.125rem;
  }
  
  #newsletter-form [type=text],#newsletter-form [type=date], #newsletter-form [type=email] {
      width:40%;
      box-shadow: none;
      border-radius: 5px;
      border-color: #999;
      max-width: 536px;
      height: 50px;
  }
  
  #newsletter-form input[type=radio],#newsletter-form input[type=radio]:not(:checked),#newsletter-form input[type=radio]:checked, #newsletter-form [type=checkbox] {
      height: 1.25rem;
      width: 1.25rem;
      position: relative;
      margin:0.5rem;
  }
  
  #newsletter-form span {}
  
  #newsletter-form input[type="submit"] {
      color: #fff;
      background-color: #000;
      border-radius: 5px;
      line-height: 2.3rem;
      font-size: 1rem;
      width: 100%;
      max-width: 260px;
      font-family: 'samsonite sans standard',sans-serif;
      text-transform: uppercase;
  }
  
  #newsletter-container{
      background: url(/arquivos/fondo-landing-formulario-hos.jpg);
      width: 100%;
      height: 100%;
      background-position: center top;
      padding: 3rem 5rem;
      padding-bottom: 8rem;
  }
  
  /*
  [f19.Mediaquerie estatico]
  
  =============================*/
  
  /*
  [f19_a.Mediaquerie la historia tumi]
  
  =============================*/
  
  /*
  [f19_b.Mediaquerie la diferencia tumi]
  
  =============================*/
  
  @media only screen and (max-width: 64em) {
  
  .corporativa_section {
      display: flex;
      flex-direction:column;
      align-items: center;
    justify-content: center;
  }
  .corporativa_section_1_left, .corporativa_section_1_right {
      padding-bottom: 2rem;
      width: 100%;
  }
  .corporativa_section_1_left{
    width:100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 0;
    border-bottom: none;
    margin: 0;
    align-items: center;
  }
  .corporativa_section_1_left h1{
      font-size: .875rem;
      text-align:center;
      margin: 1rem;
  }
  .box_offer {
      flex: 100%;
      max-width: 100%;
      text-align: center;
      width: 100%;
  }
  .corporativa_section_1_left p{
      text-align:center;
      font-size:0.75rem;
      padding-bottom: 0;
  }
  
  .corporativa_section_1_right h1{
      font-weight:600;
      font-size: 1.125rem;
      text-align:center;
      width: 100%;
      /* display: inline-flex; */
  }
  
  .corporativa_section_1_right ul {
      margin: 0 auto;
      list-style: none;
      /* text-align: left; */
      padding-left: 1rem;
      text-align: left;
      width: 80%;
  }
  
  .corporativa_section_1_right ul li{
      text-align: left;
      font-size: 0.875rem;
  }
  .corporativa_section_2_center p{
      font-size:0.75rem;
      line-height:1.25rem;
      letter-spacing: 0rem;
      font-weight:bold;
  }
  a.btn_catalogo {
      padding:0.85rem 2.4rem;
      border-radius:25px;
      text-transform:uppercase;
      margin-bottom: 2rem;
      font-size: 0.75rem;
      line-height: 0.75rem;
      font-weight: bold;
  }
  .corporativa_section_form {
      padding: 1.5rem 0rem;
  }
  .corporativa_section_3_center {
      width: 90%;
  }
  .corporativa_section_3_center h1{
      font-size:0.875rem;
      font-weight:600;
      line-height: 3.2rem;
  }
  .corporativa_section_3_center p{
      line-height: 1.2rem;
      letter-spacing: 0rem;
      font-size: 0.75rem;
      font-weight:bold;
  }
  #corporativa_form .row input[type=text], #corporativa_form .row input[type=tel],#corporativa_form .row input[type=email]{
      width:100%;
      border:none;
      font-size: 0.75rem;
  }
  #corporativa_form .row {
      flex-direction: column;
      justify-content: space-between;
  
  }
  input#corp_send {
      max-width: 100%;
      font-size:0.75rem;
      height:40px;
      line-height:25px;
      padding:0;
      text-align: center;
  }
  .corporativa_section_contact {
      flex-direction: column;
      align-items: center;
      margin-bottom: 0;
  }
  .venta-corporativa .static__infoContent-content {
          padding: 0;
          width: 100%
      }
  .corporativa_section_4_right {
      order: 1;
  }
  .corporativa_section_4_left {
      order: 1;
  }
  .corporativa_contact {
      text-align:center;
      width: 100%;
  }
  .corporativa_section_4_left h1{
      font-family: var(--tumiFontBold);
      font-size:0.875rem;
      margin-bottom:1rem;
      text-transform: uppercase;
      font-weight:600;
  }
  .corporativa_section_4_left p{
      margin-bottom:0;
      font-size:0.75rem;
  }
  .corporativa_section_4_left {
      flex: 1;
      padding: 0;
      max-width: 100%;
      position: relative;
      width:100%;
  }
  .corporativa_title {
      width:100%;
      text-align:center;
      font-size: 1rem;
      padding: 1rem 0;
      line-height: 1rem;
  }
  #corporativa_form .row textarea{
      font-size: 0.75rem;
  }
  .banner_container {
      display:flex;
      flex-direction: column;
  }
  
  .banner_text {
      position: relative;
      width:100%;
      top:0%;
      left:0%;
      transform:none;
      z-index: 1;
      order:1
  }
  
  .banner_text h1 {
      color: var(--rojoTumi);
      font-size: 0.875rem;
      font-weight: 600;
      font-family: var(--tumiFontRegular);
      margin: 1rem 0;
  }
  
  .timeline_container {
      width: 90%;
      display: block;
  }
  .timeline_section1 {
      flex-direction: column;
  }
  .profile_image {
      width: 100%;
  }
  
  .profile_text {
      width: 100%;
      padding: 0rem;
  }
  .profile_text h1 {
      font-size: .875rem;
      font-weight: 600;
      color: #000;
      text-transform: uppercase;
      letter-spacing: 0rem;
      line-height: 1rem;
      margin:1rem 0
  }
  
  }
  
  /* medium */
  
  @media only screen and (max-width: 64em) {
     
     #ci-contactinfo h5 {
      font-size: 0.875rem;
      text-transform: uppercase;
      font-family: var(--tumiFontRegular);
      font-weight: 600;
      margin-bottom: 1rem;
  }
  #ci-contactinfo p {
      font-family: var(--tumiFontRegular);
      color: #000;
      font-size: 0.875rem;
      line-height:1.125rem;
  }
  .accordion-title {
      font-size: 0.875rem;
  }
  .static__infoContent-content p {
      font-size: .875rem;
      color: #000;
      margin-bottom: 1rem;
      line-height: 1.25rem;
      text-align: justify;
  }
  .static__infoContent-content p:last-child {
      margin-bottom: 1rem;
  }
  .static__sideBarNavigation-container {
          order:1;
      }
    .static__sideBarNavigation-content a.active {
    display:none;
  }
      #newsletter-container{
      padding: 1rem;
      padding-bottom: 1rem;
  }
  #newsletter-form [type=text],#newsletter-form [type=date], #newsletter-form [type=email] {
      width:100%;
  }
  .newsletter-form .static__infoContent-content p {
      /* font-size: 0.8rem; */
      text-align: left;
  }
  #newsletter-form input[type="submit"] {  
      max-width: 100%;
  }
  .static__infoContent-content p:last-child {
  
      font-size: 0.8rem;
  }
  
  }
  
  /*
  [f19_c.Mediaquerie responsabilidad empresarial Tumi]
  
  =============================*/
  
  /*
  [f20.Sistema]
  
  =============================*/
  
  /*
  [f21.Mediaquerie sistema]
  
  =============================*/
  
  @media only screen and (max-width: 64em) {
  iframe.zEWidget-launcher.zEWidget-launcher--active {
      bottom:2.5rem!important;
      
  }
    .product__img-container, .product__left-side-container {
      height: auto;
  }
    
    .carousel-news .slick-dots {
      position: relative;
      width: 50%;
      justify-content: center;
  }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
      display: block;
      width: 0;
      height: 0;
      border: none;
      content: '\e145';
      border-bottom-width: 0;
      border-top-style: solid;
      border-color: transparent transparent;
      position: absolute;
      top: 30%;
      transform: translateY(-30%);
      margin-top: 0px;
      right: 3rem;
      font-family: 'Material Icons';
      color:#fff;
  }
  .accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after {
      display: block;
      width: 0;
      height: 0;
      border: none;
      content: '\e15b';
      border-bottom-width: 0;
      border-top-style: solid;
      border-color: transparent transparent;
      position: absolute;
      top: 30%;
      transform: translateY(-30%);
      margin-top: 0px;
      right: 2rem;
      font-family:'Material Icons';
      /*color: var(--rojoTumi);*/
      color: #fff;
  }
    .navigation-cart__content--mobile {
      display: flex;
      flex-direction: row;
      align-items: center;
  }
    .navigation-cart__container--mobile .amount-items:before {
      display:none;
  }
    .navigation__aditionalInfo--mobile a div{
      padding-right:1rem;
  }
    .navigation__buttonSearch--mobile {
      padding: 0 1rem;
  }
    .navigation__right--mobile {
      height: 56px;
      padding-right: .5rem;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: flex-end;
  }
    
  }
  
  /*
  [f22.Nuestras tiendas]
  
  =============================*/
  
  /*
  [f23.Mediaquerie nuestras tiendas]
  
  =============================*/
  
  /*
  [f24.Mapa del sitio]
  
  =============================*/
  
  /*
  [f25.Mediaquerie mapa del sitio]
  
  =============================*/
  
  /*
  [f26.Orders]
  
  =============================*/
  
  .db.dib-ns.mb3.mb0-ns:last-child,
  .myo-cancel-btn {
      display: none !important;
  }
  
  ul.list.tl.tr-ns.ma0.pa0-s {
     display: none;
  }
   button.pointer.myo-reorder-btn.c-link.hover-c-link.pa0.bg-transparent.bn.cf.db.link.tl.w5.f6.fw4.flex.items-center.mb5 {
     display: none;
  }
  /*
  [f27.Mediaquerie orders]
  
  =============================*/
  
  
  /*
  [HOME CAMBIOS]
  
  =============================*/
  
  @media only screen and (max-width:90em) {
  
    .categ__btn-filter--mobile {
      background-color: transparent;
      color: #000;
      font-family: 'gt america',sans-serif;
      letter-spacing: 0;
      border-right: 1px solid #999;
      border-radius: 0;
    }
    
    .sub .resultado-busca-filtro fieldset select {
      /* width: 100%; */
    }
    
    .navigation__aditionalInfo--mobile a {
      
      background-color: black;
    }
    
    .drilldown .is-drilldown-submenu-parent>a::after,
    .drilldown .js-drilldown-back>a::before {
      
      color: var(--verdeSaxoline);
    }
    
    .drilldown .js-drilldown-back>a::before {
      
      color: #fff
    }
    
    .js-drilldown-back a {
      color: #000;
      background-color: var(--verdeSaxoline);
    }
    .navigation__closebutton--left {
      
      padding-left: 0rem; 
    }
    
  }
  
  
  .depto__banner-btn, a.depto__banner-btn:visited {
    max-height: 48px;
  }
  
  #megamenu-viajes .col-3 {
    width: 32%;
  }
  
  img {
    vertical-align: middle;
  }
  
  
  .producto__colection p.texto.brand {
       text-align:left;
       font-size:0.75rem;
       font-family:'Samsonite Sans Standard',sans-serif;
       color:#000;
  }

.carrusel i.arrowicon-right-chevron-1.slick-next.slick-arrow:before {
    color: #fff;
}

.carrusel i.arrowicon-left-chevron-1.slick-prev.slick-arrow:before {
    color: #fff;
}
  /*
  
  [Vitrina Selecct]
  =============================*/
  
  .filterBy:before,
  .orderBy:before {
    z-index: -1;
  }
  /*
  
  parallax samsonite
  
  */
  .parallax.samsonite{
  
      /* The image used */
      background-image: url(/arquivos/banner-landing-samsonite-1.jpg);
  }
  
  /*
  
  HOME
  */
  
  .brand_col strong {
      display:none;
  }
  
  @media only screen and (max-width: 40em){
  div#ci-contactinfo {
      text-align: center;
  }
  input#smnt_nombre {
      font-size: .85rem;
  }
    
  div#smnt-contactbtn {
      text-align: center;
  }
  
  h2.line-title {
      text-align: center;
  }
  .footer__rrss .footer__elements{
      width: 52%;
  }
  form#Form-samsonite-contact input {
      -webkit-box-shadow: none;
      box-shadow: none;
  } 
  form#Form-samsonite-contact textarea {
      -webkit-box-shadow: none;
      box-shadow: none;
  }
    
  }
  
  
  /*home Pop-up*/
  
  
  
  .CoverPop-content.splash-center {
      width: 29%;
      background: white;
  }
  
  input#primeraCompra_submit {
      width: 92%;
  }
  .coverPop__emailPromo input {
      width: 92%;
      border-radius: 5px;
      border: 1px solid #000;
      color: #000;
  }
  
  .coverPop__tempContent.lanzamiento {
      width: 100%;
      height: 290px;
  }
  
  .coverPop__emailPromo [type="email"] {
      margin-bottom: .5rem;
  }
  
  input#pc_email {
  
      border-radius: 0;
  
  }
  
  input#popUpC_submit {
      padding: .5rem;
      background-color: black;
      color:white;
  }
  
  
  @media only screen and (max-width: 40em) {
    .coverPop__tempContent.lanzamiento {
     padding-left: 0;
  }
  .CoverPop-content.splash-center {
      width: 77%;
  }
  .coverPop__emailPromo input {
      width: 85%;
  }
  .coverPop__emailPromo .btn.submit {
      width: 85%;
  }
  input#popUpC_submit {
      width: 85%;
  }
  .coverPop__tempContent.lanzamiento {
  
      padding-left: 0rem !important;
  }
  input#pc_email {
      width: 85%;
  }
  
  }
  
  
  /* Cambios menu*/
  .navigation__menu {
      width: 100%;
  }
  
  a.megamenu-outlet,a.megamenu-outlet:hover,a.megamenu-outlet:visited{
    color: #F82626
  }
  
  
  .resultado-busca .search-single-navigator{
      display: block!important;
   }
   
   .filtros-new .box-filtro.checkbox {
      display: block!important;
   }
   .resultado-busca .search-single-navigator ul {
         overflow: overlay;
   }
  
   .outlet-mobile{
    color: #F82626 !important;
   }

   .footer__navigation i.material-icons {
    font-size: 15px !important;
}
  .footer__col-1 {
      width: 24%;
  }
  .footer__col-2 {
      width: 80%;
  }
  .footer__navigation {
      width: 90%;
  }

  /*FILTROS CATEGORIA ESTILO*/
  .search-single-navigator  h3{
    margin-bottom: .5rem !important;
    text-transform: capitalize;
    font-size: 0.9rem;
    font-weight: bold;
}

.box-filtro.checkbox .ver-categoria{
    font-size: 0.8rem;
    padding: .6rem 0 .6rem 0rem;
    font-weight:500;
}

.sub-titulo.Tipo.de.Producto {
    margin-left: 0 !important;
}

.opcoes a{
    font-size: .8rem;
    color: #999;
    font-family: var(--tumiFontRegular);
    font-weight: 400;
   
}
.opcoes ul, .opcoes.Tipo.de.Producto {
    margin-left: 0 !important;
    padding-top: 0.5rem;
}

    
.sub-titulo.active h5:after{
    content: "\e15b"; 
}

.box-filtro.checkbox .ver-categoria, .opcoes a{
     color: #999;

}

.opcoes a i.fa.fa-square-o {
    font-size: 1.1rem;
}

@media screen and (max-width: 39.9375em) {
    .navigation {
   margin: 20px 10px 0 30px;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 64em) {
    .navigation {
    margin: 40px 20px 0 30px;
    }
}

@media screen and (min-width: 20em) and (max-width: 64em) {
    .navigation {
      top: 0 !important;
      width: 90%!important;
      margin: 2px !important;
    }
    .banner_row .col-2 {
        padding: 0 !important;
    }
}

@media screen and (min-width: 667px) and (max-width: 64em) {
    .home__categorias-content {
        display: contents;
    }
    .home__categorias-element{
        position: relative;
        min-height: 320px;
        width: 31.5%;
        padding: 5px;
    }
    .home__categorias-texto p{
        font-size: 1.5em;
    }
    .banners_promotional_container .brand_container {
        margin: 5px;
    }
}

@media screen and (min-width: 20em) and (max-width: 640px) {
    .pages li.next {      
        width: auto;
        padding-left: 5em;
    }
}

/*Landig CONTACTO
=====================
*/
.contacto .accordion {
    font-family: 'gt america',sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    color: #000;
    line-height: 24px;
    margin: 1rem 0 0 0;
    align-self: flex-start;
}

/*LANDING VICTIMA DE FRAUDE
============================
*/
.estatico-parrafo {
    margin-top: 1.5rem;
    line-height: 1.6;
}


/*FOURSIXTY
=====================*/

.text-foursixty {
    text-align: center;
    width: 100%;
    margin-top: 3%;
}
.text-foursixty h1 {
    text-align: center;
    width: 100%;
    font-family: 'Samsonite Sans Standard',sans-serif; 
}

/*---VENTAS CORPORATIVAS DESKTOP---*/
.venta-corporativa .static__infoContent-content {
    width: 100%;
}

.corporativa_title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.7rem;
    padding: 2rem 0;
}

.static__infoContent-content .corporativa_title span {
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: 0 0;
    font-family: 'Samsonite Sans Standard',sans-serif;
}

.corporativa_section {
    display: flex;
    width: 100%;
    align-items: flex-start;
/*     justify-content: center; */
}

.corporativa_section_1_left, .corporativa_section_1_right {
    padding-top: 15%;
    width: 20%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: 0;
    padding-bottom: 0;
    border-bottom: 0;
    margin: 0;
}

.corporativa_section_1_center {
     text-align: 0;
     padding: 0;
}

.corporativa_section_1_center, .corporativa_section_1_right {
     display: flex;
     flex-direction: row;
     justify-content: 0;
     justify-items: 0;
}

.corporativa_section_1_center, .corporativa_section_1_right {
     width: none !important;
     display: flex;
     flex-direction: 0;
     justify-content: 0;
     justify-items: 0;
}

.corporativa_section_1_center {
     width: 30%;
}

.corporativa_section_1_right ul li {
    list-style: disc;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #777;
}

.corporativa_section_1_left p{
      text-align: right;
}

.corporativa_section_1_left h1, .corporativa_section_1_right h1 {
   
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.7rem;
    color: #2E2A26;
}

a.btn_catalogo {
    display: none;
}

.corporativa_section_1_right ul li:before {
     display: none;
}

.corporativa_section_form {
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    padding: 1.5rem 8rem;
    width: 100%;
}

.corporativa_section_3_center {
    width: 100%;
}

.corporativa_section_4_left{
       flex: 1;
       max-width: 50%;
       width: 50%;
       height: 25.6rem;
       padding: 5rem;
       position: relative;
}

.corporativa_section_4_right {
    flex: 1;
    width: 100%;
    padding: 0;
}

.corporativa_section_4_right img {
    width: 100%;
}

.corporativa_section_contact {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    width: 100%;
  
}

.corporativa_contact {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/*---VENTAS CORPORATIVAS MOBILE - TABLET---*/
@media screen and (max-width: 64em){
    .corporativa_section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 64em)  {
    .corporativa_section_1_left, .corporativa_section_1_right {
        padding-top: 0;
        width: 100% !important;
        align-items: center;
    }
    .corporativa_section_1_left p, .corporativa_section_1_right p, 
    .corporativa_section_1_right ul li  {
        text-align: center !important;
        list-style: none;
    }
    .corporativa_section_1_right {
        margin-bottom: 20px;
    }
    .corporativa_section_1_left h1 {
        font-size: .75rem;
        text-align: center;
        margin-bottom: 0;
    }
    .corporativa_section_1_right h1, .corporativa_section_1_right ul li {
        font-weight: 0;
        font-size: 0.75rem;
        text-align: center;
        width: 100%;
    }
    .corporativa_section_1_center {
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .static__infoContent-content p {
        font-size: .75rem;
        color: #555;
        margin-bottom: 1.5rem;
        line-height: 1.25rem;
        text-align: center;
    }
    .static__infoContent-content .corporativa_title span{
        width: 100%;
        text-align: center;
        font-size: 0.875rem;
        padding: 2rem 0 1rem 0;
        line-height: 1rem;
        font-weight: 0;
    }
    .corporativa_title {
        padding-bottom: 0;
        padding-top: 15px;
    }
   .corporativa_section_form {
        padding: 1em;   
    }
    .corporativa_section_4_right {
        order: 0;
        margin-bottom: 2em;
    }
    .corporativa_section_4_left {
        flex: 1;
        padding: 5rem;
        max-width: 100%;
        position: relative;
        width: 100%;
    }
}


input#corp_send {
    max-width: 8.125rem;
    font-size: 0.75rem;
    height: 40px;
    line-height: 25px;
    padding: 0;
    text-align: center;
    border-radius: 25px;
}

/*--- Mi cuenta --- */
button#loginWithAccessKeyBtn {  
    border-radius: 3em !important;
    padding: 0.8em 2em 0.8em 2em;  
}

button#loginWithAccessKeyBtn span {
    text-transform: none;
}

h5.login__subtitle {
    margin: 2em;
}


@media screen and (min-width:  20em ) and (max-width: 64em) {
    .modal-body {
        height: 20% !important;
    }
    .login__info-content {
        text-align: center;
    }
    button#loginWithAccessKeyBtn {  
        margin: 2em 0 3em 0;
    }
}

@media screen and (max-width: 39.9375em) {
    h5.login__subtitle {
        margin: 1em;
    }
}

/*cuotas
=============================
*/

div#cuotas-container {
    display: none;
}

/* ---- Zoom Modal Productos ---- */

/*Estilos del modal*/


.modalZoom {
	display: none;
    position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
}

.imagenZoom {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.5);
}

.imagenZoom img {
	width: 70%;
	height: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.modalZoom a {
    margin-left: 20em;
}

a.flechaZoom {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 4rem;
    color: #000;
    padding: 5px;
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: 12;
    background-color: #fff;
}

@media screen and (min-width: 64em){
	.cerrarZoom {
		display: block;
		text-align: center;
		text-decoration: none;
		font-size: 4rem;
		color: #000;
		padding: 5px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 11;
		padding: 0rem 2rem;
		background-color: #fff;
	}
}

/*----------------------------inicio--------------------------------

[Stylesheet - mantencion ]

Projecto:  Saxoline - 2019
Version: 1.0.7
Ultimo cambio:  2018/05/04 | 13:23 pm
Asignado a:  Hector Araya.
Primary use:  ecommerce. 

----------------------

[Colores ]

Rojo tumi: #B92335
Gris tumi: #DDDDDD
Gris suave: #ebebeb
Gris fuerte tumi: #ccc
Gris xfuerte tumi: #777
Gris Strong: #5C5A5A
Negro tumi: #2E2A25
Negro medium: #555
Negro lighter: #444
Negro bold:var(--negroTumi)

----------------------

[Tipografia ]

font-family: 'Proxima Nova Light';
font-family: 'Proxima Nova Regular';
font-family: 'Proxima Nova Medium'
font-family: 'Proxima Nova Bold';
font-family: 'icon_cart';
font-family: 'tumi-icon-ft';

----------------------

[Guia mediaqueries ]

@media only screen and (max-width: 40em) { }
@media only screen and (min-width: 40.063em) and (max-width: 64em) { }
@media screen and (min-width: 64em) {}
@media only screen and (min-width: 90.063em) { }

----------------------

[Tabla de contenido ]

--------- Generales -------------

a0.Variables
a1.Global
a2.Mediaquerie global

--------- Subtemplates -------------

b0.Header
b1.Mediaquerie header
b2.Navigator
b3.Mediaquerie navigator
b4.Footer
b5.Mediaquerie footer

--------- Vitrinas -------------

c0.Prateleira principal
c1.Mediaquerie prateleira principal

--------- Controladores -------------

d0.Mini cart
d1.Mediaquerie mini cart
d2.Zoom
d3.Mediaquerie zoom
d4.Breadcrumb
d5.Mediaquerie breadcrumb
d6.Opinion de usuario
d7.Mediaquerue opinion de usuario
--x d8.Quickview
--x d9.Mediaquerie quickview
d10.Search navigator
d11.Mediaquerie search navigator
d12.Search result time.
d13.Mediaquerie search result time.
d14.Compare
d15.Mediaquerie compare
d16.Quickview
d17.Mediaquerie quickview
d18.Flag
d19.Mediaquerie flag

--------- Componentes -------------

e0.Despacho y disponibilidad en tienda
e1.Mediaquerie despacho y disponibilidad en tienda
e2.Carruseles
e3.Mediaquerie carrusles
e4.Off canvas
e5.Mediaquerie off canvas
e6.Megamenu
e7.Mediaquerie megamenu
e8.Buscador
e9.Mediaquerie buscador
e10.Resultado desplegable de buscador
e11.Mediaquerie resultado desplegable de buscador
e12.Producto sticky
e13.Mediaquerie producto sticky
e14.Redes sociales
e15.Mediaquerie redes sociales
e16.Airline guides
e17.Mediaquerie airline guides
e18.Productos relaciones recien vistos
e19.Mediaquerie productos relaciones recien vistos
e20.Infinity Scroll
e21.Mediaquerie Infinity scroll
e22.Cover pop
e23.Mediaquerie cover pop

--------- Estilos de pagina -------------

f0.Home
f1.Mediaquerie home
f2.Account
f3.Mediaquerie account
f4.Login
f5.Mediaquerie login
f6.Producto
    f6_a.Features
f7.Mediaquerie producto
    f7_a.Mediaquerie features
f8.Categoria
f9.Mediaquerie categoria
f10.Departamento
f11.Mediaquerie departamento
f12.Busca
f13.Mediaquerie busca
f14.Marca
f15.Mediaquerie marca
f16.Giftlist
f17.Mediaquerie giftlist
f18.Estatico
    f18_a.La historia tumi
    f18_b.La diferencia tumi
    f18_c.Responsabilidad empresarial Tumi
f19.Mediaquerie estatico
    f19_a.Mediaquerie la historia tumi
    f19_b.Mediaquerie la diferencia tumi
    f19_c.Mediaquerie responsabilidad empresarial Tumi
f20.Sistema
f21.Mediaquerie sistema
f22.Nuestras tiendas
f23.Mediaquerie nuestras tiendas
f24.Mapa del sitio
f25.Mediaquerie mapa del sitio
f26.Orders
f27.Mediaquerie orders

-------------------------fin---------------------------------*/

/*
[a0.Variables]

=============================*/

/* :root {

     COLORES 

    --rojoTumi: #b92335;
    --grisTumi: #DDDDDD;
    --grisLightTumi: #ebebeb;
    --grisFuerteTumi: #ccc;
    --grisxFuerteTumi: #777;
    --grisStrong: #5C5A5A;
    --negroTumi: #2E2A25;
    --negroMedium: #555;
    --negroBold: var(--negroTumi);
    --negroTumiLighter: #444;
    --bgTopbarCheckout: #555555;

     FUENTES 

    --tumiIcon: 'tumi-icon-ft';
    --proximaNova: 'Proxima Nova';
    --proximaNovaBold: 'Proxima Nova bold';
    --proximaNovaTh: 'Proxima Nova Th';
    --tumiFontLight: 'Proxima Nova Light';
    --tumiFontRegular: 'Proxima Nova Regular';
    --tumiFontMedium: 'Proxima Nova Medium';
    --tumiFontBold: 'Proxima Nova Bold';

     EFECTOS 

    --borderShadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.2);
    --textShadow: 0.6px 0 0 currentColor;
    --offsetShadow: inset 0 2px 4px 0 hsla(0, 0%, 0%, 0.08);
    --bottomShadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
} */

@font-face {
    font-family: "Flaticon";
    src: url("/arquivos/Flaticon.eot.css");
    src: url("/arquivos/Flaticon.eot.css?#iefix") format("embedded-opentype"),
         url("/arquivos/Flaticon.woff.css") format("woff"),
         url("/arquivos/Flaticon.ttf.css") format("truetype"),
         url("/arquivos/Flaticon.svg.css#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: "Flaticon";
      src: url("/arquivos/Flaticon.svg.css#Flaticon") format("svg");
    }
  }
  
  /*
  [a1.Global]
  
  =============================*/
    a:focus, a:hover {
        color: #2e2a25;
    }
    .prateleira__quickview a:hover {
        color: #cfc8b9 ;
    }
  
  .topbarcyber {
      display: flex;
      justify-content: center;
      align-items: center;
      /* background-color: #000; */
  }
  
  .row{
  		max-width: 1500px;
      	width: 1500px;
      /*max-width: 85%;*/
      /*width:100%;*/
      /* display: flex; */
      /* justify-content: space-between; */
      /* align-items: center; */
  }
  
  .topbarcyber span {
      text-align:center;
  }
  
  #ci-contactinfo {
      display: none;
  }
  
  div#cyber-topbar-desk, div#cyber-topbar-mobile {
      width: 100%;
      background-color: #000;
      color: #fff;
    padding:0.0rem 0;
    display:none;
  }
  
  .logo-cyberday {
      display: inline-block;
      width: 100%;
      max-width: 120px;
      margin: 0 1rem;
  }
  
  .logo-cyberday svg path,
   .logo-cyberday svg polygon {
      fill: #FFF;
  }
  .productClusterSearchableIds.mCustomScrollbar._mCS_1 {
      display: none;
  }
   .logo-cyberday svg path.red,
   .logo-cyberday svg polygon.red {
      fill: #BE2B4B;
  }
  .topbarcyber .round.button {
      margin:  0;
      padding: 0.4rem 1rem;
      background-color: var(--verdeSaxoline);
      font-size: 0.8rem;
      margin: 0 1rem;
  }
  .topbarcyber .round.button:hover {
    background-color: #999;
  }
  
  .nf_news-container {
      display: flex;
      margin-bottom: .8rem;
  	  font-size:.7rem;
  
  }
  
  .nf_news-container strong{
      font-family:'GT America',sans-serif;
      font-size:.7rem;
      font-weight:bold;
  }
  
  .static main li a, .static main p a, .static-content main a {
      display: inline-block;
      color: var(--negroTumi);
  }
  .static .static__recomendations{
      display:none;
  }
  .static-content {
      line-height: 1.6;
      font-size: 1rem;
  }
  .static-content a{
      display: inline-block;
  }
  .static main h3 {
      font-size: 1.2rem;
      font-weight: bolder;
      /* margin: 0.5rem 0; */
  }
  .cambios.static ul.static-list li:before {
      content: '\f101';
      font-family: FontAwesome;
      color: var(--verdeSaxoline);
  }
  ul.static-list, ul.static-list li {
      margin:1rem 0;
  }
  .orders{
      padding:0;
  }
  .orders #orders{
      padding:1rem;
  }
  
  .orders .w-100.fl.w-60-ns.pa0.pa2-ns.pr0 {
      display: none;
  }
  
  .orders a.db.mb4.link.f5.fw5.heavier-blue {
      width: 60%;
  }
  
  .orders .myo-view-order > :nth-child(5) {
      width: 100%;
  }
  
  .product__measure {
      display: none;
  }
  
  .navigation__closeBar{
      display:none;
  }
  
  .search__icon:before {
      font-family: Flaticon;
      font-size: 1.3rem;
      position: absolute;
      top: 5px;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0 auto;
      content: '\f118';
      /* color: var(--rojoTumi); */
      /* -webkit-text-fill-color: var(--rojotumi); */
  }
  
  .navigation__searchBar--mobile.active .busca input,
  .navigation__searchBar .busca input {
      display: block;
      margin: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      width: 100%;
      padding: 0;
      /*border-bottom: 1px solid var(--rojoTumi);*/
  }
  
  .navigation__searchBar--mobile.active .busca:after, .navigation__searchBar .busca:after {
      content:"";
      width: 100%;
      right:0;
      position:absolute;
      bottom:0;
      height:1px;
      border-bottom: 1px solid var(--negroTumi);
  }
  
  svg#Capa_1:root {
      width: 25px;
      height: 25px;
  }
  .row-wide{
      max-width:100%;
  }
  .static .static__infoContent-content table thead tr th, .static .static__infoContent-content table tr td {
      text-align: center;
      width: inherit;
  }
  
  .btn-retiro {
      display: none;
  }
  .nosto_product {
      display:none;	
  }
  
  .producto__nombre-container {
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     padding: 0 0.8rem;
  }
  .filterBy, .orderBy {
      height: 40px;
      font-size: 0;
  }
  .sub {
    width: 45%;
}

p.compare {
    display: none;
}
  
  /*
  [a2.Mediaquerie global]
  
  =============================*/
  @media only screen and (max-width: 64em) {
    .logo-cyberday {
        max-width: 90px;
    }
  }
  
  /*
  [b0.Header]
  
  =============================*/
  
  .header-left__content a img {
      max-height: 2.7rem;
    object-fit:contain;
  }
  
  .product__right-side-container.sticky.is-at-top.is-stuck {
      margin-top: 7rem !important;
  }
  
  /*
  [b1.Mediaquerie header]
  
  =============================*/
  
  /*
  [b2.Navigator]
  
  =============================*/
  
  .navigation__megamenu-block.col-1 h3,
  .orders .navigation__megamenu-block.col-1 h3 {
      line-height:36px;
  }
  .navigation__megamenu-block.col-1 h3:first-child,
  .orders .navigation__megamenu-block.col-1 h3:first-child {
      line-height:17px;
  }
  
  /*
  [b3.Mediaquerie navigator]
  
  =============================*/
  
  /*
  [b4.Footer]
  
  =============================*/
  
  .nuestras_marcas svg .st0{
      fill: #999 !important;
  }
  
  .footer__tumiregister{
    padding: 0;
  }
  
  .footer__tumiregister img {
      width: 60%;
  }
  
  input#newsletterButtonOK {
      height: 40px;
      font-size: 14px;
  }
  
  input#newsletterClientName {
      height: 40px;
  }
  
  input#newsletterClientEmail {
      height: 40px;
  }
  
  .footer__forms svg {
      flex: auto;
      max-width: 3rem;
      min-width: 3rem;
  }
  .footer__forms p {
      padding-left: 2rem;
      padding-bottom: 1.5rem;
      padding-top: 1.5rem;
      font-size: 0.85rem;
  }
  a.btn-newsletter {
      color: #fff !important;
      background-color: transparent;
      line-height: 42px !important;
      text-transform: uppercase;
      width: 100%;
      max-width: 14.4rem;
      font-size: 0.75rem !important;
      text-align: center;
      border-radius: 5px;
      margin-top: 0.5rem;
      border: 2px solid #fff;
      font-family: 'Samsonite Sans Standard',sans-serif;
  }

  span#autoCurrentYear {
    font-weight: bold;
    margin-left: 0%;
   }
  
  /*
  [b5.Mediaquerie footer]
  
  =============================*/
  @media only screen and (max-width: 64em) {
      .footer__col {
          width: 100%;
      }
      .footer__tumiregister img {
      width: 80%;
      margin:0 auto;
  }
    .footer__rrss .footer__title {
          display: block;
          width: 100%;
          color: #fff;
      }
    .footer__rrss {
      width: 100%;
  }
    .footer__rrss .footer__elements{
      width: 20%;
      margin: 0 auto;
  }
    .footer__powerby, .footer__powerby-content {
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top:0;
  }
    .producto .footer__content {
      padding-bottom: 3rem;
  }
  }
  
  /*
  [c0.Prateleira principal]
  
  =============================*/
  
  .prateleira__outstock {
      letter-spacing: .075rem;
      min-height: 100px;
      align-items: center;
      justify-content: center;
  }
  
  
  
  .prateleira__percent-content {
      background: #fff;
      color: #000;
      width: fit-content;
      padding: 0.5rem;
      font-family: 'samsonite sans standard', sans-serif;
      font-size: .8rem;
      font-weight: bold;
      border-radius: 16px;
  }
  
  div#percent, .prateleira__percent-container {
      width: fit-content;
      position:  absolute;
      top: 0.5rem;
      left: 0.5rem;
      z-index: 5;
      display: flex;
  }
  
  .prateleira__bestprice.promo {
      color:  var(--rojoTumi);
      font-weight: 800;
      width: max-content;
      font-family: var(--tumiFontBold);
  }
  .prateleira__bestprice.promo div{
      font-weight: bolder;
  }
  
  .prateleira__oldprice {
      width: max-content;
      text-decoration: line-through;
      margin-right: 1rem;
  }
  
  
  a.prateleira__price-content {
    /* width:  100%; */
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    padding: 0;
    text-align: left;
    font-size: 0.85rem;
    margin-bottom: .8rem;
    padding: 0 0.8rem;
  }
  
  a.prateleira__price-content:hover {
    /* width:  100%; */
    color: #000;
  }
  
  .prateleira_rate {
    flex: 100%;
    display:none;
  }
  .prateleira__bestprice {
      color: var(--rojoTumi);
      font-weight:  bolder;
  }
  .img {
      width:  90%;
      height:  90%;
      margin: 0 auto;
    flex: 1;
    text-align:  center;
      justify-content:  center;
  }
  a.prateleira__img {
    display:  flex;
    text-align: center;
    cursor: auto;
    position:relative;
    width:100%;
    background-color: #fff;
  }
  .prateleira__info {
      padding-top: 1rem;
      text-align: left;
      /* padding-left: 0.5rem; */
      /* padding-right: 0.5rem; */
  }
  .quickview__btn a:hover {
      background-color: var(--verdeSaxoline);
  }
  
  .quickview__btn a:hover:before {
      color: white;
  }
  
  .prateleira__percent-content:before {
      content: "-";
      font-family: "GT America",sans-serif;
      font-size: 0.8rem;
      /*padding-right: 7.1%;*/
      /* line-height:  1rem; */
      margin-right: 0.2rem;
  }
  
  .iColor_selector a {
      width: 20%;
    margin-top:0.5rem;
    margin-right:0.5rem;
  }
  .iColor_selector a:first-child {
      width: 20%;
    margin-left:0.5rem;
  }
  .iColor_selector {
      flex-direction:row;
      display:none;
      justify-content: flex-start;
  }
  .prateleira__container:hover .iColor_selector{
      display:flex;
  }
  .yv-review-quickreview {
      padding-bottom: .5rem;
  }
  .rColor_selector .colorValue {
      display: block;
      height: 25px;
      position: relative;
      pointer-events: auto;
      width: 25px;
      z-index: 1;
    border-radius: 12.5px;
    border: 1px solid #eee;
    margin-right:5px;
  }
    .rColor_selector {
      display: flex;
      flex-direction:row;
      padding: 0.8rem 0.8rem;
      /* border-top: 1px solid #999; */
      justify-content: flex-start;
  }
  
  /*
  [c1.Mediaquerie prateleira principal]
  
  =============================*/
  
  /* small */
  
  @media only screen and (max-width: 64em) {
      .prateleira__outstock {
          /*         padding-bottom:0; */
          min-height: initial;
      }
      .prateleira__bestprice {
      font-size: 0.75rem;
  }
  .prateleira .has-tip {
     
      font-size:0.6rem;
  
  }
  .resultado-busca-numero .value {
      font-size: 0.7rem;
  }
  .categ__filters .sub {
      width: 100%;
  
  }
  .orderBy {
      width: 100%;
  }
  .filterBy:before,
  .orderBy:before {
      border-left: none;
  }
  .sub .resultado-busca-filtro fieldset label {
     display:none;
  }
  .searchResultsTime {
    display:none;
  }
  .bottom .searchResultsTime {
      display: none;
  }
  
  .bottom .sub {
      display:none;
  }
  .rColor_selector .colorValue {
      height: 16px;
      width: 16px;
      border-radius: 8px;
      margin-right: 3.5px;
  }
  
  }
  
  /* medium */
  
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .prateleira ul li {
          width: 47%;
      }
      .prateleira__info {
          height: 158px;
          max-height: 158px;
      }
      .bottom .searchResultsTime {
      display: none;
  }
  
  .bottom .sub {
      display:none;
  }
  }
  
  /* large up */
  
  @media screen and (min-width: 64em) {
      .prateleira__container {
          padding-bottom: 0;
      }
      .prateleira__info {
          /*         border:1px solid red; */
          overflow: hidden;
          /*height: 160px;
          max-height: 200px;*/
          /* min-height: 200px; */
      }
  }
  
  /* xlarge */
  
  @media only screen and (min-width: 90.063em) {
      .prateleira ul li {
          /*         border:1px solid red; */
          max-height: none;
          padding: 0;
          margin-bottom: .48rem;
          margin-right: 0.5rem;
          margin-left: 0.5rem;
      }
  }
  
  /*
  [d0.Mini cart]
  
  =============================*/
  
  .navigation__closebutton--right.close-button {
      color: white;
  }
  
  .cartSkuName p.availability {
      font-size: 0;
  }
  
  /*.cartSkuName p.availability:after {
      content: "Item no disponible";
      font-size:0.9rem;
      color: #bbb
  }*/
  
  /*
  [d1.Mediaquerie mini cart]
  
  =============================*/
  
  /*
  [d2.Zoom]
  
  =============================*/
  
  /*
  [d3.Mediaquerie zoom]
  
  =============================*/
  
  /*
  [d4.Breadcrumb]
  
  =============================*/
  
  .resultado-busca .bread-crumb ul li:last-child strong {
      display: block;
      position: relative;
      width: 100%;
      display: flex;
  }
  
  .resultado-busca .bread-crumb ul li:last-child:after {
      content: " ";
  }
  
  .busca-texto-livre-elimina {
      font-family: var(--tumiFontBold);
      background-color: var(--grisTumi);
  }
  
  /*
  [d5.Mediaquerie breadcrumb]
  
  =============================*/
  
  /*
  [d6.Opinion de usuario]
  
  =============================*/
  
  /*
  [d7.Mediaquerue opinion de usuario]
  
  =============================*/
  
  /*
  [d10.Search navigator]
  
  =============================*/
  
  /*
  [d11.Mediaquerie search navigator]
  
  =============================*/
  
  /*
  [d12.Search result time.]
  
  =============================*/
  
  /*
  [d13.Mediaquerie search result time.]
  
  =============================*/
  
  /*
  [d14.Compare]
  
  =============================*/
  
  /*
  [d15.Mediaquerie compare]
  
  =============================*/
  
  /*
  [d16.Quickview]
  
  =============================*/
  
  /*
  [d17.Mediaquerie quickview]
  
  =============================*/
  
  /*
  [d18.Flag]
  
  =============================*/
  
  /*
  [d19.Mediaquerie flag]
  
  =============================*/
  
  /*
  [e0.Despacho y disponibilidad en tienda]
  
  =============================*/
  
  /*
  [e1.Mediaquerie despacho y disponibilidad en tienda]
  
  =============================*/
  
  /*
  [e2.Carruseles]
  
  =============================*/
  
  /*
  [e3.Mediaquerie carrusles]
  
  =============================*/
  
  /*
  [e4.Off canvas]
  
  =============================*/
  
  /*
  [e5.Mediaquerie off canvas]
  
  =============================*/
  
  /*
  [e6.Megamenu]
  
  =============================*/
  
  /*
  [e7.Mediaquerie megamenu]
  
  =============================*/
  
  /*
  [e8.Buscador]
  
  =============================*/
  
  .navigation__searchBar.active {
      -webkit-box-shadow: none;
      box-shadow: none;
  }
  
  /*
  [e9.Mediaquerie buscador]
  
  =============================*/
  
  /*
  [e10.Resultado desplegable de buscador]
  
  =============================*/
  
  /*
  [e11.Mediaquerie resultado desplegable de buscador]
  
  =============================*/
  
  /*
  [e12.Producto sticky]
  
  =============================*/
  
  /*
  [e13.Mediaquerie producto sticky]
  
  =============================*/
  
  /* medium up */
  
  @media only screen and (min-width: 40.063em) {
      .producto-sticky-container.true {
          display: none !important;
      }
  }
  
  /*
  [e14.Redes sociales]
  
  =============================*/
  
  /*
  [e15.Mediaquerie redes sociales]
  
  =============================*/
  
  /*
  [e16.Airline guides]
  
  =============================*/
  
  /*
  [e17.Mediaquerie airline guides]
  
  =============================*/
  
  /*
  [e18.Productos relaciones recien vistos]
  
  =============================*/
  
  /*
  [e19.Mediaquerie productos relaciones recien vistos]
  
  =============================*/
  
  /*
  [e20.Infinity Scroll]
  
  =============================*/
  
  /*
  [e21.Mediaquerie Infinity scroll]
  
  =============================*/
  
  /*
  [e22.Cover pop]
  
  =============================*/
  
  /* .CoverPop-open,
  .CoverPop-open body {
      overflow: hidden;
  } */
  
  @-webkit-keyframes fade-in {
      0% {
          opacity: 0;
      }
      25% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  
  #CoverPop-cover {
      display: none;
      position: fixed;
      overflow-y: scroll;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1000;
      -webkit-animation: fade-in .25s ease-in;
      -moz-animation-name: fade-in .25s ease-in;
      -ms-animation-name: fade-in .25s ease-in;
      -o-animation-name: fade-in .25s ease-in;
      animation-name: fade-in .25s ease-in;
      background-color: rgba(0,0,0,0.5);
  }
  
  .coverOverlay {
      background-color: #000;
      display: block;
      height: 100%;
      opacity: .5;
      position: fixed;
      /*     pointer-events: none; */
      top: 0;
      left: 0;
      width: 100%;
      z-index: 10;
  }
  
  .coverPop__title {
      font-family: var(--tumiFontBold);
      font-size: 1.2rem;
      text-transform: uppercase;
      text-align: center;
      margin: 1rem 0;
      margin-bottom: .5rem;
      padding-bottom: 1rem;
      position: relative;
      letter-spacing: .075rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  
  .coverPop__title:after {
      content: "";
      border-top: 1.5px solid #777;
      margin-top: 1.5rem;
      width: 8%;
  }
  
  .coverPop__message {
      color: var(--negroMedium);
      font-family: var(--tumiFontRegular);
      text-align: center;
      margin-bottom: 1.2rem;
  }
  
  .coverPopDisplay #CoverPop-cover {
      display: block;
  }
  
  .CoverPop-open #CoverPop-cover {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .CoverPop-content {
      max-width: 500px;
      position: relative;
  }
  
  .CoverPop-close {
      color: transparent;
      top: 0;
      right: 0;
      padding: .5rem .8rem;
      position: absolute;
  }
  
  .CoverPop-close:hover,
  .CoverPop-close:visited {
      color: transparent;
  }
  
  .CoverPop-close:before {
      content: "\e813";
      color: var(--grisStrong);
      background-color: transparent;
      font-family: var(--tumiIcon);
      font-size: .8rem;
      visibility: visible;
      padding: .5rem .8rem;
      position: absolute;
      pointer-events: none;
      top: 0;
      right: 0;
      z-index: 2;
  }
  
  .coverPop__tempContent {
      background: white;
      padding: 1rem 1rem;
  }
  
  .coverPop__emailPromo {
      margin-top: 1rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  
  .coverPop__emailPromo [type="submit"] {
      margin-top: 1rem;
      width: 100%;
  }
  
  .coverPop__emailPromo [type="email"] {
      margin-bottom: .2rem;
  }
  
  .coverPop__emailExiste {
      display: none;
  }
  
  .coverPop__emailExiste h1 {
      color: red;
  }
  
  .coverPop__emailPromo-container,
  .coverPop__emailPromo-content {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .coverPop__submit {
      position: relative;
      width: 50%;
  }
  
  #popUp__promocional {
      background-color: var(--grisFuerteTumi);
      color: transparent;
      position: absolute;
      z-index: 1;
      top: 5%;
      right: 2px;
      width: 40px;
      height: 34px;
      cursor: pointer;
      border: 1px solid white;
  }
  
  #popUp__promocional2 {
      background-color: var(--grisFuerteTumi);
      color: transparent;
      position: absolute;
      z-index: 1;
      top: 52%;
      right: 2px;
      width: 40px;
      height: 34px;
      cursor: pointer;
      border: 1px solid white;
  }
  
  .coverPop__submit .fa-long-arrow-right {
      color: white;
      font-size: .5rem;
      position: absolute;
      z-index: 2;
      top: 68%;
      transform: translateY(-50%);
      right: 7%;
      pointer-events: none;
  }
  
  .coverPop__submit .fa-long-arrow-right:before {
      content: "\e803";
      /*     display:none; */
      font-family: var(--tumiIcon);
  }
  
  /*
  [e23.Mediaquerie cover pop]
  
  =============================*/
  
  /* small */
  
  @media only screen and (max-width: 40em) {
      .coverPop__tempContent {
          padding: 1rem;
      }
      .coverPop__emailPromo {
          margin-top: .5rem;
      }
      .coverPop__emailPromo .btn.submit {
          width: 100%;
      }
      .coverPop__submit {
          width: 100%;
      }
  }
  
  /* medium */
  
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {}
  
  /* xlarge */
  
  @media only screen and (min-width: 90.063em) {}
  
  /*
  [f0.Home]
  
  =============================*/
  
  .home__primera-compra-container {
      width: 66.67%;
      /*margin: -3rem auto -4rem auto;*/
  }
  .mobile-only{
      display:none;
  }
  .customer-exp_container {
      font-size: 0.75rem;
      color: #999;
      font-family: 'GT America',sans-serif;
      display: flex;
      flex-direction: row;
      align-items: center;
      padding-right: 3rem;
      padding-left: 1rem;
      border-left: 1px solid #e8e8e8;
  }
  
  .customer-exp_container p strong {
      color: #000;
      font-weight: bold;
  }
  
  .promociones-slider {
   width: 100%;
   margin: 0 auto;
   color: #000;
   height: 100%;
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
  }
  .promociones-slider li{
    height:100%;
    flex:100%;
    line-height: 48px;
  }
  
  .promociones-slider .slick-slide a p {
      display:  inline-block;
      padding-left: 0.5rem;
    font-weight: bold;
    color:#000;
  }
  
  .promociones-slider .slick-slide {
      display:  flex;
      color: #000;
      font-weight: 500;
      font-size: 0.8rem;
      justify-content:center;
  }
  
  .promociones-slider .slick-slide strong{
  
      font-weight: 900;
    display:flex;
    align-items:center;
    padding-right:0.5rem;
  }
  
  .promociones-slider .slick-slide .material-icons{
      font-size: 18px;
      position:relative;
      margin-right: 0.3rem;
  }
  
  .promociones-slider .slick-slide a {
      display:  inline-block;
      /*top: 50%;*/
      left: 0;
      color: #000;
      /*transform: translate(-0%,-50%);*/
      text-transform: capitalize;
      text-decoration:underline;
      line-height: 48px;
  }
  
  .top-bar__text {
      width: 100%;
      text-align: center;
      color: #000;
      height: 100%;
  }
  
  .top-bar__text .slick-next:before,
  .top-bar__text .slick-prev:before {
      background-color: transparent;
      border-radius: 0;
      color: #000;
      font-size: 1rem;
      /* line-height: 20px; */
      padding: 0;
      opacity: 1;
  }
  
  .promociones-slider .slick-next.slick-arrow {
      right: 10px;
      z-index: 2;
  }
  
  .promociones-slider .slick-prev.slick-arrow {
      left: 10px;
      z-index: 2;
  }
  
  .promocional-slider-container {
      align-items:center;
      height: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      flex-direction: row;
      flex-wrap: nowrap;
  }
  
  
  .banners_promotional_container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }
  .banner_row {
      max-width: 100%;
      display: flex;
      justify-content: space-between;
      -webkit-box-pack: justify;
  }
  
  .banner_row .col-1 {
      padding-right: 1rem;
  }
  .banner_row .col-2 {
      padding-left: 1rem;
  }
  .banners_promotional_container .brand_container{
      position:relative;
      margin-bottom: 1rem;
    overflow:hidden;
  }
  
  .brand_white {
      position: absolute;
      top: 0;
      left: 0;
      max-width: 120px;
  }
  
  .brand_container .text_brand {
    opacity:0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 2rem;
    font-size: 1.2rem;
    color: #fff;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    text-align: center;
    transition:opacity 0.5s ease-in;
  	bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .brand_container:hover .text_brand {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      padding: 2rem;
      font-size: 2rem;
      color: #fff;
      top: 0;
      left: 0;
      background-color: rgba(0,0,0,0.5);
      opacity: 1;
      height: 100%;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
  
  .text_brand p {
      width: 100%;
      margin-bottom: 0.5rem;
      font-size: 1.75rem;
      font-family: 'Samsonite Sans Extended',sans-serif;
      text-transform:uppercase;
  }
  .text_brand a.btn-seccion-home {
      width: 100%;
      font-weight: bolder;
      color: #fff;
      max-width: 136px;
      border: 2px solid #fff;
      border-radius: 5px;
      font-size: 1rem;
      line-height: 42px;
      font-family:'Samsonite Sans Extended',sans-serif;
      margin-top:1rem;
      text-transform: uppercase;
  }
  .btn-saxoline-1, 
  .btn-saxoline-1:visited, 
  .btn-saxoline-1:focus, 
  .btn-saxoline-1:hover, 
  .text_brand p a {
      color: #fff;
      background-color: #000;
      font-size: 0.875rem;
      max-height: 40px;
      line-height: 40px;
      width: 100%;
      max-width: 120px;
      text-align: center;
      border-radius: 5px;
      margin-left: 2rem;
      text-transform: uppercase;
        min-width:120px;
  }
  
  .box_banner {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      text-align:center;
  }
  
  .box_banner p{
      color: #fff;
      font-size:1.5rem;
      text-transform:uppercase;
      line-height:2rem;
      letter-spacing:0.1rem;
      font-weight:bold;
      margin-bottom:0.5rem;
  }
  
  .box_banner .btn-saxoline-1{
      margin:0 auto;
  }
  
  .line-title {
      padding: 0;
      font-size: 1.125rem;
      font-weight: 900;
      /* letter-spacing: 0.2rem; */
      text-align: left;
      font-family: 'GT America extend black',sans-serif;
      margin-bottom: 1.5rem;
  }
  .form-pc {
      display: flex;
      flex-direction: row;
      position: relative;
      align-items: center;
      /* height: 6rem; */
  }
  
  .primera-compra-form {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: center;
  }
  
  .pc-form-inputs {
      flex: 100%;
  }
  
  .primera-compra-form span {
      flex: 39%;
      /* font-family: 'Titillium Web', sans-serif; */
      font-weight: bold;
      font-size: 1.1rem;
      padding-right: 1rem;
  }
  
  .header__elements.sticky {
      background-color: #fff;
      margin: 0 !important;
      z-index: 6;
      -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
      -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
      box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  }
  
  .primera-compra-form input {
      flex: 36%;
      margin: 0;
  }
  
  .emailExiste {
      flex: 50%;
      /* margin: 0 auto; */
      text-align: center;
      display: none;
  }
  
  img.img_pc {transform: translate(0,-20%);}
  
  .image_pc {
      position: relative;
      width: 33%;
  }
  
  input#pc_email {
      height: 40px;
      border-radius: 5px;
      padding-left: 1rem;
  }
  
  input#primeraCompra_submit {
      background-color: var(--rojoTumi);
      color: white;
      border: none;
      height: 40px;
      border-radius: 5px;
      margin-left: 1rem;
      flex: 14%;
      font-weight:bold;
      font-size: 14px;
  }
  
  .cms-home-holiday-2018.cms-home.cms-index-lm .main-container p {
          font-size: 15px!important;
          line-height: 20px!important;
      }
  
      .cms-home-holiday-2018.cms-home.cms-index-lm .widget.widget-static-block h3 {
          font-family: "Gotham Medium","Helvetica Neue",Verdana,Arial,sans-serif;
      }
  
      .cms-home-holiday-2018.cms-home.cms-index-lm .button-red {
          background-color: var(--rojoTumi);
          border-radius: 5px;
          font-family: 'Gotham Bold', 'Helvetica Neue', Verdana, Arial, sans-serif;
          text-transform: uppercase;
          text-align: center;
          color: #fff;
      }
  
      .cms-home-holiday-2018.cms-home.cms-index-lm .button-red:hover {
          text-decoration: none;
          background-color: var(--rojoTumi);
      }
  
      .hero-accordion {
          width: 100%;
          max-width: 1920px;
          margin: 0 auto;
          display: flex;
          justify-content: space-between;
          position:relative;
          height:100%;
      }
      .center-vh {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3D(-50%,-50%,0);
  }
  
      .pane {
          position: relative;
          width: 17%;
          height: 540px;
          background-repeat: no-repeat;
          background-size: cover;
          -webkit-transition: all .75s ease;
          -moz-transition: all .75s ease;
          -ms-transition: all .75s ease;
          -o-transition: all .75s ease;
          transition: all .75s ease;
      }
  
      .pane.expanded {
          width: 65%;
      }
  
      .pane-expanded br.collapsed-only {
          display: none;
      }
  
      .pane.one {
          background-image: linear-gradient(       rgba(0, 0, 0, 0.45),        rgba(0, 0, 0, 0.45)     ), url("/arquivos/banner-ecolite (1).jpg");
          position: absolute;
          left:65.5%;
          background-position: 90%;
          background-size: cover;
      }
  
      .pane.one.expanded {
          background-image: url("/arquivos/banner-ecolite (1).jpg");
          left: 0;
      }
  
      .pane.two {
          background: linear-gradient(       rgba(0, 0, 0, 0.45),        rgba(0, 0, 0, 0.45)     ), url("/arquivos/banner-prodlx5 (2).jpg");
          left:65.5%;
          background-position: center;
          background-size: cover;
      }
  
      .pane.two.expanded {
          background-image: url("/arquivos/banner-prodlx5 (2).jpg");
          left:0;
      }
  
      .pane.three {
          background-image: linear-gradient(       rgba(0, 0, 0, 0.45),        rgba(0, 0, 0, 0.45)     ), url("/arquivos/banner-litebox-new (2).jpg");
          left: 83%;
          position: absolute;
          background-position: 55%;
          background-size: cover;
          /* bottom: 100%; */
      }
  
      .pane.three.expanded {
          background-image: url("/arquivos/banner-litebox-new (2).jpg");
          left: 0;
      }
      
      .three .pane.one {
      left: 65.5%;
  }
  .two .pane.one {
      left: 83%;
  }
  
  .two .pane.three {
      left: 65.5%;
  }
  
  .three .pane.two {
      left: 83%;
  }
  
      .pane .pane-content {
          width: 80%;
          display: block;
          z-index:5;
      }
  
      /*exception for 12-19 hero*/
      .pane.one .pane-content {
          /*width: 95%;*/
      }
  
      .pane.one.expanded .pane-content {
          width: 80%;
      }
  
      .pane .expand-link {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          background-color: rgba(0,0,0,0.5);
      }
  
      .cms-home-holiday-2018.cms-home.cms-index-lm .pane .pane-content h2 {
          font-family: var(--tumiFontRegular);
          font-size: 19px;
          color: #fff;
          letter-spacing: 0;
          line-height: 25px;
          margin-bottom: 20px;
          text-transform: uppercase;
      }
  
      .cms-home-holiday-2018.cms-home.cms-index-lm .pane.expanded .pane-content h2 {
          font-size: 40px;
          line-height: 44px;
      }
  
  
      .expand-cta {
          color: #fff;
          height: 2rem;
          width: 2rem;
          line-height: 1.9rem;
          text-align: center;
          border-radius: 50%;
          display: block;
          background-color: var(--rojoTumi);
          font-family: var(--tumiFontRegular);
          font-size: 1.25rem;
            margin-top: 1rem;
      }
  
      .expand-cta:visited {
          color: #fff;
      }
  
      .pane .pane-content p {
          font-family: var(--tumiFontRegular);
          font-size: 18px;
          color: #fff;
          line-height: 24px;
          display: none;
      }
  
  .pane-content h2 {
      font-family: var(--tumiFontBold);
      color: #fff;
      font-size: 1rem;
      text-transform: uppercase;
  }
  
      .pane .pane-content .button-red {
          background-color: var(--rojoTumi);
          border-radius: 5px;
          width: 149px;
          height: 40px;
          line-height: 40px;
          font-size: 11px;
          font-family: var(--tumiFontRegular);
          text-transform: uppercase;
          text-align: center;
          color: #fff;
          margin-top: 30px;
          display: none;
      }
  
      .pane.one .pane-content .button-red {
          
          font-size: 1rem;
          font-family: var(--tumiFontBold);
      }
  
      .pane .pane-content .button-red:hover {
          text-polarbearsation: none;
          background-color: var(--rojoTumi);
      }
  
      .pane.expanded .pane-content p,
      .pane.expanded .pane-content .button-red {
          display: block;
          font-size: 1rem;
          font-family: var(--tumiFontBold);
          height: 3.5rem;
          border-radius: 5px;
          padding: 1rem 0;
          line-height: 1.4rem;
      }
  
      .pane.expanded .pane-content .button-red {
          display: block;
          font-size: 1rem;
          font-family: var(--tumiFontBold);
          height: 40px;
          border-radius: 5px;
          padding: 0;
          line-height: 40px;
      }
  
      .pane.expanded .expand-cta,
      .pane.expanded .expand-link {
          display: none;
      }
  
      .pane.expanded .pane-content h2 {
          width: 450px;
          color: var(--rojoTumi);
          font-size: 2.1rem;
          font-family: var(--tumiFontBold);
          text-transform: uppercase;
      }
  
      .pane.expanded .pane-content p {
          width: 440px;
          /* text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8); */
          font-family: var(--tumiFontBold);
          color: #999;
          font-size: 1.2rem;
      }
  .directaccess_container {
      padding-right: 1rem;
  }
  
  /*
  [f1.Mediaquerie home]
  
  =============================*/
  
  @media only screen and (max-width: 64em) {
  
    .box_banner {
      position: relative;
      top: 0%;
      left:0%;
      transform: translate(-0%,-0%);
      text-align:center;
      padding:1rem;
  }
  
  .box_banner p{
      color: #000;
      font-size: 1.125rem;
      text-transform:uppercase;
      line-height:2rem;
      letter-spacing:0.1rem;
      font-weight:bold;
      margin-bottom:0.5rem;
  }
  
  .btn-saxoline-1, 
  .btn-saxoline-1:visited, 
  .btn-saxoline-1:focus, 
  .btn-saxoline-1:hover, 
  .text_brand p a {
      color: #fff;
      background-color: #000;
      font-size: 0.75rem;
      max-height: 35px;
      line-height: 35px;
      width: 100%;
      max-width: 120px;
      text-align: center;
      border-radius: 5px;
      text-transform: uppercase;
      min-width:120px;
  }
  
          .hero-accordion {
              flex-direction: column;
              margin: 0 auto 40px;
          }
          .home__title h3 {
      font-size: 1.2rem;
  }
  .sub .resultado-busca-filtro fieldset select {
     font-size:0.7rem;
     height: 2.5rem;
     width: 100%;
     /* flex: 90%; */
     float: none;
     border: none;
     text-align-last: center;
  }
    img.collapsed.mobile-only {
      max-height: 82px;
      object-fit: cover;
      width: 100%;
      z-index: 0;
  }
    .brand_white {
      width:30%
  }
    
  .promociones-slider .slick-next.slick-arrow {
      top:50%;
  }
  
  .promociones-slider .slick-prev.slick-arrow {
      top:50%;
  }
    .home .slick-next.slick-arrow,
      .home .slick-prev.slick-arrow {
          top: 50%;
      }
    
    .promociones-slider .slick-list {
      max-height:48px;
  }
    .promociones-slider .slick-next.slick-arrow {
      right: -18px;
      z-index: 2;
  }
  
  .promociones-slider .slick-prev.slick-arrow {
      left: -18px;
      z-index: 2;
  }
  
  .text_brand {    
      padding: 1rem;
      font-size: 1.2rem;
  }
    
    .btn-saxoline-1, 
  .btn-saxoline-1:visited, 
  .btn-saxoline-1:focus, 
  .btn-saxoline-1:hover, 
  .text_brand p a {
      max-width: 100px;
      min-width:100px;
      font-size: 0.75rem;
      font-weight:;
  }
    .promociones-slider .slick-slide {
        display:flex;
      flex-direction:column;
      justify-content:center;
      line-height:unset;
      align-items:center;
    }
    .promociones-slider .slick-slide a {
      line-height:unset;
      padding:0
    }
    
  .promociones-slider {
   width: 200%;
   margin: 0 auto;
   height: 100%;
   /* display: flex; */
   /* flex-direction: row; */
   /* flex-wrap: nowrap; */
  }
  
  
          .pane {
              height: auto;
              width: 100%;
              background: none;
              margin-bottom: 5px;
          }
  
          .pane.expanded {
              width: 100%;
              order: 0;
          }
  
          .pane.expanded .pane-content h2 {
          width: 100%;
          color: #fff;
          font-size: 1.75rem;
          font-family: var(--tumiFontBold);
          margin: 0;
          text-shadow: 0 3px 4px rgba(0,0,0,0.5);
      }
  
          .pane:last-child {
              margin-bottom: 0;
          }
  
          .pane .mobile-only.expanded {
              display: none;
          }
  
          .pane.expanded .mobile-only.expanded {
              display: block;
              width: 100%;
          }
  
          .pane.expanded .mobile-only.collapsed {
              display: none;
          }
  
          .pane-content h2 {
      font-size: 1.5rem;
      margin-left: 2rem;
  }
  
          .pane.one {
          position: relative;
          left:0;
          min-height: 82px;
      }
    
    .pane.two {
          left: 0;
          min-height: 82px;
      }
      .pane.three {
          left: 0;
          position: relative;
          min-height: 82px;
      }
  
      .three .pane.one {
      left: 0%;
      min-height: 82px;
      order: 1;
      margin-top: 5px;
  }
  .two .pane.one {
      left: 0%;
      min-height: 82px;
      order: 1;
      margin-top:5px;
  }
  
  .two .pane.three {
      left: 0%;
  }
  
  .three .pane.two {
      left: 0%;
      order: 2;
  }
  
      .home__primera-compra-container {
      width: 100%;
      margin: 0;
  }
  
  .form-pc {
      display: flex;
      flex-direction: column;
      position: relative;
      align-items: center;
      /* height: 6rem; */
  }
  
  .primera-compra-form {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: center;
  }
  
  .image_pc {
      position: relative;
      width: 100%;
      text-align: center;
  }
  
  img.img_pc {
      transform: translate(0);
      }
  
  .primera-compra-form span {
      font-size: 1rem;
      text-align: center;
      margin-bottom: 1rem;
      padding: 1rem;
      line-height: 1.25re;
  }
  
  input#pc_email {
      width: 75%;
      margin-bottom: 1rem;
      height: 2.5rem;
  }
  
  input#primeraCompra_submit {
    width: 50%;
    height: 2.5rem;
    max-width:150px;
    margin: 0;
  }
  
  
          .cms-home-holiday-2018.cms-home.cms-index-lm .pane .pane-content h2 {
              font-size: 24px;
              line-height: 22px;
              margin: 0 0 0 20px;
              width: 70%;
          }
  
          .expand-cta {
              position: absolute;
              top: 50%;
              right: 19%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              z-index: 9;
              margin: 0;
          }
  
          .pane.expanded .pane-content {
              /*margin-top: -10%;*/
              /* top: 20px; */
              /* left: 0; */
              width: 100%;
              text-align: center;
              padding: 0 20px;
              /* -webkit-transform: none; */
              -moz-transform: none;
              -ms-transform: none;
              -o-transform: none;
              /* transform: none; */
          }
  
           .cms-home-holiday-2018.cms-home.cms-index-lm .pane.expanded .pane-content h2 {
              font-size: 25px;
              line-height: 22px;
              width: 100%;
              text-align: center;
              margin: 0 auto 10px;
          }
  
          .pane.expanded .pane-content p {
              font-size: 1rem;
              line-height: 20px;
              width: 90%;
              margin: 0 auto;
              text-align: center;
              text-transform: uppercase;
              color: #fff;
          }
          .one.pane.expanded .pane-content p {
              text-shadow: 0 3px 4px rgba(0,0,0,0.5);
          }
  
          .two.pane.expanded .pane-content p {
              text-shadow: 0 3px 4px rgba(0,0,0,0.5);
          }
  
          .pane.expanded .pane-content .button-red {
              width: 8.75rem;
              /* height: 30px; */
              line-height: 2.5rem;
              font-size: 0.85rem;
              margin: 2rem auto 0;
              padding: 0;
              height: 2.5rem;
          }
  
          .pane.expanded .pane-content .button-red.wider {
              max-width: 150px;
              height: 2.5rem;
          }
  
          .pane .pane-content,
          .pane.one.expanded .pane-content {
              width: 100%;
              top: 50%;
              left: 50%;
              transform: translate(-50%,-50%);
              z-index:9;
              /* text-align: center; */
          }
    .banner_mobile_home {
      position: relative;
      margin-bottom: -2px;
  }
  .banner_mobile_home .dark-overlay {
      height:98.5%;
  }
  .banner_mobile_home:first-child {
      position: relative;
      margin-top:1rem;
  }
  
  .boton_mobile_home {
      position: absolute;
      top: 50%;
      left: 50%;
      color: #fff;
      z-index: 9;
      border: 2px solid #fff;
      padding: 0;
      border-radius: 5px;
      transform: translate(-50%,-50%);
      text-transform: uppercase;
      font-weight:bold;
      font-size: 0.85rem;
      line-height: 2.5rem;
      max-width: 150px;
      width: 100%;
      text-align: center;
      height: 2.5rem;
  }
  
  .banner_mobile_home .dark-overlay {
      opacity:0.5;
  }
  
      }
  
  /*
  [f2.Account]
  
  =============================*/
  
  /*
  [f3.Mediaquerie account]
  
  =============================*/
  
  /*
  [f4.Login]
  
  =============================*/
  
  /*
  [f5.Mediaquerie login]
  
  =============================*/
  
  /*
  [f6.Producto]
  
  =============================*/
  
  #cuotas-container {
      font-weight: 300;
      margin-top: 0.5rem;
      font-size: 0.9rem;
  }
  
  #cuotas-container strong{
      font-weight: 800;
  }
  
  span#cuotas {
      font-weight: inherit;
  }
  
  .producto .prateleira ul li {
      width: 19%;
  }
  
  .prateleira #cuotas-container {
      font-weight: normal;
      margin-top: 0;
      padding: 0 0.8rem;
  }
  
  .prateleira .has-tip {
      border: none;
      font-size: 0.6rem;
      color: #777;
      line-height: .7rem;
  }
  
  .selector__size > li[aria-expanded*=true] > a {
      border-radius: 5px 5px 0 0;
  }
  .submenu li a {
      border-radius: 0;
      font-weight:500;
  }
  .selector__size .submenu li:first-child a {
      border-bottom-left-radius:5px;
  }
  
  .selector__size .submenu li:last-child a {
      border-bottom-right-radius: 5px;
  }

  .skuBestPrice {
      color: #00ae7c;
  }
  .prateleira__bestprice.promo {
      color: #00ae7c; 
  }
  
  /*
  [f6_a.Features]
  
  =============================*/
  
  /*
  [f7.Mediaquerie producto]
  
  =============================*/
  
  /* small */
  
  @media only screen and (max-width: 64em) {
      .prateleira__outstock {
          /*         padding-bottom:0; */
          min-height: initial;
      }
      .prateleira__bestprice {
      font-size: 0.75rem;
  }
  .prateleira .has-tip {
     
      font-size:0.6rem;
  
  }
  .yv-bootstrap {
      font-size: 0.6rem !important;
      
  }
  .yv-bootstrap span{
      font-size: 0.75rem !important;  
  }
  .buy-button.buy-button-ref:before {
      border-radius: 0 5px 0px 0;
  }
  
  div#yv-review-quickreview {
      padding: 0 0.5rem;
      width: 50%;
  }
  
  .product__options--mobile #cuotas-container {
      font-size: 0.65rem;
      border:none;
      width: 100%;
      margin: 0;
  }
  
  .product__container {
      margin-top: 0rem;
  }
  .product__selector p {
      font-size: 0.65rem;
  }
  .selector__color a {
      margin-right: 0.5rem;
      max-width: 5rem;
  }
  .selector__size a {
       font-size: 0.75rem;
       color: #999;
       /*height:2.5rem;*/
       height:3rem;
  }
  .product__shop-container {
      margin-bottom: 0;
  }
    .product__shop-container--mobile, .product__shop-content {
  
      position: fixed;
      bottom: 0;
      z-index: 9;
      left: 0;
  }
  .info-desp p {
      font-size: 0.75rem;
  }
  a#simuladordespacho {
      font-size: 0.75rem;
      max-height: 33px;
      border-radius: 5px;
      width: 8.4rem;
  }
  a#retiroentienda {
      font-size: 0.7rem;
      max-height: 33px;
      border-radius: 5px;
      line-height: 0.75rem;
      width: 8.4rem;
  }
  .icon-desp svg {
      max-width: 2.125rem;
  }
  .product__accordion-trigger {
      font-family: 'samsonite sans extended',sans-serif;
      font-size: 0.7rem;
  }
  .productDescription {
      font-size: 0.75rem;
      line-height: 1rem;
  }
  .style__ean {
      font-size: .6rem;
  }
  .style__ean .ean,
  .style__ean .skuReference {
      font-family: var(--tumiFontRegular);
      font-weight: lighter;
      font-size: .6rem
  }
  .product__measure {
      font-family: var(--tumiFontRegular);
      font-size: .6rem;
  }
  .product__shop-content .buy-button.buy-button-ref {
      height: 40px;
  }
  .qtd.pull-left {
          height: 40px;
          width: 100%;
          border-radius: 5px 0 0 0;
          font-size: 0.875re;
      }
      .pull-left.box-qtd {
      height: 40px;
      width:25%;
  }
    .buy-button.buy-button-ref {
      
      width: 75%;
   
  }
  .buy-button.buy-button-ref:before {
  
      font-size: 0.875rem;
  
  }
  .product__img-container  .slick-prev {
      left:1.5rem;
      z-index:9999999;
  }
  .product__img-container .slick-next {
      right:1.5rem;
      z-index:9999999;
  }
  
  .product__img-container .slick-prev:before {
      content: '\f139';
      font-family:solidArrowCollection;
  }
  
  .product__img-container .slick-next:before {
      content: '\f147';
      font-family:solidArrowCollection;
  }
  
  .product__img-container .slick-next:before, .slick-prev:before {
      font-size: 20px;
      line-height: 1;
      opacity: .75;
      color: #000;
  }
  .btn-desp {
     
      height: 33px;
  }
    .producto .prateleira ul li {
      width: 47%;
  }
    .producto__colection {
      font-size: 0.75rem;
      color: #777;
      letter-spacing: .1em;
      line-height: .81rem;
      text-align: center;
      text-transform: uppercase;
      margin-top: .8rem;
      margin-bottom: .2rem;
      order: 0;
  }
    .producto__nombre-content {
      
      font-size: 0.85rem;
      
  }
  
  
  
  }
  
  /* medium */
  
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .prateleira ul li {
          width: 47%;
      }
    
      .prateleira__info {
          height: 158px;
          max-height: 158px;
      }
      .prateleira__bestprice {
      font-size: 0.75rem;
  }
      .prateleira .has-tip {
      font-size:0.6rem;
  }
  .buy-button.buy-button-ref:before {
      border-radius: 0 5px 0px 0;
  }
  .product__img-container .slick-prev {
      left:1.5rem;
      z-index:9999999;
  }
  .product__img-container .slick-next {
      right:1.5rem;
      z-index:9999999;
  }
  
  .product__img-container .slick-prev:before {
      content: '\f139';
      font-family:solidArrowCollection;
  }
  
  .product__img-container .slick-next:before {
      content: '\f147';
      font-family:solidArrowCollection;
  }
  
  .product__img-container .slick-next:before, .slick-prev:before {
      font-size: 20px;
      line-height: 1;
      opacity: .75;
      color: #000;
  }
    .producto .prateleira ul li {
      width: 19%;
  }
  
  }
  
  /*
  [f7_a.Mediaquerie features]
  
  =============================*/
  
  /*
  [f8.Categoria]
  
  =============================*/
  
  /*
  [f9.Mediaquerie categoria]
  
  =============================*/
  
  /* small */
  
  @media only screen and (max-width: 40em) {}
  
  /* medium */
  
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .categ__content {
          width: 95%;
      }
  }
  
  /* large */
  
  @media screen and (min-width: 64em) {}
  
  /* xlarge */
  
  @media only screen and (min-width: 90.063em) {}
  
  /*
  [f10.Departamento]
  
  =============================*/
  
  .colorValue.CafÃƒÆ’Ã‚Â©, .colorValue.Cafe {
      background-color: #6d493c
  }
  /*
  [f11.Mediaquerie departamento]
  
  =============================*/
  
  /*
  [f12.Busca]
  
  =============================*/
  
  .categ__products.active .prateleira ul li {
      max-height: none;
  }
  
  /*
  [f13.Mediaquerie busca]
  
  =============================*/
  
  /*
  [f14.Marca]
  
  =============================*/
  
  /*
  [f15.Mediaquerie marca]
  
  =============================*/
  
  /*
  [f16.Giftlist]
  
  =============================*/
  
  /*
  [f17.Mediaquerie giftlist]
  
  =============================*/
  
  /*
  [f18.Estatico]
  
  =============================*/
  
  h3.sideNav__title {
      font-family: var(--tumiFontBold);
      /* font-weight: bold; */
      font-size: 1rem;
      line-height: 2.6rem;
      text-transform: uppercase;
  }
  
  #ci-contactinfo h5 {
      font-size: 2rem;
      text-transform: uppercase;
      font-family: 'GT America', sans-serif !important;
      font-weight: bold;
      color: var(--negroTumi);
      letter-spacing: 0.2rem;
      line-height: 3rem;
  }
  
  #ci-contactinfo p {
      font-family: 'GT America', sans-serif !important;
      color: #000;
      font-size: 1.5rem;
      letter-spacing: 0.05rem;
      /* line-height: 2.5rem; */
      text-transform: uppercase;
  }
  .accordion label {
      font-family: var(--tumiFontRegular);
      font-size: .8rem;
      /* font-size: 1rem; */
      line-height: 2rem;
  }
  
  .accordion-title {
      font-family: var(--tumiFontBold);
      font-size: 0.9rem;
      color: #2E2A26;
      padding-left: 1rem;
      border:none;
      border-bottom: 1px solid #eaeaea;
      padding-right: 3rem;
      width: 100%;
  }
  
  .accordion-title:before {
      position: absolute;
      top: 50%;
      right: 1rem;
      margin-top: -.5rem;
      content: '\f124';
      font-family: 'SolidArrowCollection';
      color: var(--negroTumi);
      font-weight: 100;
  }
  
  .accordion-title:visited {
     color: var(--negroTumi);
  }
  
  .accordion-title:focus, .accordion-title:hover {
      background-color: transparent;
  }
  .is-active > .accordion-title:before {
     
      content: '\f158';
  
  }
  
  input#contact_submit {
      border-radius: 5px;
      background-color: var(--negroTumi);
      font-family: var(--tumiFontBold);
      font-size: 0.8rem;
      text-transform: uppercase;
      padding: 0;
      margin-top:1rem;
      line-height: 28px;
      width: 100%;
      max-width: 80px;
  }
  
  div#ci-contactbutton label {
      display: none;
  }
  
  .static__infoContent-content form input, .static__infoContent-content form textarea {
      border: 1px solid #eaeaea;
  }
  
  .static__infoContent-content form input::placeholder, .static__infoContent-content form textarea::placeholder {
    color:#555;
  }
  
  #contact_submit {
      background: var(--rojoTumi);
      border: none;
      border-radius: 5px;
      padding: 1rem 2rem;
      text-transform: uppercase;
      font-family: var(--tumiFontBold);
      font-size: 1rem;
  }
  .accordion-content{
      border:none;
  }
  
  /*
  [f18_a.La historia Samsonite]
  
  =============================*/
  
  .historia .static__sideBarNavigation-container {
      display: none;
  }
  
  .historia .static__infoContent-content {
      width: 100%;
  }
  
  .historia .static__infoContent-container {
      width: 100%;
      padding:0;
  }
  
  .historia .static__recomendations {
      display: none;
  }
  
  .banner_container {
      position: relative;
      width: 100%;
      display: block;
      /* min-height: unset; */
  }
  
  .banner_text {
      position: absolute;
      width:36%;
      top:50%;
      left:14.25%;
      transform:translate(-14.25%,-50%);
      z-index: 1;
  }
  
  .banner_text h1 {
      color: white;
      font-size: 2rem;
      /* font-weight: bold; */
      font-family: var(--tumiFontBold);
      margin-bottom: 1rem;
  }
  
  .banner_text p {
      color: white;
      font-size: 1rem;
      line-height: 1.7rem;
  }
  
  .banner_container img {
      width: 100%;
      position: relative;
  }
  
  .timeline_section1 {
      display: flex;
      flex-direction: row;
      position: relative;
      margin: 1rem 0;
  }
  
  .timeline_container {
      width: 71.5%;
      margin: 0 auto;
      display: block;
  }
  
  .profile_image {
      width: 50%;
  }
  
  .profile_text {
      width: 60%;
      padding: 1rem;
  }
  
  .profile_text h1 {
      font-size: 1.5rem;
      font-weight: 600;
      color: #999;
      text-transform: uppercase;
      letter-spacing: 0.05rem;
      margin-bottom: 0.8rem;
  }
  
  .profile_text p {
      font-size: 0.9rem;
      line-height: 28px;
  }
  
  /* Media Queries */
  /* Card sizing */
  /* Colors */
  /* Calculations */
  /* Placeholders */
  @media (min-width: 1000px) {
    #timeline .demo-card:nth-child(odd) .head::after, #timeline .demo-card:nth-child(even) .head::after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
    }
  
    #timeline .demo-card:nth-child(odd) .head::before, #timeline .demo-card:nth-child(even) .head::before {
      position: absolute;
      content: "";
      width: 9px;
      height: 9px;
      background-color: #fff;
      border-radius: 9px;
      box-shadow: none;
      margin: 2rem 0;
      border: 1px solid #999;
    }
  }
  /* Some Cool Stuff */
  .demo-card:nth-child(1) {
    order: 1;
  }
  
  .demo-card:nth-child(2) {
    order: 4;
  }
  
  .demo-card:nth-child(3) {
    order: 2;
  }
  
  .demo-card:nth-child(4) {
    order: 5;
  }
  
  .demo-card:nth-child(5) {
    order: 3;
  }
  
  .demo-card:nth-child(6) {
    order: 6;
  }
  
  /* Border Box */
  * {
    box-sizing: border-box;
  }
  
  /* Fonts */
  body {
    font-family: 'GT America',sans-serif;
  }
  
  #timeline {
    padding: 1rem 0;
    background: transparent;
    border-top: 1px solid rgba(191, 191, 191, 0.4);
    border-bottom: 1px solid rgba(191, 191, 191, 0.4);
  }
  #timeline h1 {
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
    font-family: 'Titillium Web', sans-serif;
  }
  #timeline p.leader {
    text-align: center;
    max-width: 90%;
    margin: auto;
    margin-bottom: 45px;
  }
  #timeline .demo-card-wrapper {
    position: relative;
    margin: auto;
  }
  @media (min-width: 1000px) {
    #timeline .demo-card-wrapper {
      display: flex;
      flex-flow: column wrap;
      width: 61rem;
      height: 220rem;
      margin: 0 auto;
      /* max-height: 9%; */
    }
  }
  #timeline .demo-card-wrapper::after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid rgba(191, 191, 191, 0.4);
  }
  @media (min-width: 1000px) {
    #timeline .demo-card-wrapper::after {
      border-left: 1px solid #bdbdbd;
    }
  }
  #timeline .demo-card {
    position: relative;
    display: block;
    margin: 10px auto 80px;
    max-width: 94%;
    z-index: 2;
  }
  @media (min-width: 480px) {
    #timeline .demo-card {
      max-width: 60%;
      box-shadow: none;
    }
  }
  @media (min-width: 720px) {
    #timeline .demo-card {
      max-width: 40%;
    }
  }
  @media (min-width: 1000px) {
    #timeline .demo-card {
      width: 38.5%;
      height: auto;
      margin: 68px;
      margin-top: 1rem;
      margin-bottom: 1rem;
      max-width: 38.5%;
    }
    #timeline .demo-card:nth-child(odd) {
      margin-right: 45px;
      order: 0;
    }
    #timeline .demo-card:nth-child(odd) .head::after {
      border-left-width: 15px;
      border-left-style: solid;
      left: 100%;
    }
    #timeline .demo-card:nth-child(1) .head::before {
      background-color: var(--rojoTumi);
    }
    #timeline .demo-card:nth-child(odd) .head::before {
      left: 26rem;
    }
    #timeline .demo-card:nth-child(even) {
      margin-left: 45px;
      order: 1;
    }
    #timeline .demo-card:nth-child(even) .head::after {
      border-right-width: 15px;
      border-right-style: solid;
      right: 100%;
    }
    #timeline .demo-card:nth-child(even) .head::before {
      right: 26.05rem;
    }
    #timeline .demo-card:nth-child(2) {
      margin-top: 5rem;
    }
  }
  #timeline .demo-card .head {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
  }
  #timeline .demo-card .head .number-box {
    display: none;
    float: left;
    margin: 15px;
    padding: 10px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.17);
  }
  #timeline .demo-card .head h2 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: inherit;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 6px;
    line-height: 1rem;
    display: none;
  }
  @media (min-width: 480px) {
    #timeline .demo-card .head h2 {
      font-size: 165%;
      line-height: 1.2rem;
    }
  }
  #timeline .demo-card .head h2 span {
    display: block;
    font-size: 0.6rem;
    margin: 0;
  }
  @media (min-width: 480px) {
    #timeline .demo-card .head h2 span {
      font-size: 0.8rem;
    }
  }
  #timeline .demo-card .body {
    background: #fff;
    border: 1px solid #707070;
    /* border-top: 0; */
    padding: 15px;
    border-radius: 8px;
  }
  @media (min-width: 1000px) {
    #timeline .demo-card .body {
      height: auto;
    }
  }
  #timeline .demo-card .body p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  #timeline .demo-card .body img {
    display: block;
    width: 100%;
  }
  
  
  /*
  [f18_b.venta corporativa]
  
  =============================*/
  .corporativa_title {
      width:100%;
      text-align:center;
      font-size: 1.5rem;
      color: var(--negroTumi);
      text-transform:uppercase;
      /* font-weight: bolder; */
      line-height: 1.8125rem;
      padding: 2rem 0;
      letter-spacing: 0.2rem;
  }
  
  .corporativa_contact h1 {
      font-size: 1.5rem;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0.05rem;
      line-height: 1.8125rem;
  }
  
  .corporativa_section {
      display: flex;
      width: 100%;
      align-items: flex-start;
      justify-content: center;
      flex-wrap: wrap;
      align-items: center;
  }
  
  .corporativa_section_1_left h1{
      font-weight: bold;
      /* text-transform:uppercase; */
      text-align: center;
      margin-bottom: 55px;
      font-size: 1.125rem;
      line-height: 1.375rem;
      color: #000;
      flex: 100%;
  }
  
  .box_offer {
      flex: 1;
      max-width: 20%;
  }
  
  .corporativa_section_1_left p{
      text-align: center;
      margin-bottom:1rem;
      font-size: 1.125rem;
      line-height:1.5rem;
      color: #000;
      font-weight: 500;
  }
  
  .corporativa_section_1_right h1{
      font-weight:600;
      text-transform:uppercase;
      text-align:left;
      margin-bottom:1rem;
      font-size: 1.125rem;
      line-height:1.7rem;
      color: #2E2A26;
  }
  
  .corporativa_section_1_right ul {
      margin-bottom:1rem;
      list-style: none;
      /* text-align: left; */
      padding-left: 1rem;
  }
  
  .corporativa_section_1_right ul li:before {
    content: "\2713";
    font-weight: bold;
    color: #000;
  }
  
  .corporativa_section_1_right ul li{
      text-align:left;
      font-size: 1.125rem;
      line-height:1.5rem;
      color: #000;
    font-weight:500;
  }
  
  
  .corporativa_section_1_left, .corporativa_section_1_right {
      padding-top: 0;
      text-align: center;
  }
  
  .corporativa_section_1_left{
    width:100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-bottom: 55px;
    border-bottom: 1px solid #eaeaea;
    margin: 0 15rem;
  }
  
  .corporativa_section_1_center, .corporativa_section_1_right {
      width: 50%;
      /* display: flex; */
      /* flex-direction: column; */
      /* justify-content: center; */
      /* justify-items: center; */
  }
  
  .corporativa_section_2_center {
      text-align: center;
      width: 100%;
      display:flex;
      flex-direction:column;
      align-items: center;
  }
  
  .corporativa_section_2_center p{
      color:#777;
      font-size:1.1rem;
      line-height:1.25rem;
      letter-spacing: 0.1rem;
  }
  
  a.btn_catalogo {
      background: var(--rojoTumi);
      color:#fff;
      padding:1rem 2rem;
      border-radius:25px;
      text-transform:uppercase;
      margin-bottom: 2rem;
  }
  
  .corporativa_section_form {
      background-color: #f4f4f4;
      display: flex;
      justify-content: center;
      padding: 55px 8rem;
  }
  
  .corporativa_section_3_center {
      width: 40%;
  }
  
  .corporativa_section_3_center h1{
      width: 100%;
      text-align:center;
      font-size:1.25rem;
      text-transform:uppercase;
      font-weight:600;
      line-height: 3.2rem;
  }
  
  .corporativa_section_3_center p{
      width: 100%;
      text-align:center;
      color: #000;
      line-height: 1.2rem;
      letter-spacing: 0.1rem;
      font-size: 1rem;
    margin: 1rem 0;
  }
  
  form#corporativa_form {
      display: flex;
      flex-direction: column;
  }
  
  #corporativa_form .row {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      max-width: none;
      margin: 0;
  }
  
  #corporativa_form .row:last-child {
      justify-content:flex-start;
  }
  
  #corporativa_form .row input[type=text], #corporativa_form .row input[type=tel],#corporativa_form .row input[type=email]{
      width: 100%;
      border:none;
  }
  #corporativa_form .row input[type=text]::placeholder, #corporativa_form .row input[type=tel]::placeholder,#corporativa_form .row input[type=email]::placeholder, #corporativa_form .row textarea::placeholder{
     color:#000
  }
  
  #corporativa_form .row textarea{
      border:none;
      max-width: 100%;
  }
  
  input#corp_send {
      background-color: var(--negroTumi);
      color: white;
      /* padding: 1rem 2rem; */
      border-radius: 5px;
      font-weight:bold;
      text-align: center;
      left: 0;
      position: relative;
      max-width: 120px;
      height: 40px;
      line-height: 40px;
  }
  
  .corporativa_section_4_left {
      flex: 100%;
      /* padding: 5rem; */
      max-width: 100%;
      position: relative;
      /* height: 25.6rem; */
      /* width: 50%; */
  }
  .corporativa_section_4_left h1{
      font-family: var(--tumiFontBold);
      font-size:1.4rem;
      margin-bottom:1rem;
      text-transform: uppercase;
      /* position: absolute; */
      /* top: 50%; */
      /* left: 50%; */
      /* transform: translate(-75%,-125%); */
      font-weight:bold;
  }
  .corporativa_title span {
      font-weight: bold;
  }
  
  .corporativa_section_1_center {
      text-align: right;
      padding: 55px 0;
  }
  
  .corporativa_section_4_left p{
      margin-bottom:0;
      
  }
  
  .corporativa_section_4_left .fa{
      color:var(--negroTumi);
  }
  
  .corporativa_section_contact {
      display: flex;
      align-items: center;
      margin-bottom: -2px;
      flex-wrap: wrap;
  }
  
  .corporativa_section_4_right {
      flex: 100%;
      text-align: center;
      padding: 55px;
  }
  .contacto .static__recomendations {
      display: none;
  }
  
  .venta-corporativa .static__recomendations {
      display: none;
  }
  .venta-corporativa .static__sideBarNavigation-container {
      display: none;
    width:0%;
  }
  .venta-corporativa .static__infoContent-content {
    width:100%;
  }
  .venta-corporativa .static__infoContent-container {
    width:100%;
    padding:0;
  }
  .corporativa_contact {
      /* position: absolute; */
      /* top: 50%; */
      /* left: 50%; */
      /* transform: translate(-50%,-50%); */
  }
  

  
  /*
  [f18_c.Newsletter]
  
  =============================*/
  
  .newsletter-form .static__infoContent-container {
      width: 100%;
      padding: 0;
  }
  
  .newsletter-form .static__sideBarNavigation-container {
      display: none;
  }
  
  .newsletter-form .static__infoContent-content {
      width: 100%;
  }
  
  .newsletter-form h1 {
      font-size: 1.5rem;
      font-weight: lighter;
  }
  
  .newsletter-form .static__infoContent-content strong {
      font-weight: bold;
      font-family: 'samsonite sans standard';
      text-transform: uppercase;
  }
  
  .newsletter-form .static__infoContent-content p {
      margin: 1rem 0;
      /* font-family: 'samsonite sans standard'; */
      /* text-transform: uppercase; */
      /*font-size: 1.125rem;*/
  	  font-size: .8rem;
  }
  
  #newsletter-form [type=text],#newsletter-form [type=date], #newsletter-form [type=email] {
      width:40%;
      box-shadow: none;
      border-radius: 5px;
      border-color: #999;
      max-width: 536px;
      height: 50px;
  }

 /* Removes the spin button */
input[type="date"]::-webkit-inner-spin-button { 
    display: none;
}
  
  #newsletter-form input[type=radio],#newsletter-form input[type=radio]:not(:checked),#newsletter-form input[type=radio]:checked, #newsletter-form [type=checkbox] {
      height: 1.25rem;
      width: 1.25rem;
      position: relative;
      margin:0.5rem;
  }
  
  #newsletter-form span {}
  
  #newsletter-form input[type="submit"] {
      color: #fff;
      background-color: #000;
      border-radius: 5px;
      line-height: 2.3rem;
      font-size: 1rem;
      width: 100%;
      max-width: 260px;
      font-family: 'samsonite sans standard',sans-serif;
      text-transform: uppercase;
  }
  
  #newsletter-container{
      background: url(/arquivos/fondo-landing-formulario-hos.jpg);
      width: 100%;
      height: 100%;
      background-position: center top;
      padding: 3rem 5rem;
      padding-bottom: 8rem;
  }
  
  /*
  [f19.Mediaquerie estatico]
  
  =============================*/
  
  /*
  [f19_a.Mediaquerie la historia tumi]
  
  =============================*/
  
  /*
  [f19_b.Mediaquerie la diferencia tumi]
  
  =============================*/
  
  @media only screen and (max-width: 64em) {
  
  .corporativa_section {
      display: flex;
      flex-direction:column;
      align-items: center;
    justify-content: center;
  }
  .corporativa_section_1_left, .corporativa_section_1_right {
      padding-bottom: 2rem;
      width: 100%;
  }
  .corporativa_section_1_left{
    width:100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 0;
    border-bottom: none;
    margin: 0;
    align-items: center;
  }
  .corporativa_section_1_left h1{
      font-size: .875rem;
      text-align:center;
      margin: 1rem;
  }
  .box_offer {
      flex: 100%;
      max-width: 100%;
      text-align: center;
      width: 100%;
  }
  .corporativa_section_1_left p{
      text-align:center;
      font-size:0.75rem;
      padding-bottom: 0;
  }
  
  .corporativa_section_1_right h1{
      font-weight:600;
      font-size: 1.125rem;
      text-align:center;
      width: 100%;
      /* display: inline-flex; */
  }
  
  .corporativa_section_1_right ul {
      margin: 0 auto;
      list-style: none;
      /* text-align: left; */
      padding-left: 1rem;
      text-align: left;
      width: 80%;
  }
  
  .corporativa_section_1_right ul li{
      text-align: left;
      font-size: 0.875rem;
  }
  .corporativa_section_2_center p{
      font-size:0.75rem;
      line-height:1.25rem;
      letter-spacing: 0rem;
      font-weight:bold;
  }
  a.btn_catalogo {
      padding:0.85rem 2.4rem;
      border-radius:25px;
      text-transform:uppercase;
      margin-bottom: 2rem;
      font-size: 0.75rem;
      line-height: 0.75rem;
      font-weight: bold;
  }
  .corporativa_section_form {
      padding: 1.5rem 0rem;
  }
  .corporativa_section_3_center {
      width: 90%;
  }
  .corporativa_section_3_center h1{
      font-size:0.875rem;
      font-weight:600;
      line-height: 3.2rem;
  }
  .corporativa_section_3_center p{
      line-height: 1.2rem;
      letter-spacing: 0rem;
      font-size: 0.75rem;
      font-weight:bold;
  }
  #corporativa_form .row input[type=text], #corporativa_form .row input[type=tel],#corporativa_form .row input[type=email]{
      width:100%;
      border:none;
      font-size: 0.75rem;
  }
  #corporativa_form .row {
      flex-direction: column;
      justify-content: space-between;
  
  }
  input#corp_send {
      max-width: 100%;
      font-size:0.75rem;
      height:40px;
      line-height:25px;
      padding:0;
      text-align: center;
  }
  .corporativa_section_contact {
      flex-direction: column;
      align-items: center;
      margin-bottom: 0;
  }
  .venta-corporativa .static__infoContent-content {
          padding: 0;
          width: 100%
      }
  .corporativa_section_4_right {
      order: 1;
  }
  .corporativa_section_4_left {
      order: 1;
  }
  .corporativa_contact {
      text-align:center;
      width: 100%;
  }
  .corporativa_section_4_left h1{
      font-family: var(--tumiFontBold);
      font-size:0.875rem;
      margin-bottom:1rem;
      text-transform: uppercase;
      font-weight:600;
  }
  .corporativa_section_4_left p{
      margin-bottom:0;
      font-size:0.75rem;
  }
  .corporativa_section_4_left {
      flex: 1;
      padding: 0;
      max-width: 100%;
      position: relative;
      width:100%;
  }
  .corporativa_title {
      width:100%;
      text-align:center;
      font-size: 1rem;
      padding: 1rem 0;
      line-height: 1rem;
  }
  #corporativa_form .row textarea{
      font-size: 0.75rem;
  }
  .banner_container {
      display:flex;
      flex-direction: column;
  }
  
  .banner_text {
      position: relative;
      width:100%;
      top:0%;
      left:0%;
      transform:none;
      z-index: 1;
      order:1
  }
  
  .banner_text h1 {
      color: var(--rojoTumi);
      font-size: 0.875rem;
      font-weight: 600;
      font-family: var(--tumiFontRegular);
      margin: 1rem 0;
  }
  
  .timeline_container {
      width: 90%;
      display: block;
  }
  .timeline_section1 {
      flex-direction: column;
  }
  .profile_image {
      width: 100%;
  }
  
  .profile_text {
      width: 100%;
      padding: 0rem;
  }
  .profile_text h1 {
      font-size: .875rem;
      font-weight: 600;
      color: #000;
      text-transform: uppercase;
      letter-spacing: 0rem;
      line-height: 1rem;
      margin:1rem 0
  }
  
  }
  
  /* medium */
  
  @media only screen and (max-width: 64em) {
     
     #ci-contactinfo h5 {
      font-size: 0.875rem;
      text-transform: uppercase;
      font-family: var(--tumiFontRegular);
      font-weight: 600;
      margin-bottom: 1rem;
  }
  #ci-contactinfo p {
      font-family: var(--tumiFontRegular);
      color: #000;
      font-size: 0.875rem;
      line-height:1.125rem;
  }
  .accordion-title {
      font-size: 0.875rem;
  }
  .static__infoContent-content p {
      font-size: .875rem;
      color: #000;
      margin-bottom: 1rem;
      line-height: 1.25rem;
      text-align: justify;
  }
  .static__infoContent-content p:last-child {
      margin-bottom: 1rem;
  }
  .static__sideBarNavigation-container {
          order:1;
      }
    .static__sideBarNavigation-content a.active {
    display:none;
  }
      #newsletter-container{
      padding: 1rem;
      padding-bottom: 1rem;
  }
  #newsletter-form [type=text],#newsletter-form [type=date], #newsletter-form [type=email] {
      width:100%;
  }
  .newsletter-form .static__infoContent-content p {
      /* font-size: 0.8rem; */
      text-align: left;
  }
  #newsletter-form input[type="submit"] {  
      max-width: 100%;
  }
  .static__infoContent-content p:last-child {
  
      font-size: 0.8rem;
  }
  
  }
  
  /*
  [f19_c.Mediaquerie responsabilidad empresarial Tumi]
  
  =============================*/
  
  /*
  [f20.Sistema]
  
  =============================*/
  
  /*
  [f21.Mediaquerie sistema]
  
  =============================*/
  
  @media only screen and (max-width: 64em) {
  iframe.zEWidget-launcher.zEWidget-launcher--active {
      bottom:2.5rem!important;
      
  }
    .product__img-container, .product__left-side-container {
      height: auto;
  }
    
    .carousel-news .slick-dots {
      position: relative;
      width: 50%;
      justify-content: center;
  }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
      display: block;
      width: 0;
      height: 0;
      border: none;
      content: '\e145';
      border-bottom-width: 0;
      border-top-style: solid;
      border-color: transparent transparent;
      position: absolute;
      top: 30%;
      transform: translateY(-30%);
      margin-top: 0px;
      right: 3rem;
      font-family: 'Material Icons';
      color:#fff;
  }
  .accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after {
      display: block;
      width: 0;
      height: 0;
      border: none;
      content: '\e15b';
      border-bottom-width: 0;
      border-top-style: solid;
      border-color: transparent transparent;
      position: absolute;
      top: 30%;
      transform: translateY(-30%);
      margin-top: 0px;
      right: 2rem;
      font-family:'Material Icons';
      /*color: var(--rojoTumi);*/
      color: #fff;
  }
    .navigation-cart__content--mobile {
      display: flex;
      flex-direction: row;
      align-items: center;
  }
    .navigation-cart__container--mobile .amount-items:before {
      display:none;
  }
    .navigation__aditionalInfo--mobile a div{
      padding-right:1rem;
  }
    .navigation__buttonSearch--mobile {
      padding: 0 1rem;
  }
    .navigation__right--mobile {
      height: 56px;
      padding-right: .5rem;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: flex-end;
  }
    
  }
  
  /*
  [f22.Nuestras tiendas]
  
  =============================*/
  
  /*
  [f23.Mediaquerie nuestras tiendas]
  
  =============================*/
  
  /*
  [f24.Mapa del sitio]
  
  =============================*/
  
  /*
  [f25.Mediaquerie mapa del sitio]
  
  =============================*/
  
  /*
  [f26.Orders]
  
  =============================*/
  
  .db.dib-ns.mb3.mb0-ns:last-child,
  .myo-cancel-btn {
      display: none !important;
  }
  
  /*
  [f27.Mediaquerie orders]
  
  =============================*/
  
  
  /*
  [HOME CAMBIOS]
  
  =============================*/
  
  @media only screen and (max-width:90em) {
  
    .categ__btn-filter--mobile {
      background-color: transparent;
      color: #000;
      font-family: 'gt america',sans-serif;
      letter-spacing: 0;
      border-right: 1px solid #999;
      border-radius: 0;
    }
    
    .sub .resultado-busca-filtro fieldset select {
      /* width: 100%; */
    }
    
    .navigation__aditionalInfo--mobile a {
      
      background-color: black;
    }
    
    .drilldown .is-drilldown-submenu-parent>a::after,
    .drilldown .js-drilldown-back>a::before {
      
      color: var(--verdeSaxoline);
    }
    
    .drilldown .js-drilldown-back>a::before {
      
      color: #fff
    }
    
    .js-drilldown-back a {
      color: #000;
      background-color: var(--verdeSaxoline);
    }
    .navigation__closebutton--left {
      
      padding-left: 0rem; 
    }
    
  }
  
  
  .depto__banner-btn, a.depto__banner-btn:visited {
    max-height: 48px;
  }
  
  #megamenu-viajes .col-3 {
    width: 32%;
  }
  
  img {
    vertical-align: middle;
  }
  
  
  .producto__colection p.texto.brand {
       text-align:left;
       font-size:0.75rem;
       font-family:'Samsonite Sans Standard',sans-serif;
       color:#000;
  }

.carrusel i.arrowicon-right-chevron-1.slick-next.slick-arrow:before {
    color: #fff;
}

.carrusel i.arrowicon-left-chevron-1.slick-prev.slick-arrow:before {
    color: #fff;
}
  /*
  
  [Vitrina Selecct]
  =============================*/
  
  .filterBy:before,
  .orderBy:before {
    z-index: -1;
  }
  /*
  
  parallax samsonite
  
  */
  .parallax.samsonite{
  
      /* The image used */
      background-image: url(/arquivos/banner-landing-samsonite-1.jpg);
  }
  
  /*
  
  HOME
  */
  
  .brand_col strong {
      display:none;
  }
  
  @media only screen and (max-width: 40em){
  div#ci-contactinfo {
      text-align: center;
  }
  input#smnt_nombre {
      font-size: .85rem;
  }
    
  div#smnt-contactbtn {
      text-align: center;
  }
  
  h2.line-title {
      text-align: center;
  }
  .footer__rrss .footer__elements{
      width: 52%;
  }
  form#Form-samsonite-contact input {
      -webkit-box-shadow: none;
      box-shadow: none;
  } 
  form#Form-samsonite-contact textarea {
      -webkit-box-shadow: none;
      box-shadow: none;
  }
    
  }
  
  
  /*home Pop-up*/
  
  
  
  .CoverPop-content.splash-center {
      width: 29%;
      background: white;
  }
  
  input#primeraCompra_submit {
      width: 92%;
  }
  .coverPop__emailPromo input {
      width: 92%;
      border-radius: 5px;
      border: 1px solid #000;
      color: #000;
  }
  
  .coverPop__tempContent.lanzamiento {
      width: 100%;
      height: 290px;
  }
  
  .coverPop__emailPromo [type="email"] {
      margin-bottom: .5rem;
  }
  
  input#pc_email {
  
      border-radius: 0;
  
  }
  
  input#popUpC_submit {
      padding: .5rem;
      background-color: black;
      color:white;
  }
  
  
  @media only screen and (max-width: 40em) {
    .coverPop__tempContent.lanzamiento {
     padding-left: 0;
  }
  .CoverPop-content.splash-center {
      width: 77%;
  }
  .coverPop__emailPromo input {
      width: 85%;
  }
  .coverPop__emailPromo .btn.submit {
      width: 85%;
  }
  input#popUpC_submit {
      width: 85%;
  }
  .coverPop__tempContent.lanzamiento {
  
      padding-left: 0rem !important;
  }
  input#pc_email {
      width: 85%;
  }
  
  }
  
  
  /* Cambios menu*/
  .navigation__menu {
      width: 100%;
  }
  
  a.megamenu-outlet,a.megamenu-outlet:hover,a.megamenu-outlet:visited{
    color: #F82626
  }
  
  
  .resultado-busca .search-single-navigator{
      display: block!important;
   }
   
   .filtros-new .box-filtro.checkbox {
      display: block!important;
   }
   .resultado-busca .search-single-navigator ul {
         overflow: overlay;
   }
  
   .outlet-mobile{
    color: #F82626 !important;
   }

   .footer__navigation i.material-icons {
    font-size: 15px !important;
}
  .footer__col-1 {
      width: 24%;
  }
  .footer__col-2 {
      width: 80%;
  }
  .footer__navigation {
      width: 90%;
  }

  /*FILTROS CATEGORIA ESTILO*/
  .search-single-navigator  h3{
    margin-bottom: .5rem !important;
    text-transform: capitalize;
    font-size: 0.9rem;
    font-weight: bold;
}

.box-filtro.checkbox .ver-categoria{
    font-size: 0.8rem;
    padding: .6rem 0 .6rem 0rem;
    font-weight:500;
}

.sub-titulo.Tipo.de.Producto {
    margin-left: 0 !important;
}

.opcoes a{
    font-size: .8rem;
    color: #999;
    font-family: var(--tumiFontRegular);
    font-weight: 400;
   
}
.opcoes ul, .opcoes.Tipo.de.Producto {
    margin-left: 0 !important;
    padding-top: 0.5rem;
}

    
.sub-titulo.active h5:after{
    content: "\e15b"; 
}

.box-filtro.checkbox .ver-categoria, .opcoes a{
     color: #999;

}

.opcoes a i.fa.fa-square-o {
    font-size: 1.1rem;
}

@media screen and (max-width: 39.9375em) {
    .navigation {
   margin: 20px 10px 0 30px;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 64em) {
    .navigation {
    margin: 40px 20px 0 30px;
    }
}

@media screen and (min-width: 20em) and (max-width: 64em) {
    .navigation {
      top: 0 !important;
      width: 90%!important;
      margin: 2px !important;
    }
    .banner_row .col-2 {
        padding: 0 !important;
    }
}

@media screen and (min-width: 667px) and (max-width: 64em) {
    .home__categorias-content {
        display: contents;
    }
    .home__categorias-element{
        position: relative;
        min-height: 320px;
        width: 31.5%;
        padding: 5px;
    }
    .home__categorias-texto p{
        font-size: 1.5em;
    }
    .banners_promotional_container .brand_container {
        margin: 5px;
    }
}

@media screen and (min-width: 20em) and (max-width: 640px) {
    .pages li.next {      
        width: auto;
        padding-left: 5em;
    }
}

/*Landig CONTACTO
=====================
*/
.contacto .accordion {
    font-family: 'gt america',sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    color: #000;
    line-height: 24px;
    margin: 1rem 0 0 0;
    align-self: flex-start;
}

/*LANDING VICTIMA DE FRAUDE
============================
*/
.estatico-parrafo {
    margin-top: 1.5rem;
    line-height: 1.6;
}


/*FOURSIXTY
=====================*/

.text-foursixty {
    text-align: center;
    width: 100%;
    margin-top: 3%;
}
.text-foursixty h1 {
    text-align: center;
    width: 100%;
    font-family: 'Samsonite Sans Standard',sans-serif; 
}

/*---VENTAS CORPORATIVAS DESKTOP---*/
.venta-corporativa .static__infoContent-content {
    width: 100%;
}

.corporativa_title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.7rem;
    padding: 2rem 0;
}

.static__infoContent-content .corporativa_title span {
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: 0 0;
    font-family: 'Samsonite Sans Standard',sans-serif;
}

.corporativa_section {
    display: flex;
    width: 100%;
    align-items: flex-start;
/*     justify-content: center; */
}

.corporativa_section_1_left, .corporativa_section_1_right {
    padding-top: 15%;
    width: 20%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: 0;
    padding-bottom: 0;
    border-bottom: 0;
    margin: 0;
}

.corporativa_section_1_center {
     text-align: 0;
     padding: 0;
}

.corporativa_section_1_center, .corporativa_section_1_right {
     display: flex;
     flex-direction: row;
     justify-content: 0;
     justify-items: 0;
}

.corporativa_section_1_center, .corporativa_section_1_right {
     width: none !important;
     display: flex;
     flex-direction: 0;
     justify-content: 0;
     justify-items: 0;
}

.corporativa_section_1_center {
     width: 30%;
}

.corporativa_section_1_right ul li {
    list-style: disc;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #777;
}

.corporativa_section_1_left p{
      text-align: right;
}

.corporativa_section_1_left h1, .corporativa_section_1_right h1 {
   
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.7rem;
    color: #2E2A26;
}

a.btn_catalogo {
    display: none;
}

.corporativa_section_1_right ul li:before {
     display: none;
}

.corporativa_section_form {
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    padding: 1.5rem 8rem;
    width: 100%;
}

.corporativa_section_3_center {
    width: 100%;
}

.corporativa_section_4_left{
       flex: 1;
       max-width: 50%;
       width: 50%;
       height: 25.6rem;
       padding: 5rem;
       position: relative;
}

.corporativa_section_4_right {
    flex: 1;
    width: 100%;
    padding: 0;
}

.corporativa_section_4_right img {
    width: 100%;
}

.corporativa_section_contact {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    width: 100%;
  
}

.corporativa_contact {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/*---VENTAS CORPORATIVAS MOBILE - TABLET---*/
@media screen and (max-width: 64em){
    .corporativa_section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 64em)  {
    .corporativa_section_1_left, .corporativa_section_1_right {
        padding-top: 0;
        width: 100% !important;
        align-items: center;
    }
    .corporativa_section_1_left p, .corporativa_section_1_right p, 
    .corporativa_section_1_right ul li  {
        text-align: center !important;
        list-style: none;
    }
    .corporativa_section_1_right {
        margin-bottom: 20px;
    }
    .corporativa_section_1_left h1 {
        font-size: .75rem;
        text-align: center;
        margin-bottom: 0;
    }
    .corporativa_section_1_right h1, .corporativa_section_1_right ul li {
        font-weight: 0;
        font-size: 0.75rem;
        text-align: center;
        width: 100%;
    }
    .corporativa_section_1_center {
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .static__infoContent-content p {
        font-size: .75rem;
        color: #555;
        margin-bottom: 1.5rem;
        line-height: 1.25rem;
        text-align: center;
    }
    .static__infoContent-content .corporativa_title span{
        width: 100%;
        text-align: center;
        font-size: 0.875rem;
        padding: 2rem 0 1rem 0;
        line-height: 1rem;
        font-weight: 0;
    }
    .corporativa_title {
        padding-bottom: 0;
        padding-top: 15px;
    }
   .corporativa_section_form {
        padding: 1em;   
    }
    .corporativa_section_4_right {
        order: 0;
        margin-bottom: 2em;
    }
    .corporativa_section_4_left {
        flex: 1;
        padding: 5rem;
        max-width: 100%;
        position: relative;
        width: 100%;
    }
}


input#corp_send {
    max-width: 8.125rem;
    font-size: 0.75rem;
    height: 40px;
    line-height: 25px;
    padding: 0;
    text-align: center;
    border-radius: 25px;
}

/*--- Mi cuenta --- */
button#loginWithAccessKeyBtn {  
    border-radius: 3em !important;
    padding: 0.8em 2em 0.8em 2em;  
}

button#loginWithAccessKeyBtn span {
    text-transform: none;
}

h5.login__subtitle {
    margin: 2em;
}


@media screen and (min-width:  20em ) and (max-width: 64em) {
    .modal-body {
        height: 20% !important;
    }
    .login__info-content {
        text-align: center;
    }
    button#loginWithAccessKeyBtn {  
        margin: 2em 0 3em 0;
    }
}

@media screen and (max-width: 39.9375em) {
    h5.login__subtitle {
        margin: 1em;
    }
}

/*cuotas
=============================
*/

div#cuotas-container {
    display: none;
}

/* ---- Zoom Modal Productos ---- */

/*Estilos del modal*/


.modalZoom {
	display: none;
    position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
}

.imagenZoom {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.5);
}

.imagenZoom img {
	width: 70%;
	height: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.modalZoom a {
    margin-left: 20em;
}

a.flechaZoom {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 4rem;
    color: #000;
    padding: 5px;
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: 12;
    background-color: #fff;
}

@media screen and (min-width: 64em){
	.cerrarZoom {
		display: block;
		text-align: center;
		text-decoration: none;
		font-size: 4rem;
		color: #000;
		padding: 5px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 11;
		padding: 0rem 2rem;
		background-color: #fff;
	}
}


  /*
[XTREMBTS.]
=========================================

*/
.xtrembts .bannerhijo1 .bannerhijo1bottom .bannerhijo1bottom-1 {
    margin-right: 0%;
}

.xtrembts .bannerhijo2 {
    flex: 1;
}

@media only screen and (min-width: 90.063em){
 .xtrembts .landing .main-section {
      padding-top: 0%;
  }
}

.xtrembts a.img-container {
    position: relative;
}

.xtrembts .overlay {
    height: 100%;
    position: absolute;
    width: 100%;
}

.xtrembts .img-container:hover .overlay {
   background-color: rgba(0,0,0,0.5)
}

.xtrembts .img-container p {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity:1;
    transform: translate(-50%,-50%);
    color:white;
    font-size:2rem;
    font-weight:bold;
    font-family: helvetica;
}

.xtrembts .img-container span {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity:1;
    transform: translate(-50%,100%);
    color:white;
    font-size:1rem;
    font-family: helvetica;
}
.content-feed-instagram {
    background: #fafafa;
}

.xtrembts .img-container span {
   
     /*opacity:1;*/
     font-weight: bold;
  
}
.xtrembts @media (min-width: 768px) and (max-width: 1024px) {
  .img-container span {
    font-size: 0.7rem;
  
}
  
}
.xtrembts span.btn-banners {
    background: #f00725;
    padding: 0.3em;
}
.xtrembts.content-galery{
	max-width:85%;
}
.xtrembts .main-section {
    padding-top: 0%; 

}

.xtrembts .img-container{
    background: transparent;
    color: black;
    display: block;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}

.xtrembts .row-wide {
    width: 100%;
    clear: both;
}
.xtrembts div#banners-mobile {
    padding: 0%;
}


.xtrembts .banners-container .bannerhijo1 .bannerhijo1bottom-2 {
    width: 100%;
    height: auto;
}

.xtrembts .banners-container .bannerhijo1 .bannerhijo1bottom-1 {
    width: 100%;
    height: auto;
}

.xtrembts .banners-container .bannerhijo1 .bannerhijo1top {
    margin-bottom: 11px;
}
.xtrembts .banners-container .bannerhijo1{
    display: flex;
    flex-flow: column;
    /* justify-content: space-between; */
    margin-right: 0px;
    min-width: 50%;
    width: 50.6%;
    padding-left: 11px;
}
.xtrembts .row.content-feed-instagram {
    background: #fafafa;
}

.xtrembts div#banners {
    max-width: 85.7%;
    margin-bottom: 18px !important;
}

.xtrembts #promesas {
    margin-bottom: 12em;
}

.xtrembts .small-12.medium-3.columns.content-colecciones {
    margin-bottom: 4em;
}

.xtrembts .buy-btn a.product-block-url {
 
    margin-left: 0.5em;
}

#xtrembts ul{
    margin-left: 0rem;
}


#xtrembts .slick-prev,
#xtrembts .slick-next {
    font-size: 3rem;
    color: #000000;
    text-align: center !important;
    width: 1.3rem;
    height: 1.3rem;
    top: 40%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    z-index: 1;
}

@media only screen and (max-width:40em) {
  .xtrembts div#banners {
  display:none!important;
  }
  .xtrembts div#banners-mobile {
    display:block!important;
  }
  #xtrembts .slick-prev,
  #xtrembts .slick-next {
    top: -24%;
  }
}

#xtrembts .slick-prev {
    left: -0.3rem;
    text-align: left;
}
#xtrembts .slick-next {
    right: -0.3rem;
    text-align: right;
}
#xtrembts .slick-prev:hover,
#xtrembts .slick-next:hover {
    color: #404040;
}

.xtrembts .small-12.medium-5.large-3.columns.content-colecciones {
   margin-bottom: 3em;
}

@media (min-width:642px) and (max-width: 1024px) {
  
  .xtrembts .img-container span {
      font-size: 0.6rem;
  }
  
   .xtrembts .img-container p {
  
      font-size: 1.5rem;
  
  }
}


.xtrembts .columns.small-12.large-3.medium-3 {
    padding: 0%;
}

.xtrembts .banner-despacho.medium-10.medium-centered.columns {
    padding: 0%;
}
div#xtrembts {
    margin-top: 1em;
}
a.megamenu-Back.to.School {
    background: #f00725;
    text-align: center;
    color: #ffffff;
    padding-left: .8em;
}


.xtrembts .bannerhijo2 {
    -webkit-box-flex: .30;
    -webkit-flex: .30;
    -ms-flex: .30;
    flex: 1.3;
   /* margin-right: 1rem;*/
}
.xtrembts .bannerhijo2 {
    display: flex;
}
.xtrembts .bannerhijo2 a {
    padding: .5em;
}
.xtrembts .bannerhijo1 {

    flex: 0;

}
.xtrembts div#banners-mobile {
    display: none;
}
.xtrembts .banners-parent{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.xtrembts .banners-container{
    display:flex;
}
.banners-container {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.xtrembts #banners img {
    height: auto;
    width: 100%;
}
.xtrembts .img-container {
    background: transparent;
    color: black;
    display: block;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}
.xtrembts #banners a {
    width: 100%;
}


xtrembts
@media only screen and (max-width:40em) {
    #banners-mobile {
        display: block!important;
    }
    #banners {
        display: none!important;
        max-width: 90%
    }

}

/*LOGO AMERICAN TOURISTER*/

@media only screen and (max-width: 40em) {
  .brand.american-tourister:before {

    font-size: .6rem!important;

}
}
/*LANDING CATEGORIAS
=======================*/
.maletas .depto__main-banner-img .box-banner a img,.red .depto__main-banner-img .box-banner a img {
     height: 100%;
    -o-object-fit: cover;
    object-fit: scale-down; 
}

.depto__main-banner-img .box-banner a img {
   height: 100%;
   -o-object-fit: cover;
   object-fit: scale-down;
}

/* flags
===================
p.flag.samsonite2x1septiembre {
   display: block;
   background-image: url(/arquivos/flats-2X1.jpg);
   left: 0%;
   top: 0px;
   z-index: 1;
   font-size: 0 !important;
   background-repeat: no-repeat;
   background-size: contain;
   border: none !important;
   font-weight: 800;
   padding: 1.3rem 0.5rem;
   position: absolute;
   text-transform: uppercase;
   width: 100%;
   height: 10px;

}

@media (max-width: 640px){
   p.flag.samsonite2x1septiembre {
   width:35px;

}
}*/

/* flag HotTravel
====================
   p.flag.hottraveloct19 {
            display: block;
            background-image: url(/arquivos/logotipo-hottravel-01.png);
            left: 217px;
            top: 7%;
            z-index: 1;
            font-size: 0 !important;
            background-repeat: no-repeat;
            background-size: contain;
            border: none !important;
            font-weight: 800;
            padding: 1.3rem 0.5rem;
            position: absolute;
            text-transform: uppercase;
            width: 50%;
            height: 50px;
        }


        @media only screen and (max-width: 40em) {
            p.flag.hottraveloct19 {
             
                 display: block;
                 width: 20%;
                 top: 9%;
                 left: 75%;
             }
             }


         @media screen and (min-width: 40em) and (max-width: 63.9375em) {
                p.flag.hottraveloct19 {
                    left:100%;
                } 
             }
             
             
         @media screen and (min-width: 40em) and (max-width: 63.9375em) {
               p.flag.hottraveloct19 {
                   left: 82%;
               }  
             }
             
             
         @media screen and (min-width: 64em) {
               p.flag.hottraveloct19 {
                 left: 81%;
               }
             }*/

/*Para esconder flag HotTravel repetida(dentro del div de % de descuento)
===========================*/
#percent p.flag.hottraveloct19 {
    display: none;
}

/*flag cab
==============================================*/

#percent p.flag.cabin {
    /* display: block; */
    background-image: url(/arquivos/flat-cabina_HOS.png);
    font-size: 0 !important;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0.8rem 1.8rem;
    position: relative;
    width: 20%;
    left: 10px;
    height: 10px;
    display: inline-flex;
}


/*flag free shipping
============================================*/

#percent p.flag.exclusivosecommerce {
    display: block;
    background-image: url(/arquivos/ic_explicit_24px.png);
    left: 5px;
    /*top: 10px;*/
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0.8rem 0.8rem;
    position: relative;
    width: 20%;
    height: 10px;
    font-size: 0 !important;
    display: inline-flex;
    background-color: white
}

@media screen and (max-width: 39.9375em){
#percent p.flag.exclusivosecommerce {
    top: -4px;
    left: 5.5px;
    padding: 0.5rem 0.5rem;
}
#percent p.flag.cabin {
    top: -4px;
    /*left: -10px;*/
    padding: 0.5rem 1.5rem;
}
.prateleira__percent-content{
    padding: 0.2rem;
    font-size: .6rem;
}
} 

/*flag 2x1
============================================

#percent p.flag.hos2por1 {
     display: block;
    background-image: url(/arquivos/flat-2X1-hos.png);
    left: 12px;
    top: 3px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    padding: .6rem 1.5rem;
    position: relative;
    width: 20%;
    height: 10px;
    font-size: 0 !important;
    display: inline-flex;
    background-color: white

}

@media screen and (max-width: 39.9375em){
#percent p.flag.hos2por1 {
    top: -3px;
    left: 5.5px;
    padding: 0.5rem 1rem;
}
}*/


/*CUOTAS*/
div#cuotas-container {
    display:block;
}

/*
[Menu sugerencias]
=============================*/

div#_hj_feedback_container div {
    z-index: 9;
}
  
/* ocultar facturas de my account
  ================================*/
.vtex-profile-form__toggle-business-btn__wrapper.mb7 {
   display: none;
}
  
/*cupon en carrito
============*/
.buenfin-cupon2019 {
    text-align: center;
    margin-bottom: 5%;
    margin-top:5%;
    padding:3%;
    border-radius: 5px;
    background-color: red;
    color: white;
    
}

.buenfin-cupon2019 p {
    font-size: 0.8rem;
    font-family: 'Samsonite Sans Expanded';
}

/*texto cambios y devoluciones*/
ul.estatico-lista {
    padding-left: 5%;
}

strong.estatico-bold {
    font-weight: 500;
}

/*Próximamente
==============*/
.prateleira__outstock p{
   font-size:0px
}
.prateleira__outstock p:before{
    content:"Agotado";
    font-size: .8rem;
}

/* Landing 404
===================*/
.cuatro .static__infoContent-container {
    display:block!important;
}

/*Landing Navidad
===================*/
.navidad .content-navidad {
    display: flex;
    background: #f2f2f2;
}
.navidad .content-navidad-1 {
    width: 50%;
}
.navidad .content-navidad-2 {
    width: 50%;
}

.navidad .content-navidad-1 {
    padding: 5rem;
}
.navidad .content-navidad-1 h1{
    color:#C29058;
    font-size:2rem;
    font-family: Samsonite Sans Standard;
    text-transform: uppercase;
}
.navidad .content-navidad-1 {
    padding: 5rem;
}
.navidad .content-navidad-1 p {
    padding: 1.5rem 0;
}
.navidad .content-navidad-1 a{
    background:#C29058;
    color:#ffff;
    padding: 1rem;
    width: 63%;
    border-radius: 8px;
    font-family: Samsonite Sans Standard;
    text-align: center;
}

.navidad .premium-text h1{
    color:#C29058;
    font-size:2rem;
    font-family: Samsonite Sans Standard;
    text-transform: uppercase;    
}

.navidad .small-10.columns.small-centered.premium-text {
    margin-bottom: 2rem;
}
  
.navidad .navidad-banner-1 {
    padding-right: .5rem;
    width:50%;
}
.navidad .row.row-wide.padd.navidad-content-banner {
    display: flex;
   
}
.navidad a.btn-navidad-descubre {
    background: #C29058;
    color: #ffff;
    padding: 1rem;
    /* width: 100%; */
    /* height: 27%; */
    padding: 10.8%;
    margin-top: .3rem;
    border-radius: 8px;
    font-family: Samsonite Sans Standard;
    text-align: center;
}
.navidad .quickview__btn a {
    display: flex!important;
}

.navidad .carrusel-navidad {
    padding-top: 2rem;
}
.navidad .content-navidad.accesorios-navidad {
    padding-top: 2rem;
}
.navidad .navidad-content-banner {
    padding-bottom: 2rem;
}
.navidad button.slick-prev.slick-arrow:after {
    content: "\f053";
    color: #000;
    font-family: FontAwesome;
    font-size: 1rem;
}
.navidad button.slick-next.slick-arrow:after {
    content: "\f054";
    color: #000;
    font-family: FontAwesome;
    font-size: 1rem;
}
a.btn-navidad-descubre:hover {
    filter: brightness(0.9);
}
.navidad .content-navidad-1 a:hover {
    filter: brightness(0.9);
}

@media only screen and (max-width: 50.063em) { 
.navidad .content-navidad-1 {
    width: 100%;
}
.navidad .content-navidad-1 {
    padding: 2rem;
}
.navidad .content-navidad {
    display: block;
}
.content-navidad-1 a {
    width: 100%!important;
}
.navidad .content-navidad-2 {
    width: 100%;
    padding: 1rem
}
.navidad .premium-text h1 {
    font-size: 1.3rem;
}
.navidad .content-navidad-1 h1 {
    font-size: 1.2rem;
}
.navidad .content-navidad-1 a {
    font-size: .8rem;

}
    
.row.row-wide.padd.small-11.columns.small-centered.navidad-content-banner {
    display: block;
    width: 100%;
}

.navidad-banner-1 {
    width: 100%;
}
.navidad-banner-1 {
    width: 100%!important;
    padding-right: 0rem!important;
}
.navidad .row.row-wide.padd.navidad-content-banner {
    display: block;   
}
.navidad .carrusel-navidad .small-10.columns.small-centered {
    width: 100%;
}
.navidad .navidad-content-banner {
    width: 98%;
}
.navidad .content-navidad-1 a {
    padding: 2rem;
}
.navidad a.btn-navidad-descubre {
    padding: 1.8rem;
}
}
@media only screen and (min-width: 801px ) and (max-width: 1184px) { 
.navidad .content-navidad-1 {
    padding: 1.8rem;
}
.navidad .content-navidad-1 a {
    width: 84%;
}
}

/*Boton de Navidad*/
a.megamenu-navidad {
    display: flex;
}
.megamenu-navidad:hover{
   color:#fff;
}
a.megamenu-navidad {
    background: #C29058;
    color: #ffff;
    border-radius: 10px;
    padding: .5rem;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    min-inline-size: max-content;
}
a.megamenu-navidad figure {
    padding: .2rem;
    fill: #fff;
    padding-top: 0;
    padding-bottom: .2rem;
    padding-top: rem;
    padding-right: 0.5rem;
}
a.megamenu-navidad:hover {
  color: #fff;
} 

.relatedSeenProducts__content div#cuotas-container {
    display:none;
}

/*
  .div.categ__options-bottom:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > fieldset:nth-child(1) > select:nth-child(2){ 
  position: relative;
    top: 0px;
    left: -37px;
  
  }
  .div.categ__options-bottom:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > fieldset:nth-child(1) > label:nth-child(1){ 
    position: relative;
    left: -49px;
  
  }
*/
#O{ 
width:200px;
}

 





body > div.off-canvas-wrapper > div > main > div.banners_promotional_container > div > div:nth-child(1) > div.small-12.medium-6.col-2 > div > div.brand_white{
    position: absolute;
    top: -48px;
    left: 10px;
}

#player > div.vp-controls-wrapper > div.vp-controls.invisible > button{
display:none !important;

}
#player > div.vp-controls-wrapper > div.vp-controls.invisible > div{
  display: none!important;
}
#player > div.vp-controls-wrapper > div.vp-controls > div{
 display: none!important; 
}
@media screen and (min-width: 300px) and (max-width: 320px) {
 body > div.off-canvas-wrapper > div > main > div.banners_promotional_container > div > div:nth-child(1) > div.small-12.medium-6.col-2 > div > a > iframe{
    width: 100%;
    height: 316px;
}
 body > div.off-canvas-wrapper > div > main > a > button{
    margin: 0% 25% 20% 24% !important;
}
}
@media screen and (min-width: 321px) and (max-width: 375px) {
 body > div.off-canvas-wrapper > div > main > div.banners_promotional_container > div > div:nth-child(1) > div.small-12.medium-6.col-2 > div > a > iframe{
    width: 100%;
    height: 356px;
}
 body > div.off-canvas-wrapper > div > main > a > button{
    margin: 0% 25% 20% 24% !important;
}
}
@media screen and (min-width: 376px) and (max-width: 425px) {
 body > div.off-canvas-wrapper > div > main > div.banners_promotional_container > div > div:nth-child(1) > div.small-12.medium-6.col-2 > div > a > iframe{
    width: 100%;
    height: 415px;
}
 body > div.off-canvas-wrapper > div > main > a > button{
    margin: 0% 25% 20% 24% !important;
}
}
@media screen and (min-width: 426px) and (max-width: 768px) {
 body > div.off-canvas-wrapper > div > main > div.banners_promotional_container > div > div:nth-child(1) > div.small-12.medium-6.col-2 > div > a > iframe{
   width: 100%;
    height: 398px;
}
  body > div.off-canvas-wrapper > div > main > a > button{
    margin: 0% 25% 20% 24% !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
 body > div.off-canvas-wrapper > div > main > div.banners_promotional_container > div > div:nth-child(1) > div.small-12.medium-6.col-2 > div > a > iframe{
   width: 100%;
    height: 534.77px;
}
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
 body > div.off-canvas-wrapper > div > main > div.banners_promotional_container > div > div:nth-child(1) > div.small-12.medium-6.col-2 > div > a > iframe{
   width: 100%;
    height: 668px;
}
}
@media screen and (min-width: 1496px) and (max-width: 2560px) {
 body > div.off-canvas-wrapper > div > main > div.banners_promotional_container > div > div:nth-child(1) > div.small-12.medium-6.col-2 > div > a > iframe{
   width: 100%;
    height: 736px;
}
}

@media screen and (min-width: 2560px) and (max-width: 2560px) {
 body > div.off-canvas-wrapper > div > main > div.banners_promotional_container > div > div:nth-child(1) > div.small-12.medium-6.col-2 > div > a > iframe{
  width: 100%;
    height: 1271px;
}
}


#player.vp-controls-wrapper, .vp-title{
  display: none !important;
}

#player > div.vp-controls-wrapper > div.vp-title > header > div.headers{
  display: none !important;
}

/* Menu lateral direito video */

#player > div.vp-controls-wrapper > div.vp-sidedock.invisible.hidden > div:nth-child(1) > button > svg{
  display: none !important
}
#player > div.vp-controls-wrapper > div.vp-sidedock.invisible.hidden > div:nth-child(2) > button > svg{
 display: none !important; 
}
#player > div.vp-controls-wrapper > div.vp-sidedock.invisible.hidden > div:nth-child(3) > button > svg{
  display: none !important;
}
body > div.off-canvas-wrapper > div > main > div.banners_promotional_container > div > div:nth-child(1) > div.small-12.medium-6.col-2 > div > a > div > img{
    top: -34px;
    position: relative;
    left: 10px;
}
div >.play-bar.rounded-box{
 display:none !important; 
}
#player > div.vp-controls-wrapper > div.vp-sidedock.invisible.hidden > div:nth-child(3){
 display: none !important; 
}
.like-label{
 display: none !important; 
}
.vp-sidedock > div:nth-child(1){
 display: none !important; 
}
body > div.off-canvas-wrapper > div > main > div.categ__content > div.categ__elements > div.categ__products > div.categ__options-bottom.bottom > div.categ__filters > div.sub > div > fieldset.orderBy > label{
 display: none!important; 
}

.orderBy label{
  display: none !important;
}
body > div.off-canvas-wrapper > div > main > div.banners_promotional_container > div > div:nth-child(1) > div.small-12.medium-6.col-2 > div > div.brand_white > img{
 position: relative !important;
  top: 10px !important;
}
@media screen and (min-width: 320px) and (max-width: 768px){
.botoneslis{
    position: relative;
    top: 3px !important;
    left: 1px !important;
    border: 1px solid white;
  }
 
}
#barba-wrapper > div > div.static__infoContent-container > div.static__infoContent-content > ul > li:nth-child(2){
 display: none !important; 
}

#barba-wrapper > div > div.static__infoContent-container > div.static__infoContent-content > ul > li:nth-child(3){
 display: none !important; 
}



#header > div > div > div.header_bottom > div.header-right > div > div.directaccess_container > a.header__store.has-tip{
 display: none !important; 
}
 @media only screen and (max-width: 426px) {
body > div.off-canvas-wrapper > div > div.header__top-bar > div > div > ul > li:nth-child(2){
  display: none !important;
}
body > div.off-canvas-wrapper > div > div.header__top-bar > div > div > ul > li:nth-child(3){
  display: none !important;
}
body > div.off-canvas-wrapper > div > div.header__top-bar > div > div > ul > li:nth-child(4){
  display: none !important;
}
body > div.off-canvas-wrapper > div > div.header__top-bar > div > div > ul > li:nth-child(5){
  display: none !important;
}
  }
/*this is being used at https://www.samsonite.com.mx/comunicado and it makes that when you hover your mouse on the name of the store it makes a phone number appears*/
/* Invisible texto */
figcaption {
  display:none; 
  transition: all .5s;
}
/* Visible texto */
figure:hover > figcaption {
  display:block;
  transition: all .5s;
}
.cuotas-container{
      display: none;
    }

    #cuotas-container{
      display: none !important;
    }
/* until here*/


/* -------------------------/.end stylesheet ---------------------------------*/
.slot-component {
    padding: 30px 0 30px 0;
}

.slot-component .image-video {
    margin: 0 auto;
    width: 100%;
    max-width: 1127px;
}

.slot-component .image-video .video-embed-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.slot-component .image-video .video-embed-wrapper iframe, .slot-component .image-video .video-embed-wrapper object, .slot-component .image-video .video-embed-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.text_brand p{
font-family: "GT America extend black" !important;
font-weight: bold !important; 
}
.line-title{
font-family: "GT America extend black" !important;
font-weight: bold !important;   
}

.ver-categoria{
  font-family: 'GT America Standard';
}

.sub-titulo h5{
  font-family: 'GT America Standard';
}

.producto__nombre-content{
  font-family: 'GT America Standard' !important;
}

.product__name div{
 font-family:  'GT America Standard';
}
.productDescription{
  font-family:  'GT America Standard' !important;
}
#caracteristicas table td, #caracteristicas table th{
    font-family:  'GT America Standard' !important;
}