@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .hide-in-mobile {
    display: none !important; } }

@media only screen and (max-width: 768px) {
  .hide-in-mobile {
    display: none !important; } }

#category-bar-content {
  text-align: left;
  display: inline-block; }

#category-bar-content .category-item {
  margin-left: 45px;
  display: inline-block;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 100px;
  color: white;
  line-height: 40px; }

.right-cat-separator {
  border-bottom: solid 1px #e4e4e4; }

#categorias-principales-btn {
  width: 320px;
  margin: 15px 15px 0 15px;
  padding: 2px;
  margin-top: 10px;
  line-height: normal;
  font-size: 14px; }

/* Navbar container */
.navbar {
  position: relative; }

/* Links inside the navbar */
.not-border-top {
  border-top: none !important; }

.left-cat-list {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }
  .left-cat-list li {
    min-height: 36px;
    max-height: 38px;
    padding-left: 15px;
    padding-right: 20px;
    border-right: 1px solid #00abf3; }
    @media only screen and (max-width: 1024px) and (min-width: 769px) {
      .left-cat-list li {
        border-bottom: none;
        border-right: none; } }
    @media only screen and (max-width: 768px) {
      .left-cat-list li {
        border-bottom: none;
        border-right: none; } }
    .left-cat-list li:hover, .left-cat-list li.hover {
      background-color: #143d7d; }
      .left-cat-list li:hover a.categoria-padre, .left-cat-list li.hover a.categoria-padre {
        color: white; }

.left-cat-arrow {
  display: table-cell;
  width: 30px;
  vertical-align: middle;
  text-align: right; }

.cat-icon {
  width: 30px;
  vertical-align: middle; }
  .cat-icon img {
    width: 15px; }

.cat-nombre {
  width: 240px; }

.fill-height {
  height: 100%;
  cursor: default !important; }

.category-dropdown-left {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 40px;
  height: 660px;
  background-color: white;
  overflow-y: hidden;
  width: 50%; }

.right-cat-container {
  text-align: left;
  line-height: 15px; }

.right-category {
  width: 96%;
  text-align: left;
  display: table;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px !important; }
  .right-category img {
    height: 62px;
    vertical-align: middle;
    width: 70px;
    object-fit: contain;
    display: table-cell;
    padding-left: 10px; }
  .right-category a {
    display: table-cell;
    vertical-align: middle;
    font-family: Saira-Regular; }

/* Dropdown button */
.dropdown .dropbtn {
  border: none;
  outline: none;
  background-color: inherit;
  /* Important for vertical align on mobile phones */
  margin: 0;
  text-align: center;
  /* Important for vertical align on mobile phones */
  line-height: 40px; }

.dropdown-content-container {
  display: inherit;
  width: 100% !important; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  z-index: 1;
  font-size: 14px;
  left: 0px;
  top: 40px;
  z-index: 999;
  text-transform: none;
  width: 70vw;
  background: rgba(255, 255, 255, 0); }
  .dropdown-content a {
    color: black;
    padding-left: 10px;
    text-decoration: none; }
  .dropdown-content a.categoria-padre:hover {
    color: white !important; }

.l3-category {
  color: #666666 !important;
  font-family: Saira-Regular;
  margin-bottom: 8px; }

.l3-category:hover {
  color: #00abf3 !important; }

.dropdown:hover .dropdown-content {
  display: inline-flex; }

#category-bar-content .category-item:hover {
  color: #0f0f0f;
  background-color: white; }

/* Create three equal columns that floats next to each other */
.column {
  background-color: white;
  height: 660px;
  overflow: auto; }

.column-left {
  width: 300px; }

.column-center .grid {
  overflow: hidden; }

.column-right {
  width: 300px; }
  .column-right img {
    width: 100%;
    height: 100%; }

.border-blue {
  border-right: 1px solid #00abf3; }

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both; }

.col-1, .col-2, .col-3 {
  width: 270px;
  vertical-align: top;
  display: inline-block;
  min-height: 660px; }

.segunda-categoria-padre {
  background-color: #e3e6e8;
  width: 50%;
  visibility: hidden; }

.segunda-categoria-nombre {
  color: #143d7d;
  font-weight: 600;
  padding-left: 10px;
  font-size: 16px; }

.columna-segunda-categoria-padre {
  width: 100%; }

.nombre-segunda-categoria-padre {
  width: 100%; }

.nombre-segunda-categoria-padre-onhover {
  background-color: #143d7d !important;
  color: #143d7d !important; }
  .nombre-segunda-categoria-padre-onhover div {
    color: white !important; }
  .nombre-segunda-categoria-padre-onhover a {
    color: white !important; }

#columna-hija-subcategorias {
  width: 90%;
  display: block;
  visibility: hidden;
  background: rgba(255, 255, 255, 0); }

#id-flex-contenedor-hijas-subcategorias {
  display: flex;
  overflow: auto !important; }

.enlace-segunda-categoria {
  color: #143d7d !important; }

.padding-left-icon-categorias {
  padding-left: 0.5rem; }

.padding-right-flecha-categorias {
  padding-right: 0.5rem; }

#div-menu-categorias-padre {
  overflow: auto !important; }

.item-menu-padre {
  background-color: #143d7d !important;
  color: white !important; }
  .item-menu-padre div {
    color: white !important; }
  .item-menu-padre a {
    color: white !important; }

.menu-categoria-hija-mouseover {
  display: flex;
  align-items: center;
  height: 40px; }

.div-flex-info-subcategorias-hijas {
  line-height: 22px; }
  .div-flex-info-subcategorias-hijas:hover {
    background-color: #e3e6e8; }

.div-imagen-titulo-subcategoria {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 4rem; }

.p-nombre-subcategoria-hija {
  width: 54%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 0 !important;
  color: #143d7d;
  font-size: 14px;
  padding-top: 0 !important; }

.div-flecha-subcategoria {
  color: #143d7d !important; }

@media screen and (max-width: 1650px) {
  .dropdown-content {
    width: 85vw !important; } }

@media screen and (max-width: 1460px) {
  .dropdown-content {
    width: 90vw !important; }
  .segunda-categoria-padre {
    width: 35% !important; }
  .category-dropdown-left {
    width: 35% !important; } }

@media screen and (max-width: 1200px) {
  .dropdown-content {
    width: 95vw !important; }
  .segunda-categoria-padre {
    width: 40% !important; }
  .category-dropdown-left {
    width: 40% !important; } }

@media screen and (max-width: 1140px) {
  .dropdown-content {
    width: 100vw !important; } }

.contenedor-background-hijas-subcategorias {
  background: white; }

#ac-catalago {
  margin-bottom: 25px; }

@charset "UTF-8";
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .hide-in-mobile {
    display: none !important; } }

@media only screen and (max-width: 768px) {
  .hide-in-mobile {
    display: none !important; } }

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .hide-in-mobile {
    display: none !important; } }

