@font-face {
  font-family: 'Tipografia-titulo';
  src: url("../fonts/CINZEL-VARIABLEFONT_WGHT.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;
}

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

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

.font-2{
  font-family: 'Tipografia-titulo','sans-serif' !important;
  padding: 10px 15px !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: #a36348;
  background-image: none !important;
	font-family: 'Tipografia-principal', sans-serif;
}

body::before {
  content: "";
  position: fixed; 
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
	background-color: #a36348;
  background-image: none !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: #94282d !important;
	opacity: 1 !important;
}

.bg-1-img{
	background-image: none !important;
  background-color: #fff !important;
  background-position: center !important;
  background-size: cover !important;
}

.bg-2-img{
	background-color: #d0a78c69 !important;
	background-image: none !important;
  background-position: center !important;
  background-size: cover !important;
}

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

.bg-4-img{
	background-color: #444444 !important;
	background-image: url(../images/bg/bg-4.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: #8e4c35;
  padding: 5px 10px;
}

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

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

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

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

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

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

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

.btn-modal{
	background: #a36348 !important;
	border: none !important;
	border-radius: 0px;
	padding: 2px 40px !important;
	color: #fff !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: #a36348 !important;
	border: none !important;
	border-radius: 0px;
	padding: 2px 40px !important;
	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: 10px solid #fff !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-container,
.borde-container2{
    position: relative;
    background: white;

    padding-top: 30px;
    padding-bottom: 30px;
}

.borde-container::before,
.borde-container::after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 30px;

    background-image: url('../images/adornos/onda-pr.png');
    background-repeat: repeat-x;
    background-size: auto 10px;
}

.borde-container2::before,
.borde-container2::after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 30px;

    background-image: url('../images/adornos/onda.png');
    background-repeat: repeat-x;
    background-size: auto 10px;
}

/* Arriba */
.borde-container::before,
.borde-container2::before{
    top: -10px;
}

/* Abajo */
.borde-container::after,
.borde-container2::after{
    bottom: -10px;
    transform: rotate(180deg);
}

/* Bordes laterales */
.borde-lateral{
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;

    background-image: url('../images/adornos/onda-2-pr.png');
    background-repeat: repeat-y;
    background-size: 10px auto;
}

/* Bordes laterales */
.borde-lateral2{
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;

    background-image: url('../images/adornos/onda-2.png');
    background-repeat: repeat-y;
    background-size: 10px auto;
}

/* Izquierda */
.borde-izq{
    left: -10px;
}

/* Derecha */
.borde-der{
    right: -10px;
    transform: rotate(180deg);
}

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

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

.mascara-play {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    background-image: none !important;
    background: #fff !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: #a36348;
}
::-webkit-scrollbar-thumb {
  background: #ffffff !important;
border-radius: 10px;
}

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

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

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

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

span.simply-amount {
  font-size: 6em;
  line-height: 0;
  color: #ffffff;
    font-family: 'Tipografia-principal','sans-serif' !important;
    filter: drop-shadow(2px 4px 6px black);
}

span.simply-word {
 font-size:1.25rem;
 font-weight: 500;
 margin-left: 5px;
 color: #ffffff;
font-family: 'Tipografia-principal','sans-serif' !important;
filter: drop-shadow(2px 4px 6px black);
}

.boleto-invitado p {
  font-family: 'Tipografia-secundaria','sans-serif' !important;
  font-size: 1rem !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 polaroid */

.frame {
  width: 400px;
  max-width: 100%;
  padding: 18px;
  background: #fff;
  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;
}

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

@media (min-width: 768px) {
    .col-md-12 {
        flex: initial !important;
    }
        .test-review img {
        width: 70% !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: 4em !important;
  }
  
  span.simply-word {
   font-size:1.25rem !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;
}
}