/** Shopify CDN: Minification failed

Line 3050:15 Expected ":"

**/
/* =============================================
   AJUSTES DE VIDEO EN HOME - DESKTOP Y MOBILE
   ---------------------------------------------
   Este bloque controla el tamaño y comportamiento
   del video principal tanto en desktop (#video-container-desk)
   como en mobile (#video-mob). 

   IMPORTANTE:
   - No eliminar sin revisar layout completo.
   - Asegura que los elementos siguientes (como grillas de producto)
     no se solapen ni queden ocultos.
   - Mantener separados por media queries para evitar interferencias.
================================================ */
@media (max-width: 767px) {
  #video-mob {
    width: 100vw !important;
    max-height: 50vh;
    object-fit: cover;
    display: block;
    margin: 0 auto 2rem auto !important; /* espacio debajo */
    padding: 0 !important;
    position: relative !important;
    z-index: 1 !important;
  }

  .card-product__body:first-of-type {
    margin-top: 2rem !important;
    position: relative;
    z-index: 2;
    clear: both;
  }
}
#video-container-desk {
  max-height: 70vh; /* limita el alto al 70% del alto de la pantalla */
  overflow: hidden;
  position: relative;
}

#video-desk {
  width: 100%;
  height: 100%;
  object-fit: cover; /* recorta el video para que no se deforme */
  display: block;
}
#video-container-desk,
.ap_vid_desk {
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
  max-height: 100vh !important;
  position: relative !important;
  z-index: 0 !important;
}
/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/index.scss ***!
  \*********************************************************************************************************/
/* style proyect */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 22px;  
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  box-shadow: 0px 10px 0px 0px #162a44;
  -webkit-box-shadow: 0px 10px 0px 0px #162a44;
  -moz-box-shadow: 0px 10px 0px 0px #162a44;
}

body {
  overflow-x: hidden;
}

