@font-face {
  font-family: 'Bank Gothic';
  font-style: normal;
  font-weight: normal;
  src: local('Bank Gothic'), url('../fonts/bank-gothic.woff') format('woff');
}

@font-face {
  font-family: 'HighlandGothicFLF Regular';
  font-style: normal;
  font-weight: normal;
  src: local('HighlandGothicFLF Regular'), url('../fonts/HighlandGothicFLF.woff') format('woff');
}

body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar:vertical {
  display: block;
  width: 5px;
}
  
::-webkit-scrollbar-track:vertical {
  background: transparent;
}

::-webkit-scrollbar-thumb:vertical {
  background: #000;
}

.portada {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  background-position: center 38%;
  background-repeat: no-repeat;
  background-size: cover;
  /* filter: grayscale(100%);
  -webkit-filter: grayscale(100%); */
}

.monograma-portada {
  position: absolute;
  bottom: 140px;
  right: 70px;
  width: 340px;
  /* opacity: .9; */
}

.monograma-portada img {
  width: 100%;
}

.info-portada {
  position: absolute;
  bottom: 35px;
  right: 75px;
  width: 310px;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Bank Gothic', sans-serif;
  font-size: 22px;
  color: #fff;
  text-align: center;
}

.info-portada hr {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.contador-portada,
.fecha-portada {
  width: 100%;
  color: #fff;
  text-align: center;
}

.flechas-portada {
  position: absolute;
  left: calc(50% - 15px);
  bottom: calc(10% - 15px);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 30px;
  color: #fff;
}

@media (max-width: 500px) {
  .monograma-portada {
    bottom: calc(90% - 135px);
    right: calc(50% - 135px);
    width: 270px;
  }

  .info-portada {
    bottom: calc(18% - 30px);
    right: calc(50% - 155px);
  }
}

.seccion {
  width: 100%;
  min-height: 500px;
  margin: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-color: #1d1d1d; */
  /* background-color: #474a4b; */
  color: #000;
}

.texto-seccion {
  width: 90%;
  max-width: 800px;
  font-family: 'Bank Gothic', sans-serif;
  font-size: 25px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.sombra {
  position: absolute;
  top: 0;
  left: 0;;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

/* .fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */

.fondo img {
  width: 200px;
  opacity: 0.2;
}

.texto-invitamos {
  width: 90%;
  text-align: center;
  font-size: 40px;
  font-family: 'Bank Gothic', sans-serif;  
}

.texto1 {
  width: 90%;
  max-width: 1200px;
  text-align: center;
  font-family: 'Bank Gothic', sans-serif;
  font-size: 40px;
  z-index: 2;
}

.contenedor-padres {
  width: 90%;
  max-width: 800px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-evenly;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0px 4px 4px #d6d6d6;
}

.ampersen {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}

.texto2 {
  width: 90%;
  max-width: 600px;
  margin: 0px auto;
  text-align: center;
  font-family: "Belleza", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
}

.texto3 {
  width: 90%;
  text-align: center;
  font-family: 'Bank Gothic', sans-serif;
  font-size: 30px;
  z-index: 2;
}

.texto4 {
  width: 90%;
  margin-top: 40px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 50px;
  font-weight: 700;
  z-index: 2;
}

.texto5 {
  width: 90%;
  max-width: 1200px;
  margin-top: 40px;
  text-align: center;
  font-family: 'Bank Gothic', sans-serif;
  font-size: 30px;
  z-index: 2;
}

.titulo {
  width: 90%;
  text-align: center;
  font-family: 'Bank Gothic', sans-serif;
  font-size: 40px;
  text-decoration: underline;
}

.textos {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.datos {
  width: 90%;
  max-width: 600px;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.icono-datos {
  font-size: 60px;
}

.titulo-datos {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  font-family: 'Bank Gothic', sans-serif;
  font-size: 30px;
}

.texto-datos {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}

.btn-datos {
  width: 120px;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  text-align: center;
  font-family: 'Bank Gothic', sans-serif;
  font-size: 15px;
  background-color: #1d1d1d;
  color: #fff;
  cursor: pointer;
}

.texto-niños {
  width: 90%;
  max-width: 500px;
  margin-top: 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-style: italic;
  text-align: center;
}

.mesa-regalo {
  width: 300px;
  min-height: 300px;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  align-content: space-evenly;
  justify-content: center;
  box-shadow: 0px 4px 4px #d6d6d6;
  position: relative;
}

.logo-mesa {
  width: 300px;
}

.logo-mesa img {
  width: 100%;
}

.codigo {
  position: absolute;
  top: calc(55% - 15px);
  width: 90%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  color: #6b6b6b;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 500px) {

  .texto-invitamos {
    font-size: 27px;
  }

  .texto1 {
    font-size: 22px;
  }

  .texto2 {
    font-size: 17px;
  }

  .texto3 {
    font-size: 25px;
  }

  .texto4 {
    font-size: 30px;
  }

  .texto5 {
    font-size: 20px;
  }
}

.open {
  z-index: 5;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.volumen {
  margin-bottom: 20px;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

.open.after {
  animation: disappear 1s ease-out;
  -webkit-animation: disappear 1s ease-out;
  animation-fill-mode: forwards;
}

@keyframes disappear {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

.btn-invitation {
	position: relative;
	height: 50px;
	width: 200px;
	background-image: none;
	border: none;
	border-radius: 980px;
	outline: none;
	background-color: white;
	color: black;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	cursor: pointer;
	transition: all 0.2s ease-out;
}

.loading {
	border-radius: 50px;
	width: 50px;
}

.spinner {
	display: block;
	width: 34px;
	height: 34px;
	background: transparent;
	box-sizing: border-box;
	border-top: 4px solid black;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-radius: 100%;
	animation: spin 0.6s ease-out infinite;
}

@keyframes spin {
	100% {transform: rotate(360deg)}
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

.footer {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.texto-footer {
  width: auto;
  height: auto;
  font-size: 12px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.somm-footer {
  font-size: 10px;
  font-family: 'HighlandGothicFLF Regular';
  cursor: pointer;
}