* {
  margin: 0 0 0 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

header {
  background-color: whitesmoke;
  height: 90px;
  width: 100%;
  display: flex;
  position: fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}
header .item-header a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  color: black;
  padding: 10px;
}
header .logo_espressoplace a {
  font-size: 30px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.item-header:hover {
  transform: scale(1.2, 1.2);
  transition: all 1s ease;
}

@media (max-width: 480px) {
  header {
    height: 130px;
    width: 100%;
  }
  header ul {
    height: 95;
    display: flex;
    flex-direction: column;
    padding: 0px 0px 0px 0px;
    margin-bottom: 3px;
  }
  header .item-header a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 200;
    color: black;
  }
  header .logo_espressoplace a {
    font-size: 23px;
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  }
  .item-header:hover {
    transform: scale(1.2, 1.2);
    transition: all 1s ease;
  }
}
footer {
  background-color: rgb(7, 46, 7);
  margin-top: 100px;
}
footer h2 {
  font-size: 20px;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
  margin-top: 1px;
}
footer form {
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
}
footer [type=button], footer [type=reset], footer [type=submit], footer button {
  background-color: #fff;
  color: black;
}

@media (max-width: 480px) {
  footer h2 {
    font-size: 15px;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  footer form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  [type=button], [type=reset], [type=submit], button {
    background-color: #fff;
    color: black;
  }
}
#hero {
  padding: 100px 0px 0px 0px;
  width: 100%;
  height: 400px;
  background-image: url(..//Imagenes/hero1index.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#hero h1 {
  margin-top: 60px;
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  padding: 30px 0px 0px 30px;
}
#hero p {
  font-size: 20px;
  font-weight: 40;
  margin-bottom: 50px;
  color: #fff;
  padding: 30px;
}
#hero .boton {
  background-color: rgb(7, 46, 7);
  color: #fff;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 4px;
  width: 100px;
  font-weight: 600;
  margin-left: 30px;
  margin-bottom: 100px;
}

#hero2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 90px 50px 10px 150px;
  justify-content: center;
  align-items: center;
}
#hero2 .contenedorimagenfuturo img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#hero2 .contenedortextofuturo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 15px;
  padding: 70px 20px 30px 70px;
  align-items: center;
  margin-bottom: 10px;
}
#hero2 .contenedortextofuturo h2 {
  color: black;
  text-align: left;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}
#hero2 .boton {
  background-color: rgb(7, 46, 7);
  color: #fff;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  padding: 4px 5px;
  border-radius: 4px;
  width: 100px;
  font-weight: 600;
  margin-bottom: 100px;
}

@media (max-width: 480px) {
  #hero {
    padding: 200px 10px 10px 8px;
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #hero h1 {
    font-size: 19px;
    font-weight: 700;
    padding: 5px 0px 0px 0px;
    text-align: center;
  }
  #hero p {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 10px 0px 0px 0px;
    text-align: center;
  }
  #hero .boton {
    text-align: center;
    margin-right: 30px;
  }
  #hero2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 100px 40px 40px 40px;
    justify-content: center;
    align-items: center;
  }
  #hero2 .contenedorimagenfuturo img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  #hero2 .contenedortextofuturo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 15px;
    padding: 20px 20px 20px 20px;
    align-items: center;
    margin-bottom: 10px;
  }
  #hero2 .contenedortextofuturo h1 {
    color: black;
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
  }
  #hero2 .boton {
    background-color: rgb(7, 46, 7);
    color: white;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    padding: 4px 5px;
    border-radius: 4px;
    width: 100px;
    font-weight: 600;
    margin-left: 30px;
    margin-bottom: 100px;
  }
}
#hero_menu {
  padding-top: 30px;
  width: 100%;
  height: 400px;
  background-color: rgb(7, 46, 7);
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#hero_menu h1 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  padding: 15 15;
  margin-top: 70px;
}
#hero_menu h2 {
  font-size: 18px;
  font-weight: 40;
  color: #fff;
  padding: 15 15;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 15px;
}
@media (max-width: 480px) {
  #hero_menu h1 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    padding: 25 20;
    margin-top: 110px;
    text-align: center;
  }
  #hero_menu h2 {
    font-size: 18px;
    font-weight: 100%;
    color: #fff;
    padding: 15 15;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 15px;
    text-align: center;
  }
}

