<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0px;
  font-family: "Rubik", sans-serif;
  color: #212a4d;
}

a {
  text-decoration: none;
}
.link:hover { color: #0496ff;}

.header {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0px;
  padding-top: 70px;
}

.header-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 10px;
  margin-bottom: 30px;
}
.header-wrapper__image img {
  min-width: 75px;
  max-width: 75px;
}
.header-wrapper__imageMobile {
  display: none;
}

.header-wrapper__imageMobile img{
  min-width: 75px;
  max-width: 75px;
}

.header-wrapper__info {
  display: flex;
  flex-direction: column;
}
.header-wrapper__info .textHeader-1 {
  margin-bottom: 10px;
}
.header-wrapper__info__symbol {
  color: #212a4d;
  font-weight: 700;
  background-color: #ddedfd;
  border-radius: 3px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  padding: 10px;
  width: 130px;
  text-align: center;
}
.header-wrapper__info__details {
  display: flex;
  align-items: center;
}
.header-wrapper__info__details .detail-label {
  background-color: #eceff4;
  padding: 7px 12px 8px 12px;
  margin-right: 10px;
  border-radius: 3px;
  font-size: 13px;
}
.header-wrapper__info__details .detail-text {
  font-size: 16px;
  margin-right: 25px;
}

.col-header {
  display: flex;
  align-items: center;
}

.cajas-wrapper {
  padding: 10px;
}

.bloque-cajas {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  column-gap: 2rem;
  row-gap: 2rem;
}
.bloque-cajas .caja {
  background-color: #f4f8f9;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.bloque-cajas .caja__header {
  display: flex;
}
.bloque-cajas .caja__header__logo {
  background-color: white;
  border-radius: 50%;
  height: 75px;
  flex-basis: 75px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bloque-cajas .caja__header__logo__image {
  width: 16px;
  padding: 5px;
  border-radius: 50%;
  border: 1px solid #eceff4;
}

.bloque-cajas .caja__header__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 calc(100% - 95px);
  overflow: hidden;
  text-overflow: ellipsis;
}

.bloque-cajas .caja__header__details__title {
  color: #212a4d;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  width: 95%;
  white-space: nowrap;
}
.bloque-cajas .caja__header__details__price {
  color: rgba(33,42,77,0.5);
  font-size: 30px;
  height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.bloque-cajas .caja__info {
  display: flex;
}
.bloque-cajas .caja__info__symbol {
  text-align: center;
  font-weight: 700;
  flex-basis: 60px;
  margin-right: 20px;
  margin-left: 8px;
}
.bloque-cajas .caja__info__changes {
  display: flex;
  margin-left: 3px;
}
.bloque-cajas .caja__info__changes .change-value {
  margin-right: 20px;
  color: #767c92;
}
.bloque-cajas .caja__info__changes .change-percent {
  width: 100px;
  text-align: right;
  padding-right: 10px;
}
.bloque-cajas .caja__description {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  font-size: 15px;
  margin-top: 15px;
  color: #212A4D;
  line-height: 24px;
}
.bloque-cajas .caja__description__action {
  display: block;
  width: 120px;
  height: 40px;
  background-color: #0496ff;
  color: white;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 13px;
}

.footer-bottom {
  background-color: #1B1D40;
  color: #8089AC;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px;
  font-size: 18px;
  gap: 2rem;
}

.footer-bottom &gt; div {
  max-width: 700px;
  line-height: 30px;
  flex: 1;
}

.footer-bottom__address {
  text-align: right;
}

.white-text {
  color: white;
}

.footer-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #212a4d;
  position: relative;
  margin-top: 200px;
  flex-direction: column;
  padding: 60px 112px;
}
.footer-wrapper__image {
  width: 465px;
  height: 103px;
  margin-bottom: 100px;
  margin-top: 40px;
}
.footer-wrapper__info {
  bottom: 30px;
  color: white;
  display: flex;
  gap: 2rem;
  padding: 0 10px;
  flex-direction: column;
  align-items: center;
  max-width: 1024px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
}
.footer-wrapper__info &gt; div:last-child {
  margin-top: 20px;
}
.footer-wrapper__info a {
  color: white;
}

.d-flex {
  display: flex;
  gap: 2rem;
}

