@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap");
.move-up {
  transform: translateY(-50%);
}

.font {
  font-size: 14px;
  margin-top: 10px;
}

.no-m-p {
  margin: 0;
  padding: 0;
}

.letter-shadow {
  color: #c7c7c7;
  margin-top: 2vh;
}

* {
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

a {
  color: #fff;
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
  color: white;
  background: black;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(1rem, 5vw, 5rem);
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.3em;
  margin-right: -0.5em;
  color: #fff;
  width: 90vw;
  max-width: 1200px;
}

header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3%;
  width: 100%;
  z-index: 3;
  height: 7em;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(0.66rem, 2vw, 1rem);
  letter-spacing: 0.5em;
}

audio {
  width: 15vw;
  height: 3vh;
  margin-top: 2vh;
}

@media (min-width: 200px) and (max-width: 991.8px) {
  audio {
    width: 35vw;
    height: 3vh;
    margin-top: 2vh;
  }
}
.header-link {
  text-align: center;
  transition: 0.5s ease-in-out;
}

.header-link:hover {
  transform: scale(1.2);
  color: #fff;
}

section {
  height: 100%;
  width: 100%;
  top: 0;
  position: fixed;
  visibility: hidden;
}
section .outer,
section .inner {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
section .bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  padding: 0 5vw;
  background-size: cover;
  background-position: center;
}
section .bg h2 {
  z-index: 2;
}
section .bg .clip-text {
  overflow: hidden;
}

.first .bg {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%), url(../media/p1.jpg);
  background-size: cover;
  background-position: top;
}

.second .bg {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%), url(../media/g.JPG);
}

.third .bg {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%), url(../media/p3.JPG);
}

.fourth .bg {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%), url(../media/p4.JPG);
  background-size: cover;
  background-position: top;
}

.fifth .bg {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%), url(../media/p5.JPG);
  background-position: 50% 45%;
}

h2 * {
  will-change: transform;
}

.date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  background-color: transparent;
  padding: 0vh 5vw;
  color: #fff;
}

.line {
  width: 50vw;
  height: 2px;
  background-color: #fff;
  margin: 1vh 0;
}

.contenedor-timer {
  display: flex;
}

.ttl-save {
  font-size: clamp(1.5rem, 1.3148rem + 0.9877vw, 2.5rem);
  letter-spacing: 1rem;
  line-height: 100%;
  margin-bottom: 2vh;
}

.fecha {
  font-size: clamp(1.25rem, 1.1343rem + 0.6173vw, 1.875rem);
  letter-spacing: 0.5rem;
  line-height: 100%;
  margin: 4vh 0;
}

.faltan {
  font-size: clamp(1rem, 0.9537rem + 0.2469vw, 1.25rem);
  letter-spacing: 1rem;
  line-height: 100%;
  margin: 2vh 0 4vh 0;
}

.time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2vh 50px 0 50px;
}

.big {
  font-size: clamp(0.75rem, 0.4259rem + 1.7284vw, 2.5rem);
}

.time span {
  font-size: clamp(0.6875rem, 0.6065rem + 0.4321vw, 1.125rem);
  margin-bottom: 1vh;
}

@media (min-width: 200px) and (max-width: 991.8px) {
  .date {
    padding: 1vh 1vw;
  }
  #date {
    padding: 10vh 6vw;
  }
  .ttl-save {
    letter-spacing: 0.3rem;
    margin-top: 2vh;
  }
  .line {
    width: 50vw;
  }
  .faltan {
    letter-spacing: 0.5rem;
  }
  .time {
    margin: 2vh 10px 0 10px;
  }
  .contenedor-timer {
    margin-bottom: 2vh;
  }
}
.m-abajo {
  margin-bottom: 4vh;
}

.ceremonia {
  padding: 2vh 0 0 0;
}

.ceremonia .row {
  margin: 0;
}

.ceremonia .col-6 {
  padding: 0;
}

.imagen__ceremonia {
  display: flex;
  justify-content: end;
  padding-right: 3vw !important;
}

.img-ceremonia {
  width: 35vw;
  height: 85vh;
  box-shadow: 4px 4px 8px 4px #d8d8d8;
}

.line2 {
  width: 8vw;
  height: 2px;
  background-color: #fff;
  margin-bottom: 2vh;
}

.ceremonia__datos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: inherit;
}

p {
  margin: 0;
}

.rings {
  width: 50px;
  height: 50px;
  margin-bottom: 3vh;
}

.ttl-ceremonia {
  margin-bottom: 2vh;
  letter-spacing: 0.3rem;
}

.hora-ceremonia {
  margin-bottom: 3vh;
  font-size: 30px;
}

.direccion-ceremonia {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3vh;
  font-size: 20px;
}

.ceremonia__datos a {
  background-color: transparent;
  padding: 1vh 3vw;
  border: 1px solid #fff;
  border-radius: 35px;
  text-decoration: none;
  color: #fff;
}

.ceremonia__datos a:hover {
  background-color: #c7c7c7;
  border: 1px solid #c7c7c7;
  transition: 0.5s;
}

