@font-face {
  font-family: 'Tipografia-titulo';
  src: url("../fonts/Parisienne-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tipografia-principal';
  src: url("../fonts/Courgette-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tipografia-secundaria';
  src: url("../fonts/Courgette-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tipografia-especial';
  src: url("../fonts/Courgette-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

.adorno-flor {
  max-width: 400px !important;
}

.font-1{
  font-family: 'Tipografia-principal','sans-serif' !important;
}

.font-2{
  font-family: 'Tipografia-titulo','sans-serif' !important;
}

.font-3{
font-family: 'Tipografia-secundaria','sans-serif' !important;

}

.font-especial{
font-family: 'Tipografia-especial','sans-serif' !important;

}

.font-conf {
font-family: 'Tipografia-secundaria','sans-serif' !important;
}

body{
	padding:0;
	margin:0;
	background-color: #fff;
  background-image: url(../images/bg/bg.jpg) !important;
	font-family: 'Tipografia-principal', sans-serif;
}

body::before {
  content: "";
  position: fixed; 
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../images/bg/bg.jpg) !important;
  background-position: center;
  background-size: cover;
  z-index: -1; /* Coloca el fondo detrás del contenido */
}

.owl-theme .owl-controls .owl-page span{
	background-color: #b2b2b2 !important;
	opacity: 1 !important;
}

.owl-theme .owl-controls .owl-page.active span{
	background-color: #d1a0a0 !important;
	opacity: 1 !important;
}

.bg-1-img{
	background-image: url(../images/bg/bg.jpg) !important;
  background-position: center !important;
  background-size: cover !important;
}

.bg-2-img{
	background-color: #d0a78c69 !important;
	background-image: url(../images/bg/bg.jpg) !important;
  background-position: center !important;
  background-size: cover !important;
}

.bg-3-img{
	background-color: #444444 !important;
	background-image: url(../images/bg/bg.jpg) !important;
  background-position: center !important;
  background-size: cover !important;
}

.bg-4-img{
	background-color: #444444 !important;
	background-image: url(../images/bg/bg.jpg) !important;
  background-position: center !important;
  background-size: cover !important;
}

.clip-polygon {
  clip-path: polygon(50% 0, 100% 10%, 100% 90%, 50% 100%, 0 90%, 0 10%);
}

.clip-path {
    clip-path: polygon(50% 0, 100% 10%, 100% 90%, 50% 100%, 0 90%, 0 10%);
}

#musica > i {
  background-color: #d1a0a0;
  padding: 5px 10px;
}

#musica {
  left: 0;
  top: 10vh;
  cursor: pointer;
  z-index: 999;
}

.btn:focus{
	box-shadow: none !important;
}

.c-titulo{
  color: #d1a0a0 !important;
}

.c-principal{
    color: #212121 !important;
}

.c-titulo2{
  color: #d1a0a0 !important;
}

.c-principal2{
    color: #212121 !important;
}

.c-secundario{
  color: #212121 !important;
}

.btn-modal{
	background: #d1a0a0 !important;
	border: 1px solid transparent !important;
	border-radius: 0px;
	padding: 10px 20px !important;
	color: #f8efe6 !important;
	font-size: .8rem !important;
}

.borde-img{
	border: solid 3px #fff;
	filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.162));
  width: 80%;
  max-width: 300px;
  height: auto;
  object-fit: cover;
  margin: auto;
}

.btn-modal2{
	background: #d1a0a0 !important;
	border: 1px solid transparent !important;
	border-radius: 0px;
	padding: 10px 20px !important;
	color: #f8efe6 !important;
	font-size: .8rem !important;
}

.btn-inicio {
	background: none !important;
	padding: 4px 40px !important;
  color: #ccc6ae !important;
  font-size: 1.25rem !important;
  text-shadow: 1px 1px 4px #101010;
}

.test-review img {
  box-shadow: 2px 1px 10px #ffffff1c;
  -webkit-box-shadow: 2px 1px 10px #ffffff1c;
  -moz-box-shadow: 2px 1px 10px #ffffff1c;
  -o-box-shadow: 2px 1px 10px #ffffff1c;
  -ms-box-shadow: 2px 1px 10px #ffffff1c;
}

.borde-bottom{
	border-bottom: 3px solid #c9af90 !important;
  /* border-image: linear-gradient(90deg, rgba(137,102,56,1) 0%, rgba(145,111,62,1) 4%, rgba(165,137,79,1) 11%, rgba(169,140,81,1) 12%, rgba(181,154,92,1) 16%, rgba(205,183,116,1) 22%, rgba(222,203,136,1) 29%, rgba(241,224,155,1) 34%, rgba(236,219,151,1) 45%, rgba(215,193,126,1) 63%, rgba(191,162,95,1) 73%, rgba(156,123,65,1) 87%, rgba(140,104,50,1) 100%) 1; */
}

.borde-menu{
	border: 1px solid #d6d6d6;
	-webkit-box-shadow: 0 1px 6px #bebebe8c;
    box-shadow: 0 1px 6px #bebebe8c;
}

.titulo-1{
    font-size: 2.5em !important;

}

.mascara-play {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    background-image: url(../images/bg/bg.jpg) !important;
    background-color: #00000049 !important;
    background-position: center !important;
    background-size: cover !important;
    display: flex;
    overflow: hidden
}