@media only screen and (max-width: 768px) {
  .hide-in-mobile {
    display: none !important; } }

#header-bar * {
  box-sizing: border-box; }

#header-bar {
  width: 100%;
  align-content: center; }

#header-bar-content {
  display: table;
  width: 1200px;
  height: 51px;
  color: #0f0f0f;
  margin: 0 auto; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    #header-bar-content {
      min-width: 320px;
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    #header-bar-content {
      min-width: 320px;
      width: 100%; } }
.header-bar-item {
  display: table-cell;
  vertical-align: middle; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .header-bar-item {
      width: 100%;
      text-align: center;
      display: block;
      vertical-align: middle;
      padding: 12px 0; } }
  @media only screen and (max-width: 768px) {
    .header-bar-item {
      width: 100%;
      text-align: center;
      display: block;
      vertical-align: middle;
      padding: 12px 0; } }
.green-bar-item {
  background-color: #00d65b;
  color: white; }

.language-selector .selected {
  color: #00d65b; }

.carrito-badge {
  vertical-align: bottom; }

#category-bar {
  width: 100%;
  height: 40px;
  background-color: #143d7d;
  color: #f7f7f7;
  font: 100% Saira-SemiBold;
  text-transform: uppercase; }

#breadcrums-bar {
  padding-top: 10px;
  height: auto;
  min-height: 30px;
  background-color: white;
  color: #0f0f0f;
  width: 1200px;
  text-align: left;
  font-size: 14px;
  margin: auto;
  border-bottom: solid #e4e4e4 1px; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    #breadcrums-bar {
      min-width: 320px;
      width: 100%;
      border-bottom: none;
      margin-top: 24px; }
      #breadcrums-bar a.crum:first-child {
        padding-left: 8px; } }
  @media only screen and (max-width: 768px) {
    #breadcrums-bar {
      min-width: 320px;
      width: 100%;
      border-bottom: none;
      margin-top: 24px; }
      #breadcrums-bar a.crum:first-child {
        padding-left: 8px; } }
  @media only screen and (max-width: 420px) {
    #breadcrums-bar a.crum:first-child {
      padding-left: 8px; } }
  @media only screen and (max-width: 330px) {
    #breadcrums-bar a.crum:first-child {
      padding-left: 8px; } }
  #breadcrums-bar .next {
    color: #00abf3; }
    @media only screen and (max-width: 1024px) and (min-width: 769px) {
      #breadcrums-bar .next {
        color: #989898; } }
    @media only screen and (max-width: 768px) {
      #breadcrums-bar .next {
        color: #989898; } }
  #breadcrums-bar b {
    font-family: Saira-SemiBold; }

#search-input {
  display: inline-block;
  width: 100%;
  height: 35px;
  background-image: url("/static/img/header/iconos/buscador/C_H_lupa.svg?beea8e6009e3");
  background-color: white;
  background-position: right 10px top 6px;
  border-radius: 8px;
  background-repeat: no-repeat;
  padding: 12px 40px 12px 20px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  font-family: Saira-Regular;
  font-size: 14px;
  color: #000; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    #search-input {
      width: 85%;
      height: 19px;
      background-position: right 10px top 12px; } }
  @media only screen and (max-width: 768px) {
    #search-input {
      width: 85%;
      height: 19px;
      background-position: right 10px top 12px; } }
  @media only screen and (min-width: 421px) and (max-width: 767px) {
    #search-input {
      width: 80%; } }
  @media only screen and (max-width: 420px) {
    #search-input {
      width: 70%; } }
  @media only screen and (max-width: 330px) {
    #search-input {
      width: 60%; } }
