/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.overlay-title {
  position: absolute;
  left: 60px;
  font-size: 36px;
  color: white;
  background-color: #E0004D;
  padding: 10px;
  z-index: 4;
  text-transform: uppercase;
}

.overlay-title:first-of-type {
  top: calc(50% - 46px);
}

.overlay-title:nth-of-type(2) {
  top: 50%;
}

#highlights {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 0px;
  max-height: calc(100vh - 100px);
}

.highlight {
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* max-height: calc(100vh - 100px); */
  margin-left: 0px !important;
  margin-right: 0px !important;
  text-align: center;
  color: white;
  font-size: 48px;
  text-decoration: underline;
}

/* 

.video {
    width: 100%;
    aspect-ratio: 105/59;
    overflow: hidden;
    position: relative;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

#brandsContainer {
  width: 100% !important;
  position: relative;
  margin: 0px auto;
  left: 0px !important;
  overflow: hidden;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}


.container-img-banner {
  position: relative;
  top: 10px;
}

.semi-full-screen {
  width: 80% !important;
  margin: 50px auto;
}

.container-img-banner img {
  width: 100%;
}

.highlight img {
  width: 100%;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
  max-height: calc(100vh - 100px);
}

.widthContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#imageGroupTitle {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 60px;
  color: #333234;
  text-align: center;
}

.slick-dots {
  bottom: 12px;
}

.slick-dots li {
  width: 12px;
  height: 14px;
}

.slick-dots li button:before {
  border-radius: 100px;
  width: 10px;
  height: 10px;
  background-color: #5a5a5a;
  color: transparent;
  opacity: 0.2;
  font-size: 0px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

#specialOffersContainer {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: transparent;
}

#specialOffersTitle {
  position: relative;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 5px;
  color: #84cdc4;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
}

#specialOffersDiv {
  position: relative;
  margin: 0 auto;
  width: 1250px;
  margin-top: 25px;
}

#specialOffersLeftArrow {
  position: absolute;
  left: 5px;
  height: 50px;
  top: 92px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

#specialOffersLeftArrow:hover {
  left: 0px;
}

#specialOffersRightArrow {
  position: absolute;
  right: 5px;
  height: 50px;
  top: 92px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

#specialOffersRightArrow:hover {
  right: 0px;
}

#specialOffers {
  position: relative;
  height: auto;
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

.specialOffer {
  position: relative;
  float: left;
  width: 330px;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  top: 0px;
}

.specialOffer:hover {
  top: -10px;
}

.specialOfferImg {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 180px;
}

.specialOfferInfo {
  position: relative;
  width: 98%;
  margin: 0 auto;
  height: 45px;
  margin-top: 10px;
  border: 2px solid #84cdc4;
  border-radius: 2px;
  display: table;
}

.specialOfferTitle {
  position: relative;
  color: #8e8e8e;
  text-transform: uppercase;
  margin-left: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  max-width: 130px;
  line-height: 14px;
  padding-top: 3px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.specialOfferPrice {
  position: relative;
  float: right;
  color: #8e8e8e;
  margin-right: 20px;
  font-weight: bold;
  font-size: 14px;
  padding-top: 17px;
}

#promotions {
  height: 570px;
}

#promoShadow {
  width: 75%;
  margin: 0 auto;
  height: 16px;
  position: relative;
  margin-bottom: 30px;
}

#topPromotionImages {
  height: 240px;
  margin-top: 40px;
  width: 100%;
}

#bottomPromotionImages {
  height: 270px;
}

.promoColumnImages {
  width: 275px;
  height: 275px;
  margin-left: 70px;
  float: left;
  display: inline-block;
  position: relative;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.promoColumnImages:hover,
.promoWideImages:hover {
  cursor: pointer;
}

.promoWideImages {
  margin-left: 70px;
  height: 230px;
  width: 448px;
  margin-top: 20px;
  float: left;
  position: relative;
  display: inline-block;
  background-size: 100%;
  background-position: 50% 50%;
  margin-bottom: 15px;
  background-repeat: no-repeat;
}

.promoImageColumnBkg {
  height: 20%;
  bottom: 0px;
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.promoImageWideBkg {
  height: 20%;
  bottom: 0px;
  position: absolute;
  width: 100%;
  background-color: #333234;
  opacity: 0.8;
}

.promoImageColumnText {
  float: left;
  margin-top: 5px;
  color: white;
  margin-top: 17px;
  position: relative;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

.promoImageColumnPrice {
  margin-left: 10px;
  margin-top: 5px;
  float: left;
}

.promoImageWideText {
  float: left;
  margin-left: 5px;
  margin-top: 5px;
}

.promoImageWidePrice {
  float: left;
  margin-left: 5px;
  margin-top: 5px;
  height: auto;
  padding-bottom: 15px;
}

#mapDiv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
  min-width: 1100px;
  margin-top: 20px;
}

#contactDiv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #b2d6d1;
}

#contactTitle {
  position: relative;
  margin-top: 80px;
  text-align: center;
  color: white;
  letter-spacing: 2px;
  font-size: 20px;
}

.contactInput {
  position: relative;
  float: left;
  width: 360px;
  padding-left: 15px;
  margin-top: 30px;
  height: 35px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 5px;
  color: white;
  font-size: 16px;
}

.contactInput::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: white;
  opacity: 1;
}

.contactInput:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
  opacity: 1;
}

.contactInput::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
  opacity: 1;
}

.contactInput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
  opacity: 1;
}

.contactInput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
  opacity: 1;
}

#contactName {
  margin-left: 150px;
  margin-right: 40px;
}

#contactMessage {
  margin-left: 150px;
  width: 780px;
  padding-top: 10px;
  height: 200px;
  resize: none;
}

#contactSend {
  position: relative;
  float: right;
  width: 300px;
  margin-right: 150px;
  margin-top: 20px;
  height: 40px;
  background-color: #84cdc4;
  color: white;
  text-align: center;
  line-height: 40px;
  letter-spacing: 2px;
  margin-bottom: 60px;
  border-radius: 3px;
  border: 2px solid #84cdc4;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

#contactSend:hover {
  background-color: #35b7a7;
  border: 2px solid #35b7a7;
}

.leftArrow {
  position: absolute;
  z-index: 9;
  top: 308px;
  left: 20px;
  cursor: pointer;
}

.rightArrow {
  position: absolute;
  z-index: 9;
  top: 308px;
  right: 20px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
}

.noBorder {
  border: none;
}

.firstLine,
.secondLine,
.thirdLine {
  width: 100%;
  float: left;
}

.firstLine {
  font-weight: 600;
  font-size: 27px;
  line-height: 34px;
}

.secondLine {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.thirdLine {
  font-size: 12px;
  line-height: 16px;
}

#highlights .slick-dots li {
  width: 25px;
}

#highlights .slick-dots li button:before {
  border: none;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  color: transparent;
  opacity: 1;
  font-size: 0px;
  background-color: white;
}

#highlights .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #828579;
  top: -1px;
}

.titleCategories {
  display: none;
  font-size: 28px;
  color: #000000;
  font-weight: 600;
  text-align: center;
  margin-top: 40px;
}

.categoriesContainer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  /* margin: 15px auto 0px; */
  /* display: none; */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.boxBkg {
  background-size: cover;
  height: 32.1vw;
  position: relative;
  top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.box {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: calc((100% - 30px) / 3);
  position: relative;
}

.boxImgContainer {
  height: 100px;
  width: 80%;
  margin: auto;
  background: #ffae00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.boxImgContainer img {
  height: 75px;
  margin: auto;
}

.box:hover .boxTextContainer {
  opacity: 1;
}

.boxTextContainer {
  text-align: center;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  width: 100%;
  font-weight: 600;
  font-size: 25px;
  transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  color: #ffffff;
}

.boxText {
  margin: auto;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.box:hover .boxBkg {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  color: #ffffff;
}

#truck {
  background-image: url(/files/truck.svg);
}

#money {
  background-image: url(/files/money.svg);
}

