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

.bar {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: auto;
  height: 15rem;
}

/*---------------index---------------*/
/*---------------index---------------*/
/*---------------index---------------*/
.cuerpo_index {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/*------------------- Index ------------------*/
/*------------------- Index ------------------*/
/*------------------- Index ------------------*/
.contenido_card_principal {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: start;
  margin-left: 15rem;
  margin-right: 30rem;
}

.texto_card_principal {
  color: black;
  font-size: 18px;
}

.cards_index * {
  background-color: #4a6a1d;
  border-radius: 30px;
  color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cards_index * .fotos_cards_home {
  border-radius: 30px;
}

.cards_index_bottom {
  padding-top: 5rem;
}

.cards_productos {
  padding-top: 5rem;
}
.cards_productos .productos_row2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
}
.cards_productos * {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 20px;
}

.lista_puntos {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.lista_contacto .telefono {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.lista_contacto .telefono .img_telefono {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.lista_contacto .whatsapp {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.lista_contacto .whatsapp .img_whatsapp {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.lista_contacto .mail {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.lista_contacto .mail .img_mail {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

/*--------------- Contacto ---------------*/
/*--------------- Contacto ---------------*/
/*--------------- Contacto ---------------*/
.contenedor_card_contacto {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin: 4rem;
}
.contenedor_card_contacto .card_contacto {
  width: 500px;
  background-color: #4a6a1d;
  border-radius: 30px;
  color: white;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.contenedor_card_contacto .card_contacto .cuerpo_carta_contacto {
  width: 430px;
}
.contenedor_card_contacto .card_contacto .img_card_contacto {
  border-radius: 30px;
}

.cards_productos * {
  color: #4a6a1d;
}

.texto_quienes_somos {
  padding-top: 60px;
}

.texto_atencion {
  padding-top: 60px;
}

.texto_contacto {
  padding-top: 40px;
  padding-left: 30px;
}

.textos_carta {
  padding-left: 30px;
  padding-right: 20px;
}

.lista_redes {
  display: inline-block;
}

.contenedor_footer {
  height: 10rem;
  background-color: #1e1d1d;
}
.contenedor_footer .contenedor_info_footer {
  margin: auto;
  padding-top: 50px;
}
.contenedor_footer .contenedor_info_footer .contenedor_logo_footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.contenedor_footer .contenedor_info_footer .contenedor_logo_footer .logo_foter {
  width: 15x;
}
.contenedor_footer .contenedor_info_footer .texto_redes {
  color: white;
}
.contenedor_footer .contenedor_info_footer .botones * {
  border-radius: 25px;
  width: 52px;
  height: 52px;
  background-color: rgb(70, 70, 70);
  border-color: #1e1d1d;
  padding-top: 5px;
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 0px;
}
.contenedor_footer .contenedor_info_footer .botones * .iconos_footer {
  border-radius: 1px;
  width: 35px;
  height: 35px;
  margin: 0;
}
.contenedor_footer .contenedor_info_footer .botones * .icono_fb {
  width: 25px;
}

.contenedor_btn_submit {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.contenedor_btn_submit .boton_submit {
  background-color: grey;
  border: grey;
}

@media (min-width: 1023px) {
  .secciones_nav {
    padding-left: 20%;
  }
  .barra_de_navegacion {
    height: 6rem;
  }
  .barra_de_navegacion .int_barra {
    max-width: 80%;
  }
  .contenedor_info_footer {
    margin: auto;
    padding-top: 50px;
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .contenido_card_principal {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: start;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (max-width: 768px) {
  * {
    max-width: 768px;
  }
  .logo_card {
    width: 300px;
  }
  .img_principal {
    height: 500px;
    width: auto;
  }
  .texto_quienes_somos {
    padding-top: 10px;
  }
  .texto_atencion {
    padding-top: 10px;
  }
  .texto_contacto {
    padding-top: 10px;
    padding-left: 10px;
  }
  .lista_contacto {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .contenedor_footer {
    height: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .contenedor_footer .contenedor_info_footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .contenedor_footer .contenedor_info_footer .logo_redes_footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .contenedor_card_contacto {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 1rem;
  }
  .contenedor_card_contacto .card_contacto {
    width: 500px;
    background-color: #4a6a1d;
    border-radius: 30px;
    color: white;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .contenedor_card_contacto .card_contacto .cuerpo_carta_contacto {
    width: 90%;
  }
  .contenedor_card_contacto .card_contacto .img_card_contacto {
    border-radius: 30px;
  }
}
.popup {
  width: 53%;
  position: fixed;
  margin: auto;
  left: 24%;
  top: 20%;
  z-index: 1;
}
.popup .img_popup {
  width: 100%;
  margin: 0%;
  padding: 0px;
}

.toast {
  background-color: transparent;
}
.toast .toast-body {
  padding: 0%;
}
.toast .boton_cerrar {
  position: fixed;
  left: 74%;
  top: 22%;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.6745098039);
}/*# sourceMappingURL=styles.css.map */