#search-input::-webkit-input-placeholder {
  color: #666666; }

.search-select {
  width: 20%;
  background-color: white;
  border-radius: 8px;
  transition: width 0.4s ease-in-out;
  font-family: Saira-Regular;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  padding: 5px 4px 5px 4px;
  box-sizing: border-box;
  color: #000; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .search-select {
      display: inline-block;
      padding: 10px 4px 10px 4px; } }
  @media only screen and (max-width: 768px) {
    .search-select {
      display: inline-block;
      padding: 10px 4px 10px 4px; } }
  @media only screen and (min-width: 421px) and (max-width: 767px) {
    .search-select {
      display: inline-block;
      padding: 10px 4px 10px 4px; } }
  @media only screen and (max-width: 330px) {
    .search-select {
      display: inline-block;
      padding: 10px 4px 10px 4px; } }
.full-width-banner {
  height: 150px;
  width: 100%;
  color: white; }
  .full-width-banner .tor-container {
    text-align: left; }
  .full-width-banner .title {
    margin-top: 40px;
    font-size: 32px;
    font-family: Saira-SemiBold; }

#header-bar .white-logo {
  display: none; }

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  background-color: #143d7d;
  transition: top 3s linear; }
  .sticky div {
    color: white; }
  .sticky .mi-cuenta-menu {
    margin-top: 6px; }
  .sticky .header-icon {
    display: none; }
  .sticky .white-logo {
    display: inline-block !important; }
  .sticky .blue-logo {
    display: none !important; }
  .sticky .header-bar-item.hoverable:hover {
    background-color: #2e538b; }
  .sticky .blue-border-hover-link {
    border-color: #f7f7f7; }
  .sticky a:hover .blue-border-hover-link {
    border-color: #f7f7f7; }
  .sticky .switch-color {
    color: #f7f7f7 !important; }

.search-responsive-header {
  background: #E4E4E4;
  height: 68px;
  border-bottom: 1px solid #e4e4e4;
  margin-top: 14px; }

.burguer-menu {
  display: inline-block;
  padding: 18px 15px; }

.burger-header {
  margin-top: 0px;
  margin-left: 25px;
  margin-right: 25px;
  color: #FFFFFF; }

.main-logo {
  display: inline-block; }
  @media only screen and (min-width: 421px) and (max-width: 615px) {
    .main-logo img {
      width: 150px; } }
  @media only screen and (max-width: 420px) {
    .main-logo img {
      width: 120px; } }
  @media only screen and (max-width: 330px) {
    .main-logo img {
      width: 80px; } }
.perfil-block {
  display: inline-block;
  width: 64px;
  height: 100%;
  position: relative;
  vertical-align: top; }
  @media only screen and (min-width: 970px) {
    .perfil-block {
      left: 520px !important; } }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .perfil-block {
      left: 320px; } }
  @media only screen and (min-width: 421px) and (max-width: 615px) {
    .perfil-block {
      left: 40px !important; } }
  @media only screen and (max-width: 768px) {
    .perfil-block {
      left: 310px; } }
  @media only screen and (min-width: 421px) and (max-width: 767px) {
    .perfil-block {
      left: 160px; } }
  @media only screen and (max-width: 420px) {
    .perfil-block {
      left: 5px;
      width: 48px; } }
.fav-block {
  display: inline-block;
  vertical-align: top;
  width: 64px;
  height: 100%;
  position: relative; }
  @media only screen and (min-width: 970px) {
    .fav-block {
      left: 500px !important; } }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .fav-block {
      left: 300px; } }
  @media only screen and (min-width: 421px) and (max-width: 615px) {
    .fav-block {
      left: 40px !important; } }
  @media only screen and (max-width: 768px) {
    .fav-block {
      left: 300px; } }
  @media only screen and (min-width: 421px) and (max-width: 767px) {
    .fav-block {
      left: 165px; } }
  @media only screen and (max-width: 420px) {
    .fav-block {
      left: 5px;
      width: 48px; } }
.carrito-block {
  display: block;
  float: right; }

.accordion {
  background-color: #11356D;
  color: #FFFFFF;
  cursor: pointer;
  padding: 18px;
  display: block;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 15px;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 10px; }
  .accordion.inv {
    margin-top: 0px;
    background-color: #FFFFFF;
    color: #11356D;
    border: 2px solid #11356D; }

.burguer-content {
  background-color: #143d7d;
  width: 100%;
  top: 65px;
  z-index: 9999;
  position: fixed;
  overflow-y: scroll;
  height: auto; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .burguer-content {
      max-height: 91.5%; } }
  @media only screen and (max-width: 768px) {
    .burguer-content {
      max-height: 91.5%; } }
  @media only screen and (min-width: 421px) and (max-width: 767px) {
    .burguer-content {
      max-height: 82%; } }
  @media only screen and (max-width: 420px) {
    .burguer-content {
      max-height: 91.5%; } }
  @media only screen and (max-width: 330px) {
    .burguer-content {
      max-height: 90%; } }
  .burguer-content i {
    float: right;
    padding-top: 8px; }
    .burguer-content i.cat-icon {
      float: left;
      padding-top: 0px;
      color: #FFFFFF;
      margin-left: -8px; }

.panel {
  display: none; }

.subcat-name {
  color: #FFFFFF;
  font-size: 16px; }

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .size-responsive {
    padding: 17.5px 0; } }

@media only screen and (max-width: 768px) {
  .size-responsive {
    padding: 17.5px 0; } }

@media only screen and (max-width: 420px) {
  .size-responsive {
    padding: 17.5px 0; } }

.search-responsive-header > div {
  width: inherit;
  height: inherit; }

.dropdown-profile-menu {
  background-color: #ffffff;
  padding: 0 24px;
  height: inherit;
  justify-content: space-between;
  align-items: center;
  display: flex; }
  .dropdown-profile-menu > span {
    display: inline-flex; }
    .dropdown-profile-menu > span:first-child > span {
      line-height: 1.7;
      padding-left: 12px;
      color: #143d7d;
      font-size: 1.2em;
      font-weight: bold; }
    .dropdown-profile-menu > span:last-child {
      padding-right: 12px; }

.arrow-icon {
  border: solid #143d7d;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  width: 2px;
  height: 2px; }
  .arrow-icon.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .arrow-icon.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  .arrow-icon.up {
    transform: translateY(10px) rotate(-135deg);
    -webkit-transform: rotate(-135deg); }
  .arrow-icon.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }

#profile-dropdown-menu {
  transition: max-height 0.5s;
  background-color: white;
  position: fixed;
  top: 64px;
  width: inherit;
  max-height: 0px;
  z-index: 999; }
  @media (max-height: 720px) {
    #profile-dropdown-menu {
      height: 600px; } }
  @media (max-height: 600px) {
    #profile-dropdown-menu {
      height: 550px; } }
  @media (max-height: 570px) {
    #profile-dropdown-menu {
      height: 500px; } }
  #profile-dropdown-menu.visible {
    max-height: 1200px;
    overflow: scroll; }
  #profile-dropdown-menu .options-container {
    margin: 15px 15px;
    max-height: inherit;
    overflow: hidden; }
    #profile-dropdown-menu .options-container .profile-menu-option {
      height: 50px;
      border-radius: 10px;
      background-color: #f7f7f7;
      margin: 10px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0px 25px; }
      #profile-dropdown-menu .options-container .profile-menu-option > a {
        display: block; }

