@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Great+Vibes&family=Lora:ital,wght@0,400;0,700;1,400;1,700&display=swap'); 
body{
margin: 0;
padding: 0;
background-image: url(../img/fondo-body.jpg);

}

/* Extra Small Devices, .visible-xs-* */
@media (max-width: 767px) {
 #abierto{
display: none;
}
.nav-abierto{
display: none;
}
#mab{
display: none;
}
.pc{
display: none;
}
}

/* Small Devices, .visible-sm-* */
@media (min-width: 768px) and (max-width: 991px) {
 #abierto{
display: none;
}
.nav-abierto{
display: none;
}
#mab{
display: none;
}
.pc{
display: none;
}
}

/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
 #cerrado{
display: none;
}
.nav-cerrado{
display: none;
}
#mcr{
display: none;
}
.mobil{
display: none;
}
}

/* Large Devices, .visible-lg-* */
@media (min-width: 1200px) {
 #cerrado{
display: none;
}
.nav-cerrado{
display: none;
}
#mcr{
display: none;
}
.mobil{
display: none;
}
}
/*nav bar*/
/*.header-navigation {
position: fixed;
top: 0;
width: 100%;
height: 90px;
line-height: 90px;
background-color: #FFF;
text-align: center;
box-shadow: 0 14px 19px rgba(0,0,0,0.12), 0 10px 10px rgba(0,0,0,0.10);
z-index: 50;
}
.header-navigation-mob {
position: fixed;
top: 0;
width: 100%;
height: 70px;
line-height: 70px;
background-color: #fff;
box-shadow: 0 14px 19px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
z-index: 50;
}
.link {
color: #d7656f;
text-decoration: none;
font-family: "Lora", serif;
font-size: 16px;
margin: 0 9px;

}
a:hover.link{
   color:#000; 
}
*//* Slide transitions */

/*.slideUp {
-webkit-transform: translateY(-100px);
transform: translateY(-100px);
transition: transform .5s ease-out;
}

.slideDown {
-webkit-transform: translateY(0);
transform: translateY(0);
transition: transform .5s ease-out;
}
*/

/*video*/
header {
  position: relative;
  background-color: black;
  height: 79vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
 /* background-color: rgb(35, 81, 45);
  opacity: 0.4;*/
  z-index: 1;
}

/*nav bar*/
.header-navigation {
position: fixed;
top: 0;
width: 100%;
height: 100px;
line-height: 50px;
background-color: #000;
text-align: center;
box-shadow: 0 14px 19px rgba(0,0,0,0.12), 0 10px 10px rgba(0,0,0,0.10);
z-index: 50;
border-bottom: 1.5px solid #B29463;

}
.header-navigation-mob {
position: fixed; 
top: 0;
width: 100%;
height: 70px;
line-height: 70px;
background-color: #000;
box-shadow: 0 14px 19px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
z-index: 50;
}
.link {
text-decoration: none;
font-size: 13px;
margin: 0 9px;
font-family: 'Cinzel', serif;
color: #B29463 ; /* f2d794 Dorado brillante */
font-weight: 700;
text-transform: uppercase; /* Opcional para más sofisticación */
letter-spacing: 0.05em;

}
a:hover.link{
   color:#c4c4c4; 
}
/* Slide transitions */

.slideUp {
-webkit-transform: translateY(-100px);
transform: translateY(-100px);
transition: transform .5s ease-out;
}

.slideDown {
-webkit-transform: translateY(0);
transform: translateY(0);
transition: transform .5s ease-out;
}
 
.borde{
border: 1.5px solid #B29463 !important;
border-radius: 9px !important;
}
.fuente-lora{
font-family: "Lora", serif;

}

/*.btn.btn-dark {
    color: white;
    background-color: #d7656f;
    outline: none;
    border: none;
} 

.btn.btn-dark:hover {
    background-color: #000;
}
.btn.btn-success {
    color: #000;
    background-color: #ffc8cd;
    outline: none;
    border: none;
} 

.btn.btn-success:hover {
    background-color: #d7656f;
}
*/
.btn.btn-dark {
    font-family: 'Cinzel', serif;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background-color: #B29463; /* Fondo dorado */
    color: #F5F5F5 ; /* Texto oscuro */
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.btn.btn-dark:hover {
    background-color: #3a3c3b; /* Dorado más oscuro */
}
.btn.btn-success {
    font-family: 'Cinzel', serif;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background-color: #B29463; /* Fondo dorado */
    color: #F5F5F5 ; /* Texto oscuro */
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.btn.btn-success:hover {
    background-color: #3a3c3b; /* Dorado más oscuro */
}


.page-link{
    background-color: #EBC6D0;
    color: #000;

}

/*boton whastapp*/
.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:70px;
  right:9px;
  font-size:20px;
 /* /*background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;*/
  z-index:100;
}
/*
.my-float{
 margin-top:16px;
}*/
/*fin boton ws*/
/*footer*/
.section-padding {
    padding: 60px 0;

}
.bottom {
    background-image: url(../img/fondo-footer-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
 /*   background-color: #000;*/
    color: #B29463;
}
#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
  background-color:#666;
} 
/*fin footer*/
.header-area {
  position: relative;
  height: 100vh;
  background-image: url(../img/header2.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repear;
  background-size: cover;
}
.banner {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  text-align: center;
  z-index: 1;
}
.fuente-pro{
font-size: 1em;
font-family: "Cinzel", serif;
color: #B29463 ;
font-weight: 700;

}

.titulo2{
   font-family: 'Cinzel', serif;
    color: #B29463 ; /* f2d794 Dorado brillante */
    font-weight: 700;
    text-transform: uppercase; /* Opcional para más sofisticación */
    letter-spacing: 0.05em;
}
.color-dorado{
color: #B29463;  
}
.dropdown-item {
  color: #B29463 !important;

}
.dropdown-item:hover {
  background-color: #383838 !important ; 
  color: #fffec1 !important; 
}

/*.titulo{
  font-family: 'Lora', serif;
  font-weight: 900 ;
  color: #fff;
  text-shadow: 1px 2px 3px rgb( 0, 0, 0 );
}
.titulo2{
  font-family: 'Lora', serif;
  font-weight: 900 ;
  color: #d7656f;
}
.titulo3{
  font-family: 'Lora', serif;
  font-weight: 900 ;
  color: #FFF;
}*/
.color-pregunta{
color:#000;
text-decoration: none;
}
.color-pregunta:hover{
color:#B29463;
}
/*.card-pregunta{
min-height:60px;
border-color: #d7656f;
background-color: #ffc8cd;
}*/
.color-icon{
color:#B29463 ;
}
.custom-bg {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

.precio-container {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .precio-nuevo {
            font-size: 1.2em;
            font-weight: bold;
        }
        .precio-viejo {
            font-size: 1em;
            text-decoration: line-through;
            color: gray;
        }
    .descuento {
            margin-top:-60px ;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: red;
            color: white;
            font-size: 0.7em;
            font-weight: bold;
        }