/* Estilos de colecciones */
h1 {
  border: none;
  text-transform: none !important;
  font-weight: 400;
  color: #452f25;
}

h1,
h2,
h3,
h4,
h5{
  font-family: "Helvetica Now Text", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  text-transform: none !important;
  margin: 0;
  color: rgb(71, 44, 28, 1) !important;
  letter-spacing: normal !important;
}

figure {
  max-width: 80%;
}

@media (min-width: 1069px) {
  .fg-medio {
    max-width: 50%;
  }

  .Bg-medio {
    max-width: 65%;
  }
}

.bg-big {
  max-width: 100%;
}

p {
  font-family: "Helvetica Now Text", helvetica, arial, sans-serif !important;
  margin-bottom: 16px;
  line-height: 1.6;
  color: #212121;
  font-size: 15px;
}

.bg-dark {
  background-color: #18191a;
}

.bg-dark h2,
.bg-dark p {
  color: #ffffff;
  text-align: left;
}

.p-auto {
  padding: 46px 4%;
}

.banner-img-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  overflow: hidden;
  margin: 92px 0;
  z-index: 10;
}

@media screen { 
  @media (max-width: 600px) {
    .banner-img-1 {
      margin: 0;
      margin: 40px 0;
    }
  }
  
}

.banner-img-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  overflow: hidden;
  margin: 0;
  padding: 0;
  padding-bottom: 10vh;
}

.banner-img-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  overflow: hidden;
  margin: 0;
  padding: 0;
  padding-top: 10vh;
}

.banner-img-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translate3d(0px, 0px, 0px);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
}

.img-container {
  overflow: hidden;
}

/* Pares Contactos (mensaje / cita): misma altura que la tile de cita */
.img-container.contact-tiles {
  height: 400px;
}

.img-container.contact-tiles img.push {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 575.98px) {
  .img-container.contact-tiles {
    height: 320px;
  }
}

.push {
  object-fit: cover;
  object-position: center center;
  transform: scale(1);
  transition: transform 0.5s linear 0s;
}

.push:hover {
  transform: scale(1.09);
}

@media (max-width: 600px) {
  .img-container {
    margin-top: 5vh;
  }

  .mt {
    margin-top: 1vh;
  }

  .mt-sm-0 {
    margin-top: 0;
  }
}

.watches-title {
  font-size: calc(1.5rem + 0.125 * ((100vw - 20rem) / 100));
  font-weight: 900;
  line-height: 1.5;
  font-family: "Helvetica Now Text", Helvetica, Arial, sans-serif;
  text-align: left;
  width: 100%;
  margin-top: 1em;
  text-transform: none !important;
}

.principal {
  padding: 10vh 0px;
}

.sub-principal {
  padding-top: 10vh;
}

.sub-principal-2 {
  padding-top: 10vh;
}

.botton_desktop {
  padding-bottom: 10vh;
}

.learn-more {
  color: #077b56;
  font-size: 2rem;
  font-weight: 800;
}

.manualPadding {
  padding-top: 10vh;
}

.contactPrincipal {
  padding: 10vh 0px;
}

@media (max-width: 600px) {
  .p-auto {
    padding: 20px 4%;
  }

  .principal {
    padding: 7vh 0vh;
  }

  .contactPrincipal {
    padding: 4vh 0px;
  }

  .text-start {
    margin-bottom: 1.5rem;
  }

  .sub-principal {
    padding-top: 7vh;
  }

  .botton_desktop {
    padding-bottom: 7vh;
  }

  figure {
    max-width: 100%;
  }

  .banner-button {
    max-width: 90%;
  }

  .manualPadding {
    padding-top: 0px;
  }

  .banner-img-2 {
    padding-bottom: 7vh;
  }
}

.sub-nav {
  font-family: "Gill Sans", "Gill Sans MT", "Trebuchet MS", sans-serif;
  padding-left: 1vw;
  padding-right: 8vw;
  background-color: #197149;
  color: white;
  padding-bottom: 1rem;
}

.sub-nav p {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  padding-top: 1rem;
  color: white;
}

.sub-nav a {
  color: white;
  text-decoration: none;
}

/* Keyboard navigation (Tab): focus indicators in Rolex sub-menus */
.sub-nav a:focus-visible {
  outline: none !important;
  box-shadow: inset 0 0 0 1px #072b1c !important;
  border-radius: 0 !important;
}