.top-fixed-menu {
  background-color: #143d7d;
  height: 65px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }

.visibility-header {
  visibility: visible; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .visibility-header {
      visibility: hidden; } }
  @media only screen and (max-width: 768px) {
    .visibility-header {
      visibility: hidden; } }
  @media only screen and (min-width: 421px) and (max-width: 767px) {
    .visibility-header {
      visibility: hidden; } }
  @media only screen and (max-width: 420px) {
    .visibility-header {
      visibility: hidden; } }
.switch-button {
  display: inline-block;
  margin-right: 8%;
  display: flex;
  width: 3.7rem; }

.switch-button .switch-button__checkbox {
  display: none; }

.switch-button .switch-button__label {
  background-color: #e4e4e4;
  width: 1000%;
  height: 1.5rem;
  border-radius: 3rem;
  display: inline-block;
  position: relative;
  border: 0.2rem solid #143d7d;
  z-index: 9998; }

.switch-button__label:before {
  transition: .2s;
  display: block;
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #143d7d;
  content: '';
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 1px #143d7d;
  left: -1px; }

.switch-button .switch-button__checkbox:checked + .switch-button__label {
  background-color: #00d65b; }

.switch-button .switch-button__checkbox:checked + .switch-button__label:before {
  transform: translateX(2.24rem); }

.contenedor-flex-buscador {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }

#search-form {
  width: 100%; }