#store {
  background-image: url(/files/store.svg);
}

.color {
  display: none;
}

#highlights .slick-dots {
  display: none !important;
}

.carousel-title {
  width: 18%;
  text-align: center;
  margin: 0px auto;
  margin-top: 20px;
  margin-bottom: 40px;
  color: black;
  padding-top: 3px;
  font-size: 14px;
  letter-spacing: 1px;
  min-width: 245px;
  font-family: "Clarika-Light";
}

.carousel-subtitle {
  font-family: "DMSerifDisplay";
  font-size: 34px;
}

.flickity-page-dots {
  display: none;
}

.main-carousel {
  margin-bottom: 60px;
  margin-top: 60px;
}

.carousel-cell {
  width: 416px;
  height: 582px;
  margin-left: 1%;
  margin-right: 1%;
}

.flickity-button {
  display: none;
}

.carousel-cell:hover .carousel-hover {
  display: block;
}

.carousel-cell:hover .carousel-hover-category {
  display: block;
}

.carousel-cell:hover .carousel-hover-SEEMORE {
  display: block;
}

.carousel-hover {
  display: none !important;
  background-color: #000000;
  opacity: 0.2;
  width: 416px;
  height: 582px;
  top: -582px;
  z-index: 15;
  position: relative;
}

.carousel-hover-category {
  display: none;
  position: relative;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 586px;
  top: -586px;
  width: 416px;
  height: 582px;
  left: 0px;
  color: #ffffff;
  font-family: "PT Sans NArrow";
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
  font-size: 38px;
  text-transform: lowercase;
}