#hero_menu form {
  padding: 15 15;
}

#productos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 60px 45px;
}
#productos h2 {
  color: rgb(7, 46, 7);
  text-align: center;
  font-weight: 600;
  font-size: 65px;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  #productos h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
#productos .contenedor-productos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 480px) {
  #productos .contenedor-productos {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#productos .contenedor-productos {
  width: 55%;
  text-align: center;
}
@media (max-width: 480px) {
  #productos .contenedor-productos {
    width: 75%;
  }
}
#productos .contenedor-productos img {
  width: 70%;
}
@media (max-width: 480px) {
  #productos .contenedor-productos img {
    margin-top: 70px;
    width: 90%;
  }
}
#productos .boton {
  background-color: rgb(7, 46, 7);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  margin-top: 100px;
  cursor: pointer;
}
@media (max-width: 480px) {
  #productos {
    padding: 12px;
  }
}

.boton:hover {
  transform: scale(1.2, 1.2);
  transition: all 2s ease;
}

#descargaaplicacion {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 90px 50px 10px 150px;
  justify-content: center;
  align-items: center;
}
#descargaaplicacion .contenedorimagen img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#descargaaplicacion .contenedortexto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 15px;
  padding: 90px 50px 50px 90px;
  align-items: center;
  margin-bottom: 10px;
}
#descargaaplicacion .contenedortexto h3 {
  color: rgb(7, 46, 7);
  text-align: left;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  #descargaaplicacion {
    display: flex;
    flex-direction: column;
    padding: 120px 0px 0px 0px;
    align-items: center;
  }
  #descargaaplicacion .contenedorimagen img {
    padding: 50px 50px 50px 50px;
    width: 100%;
  }
  #descargaaplicacion .contenedortexto {
    font-size: 18px;
    padding: 40px;
    text-align: left;
  }
  #descargaaplicacion .contenedortexto h3 {
    color: wheat;
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
  }
}
#encuentranos .contenedorimagen,
#encuentranos .contenedortexto {
  width: 100%;
}

#encuentranos {
  padding: 100px 0px 0px 0px;
  width: 100%;
  height: 400;
  background-color: rgb(7, 46, 7);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#encuentranos .contenedortexto h1,
#encuentranos .contenedortexto p {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 50px;
}

#encuentranos .listadobeneficios {
  width: 100%;
}

@media (max-width: 480px) {
  #encuentranos {
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
    width: 100%;
    height: 510px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #encuentranos .contenedorimagen {
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #encuentranos .contenedortexto h1,
  #encuentranos .contenedortexto p {
    padding: 100px 0px 0px 0px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    margin-top: 0px;
  }
  .contenedorimagenfuturo:hover {
    transform: translate(100px, -50px);
  }
}
#postula {
  padding: 80px 0px 0px 0px;
}
#postula .trabajaconnosotros {
  height: 40px;
  font-size: 24px;
  font-weight: 40;
  color: rgb(7, 46, 7);
  padding: 15 15;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
}
#postula p {
  font-size: 18px;
  font-weight: 40;
  color: rgb(7, 46, 7);
  padding: 5;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
}

#form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
}
#form .casillaform {
  font-size: 15px;
  font-weight: 40;
  color: rgb(156, 155, 154);
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  align-items: center;
}
#form .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg:rgb(7, 46, 7);
}

@media (max-width: 480px) {
  #postula .trabajaconnosotros {
    margin-top: 80px;
    font-size: 24px;
    font-weight: 40;
    color: black;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
  }
  #postula p {
    font-size: 18px;
    font-weight: 40;
    color: rgb(14, 14, 13);
    padding: 15 15;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
  }
  #form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #form .casillaform {
    font-size: 15px;
    font-weight: 40;
    color: rgb(156, 155, 154);
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    align-items: center;
  }
  #form [type=button], #form [type=reset], #form [type=submit], #form button {
    background-color: rgb(7, 46, 7);
    color: #fff;
  }
}

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