body{
	font-family: 'Playfair Display', serif;
}
p{font-size: 1.4em;}


.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;
    background: url('../img/back.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;
  }

  .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/FOTO_CONTANDOLOSDIAS.png') 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/fotoconflores.png') top center;
    background-repeat: no-repeat;
    background-size: cover;
        display: block;
        position: relative;
    clear: both;
}

    .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{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-name: aparicion;
	animation-duration: 4s;
	animation-timing-function: ease-in-out;
  }

  .content{text-align: center;}

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

.bg-bl{background:rgba(0,0,0,0.5);}

.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:#f4f5ee;position: relative;}
.foto-cintas{position: relative;left: 3%}


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;
height: 100vh;
}

.bg-form{
  display: block;
  background-color: #fcfcf8;
  margin-top: 30px;
  height: 100%; min-height: 400px;
    color: #3f3047;
    outline: 1px solid transparent;
    padding: 2rem 2rem 0;
    border-radius: 1rem;
    box-shadow: inset 0 0.75rem 2rem rgb(229 225 187 / 50%);
}

.bg-second{background: rgb(248,249,243);
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: rgb(109 46 19 / 20%);
    box-shadow: 0 8px 32px 0 rgb(0 0 0 / 37%);
    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:#184034;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: url(../img/bg_brown.png) 0 0 no-repeat;
    background-size: cover;
}


@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: #783815;
    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{background:#d8cfd0; color:#3f3047; width: 100%; padding: 20px; border: none; border-radius: 30px;display: block;}

.bg-form button{background: #3f3047; border: none; border-radius: 30px; color: white; padding: 20px; margin:0 auto; display: block; width: 100%; max-width: 120px; margin-top: 40px;}



.btn-map{text-decoration: none;background:#3f3047; font-size: 30px; transition: all 0.3s ease-in-out; border: none; border-radius: 30px; color: white; padding: 10px; margin:0 auto; display: block; width: 100%; max-width: 160px; margin-bottom: 40px;font-family: 'Reenie Beanie', cursive; }
.btn-map:hover{background:#184035;text-decoration: none;color: white;}


.float-footer{position: absolute;
    bottom: 30%;
    font-size: 40px;
    left: 30%;}