.carousel-hover-SEEMORE {
  display: none !important;
  position: relative;
  z-index: 20;
  top: -561px;
  left: 0px;
  color: #ffffff;
  text-align: center;
  font-weight: 100;
  font-size: 15px;
  margin-top: 7px;
}

.carousel-image {
  width: 416px;
  height: 582px;
}

#footer {
  margin-top: 70px;
}

#colectivosButtons {
  width: 92%;
  height: 127px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.colectivosButton {
  width: 32.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6%;
  height: 127px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid white;
  text-decoration: none;
  color: white;
  background: #e0004d;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.colectivosButton:hover {
  background: #00b0b9;
}

.colectivosButton:nth-of-type(1) img {
  width: 60px;
}

.colectivosButton img {
  width: 40px;
}

#portonesBenefits {
  position: relative
}

#sliderMarcas {
  width: calc(92% + 20px);
  margin-bottom: 50px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  margin-inline: auto;
  position: relative;
}

#brandsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
}

.itemContainer {
  border-radius: 12px;
  background: #F6F6F6;
  margin-bottom: 1px;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  aspect-ratio: 1;
}

.itemMarcas {
  width: 100%;
  height: 99%;
  aspect-ratio: 1;
}

.sliderDownItem.slick-slide {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}



#portonesBenefits #left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* margin-top: 40px; */
  padding-bottom: 5vw;
  padding-right: 0px;
  padding-top: 5vw;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

#left .tittleBenefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tittleBenefits img {
  width: 80px;
  margin-right: 31px;
  height: 80px;
  margin-top: 11px;
  color: white;
}

.sliderDown .sliderItem {
  /* width: 250px !important; */
  display: inline-block;
}

.sliderUp .sliderItem {
  /* width: 427px !important; */
}

.sliderItem img {
  width: 100%;
}

.sliderUp p,
.sliderDown p {
  font-size: 27px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: visible;
  float: left;
  white-space: nowrap;
  font-family: "Montserrat";
  margin-bottom: 0px;
  /* margin-left: 0px !important; */
  display: inline-block;
  /*margin-right: 7px !important;*/
}

.sliderDown p {
  /* width: 68%; */
  font-size: 30px;
  font-weight: 800;
}

.sliderDownItem .sliderDot {
  /* width: 39%; */
}

#nuestrosServiciosText {
  font-size: 40px;
  text-align: center;
  letter-spacing: 0px;
  line-height: 39px;
  color: #00b0b9;
  font-family: "Montserrat";
}

#obtenerTarjeta {
  /* border-radius: 40px; */
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  /* margin-top: 30px; */
  color: white;
  width: 35%;
  margin-left: 30px;
  padding-left: 15px;
  border: 2px solid white;
  padding-right: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0px;
}

#obtenerTarjeta:hover {
  background: white;
  color: #00b0b9;
  z-index: 19;
}

#left {
  width: 42%;
}

#right {
  width: 46%;
  overflow: hidden;
}

#right img {
  height: 100%;
}

#portonesBenefitsText {
  font-size: 50px;
  font-family: "Montserrat";
  width: 60%;
  color: white;
  margin-bottom: 28px;
}

.benefitsDescription {
  width: 81%;
  line-height: 22px;
  color: white;
  margin-top: 0px;
  font-size: 14px;
  font-weight: 300;
  margin-left: 30px;
  margin-bottom: 31px;
}

.benefitsDescription strong {
  font-weight: bolder;
}

#momentosFelices,
.bottomSection {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-inline: auto;
}

.sliderTexts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding-top: 20px;
  height: 96px;
  width: 92%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}



