:root {
  --color-primario: #CBAA83;
  --button-color: #CBAA83;
}

@font-face {
  font-family: "Poppins Bold";
  src: url("../fuentes/Poppins-Bold.eot");
  src: url("../fuentes/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fuentes/Poppins-Bold.woff2") format("woff2"),
    url("../fuentes/Poppins-Bold.woff") format("woff"),
    url("../fuentes/Poppins-Bold.ttf") format("truetype"),
    url("../fuentes/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins Light";
  src: url("../fuentes/Poppins-Light.eot");
  src: url("../fuentes/Poppins-Light.eot?#iefix") format("embedded-opentype"),
    url("../fuentes/Poppins-Light.woff2") format("woff2"),
    url("../fuentes/Poppins-Light.woff") format("woff"),
    url("../fuentes/Poppins-Light.ttf") format("truetype"),
    url("../fuentes/Poppins-Light.svg#Poppins-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins SemiBold";
  src: url("../fuentes/Poppins-SemiBold.eot");
  src: url("../fuentes/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fuentes/Poppins-SemiBold.woff2") format("woff2"),
    url("../fuentes/Poppins-SemiBold.woff") format("woff"),
    url("../fuentes/Poppins-SemiBold.ttf") format("truetype"),
    url("../fuentes/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins Medium";
  src: url("../fuentes/Poppins-Medium.eot");
  src: url("../fuentes/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fuentes/Poppins-Medium.woff2") format("woff2"),
    url("../fuentes/Poppins-Medium.woff") format("woff"),
    url("../fuentes/Poppins-Medium.ttf") format("truetype"),
    url("../fuentes/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins Regular";
  src: url("../fuentes/Poppins-Regular.eot");
  src: url("../fuentes/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fuentes/Poppins-Regular.woff2") format("woff2"),
    url("../fuentes/Poppins-Regular.woff") format("woff"),
    url("../fuentes/Poppins-Regular.ttf") format("truetype"),
    url("../fuentes/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


.fuente-light {
  font-family: "Poppins Light", sans-serif;
}

.fuente-bold {
  font-family: "Poppins Bold", sans-serif;
}

.fuente-regular {
  font-family: "Poppins Regular", sans-serif;
}

.letter-spacing {
  letter-spacing: 5px;
}

.fuente-semi-bold {
  font-family: "Poppins SemiBold", sans-serif;
}

.background-banner {
  background-image: url("../imagenes/banner-principal.jpg");
  background-size: cover;
  background-position: center;
  height: 800px;
}

.container-menu {
  position: relative;
  cursor: pointer;
}

.texto-title {
  color: white;
  font-family: "Poppins Regular", sans-serif;
  letter-spacing: 5px;
}

.banner-title-1 {
  color: var(--color-primario);
  font-family: "Poppins Bold", sans-serif;
}

.banner-title-2 {
  color: white;
  font-family: "Poppins Bold", sans-serif;
  font-size: 3.5rem;
}

.banner-title-3 {
  color: var(--color-primario);
  font-family: "Poppins Bold", sans-serif;
  font-size: 3.5rem;
}

.position-img {
  position: absolute;
  left: -50px;
  top: -10px;
}

.background-color-2 {
  background: linear-gradient(to right,
      #2A2A2A 0%,
      #2A2A2A 60%,
      #212121 60%,
      #212121 100%);
}

.background-color-3 {
  background: linear-gradient(to right,
      #2A2A2A 0%,
      #2A2A2A 10%,
      #212121 10%,
      #212121 100%);
}

.background-color-4 {
  background: linear-gradient(to bottom,
      #212121 0%,
      #212121 80%,
      #CBAA83 80%,
      #CBAA83 100%);
}

.bg-footer {
  background: url('../imagenes/bg-footer.jpg');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.bottom-position {
  position: absolute;
  bottom: 0px;
  right: 50px;
}

.diseno-exp-texto {
  position: absolute;
  background: #CBAA83;
  top: 0;
  z-index: 2;
  right: 0;
}

.diseno-exp-texto-2 {
  position: absolute;
  background: #CBAA83;
  top: 40px;
  z-index: 2;
  
}

.background-galeria {
  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 800px;
  position: relative;
}

.background-galeria-2 {
  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 800px;
  position: relative;
}

.options-down {
  position: absolute !important;
  bottom: 50px;
  left: 0;
}

.linea {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 50px;
  background: var(--color-primario);
}

.container-fluid .row.g-3 {
  margin: 0;
}

.container-fluid .row.g-3>div {
  height: 640px;
}

.container-fluid .row.g-3 img {
  object-fit: cover;
  height: 100%;
}


body {
  background: #212121;
}

input {
  border: 1px solid white;
  background: transparent;
  font-family: "Poppins Light", sans-serif;
  color: white;
}

input::placeholder {
  color: white;
  font-family: "Poppins Light", sans-serif;
}

button {
  font-family: "Poppins Bold", sans-serif;
  border: none;
  background: var(--button-color);
  color: #345650;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}

.second-tipo-button {
  background: transparent;
  border: 1px solid var(--color-primario);
  color: var(--color-primario);
  transition: 0.3s ease-in-out;
  font-family: 'Poppins Light', sans-serif;
}


/* El punto hay que cambiar el color */
li {
  font-family: "Poppins Light", sans-serif;
}

li::marker {
  color: #84CEEE;
}



/*Menu flotante*/
.menu-background {
    background: #262b5d;
}

.menu-toggle {
    width: 40px;
    height: 45px;
    position: fixed;
    top: 1.6em;
    right: 2em;
    cursor: pointer;
    z-index: 12;
    text-align: left;
}


.menu-section-cotizar {
    width: 40px;
    height: 45px;
    position: fixed;
    top: 1.2rem;
    right: 10em;
    cursor: pointer;
    z-index: 12;
    text-align: left;
}

.menu-toggle.on .one {
    -moz-transform: rotate(45deg) translate(7px, 7px);
    -ms-transform: rotate(45deg) translate(7px, 7px);
    -webkit-transform: rotate(45deg) translate(7px, 7px);
    transform: rotate(410deg) translate(7px, 7px);
    padding-left: 20px;
    margin: 7px auto;
    margin-left: 8px;
    background: #fff !important;
}

.menu-toggle.on .two {
    opacity: 0;
}

.menu-toggle.on .three {
    -moz-transform: rotate(-45deg) translate(8px, -10px);
    -ms-transform: rotate(-45deg) translate(8px, -10px);
    -webkit-transform: rotate(-45deg) translate(8px, -10px);
    transform: rotate(312deg) translate(8px, -10px);
    padding-left: 20px;
    margin: 7px auto;
    margin-left: 8px;
    background: #fff !important;
}

.one,
.two,
.three {
    width: 100%;
    height: 4px;
    background: white !important;
    padding: 0;
    margin: 5px auto;
    backface-visibility: hidden;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 5px;
    padding-left: 25px;
}

.four {
    width: 5px;
    height: 2px;
    /*background: white !important;*/
    background: none !important;
    padding: 0;
    margin: 8px auto;
    backface-visibility: hidden;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 70px;
    padding-left: 6px;
    margin-right: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.one {
    width: 100%;
}

.two {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.three {
    width: 100%;
}

.menu {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    z-index: 1;
    position: relative;
}

.menu ul li a:hover {
    /*background: #a7987e;*/
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    padding: 7px 0px 7px 15px;
    border-bottom: 1px solid #fff;
}

.menu ul li a span:hover {
    color: #fff !important;
    text-decoration: none;
    /* padding: 0 2rem; */
}

.menu ul li a:hover imagenes {
    filter: brightness(200%) saturate(0%);
}

.imagenes-menu {
    width: 100%;
    min-height: 120vh;
    object-fit: cover;
    filter: brightness(0.9);
}

.menu-activ h1 {
    font-weight: bold;
    font-size: 3.5rem;
    color: white;
    width: 50%;
    text-align: center;
    padding: 10px 15px;
    font-family: "Raleway-Bold";
}

ul a {
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    width: 100%;
    display: block;
    text-transform: uppercase;
}

.top-menu_back {
    top: 1.2em !important;
    transition: 0.5s ease-in-out;
    z-index: 7;
}

/*Fin menu*/








.campana {
    height: 800px !important;
}

.campana-interna {
    height: 500px !important;
}

.bg_menu_scrool {
    background: #212121;
}

.fondo-total2 {
    height: 115vh !important;
    background: url(../imagenes/campanas/file-2026011669bannerindex.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-gracias {
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    font-family: "Poppins Medium";
    font-size: 30px;
    color: #fff !important;
}


.btn-volver {
    background: none;
    border: #ffffff solid 1px;
    border-radius: 100px;
    letter-spacing: 2px;
    padding: 10px;

}

.btn-volver a {
    text-decoration: none;
}

.iti {
    width: 100% !important;
}

.error-input {
    background: #ff000045 !important;
}


.hvr-wobble-horizontal {
    font-family: "Poppins Medium";
    border: none;
    background: var(--button-color);
    color: white;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}

.hvr-wobble-horizontal a{
    color: white;
}

.fw-bold {
    font-family: "Montserrat Bold";
}

a {
    text-decoration: none;
}

.solo-pc-contenido{
    position: fixed;
    align-items: center;
}



/* ====================================
   FLECHAS DE GALERÍA MOBILE
   Agregar en tu CSS principal
   ==================================== */
.btn-flecha-galeria {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease;
}
.btn-flecha-galeria:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.5);
}



/* ============================================================
   PAGINACIÓN SWIPER — Galerías Sanvalentín
   Un solo bloque para todas las galerías
   ============================================================ */

/* --- Estilo base de los bullets (aplica a TODAS las galerías) --- */
.swiper-pagination-disfrutar .swiper-pagination-bullet,
.swiper-pagination-platos .swiper-pagination-bullet,
.swiper-pagination-salones .swiper-pagination-bullet,
.swiper-pagination-celebraciones .swiper-pagination-bullet,
.swiper-pagination-promociones .swiper-pagination-bullet {
    background: white;
    opacity: 0.5;
    width: 14px;          /* más grandes (default es 8px) */
    height: 14px;
    transition: opacity 0.3s, transform 0.3s;
}

/* --- Bullet activo --- */
.swiper-pagination-disfrutar .swiper-pagination-bullet-active,
.swiper-pagination-platos .swiper-pagination-bullet-active,
.swiper-pagination-salones .swiper-pagination-bullet-active,
.swiper-pagination-celebraciones .swiper-pagination-bullet-active,
.swiper-pagination-promociones .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.2);
}


#disfrutar-title{
  text-shadow: 4px 4px 6px rgba(0,0,0,0.55);

      
}

/* Ajustes responsive */
@media (max-width: 992px) {
  .container-fluid .row.g-3>div {
    min-height: 400px;
  }
    .floating-container {
        bottom: 20px;
        right: 20px;
    }
    
    .floating-button {
        width: 55px;
        height: 55px;
    }
    
    .floating-option {
        padding: 10px 15px;
    }
    #disfrutar-title{
      padding-top: 15px;
            font-size: 17px;
    }
    
    .option-icon {
        width: 35px !important;
        height: 35px !important;
    }
    
    .option-text {
        font-size: 13px;
    }
      .solo-pc-contenido{
        align-items: unset;
    }
    .campana {
      height: 240px !important;
  }
  .galeria_alto_unificado{
    height: 250px !important;
  }
  .diseno-exp-texto {
    position: relative;
  }
  .background-galeria{
    height: 270px  !important;
  }
  .background-galeria-2{
    height: 225px  !important;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    text-align: center !important;
  }
  .options-down {

    bottom: 20px;
  }
  .btn-contenedor{
    text-align: center;
    padding-top: 15px;
  }
  .alto_promociones{
    height: 380px !important;
  }


  .diseno-exp-texto-2 {
    position: relative;
  }
  .galeria_general{
    height: 175px !important; 
  }

  .img-what{
    left: 30px !important;
    top: 0px !important;
  }
  .campana-interna {
      height: 200px !important;
  }

  .bck_conocenos{
    height: 200px !important;
  }
}