html, body {
  height: 100%; }

a, a:hover {
  text-decoration: none;
  color: inherit; }

li {
  list-style: none; }

h1 {
  font-size: 35px;
  font-weight: 200; }

h2 {
  font-size: 25px;
  font-weight: 300; }

h3 {
  font-size: 20px;
  font-weight: 300; }

h4 {
  font-size: 18px;
  font-weight: 300; }

h5 {
  font-size: 15px;
  font-weight: 300; }

section {
  font-family: "Work Sans", sans-serif; }
  section strong {
    font-weight: 600; }

.section-main {
  width: auto;
  background-image: url(imagenes/fondo.png);
  background-size: cover;
  height: 100%; }
  .section-main h2, .section-main h3 {
    color: #fff; }

.fixed {
  background-color: #FFF;
  width: 100%;
  height: 72px;
  position: fixed;
  z-index: 100; }

.logo {
  position: absolute;
  left: 50%;
  margin-left: -45px;
  margin-top: 4px; }

.fixed2 {
  position: fixed;
  z-index: 100;
  right: 10px;
  bottom: 10px;
  display: none; }

.margenSec-main {
  margin-top: 145px;
  color: #fff; }

.textintro {
  font-size: 35px;
  font-weight: 300; }

.sesion {
  background-color: #6699ff;
  shadow: 10%;
  border-radius: 10px;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 88px -14px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 0px 0px 88px -14px rgba(0, 0, 0, 0.61);
  box-shadow: 0px 0px 88px -14px rgba(0, 0, 0, 0.61);
  padding: 15px;
  text-align: center; }
  .sesion p {
    font-size: 20px;
    color: #000;
    margin-bottom: 30px; }

.login form {
  width: 250px !important; }
.login input {
  width: 250px;
  height: 40px;
  text-align: center; }
.login button {
  background-color: #10cfbf;
  font-weight: 600; }

.section-oculta {
  display: none; }

/*--SECCION Beneficios --- */
.seccionBeneficios {
  background: #A1FFCE;
  background: -webkit-linear-gradient(to right, #FAFFD1, #A1FFCE);
  background: linear-gradient(to right, #FAFFD1, #A1FFCE); }

.listacentrada {
  text-align: center;
  padding: 0px; }
  .listacentrada h1 {
    font-weight: 200;
    font-size: 40px;
    margin-top: 80px; }

.lista p {
  width: 200px; }
.lista img {
  margin: 40px; }
.lista h4 {
  font-weight: 300; }

.centrado, .iconos, .lista {
  text-align: center;
  display: inline-block;
  margin-right: 15px; }

.iconos:hover {
  transform: scale(1.25);
  -ms-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transition: 1.3s ease-in-out;
  -ms-transform: 1.3s ease-in-out;
  -webkit-transform: 1.3s ease-in-out; }

.lista > img, .lista > h4, .lista > p {
  display: list-item; }

/*--SECCION 2--- */
.seccionBeneficios h4, .seccionMaytag h4 {
  color: #424242 !important; }

.seccionMaytag {
  background-image: url(imagenes/fondo2.png);
  background-size: cover;
  height: 100%; }
  .seccionMaytag h1 {
    font-weight: 200;
    font-size: 40px;
    margin-top: 50px; }

/*--SECCION BENEFICIOS 2--- */
.seccionBeneficios2 {
  text-align: center;
  background: #A1FFCE;
  background: -webkit-linear-gradient(to right, #FAFFD1, #A1FFCE);
  background: linear-gradient(to right, #FAFFD1, #A1FFCE);
  height: auto; }
  .seccionBeneficios2 h1 {
    font-weight: 200;
    font-size: 40px;
    margin-top: 80px;
    text-align: center; }
  .seccionBeneficios2 p {
    font-size: 15px;
    font-weight: 300; }
  .seccionBeneficios2 .col-lg-4 {
    padding: 0px 60px; }
  .seccionBeneficios2 .imgocultaplaneta {
    display: none; }

/*--SECCION EQUIND--- */
.seccionEquind {
  text-align: center;
  background-image: url(imagenes/fondo3.png);
  background-size: cover;
  height: 100%; }
  .seccionEquind h1 {
    font-weight: 200;
    font-size: 40px;
    margin-top: 80px; }
  .seccionEquind .equind {
    margin-top: 40%; }

/*--SECCION 3--- */
/*--FORM--- */
.section3 {
  background-color: #10cfbf;
  color: #fff; }
  .section3 .informacion {
    text-align: left; }
  .section3 h3 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    line-height: 50px;
    margin-top: 40px; }
  .section3 .logoBlanco {
    margin-top: 60px; }
  .section3 h1 {
    margin-top: 80px; }

.container4 {
  text-align: center; }

.boton {
  width: 240px;
  margin-top: 20px; }

.formularioContacto {
  width: 380px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  color: #FFF; }
  .formularioContacto input {
    width: 380px;
    height: 35px;
    padding-left: 10px;
    margin-bottom: 10px; }
  .formularioContacto textarea {
    width: 380px;
    height: 200px;
    padding-left: 10px;
    margin-bottom: 10px; }
  .formularioContacto .textoform {
    color: #000; }

.enviar {
  width: 100px;
  height: 45px;
  background-color: #6699ff;
  color: #fff; }

/*-----MODAL---- */
.modal-body h2, .modal-body h3 {
  text-align: center; }

.footer {
  height: 50px;
  background-color: #555759;
  margin: 0px; }

.footertext {
  font-size: 12px;
  width: 100%;
  text-align: center;
  margin: auto;
  padding-top: 18.5px;
  color: #fff;
  font-weight: 200; }

.maytag-responsive {
  display: none; }

@media (max-width: 1200px) {
  .login input {
    width: 230px; } }
@media (max-width: 1120px) {
  .login form {
    width: 250px !important; }
  .login input {
    width: 200px;
    font-size: 13px; }

  .textintro {
    font-size: 30px; }

  .section-main {
    background-image: url(imagenes/fondo-responsive.png);
    background-size: cover;
    height: 100%; }

  .light {
    font-size: 18px; } }
@media (max-width: 992px) {
  .lista img {
    margin: 40px 0px; }

  .seccionMaytag {
    background-image: url(imagenes/fondo2-responsive.png);
    background-size: cover;
    height: 100%; }
    .seccionMaytag h1 {
      font-size: 30px; }
    .seccionMaytag h3 {
      font-size: 18px; }

  .seccionEquind {
    background-image: url(imagenes/fondo3-responsive.png);
    background-size: cover;
    height: 100%; }

  .textorelleno {
    display: none; }

  .contacto {
    padding-left: 100px; }

  .section3 h3 {
    text-align: left; }
  .section3 h4 {
    font-size: 15px; } }
@media (max-width: 868px) {
  .textintro {
    font-size: 25px; }

  .light {
    font-size: 16px; } }
@media (max-width: 768px) {
  .intro {
    display: none; }

  .textintro {
    font-size: 32px; }

  .margenSec-main {
    margin-top: 15%; }

  .container2 {
    margin-left: 50px; }

  .light {
    font-size: 17px; }

  .section-main {
    background: #A1FFCE;
    background: -webkit-linear-gradient(to right, #FAFFD1, #A1FFCE);
    background: linear-gradient(to right, #FAFFD1, #A1FFCE);
    height: 85%; }

  .section-oculta {
    display: block;
    width: auto;
    background-image: url(imagenes/fondo-responsive.png);
    background-size: cover;
    height: 100%; }
    .section-oculta h2, .section-oculta h3 {
      color: #fff; }

  .login form {
    width: 250px !important; }
  .login input {
    width: 200px;
    font-size: 13px; }

  .seccionEquind .equind {
    margin-top: 20%; }

  .container4 {
    margin-left: 50px; }

  .contacto {
    padding-left: 30px; }

  .seccionMaytag {
    background-image: url(imagenes/fondo2-responsive2.png);
    background-size: cover;
    height: 100%; } }
@media (max-width: 714px) {
  .formularioContacto {
    width: 300px; }
    .formularioContacto input {
      width: 300px; }
    .formularioContacto textarea {
      width: 300px; } }
@media (max-width: 576px) {
  .sesion {
    width: 60%;
    margin: 50px auto; }

  .section-oculta {
    background-image: url(imagenes/fondo-responsive2.png);
    background-size: cover;
    height: 100%; }

  .imgocultaplaneta {
    display: block !important;
    margin: auto; }

  .imgoculta {
    display: none; }

  .container-fluid {
    width: auto; }

  .container2 {
    margin-left: 20px; }

  .container4 {
    margin-left: 0px; }

  .section3 .informacion, .section3 h3 {
    text-align: center; }

  .seccionMaytag {
    background-image: url(imagenes/fondo2-responsive3.png);
    background-size: cover;
    height: 100%; }
    .seccionMaytag h3 {
      font-size: 15px; }

  .maytag-responsive {
    display: block; }

  .maytag {
    display: none; } }
/* NAVEGADOR DROPDOWN */
nav {
  position: absolute;
  right: 20px;
  top: 20px; }
  nav ul {
    display: inline-flex; }
  nav li {
    display: inline-block;
    text-align: center;
    margin: auto; }
  nav .btn {
    width: 161px; }

.menu {
  padding-right: 20px; }

.dropdown {
  background-color: #74a1fc;
  border-radius: 0.25rem; }

.dropdown-item {
  text-align: right; }

.dropdown-menu {
  background-color: transparent; }

div.dropdown-menu.show {
  position: absolute;
  transform: translate3d(-55px, 55px, 0px); }

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