/* Generic keyboard focus inside Rolex sections:
   keep current color, but add “padding-like” breathing room only on Tab. */
.rolexContainer :where(
  a,
  button,
  [role="button"],
  input,
  select,
  textarea,
  summary
):focus-visible {
  /* Override rules that remove outlines on focus */
  outline: 2px solid currentColor !important;
  outline-offset: 6px;
  border-radius: 2px;
}

/* Buttons/CTAs: nicer focus ring without shifting layout */
.rolexContainer :where(.discover-btn, .discoverRolex, .contactButton, .gSyGLT):focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 2px currentColor !important;
  /* extra space around the indicator (visual “padding” like in img3) */
  box-shadow: 0 0 0 2px currentColor, 0 0 0 8px rgba(0,0,0,0) !important;
  border-radius: 999px;
}

/* Submenu / dropdown items inside Rolex sections */
.rolexContainer :where(.dropdown-menu a, .dropdown-menu button, .dropdown-item):focus-visible {
  outline: none !important;
  box-shadow: inset 0 0 0 1px #072b1c !important;
  border-radius: 0 !important;
}

@media (max-width: 600px) {
  .sub-nav p {
    font-size: 1rem;
  }
}

h1 h2 .text-start {
  font-weight: 600 !important;
  margin: 0 !important;
  padding: 0 !important;
}

iframe.yt-video {
  max-height: 250px;
  min-height: 250px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container .plyr--full-ui.plyr--video .plyr__control--overlaid svg {
  width: 90%;
  height: 90%;
}

.text-content {
  padding: 0 10%;
}

@media (max-width: 600px) {
  .text-content {
    padding: 5%;
  }
}

.without-title {
  margin-top: 10vh;
}

@media (max-width: 600px) {
  .without-title {
    margin-top: 7vh;
  }
}

.discover {
  font-size: 24px;
  font-weight: 700;
  font-family: "Helvetica Now Text";
}

.cta_slider {
  line-height: 1.1;
  font-weight: 800;
  font-size: 60px;
  color: white !important;
  text-shadow: 1px 1px 1px #B8B8B8;
}

.sub_slider {
  font-size: 30px;
  font-weight: 400px;
}

.cta_principal {
  line-height: 1.2;
  font-weight: 700;
  font-family: "Helvetica Now Text";
  font-size: 40px;
}

.cta_title {
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 30px;
}

.cta_description {
  font-size: 18px;
  font-weight: 100;
}

.cta_subtitle {
  font-size: 20px;
  font-weight: bold;
}

.cta_rolex_title {
  font-weight: 700;
  font-size: 24px;
}

.cta_rolex_subtitle {
  margin-top: 2vh;
  font-size: 18px;
  font-weight: bold;
}

.learn-more {
  color: #27694e !important;
  font-size: larger !important;
  font-weight: 700 !important;
}

@media (max-width: 600px) {
  .cta_title {
    font-size: 22px;
  }

  .cta_rolex_title {
    font-size: 18px;
  }

  .cta_rolex_subtitle {
    font-size: 16px;
  }

  .cta_slider {
    font-size: 32px;
  }

  .cta_principal {
    font-size: 30px;
  }

  .cta_description {
    font-size: 16px;
  }

  .cta_subtitle {
    font-size: 18px;
  }

  .learn-more {
    font-size: 16px;
  }
}

.font-size-36 {
  font-size: 36px !important;
}

.rolexCard {
  width: 70%;
}

@media (max-width: 600px) {
  .rolexCard {
    width: 95%;
  }

  .rolexCard figure {
    max-width: 100%;
    margin-bottom: 0px;
  }
}

.collection-breadcrumb {
  padding: 0px 0px 2rem 3vw !important;
  background: linear-gradient(90deg, #0b3e27, #197149);
}

/* Para pantallas menores a 1000px */
@media (max-width: 1000px) {
  .collection-breadcrumb {
    padding: 0px 0px 2rem 2vw !important;
  }
}

/* Para pantallas menores a 800px */
@media (max-width: 800px) {
  .collection-breadcrumb {
    padding: 0px 0px 2rem 1.5vw !important;
  }
}

/* Para pantallas menores a 700px */
@media (max-width: 700px) {
  .collection-breadcrumb {
    padding: 0px 0px 2rem 1vw !important;
  }
}

.collection-breadcrumb svg {
  fill: white;
}

.collection-breadcrumb li span {
  padding-right: 10px !important;
}

.collection-breadcrumb li {
  padding-right: 10px !important;
}

.collection-breadcrumb a {
  font-size: 14px !important;
  font-weight: 100 !important;
  color: white;
}

.collection-breadcrumb a:hover {
  color: rgb(55, 194, 51);
}

/* Breadcrumb (Rolex > ...): keyboard focus should match submenu spec */
.collection-breadcrumb a:focus-visible {
  /* override generic Rolex focus-visible rule */
  background: transparent !important;
  background-color: transparent !important;
  outline: 2px solid #2b825b !important;
  outline-offset: 12px !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}


.collection-breadcrumb li span {
  padding-right: 10px !important;
}

.collection-breadcrumb li {
  padding-right: 10px !important;
}

@media screen and (max-width: 799px) {
  .slider .owl-nav {
    display: none;
  }

}

@media screen and (min-width: 1000px) {
  .front {
    max-width: 400px;
  }

}

.slide a {
  text-decoration: none !important;
  text-transform: none !important;
}

.slide p {
  text-transform: none !important;
}

figure figcaption {
  text-align: none !important;
  font-weight: 400;
}

.collection-box:hover {
  text-decoration: none !important;
}

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

.slider-container li {
  position: relative;
  overflow: hidden;
}

/* En móvil, altura mínima para que todos los slides se vean (incl. Accesorios) */
@media (max-width: 767.98px) {
  .slider-container li {
    min-height: 70vh;
    width: 100%;
    flex: 0 0 100%;
  }
}

.slider-container li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0,
      0,
      0,
      0.3); */
  /* Ajusta el color y la opacidad según tus necesidades */
}

