@font-face {
  font-family: 'Carattere';
  src: url('../fonts/Carattere-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Ginora Sans';
  src: url('../fonts/Ginora Sans Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ginora Sans';
  src: url('../fonts/Ginora Sans Oblique.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Ginora Sans';
  src: url('../fonts/Ginora Sans Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Ginora Sans';
  src: url('../fonts/Ginora\ Sans\ Bold\ Oblique.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
}

:root {
  --white: #FFFFFF;
  --salmon: #de9970;
  --mustard: #d3ac4c;
  --brown: #9f7E42;
  --terracotta: #9d582f;
  --gray: #f5f5f5;
  --brown-light: #F9F4EE;
}

body {
  font-family: 'Ginora Sans', serif;
}

p {
  font-size: 1.4em;
  line-height: 1.4;
}

h1 {
  font-size: 80pt;
  font-family: 'Carattere', serif;
}

h2 {
  font-size: 65pt;
  font-family: 'Ginora Sans', serif;
}

h3 {
  font-size: 54pt;
  font-family: 'Carattere', serif;
}

h4 {
  font-size: 45pt;
  font-family: 'Ginora Sans', serif;
  font-weight: bold;
}

h5 {
  font-size: 30pt;
  font-family: 'Ginora Sans', serif;
}


.title-nav {
  line-height: 1em;
}

.subtitle {
  font-family: 'Crimson Text', serif;
  font-size: 13px;
}

.fnt {
  font-family: 'Rouge Script', cursive;
  font-size: 70px;
}

.logo-principal {
  width: 300px;
  height: 300px;
  display: flex;
  margin: 0 auto;
}

@keyframes aparicion {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.banner-area {
  width: 100%;
  height: 100vh;
  min-height: 780px;
  max-height: 1080px;
  background: url('../img/portada.jpg');
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
@media only screen and (max-width: 600px) {
  .banner-area {
    width: 100%;
    height: 90vh;
    background: url('../img/portada.jpg');
    background-attachment: initial;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }
}

.bg_flower {
  width: 100%;
  height: 100%;
  background: url('../img/bg_flower.png') repeat-x top center #fff;
  background-size: contain;
}

.banner-area2 {
  width: 100%;
  height: 100%;
  background: url('../img/seccio4.jpg') top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.banner-area3 {
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/9.jpg') top center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  clear: both;
}


.banner-areacov {
  width: 100%;
  height: 100vh;
  background: url('../img/ASP-footer.jpg') top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  clear: both;
}
@media only screen and (max-width: 600px) {
    .banner-areacov {
      background-position: -310px bottom;
    }

}

.banner-area4 {
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(182, 130, 46, 0.9), rgba(182, 130, 46, 0.9)), url('../img/covid.png') top center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  clear: both;
}

.content-area {
  position: relative;
  height: 100%;
  min-height: 780px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation-name: aparicion;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
}
@media only screen and (max-width: 600px) {
  .content-area {
    height: 100%;
    min-height: auto;
  }
}
.content-area .banner-legend{
  width: 100%;
  bottom: 0;
  margin-top: 2rem;
}
.content-area .banner-legend .bl-container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.content-area .banner-legend .bl-text{
  color: white;
  font-size: 2.5em;
}
@media only screen and (max-width: 600px) {
  .content-area .banner-legend .bl-text{
    color: white;
    font-size: 1.8em;
  }
}
.content-area .banner-legend-logo{
  padding: 0 0;
  margin: 0 0;
}

.content {
  text-align: center;
}

.center-nav {
  justify-content: space-between;
  width: 100%;
  display: flex;
  padding-left: 20px;
}

.bg-bl {
  background: #F9F4EE;
}

.bg-bl .navbar-brand {
  color: white;
  opacity: 1;
}

.bg-bl .navbar-nav .nav-link {
  color: white;
  opacity: 1;
}


.gallery-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 350px;
  grid-gap: 10px;
}


.gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


html {
  scroll-behavior: smooth;
}

.paloma {
  width: 100px;
  margin: 0 auto;
  display: block;
}

.tiara {
  width: 40px;
  margin: 0 auto;
  display: block;
}

.anillos {
  width: 40px;
  margin: 0 auto;
  display: block;
}

.pareja {
  width: 40px;
  margin: 0 auto;
  display: block;
}

.rosario {
  width: 40px;
  margin: 0 auto;
  display: block;
}

.coins {
  width: 40px;
  margin: 0 auto;
  display: block;
}

.navbar-light .navbar-nav .nav-link {
  color: #848381;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #0b2846;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  color: #0b2846;
}

.tintd {
  color: #b6822e !important;
}

.tintw {
  color: #fff !important;
}

.tintg {
  color: #184035;
}

.church-color {
  width: 100px;
  margin: 0 auto;
  display: block;
}

.mapa {
  display: inline-block;
  width: 100%;
  max-width: 180px;
  height: auto;
  padding: 10px;
  border: 2px solid #0b2846;
  border-radius: 5px;
  text-align: center;
  background: #0b2846;
  color: white;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.mapa:hover {
  color: #0b2846;
  background: white;
  border: 2px solid #0b2846;
}

.bg-informacion {
  background: var(--white);
  position: relative;
}

iframe {
  max-width: 560px;
  width: 100%;
  height: 315px;
}

.banner-area2 h1 {
  font-size: 5em;
}

.bg-informacion h1 {
  font-size: 5em;
}

.banner-area3 h1 {
  font-size: 5em;
}

.banner-areacov h1 {
  font-size: 5em;
}

.bg_rotate {
  background: #783815;
  width: 980px;
  height: 820px;
  position: absolute;
  top: 46%;
  transform: rotate(-1deg);
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.line-white {
  width: 70%;
  margin: 0 auto;
  opacity: 1;
  height: 1px;
  border-color: white;
}

.clock {

}

@media only screen and (max-width: 600px) {
  .banner-area2 h1 {
    font-size: 3.4em;
  }

  .bg-informacion h1 {
    font-size: 3.4em;
  }

  .banner-area3 h1 {
    font-size: 3.4em;
  }

  .banner-areacov h1 {
    font-size: 3.4em;
  }

  .gallery-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 350px;
    grid-gap: 5px;
  }

  .bg_rotate {
    background: #783815;
    width: 980px;
    height: 820px;
    position: absolute;
    top: 46%;
    transform: rotate(-1deg);
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }



  .bg-dark {
    background-color: #21252900 !important;
  }

}

.fntR {
  font-family: 'Reenie Beanie', cursive;
}

.field {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 200px;
  text-align: center;
}

.mouse {
  width: 40px;
  height: 70px;
  border: 3px solid #fff;
  border-radius: 60px;
  position: absolute;
  bottom: 52px;

}


.field small {
  display: block;
  position: absolute;
  color: white;
  bottom: -25px;
}

.mouse::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  animation: wheel 2s infinite;
  -webkit-animation: wheel 2s infinite;
}

@keyframes wheel {
  to {
    opacity: 0;
    top: 50px;
  }
}

@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}

.wedding-text .navbar-nav .nav-link {
  color: white !important;
  opacity: 1;
  font-size: 17px;
  transition: all 0.3s ease-in-out;
}

.wedding-text .navbar-nav .nav-link:hover {
  text-decoration: underline;
   !important;
}

.bg-regalos {
  background: rgb(248, 245, 238);
  background: linear-gradient(180deg, rgba(248, 245, 238, 1) 50%, rgba(24, 64, 53, 1) 50%);
}

.bg-green {
  background: #184035;
  border: 2px solid #c1a16e;
}

.banner-green {
  background: #184035;
}

.banner-purple {
  background: #3f3047;
  display: block;
  padding: 4rem 0rem;
}

.banner-gray {
  background-color: #f8f8f8;
  display: block;
  padding: 4rem 0rem;
}

.bg-form {
  position: relative;
  z-index: 10;
  display: block;
  margin-top: 0px;
  height: 100%;
  min-height: 400px;
  padding: 0rem 1rem 0rem 1rem;
}

.img-folder {
  position: relative;
  margin-top: -33.5rem;
  margin-left: 0.75rem;
}
@media only screen and (max-width: 600px) {
  .img-folder {
    margin-top: -17rem;
    margin-left: 2.5rem;
    transform: scale(2.4);
  }
}


.text-form-italic {
  font-weight: 600;
  font-style: italic;
  text-align: left;
}

.text-form-bold {
  font-weight: 600;
  text-align: center;
}

.text-italic {
  font-style: italic;
  font-size: 1.2em;
}

.text-justify {
  text-align: justify;
}

.text-code {
  display: table;
  width: 80%;
  margin: 2rem auto 3rem auto !important;
  padding: 14px 20px;
  background-color: var(--terracotta);
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: sans-serif;
}

.box-confirmation {
  display: flex;
  justify-content: space-around;
  margin-top: 0;
}

.box-confirmation input[type=submit] {
  max-width: none !important;
  width: auto !important;
  color: #fff !important;
  font-size: 2em !important;
  padding: 10px 40px !important;
}

.box-confirmation .btn-green {
  background: var(--salmon) !important;
}

.box-confirmation .btn-brown {
  background: var(--salmon) !important;
  margin-top: 30px;
  font-size: 1.8rem;
}

.bg-second {
  background: var(--white);
  background: linear-gradient(180deg, rgba(248, 249, 243, 1) 50%, rgba(216, 219, 200, 1) 50%);
}

.countdown-container {
  padding: 20px;
  background: rgba(197, 89, 42, 0.25);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  margin-bottom: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.countdown-container .number {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
}

.countdown-container .concept {
  font-size: 28px;
  text-align: center;
  color: #fff;
}

.scroll-color {
  top: 0px;
  z-index: 99999;
  width: 100%;
  position: sticky;
}


/* ? ----- Cuenta Regresiva ----- */
#cuenta {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.hphoto {
  display: block;
  clear: both;
  height: 100%;
  width: 100%;
  min-height: 20px;
}

.simply-section {
  background: #9d572f74;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 100px;
  height: 150px;
  margin: 0 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  overflow: hidden;
}

.simply-amount {
  display: block;
  font-size: 40px;
  font-weight: 700;

}

.simply-word {
  font-weight: 300;
  font-size: 18px;

}

.texto-final {
  display: none;
}

.texto-final.oculta {
  display: block;
}


.txtv {
  color: var(--brown);
  font-size: 16px;
  text-align: justify;
  text-align-last: left;
}

.box-foto {
  position: relative;
}

.gerbera1 {
  position: absolute;
  left: -10%;
  width: 20%;
  top: 30%;
}

.gerbera2 {
  position: absolute;
  left: 17%;
  width: 16%;
  bottom: -11%;
}

.big-space {
  display: block;
  height: 440px;
}

.box-guitar {
  position: relative;
  margin-bottom: 200px;
}

.guitar {
  position: absolute;
  z-index: 2;
  bottom: -25em;
}

/* ? ---------------------------- */

.bg-cuando::before {
  content: "";
  position: absolute;
  width: 68%;
  height: 62%;
  bottom: 1%;
  left: 15%;
  z-index: -1;
  background: var(--brown-light);
  clip-path: polygon(0 6%, 100% 0, 100% 97%, 0% 100%)
}


@media only screen and (max-width: 600px) {

  .bg-cuando::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    bottom: 0%;
    left: 0%;
    z-index: -1;
    background: var(--gray);
    background-size: cover;
  }


  .box-guitar {
    position: relative;
    margin-bottom: 120px;
  }

  .guitar {
    position: absolute;
    z-index: 2;
    bottom: -15em;
  }

  .big-space {
    display: block;
    height: 400px;
  }

  .simply-section {
    margin: 0 5px;
  }

  .simply-amount {
    font-size: 20px;
  }

  .simply-word {
    font-size: 14px;
  }

  #particles-js {
    position: absolute;
    width: 100%;
    height: 300px;

  }

  .mouse {
    display: none;
  }


}

.bg-form input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: .25rem;
  border-radius: 0%;
  transition: box-shadow .3s;
  background: transparent;
  cursor: pointer;
  border: 1px solid var(--mustard);
  appearance: none;
  -webkit-appearance: none;
}

.bg-form input:checked[type=checkbox] {
  box-shadow: inset 0 0 0 20px var(--mustard);
}

.bg-form input[type=text] {
  background: var(--brown-light) !important;
  color: #3f3047;
  width: 100%;
  margin: 0 auto;
  padding: 14px 20px;
  font-size: 1.5em;
  border: none;
  border-radius: 30px;
  display: block;
  font-family: sans-serif;
  text-transform: uppercase;
}

.bg-form input[type=submit] {
  background: var(--salmon) !important;
  border: none;
  border-radius: 30px;
  color: #3f3047;
  padding: 20px;
  margin: 10px auto 0 auto;
  display: block;
  width: 100%;
  max-width: 120px;
}

.form-check{
  padding-left: 1em !important;
}

.form-check .form-check-input {
  float: none !important;
}

.bg-form button {
  display: inline-block;
  background: var(--terracotta);
  border: none;
  border-radius: 50px;
  color: white;
  padding: 10px 25px;
  margin: 10px auto 0 auto;
  font-size: 1.8em;
}

.swal2-popup {
  font-size: 10px !important;
  font-family: 'Playfair Display', serif;
}


.btn-map {
  text-decoration: none;
  background: var(--salmon);
  font-size: 25px;
  transition: all 0.3s ease-in-out;
  border: none;
  border-radius: 60px;
  color: white;
  padding: 10px;
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 100%;
  max-width: 160px;
  margin-bottom: 40px;
  font-family: 'Ginora sans', cursive;
}

.btn-map:hover {
  background: var(--brown);
  text-decoration: none;
  color: white;
}


.float-footer {
  position: absolute;
  bottom: 25%;
  font-size: 50pt;
  left: 50%;
  color: var(--white)
}
@media only screen and (max-width: 600px) {
    .float-footer {
      left: 10%;
      width: 85%;
      font-size: 3.5rem;
      bottom: auto;
      top: 5%;
      line-height: 1;
    }
}

.navbar {
  background-color: #DE9970;
}

.text-brown {
  color: var(--brown);
}

.text-terracotta {
  color: var(--terracotta);
}

.text-mustard {
  color: var(--mustard);
}

.font-italic {
  font-style: italic;
}

.font-bold {
  font-weight: bold;
}

.font-carattere {
  font-family: 'Carattere', serif;
}

.estrella {
  position: absolute;
  bottom: 250px;
  z-index: 1;
  width: 120px;
}
@media only screen and (max-width: 600px) {
  .estrella {
    display: none;
  }
}

.diamante-img{
  display: flex;
  flex-direction: row;
  position: relative;
}

.diamante {
  width: 20px;
  position: absolute;
  right: -20px;
  top: 40%;
}

.galery-div{
  position: relative;
  overflow: hidden;
}

.top-galery-diamond {
  position: absolute;
  transform: translate(-150%, 0);
  width: 27px;
}

.bottom-galery-diamond {
  position: absolute;
  transform: translate(930%, 450%);
  width: 50px;
}


.galery-img {
  max-width: 100%;
  height: auto;
}

.search_bar_container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search_bar_container .box-confirmation-content{
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

.search_bar_container .box-confirmation-content .bxc-confirm-head{
  text-align: justify;
  padding: 1rem 6% .75rem 6%;
  color: var(--brown);
}
.search_bar_container .box-confirmation-content .bxc-confirm-title{
  font-size: 1.5rem;
  margin-bottom: .75rem;
  color: var(--brown);
  font-style: italic;
  font-weight: bold;
  line-height: 1.15;
}
.search_bar_container .box-confirmation-content .bxc-confirm-howmany{
  color: var(--mustard);
  font-size: 0.9rem !important;
  margin-bottom: 1.25rem;
}

.search_bar_container .box-confirmation-content .bxc-confirm-total{
  color: var(--mustard);
}

.search_bar_container .box-confirmation-content p{
  margin-bottom: 0;
}
#confirmacion{
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  #confirmacion{
    padding-bottom: 12rem !important;
  }
}