@font-face {
  font-family: 'Tipografia-titulo';
  src: url("../fonts/MONTECARLO-REGULAR.TTF");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tipografia-principal';
  src: url("../fonts/serlio-lh-1.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tipografia-secundaria';
  src: url("../fonts/serlio-lh-1.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tipografia-extra';
  src: url("../fonts/serlio-lh-1.otf");
  font-weight: normal;
  font-style: normal;
}

.border-mascara {
  width: 95vw;
  height: 95vh;
  border: 5px solid #ffffff00 !important;
}

.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-5{
font-family: 'Tipografia-extra','sans-serif' !important;
}

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

body{
	padding:0;
	margin:0;
	background-color: #fff;
	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: #fefefe !important;
	opacity: 1 !important;
}

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

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

.bg-2-img{
	background-color: #fff;
  background-image: url(../images/bg/bg-2.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%);
}

.bg-morado {
  background: #e6b2ff17 !important;
  border-radius: 15px !important;
}

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

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

/* Reproductor de música */

.music-player{
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    gap: 5px;
    margin-top:30px;
}

#playPause{
    width:45px;
    height:45px;
    border:none;
    border-radius:50%;
    background:#213358;
    color:white;
    font-size:22px;
    cursor:pointer;
    transition:.3s;
}

button:focus {
    outline: none !important;
}

#playPause img{
    width:24px;
    height:24px;
}

#playPause:hover{
    transform:scale(1.05);
}

.music-info{
    width:280px;
}

.song-name{
    display:block;
}

.artist{
    display:block;
}

.progress{
    width:100%;
    height:4px;
    background:#d7d7d7;
    border-radius:50px;
    margin-top:10px;
    overflow:hidden;
}

.progress-fill{
    width:0%;
    height:100%;
    background:#213358;
}

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

.div-sobre {
    position: relative;
    width: 600px; /* Ajusta este tamaÃ±o al de tus imÃ¡genes */
    height: 600px;
}

.sobre-b,
.sobre-t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}

.sobre-t {
    z-index: 2;
    top: 2px;
}

.top-bg, .bottom-bg{
    background-image: url(../images/bg/bg.jpg) !important;
    background-size: cover;
}

.top-bg {
    position: absolute;
    width: 100%;
    height: 50vh;
    top: 0;
}

.bottom-bg {
    position: absolute;
    width: 100%;
    height: 50vh;
    bottom: 0;
        transform: rotateX(180deg);
}

.btn-idioma {
    background-color: #c1a778;
    right: 0;
    top: 10vh;
    cursor: pointer;
    z-index: 999999;
    box-shadow: none;
    position: fixed;
}

.img-idioma {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
}

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

.c-titulo{
    background: -webkit-linear-gradient(#917141, #dfb170, #917141);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 1px 1px #fff);
}

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

.c-titulo2{
    background: -webkit-linear-gradient(#917141, #dfb170, #917141);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 1px 1px #fff);
}

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

.btn-modal{
	background: #f9ebd949 !important;
  border: 1px solid #213358 !important;
	border-radius: 30px !important;
	padding: 2px 30px !important;
  color: #213358 !important;
  font-size: 1.25rem !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: #f9ebd949 !important;
  border: 1px solid #213358 !important;
	border-radius: 30px !important;
	padding: 2px 30px !important;
  color: #213358 !important;
  font-size: 1.25rem !important;
}

.btn-inicio {
	background: #f9ebd949 !important;
  border: 1px solid #213358 !important;
	border-radius: 30px !important;
	padding: 2px 30px !important;
  color: #213358 !important;
  font-size: 1.25rem !important;
}

.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 transparent;
  border-image: linear-gradient(90deg, #e7e3e0 0%, #989398 26.4%, #f8f8f8 52.25%, #8c878a 87.64%, #b2b2b2 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: 4em !important;
}

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

.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;
}

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

span.linea {
  width: 14rem;
  height: 3px;
  background: #f2b2ba !important;
border-radius: 5px;
  display: inline-table;
  margin: 5px 5px;
}

span.linea2 {
  width: 14rem;
  height: 3px;
  background: #f2b2ba !important;
border-radius: 5px;
  display: inline-table;
  margin: 5px 5px;
}

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

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

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

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

.img-principal {
  align-items: flex-end !important;
}


.cont-mascara {
  align-items: flex-end;
}

@media (max-width:600px) {
    .sobre-t {
        z-index: 2;
        top: 4px;
    }
}

@media (max-width:500px) {
    .sobre-t {
        z-index: 2;
        top: 0px;
    }
}

@media (max-width:400px) {
    .sobre-t {
        top: 0px;
    }
}

@media (max-width:300px) {
    .sobre-t {
        z-index: 2;
        top: -30px;
    }
}

@media (max-width:200px) {
    .sobre-t {
        z-index: 2;
        top: -20px;
    }
}

@media (max-width: 991px) {
  .polvo-right {
    right: -346px !important;
  }
  
  .polvo-left {
    left: -470px !important;
  }

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

  .cont-mascara {
  align-items: flex-start;
}

  .mascara-play {
    background-image: url(../images/bg/bg-movil.jpg) !important;
}

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

.bg-2-img{
  background-image: url(../images/bg/bg-2-movil.jpg) !important;
}
.top-bg, .bottom-bg{
    background-image: url(../images/bg/bg-movil.jpg) !important;
    background-size: cover;
}
	
}

@media (max-width: 768px) {
  .test-review img {
      margin: 0 auto;
      width: 55%;
  }

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

.img-principal {
  align-items: flex-end !important;
}
}