.overlay {
  position: absolute;
  width: 40%;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /* Esto alinea el contenido a la izquierda */
  padding: 0 20px;
  left: initial !important;
}

/* High contrast: add a white card behind carousel text WITHOUT moving it */
body.rolex-contrast .swiffy-slider .background-overlay .overlay .overlay-card {
  background: #ffffff !important;
  color: #000000 !important;
  display: inline-block;
  padding: 24px 28px !important;
}

body.rolex-contrast .swiffy-slider .background-overlay .overlay .overlay-card :where(h1,h2,h3,h4,h5,p,span) {
  color: #000000 !important;
  text-shadow: none !important;
}

@media (max-width: 768px) {

  /* Ajusta este valor según el punto de interrupción que desees para dispositivos móviles */
  .overlay {
    width: 100%;
    height: auto;
    bottom: 0;
    right: auto;
    top: auto;
    left: 50% !important;
    transform: translateX(-50%);
    align-items: center;
    text-align: center;
    padding: 10px 20px 15px;
  }

  body.rolex-contrast .swiffy-slider .background-overlay .overlay .overlay-card {
    padding: 18px 18px 16px !important;
    width: 100%;
    max-width: calc(100% - 0px);
  }

  .overlay h3.cta_slider {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .discover-btn {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    padding: 0.75rem 2rem;
  }

  .watch-month-slide .overlay {
    left: 0 !important;
    right: auto;
    transform: none;
    align-items: flex-start;
    text-align: left;
    padding: 0 24px 28px;
    width: 100%;
  }

  .watch-month-slide .watch-month-brand {
    font-size: 14px;
    margin-bottom: 0.25rem;
  }

  .watch-month-slide .watch-month-model {
    font-size: 34px;
    font-weight: 700;
  }

  .watch-month-slide .watch-month-btn {
    margin-top: 1rem;
    padding: 0.75rem 2rem;
  }

  .watch-month-slide .overlay h3.cta_slider {
    font-size: inherit;
    margin-bottom: 0;
  }
}

.watch-month-slide .watch-month-banner-title {
  color: #ffffff !important;
  text-shadow: none;
  margin-bottom: 0;
}

.watch-month-slide .watch-month-brand {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.35rem;
}

.watch-month-slide .watch-month-model {
  display: block;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.05;
}

.watch-month-slide .watch-month-btn {
  margin: 1.25rem 0 0;
}

.discover-btn {
  font-weight: 600;
  display: inline-block;
  text-align: center;
  background-color: #127749;
  border: none;
  color: #ffffff;
  height: auto;
  border-radius: 25px;
  padding: 1rem 3rem;
  margin: 1.5rem 1.5rem 1.5rem 0;
  box-shadow: none;
  transition: background-color 0.3s ease;
}

.discover-btn:hover {
  color: #9BF9CE !important;
}


#map {
  height: 700px;
  /* The height is 700 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

.gapi {
  position: relative;
  z-index: 1;
  margin: 2rem;
  transition: filter 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 799px) {
  .gapi {
    margin: 0px;
    height: 450px;
    margin-top: 2rem;
  }
}

.gapi:hover {
  filter: brightness(70%);
  cursor: pointer;
}

.maps-details {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2rem;
  margin-left: 2rem;
  color: #127749;
}

.list-details {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2rem;
  margin-left: 2rem;
}

.maps-details:hover {
  cursor: pointer;
}

.list-details:hover {
  cursor: pointer;
}

.card-list {
  font-family: "Arial", sans-serif;
  background-color: #f4f4f4;
  width: 300px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-top: 20px;
  margin-left: 2rem;
}

@media screen and (max-width: 799px) {
  .card-list {
    margin-left: 0;
  }
}

.card-list h1,
.card-list h2 {
  text-align: center;
  color: #333;
}

.card-list h1 {
  margin-bottom: 5px;
  font-size: 24px;
}

.card-list h2 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #555;
}

.card-list p {
  text-align: center;
  color: #666;
  margin-bottom: 10px;
}

.card-list .icons {
  text-align: center;
}

.card-list .icons img {
  width: 50px;
  fill: #333;
}

.listIcon {
  position: relative;
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background-color: #127749;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.mapsIcon {
  position: relative;
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background-color: #127749;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.card {
  border: none !important;
  padding: 2rem;
}

.cabezera {
  margin-left: 2rem;
}

.card .icons img {
  width: 50px;
  fill: #333;
}

#store-card {
  position: absolute;
  left: 0;
  width: 40%;
  height: 95%;
  overflow: auto;
  background: white;
  z-index: 2;
  /* Asegúrate de que la tarjeta aparezca en la parte superior */
  margin-top: 2rem;
  margin-left: 3.5rem;
}