#switch-label-button {
  cursor: pointer; }

@media screen and (min-width: 1024px) {
  .display-none-pc {
    display: none; } }

@media screen and (max-width: 1024px) {
  .switch-button {
    display: inline-block;
    margin-right: 8%;
    display: flex;
    width: 8rem;
    position: absolute;
    top: 5.4rem; }
  .switch-button .switch-button__checkbox {
    display: none; }
  .switch-button .switch-button__label {
    background-color: #e4e4e4;
    width: 1000%;
    height: 2vh;
    border-radius: 3rem;
    display: inline-block;
    position: relative;
    border: 0.2rem solid #143d7d;
    z-index: 9998; }
  .switch-button__label:before {
    transition: .2s;
    display: block;
    position: absolute;
    width: 1.3rem;
    height: 1.3rem;
    background-color: #143d7d;
    content: '';
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 1px #143d7d; }
  .switch-button .switch-button__checkbox:checked + .switch-button__label {
    background-color: #00d65b; }
  .switch-button .switch-button__checkbox:checked + .switch-button__label:before {
    transform: translateX(1.9rem); }
  .contenedor-flex-buscador {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 2%; }
  #search-form {
    width: 80%;
    margin-left: 12vw; }
  #switch-label-button {
    cursor: pointer;
    width: 3rem;
    margin-left: 4vw;
    height: 1.3rem; }
  #switch-label-button {
    margin-left: 0; }
  #switch-button-click {
    display: none; } }

@media screen and (max-width: 600px) {
  .switch-button {
    display: inline-block;
    margin-right: 8%;
    display: flex;
    width: 4.4rem;
    position: absolute;
    top: 5.4rem; }
  .switch-button .switch-button__label {
    background-color: #e4e4e4;
    width: 1000%;
    height: 2.5vh;
    border-radius: 3rem;
    display: inline-block;
    position: relative;
    border: 0.2rem solid #143d7d;
    z-index: 9998; }
  .switch-button__label:before {
    transition: .2s;
    display: block;
    position: absolute;
    /* width: 3.2vw;
    height: 2.5vh; */
    background-color: #143d7d;
    content: '';
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 1px #143d7d; }
  #search-form {
    width: 75%;
    margin-left: 15vw; }
  #switch-label-button {
    cursor: pointer;
    width: 3.2rem; } }