.sliderDot {
  /* width: 19% !important; */
  text-align: center;
  margin-left: 25px !important;
  margin-right: 25px !important;
  display: inline-block;
}

.sliderUp,
.sliderDown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
}

#heartBackground {
  position: absolute;
  /* float: left; */
  left: 0px;
  /* top: 1416px; */
  margin-top: -130px;
  /* width: auto; */
  height: 630px;
}

.pinkArrow img {
  width: 49px;
  height: 9px;
}

#dummyPortones {
  position: relative !important;
  width: auto;
  top: 0 !important;
  margin: 0px auto;
}

/*.arrowNuestrosServicios.left {
    transform: rotate(180deg);
}

.arrowMomentos.left {
    transform: rotate(180deg);
}*/

#picBottomSection {
  width: 76%;
  background-image: url(/files/bottomPicturePortones.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#nuestrosServiciosSlider {
  height: auto;
  margin: 0px auto;
  margin-top: 48px;
}

.bottomSection {
  margin-bottom: 100px;
}


div#nuestrosServiciosArrow {
  margin-top: 30px;
  display: none;
}

div#momentosFelicesArrow {
  margin-top: 30px;
}

.arrowsNuestrosServicios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

.arrowsMomentos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#nuestrosServiciosSlider {
  margin-bottom: 30px;
  margin-top: 34px;
  margin-inline: auto;
  overflow: hidden;
  width: calc(92% + 20px);
}

.service {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  width: 100%;
  height: auto;
}


.service img {
  overflow: hidden;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  margin-top: 0;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.bottomSection .text-service {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 26px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  color: white;
}

.bottomSection .text-service h3 {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 19.24px;
  text-align: left;
  color: white;
  min-height: 22px;
  width: 95%;
}

.bottomSection .serviceBtn {
  padding: 5px 0px;
  color: white;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 13.9px;
  text-align: left;
  margin-top: 5px;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  cursor: pointer;
}


.service figure {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: auto;
}

.service img {
  overflow: hidden;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  margin-top: 0;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00B0B9;
  /* Fondo celeste */
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.show-more {
  display: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 17.07px;
  text-align: left;
  overflow-y: auto;
  max-height: 85px;
  margin-block: 18px;
  padding-right: 5%;
  width: 100%;
}

.show-more::-webkit-scrollbar {
  width: 3px;
}

.show-more::-webkit-scrollbar-track {
  background: transparent;
}

.show-more::-webkit-scrollbar-thumb {
  background: #dbdbdbe3;
}

.service.open .overlay {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service.open .show-more {
  display: inline-table;
  -webkit-animation: slide-up 0.5s forwards;
          animation: slide-up 0.5s forwards;
}

.service.closing .show-more {
  -webkit-animation: slide-down 0.5s forwards;
          animation: slide-down 0.5s forwards;
}

@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide-up {
  from {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slide-down {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}

@keyframes slide-down {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}

.text-service {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 26px;
  border-radius: 16px;
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0 0 0 / 0%)), to(rgb(0 0 0 / 62%)));
  background: -o-linear-gradient(top, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 62%) 100%);
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 62%) 100%);
}

.service.open .text-service {
  background: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.titleCont {
  height: auto;
}

.text-service h2 {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 19.24px;
  text-align: left;
  color: white;
  min-height: 22px;
  width: 90%;
}

.text-service p.serviceBtn {
  padding: 5px 0px;
  color: white;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 13.9px;
  text-align: left;
  margin-top: 5px;
  position: relative;
  float: left;
  width: auto;
  height: auto;
  cursor: pointer;
}

.colectivosButton p {
  font-size: 20px;
  font-weight: 600;
  line-height: 22.4px;
  letter-spacing: 0.04em;
  text-align: left;
}

.itemMarcas {
  filter: grayscale(1);
  border: 1px solid #dadada;
  border-radius: 12px;
}


.slick-prev,
.slick-next:hover {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: white;
  border: none;
  outline: none;
  background: deeppink !important;
  border-radius: 100%;
}

.arrowNuestrosServicios {
  cursor: pointer;
  width: 40px;
  margin-left: 13px;
}

.arrowMomentos img {
  width: 100%;
}

.arrowMomentos {
  cursor: pointer;
  width: 40px;
  margin-left: 16px;
}

.slick-track {
  /* display: flex; */
}


#content {
  /* top: -95px !important; */
}

#open-gift-account {
  cursor: pointer;
}