@media screen and (max-width: 799px) {
  #store-card {
    width: 90%;
    height: 50%;
    top: auto;
    bottom: 0;
    margin: 0 1.5rem;
  }
}

.rlx-retailer-openinghours-summary::after {
  content: "";
  display: inline-block;
  vertical-align: 3px;
  width: 0;
  height: 0;
  margin-left: 12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #818181;
}

.perzonalize {
  width: 90%;
  margin: auto;
}

@media (max-width: 600px) {
  .perzonalize {
    width: 100%;
  }
}

/* Sobreescribiendo diseo de botton */
.discoverRolex {
  display: inline-block;
  text-align: center;
  background-color: #127749;
  border-color: #127749;
  color: #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-weight: bold;
  padding: 1rem 2rem;
}

.discoverRolex:hover {
  cursor: pointer;
  color: #d3ddd8 !important;
}

/* seccion de formulario  */
.was-validated .form-control-1:invalid,
.was-validated .form-control-1.is-invalid,
.was-validated .fotm-control-1.input-light:invalid,
.was-validated .fotm-control-1.input-light.is-invalid {
  padding-right: 42px;
  background-position: center right 15px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ5MS44NTggNDkxLjg1OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDkxLjg1OCA0OTEuODU4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTI0NS45MjksMEMxMTAuMTA2LDAsMCwxMTAuMTA2LDAsMjQ1LjkyOXMxMTAuMTA2LDI0NS45MjksMjQ1LjkyOSwyNDUuOTI5YzEzNS44MjIsMCwyNDUuOTI5LTExMC4xMDYsMjQ1LjkyOS0yNDUuOTI5ICAgIFMzODEuNzUxLDAsMjQ1LjkyOSwweiBNNDMuNzIxLDI0NS45MjljMC0xMTEuNjc3LDkwLjUzMS0yMDIuMjA4LDIwMi4yMDgtMjAyLjIwOGM0Ni4xNDQsMCw4OC42NjgsMTUuNDY3LDEyMi42OTYsNDEuNDg1ICAgIEw4NS4yMDQsMzY4LjYyNUM1OS4xODcsMzM0LjU5Nyw0My43MjEsMjkyLjA3Miw0My43MjEsMjQ1LjkyOXogTTI0NS45MjksNDQ4LjEzN2MtNDUuODI4LDAtODguMDg3LTE1LjI1NS0xMjItNDAuOTUgICAgTDQwNy4xODYsMTIzLjkzYzI1LjY5NCwzMy45MTEsNDAuOTQ5LDc2LjE3MSw0MC45NDksMTIxLjk5OUM0NDguMTM2LDM1Ny42MDUsMzU3LjYwNSw0NDguMTM3LDI0NS45MjksNDQ4LjEzN3oiIGZpbGw9IiNmNDQzMzYiLz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-size: 17px 17px;
}