.style-remove--list > li {
  list-style: none;
}
.style-remove--link, .rf-legal__content a {
  text-decoration: none;
}
.style-remove--btn, .shopify-challenge__container .btn {
  border: none;
  border-radius: 0;
  background: none;
  color: inherit;
  font-family: "Montserrat Regular", sans-serif;
  outline: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.style-remove--input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.style-remove--input::-webkit-outer-spin-button, .style-remove--input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.rf-text, .rf-main-collection__filter .filter__body a, .shopify-challenge__container .btn, .shopify-challenge__container > p, .rf-input {
  font-size: 0.875rem;
  line-height: 20px;
}
.rf-text--super, .rf-product-main__sizes .card-product__size .label {
  font-size: 1.125rem;
  line-height: 26px;
}
@media (max-width: 769px) {
  .rf-text--super, .rf-product-main__sizes .card-product__size .label {
    font-size: 1.125rem;
    line-height: 27.7px;
  }
}
.rf-text--big, .rf-main-collection__header p {
  font-size: 1.25rem;
}
.rf-main-collection__header.rf-text--deep__blue p {
    font-family: 'Montserrat Regular';
}
@media (max-width: 769px) {
  .rf-text--big, .rf-main-collection__header p {
    font-size: 1.125rem;
    line-height: 1;
  }
}
.rf-text--medium {
  font-size: 1rem;
}
.rf-text--small {
  font-size: 0.75rem;
  line-height: 14px;
}
/*
.rf-text--custom, .rf-main-collection__header {
  font-family: "Brygada 1918", sans-serif;
}
*/

.rf-text--white {
  color: #FFF;
}
.rf-text--blue, .rf-legal__content a {
  color: #1D4F90;
}
.rf-text--deep__blue {
  color: #162A44;
}
.rf-text--coffe {
  color: #956B56;
}
.rf-text--red {
  color: #E62341;
}
.rf-text--transparent {
  color: transparent;
}
.rf-title {
  font-family: "Brygada 1918", sans-serif;
  font-size: 9.25rem;
  line-height: 176px;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media (max-width: 769px) {
  .rf-title {
    font-size: 5.25rem;
    line-height: 1;
  }
}
.rf-title--small {
  font-size: 1.875rem;
  line-height: 1;
}
@media (max-width: 769px) {
  .rf-title--small {
    font-size: 1.25rem;
  }
}
.rf-title--medium {
  font-family: "Montserrat Regular", sans-serif;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}
h3.item__name.especial {
    left: -125px;
    bottom: 165px;
}
@media (max-width: 769px) {
  .rf-title--medium {
    font-size: 2.5rem;
  }
}
.rf-subtitle, .rf-legal__content h2 {
  font-size: 2.45rem;
  line-height: 42px;
  font-weight: 500;
}
.rf-subtitle--extra, .rf-main-collection__header h1, .rf-main-collection__header h2, .rf-main-collection__header h3, .rf-main-collection__header h4, .rf-main-collection__header h5 {
  font-size: 2.5rem;
  line-height: 48px;
  font-weight: 300;
}
@media (max-width: 769px) {
  .rf-subtitle--extra, .rf-main-collection__header h1, .rf-main-collection__header h2, .rf-main-collection__header h3, .rf-main-collection__header h4, .rf-main-collection__header h5 {
    font-size: 1.875rem;
    line-height: 1;
  }
}
.rf-subtitle--medium {
  font-size: 3.125rem;
  line-height: 61px;
  font-weight: 400;
}
.rf-btn, .shopify-challenge__container .btn {
  border: none;
  padding: 0.625rem 2.25rem;
  width: fit-content;
  text-transform: uppercase;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.rf-btn--transparent {
  border: 1px solid #FFF;
  border-radius: 5px;
  background-color: transparent;
}
.rf-btn--blue {
  color: #FFF;
  background-color: #162A44;
}
.rf-btn--blue:hover {
  background-color: #E62341;
}
.rf-input {
  border: none;
  padding: 1rem 0 0.5rem 0;
  color: #221F1F;
  outline: none;
}
.rf-container {
  margin: 0 auto;
  padding: 0 4rem;
  width: 100%;
  max-width: 1280px;
}
@media (max-width: 992px) {
  .rf-container {
    padding: 0 0.75rem;
  }
}
.rf-container--extra {
  padding: 0 1rem;
  max-width: 1400px;
}
.rf-space, .shopify-challenge__container {
  padding: 7.25rem 0;
}
.rf-space--up {
  padding-top: 7.25rem;
}
.rf-space--down {
  padding-bottom: 7.25rem;
}
@media (max-width: 992px) {
  .rf-space, .shopify-challenge__container {
    padding: 6.25rem 0;
  }
  .rf-space--up {
    padding-top: 6.25rem;
  }
  .rf-space--down {
    padding-bottom: 6.25rem;
  }
}
@media (max-width: 769px) {
  .rf-space, .shopify-challenge__container {
    padding: 5.625rem 0;
  }
  .rf-space--up {
    padding-top: 5.625rem;
  }
  .rf-space--down {
    padding-bottom: 5.625rem;
  }
}
.rf-transition, .rf-product-main__list-media .thumbnail, .header--mobile__content .nav-title--icon.active svg {
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.rf-animation {
  animation-name: rotate;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.rf-hidden {
  display: none !important;
}

.shopify-challenge__container > p {
  padding: 0 0 2rem;
}
.shopify-challenge__container .btn {
  margin-top: 2rem;
}

@keyframes animationHeaderNavItems {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes animationCardProduct {
  from {
    opacity: 0.3;
    transform: translate(-10px, 15px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* Sections Generals */
.headband__body {
  padding: 0.375rem 0;
  display: flex;
  justify-content: space-around;
}
.headband__rrss .list-social {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.headband__rrss .list-social__item {
  min-width: 1rem;
  height: fit-content;
}
.headband__rrss .list-social__link {
  display: flex;
  align-items: center;
}
.headband__text {
  padding: 0 0.5rem;
  text-align: center;
}
.headband__country {
  height: 18px;
}
.headband__country .tl-select {
  padding: 0;
}
.headband__country .tl-select::after {
  border: none;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid white;
  transform: rotate(0deg) translate(0, 0);
}
.headband__country .tl-select.open::after {
  transform: rotate(-180deg) translate(0, 4px);
}
.headband__country .tl-label.tl-code {
  display: none;
}
.headband__country .tl-flag {
  width: 18px;
  height: 18px;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 769px) {
  .headband__rrss {
    display: none;
  }
  .headband__text {
    font-size: 0.625rem;
    white-space: nowrap;
  }
  .headband__country {
    display: none;
  }
}

.header {
  width: 100%;
  display: flex;
  align-items: center;
  position: fixed;
  top: 2rem;
  z-index: 1000;
}
.header--mobile {
  display: none;
  justify-content: space-between;
}
.header--mobile__content {
  padding: 1rem 2rem 0 2.5rem;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #FFF;
  transform: translateX(100%);
  z-index: 1;
}
.header--mobile__content .nav-content {
  width: 100%;
  text-align: left;
  cursor: default;
}
.header--mobile__content .dropdown {
  padding: 0 0 0 1.875rem;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.header--mobile__content .dropdown.active {
  padding: 1rem 0 0 1.875rem;
  height: fit-content;
  opacity: 1;
  pointer-events: all;
}
.header--mobile__content .dropdown.active .nav-title {
  animation-name: animationHeaderNavItems;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
.header--mobile__content .nav-title {
  color: #FFF !important;
  position: relative;
  transition: transform 2s;
}
.header--mobile__content .nav-title--icon {
  padding: 0 0 0 1rem;
  display: inline-flex;
  align-items: center;
  color: #FFF;
  cursor: pointer;
}
.header--mobile__content .nav-title--icon.active svg {
  transform: rotateZ(180deg);
}
.header--mobile__content.active {
  transform: translateX(0%);
}
.header--mobile__content.active .header--mobile__shadow {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #221F1F;
  opacity: 0.2;
  transform: translateX(100%);
}
.header--mobile__content > ul {
  padding: 2rem 0 0;
  align-items: flex-start;
  flex-direction: column;
  overflow-y: scroll;
}
.header--mobile__content > ul li {
  padding: 0 0 1rem;
}
.header--mobile__control {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header--mobile__control--close {
  max-width: 1.125rem;
  max-height: 1.125rem;
  position: absolute;
  right: 1rem;
}
.header--mobile__control--close svg {
  color: #FFF !important;
}
.header--mobile__control .header__content--icon {
  width: auto;
  height: fit-content;
  transform: translateY(-6px);
}
.header--mobile__logo {
  margin: 1.75rem auto 0;
  width: 30%;
  height: fit-content;
  display: block;
}
.header--mobile__footer {
  width: 100%;
  padding: 1rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #162A44;
}
.header--mobile__rrss .list-social {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.header--mobile__rrss .list-social__item {
  min-width: 1rem;
  height: fit-content;
}
.header--mobile__rrss .list-social__link {
  display: flex;
  align-items: center;
  color: #FFF;
}
.header--mobile__country {
  height: 18px;
}
.header--mobile__country .tl-select {
  padding: 0;
}
.header--mobile__country .tl-select::after {
  border: none;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid white;
  transform: rotate(0deg) translate(0, 0);
}
.header--mobile__country .tl-select.open::after {
  transform: rotate(-180deg) translate(0, 4px);
}
.header--mobile__country .tl-label.tl-code {
  display: none;
}
.header--mobile__country .tl-flag {
  width: 18px;
  height: 18px;
  object-fit: cover;
  border-radius: 50%;
}
.header--mobile__country .tl-options.open {
  display: block;
  bottom: calc(100% + 12px);
  top: auto;
}
.header--desktop {
  display: flex;
  justify-content: space-between;
}
.header:hover {
  border-bottom: 1px solid #FFF;
  background-color: #FFF;
}
.header:hover .logo--top {
  opacity: 0;
}
.header:hover .logo--down {
  opacity: 1;
}
.header:hover .nav-title {
  color: #162A44;
}
.header:hover .header__content--icon {
  color: #E62341;
}
.header.dark {
  top: 0;
  border-bottom: 1px solid #FFF;
  background-color: #FFF;
}
.header.dark .logo--top {
  opacity: 0;
}
.header.dark .logo--down {
  opacity: 1;
}
.header.dark .nav-title {
  color: #162A44;
}
.header.dark .header__content--icon {
  color: #E62341;
}
.header[data-dark=true] {
  border-bottom: 1px solid #FFF;
  background-color: #FFF;
}
.header[data-dark=true] .logo--top {
  opacity: 0;
}
.header[data-dark=true] .logo--down {
  opacity: 1;
}
.header[data-dark=true] .nav-title {
  color: #162A44;
}
.header[data-dark=true] .header__content--icon {
  color: #E62341;
}
.header__content {
  display: flex;
  align-items: center;
  position: relative;
}
.header__content.list-nav {
  height: 7.313rem;
}
.header__content.list-nav > ul {
  height: 100%;
}
.header__content.list-nav > ul li {
  height: 100%;
}
.header__content.list-nav > ul button, .header__content.list-nav > ul a {
  transform: translateY(calc(-50% + 1px));
  position: relative;
  top: 50%;
}
.header__content.list-nav > ul button {
  transform: translateY(1px) !important;
}
.header__content.list-nav > ul button > a {
  transform: translateY(-50%) !important;
  top: 0;
}


.header__content--logo {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.header__content--logo .logo {
  grid-column: 1;
  grid-row: 1;
}
.header__content--logo .logo--top {
  opacity: 1;
}
.header__content--logo .logo--down {
  opacity: 0;
}
.header__content > li {
  padding: 0 2rem 1rem;
}
.header__content > li:first-child {
  padding-left: 0;
}
.header__content > li:last-child {
  padding-right: 0;
}
.header__content > li:hover .nav-title {
  color: #E62341;
}
.header__content.logo {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  position: static;
}
.header__content .nav-title {
  color: #FFF;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
}
.header__content .nav-title--icon {
  display: none;
}
.header__content--container {
  /*position: static;*/
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__content--container .dropdown { 
  position: absolute;
  top: 100%; 
  opacity: 0;
  text-align: center;
  pointer-events: none;

  padding: 1.5rem 1.8rem;
  background-color: #fff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}
.header__content > li:hover .nav-title > a {  
    font-size: 13px;
  position: relative;
    font-weight: bold;
    color: #162a44;
}

.header__content--container .dropdown .nav-title {
  padding-bottom: 0.8rem; 
  opacity: 0;
}
.header__content--container:hover .dropdown {
  opacity: 1;
  pointer-events: all;
}
.header__content--container:hover .dropdown .nav-title {
  animation-name: animationHeaderNavItems;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
.header__content--container .dropdown .nav-title a ~ ul li a {  
    transition: all 0.2s ease-in-out;
}

.header__content--container .dropdown .nav-title a ~ ul li:hover a{  
    transform: scale(1.1);
}



.header__content--container .dropdown .nav-title a ~ ul li a {
  position: relative;
}

.header__content--container .dropdown .nav-title a ~ ul li:hover a:after{
  content: '';
  position: absolute;
  width: 0; height: 3px;
  display: block;
  margin-top: 0px;
  right: 0;
  background: #E62341;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
}
 
.header__content--container .dropdown .nav-title a ~ ul li:hover a:hover:after{
  width: 100%;
  left: 0;
  background: #E62341;
}








.header__content--icon {
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: flex-end;
  color: #FFF;
}
.header__content--icon:hover {
  color: #E62341;
}
.header__content--icon svg {
  width: 100%;
}
.header__content--cart-count {
  border-radius: 100%;
  height: 0.875rem;
  width: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0.9rem;
  right: -0.25rem;
  background: #162A44;
}
.header__content--cart-count > span {
  font-size: 0.5rem;
  color: #FFF;
}
.header__content--user-nav > li {
  padding: 0 0.375rem 1rem !important;
}
.header__content--user-nav > li:first-child {
  padding-left: 0 !important;
}
.header__content--user-nav > li:last-child {
  padding-right: 0 !important;
}
.header__serach-popup {
  padding: 1rem;
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #FFF;
  transform: translateX(100%);
  box-shadow: none;
}
.header__serach-popup .field {
  display: flex;
}
.header__serach-popup input {
  padding-left: 0.5rem;
}
.header__serach-popup.active {
  transform: translateX(0%);
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.1);
}
.header__serach-popup:hover {
  transform: translateX(0%);
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.3);
}
@media (max-width: 769px) {
  .header {
    height: 5rem;
    top: 2rem;
  }
  .header--mobile {
    display: flex;
  }
  .header--desktop {
    display: none;
  }
  .header--container {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    max-width: 120px;
  }
  .header__content--logo img {
    width: fit-content;
    height: 100%;
    max-height: 3.5rem;
  }
}
@media (max-width: 1280px) {
  .header__content > li {
    padding: 0 2rem 1rem;
  }
}
@media (max-width: 1100px) {
  .header__content > li {
    padding: 0 1rem 1rem;
  }
}

.rf-footer__body {
  padding-top: 2.25rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.rf-footer__item {
  display: flex;
  flex-direction: column;
}
.rf-footer__item--logo {
  justify-content: center;
}
.rf-footer__item--menu .nav {
  display: flex;
  flex-direction: column;
}
.rf-footer__item--menu .nav-title:hover {
  opacity: 0.7;
}
.rf-footer__item--pay .pay__body {
  display: flex;
  gap: 0 0.875rem;
  flex-wrap: wrap;
}
.rf-footer__item--pay .pay__logo {
  object-fit: contain;
  height: 100%;
}
.rf-footer__item--rrss {
  padding-top: 2.5rem;
}
.rf-footer__item--rrss .list-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.rf-footer__item--rrss .list-social__item {
  min-width: 1.25rem;
  height: fit-content;
}
.rf-footer__item--rrss .list-social__link {
  display: flex;
  align-items: center;
}
.rf-footer__title {
  padding-bottom: 1.25rem;
}
.rf-footer__text {
  padding-bottom: 0.75rem;
}
.rf-footer__company {
  margin: 1.375rem 0 0;
  padding: 0.375rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #162A44;
}
.rf-footer__company p {
  padding: 0 2rem 0 0;
  color: #FFF;
}
@media (max-width: 769px) {
  .rf-footer__body {
    padding-top: 3.25rem;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    justify-items: center;
    text-align: center;
  }
  .rf-footer__item--logo {
    padding-bottom: 2.625rem;
    grid-row: 1/2;
  }
  .rf-footer__item--rrss {
    padding-top: 1.75rem;
  }
  .rf-footer__item--rrss .list-social {
    justify-content: center;
  }
  .rf-footer__item--menu {
    padding-bottom: 2.25rem;
  }
  .rf-footer__item--menu.first {
    grid-row: 3/4;
  }
  .rf-footer__item--menu.second {
    grid-row: 4/5;
  }
  .rf-footer__item--pay {
    grid-row: 5/6;
  }
  .rf-footer__title {
    padding-bottom: 0.85rem;
  }
}

.cart {
  position: fixed;
  z-index: 5;
}
.cart.active .cart__shadow {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 5rem;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 5;
}
.cart.active > div {
  transform: translateX(0%);
}
.cart .side-cart {
  padding: 2.5rem;
  width: 32rem;
  height: calc(100% - 7.4rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 7.4rem;
  right: 0;
  background-color: #FFF;
  z-index: 1000;
  transform: translateX(100%);
}
.cart .side-cart__main {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cart .side-cart__main > div:last-child {
  height: 100%;
}
.cart .side-cart__main .shopify-section {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cart .side-cart__main .shopify-section > div {
  max-height: 50vh;
  overflow-y: scroll;
}
.cart .side-cart__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cart .side-cart__close {
  max-width: 1rem;
  cursor: pointer;
}
.cart .side-cart__close svg {
  width: 100%;
}
.cart .side-cart__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart .side-cart__product {
  display: flex;
}
.cart .side-cart__product > div {
  padding: 1rem 0 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cart .side-cart__control svg {
  width: 100%;
  max-width: 1.25rem;
}
.cart .side-cart__total {
  margin: 0 0 1.25rem 0;
  padding: 0 0 1.25rem 0;
  display: flex;
  justify-content: space-between;
}
.cart .side-cart__btn {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 0.25rem;
}
.cart .side-cart__btn > div {
  width: 100%;
  text-align: center;
}
.cart .side-cart__btn a {
  width: 100%;
}
.cart .side-cart__checkout a:hover {
  transform: scale(1.2);
}
@media (max-width: 769px) {
  .cart {
    top: 5rem;
  }
  .cart .side-cart {
    padding: 1.5rem;
    width: 100%;
    height: calc(100% - 3.4rem);
    top: 3.4rem;
  }
  .cart .side-cart__main > div:last-child {
    height: calc(100% - 4.688rem);
  }
  .cart .side-cart__header {
    margin: 0 0 1.25rem 0;
    padding: 0 0 1.75rem 0;
  }
  .cart .side-cart__total {
    margin: 0 0 2.5rem 0;
    padding: 0 0 2.5rem 0;
  }
}

.card-product__body {
  margin: 0 auto;
  padding: 0 0 1.5rem;
  max-width: 395px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-align: center;
  transform: translate(10px, 15px);
  opacity: 0.3;
}
.card-product__body.is-inview {
  animation-name: animationCardProduct;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
.card-product__invalidated {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1;
}
.card-product__tag {
  border-bottom: 1px solid #162A44;
  width: fit-content;
  display: block;
  text-align: left;
  transform: translateY(2rem);
}
.card-product__content {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  width: calc(100% - 0.5rem);
  min-height: 50vh;
  position: relative;
  overflow: hidden;
}
.card-product__content:hover .card-product__media--second {
  opacity: 1;
  transform: scale(1.2);
}
.card-product__media {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
}
.card-product__media--second {
  opacity: 0;
  transform: scale(1);
}
.card-product__text {
  padding: 0.5rem 0 0;
  position: relative;
}
.card-product__title {
  font-weight: 400;
  margin: 0 20px;
}
.card-product__icon {
  display: none;
}
.card-product__icon:checked + .card-product__cta {
  height: auto;
  padding: 2rem 0 0;
  opacity: 1;
  transform: rotate3d(1, 0, 0, 0deg) translateY(0%);
}

/* ajuste en css */
.card-product__icon--label {
  display: none;
  position: absolute;
  right: 0rem;
  top: 0.5rem;
  cursor: pointer;
}
.card-product__icon--label.active {
  color: #E62341;
}

/* ajuste en css */
.card-product__cta {
  height: 116px;
  padding: 1rem 0 0;
  opacity: 1;  
  display: grid;
  grid-template-columns: auto 22%;
  grid-template-rows: repeat(2, auto);  
}
.card-product__cta.active {
  height: auto;
  padding: 2rem 0 0;
  opacity: 1;
  transform: rotate3d(1, 0, 0, 0deg) translateY(0%);
}
.card-product__size {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  grid-column: 1/2;
  grid-row: 1/2;
}
.card-product__size .input {
  display: none;
}
.card-product__size .input:checked + .label[data-sold=sell] {
  border-bottom: 2px solid #E62341;
}
.card-product__size .label {
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.card-product__size .label[data-sold=""] {
  min-width: 44px;
  position: relative;
  opacity: 0.4;
  pointer-events: none;
}
.card-product__size .label[data-sold=""]::after {
  content: "SOLD OUT";
  position: absolute;
  right: 50%;
  bottom: -0.875rem;
  font-size: 0.5rem;
  transform: translateX(50%);
  line-height: 1;
}
.card-product__quantity {
  display: flex;
  justify-content: flex-end;
  grid-column: 2/3;
  grid-row: 1/2;
}
.card-product__quantity .btn {
  min-width: 4px;
  display: flex;
  align-items: center;
}
.card-product__quantity .input-count {
  border: none;
  width: fit-content;
  min-width: 18px;
  max-width: 32px;
  height: 100%;
  text-align: center;
  pointer-events: none;
}
.card-product__btn {
  margin: 1.5rem auto 0;
  width: 100%;
  grid-column: 1/3;
  grid-row: 2/3;
}

/* Page Home */
.rf-hero-carrusel {
  position: relative;
}
.rf-hero-carrusel__body {
  height: calc(100vh - 2rem);
}
.rf-hero-carrusel__slider {
  height: 100%;
}
.rf-hero-carrusel__slider .splide__arrows .splide__arrow {
  background-color: #1D4F90;
  opacity: 1;
}
.rf-hero-carrusel__slider .splide__pagination {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  list-style: none;
  transform: translateX(-50%);
}
.rf-hero-carrusel__slider .splide__pagination li {
  margin: 0 0.219rem;
  display: flex;
  justify-content: center;
}
.rf-hero-carrusel__slider .splide__pagination li .splide__pagination__page {
  margin: 0;
  border: none;
  border-radius: 0;
  width: 181px;
  height: 1px;
  outline: none;
  opacity: 1;
  cursor: pointer;
}
.rf-hero-carrusel__slider .splide__pagination li .splide__pagination__page.is-active {
  height: 3px;
  transform: none;
}
.rf-hero-carrusel__slider .splide__track {
  height: 100%;
}
.rf-hero-carrusel .item {
  width: 100vw;
}
.rf-hero-carrusel .item__body {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.rf-hero-carrusel .item__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.rf-hero-carrusel .item__background.mobile {
  display: none;
}
.rf-hero-carrusel .item__video {
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
.rf-hero-carrusel .item__video--desktop {
  height: 100%;
  position: absolute;
  top: 0;
}
.rf-hero-carrusel .item__video--mobile {
  display: none;
}
.rf-hero-carrusel .item__container {
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
  max-width: 900px;
}
.rf-hero-carrusel .item__title {
  display: flex;
  justify-content: center;
  text-align: center;
}
.rf-hero-carrusel .item__title--content {
  padding-bottom: 1.75rem;
  position: relative;
}
.rf-hero-carrusel .item__title span {
  display: block;
}
.rf-hero-carrusel .item__link {
  position: absolute;
  bottom: 0;
  left: 0.5rem;
}
.rf-hero-carrusel .item__cta {
  border-bottom: 1px solid;
  padding: 0 0 0.625rem;
}
.rf-hero-carrusel .item__cta:hover {
  border-color: transparent;
}
.rf-hero-carrusel .item__content {
  display: flex;
  justify-content: flex-end;
}
.rf-hero-carrusel .item__text {
  margin: 0 -5rem 0 0;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  width: 30%;
  line-height: 14.63px;
}
@media (max-width: 1100px) {
  .rf-hero-carrusel .item__text {
    margin: 0 -2rem 0 0;
  }
}
@media (max-width: 992px) {
  .rf-hero-carrusel .item__text {
    margin: 0;
  }
}
@media (max-width: 769px) {
  .rf-hero-carrusel__slider {
    height: 100%;
  }
  .rf-hero-carrusel__slider .splide__arrow {
    top: auto;
    bottom: 40%;
  }
  .rf-hero-carrusel__slider .splide__pagination {
    justify-content: center;
  }
  .rf-hero-carrusel__slider .splide__pagination .splide__pagination__page {
    width: 100%;
    max-width: 150px;
  }
  .rf-hero-carrusel .item__body {
    display: block;
  }
  .rf-hero-carrusel .item__video--desktop {
    display: none;
  }
  .rf-hero-carrusel .item__video--mobile {
    display: block;
  }
  .rf-hero-carrusel .item__background.desktop {
    display: none;
  }
  .rf-hero-carrusel .item__background.mobile {
    display: block;
  }
  .rf-hero-carrusel .item__container {
    position: absolute;
    bottom: 15%;
  }
  .rf-hero-carrusel .item__title--content .rf-title {
    transform: translateY(calc(-100% - 80px));
    letter-spacing: 0px;
  }
  .rf-hero-carrusel .item__title--content .rf-title.outwith-link {
    transform: translateY(calc(-100% - 106px));
  }
  .rf-hero-carrusel .item__link {
    position: relative;
    text-align: center;
    left: 0;
    bottom: -2rem;
  }
  .rf-hero-carrusel .item__content {
    display: none;
  }
}
@media (max-width: 400px) {
  .rf-hero-carrusel .item__title--content .rf-title {
    font-size: 4.25rem;
    letter-spacing: -1.5px;
  }
}

.rf-group-product__title {
  font-weight: lighter;
}
.rf-main-collection__header h1.rf-group-product__title, .rf-main-collection__header h2.rf-group-product__title, .rf-main-collection__header h3.rf-group-product__title, .rf-main-collection__header h4.rf-group-product__title, .rf-main-collection__header h5.rf-group-product__title {
  margin-left: -4px;
  padding-bottom: calc(7.25rem - 28px);
}
.rf-group-product__item {
  padding: 0 1rem;
}
.rf-group-product__item:first-of-type {
  padding-left: 0;
}
.rf-group-product__item:last-of-type {
  padding-right: 0;
}
.rf-group-product__slider {
  position: relative;
}
.rf-group-product__slider .splide__pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 50%;
  list-style: none;
  transform: translateX(-50%);
}
.rf-group-product__slider .splide__pagination li {
  margin: 0 0.219rem;
  display: flex;
  justify-content: center;
}
.rf-group-product__slider .splide__pagination li .splide__pagination__page {
  margin: 0;
  border: none;
  border-radius: 0;
  max-width: 74px;
  height: 1px;
  outline: none;
  opacity: 1;
  background-color: #162A44;
  cursor: pointer;
}
.rf-group-product__slider .splide__pagination li .splide__pagination__page.is-active {
  height: 3px;
  transform: none;
}
@media (max-width: 1100px) {
  .rf-group-product__title {
    padding: 0 3rem;
  }
  .rf-group-product__slider {
    padding: 0 3rem;
  }
}
@media (max-width: 992px) {
  .rf-group-product__title.rf-subtitle--extra, .rf-main-collection__header h1.rf-group-product__title, .rf-main-collection__header h2.rf-group-product__title, .rf-main-collection__header h3.rf-group-product__title, .rf-main-collection__header h4.rf-group-product__title, .rf-main-collection__header h5.rf-group-product__title {
    padding-bottom: calc(6.25rem - 28px);
  }
}
@media (max-width: 769px) {
  .rf-group-product__body {
    padding-top: 3rem;
  }
  .rf-group-product__title {
    padding: 0 1rem;
  }
  .rf-group-product__slider {
    padding: 0 1rem;
  }
  .rf-group-product__slider .no-slider {
    display: contents;
  }
  .rf-group-product__slider .no-pagination + ul {
    display: none;
  }
}

.rf-group-collection__body #rf-group-collection .item {
  max-width: 250px;
}
.rf-group-collection__body #rf-group-collection--five .splide__track {
  overflow: visible;
}
.rf-group-collection__header {
  margin: 0 auto;
  padding: 5.75rem 0 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.rf-group-collection__container {
  margin: 0 auto;
  display: grid;
  gap: 0.375rem;
}
.rf-group-collection__slider {
  position: relative;
}
.rf-group-collection__slider .splide__arrows .splide__arrow {
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.rf-group-collection__slider .splide__arrows .splide__arrow--prev {
  display: none;
}
.rf-group-collection__slider .item.is-prev {
  opacity: 0;
  pointer-events: none;
}
.rf-group-collection__slider .item:hover .item__background {
  transform: scale(1.2);
}
.rf-group-collection__slider--few .splide__arrows, .rf-group-collection__slider--few .progress {
  display: none;
}
.rf-group-collection__slider--few .splide__list {
  justify-content: center;
  gap: 1rem;
}
.rf-group-collection__slider--few .splide__list .item {
  width: 100%;
  max-width: 30%;
}
.rf-group-collection__container .item {
  min-width: 250px;
  position: relative;
  opacity: 0.1;
  transition-delay: 250ms;
}
.rf-group-collection__container .item.is-inview {
  opacity: 1;
}
.rf-group-collection__container .item > form, .rf-group-collection__slider .item > form {
  display: contents;
}
.rf-group-collection__container .item__body, .rf-group-collection__slider .item__body {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  flex-direction: column;
  padding-bottom: 0;

}
.rf-group-collection__container .item__body > .container, .rf-group-collection__slider .item__body > .container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 0px solid;
}
.rf-group-collection__container .item__background, .rf-group-collection__slider .item__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.rf-group-collection__container .item__name, .rf-group-collection__slider .item__name {
    min-width: 300px;
    position: absolute;
    left: -160px;
    bottom: 215px;
    transform: rotate(-90deg);
    width: 100%;
    text-transform: uppercase;
    text-align: start;
}
.rf-group-collection__container .item__name--active, .rf-group-collection__slider .item__name--active {
  opacity: 1;
}
.rf-group-collection__container .item__name--active > a, .rf-group-collection__slider .item__name--active > a {
  border-bottom: 1px solid #E62341;
}
.rf-group-collection__container .item__name > a, .rf-group-collection__slider .item__name > a {
  width: fit-content;
  display: block;
}
.rf-group-collection__container .item__card, .rf-group-collection__slider .item__card {
  padding: 22% 16%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  pointer-events: none;
}
.rf-group-collection__container .item__logo, .rf-group-collection__slider .item__logo {
  width: min-content;
  height: fit-content;
}
.rf-group-collection__container .item__text, .rf-group-collection__slider .item__text {
  padding: 0 0 1.25rem;
  margin: 0 auto;
  text-transform: uppercase;
}
.rf-group-collection__container .item__title, .rf-group-collection__slider .item__title {
  margin: 0 auto;
  white-space: nowrap;
  text-transform: uppercase;
}
.rf-group-collection__container .item__cta, .rf-group-collection__slider .item__cta {
  margin: 0 auto;
}
.rf-group-collection__container .item__back-name, .rf-group-collection__slider .item__back-name {
min-width: 300px;
    position: absolute;
    left: -114px;
    bottom: 145px;
    transform: rotateZ(-90deg);
    text-transform: uppercase;
}
.rf-group-collection__container .item:hover .item__card, .rf-group-collection__slider .item:hover .item__card {
  opacity: 1;
  pointer-events: auto;
}
.rf-group-collection__container .item:hover .item__name, .rf-group-collection__slider .item:hover .item__name {
  opacity: 1;
}
.rf-group-collection .line-text {
  border-bottom: 1px solid #E62341;
}
.rf-group-collection .progress {
  margin-top:50px;
  background: #BEBDBD;
  height: 3px;
}
.rf-group-collection .progress-bar {
  height: 3px;
  transition: width 400ms ease;
  width: 0;
}
@media (max-width: 1100px) {
  .rf-group-collection__body #rf-group-collection--five .splide__list {
    gap: 0;
  }
  .rf-group-collection__body #rf-group-collection--five .item {
    min-width: 250px !important;
  }
  .rf-group-collection__body #rf-group-collection--five .splide__arrows, .rf-group-collection__body #rf-group-collection--five .progress {
    display: block;
  }
}
@media (max-width: 769px) {
  .rf-banner-page__body.template--15873236730044__banner-page {
      overflow: hidden;
  }
  .rf-group-collection__container {
    gap: 2.5rem;
  }
  .rf-group-collection__container .item {
    min-width: 250px;
    display: flex;
    flex-direction: column;
  }
  .rf-group-collection__slider .item {
    min-width: 250px;
  }
  .rf-group-collection__slider .item__name {
    opacity: 1;
    width: 415px;
    font-size: 2.5em;
  }
  .rf-group-collection__slider--few .splide__arrows, .rf-group-collection__slider--few .progress {
    display: block;
  }
  .rf-group-collection__slider--few .splide__list {
    justify-content: flex-start;
  }
  .rf-group-collection__slider--few .splide__list .item, .rf-group-collection .template--15930004144316__group-collection .item  {
    min-width: 250px;
  }
  h2.rf-banner-collection__title.rf-title.rf-title--medium.rf-text--white {
    font-size: 3em;
  }
  .rf-group-collection .template--15930004111548__group-collection .item {
    height: 425px !important;
  }
  h3.item__name.especial {
    left: -170px;
    bottom: 199px;
  }
}

.rf-comment__title {
  padding: 0 0 4.25rem 5rem;
  font-weight: lighter;
  text-align: initial;
}
.rf-comment__slider {
  padding: 0 5rem;
  position: relative;
}
.rf-comment__slider .splide__arrows .splide__arrow {
  color: #FFF;
  background-color: #1D4F90;
  opacity: 1;
}
.rf-comment__slider .splide__pagination {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 50%;
  list-style: none;
  transform: translateX(-50%);
}
.rf-comment__slider .splide__pagination li {
  width: fit-content;
  margin: 0 0.219rem;
  display: flex;
  justify-content: center;
}
.rf-comment__slider .splide__pagination li .splide__pagination__page {
  margin: 0;
    border: none;
    border-radius: 50%;
    max-width: 14px;
    height: 14px;
    outline: none;
    opacity: 1;
    cursor: pointer;

}
.rf-comment__slider .splide__pagination li .splide__pagination__page.is-active {
  height: 14px;
  transform: none;
  background-color: #e62341;
}
.rf-comment__slider .item {
  margin: 0 auto;
  padding: 3.75rem 1.625rem;
  width: 100%;
  max-width: 20rem;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  text-align: center;
}
.rf-comment__slider .item__title {
  margin: 1.75rem auto 0;
  width: 100%;
  text-align: end;
}
.rf-comment__slider .item__container {
  height: 100%;
  display: flex;
  align-items: flex-start;
  text-align: initial;
}
.rf-comment__slider .item__text strong {
  font-size: 1rem;
  font-weight: bolder;
  line-height: 130%;
}
.rf-comment__slider .splide__track {
  padding: 0 0 4.5rem;
}
@media (max-width: 992px) {
  .rf-comment__title {
    padding: 0 0 6.25rem 5rem;
    font-weight: lighter;
    text-align: initial;
  }
}
@media (max-width: 769px) {
  .rf-comment__title {
    padding: 0 0 6.25rem 1rem;
  }
  .rf-comment__slider {
    padding: 0 1rem;
  }
  .rf-comment__slider .splide__arrow--prev {
    left: -0.875rem;
  }
  .rf-comment__slider .splide__arrow--next {
    right: -0.875rem;
  }
}

.rf-banner__body {
  display: flex;
  justify-content: center;
  position: relative;
}
.rf-banner__video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
}
.rf-banner__video--mobile {
  display: none;
}
.rf-banner__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.rf-banner__title {
  text-align: center;
}
.rf-banner__title span {
  margin: 0 auto;
  display: block;
}
@media (max-width: 992px) {
  .rf-banner__video--mobile {
    display: block;
  }
  .rf-banner__video--desktop {
    display: none;
  }
}

/* Page Product */
.rf-product-main {
  padding-top: 10rem;
}
.rf-product-main__back:hover {
  border-bottom: 1px solid #E62341;
}
.rf-product-main__body {
  display: flex;
  justify-content: stretch;
}
.rf-product-main__body--child {
  border-top: 1px solid #162A44;
}
.rf-product-main__body--child .rf-product-main__slider {
  padding: 0 12%;
}
.rf-product-main__media {
  max-width: 50%;
  margin: 0 auto;
  padding: 0 10%;
  display: flex;
  flex-direction: column;
}
.rf-product-main__slider {
  position: relative;
}
.rf-product-main__slider .splide__pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 50%;
  list-style: none;
  transform: translateX(-50%);
}
.rf-product-main__slider .splide__pagination li {
  margin: 0 0.219rem;
  width: fit-content;
  display: flex;
  justify-content: center;
}
.rf-product-main__slider .splide__pagination li .splide__pagination__page {
  margin: 0;
  border: none;
  border-radius: 0;
  max-width: 74px;
  height: 1px;
  outline: none;
  opacity: 1;
  cursor: pointer;
}
.rf-product-main__slider .splide__pagination li .splide__pagination__page.is-active {
  background-color: #162A44;
  height: 3px;
  transform: none;
}
.rf-product-main__slider li {
  width: 100%;
}
.rf-product-main__slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rf-product-main__slider .splide__slide--shadow {
  max-height: 60vh;
}
.rf-product-main__slider .splide__list {
  max-height: 37.5rem;
}
.rf-product-main__list-media {
  padding: 1rem 0 0;
  max-height: 7rem;
  display: flex;
  justify-content: space-evenly;
  gap: 0.5rem;
}
.rf-product-main__list-media .thumbnail {
  width: auto;
  max-height: 5.625rem;
  opacity: 0.54;
}
.rf-product-main__list-media .thumbnail:hover {
  opacity: 1;
}
.rf-product-main__list-media .thumbnail > img {
  width: 100%;
  height: 100%;
  max-height: 5.625rem;
  object-fit: cover;
  cursor: pointer;
  aspect-ratio: 105/90;
}
.rf-product-main__data {
  width: 100%;
  max-width: 350px;
}
.rf-product-main__main {
  border-bottom: 1px solid #BEBDBD;
  padding: 0 0 1.875rem;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(2, auto);
}
.rf-product-main__title {
  padding: 0 1rem 0.5rem 0;
  grid-column: 1/2;
  grid-row: 1/2;
}
.rf-product-main__subtitle {
  padding: 0 0 1.25rem;
  display: flex;
  justify-content: space-between;
}
.rf-product-main__subtitle span {
  font-weight: 600;
}
.rf-product-main__subtitle input {
  padding: 0.125rem 0.5rem;
  border-radius: 5px;
  border: 1px solid #162A44;
}
.rf-product-main__money {
  grid-column: 1/2;
  grid-row: 2/3;
}
.rf-product-main__quantity {
  display: flex;
  flex-direction: column;
  grid-column: 2/3;
  grid-row: 1/3;
  text-align: right;
}
.rf-product-main__quantity span {
  font-size: 0.625rem;
  font-weight: 500;
}
.rf-product-main__quantity .quantity {
  display: flex;
  justify-content: flex-end;
}
.rf-product-main__quantity .quantity .btn {
  min-width: 4px;
  display: flex;
  align-items: center;
}
.rf-product-main__quantity .quantity .input-count {
  border: none;
  width: fit-content;
  min-width: 18px;
  max-width: 32px;
  text-align: center;
  pointer-events: none;
}
.rf-product-main__sizes {
  padding: 1rem 0 2.875rem;
}
/*.rf-product-main__sizes .card-product__size {
  justify-content: space-between;
}*/
.rf-product-main__sizes .card-product__size .label {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.rf-product-main__sizes .card-product__size .label[data-sold=""] {
  text-align: center;
}
.rf-product-main__information {
  padding: 0 0 1.5rem;
  position: relative;
}
.rf-product-main__information .information__input {
  display: none;
}
.rf-product-main__information .information__input:checked + .information__header {
  border-bottom: 2px solid #E62341;
}
.rf-product-main__information .information__input:first-of-type:checked ~ .information__body p:first-of-type {
  position: static;
  opacity: 1;
}
.rf-product-main__information .information__input:last-of-type:checked ~ .information__body p:nth-of-type(2) {
  position: static;
  opacity: 1;
}
.rf-product-main__information .information__header {
  padding: 0 0 0.5rem;
  width: fit-content;
  display: inline-flex;
  cursor: pointer;
}
.rf-product-main__information .information__header:first-of-type {
  margin: 0 2rem 0 0;
}
.rf-product-main__information .information__body {
  padding: 1rem 0 0;
  display: flex;
}
.rf-product-main__information .information__body p {
  position: absolute;
  color: #4A4A4A;
  text-align: justify;
  opacity: 0;
}
.rf-product-main__buy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
      z-index: 2;
    position: relative;
}
.rf-product-main__table .table__check {
  display: none;
}
.rf-product-main__table .table__check:checked + .table__title {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  color: transparent;
  z-index: 1000;
}
.rf-product-main__table .table__check:checked ~ .table__media {
  width: 50vw;
  height: 70vh;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  z-index: 1001;
}
@media (max-width:750px){
  .rf-product-main__table .table__check:checked ~ .table__media {
    width: 100vw;
    height: 300px;
    object-fit: contain;
  }
}
.rf-product-main__table .table__title {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.rf-product-main__table .table__media {
  display: none;
}
.rf-product-main__to-cart {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.rf-product-main__to-cart > span {
  color: #FFF;
  text-align: center;
}
@media (max-width: 769px) {
  .rf-product-main {
    padding-top: 6rem;
  }
  .rf-product-main__back {
    margin: 0 auto;
    display: block;
  }
  .rf-product-main__body {
    flex-direction: column;
  }
  .rf-product-main__list-media {
    display: none;
  }
  .rf-product-main__media {
    max-width: none;
    min-height: 50vh;
  }
  .rf-product-main__data {
    margin: 0 auto;
    padding: 1rem 1rem 0;
    width: 100%;
    max-width: 400px;
  }
}

/* Page Collection */
.method-one .rf-banner-collection__body {
  height: 25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-align: center;
}
main#MainContent {
    max-width: 100vw;
    overflow-x: hidden;
  
    overflow-y: clip;
}
.method-one .rf-banner-collection__image {
  width: 100%;
  height: calc(100% + 221px);
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.method-one .rf-banner-collection__image.mobile {
  display: none;
}

.method-one .rf-banner-collection__title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
   font-family: "Montserrat Bold", sans-serif; 
  font-weight: 700;
  z-index: 2;
  text-transform: uppercase;
  font-size: 4em;
  letter-spacing: 12px;
  opacity: 1;
}
@media (max-width: 769px) {
  .method-one .rf-banner-collection__image {
    height: calc(100% + 40px);
  }
  .method-one .rf-banner-collection__title {
    text-transform: uppercase;
  }
  .method-one .rf-banner-collection__text {
    justify-content: center;
  }
  .method-one .rf-banner-collection__text .text {
    width: 100%;
    text-align: center;
    top: 1rem;
  }
}

.method-two .rf-banner-collection__body {
  height: 25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.method-two .rf-banner-collection__image {
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%) scale(1.05);
  z-index: 1;
}
.method-two .rf-banner-collection__title {
  padding: 5rem 0 0;
  position: relative;
  opacity: 0.4;
  font-weight: bold;
  z-index: 2;
}
.method-two .rf-banner-collection__text {
  display: flex;
  justify-content: flex-end;
}
.method-two .rf-banner-collection__text .text {
  width: 32%;
  text-align: left;
  z-index: 2;
  position: relative;
}
@media (max-width: 769px) {
  .method-two .rf-banner-collection {
    height: 33rem;
  }
  .method-two .rf-banner-collection__image {
    width: fit-content;
    height: 100%;
    bottom: 0;
    transform: translateX(-50%) scale(1.04);
  }
  .method-two .rf-banner-collection__title {
    padding: 9rem 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .method-two .rf-banner-collection__text {
    justify-content: center;
  }
  .method-two .rf-banner-collection__text .text {
    width: 100%;
    text-align: center;
    top: 1rem;
  }
}

.rf-main-collection__header {
  padding: 0 0 3.5rem;
  text-align: center;
}
.rf-main-collection__header h1, .rf-main-collection__header h2, .rf-main-collection__header h3, .rf-main-collection__header h4, .rf-main-collection__header h5 {
  font-family: "Montserrat Regular", sans-serif;
  font-weight: 800 !important;
}
.rf-main-collection__header p {
  margin: 0 auto;
  padding: 1.125rem 0 0;
}
.rf-main-collection__filter {
  width: fit-content;
  position: relative;
  cursor: pointer;
}
.rf-main-collection__filter::after {
  content: "^";
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.rf-main-collection__filter.active .filter__body {
  z-index: 10;
  opacity: 1;
  pointer-events: all;
  transform: rotate3d(1, 0, 0, 0deg) translateY(0%);
}
.rf-main-collection__filter.active::after {
  transform: translateY(-50%) rotateZ(180deg);
}
.rf-main-collection__filter .filter__body {
  padding: 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: absolute;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transform: rotate3d(1, 0, 0, 0deg) translateY(0%);
  background-color: #FFF;
}
.rf-main-collection__filter .filter__body a {
  text-transform: uppercase;
  text-decoration: none;
  color: #1D4F90;
}
.rf-main-collection__products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 28px 5%;
}
.rf-main-collection__btn {
  padding: 5rem 0 0;
  display: flex;
  justify-content: center;
}
.rf-main-collection__btn button:hover {
  border-bottom: 1px solid #E62341;
}
.rf-main-collection div[data-element=pagination] {
  padding: 5rem 0 0;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.rf-main-collection div[data-element=pagination] .pagination__item--prev {
  transform: rotateZ(90deg);
}
.rf-main-collection div[data-element=pagination] .pagination__item--next {
  transform: rotateZ(270deg);
}
@media (max-width: 769px) {
  .rf-main-collection__header p {
    padding: 1rem 0 0;
  }
  .rf-main-collection__btn {
    padding: 3.25rem 0 0;
  }
  .rf-main-collection__btn button {
    border: 1px solid #162A44;
    border-radius: 2px;
    padding: 0.375rem 1.5rem;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
  }
  .rf-main-collection__btn button:hover {
    border: 1px solid #162A44;
  }
}

.rf-banner-animate__body {
  margin: 0 0 -14px;
}
.rf-banner-animate__animation--mobile {
  display: none;
}
@media (max-width: 769px) {
  .rf-banner-animate__animation--desktop {
    display: none;
  }
  .rf-banner-animate__animation--mobile {
    display: block;
  }
}

/* Cart page */
.cart-page__container {
  display: flex;
  flex-direction: column;
}
.cart-page__body {
  padding: 3.5rem 0 0;
}
.cart-page__footer {
  padding: 1rem;
  background-color: #FFF;
}
.cart-page .side-cart__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-page .side-cart__product {
  display: flex;
}
.cart-page .side-cart__product > div {
  padding: 0 0 0 1rem;
  display: flex;
  flex-direction: column;
}
.cart-page .side-cart__control {
  padding: 0 1rem 0;
}
.cart-page .side-cart__control svg {
  width: 100%;
  max-width: 1.25rem;
}
.cart-page .side-cart__total {
  margin: 0 0 1.25rem 0;
  padding: 0 0 1.25rem 0;
  display: flex;
  justify-content: space-between;
}
.cart-page .side-cart__btn {
  display: flex;
  justify-content: space-between;
  gap: 0.25rem;
  flex-direction: column;
}
.cart-page .side-cart__btn > div {
  width: 100%;
  text-align: center;
}
.cart-page .side-cart__btn > div:first-child {
  border: 1px solid #221F1F;
}
.cart-page .side-cart__btn > div:first-child:hover {
  border: 1px solid #956B56;
}
.cart-page .side-cart__btn > div:last-child {
  display: flex;
}
.cart-page .side-cart__btn a {
  width: 100%;
}
@media (max-width: 769px) {
  .cart-page__container {
    flex-direction: row;
    justify-content: space-between;
  }
  .cart-page__body {
    padding: 0;
  }
  .cart-page__footer {
    padding: 2rem;
  }
  .cart-page .side-cart__header {
    margin: 0 0 1.25rem 0;
    padding: 0 0 1.75rem 0;
  }
  .cart-page .side-cart__close {
    padding: 0 1rem 0 0;
  }
  .cart-page .side-cart__total {
    margin: 0 0 2.5rem 0;
    padding: 0 0 2.5rem 0;
  }
  .cart-page .side-cart__btn {
    flex-direction: row;
  }
  .cart-page .side-cart__btn > div {
    width: auto;
  }
  .cart-page .side-cart__btn a {
    width: auto;
  }
}

/* Page content */
.rf-banner-header {
  height: 80vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.rf-banner-header__body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rf-banner-header__logo {
  margin: 0 0 4.25rem;
}
.rf-banner-header__text {
  padding: 0 1rem;
  text-align: center;
}
@media (max-width: 769px) {
  .rf-banner-header__logo {
    margin: 0 0 3rem;
  }
}

.rf-banner-page__body {
  height: 25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-align: center;
}
.rf-banner-page__image {
  width: 100%;
  height: calc(100% + 221px);
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.rf-banner-page__image.mobile {
  display: none;
}
.rf-banner-page__title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  opacity: 0.7;
}
@media (max-width: 769px) {
  .rf-banner-page__image {
    height: calc(100% + 40px);
  }
  .rf-banner-page__title {
    text-transform: uppercase;
  }
  .rf-banner-page__text {
    justify-content: center;
  }
  .rf-banner-page__text .text {
    width: 100%;
    text-align: center;
    top: 1rem;
  }
}

.rf-content__body {
  display: flex;
  align-items: center;
}
.rf-content__text {
  text-align: justify;
}
.rf-content__text p span {
  display: block;
}
.rf-content__title {
  padding: 0 0 1.625rem;
  font-weight: 700;
}
.rf-content__image {
  display: flex;
  justify-content: flex-end;
}
.rf-content__image > img {
  width: 100%;
}
@media (max-width: 769px) {
  .rf-content__body {
    gap: 2rem !important;
  }
  .rf-content__text, .rf-content__image {
    width: 100% !important;
  }
  .rf-content__image {
    justify-content: center;
  }
  .rf-content__image > img {
    height: fit-content;
  }
}

.rf-legal__title {
  padding: 0 0 3rem;
  text-align: center;
}
.rf-legal__content {
  padding: 0 3rem;
  text-align: justify;
}
.rf-legal__content h2 {
  padding: 1.5rem 0 0.625rem;
}
.rf-legal__content h2:first-of-type {
  padding-top: 0;
}
.rf-legal__content h3 {
  padding: 0.875rem 0 0.25rem;
}
@media (max-width: 769px) {
  .rf-legal__title {
    padding: 0 0 1.5rem;
  }
  .rf-legal__content {
    padding: 0 0.625rem;
  }
}

.rf-content-second {
  position: relative;
}
.rf-content-second__background {
  width: 100%;
  height: 100%;
  padding: 2.625rem 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  position: absolute;
  top: 0;
  z-index: 0;
}
.rf-content-second__background .item {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.rf-content-second__background .item:last-child {
  display: none;
}
.rf-content-second__body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rf-content-second__text {
  padding: 3.5rem 2.25rem;
  z-index: 1;
}
.rf-content-second__title {
  padding: 0 0 0.75rem;
}
@media (max-width: 769px) {
  .rf-content-second {
    height: 90vh;
  }
  .rf-content-second__background {
    padding: 1rem 0;
    flex-wrap: wrap;
  }
  .rf-content-second__background .item {
    width: calc(50% - 0.5rem);
    height: calc(33% - 0.5rem);
  }
  .rf-content-second__background .item:last-child {
    display: block;
  }
  .rf-content-second__body {
    height: 100%;
  }
}

.rf-block-rrss__body {
  display: flex;
  justify-content: center;
}
.rf-block-rrss__text {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5%;
}
.rf-block-rrss__item .link {
  display: flex;
  align-items: center;
}
.rf-block-rrss__item .link svg {
  min-width: 20px;
}
.rf-block-rrss__item .link span {
  padding: 0 0 0 0.75rem;
  font-weight: 600;
}

.rf-contact-form {
  padding-top: 4rem;
}
.rf-contact-form h2 {
  text-align: center;
}
.rf-contact-form #ContactForm {
  margin: 0 auto;
  width: 50%;
}
.rf-contact-form .field {
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column-reverse;
}
.rf-contact-form .field input, .rf-contact-form .field textarea {
  border-radius: 3px;
  border: 1px solid #1D4F90;
}
.rf-contact-form .field label {
  display: none;
}
@media (max-width: 992px) {
  .rf-contact-form {
    padding-top: 3rem;
  }
  .rf-contact-form #ContactForm {
    width: 80%;
  }
}

/* Page 404 */
.rf-dont-found__body {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rf-dont-found__description {
  padding: 2rem 0;
}


@media (min-width:1000px){
  .rf-banner-page__body {
    overflow: hidden;
    min-height: 650px;
  }
  h2.rf-banner-page__title.rf-text--custom.rf-text--white {
      width: 100%;
      position: absolute;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
       font-family: "Montserrat Bold", sans-serif; 
      font-weight: 700;
      font-size: 4em;
      letter-spacing: 12px;
      opacity: 1;
  }
  .template--15873236730044__main .rf-content__image {
    margin-top: -320px;
    z-index: 9;
    border: 0px solid white;
    flex-direction: column;
    font-weight: 700;
  }
  .template--15873236730044__main .rf-content__body.rf-space {
    padding: 4vh 0 10vh 0;
  }
  .rf-block-rrss__body.template--15873236730044__rrss.rf-container {
    margin-top: 10vh;
  }
  .li_container.selected_hover {
    right: 15vw;
    position: absolute;
  }
}
.template--15873236730044__main .rf-content__image a.link.style-remove--link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #e62341;
}
.rf-block-rrss__body.template--15873236730044__rrss.rf-container {
    margin-top: 5vh;
}
select#productFilter {
    border: 0;
    background: #f9f9f9;
    border-radius: 5px;
    padding: 5px;
}

body>div:last-child {
    position: absolute !important;
}
.headband {
    background-color: #162a44;
    z-index: 1;
    position: relative;
}

section#shopify-section-template--15873236730044__d37f3a50-0cda-47c0-aa6e-f552cf2615e5 {
    overflow: hidden;
}
section#shopify-section-template--15994265764028__e91ff932-06c2-4010-a018-c202434f73b1 .rf-content__text {
    text-align: start;
}
#MainContent .template--15994265764028__e91ff932-06c2-4010-a018-c202434f73b1 {
    min-height: 125vh;
}

button#more {
    border: 1px solid;
    padding: 5px 15px;
    text-transform: uppercase;
  border-radius: 2px;
  
}

button#more:hover {
    color: white;
    background-color: #1d4f90;
}

.rf-content__body.rf-space .rf-content__text p {
    font-size: 16px;
}

li.header__content--link {
    padding: 0 1.5rem 1rem;
}

    button.card-product__content.style-remove--btn:hover > div {
      transform: scale(1.05);
  }
  .v-custom-product__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
  grid-gap: 33px;
}


@media (min-width: 992px) {
  .rf-content__body.rf-space .rf-content__text:nth-child(2) {
      margin-top: 25rem;
  }
}





/* Nuevos ajustes */

.rf-group-product__title.rf-subtitle--extra {
  padding-bottom: 2rem;
}

.rf-comment__slider .item__container h3 {
    font-size: 1.875rem;
    line-height: 1;
    margin-bottom: 1rem;
  color: #fff;
}

.rf-comment__slider .item__container h5 {
  font-size: 1.175rem;
    line-height: 1;
    margin-bottom: 10px;
  color: #fff;
}

.rf-comment__slider .item__container { 
    flex-direction: column;
}


.header.dark {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.header.dark .logo--down {
    opacity: 1;
    width: 100px;
    margin: 0 auto;
    transition: transform 2.5s ease-in-out;
}

.header.dark .header__content.logo {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
}



.header.dark .header__content>li {
    padding: 0 1rem 1rem;
}
 

* h2 {
	font-size: 40px;  
	font-style: normal;
	text-transform: uppercase; 
    font-family: "Montserrat Bold", sans-serif; 
	line-height: 92%;
}

* h3 { 
	font-optical-sizing: auto;
	font-weight: 700; 
	line-height: 92%;
   font-family: "Montserrat Bold", sans-serif; 
}

* h4 { 
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 20px;
 
	line-height: 92%;
}

* h5 { 
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 20px; 
    font-family: "Montserrat Regular", sans-serif; 
	line-height: 92%;
}

* p {
	font-family: "Montserrat Regular", sans-serif; 
	font-optical-sizing: auto; 
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 117%;
}
 


.header.dark .header__content--container .dropdown {
    padding: 1.5rem 1.8rem; 
    background-color: #fff; box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.header.dark .header__content.list-nav>ul a { 
    position: relative;
  font-weight: bold;
    color: #162a44;
}


.header__content--container .dropdown .nav-title:hover>a {
    display: block;
    transform: none;
    color: #e62341!important;
}
 
.rf-main-collection__item.producto {
	top: 0;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.rf-main-collection__item.producto:hover {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	top: -4px; box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
  padding: 0 20px;
}




.header--mobile__content .nav-title {
    color: #fff !important;
    position: relative;
    transition: transform 2s;
    font-size: 22px;
    font-weight: 500;
}

.header--mobile__content>ul li {
    padding: 0 0 1.3rem;
}

.header--mobile__content .dropdown .style-remove--list{
    height: 200px;
    overflow-x: auto;
    overflow-y: scroll;
}
 
/* total width */
.header--mobile__content .dropdown .style-remove--list::-webkit-scrollbar {
    background-color:#f0eded26;
    width:7px
}

/* background of the scrollbar except button or resizer */
.header--mobile__content .dropdown .style-remove--list::-webkit-scrollbar-track {
    background-color:#e4e4e48a
}
.header--mobile__content .dropdown .style-remove--list::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4
}

/* scrollbar itself */
.header--mobile__content .dropdown .style-remove--list::-webkit-scrollbar-thumb {
    background-color:#000;
    border-radius:16px;
}
.header--mobile__content .dropdown .style-remove--list::-webkit-scrollbar-thumb:hover {
    background-color:#fff;
}

/* set button(top and bottom of the scrollbar) */
.header--mobile__content .dropdown .style-remove--list::-webkit-scrollbar-button {display:none}

.header--mobile__content .dropdown.active .nav-title a ~ ul {
  padding-left: 2rem;
} 

.header--mobile__content .dropdown.active .nav-title a ~ ul > li {
  margin-bottom 0!important;
  padding-bottom: 0rem!important;
} 


.rf-main-collection__header.rf-text--deep__blue > div {
 
  margin-bottom: 1rem;
}


.rf-main-collection__header.rf-text--deep__blue {
  padding-top: 4rem;
}



.ap_accordeon-section {
  color: #000!important;
}

.ap_accordion-item {
  border-bottom: 1px solid #000!important;
}
.ap_accordion-item .chevron {
  filter: invert(1);
}

.ap_accordion-content span, .ap_accordion-content p, .ap_accordion-title h3, h2.ap_accordeon-section-title {
    color: black!important;
}

@media (min-width: 1366px) {
    .ap_vid_desk video {
        width: 100%;
      object-fit: cover; 
    }
}


.header__content--container:hover .dropdown .nav-title a ~ ul li {
      width: max-content;
    margin: 0 auto;
}
.header__content--container:hover .dropdown .nav-title a ~ ul li a {
      color: #162a44;
  font-size: 12px;
}
 

.rf-product-main__information .information__header:first-of-type {
    margin: 0 2rem 0 0;
    display: flex;
    flex-direction: column;
}

.rf-comment__slider .splide__pagination:first-of-type {
  display: none;
}

.header__content--container:hover .dropdown .nav-title a ~ ul li:hover a {
  color: #e62341!important
}

.rf-new-style  {
    border: 1px solid #1D4F90;
    border-radius: 15px 15px;
    padding: 4px 15px;
}

.rf-comment__slider .item__text strong {
   font-size: 19px;
}

@media (max-width: 600px) {
    .rf-banner__video {
        height: 100%!important;
    }
}

@media (max-width: 768px) {
  .rf-banner-page__title {
      font-size: 25px!important; 
      font-family: "Montserrat Bold", sans-serif!important;
      font-weight: 700!important;
    }
  
.rf-banner-page__body.template--17944092901564__banner-page { 
    height: 15rem!important;
}

}