@media screen and (max-width: 420px) {
  .switch-button .switch-button__label {
    background-color: #e4e4e4;
    width: 1000%;
    height: 2.5vh;
    border-radius: 3rem;
    display: inline-block;
    position: relative;
    border: 0.2rem solid #143d7d;
    z-index: 9998; }
  .switch-button__label:before {
    transition: .2s;
    display: block;
    position: absolute;
    background-color: #143d7d;
    content: '';
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 1px #143d7d; }
  #search-form {
    width: 70%;
    margin-left: 19vw; }
  #switch-label-button {
    cursor: pointer;
    width: 3.2rem; } }

#texto-referencia-prov {
  position: relative;
  top: 4px;
  font-size: 0.55rem;
  color: #143d7d;
  font-weight: 600; }

#contenedor-switch-info {
  position: relative;
  top: -0.5rem;
  margin-right: 4%; }

.sticky #texto-referencia-prov {
  font-size: 0.5rem;
  color: white;
  font-weight: 600; }

.sticky .switch-button .switch-button__label {
  border: 0.2rem solid white; }

#texto-referencia-prov-hresponsive {
  font-size: 0.55rem;
  color: #143d7d;
  font-weight: 600; }

.switch-boton-div-hresponsive {
  z-index: 9998;
  flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 4rem; }

.header-bar-movile {
  background-color: white; }

.input-movile {
  border: 2px solid #e4e4e4; }

.div-subcategorias-menu-responsive {
  display: none;
  padding-left: 3rem;
  background-color: #f7f7f7; }

.subcategoria-menu-responsive {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column; }

.subcategoria-menu-responsive:first-child {
  padding-top: 0.3rem; }

.subcategoria-menu-responsive:last-child {
  padding-bottom: 0.3rem; }

.color-azul-torvigo {
  color: #143d7d !important;
  font-weight: 600; }

.nombre-subcat-flecha {
  display: flex;
  align-items: center;
  width: 100%; }

.ultima-subcategoria-menu-responsive {
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  width: 85%; }

.div-subcategorias-subcategorias-menu-responsive {
  display: none;
  padding-left: 1.5rem;
  width: 100%; }

.icono-azul-torvigo {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/static/img/header/iconos/arrow-right-azul-torvigo.png?beea8e6009e3"); }

.categoria-padre-menu-responsive {
  width: 90%;
  padding-left: 1.5rem; }

.flecha-subcategorias-menu-responsive {
  padding-right: 2.3rem; }

.guion-subcategorias-menu-responsive {
  padding-right: 0.5rem;
  color: #143d7d;
  font-weight: 600; }

.ajustar-flecha-menu-responsive {
  flex-grow: 1; }

.ajustar-tamaño-texto-categorias-padre {
  font-size: 18px !important; }

.ajustar-tamaño-categorias-finales {
  font-size: 14px !important; }

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .hide-in-mobile {
    display: none !important; } }

@media only screen and (max-width: 768px) {
  .hide-in-mobile {
    display: none !important; } }

.micro-arrow {
  text-align: center;
  display: none; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .micro-arrow {
      display: block; } }
  @media only screen and (max-width: 768px) {
    .micro-arrow {
      display: block; } }
.desc-arrow {
  text-align: center;
  display: block; }

.microsite_content {
  text-align: left; }
  .microsite_content.padding {
    padding-left: 45px; }
    @media only screen and (max-width: 1024px) and (min-width: 769px) {
      .microsite_content.padding {
        padding-left: 0 !important; } }
    @media only screen and (max-width: 768px) {
      .microsite_content.padding {
        padding-left: 0 !important; } }
    @media only screen and (max-width: 330px) {
      .microsite_content.padding {
        padding-left: 0 !important; } }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .microsite_content p {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical; } }
  @media only screen and (max-width: 768px) {
    .microsite_content p {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical; } }
  @media only screen and (max-width: 330px) {
    .microsite_content p {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical; } }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .microsite_content {
      width: 95%;
      margin: auto; } }
  @media only screen and (max-width: 768px) {
    .microsite_content {
      width: 95%;
      margin: auto; } }
  @media only screen and (min-width: 421px) and (max-width: 767px) {
    .microsite_content {
      width: 95%;
      margin: auto; } }
  @media only screen and (max-width: 330px) {
    .microsite_content {
      width: 95%;
      margin: auto; } }
.two-lines p {
  -webkit-line-clamp: 2; }

.several-lines p {
  -webkit-line-clamp: 4000; }
