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

@font-face {
  font-family: 'Tipografia-principal';
  src: url("../fonts/PLAYFAIRDISPLAY-VARIABLEFONT_WGHT.TTF");
  font-weight: normal;
  font-style: normal;
}

@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-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: #fff5f9;
	font-family: 'Tipografia-principal', sans-serif;
}

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

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

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

.bg-2-img{
	background-color: #fff5f9;
  background-image: url(../images/bg/bg-3.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: #ffce65;
  padding: 5px 10px;
}

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

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

.img-en {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url(../images/fotos/eu.png);
  background-position: center;
  background-size: cover;
}
.img-es {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url(../images/fotos/mx.webp);
  background-position: center;
  background-size: cover;
}

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

.c-titulo{
	color:#ffce65 !important;
    filter: drop-shadow(2px 3px 4px #000) !important;
}

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

.btn-modal{
	border-radius: 8px !important;
	background: none !important;
	padding: 4px 40px !important;
	border: 2px solid transparent;
  border: 2px solid #ffce65 !important;
	color: #ffce65 !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;
}

.borde-bottom{
	border-bottom: solid 3px #ffce65;
}

.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: 1f0c1bf;
    background-color: #402e68;
	background-image: url(../images/bg/bg-2.jpg) !important;
    background-position: center !important;
    background-size: cover !important;
    display: flex;
    overflow: hidden
}

.borde-img{
	border: solid 3px transparent;
	border-image: linear-gradient(to right, #e3e3e3 0%, #c3bcb8 50%, #e3e3e3 100%) 1;
	filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.162));
}

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

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

.border-black{
  width: 50%;
  height: 3px;
border-radius: 5px;
background: #ffce65;
  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: #fff5f9;
font-family: 'Tipografia-principal','sans-serif' !important;
}

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

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

@media (max-width: 736px) {
  .bg-img-paralax {
      min-height: 300px !important;
  }
}

