/* Estilos del footer clásico *//* ================================
   FOOTER GASEx
   Estructura, Formularios y Estilos
================================ */

/* ================================
SECCION: FOOTER
================================== */

.footer-gasex {
  background-color: #003966;
  color: #ffffff;
  padding-left: 2rem;
  /* width: 100%; */
}

.footer-contenedor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /* max-width: 1300px; */
  height: 22rem;
  margin: 0 auto;
}

.footer-texto {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
  margin-right: 2rem;
}

.footer-texto h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.footer-texto p {
  padding-left: 0em !important;
	padding-right: 0em !important;
}

.footer-texto form {
  display: flex;
  background: white;
  border-radius: 2rem;
  overflow: hidden;
  max-width: 450px;
  margin-bottom: 1rem;
}

.footer-texto input[type="email"] {
  flex: 1;
  border: none;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  outline: none;
}

.footer-texto button {
  background-color: transparent;
  border: none;
  padding: 0 1rem;
  font-size: 1.2rem;
  cursor: pointer;
  color: #00235D;
}

.footer-texto p {
  font-size: 1rem;
  line-height: 1.5;
}

.footer-imagen {
  flex: 1;
  text-align: center;
  max-width: 31.25rem;
}

.footer-imagen img {
  width: 100%;
  /* max-width: 26.317rem; */
  height: auto;
}

.mensaje-ok {
  margin-top: 0.5rem;
  color: #ffffff;
  font-weight: bold;
  display: none;
}

.mensaje {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 3.5rem;
  color: #00235D;
  font-weight: bold;
  text-align: center;
}
