body {
  background-color: rgb(155, 197, 230);
}

h4 {
  color: rgb(255, 4, 4);
}

p {
  color: rgb(0, 0, 0);
}

label {
  margin-bottom: 10px;
}

.formularioh4 {
  font-size: 1rem !important;
}

.formularioParrafo {
  font-size: 0.85rem;
}

.formularioButton {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
}

.form__contact {
  color: #ffffff;
  background-color: rgb(0, 0, 0);
  border-radius: 5px;
  margin: 5rem auto 5rem;
  width: 310px;
  box-shadow: 0px 5px 5px rgba(29, 29, 29, 0.377), 0px -5px 5px rgba(32, 32, 32, 0.329);
}
.form__contact i {
  font-size: 1.5rem;
}

.contact__h5 {
  font-weight: bold;
}

.modalContainer {
  height: 100vh;
  width: 100%;
  background-color: rgb(0, 0, 0);
  background-size: contain;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.modalActive {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}

.modalForm {
  color: rgb(0, 0, 0);
  background-color: #ffffff;
  background-size: contain;
  width: 300px;
  border-radius: 0.5rem;
  text-align: center;
  padding: 1rem;
  margin: auto;
}
.modalForm button {
  border: none;
}
.modalForm button .fas {
  font-weight: bold;
  font-size: 2rem;
}
.modalForm h5 {
  font-size: 1rem;
}

.servOfrecidos {
  color: rgb(99, 221, 12);
  background-color: rgb(99, 221, 12);
}

.form-check-input:checked {
  background-color: rgb(255, 4, 4);
  border-color: #ffffff;
}

.formuario__label {
  display: block;
  font-weight: 1.5rem;
  padding: 1rem;
  cursor: pointer;
}

.formulario__entrada {
  margin: 1rem 0rem;
}

.formulario__entrada-input {
  position: relative;
}

.formulario__input {
  width: 100%;
  background-color: #ffffff !important;
  border: 0.25rem solid transparent;
  border-radius: 0.35rem;
  height: 2.5rem;
  line-height: auto;
  padding: 0 3rem 0 1rem;
  transition: 0.3s ease all;
}

.formulario__input--mensaje {
  width: 100%;
  background-color: #ffffff;
  border: 0.25rem solid transparent;
  border-radius: 0.35rem;
  height: 5rem;
  line-height: auto;
  padding: 0 3rem 0 1rem;
  transition: 0.3s ease all;
}

.formulario__input--mensaje:focus {
  border: 0.3rem solid rgb(99, 221, 12);
  outline: none;
}

.formulario__input:focus {
  border: 0.1rem solid rgb(99, 221, 12);
  outline: none;
}

.formulario__input-error {
  font-size: 0.75rem;
  margin-bottom: 0;
  margin-top: 10px;
  display: none;
  color: rgb(255, 4, 4);
}

.formulario__input-error-activo {
  display: block;
}

.formulario__validacion-estado {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  z-index: 100;
  font-size: 16px;
  opacity: 0;
}

.formulario__mensaje {
  height: auto;
  align-items: center;
  text-align: center;
  margin: auto;
  background-color: rgb(255, 4, 4);
  padding: 5px 0px 10px;
  border-radius: 3px;
  display: none;
  color: #ffffff;
  margin-top: -20px;
  margin-bottom: 40px;
}

.formulario__mensaje i.fa-exclamation-triangle {
  font-size: 1rem;
}

.formulario__mensaje-activo {
  display: block;
}

.formulario__mensaje p {
  padding: 5px;
}

.formulario__entrada-correcto .formulario__validacion-estado {
  color: rgb(99, 221, 12);
  opacity: 1;
}

.formulario__entrada-incorrecto .formulario__label {
  color: rgb(255, 4, 4);
  margin-bottom: 5px;
}

.formulario__entrada-incorrecto .formulario__validacion-estado {
  color: rgb(255, 4, 4);
  opacity: 1;
}

.formulario__entrada-incorrecto .formulario__input {
  border: 2px solid rgb(255, 4, 4);
  box-shadow: none;
}

.recibir__novedades:focus {
  background-color: rgb(99, 221, 12);
  color: #ffffff;
}

.btn {
  background-color: rgb(26, 175, 209);
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}

.btn:hover {
  background-color: rgb(11, 118, 143);
  color: #ffffff;
}

@media only screen and (min-width: 767px) {
  .form__contact {
    width: 26rem;
    margin: 80px auto;
  }
  .formulario__mensaje {
    height: auto;
    padding: 20%;
    align-items: center;
    text-align: center;
    margin: auto;
    background-color: rgb(255, 4, 4);
    padding: 5px 10px 10px;
    border-radius: 3px;
    display: none;
    color: #ffffff;
    margin-top: -20px;
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=index.css.map */