* {
  margin: 0;
  padding: 0; }

body {
  background: #ffffff; }

header {
  background: #e2e3e4; }
  header .contenedor_logo_menu {
    padding: 15px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    header .contenedor_logo_menu .logo {
      width: 50%;
      flex-direction: row;
      flex-wrap: wrap;
      text-align: center; }
      header .contenedor_logo_menu .logo a {
        display: block; }
        header .contenedor_logo_menu .logo a img {
          vertical-align: top; }
    header .contenedor_logo_menu .menu {
      margin-top: 50px;
      width: 50%;
      flex-direction: row;
      flex-wrap: wrap;
      text-align: center;
      line-height: 50 px; }
      header .contenedor_logo_menu .menu a {
        color: #fff;
        margin-left: 50px;
        font-size: 30px;
        text-decoration: none;
        font-weight: bold;
        background: #418dad;
        padding: 15px 10px;
        border-radius: 5px; }
      header .contenedor_logo_menu .menu a:hover {
        background: #426f8e; }

body {
  background: #ffffff; }

.inicio {
  background: url(../img/bg.png);
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  padding: 50px;
  height: 350px; }
  .inicio .s {
    text-align: center;
    font-size: 35px;
    padding: 40px;
    color: black; }
  .inicio .contenedor-btn {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #000;
    text-align: center;
    background-color: #426f8e; }
    .inicio .contenedor-btn a {
      text-decoration: none;
      color: #ffffff;
      font-size: 20px; }

.qh {
  padding: 30px;
  height: 650px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .qh .qha {
    width: 60%;
    height: 300px; }
    .qh .qha h1 {
      margin: 10px;
      font-size: 60px;
      color: #418dad;
      text-align: center;
      border-radius: 15px;
      width: 500px; }
    .qh .qha p {
      text-align: center;
      padding: 20px;
      display: flex;
      font-size: 35px;
      flex-direction: row;
      flex-wrap: wrap; }
  .qh .especificacion {
    height: 300px;
    width: 40%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .qh .especificacion .sq-img {
      text-align: center;
      background: #426f8e;
      display: hover;
      color: #fff;
      border-radius: 5px;
      margin: 10px;
      max-width: 200px;
      padding: 50px;
      height: 200px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .qh .especificacion .sq-img p {
        font-size: 25px;
        text-align: center;
        font-weight: bold; }
    .qh .especificacion .sq-txt {
      text-align: center;
      background: #418dad;
      display: hover;
      color: #fff;
      border-radius: 5px;
      margin: 10px;
      max-width: 200px;
      padding: 50px;
      height: 200px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .qh .especificacion .sq-txt p {
        font-size: 25px;
        text-align: center;
        font-weight: bold; }

.qs {
  background: #d6d6d6;
  padding: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .qs h1 {
    margin: 10px;
    font-size: 60px;
    text-align: center;
    border-radius: 15px;
    width: 100%; }
  .qs .somos {
    width: 50%;
    flex-direction: row;
    flex-wrap: wrap; }
    .qs .somos p {
      margin-top: 10px;
      padding: 15px;
      text-align: center;
      font-size: 25px; }
  .qs .compromiso {
    width: 50%;
    flex-direction: row;
    flex-wrap: wrap; }
    .qs .compromiso p {
      padding: 15px;
      text-align: center;
      font-size: 25px; }
    .qs .compromiso li {
      font-size: 20px;
      text-align: center;
      list-style: none; }

.contacto {
  margin: auto; }
  .contacto h1 {
    margin: 10px;
    font-size: 60px;
    text-align: center;
    border-radius: 15px;
    width: 100%;
    color: #426f8e; }
  .contacto .formulario {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    .contacto .formulario input[type="text"] {
      border: 2px;
      border-style: solid;
      border-color: #95b1bf;
      border-radius: 5px;
      padding: 10px;
      font-size: 30px;
      color: silver;
      width: 40%;
      margin: 0 25px;
      margin-bottom: 15px; }
    .contacto .formulario input[type="submit"] {
      border: 2px;
      border-style: solid;
      border-color: #95b1bf;
      border-radius: 5px;
      font-size: 20px;
      color: #fff;
      display: flex;
      justify-content: center;
      max-height: 40px;
      width: 5%;
      margin: 10px;
      background: #426f8e;
      text-height: bold; }
      .contacto .formulario input[type="submit"]:hover {
        background: #418dad;
        color: #fff;
        text-height: bold; }
    .contacto .formulario textarea {
      border: 2px;
      border-style: solid;
      border-color: #95b1bf;
      border-radius: 5px;
      padding: 3px;
      font-size: 20px;
      color: silver;
      width: 80%;
      height: 100px;
      min-width: 80%;
      max-width: 80%;
      min-height: 100px;
      max-height: 150px;
      margin: 10px; }

footer {
  width: 100%;
  background: #8c8c8c;
  text-align: center; }
  footer p {
    color: white;
    font-size: 25px;
    font-weight: bold; }
    footer p a {
      text-decoration: none;
      color: #7dff65; }

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