.video {
  /* height: calc(100vh - 153px - 10vh); */
  height: 34.4vw;
  width: 100vw;
}

#videoContainer {
  position: relative;
  height: 90vh !important;
  width: 100vw;
  background: black;
  display: block;
  overflow: hidden;
}

#video1Container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.cover {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
}

.bg-video {
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 768px) {
  .video {
    height: 97vw;
  }

  .bg-video {
    height: 120vh;
    position: absolute;
    width: 200vw;
    left: -50vw;
    top: -30px;
  }

  .arrowsMomentos {
    margin-bottom: 20px;
  }

  .overlay-title{
    font-size: 26px;
    left: 0;
  }

  #content {
    min-width: 100%;
    padding: 0px;
    top: 10px !important;
  }

  .arrowsMomentos {
    margin-bottom: 20px;
  }

  .bottomSection {
    margin-bottom: 57px;
    width: 100%;
    margin-top: 0px;
  }

  .centeredContent,
  .widthContainer {
    width: 100% !important;
    margin-bottom: 0px !important;
  }

  .leftArrow {
    display: none;
  }

  .rightArrow {
    display: none;
  }

  .colectivosButton p {
    font-size: 14px;
    font-weight: 600;
    line-height: 15.68px;
    letter-spacing: 0.04em;
    text-align: left;
  }

  #backImage,
  #frontImage {
    display: none;
  }

  .mainImageTextBox,
  #mainImageTextBoxTransparent {
    display: none !important;
  }

  #frontImageMobile {
    display: block;
    height: 250px;
    background-size: cover;
  }

  #backImageMobile {
    display: block;
    height: 250px;
    background-size: cover;
  }

  #mainImageTextBoxTransparent {
    display: none;
  }

  .mainImageTextBox {
    display: none;
  }

  #mainImageSelectorTransparent {
    width: 300px;
    top: initial;
    bottom: 10px;
    left: 50%;
    margin-left: -150px;
    height: 83px;
  }

  .mainImageSelector {
    width: 300px;
    top: initial;
    bottom: 10px;
    left: 50%;
    margin-left: -150px;
    height: 83px;
  }

  .mainImageSelect {
    width: 90px;
    height: 67px;
    float: left;
    margin-right: 1px;
  }

  .promoColumnImages {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 10px;
    height: 200px;
  }

  div#sliderMarcas {
    width: 100%;
    margin: 0px auto;
  }

  a#brandsContainer {
    height: 150px !important;
  }

  .promoWideImages {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 10px;
    height: 200px;
    margin-top: 0px;
  }

  #promoShadow {
    width: 80%;
    margin-bottom: 10px;
  }

  #paymentAndShipping {
    height: auto;
    overflow: hidden;
  }

  #paymentOptions {
    margin-top: 5px;
    height: auto;
    width: 100%;
    border-right: 0px;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
    overflow: hidden;
    text-align: center;
  }

  #deliveryOptions {
    margin-top: 5px;
    height: auto;
    width: 100%;
    border-right: 0px;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 5px;
    overflow: hidden;
    text-align: center;
  }

  div#momentosFelicesArrow {
    margin-top: 0px;
  }

  #locationOptions {
    margin-top: 5px;
    height: auto;
    width: 100%;
    border-right: 0px;
    position: relative;
    /* border-bottom: 1px solid #F7F7F7; */
    overflow: hidden;
  }

  #deliveryOptions:hover,
  #locationOptions:hover {
    cursor: pointer;
  }

  .paymentOption {
    height: 20px;
    margin-right: 4px;
    margin-left: 4px;
    float: none;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  #mobileCreditCard {
    display: block;
  }

  #mobileDelivery {
    display: block;
    margin-top: 13px;
    width: 36px;
    float: left;
    margin-left: 20px;
    display: inline-block;
    margin-bottom: 8px;
  }

  #mobileLocation {
    display: block;
    background-image: url(/files/paymentLocationIcon.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
    width: 18px;
    height: 24px;
    float: left;
    margin-left: 29px;
    display: inline-block;
    margin-bottom: 13px;
  }

  .sliderUp p,
  .sliderDown p {
    font-size: 23px;
    width: 89%;
  }

  .sliderDot {
    font-size: 11px;
    width: 1% !important;
  }

  #paymentOption2 {
    width: 26px;
    height: 18px;
    margin-top: 8px;
  }

  #paymentText {
    display: none;
  }

  #deliveryOptionIcon {
    display: none;
  }

  #locationOptionIcon {
    display: none;
  }

  #deliveryOptionText {
    margin-top: 17px;
    margin-left: 20px;
    font-size: 13px;
    float: left;
    top: 0px;
    height: 20px;
  }

  #locationOptionText {
    margin-top: 17px;
    margin-left: 28px;
    font-size: 13px;
    float: left;
    top: 0px;
    height: 20px;
  }

  #specialOffers {
    display: none;
  }

  .dots {
    display: none;
  }

  #specialOffersMobile {
    display: block;
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .specialOfferImg {
    margin-left: 0px;
  }

  #specialOffersTitle {
    margin-top: 25px;
    margin-bottom: 0px;
  }

  .specialOffer {
    height: auto;
    overflow: hidden;
  }

  #offersLeftArrowContainer {
    position: absolute;
    margin-top: 41px;
    width: 15%;
    height: 250px;
  }

  .imagesLeftArrow {
    background-image: url("/images/carousell/leftArrow.png");
    height: 30%;
    width: 40%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 30%;
    top: 30%;
  }

  #offersRightArrowContainer {
    width: 15%;
    height: 250px;
    position: absolute;
    right: 0px;
    margin-top: 41px;
  }

  .imagesRightArrow {
    background-image: url(/images/carousell/rightArrow.png);
    height: 30%;
    width: 40%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 30%;
    top: 30%;
  }

  .mainImageSelect {
    background-size: cover;
  }

  .homeInfoContainer {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 4px;
    padding: 0px;
  }

  .securityInfo {
    height: 85px;
    font-size: 14px;
    line-height: 85px;
    position: relative;
    width: 75%;
    padding-left: 15%;
    margin: auto;
    color: #525252;
  }

  .securityInfo img {
    position: absolute;
    height: 30px;
    top: 26px;
    left: 5%;
  }

  .titleCategories {
    font-size: 23px;
    width: 50%;
    margin: auto;
    margin-top: 40px;
  }

  .categoriesContainer {
    margin: 5px auto 5px;
    width: 90%;
  }

  .box {
    width: 100%;
    margin: 0%;
  }

  .boxBkg {
    height: 80vw;
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }

  .boxImgContainer {
    width: 100%;
  }

  .boxTextContainer {
    width: 100%;
    opacity: 1;
    padding: 0px;
  }

  .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }

  .textInfo {
    font-: 2px;
    width: 100%;
    margin-top: 20px;
  }

  .imageInfo {
    width: 100%;
  }

  .homeInfo {
    -ms-grid-columns: none;
    grid-template-columns: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }

  .firstLine {
    line-height: 25px;
    font-size: 13px;
    text-align: center;
  }

  .secondLine {
    text-align: center;
    font-size: 10px;
  }

  .sliderTitle {
    width: 56%;
    margin: auto;
  }

  .slick-dots li button {
    display: none;
  }

  .carousel-cell {
    width: 330px;
    height: 500px;
  }

  .carousel-hover {
    width: 330px;
    height: 500px;
  }

  .carousel-hover-category {
    width: 330px;
    height: 500px;
  }

  .carousel-image {
    width: 330px;
    height: 500px;
  }

  #footer {
    margin-top: 30px;
  }

  .arrowMobilePink.mobile.Prev {
    position: absolute;
    left: 11px;
    margin-top: 75px;
    width: 15px;
    height: 15px;
  }

  .arrowMobilePink.mobile.Next {
    position: absolute;
    margin-top: 75px;
    right: 10px;
    width: 15px;
    height: 15px;
  }

  #colectivosButtons .colectivosButton:nth-of-type(1) img {
    width: 100% !important;

  }

  .colectivosButton img {
    width: 80%;
    -ms-grid-row-align: center;
    -ms-grid-column-align: center;
    place-self: center;
  }

  #open-gift-account img {
    margin-right: 13px !important;
    margin-left: 7px;
  }

  .arrowMobilePink img {
    width: 100%;
    height: 100%;
  }

  div#portonesBenefits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    /* margin-top: 71%; */
    /* position: relative; */
    height: auto;
    position: relative;
  }

  div#left {
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-right: 25px;
    padding: 0px !important;
    /* padding-left: 11% !important; */
    /* padding-top: 0px !important; */
  }

  p#portonesBenefitsText {
    font-size: 35px;
  }

  .tittleBenefits img {
    width: 70px;
    height: 70px;
    margin-top: 0px;
  }

  p.benefitsDescription {
    width: 100%;
    text-align: center;
    margin: 0px;
    /* letter-spacing: 6px; */
    line-height: 25px;
  }

  div#right {
    /* height: 130px; */
    width: 100%;
  }

  #right img {
    width: 100vw;
    margin: 0px;
    height: auto;
    margin-bottom: 40px;
  }

  #left .tittleBenefits {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  a#obtenerTarjeta {
    width: auto;
    margin: 0px auto;
    padding-left: 40px;
    z-index: 19;
    padding-right: 40px;
    margin-top: 40px;
    margin-bottom: 40px !important;
  }

  #nuestrosServiciosSlider {
    width: 100%;
  }
}