.was-validated .form-control-1:invalid~.invalid-feedback,
.was-validated .form-control-1:invalid~.invalid-tooltip,
.form-control-1.is-invalid~.invalid-feedback,
.form-control-1.is-invalid~.invalid-tooltip {
  display: block;
}

.input-group-1 .form-control-1 {
  border: none;
  appearance: none;
  background: transparent;
  border-color: transparent;
  border-bottom: 1px solid;
  border-radius: 0;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #717171;
  height: 40px;
  outline: 0;
  margin-bottom: 0;
}

.input-group-1 textarea.form-control-1 {
  height: auto;
  resize: none;
}

.form-control-1[readonly] {
  /* background-color: white; */
  cursor: not-allowed;
}

.form-contact {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  margin: auto;
}

.icheck-success>input:first-child:checked+input[type=hidden]+label::before,
.icheck-success>input:first-child:checked+label::before {
  background-color: rgb(18, 120, 74);
  border-color: rgb(18, 120, 74);
  border-radius: 50% !important;
}

.gSyGLT {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  background-color: rgb(18, 120, 74);
  border-style: solid;
  border-color: rgb(18, 120, 74);
  border-radius: 1.875rem;
  border-width: 1px;
  cursor: pointer;
  flex-direction: row;
  transition-property: color, border-color, background-color, fill;
  transition-duration: 0.3s;
  padding: 0.6875rem 1.875rem;
  text-decoration: none;
  line-height: 1;
}

textarea.form-control-1:focus {
  outline: none;
  box-shadow: none;
}

textarea {
  border: none;
}

.botton {
  padding-bottom: 10vh;
}

@media (max-width: 768px) {
  .botton {
    padding-bottom: 7vh;
  }
}

.my-svg {
  width: 14px;
  height: 14px;
  margin-left: 10px;
}

input:focus {
  outline: none !important;
}

#email:focus,
#telefono:focus {
  outline: none !important;
}

/* 
* Seccion appoinment
*/
.dbiiyL {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  color: rgb(33, 33, 33);
}

.jndHbY {
  margin: 0;
  font-family: var(--heading-font-family);
  letter-spacing: var(--heading-letter-spacing);
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  color: rgb(33, 33, 33);
}

.rlx-retailer-openinghours-summary::after {
  content: "";
  display: inline-block;
  vertical-align: 3px;
  width: 0;
  height: 0;
  margin-left: 12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #818181;
}

.ax {
  position: relative;
  transform: translate3d(0px, 22px, 0px);
  top: -30px;
  left: 0;
  will-change: transform;
  margin-left: 23px;
  width: 250px;
}

th {
  padding-left: 20px;
  font-family: HelveticaNeueETW01-45Lt, helvetica, arial, sans-serif !important;
}

td {
  padding-right: 20px;
  font-family: HelveticaNeueETW01-45Lt, helvetica, arial, sans-serif !important;
}

td {
  text-align: right;
  padding: 0 0 0 70px;
  line-height: 24px;
}

.info-box {
  padding-left: 10vw;
  padding-right: 10vw;
}

.info-box h2 {
  margin-bottom: 10px;
  text-align: left;
}

.info-box p {
  margin: 0;
  text-align: left;
}

.pl-5w {
  padding-left: 5vw;
  padding-right: 0;
}

.pr-5w {
  padding-right: 5vw;
  padding-left: 0;
}

@media (max-width: 600px) {

  .info-box {
      margin-top: 20px;
      padding-left: 5vw;
      padding-right: 5vw;
  }

  .pl-5w,
  .pr-5w {
      padding: 0 10px
  }
}

.bg-gray {
  background: #F6F6F6;
}