.adorno-top {
    width: 100%;
    top: 0;
    background-image: url(../images/bg/bg-sobre.png) !important;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1011;
}

.cont-flores {
    width: 100%;
    height: 100%;
    position: absolute;
}

.borde-img{
	border: solid 3px #fff;
	filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.162));
  width: 80%;
  max-width: 500px;
  height: auto;
  object-fit: cover;
  margin: auto;
}

::-webkit-scrollbar {
  width: 10px;
  background: #f8efe6;
}
::-webkit-scrollbar-thumb {
  background: #d1a0a0 !important;
border-radius: 10px;
}

span.linea {
  width: 5rem;
  height: 3px;
  background: #d1a0a0 !important;
  /* background: #94282d; */
border-radius: 5px;
  display: inline-table;
  margin: 5px 5px;
}

span.linea2 {
  width: 5rem;
  height: 3px;
  background: #d1a0a0 !important;
  /* background: #94282d; */
border-radius: 5px;
  display: inline-table;
  margin: 5px 5px;
}

.border-black{
  width: 50%;
  height: 3px;
border-radius: 5px;
  background: #d1a0a0 !important;
  /* background: #94282d; */
  margin: 5px 5px;
  display: inline-table;
}

span.simply-amount {
  font-size: 4em;
  line-height: 0;
  color: #fff;
    font-family: 'Tipografia-principal','sans-serif' !important;
}

span.simply-word {
 font-size:1.2rem;
 font-weight: 500;
 margin-left: 5px;
 color: #fff;
font-family: 'Tipografia-principal','sans-serif' !important;
margin-top: 50px !important;
}

.boleto-invitado p {
  font-family: 'Tipografia-secundaria','sans-serif' !important;
  font-size: 1rem !important;
}

.simply-section {
    height: 60px !important;
    width: 25% !important;
}

.simply-section div{
      display: flex;
    justify-content: center;
    flex-direction: column;
}

.wthree-counter-agile {
    width: 100% !important;
}

.b-caballero{
    border-right: none !important;
	  border-radius: 50%;
	  -webkit-border-radius: 50%;
	  -mox-border-radius: 50%;
	  -o-border-radius: 50%;
	  -ms-border-radius: 50%;
	  box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
	  -webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
	  -moz-box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
	  -o-box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
	  -ms-box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
	  width: 80%;
	  border:none;
}

/* Carrusel inicial */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  color: white;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #00000045; /* ajusta opacidad */
  z-index: 1;
}

/* ===== Carrusel ===== */
.background-carousel {
  position: absolute;
  inset: 0;
}

.bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  opacity: 0;
  animation: fade 20s infinite;
}

/* Imágenes */
.bg1 {
  background-image: url("../images/fotos/principal-c1.jpeg");
  background-position: center bottom;
  animation-delay: 0s;
}

.bg2 {
  background-image: url("../images/fotos/principal-c2.jpeg");
  background-position: center bottom;
  animation-delay: 5s;
}

.bg3 {
  background-image: url("../images/fotos/principal-c3.jpeg");
  background-position: center bottom;
  animation-delay: 10s;
}

.bg4 {
  background-image: url("../images/fotos/principal-c4.jpeg");
  background-position: center;
  animation-delay: 15s;
}

@keyframes fade {
  0% { opacity: 0; }
  10% { opacity: 1; }
  30% { opacity: 1; }
  40% { opacity: 0; }
  100% { opacity: 0; }
}

/* Carrusel polaroid */

.frame {
  width: 650px;
  max-width: 100%;
  padding: 18px;
  background: #f5f3ef;
  margin: auto;
  transform: rotate(-4deg);
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}

.frame-inner {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.slides {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 3.0s ease-in-out;
}

.slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  object-fit: cover;
}

/* -------------------------------------------------------------------------- */

#modalVideo {
  position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.85);
display:none;
z-index:9999;
align-items:center;
justify-content:center;
}

#cerrarVideo {
    position: absolute;
    top: 10vh;
    right: 0px;
    color: #ffffff;
    cursor: pointer;
    background-color: #d1a0a0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
}

@media (max-width: 768px) {
    .test-review img {
        width: 70% !important;
    }
        .col-md-12 {
        flex: initial !important;
    }

        .adorno-top {
        width: 100%;
        top: 0;
        background-image: url(../images/bg/bg-sobre-2.png) !important;
        background-size: contain;
        background-repeat: no-repeat;
        /* z-index: 1001; */
    }

.margin-countdown {
  margin-top: 85px !important;
}

.frame-inner {
  height: 430px;
}
}

@media (max-width: 1300px) {
  .bg-img-paralax {
    background-attachment: initial !important;
}
}

@media (max-width: 991px) {
  .polvo-right {
    right: -346px !important;
  }
  
  .polvo-left {
    left: -470px !important;
  }
    span.simply-amount {
    font-size: 3em !important;
  }
  
  span.simply-word {
   font-size:1rem !important;
   margin-top: 10px !important;
  }

  li.nav-item:not(:last-child) {
    border-right: 3px solid #b2894c00;
    text-align: center;
}

.mascara-play {
    background-position: center !important;
}
}

@media (max-width: 768px) {
  .b-caballero {
      margin: 0 auto;
      width: 70%;
  }

  .bg-img-paralax {
    min-height: 550px !important;
}
}