* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --colorTitulos: #ffa500;
  --colortextos: #ffffff;
  --colorbotones: #ffa500;
  --colorfondo: #000;
  --paddingsecciones: 60px 0;
  --marginelementos: 40px;
}

body {
  font-family: "Lato", sans-serif;
}

.contenedor {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: var(--paddingsecciones);
}

/* Menu */
.menu-navegacion {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  width: 100%;
  background-color: #000;
}

.logo {
  height: 100px;
}

.logo img {
  display: block;
  height: 100%;
  width: auto;
  margin-left: 50px;
}

.enlaces li {
  list-style: none;
  display: inline-block;
}

.enlaces a {
  text-decoration: none;
  color: white;
  padding-left: 15px;
}

/* Hero*/
.hero {
  height: 500px;
  background-position: center;
  background-size: contain;
  background-attachment: fixed;
  text-align: center;
  font-family: "roboto slob", serif;
}

.contenedorPrincipal {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contenedor-textos {
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: auto;
}

.hero h1 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #ffffff;
}

.hero p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #ffffff;
}

.boton {
  width: 150px;
  display: block;
  margin: 0 auto;
  padding: 15px 0;
  background: var(--colorbotones);
  color: #000;
  text-decoration: none;
  border-radius: 20px;
}

/* Main*/
.titulo-seccion {
  text-align: center;
  font-size: 35px;
  color: var(--colortextos);
}

.copy {
  text-align: center;
  color: var(--colorbotones);
  margin: 20px 0;
}

.beneficios {
  padding-top: var(--marginelementos);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.beneficio1 {
  font-size: 20px;
  width: 10em;
  height: 10em;
  background-image: url(../img/WhatsApp\ Image\ 2023-06-09\ at\ 12.20.47.jpeg);
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 40px;
}

.beneficio1 h3 {
  font-family: "EB Garamond", serif;
  font-family: "Pacifico", cursive;
  color: #fd3f04;
}

.contenido {
  background: 0;
}

.contenedor-imagenes {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.contenedor-imagenes img {
  display: block;
  width: 40%;
  box-shadow: 0 0 30px rgb(0, 0, 0);
  margin-bottom: var(--marginelementos);
}

.titulo-seccion {
  margin: 20px;
  color: #ffffff;
  font-family: "EB Garamond", serif;
  font-family: "Pacifico", cursive;
}

main {
  background-image: url(../img/WhatsApp\ Image\ 2023-06-09\ at\ 14.55.10.jpeg);
}

footer .titulo-seccion {
  color: var(--colorTitulos);
}

footer .copy {
  color: #ffa500;
}

footer {
  width: 100%;
  height: 9%;
  background-color: #000;
  color: #ffa500;
  margin-top: 1px;
  display: flex;
  justify-content: center;
}

iframe {
  width: 100%;
  height: 350px;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: 25px;
}

.contenido2 {
  display: flex;
  flex-direction: column;
}

.contenido2 h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.contenido2 {
  text-align: center;
}

@media screen and (max-width: 800px) {
  .menu-navegacion {
    flex-direction: column;
    height: 120px;
    justify-content: space-evenly;
    margin-top: 1px;
  }
}
.hero h1 {
  font-size: 29px;
  margin-top: 50px;
}

.hero p {
  font-size: 18px;
  font-weight: 400;
}

.boton {
  margin-bottom: 50px;
}

.beneficios {
  margin-bottom: 40px;
}

.contenedor-imagenes {
  width: 90%;
}

.copy {
  margin-bottom: 10px;
}

.h3 {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.text-center {
  text-align: center !important;
}

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