@font-face {
  font-family: 'Tipografia-titulo';
  src: url("../fonts/COOPBL.TTF");
}

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

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

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

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

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

.font-3{
font-family: 'Tipografia-secundaria','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: #f7f1e8 !important;
	opacity: 1 !important;
}

.owl-theme .owl-controls .owl-page.active span{
	background-color: #9bad88 !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-5.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%);
}

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

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

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

.c-titulo{
	color: #cd2b33 !important;  
	-webkit-text-stroke: 2px #fff;
}

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

.c-titulo2{
	color: #cd2b33 !important;  
	-webkit-text-stroke: 2px #fff;
}

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

.btn-modal{
	border-radius: 30px !important;
	background: transparent !important;
	padding: 4px 40px !important;
	border: 3px solid #2f37c9;
  color: #2f37c9 !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{
	border-radius: 8px !important;
	background: transparent !important;
	padding: 4px 40px !important;
	border: 2px solid #fff;
  color: #fff !important;
  font-size: 1.25rem !important;
}

.btn-inicio {
	background: none !important;
	padding: 4px 40px !important;
  color: #fff !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: 4px solid #98d7e6;
}

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

.titulo-1{
    font-size: 3.5em !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;
    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: #ffe60a;
}
::-webkit-scrollbar-thumb {
  background: #2f37c9 !important;
border-radius: 10px;
}

span.linea {
  width: 5rem;
  height: 3px;
  border: 2px solid #2f37c9;
border-radius: 5px;
  display: inline-table;
  margin: 5px 5px;
}

span.linea2 {
  width: 5rem;
  height: 3px;
  border: 2px solid #2f37c9;
border-radius: 5px;
  display: inline-table;
  margin: 5px 5px;
}

.border-black{
  width: 50%;
  height: 3px;
border-radius: 5px;
border-bottom: 4px solid #2f37c9;
  margin: 5px 5px;
  display: inline-table;
}

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

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

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

.ih-item.circle {
    position: relative;
    width:400px;
    height:400px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    margin: 0 auto;
}
.ih-item.circle .img {
  position: relative;
    width:400px;
    height:400px;
   border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
   border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
  box-shadow: inset 0 0 0 16px #FE0112, 0 1px 2px #FE0112;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
   border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    width: 100%;
    border: solid 5px #FE0112;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.circle.effect10 .img {
  z-index: 11;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10.colored .info {
  background: #1a4a72;
}
.ih-item.circle.effect10 .info {
       background: #147efb;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10 .info h3 {
    color: #fff;
    position: relative;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect10 .info p {
  color: #bbb;
  font-style: italic;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect10:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.ih-item.circle.effect10.top_to_bottom .info h3 {
  margin: 0 30px;
  padding: 25px 0 0 0;
  height: 78px;
}
.ih-item.circle.effect10.top_to_bottom .info p {
  margin: 0 30px;
  padding: 5px;
}
.ih-item.circle.effect10.top_to_bottom:hover .img {
  -webkit-transform: translateY(50px) scale(0.5);
  -moz-transform: translateY(50px) scale(0.5);
  -ms-transform: translateY(50px) scale(0.5);
  -o-transform: translateY(50px) scale(0.5);
  transform: translateY(50px) scale(0.5);
}
.ih-item.circle.effect10.bottom_to_top .info h3 {
    margin: 7em 0 0em 0;
    font-size: 2.5em;
    color: #FFF;
    letter-spacing: 2px;
}
.ih-item.circle.effect10.bottom_to_top .info p {
  margin: 0 30px;
  padding: 5px;
}
.ih-item.circle.effect10.bottom_to_top:hover .img {
  -webkit-transform: translateY(-50px) scale(0.5);
  -moz-transform: translateY(-50px) scale(0.5);
  -ms-transform: translateY(-50px) scale(0.5);
  -o-transform: translateY(-50px) scale(0.5);
  transform: translateY(-50px) scale(0.5);
}

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

  .ih-item.circle .img {
		position: relative;
		width: 300px;
		height: 300px;
	}
	.ih-item.circle {
		position: relative;
		width: 300px;
		height: 300px;
	}
	.ih-item.circle.effect10.bottom_to_top .info h3 {
		margin: 6.5em 0 0em 0;
		font-size: 2em;
		letter-spacing:1px;
	}
}

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

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