@media screen and (min-width: 315px) and (max-width: 768px) {
  .groupItem {
    height: 300px;
  }

  p#verTodas {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 10px 22px;
  }

  /* .video {
        width: 100%;
        aspect-ratio: 100/178;
        overflow: hidden;
        position: relative;
        margin-top: 15px;
    } */

  .textColumn {
    width: 70% !important;
    margin-left: 15% !important;
    margin-top: 13px;
    margin-bottom: 10px;
  }

  div#highlights {
    height: auto;
  }

  div#colectivosButtons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: transparent;
    gap: 18px;
    position: relative;
    height: auto;
    margin: 18px auto 44px;
  }

  .colectivosButton {
    width: 100%;
    height: 93px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 22% 30px 1fr;
    grid-template-columns: 22% 1fr;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    justify-items: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 28px 47px;
    gap: 30px;
  }

  #brandsContainer .slick-list {
    height: 100%;
  }

  #brandsContainer .slick-track .slick-track {
    height: 100%;
  }

  div#brandsContainer {
    height: auto;
  }

  a#sliderMarcas {
    width: 80%;
    margin: 0px auto;
  }

  img.itemMarcas {
    width: 100%;
    height: 100%;
    object-fit: contain;
    box-sizing: border-box;
  }

  .itemContainer {
    height: auto;
  }

  div#momentosFelices {
    height: auto;
    width: 100%;
  }

  img#heartBackground {
    z-index: 0;
  }

  #momentosFelices p {
    z-index: 1;
    position: relative;
    height: 60px;
    line-height: 37px;
  }

  .sliderDownItem .sliderDot {
    width: -10% !important;
  }

  .sliderDownItem p:not(.sliderDot) {
    width: 96%;
  }

  .bottomSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  div#picBottomSection {
    height: 390px;
    width: 100%;
  }

  div#nuestrosServiciosText {
    font-size: 26px;
    line-height: 32px;
  }

  div#sliderDeDescuentos {
    height: 85px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 30px;
  }

  .arrowsNuestrosServicios {
    margin-bottom: 60px;
  }

  .arrowNuestrosServicios.left.slick-arrow {
    width: 55px;
  }

  .arrowNuestrosServicios.right.slick-arrow {
    width: 55px;
  }

  .arrowMomentos.left.slick-arrow {
    width: 45px;
  }

  .arrowMomentos.right.slick-arrow {
    width: 45px;
  }

  #portonesBenefits #left {
    margin-top: 0px;
  }

}

@media screen and (min-width:768px) and (max-width: 1100px) {
  .colectivosButton p {
    font-size: 14px;
    margin-left: 6px
  }

  .colectivosButton img {
    width: 40px;
  }
}

@media screen and (min-width: 1100px) {


  .lineEffectCenter:hover::before {
    width: 100%;
    left: 0%
  }
  
  .lineEffectCenter::before {
    bottom: 0px;
  }
  
  .lineEffectCenter::before {
    content: "";
    background: white;
    height: 1px;
    width: 0%;
    position: absolute;
    left: 50%;
    -webkit-transition: left 0.4s cubic-bezier(.4, 0, 1, 1), width 045s cubic-bezier(.4, 0, 1, 1);
    -o-transition: left 0.4s cubic-bezier(.4, 0, 1, 1), width 0.4s cubic-bezier(.4, 0, 1, 1);
    -webkit-transition: left 0.4s cubic-bezier(.4, 0, 1, 1), width 0.4s cubic-bezier(.4, 0, 1, 1);
    transition: left 0.4s cubic-bezier(.4, 0, 1, 1), width 0.4s cubic-bezier(.4, 0, 1, 1)
  }
  
}