.fa-chevron-right {
  font-size: 10px;
}

.a2 {
  margin-top: -4vh;
  background-color: rgb(255, 242, 231);
}

@media (min-width: 200px) and (max-width: 991.8px) {
  .imagen__ceremonia {
    display: block;
    padding-right: 0;
    margin-bottom: 4vh;
  }
  .img-ceremonia {
    width: inherit;
  }
  .ttl-ceremonia {
    font-size: 15px;
    letter-spacing: 0.2rem;
  }
  .direccion-ceremonia {
    font-size: 12px;
    text-align: center;
  }
  .ceremonia__datos a {
    margin-bottom: 3vh;
  }
  .line2 {
    width: 25vw;
  }
  .update {
    text-align: center;
  }
  .titulo {
    font-size: 26px;
  }
}
.momentos-txt {
  width: 50vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
  font-weight: 300;
  padding: 0;
}

.momentos-txt i {
  font-size: 30px;
  margin: 2vh 0;
}

.momentos-txt p {
  margin-bottom: 0;
  line-height: 150%;
  font-size: 18px;
  letter-spacing: 0rem;
}

.ttl-momentos {
  margin-top: 8vh;
  text-transform: uppercase;
}

.img-momentos {
  background-image: url(../media/boda10.jpg);
  width: 50vw;
  height: 80vh;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.img-momentos::before {
  content: "";
  height: 80vh;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  position: absolute;
}

.sitios {
  margin-top: 4vh;
}

@media (min-width: 200px) and (max-width: 991.8px) {
  .contenedor-momentos {
    display: inherit;
  }
  .momentos-txt {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #fff;
    font-weight: 300;
    padding: 0 10vw;
    text-align: center;
  }
  .momentos-txt i {
    font-size: 30px;
    margin: 2vh 0;
  }
  .momentos-txt p {
    margin-bottom: 0;
    line-height: 150%;
    font-size: 18px;
    letter-spacing: 0rem;
  }
  .sitios {
    margin-top: 4vh;
  }
  .ttl-momentos {
    font-size: 17px;
    margin-top: 6vh;
    text-transform: uppercase;
    margin-bottom: 5vh;
  }
  .img-momentos {
    width: 100vw;
  }
}
.mesa-de-regalos {
  padding: 5vh 10vw;
}

.mesa {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.datos-bancarios {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 25vh;
  margin-top: 4vh;
  border: 1px solid #fff;
}

.datos-bancarios i {
  transform: translateY(-3vh);
}

.datos-bancarios:hover {
  cursor: pointer;
}

.hide-datos {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.grey1 {
  color: #fff;
  text-align: center;
}

.gift {
  width: 100px;
  height: 100px;
  margin-bottom: 2vh;
}

.datos {
  letter-spacing: 0.2rem;
}

.alineado {
  text-align: center;
}

.grey1 {
  padding: 0 2vw;
}

@media (min-width: 200px) and (max-width: 991.8px) {
  .mesa-de-regalos {
    padding: 2vh 3vw;
  }
  .grey1 {
    text-align: center;
    margin-bottom: 2vh;
    font-size: 13px;
  }
  .datos-bancarios {
    width: 85vw;
    padding: 0 2vw;
  }
  .mesaDeRegalos {
    letter-spacing: 0.2rem;
  }
}
.contenedor-formulario {
  padding: 1vh 25vw;
}

.indicaciones {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5vh 0 0 0;
  color: #fff;
}

.btn-confirmacion {
  display: flex;
  justify-content: end;
  color: #fff;
}

.pink {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.pink:hover {
  background-color: grey;
  border: 1px solid grey;
}

.form-group {
  margin: 4vh 0;
}

.form-control {
  border: 1px solid grey;
}

.form-group option {
  color: #797979;
}

.ph {
  color: #797979;
}

.tamano {
  font-size: 13px;
  margin-top: 4vh;
  text-align: center;
}

.icono-whats {
  color: #10989c;
  padding: 0.5vh 1vw;
  font-size: 23px;
  font-weight: 900;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s ease-in-out;
}

.icono-whats:hover {
  color: #10989c;
  transform: scale(1.2);
}

.icono-whats2 {
  color: rgb(201, 103, 119);
  padding: 0.5vh 1vw;
  font-size: 23px;
  font-weight: 900;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s ease-in-out;
}

.icono-whats2:hover {
  color: rgb(201, 103, 119);
  transform: scale(1.2);
}

.up {
  transform: translateY(5vh);
}

.no-ninos {
  text-align: center;
  padding: 0 10vw;
}

@media (min-width: 200px) and (max-width: 991.8px) {
  .envia {
    letter-spacing: 0.1rem;
    text-align: center;
    color: #797979;
  }
  .ph {
    font-size: 13px;
  }
  .contenedor-formulario {
    padding: 5vh 5vw;
  }
  .indicaciones {
    font-size: 11px;
    padding: 5vh 3vw 0 3vw;
    text-align: center;
    font-weight: 500;
  }
}
.icono-home2 {
  font-size: 30px;
  color: #fff;
  background: linear-gradient(rgb(250, 228, 210) 0%, rgb(252, 205, 164) 100%);
  position: absolute;
  z-index: 9999999;
  border-radius: 10px;
  left: 2vw;
  top: 1vh;
  display: inline-block;
  padding: 5px 10px;
}

.galeria {
  display: flex;
  justify-content: center;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.5rem;
  padding: 5vh 0;
  position: relative;
}

main:after {
  top: inherit;
  bottom: 0;
  position: relative;
  margin-top: -12px;
  transform: translateX(-100%);
  margin-left: 90px;
  width: 150px;
}

img {
  width: 100%;
}

.gallery {
  display: flex;
  padding: 10vh 5vw;
  flex-wrap: wrap;
  position: relative;
}

.btn-back {
  position: absolute;
  right: 10%;
  bottom: 1%;
}

.btn-back i {
  font-size: 13px;
}

.column {
  flex: 25%;
  padding: 5px;
}

.column img {
  margin-top: 5px;
}

@media (max-width: 768px) {
  .column {
    flex: 50%;
  }
}
@media (max-width: 500px) {
  .column {
    flex: 100%;
  }
}
.contenedor-hospedaje {
  display: flex;
  padding: 10vh 0;
  justify-content: center;
}

.contenedor-hospedaje a {
  background-color: transparent;
  padding: 1vh 2vw;
  border: 1px solid #fff;
  border-radius: 35px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

.contenedor-hospedaje a:hover {
  background-color: #c7c7c7;
  border: 1px solid #c7c7c7;
  color: #797979;
  transition: 0.5s;
}

.host {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.host img {
  width: 37vw;
  height: 85vh;
  margin: 30px;
}

.host p {
  letter-spacing: 0.1rem;
  margin-bottom: 2vh;
  font-weight: 400;
}

@media (min-width: 200px) and (max-width: 991.8px) {
  .contenedor-hospedaje {
    display: initial;
    padding: 6vh 0;
  }
  .host {
    margin-bottom: 3vh;
  }
  .host img {
    width: 90%;
    height: 55vh;
    margin: 2vh 0;
  }
  .host p {
    letter-spacing: 0;
  }
}
/* ---------SITIOS DE INTERES --------------- */
#paseos-turisticos img {
  width: 100px;
  height: 100px;
}

#paseos-turisticos h3 {
  font-weight: 400;
  text-align: center;
}

.extrainfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  overflow: hidden;
}

.extrainfo h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.1rem;
}

.extrainfo img {
  width: 50px;
  height: 50px;
}

.contenedor-restaurantes {
  padding: 5vh 0;
}

.img-restaurant {
  width: 50vw;
  height: 80vh;
}

.espacio2 {
  margin-bottom: 1vh;
}

.restaurantes {
  display: flex;
  justify-content: center;
  font-size: 30px;
  padding: 0;
  overflow-x: hidden;
}

.restaurantes2 {
  display: flex;
  justify-content: center;
  font-size: 30px;
  padding: 0;
  overflow-x: hidden;
}

.item-rest {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.restaurantes a, .restaurantes2 a {
  background-color: transparent;
  padding: 1vh 2vw;
  border: 1px solid #fff;
  border-radius: 35px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

.restaurantes a:hover {
  background-color: #c7c7c7;
  border: 1px solid #c7c7c7;
  color: #797979;
  transition: 0.5s;
}

.restaurantes2 a:hover {
  background-color: #c7c7c7;
  border: 1px solid #c7c7c7;
  color: #797979;
  transition: 0.5s;
}

@media (min-width: 200px) and (max-width: 991.8px) {
  .contenedor-restaurantes {
    padding: 0;
  }
  .restaurantes {
    display: initial;
  }
  .img-restaurant {
    width: 90vw;
    height: 70vh;
  }
  .restaurantes a {
    margin-bottom: 4vh;
  }
  .item-extra {
    margin-top: -2vh;
  }
  .espacio2 {
    font-size: 20px;
  }
  .paseos {
    font-size: 20px;
    letter-spacing: 0.2rem;
  }
  .min {
    font-size: 17px;
  }
}
.go-to-btn {
  background-color: transparent;
  padding: 1vh 3vw;
  border: 1px solid #fff;
  border-radius: 35px;
  text-decoration: none;
  color: #fff;
}

.go-to-btn:hover {
  background-color: #c7c7c7;
  border: 1px solid #c7c7c7;
  transition: 0.5s;
}

@media screen and (max-width: 991.8px) {
  .go-to-btn {
    padding: 1vh 12vw;
  }
}
.explorar {
  text-decoration: none;
  padding: 1vh 2vw 1vh 1vw;
  border-radius: 15px;
  position: absolute;
  bottom: 5%;
  right: 5%;
}

.explorar:hover {
  opacity: 1;
}

.icono {
  font-size: 18px;
  animation: movimiento 1s alternate infinite;
}

@keyframes movimiento {
  0% {
    transform: translateY(0) rotate(180deg);
  }
  100% {
    transform: translateY(5px) rotate(180deg);
  }
}/*# sourceMappingURL=boda3.css.map */