.encabezado {
  background-image: url(../assets/img/bodafondo2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  position: sticky;
}

.navbar {
  font-family: "Bitcount Single", system-ui;
  background-color: transparent !important;
}

main {
  font-family: "Roboto Condensed", sans-serif;
}

h1 {
  color: rgb(44, 44, 44);
  text-align: center;
}

.contenedor {
  display: flex;
  justify-content: center;
  align-items: center;
}

.texto h2 {
  font-size: 140px;
}

.separador {
  border: none;
  border-top: 2px solid #ccc;
}

.contenedor-carta {
  background-color: #9c916b;
}

.contenedor-carta h3 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
  color: #ffffff;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.item-servicio {
  width: 250px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
}

.item-servicio img {
  width: 50px;
  margin-bottom: 15px;
}

.item-servicio h4 {
  margin-bottom: 10px;
  font-size: 20px;
}

.item-servicio p {
  font-size: 14px;
  line-height: 1.4;
}

.publicidad h3 {
  text-align: center;
}

.calesita {
  width: 60%;
  margin: 10px auto;
}

.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 30px;
  right: 20px;
  background-color: #ffffff;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.float:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #1ab152;
}

.my-float {
  margin-top: 16px;
}

.redes-sociales {
  display: flex;
  justify-content: space-between;
  width: 15%;
  height: 15%;
  align-items: center;
}

.nosotros-nosotros {
  background-color: #9c916b;
}

.nosotros-nosotros img {
  width: 100%;
  height: 500px;
}

.nosotros-nosotros p {
  color: #ffffff;
  font-size: 15px;
}

.titulo {
  background-image: url(../assets/img/fondoboda.jpg);
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
}

.titulo h1 {
  color: #ffffff;
}

.imagen-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.imagen-scroll img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
}

.preboda {
  border: #000000 solid;
  height: 550px;
  width: 1286px;
  position: relative;
  margin-left: 2.7%;
  background-color: #ffffff;
}

.preboda h3 {
  position: absolute;
  top: 30%;
  text-align: center;
  color: #ffffff;
  margin-right: 40%;
  margin-left: 45%;
  text-shadow: 3px 3px 5px rgb(0, 0, 0);
}

.preboda p {
  position: absolute;
  top: 40%;
  text-align: center;
  color: #ffffff;
  margin-left: 30%;
  margin-right: 30%;
  text-shadow: 2px 2px 4px rgb(0, 0, 0);
}

.contenedor-boda {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 45%;
  margin-top: 5%;
}

.item img {
  width: 80%;
  height: auto;
  margin-top: 5%;
}

.ceremonia img {
  margin-left: 15%;
  margin-top: 5%;
  width: 70%;
  position: relative;
}

.caja1 h3 {
  position: absolute;
  text-align: center;
  left: 45%;
  top: 300%;
  color: #ffffff;
  text-shadow: 3px 3px 5px black;
}

.caja1 p {
  position: absolute;
  text-align: center;
  top: 310%;
  left: 40%;
  right: 40%;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgb(0, 0, 0);
}

@media (max-width: 768px) {
  .encabezado {
    height: 300px;
  }
  .texto h2 {
    font-size: 50px;
    margin: 10px;
  }
  .contenedor {
    flex-direction: column !important;
    padding: 0 10px;
    gap: 20px;
  }
  .video {
    width: 100%;
    max-width: 500px;
  }
  .video video {
    width: 100%;
    height: auto;
  }
  .contenedor-carta h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .grid {
    gap: 20px;
  }
  .item-servicio {
    width: 90%;
    max-width: 300px;
    padding: 15px;
  }
  .item-servicio img {
    width: 40px;
    margin-bottom: 10px;
  }
  .item-servicio h4 {
    font-size: 18px;
  }
  .item-servicio p {
    font-size: 12px;
  }
  .calesita {
    width: 100%;
    margin: 10px 0;
  }
  .float {
    width: 40px;
    height: 40px;
    font-size: 24px;
    bottom: 20px;
    right: 15px;
  }
  .redes-sociales {
    width: 60%;
    justify-content: center;
    gap: 10px;
  }
  .nosotros-nosotros img {
    height: auto;
  }
  .nosotros-nosotros p {
    font-size: 13px;
    margin: 0 10px;
  }
  .titulo h1 {
    font-size: 24px;
    padding: 0 10px;
  }
  .preboda {
    position: relative;
    align-items: center;
    width: 100%;
    margin: auto;
    border: none;
    height: 200px;
  }
  .preboda img {
    width: 100%;
    height: auto;
    position: static;
  }
  .preboda h3 {
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 180px;
    right: auto;
    text-align: center;
  }
  .preboda p {
    position: absolute;
    margin: 0 auto;
    top: 40px;
    left: auto;
    right: auto;
    text-align: center;
  }
  .contenedor-boda {
    flex-direction: column;
    gap: 10px;
    padding: 0 10px;
  }
  .item {
    max-width: 100%;
    margin-top: 20px;
  }
  .item img {
    width: 100%;
    margin-top: 10px;
  }
  .ceremonia img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
    margin-top: 10px;
  }
  .caja1 p {
    position: absolute;
    margin: 0 auto;
    top: 1760px;
    left: auto;
    right: auto;
    font-size: 14px;
    padding: 0 10px;
  }
  .caja1 h3 {
    position: absolute;
    margin: 0 auto;
    top: 1720px;
    left: 180px;
    right: auto;
    font-size: 14px;
    padding: 0 10px;
  }
  .ubicacion iframe {
    width: 100%;
  }
  .titulo {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .titulo h1 {
    color: #ffffff;
  }
} 

/*# sourceMappingURL=estilo.css.map */