.tabla-content {
  width: 100%;
  margin-bottom: 50px;
  margin-left: 5px;
  margin-right: 5px;
  box-sizing: border-box;
  border-spacing: 0px;

}
.tabla-content__header {
  height: 60px;
  color: rgba(32,53,83,0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.tabla-content__header th {
  padding-left: 15px;
  position: relative;
  font-weight: normal;
  border-top: 1px #ECEFF4 solid;
}
.tabla-content__header th:last-child {
  min-width: 62px;
}
.tabla-content__header th .arrow {
  position: absolute;
  width: 7px;
  left: 0;
  filter: invert(82%) sepia(10%) saturate(472%) hue-rotate(175deg) brightness(85%) contrast(87%);
}
.tabla-content__header th .arrow--up {
  top: 21px;
}
.tabla-content__header th .arrow--down {
  top: 28px;
}
.tabla-content .tds {
  height: 60px;
}
.tabla-content .tds td {
  padding-left: 15px;
  padding-right: 15px;
  color: #203553;
}
.tabla-content .tds td .percentage {
  display: inline-block;
  width: 80px;
}

.tabla-content .tds td {
  border-top: 1px #ECEFF4 solid;
  font-weight: 300;
}

.textHeader-3 {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.textHeader-2 {
  font-size: 30px;
}

.textHeader-1 {
  font-size: 54px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}

.details-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.details-wrapper &gt; * {
  flex: 1;
}

.table-wrapper {
  padding: 10px;
  margin-top: 80px;
}

.reports {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.report-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1;
}

.details-box {
  background-color: #f4f8f9;
  display: flex;
  border-radius: 10px;
  position: relative;
  padding: 10px;
}
.details-box:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: -5px;
  left: 0;
}
.details-box--green:before {
  background-color: #00cc99;
}
.details-box--blue:before {
  background-color: #0091ff;
}
.details-box__item {
  display: flex;
  justify-content: center;
  flex: 1;
  align-items: center;
  padding: 20px;
  flex-wrap: wrap;
}
.details-box__item__header {
  margin-bottom: 10px;
  opacity: 0.5;
  flex-basis: 100%;
}
.details-box__item__text {
  font-weight: 500;
  flex-basis: 100%;
}

.fixed-header {
  width: 100%;
  background-color: #21294d;
  position: fixed;
  top: 0px;
  z-index: 999;
  height: 60px;
  font-size: 14px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

::placeholder {
  color: #a3b0c2;
}

.arrow-positive {
  position: relative;
}
.arrow-positive:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid #00cc99;
  position: absolute;
  right: 0;
  top: 40%;
}

.arrow-negative {
  position: relative;
}
.arrow-negative:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid red;
  position: absolute;
  right: 0;
  top: 40%;
}

.item-header {
  font-size: 18px;
  letter-spacing: -0.18px;
  color: white;
  text-transform: uppercase;
  padding: 0 20px;
  position: relative;
}

.search-wrapper {
  margin-top: 0px;
  background-color: #f4f8f9;
  height: 150px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.search-wrapper &gt; * {
  flex: 1;
}
.search-wrapper__logo {
  text-align: center;
  padding-left: 15px;
}

.buscador {
  width: 550px;
  height: 60px;
  background-color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  justify-content: space-between;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
.buscador input {
  border: none;
  outline: none;
  padding-left: 50px;
  width: calc(100% - 220px);
  font-family: 'Rubik';
  font-size: 16px;
  color: rgba(33,42,77,0.5);
}
.buscador__search {
  width: 125px;
  height: 40px;
  border-radius: 4px;
  background-color: #00cc99;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
}
.buscador__lupa {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 30px;
  /*filter: invert(30%) sepia(8%) saturate(3337%) hue-rotate(188deg) brightness(90%) contrast(81%);*/
}

.time-wrapper {
  display: flex;
  margin-bottom: 20px;
}
.time-wrapper__item {
  width: 70px;
  height: 35px;
  color: #a3b0c2;
  font-size: 16px;
  text-align: center;
  padding-bottom: 5px;
  cursor: pointer;
  position: relative;
}
.time-wrapper__item:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #ECEFF4;
  bottom: 0;
  left: 0;
  border-radius: 10px;
}
.time-wrapper__item--selected {
  color: #0091ff;
}
.time-wrapper__item--selected:after {
  background-color: #0091ff;
  height: 3px;
  bottom: -1px;
}

.info-wrapper {
  display: flex;
  gap: 2rem;
  margin-bottom: 200px;
  flex-wrap: wrap;
}
.info-wrapper__text {
  flex: 1;
  background-color: #f4f8f9;
  padding: 40px;
  border-top: 10px solid #0091ff;
  border-radius: 0 0 10px 10px;
  line-height: 30px;
}
.info-wrapper__image {
  flex: 2;
  background-image: url('/assets/img/acciones/a6.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}
/* .info-wrapper__image img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
} */

.section-header {
  font-size: 84px;
  color: #212a4d;
  margin-top: 120px;
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.84px;
}

.header .top {
  box-sizing: border-box;
  height: 600px;
  width: 100%;
  text-align: center;
  background: #00cc99;
  border-top: 150px white solid;
  border-bottom: 150px white solid;
  margin-bottom: 100px;
}

.header .top-inside {
  height: 120px;
  background-color: #00cc99;
  width: 100% !important;
  border: 0px;
  padding-top: 18px;
  margin-top: 30px;
  box-sizing: border-box;
}

.header .top .hero {
  width: 100%;
  max-width: 1620px;
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 140px;
  background-image: url("/assets/img/acciones/img-hero.jpg");
  background-size: cover;
  height: 600px;
}

.header .top .hero .hero-content {
  position: absolute;
  margin-top: 42px;
}

.hero-content h1 {
  font-size: 68px;
  color: white;
  padding-left: 108px;
  text-align: left;
}

.hero-content h2 {
  color: white;
  text-align: left;
  line-height: 30px;
  padding-left: 108px;
  font-size: 16px;
  width: 400px;
}

.bindex {
  padding-right: 0px !important;
}

.bindex div {
  padding-top: 20px;
  padding-bottom: 20px;
}

.bindex div span {
  margin-top: -5px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.buscador-inside {
  box-sizing: border-box;
  padding-left: 0px;
  max-width: 1620px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container {
  width: 100%;
  text-align: center;
}

.container .box {
  box-sizing: border-box;
  width: 100%;
  max-width: 1420px;
  margin: auto;
  text-align: left;
}

.box h1 {
  font-size: 46px;
  color: #212a4d;
  margin-top: 50px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.caja .caja-titulo {
  color: #212a4d;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 25px;
}

.caja .caja-value {
  color: #767c92;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 30px;
}

.caja .caja-values {
  box-sizing: border-box;
}

.caja .caja-desc {
  margin-top: 20px;
  padding: 20px;
  background-color: white;
  font-weight: 300;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

.caja .caja-desc .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 120px;
  line-height: 25px;
}

.caja .caja-desc .boton {
  background-color: #0496ff;
  color: white;
  font-weight: 500;
  padding: 15px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
}

.botonera-grafica div {
  float: left;
  width: calc(14% - 10px);
  margin: 5px;
  box-sizing: border-box;
  text-align: center;
}

.tabla-content {
  margin-top: 40px;
  margin-bottom: 150px;
  margin-right: 40px;
  box-sizing: border-box;
}
.tabla-content tr {
  min-height: 55px;
}

.embed-map {
  filter: invert(90%);
  margin-bottom: 30px;
  width: 100%;
  border-radius: 10px;
}

.align-top {
  vertical-align: top;
  padding-top: 30px;
}

.tabla-content .header {
  color: #788597;
  font-weight: 300;
  text-align: left;
}

.tabla-content .tds td {
  border-top: 1px #ECEFF4 solid;
  font-weight: 300;
}

.tabla-content .tds:hover {
  background-color: #f7fcff;
}

.tabla-content-icon {
  width: 16px;
  padding: 5px;
  background-color: white;
  border-radius: 100%;
  border: 1px #eceff4 solid;
  margin-right: 10px;
  margin-top: -4px;
}

.search-icon {
  width: 16px;
  padding: 5px;
  margin-right: 10px;
  margin-top: -4px;
}

.tabla-content-title {
  margin: 0px;
  margin-top: 5px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 22px;
  max-width: 200px;
}

.viewStock {
  color: #0496ff;
  border: 1px #0496ff solid;
  padding: 10px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}

.viewStock2 {
  color: #abb4c6;
  border-bottom: 1px #abb4c6 solid;
  padding: 15px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 300;
}

.vsActive2 {
  color: #378df7;
  border-bottom: 2px #378df7 solid;
  font-weight: 500;
}

h2 {
  font-size: 24px;
}

h2 span {
  font-weight: 300;
  font-size: 16px;
}

.vsActive {
  color: white !important;
  border: 1px #0496ff solid;
  background-color: #0496ff;
}

.vsActive a {
  color: white !important;
}

.vsActive a {
  color: #0496ff;
}

.viewStock a:hover {
  color: white !important;
}

.viewStock:hover {
  color: white !important;
  border: 1px #0496ff solid;
  background-color: #0496ff;
}

.texto-content {
  padding: 10px;
  font-weight: 300;
}

.center {
  text-align: center;
}

.fs10 {
  font-size: 10px;
}

.cWhite {
  color: white;
}

.cRed {
  color: #f02e2e !important;
}

.cBlue {
  color: #0496ff;
}

.cGreen {
  color: #00cc99 !important;
}

.d33 {
  width: 33%;
  box-sizing: border-box;
}

.d25 {
  width: 25%;
  box-sizing: border-box;
}

.d25m10 {
  width: calc(25% - 20px);
  margin: 10px;
  box-sizing: border-box;
}

.d50 {
  width: 50%;
  box-sizing: border-box;
}

.plpr0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pr20 {
  padding-right: 20px;
}

.left {
  float: left;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.fw300 {
  font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #212A4D !important;
}

.cfoot {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.select-list {
  position: relative;
  margin-top: -15px !important;
}

#zonesList {
  position: absolute;
  background-color: white;
  overflow: scroll;
  height: 150px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-bottom: 2px grey solid;
  border-right: 2px grey solid;
  border-left: 2px grey solid;
  box-sizing: border-box;
  border-top: 2px white solid;
  margin-top: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-left: 0px;
}

.dropdown-select-item {
  text-align: left;
  border-bottom: 1px #80808040 solid;
  cursor: pointer;
  margin: 0px;
  font-weight: 300;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-overflow: ellipsis;
  display: block;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: black;
  height: auto !important;
  white-space: nowrap;
}

.dropdown-select-item:hover {
  background-color: #80808017;
}

.dropdown-select-item:last-child {
  border-bottom: none;
}

.box p {
  padding-left: 10px;
  padding-right: 10px;
}

.pr10 {
  padding-right: 10px;
}

.binside {
  width: 300px;
  position: absolute;
  top: 46px;
  right: 0px;
}

.binside div input {
  width: 100% !important;
  margin-left: 35px;
}

.binside div #autocomplete-list {
  width: calc(100% - 20px) !important;
}

.textoImagen {
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem;
}
.textoImagen__image {
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  flex-basis: 50%;
}

.textoImagen__texto {
  flex-basis: 50%;
  line-height: 30px;
}

.cajetillas-wrapper {
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}




.cajetillapost {
  height: 175px;
  font-size 2.6rem;
  color: #232a4b;
  background-color: #f5f8f9;
  font-weight: 500;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  flex: 1;
}
.cajetillapost:before {
  content: "";
  position: absolute;
  top: -5px;
  width: 100%;
  height: 2px;
}
.cajetillapost__box {
  font-size: 12px;
  padding: 8px 12px;
  border-radius: 3px;
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  display: flex;
  margin-top: 10px;
}
.cajetillapost--green:before {
  background-color: #00CC99;
}
.cajetillapost--green .cajetillapost__box {
  background-color: #00CC99;
}
.cajetillapost--blue:before {
  background-color: #0091FF;
}
.cajetillapost--blue .cajetillapost__box {
  background-color: #0091FF;
}
.cajetillapost--orange:before {
  background-color: #FF8800;
}
.cajetillapost--orange .cajetillapost__box {
  background-color: #FF8800;
}
.cajetillapost--gray:before {
  background-color: #a3b0c2;
}

.breadcrumb {
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  display: flex;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.breadcrumb li {
  list-style-type: none;
  font-size: 13px;
  white-space: nowrap;
}

.breadcrumb li:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
}

.breadcrumb li:after {
  content: "";
  display: inline-block;
  margin-bottom: 1.25px;
  border-width: 0 10px 10px 0px;
  padding: 3px;
  margin-left: 2px;
  margin-right: 10px;
  -webkit-transform: rotate(-45deg);
  border: solid #626262;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb li:last-child:after {
  content: none;
}

/* RESPONSIVE */
@media only screen and (max-width: 1024px) {
  .footer-bottom {
    padding: 73px 112px;
    flex-wrap: wrap;
  }
  .footer-bottom &gt; div {
    flex: 1 100%;
  }
  .footer-bottom__address {
    text-align: left;
  }

  .footer-wrapper__image {
    margin: auto;
    margin-bottom: 80px;
    margin-top: 20px;
    display: block;
    height: auto;
    width: 80%;
  }

  .details-wrapper .tabla-content {
    flex-basis: 100%;
    margin: 0;
    margin-bottom: 50px;
  }

  .tabla-content {
    margin-bottom: 96px;
  }

  .tabla-content .tds:last-child td {
    border-bottom: 1px#ECEFF4 solid;
	padding-top: 20px;
  }

  .textoImagen {
    flex-wrap: wrap;
  }

  .textoImagen__image {
    flex-basis: 100%;
    height: 350px;
  }

  .textoImagen__texto {
    flex-basis: 100%;
    order: 2;
  }

  .bindex {
    padding-right: 20px !important;
  }

  .section-header {
    font-size: 60px;
    line-height: 72px;
    margin-top: 96px;
  }

  .info-wrapper {
    margin-bottom: 96px;
  }

  .info-wrapper__text {
    flex-basis: 100%;
    order: 2;
  }

  .info-wrapper__image {
    flex-basis: 350px;
    height: 350px;
  }

  .textHeader-1 {
    font-size: 48px;
  }

  .header .top .hero .hero-content {
    margin-top: -30px;
    width: 100%;
  }

  .header .top {
    height: 490px;
  }

  .header .top .hero {
    height: 490px;
  }

  .search-wrapper {
    padding: 15px 0;
  }
  .search-wrapper &gt; div:first-child {
    display: none;
  }

  .percentage {
    width: 62px !important;
  }

  .cajetillapost {
    font-size: 1.1rem;
  }

  .container .box {
    padding: 0 50px;
  }

  .search-wrapper {
    justify-content: space-between;
  }

  .search-wrapper__logo {
    flex: 0 260px;
  }

  .buscador {
    margin-right: 45px;
    flex: 0 475px;
  }

  .hero-content h2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-content h1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabla-content .tds td {
    font-size: 12px;
  }

  .fs620 {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 950px) {
  .textoImagen div:nth-child(2) {
    height: 350px;
    margin-top: 20px !important;
    margin-left: 0px !important;
  }

  .d25m10 {
    width: calc(50% - 20px);
  }

  .bindex {
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 875px) {
  .hinside {
    height: 85px;
  }

  .binside {
    width: 100%;
    position: relative;
    top: 0px;
  }

  .info-wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 830px) {
  .bindex {
    padding-right: 0px !important;
  }

  th:nth-child(6) {
    display: none;
  }

  td:nth-child(6) {
    display: none;
  }

  .buscador-inside {
    padding-left: 10px !important;
    padding-right: 10px;
  }

  .tabla-content .tds {
    font-size: 12px;
  }

  .buscador {
    padding-left: 10px;
    flex: 0 400px;
  }

  .header .top .hero .hero-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .header .top .hero .hero-content {
    margin-top: 10px;
  }

  .header .top {
    height: 530px;
  }

  .header .top .hero {
    height: 530px;
  }

  .hero-content h2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .hero-content h1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabla-content-title {
    height: 15px;
    max-width: 150px;
  }

  .noneMobile {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .footer-bottom {
    padding: 60px 30px;
    font-size: 15px;
    line-height: 24px;
  }
  .footer-wrapper__info {
    flex-direction: column;
    align-items: center;
    margin-top: 48px;
    font-size: 15px;
    line-height: 24px;
  }
  .footer-wrapper__image {
    width: 260px;
    margin-bottom: 0;
  }
  .footer-wrapper {
    margin-top: 100px;
    flex-direction: column;
    padding: 60px 20px;
  }
}

@media only screen and (max-width: 700px) {
  .header .top {
    border-bottom: 180px white solid;
    margin-bottom: 30px;
  }

  th:nth-child(3), th:nth-child(4), th:nth-child(6) {
    display: none;
  }

  td:nth-child(3), td:nth-child(4), td:nth-child(6) {
    display: none;
  }

  .container .box {
    padding: 0 15px;
  }

  .hero-content h1 {
    font-size: 38px;
  }

  .hero-content h2 {
    font-size: 12px;
  }

  .buscador {
    margin-top: 40px;
  }

  .buscador-inside {
    margin-top: 0px !important;
  }

  .header .top .hero .hero-content {
    margin-top: 10px;
  }

  .header .top {
    height: 350px;
  }

  .header .top .hero {
    height: 350px;
  }

  .box h1 {
    font-size: 36px;
  }

  .cfoot {
    text-align: center !important;
    font-size: 10px !important;
    margin-bottom: 20px !important;
  }

  .footerText {
    padding-left: 20px;
    padding-right: 20px;
  }

  .viewStock {
    padding: 6px;
  }

  .noneMobile2 {
    display: none;
  }

  .f100en700 {
    width: 100%;
  }

  .cpr10en700 {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 582px) {
  .cajetillapost {
    max-height: 125px;
    height: 125px;
  }

  .details-box--blue {
    flex-wrap: wrap;
  }

  .details-box__item {
    flex-basis: 25%;
  }

  .breadcrumb {
    display: block;
  }

  .npr {
    padding-right: 0px;
  }

  .spr10 {
    padding-right: 10px;
  }

  .hero-content h1 {
    font-size: 28px;
  }

  .hero-content h2 {
    font-size: 11px;
    width: 300px;
  }

  .d50 {
    width: 100%;
  }

  .d50force {
    width: 50% !important;
  }

  .d25m10 {
    font-size: 26px !important;
  }

  .header .top {
    height: 330px;
  }

  .header .top .hero {
    height: 330px;
  }

  .header .top {
    border-bottom: 145px white solid;
  }

  .tabla-content .tds td {
    font-size: 10px;
  }

  .tabla-content-title {
    height: 13px;
    max-width: 100px;
  }

  .viewStock {
    padding: 4px;
  }

  .dropdown-select-item {
    height: 12px;
  }

  .forzeSize50 {
    width: 50% !important;
  }
}
@media only screen and (max-width: 420px) {
  .sectorize {
    display: block !important;
    margin-bottom: 20px;
  }

  .hero-content h2 {
    font-size: 10px;
  }

  .hero-content h1 {
    font-size: 28px;
  }

  .noneMobile3 {
    display: none;
  }

  .dropdown-select-item {
    font-size: 10px;
    height: 4px;
  }

  .search-icon {
    width: 10px;
    padding: 4px;
    margin-right: 4px;
  }

  .forzeSize100 {
    width: 100% !important;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .item-header {
    font-size: 14px;
    padding: 0 15px;
  }

  .footer-bottom .white-text {
    display: block;
  }
  .d-flex {
    flex-direction: column;
    gap: .5rem;
  }
  .d-flex &gt; div:first-child {
    order: 2;
  }

  .buscador__lupa {
    left: 15px;
  }

  .buscador input {
    padding-left: 35px;
  }

  th:nth-child(3), th:nth-child(4), th:nth-child(5), th:nth-child(6) {
    display: none;
  }

  td:nth-child(3), td:nth-child(4), td:nth-child(5), td:nth-child(6) {
    display: none;
  }

  .search-wrapper {
    justify-content: center;
    padding-top: 40px;
  }

  .buscador {
    margin: 40px 30px;
    height: 50px;
  }
  .buscador__lupa {
    left: 20px;
  }
  .buscador__search {
    width: 80px;
  }
  .buscador input {
    width: 50%;
  }
  .container .box {
    padding: 0 10px;
  }

  .header-wrapper__image {
    display: none;
  }

  .header-wrapper__imageMobile {
    display: block;
  }

  .header-wrapper__info__details {
    flex-wrap: wrap;
  }

  .col-header {
    gap: 1rem;
  }

  .col-header:first-child {
    margin-bottom: 10px;
  }
  .cajetillapost {
    flex-basis: 100%;
    height: 175px;
    max-height: 175px;
  }

  .cajetillapost__text {
    font-size: 2.6rem;
  }

  .textoImagen div:nth-child(2) {
    height: 150px;
  }

  .section-header {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 28px;
  }

  .info-wrapper__image {
    flex-basis: 150px;
  }

  .info-wrapper__text {
    padding: 20px;
    border-top: 5px solid #0091ff;
  }

  .info-wrapper {
    margin-bottom: 57px;
  }

  .textHeader-1 {
    font-size: 30px;
  }

  .textHeader-2 {
    font-size: 21px;
  }

  .tabla-content .tds td {
    font-size: 16px;
    padding: 0 5px;
  }

  .embed-map {
    height: 150px;
  }

  .details-wrapper .tabla-content {
    margin-bottom: 30px;
  }

  .locationTable-wrapper .tabla-content {
    margin-bottom: 57px;
  }

  .details-box {
    flex-wrap: wrap;
  }

  .details-box__item {
    flex-basis: 25%;
  }

  .table-wrapper {
    margin-top: 50px;
  }

  .tabla-history {
    margin-bottom: 50px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 320px) {
  .container .box {
    padding: 0;
  }
  .item-header {
    padding: 0 10px;
  }
  .item-header:after {
    right: -2px;
  }

  .bloque-cajas {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>