.mtop {
  padding-top: 10vh;
}

@media (max-width: 600px) {
  .mtop {
      padding-top: 7vh;
  }
}

.SecondMtop {
  padding-top: 3vh;
}

.btn-back {
  width: 90%;
  padding-top: 4vh;
  margin-left: 20rem;
}

@media (max-width: 765px) {
  .btn-back {
      width: 90%;
      padding-top: 3vh;
      margin-left: 0;
  }
}

.my-png {
  width: 14px;
  height: 14px;
  margin-left: 10px;
}

#succesbtn:hover,
#succesbtn:focus,
#succesbtn:active {
  text-decoration: none !important;
  color: inherit !important;
  outline: none !important;
}

.hidden {
  display: none;
}

.week-range {
  font-weight: bold !important;
}

.week-selector {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.day-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 2rem;
}

.hour-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 2rem;
}

.hour-cell {
  padding: 1rem 5rem;
  text-align: center;
  cursor: pointer;
  background-color: white;
  border-radius: 10px;
}

.hour-cell:hover {
  background-color: #d4cbcb;
}

.day-cell {
  padding: 0.5rem;
  text-align: center;
  cursor: pointer;
  background-color: white;
}


.day-cell:hover {
  background-color: #d4cbcb;
}

.off-cell {
  opacity: 0.5;
  cursor: default;
}

.off-cell:hover {
  background-color: white;
}

.fondo {
  background-color: #452c1e !important;
  color: #fff !important;
}

.week-selector a[disabled] svg {
  fill: #ccc;
}

.week-selector a svg {
  width: 20px;
  height: 20px;
}

#prev-week,
#next-week {
  cursor: pointer;
}

.cardMessage {
  background-color: white;
  padding: 7rem;
}

@media (max-width: 600px) {
  .cardMessage {
      padding: 4rem;
  }
}

#calendarButton {
  color: #127749;
  font-size: large;
  font-weight: bold;
}

#calendarButton:hover {
  color: #0f6b3b;
}

.my-png-2 {
  width: 20px;
  height: auto;
}

.personalizePadding {
  padding: 0px;
}
.cardColor {
  background-color: #ffffff
}

@media (max-width: 600px) {
  .personalizePadding {
      padding: 0 4rem;
  }
  .cardColor {
    background-color: #F9F7F4;
  }
}

/* 
* Edit section appoinment
*/
.selectedReason {
  color: green;
  cursor: default;
}

/* Estilo para el acordeón de contacto de Rolex */
.contact-section {
    padding: 40px 0 60px;
    background-color: #f9f7f4;
}

.contact-title {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #212121;
    letter-spacing: 0.5px;
}

.rolex-accordion .accordion-item {
    border-top: 1px solid #d6d6d6;
}

.rolex-accordion .accordion-item:last-child {
    border-bottom: 1px solid #d6d6d6;
}

.rolex-accordion .accordion-header {
    padding: 20px 0;
}

.rolex-accordion .accordion-toggle {
    color: #212121;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    width: 100%;
    padding: 0;
}

.rolex-accordion .accordion-toggle:hover,
.rolex-accordion .accordion-toggle:focus {
    text-decoration: none;
    color: #212121;
}

.rolex-accordion .accordion-icon {
    color: #212121;
    font-size: 24px;
    font-weight: 300;
    line-height: 20px;
}

.rolex-accordion .accordion-body {
    padding: 0 0 40px;
    color: #5a5a5a;
    font-weight: 300;
    line-height: 1.6;
}

.appointment-images {
    margin: 30px 0;
}

.appointment-purpose h3 {
    font-size: 24px;
    font-weight: 300;
    color: #212121;
}

.appointment-options {
    margin-top: 30px;
}

.option-card {
    margin-bottom: 20px;
    cursor: pointer;
}

.option-image {
    margin-bottom: 10px;
    overflow: hidden;
}

.option-image img {
    width: 100%;
    transition: transform 0.3s ease;
}

.option-card:hover .option-image img {
    transform: scale(1.05);
}

.option-category {
    font-size: 14px;
    color: #5a5a5a;
    margin-bottom: 0;
}

.option-info h4 {
    font-size: 16px;
    color: #212121;
    margin-top: 5px;
    font-weight: 400;
}

.btn-discover-more {
    margin-top: 20px;
}