body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif; }

h1 {
  font-size: 2em;
  color: #1a4781; }

.linea {
  position: fixed;
  top: 0;
  width: 100%;
  height: 5px;
  background-color: #1a4781;
  z-index: 20; }

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 10px 50px;
  box-sizing: border-box;
  transition: 0.5s ease;
  background-color: #fff;
  z-index: 10; }
  nav .logo {
    float: left; }
    nav .logo img {
      height: 60px;
      transition: 0.5s; }
  nav ul {
    float: right;
    margin: 0;
    padding: 0;
    display: flex; }
    nav ul li {
      list-style: none; }
    nav ul a {
      line-height: 50px;
      color: #333333;
      padding: 5px 20px;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: bold; }
    nav ul a.active {
      color: #1a4781; }
    nav ul a:hover {
      color: #1a4781; }

nav.scrolling {
  height: 180px;
  padding: 10px 80px;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.5); }
  nav.scrolling .logo a img {
    height: 165px; }
  nav.scrolling ul li a {
    line-height: 100px; }

.menu_responsive {
  display: none; }

section.intro {
  height: 100%;
  width: 100%;
  margin: 100 0 0;
  font-family: "Poppins";
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px 0 0;
  max-height: 800px;
  overflow: hidden; }
  section.intro .intro-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    height: 100%;
    width: 100%;
    height: 800px;
    width: 100%;
    background-image: url("../img/slider-2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    section.intro .intro-img h1.intro1 {
      width: 100%;
      text-align: center;
      margin: 0 0 10px;
      padding: 0;
      color: #fff;
      font-weight: 500; }
    section.intro .intro-img h1.intro2 {
      width: 100%;
      text-align: center;
      margin: 0 0 10px;
      padding: 0;
      color: #fff;
      font-weight: 900; }
  section.intro .slider-wrapper img {
    max-width: 100%; }

.servicios {
  height: 400px;
  width: 100%;
  padding: 15px 100px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box; }
  .servicios .servicios__box {
    flex: 0 0 auto;
    width: 200px;
    display: flex;
    flex-flow: column nowrap;
    margin: 20px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box; }
    .servicios .servicios__box h1 {
      color: #07385c;
      text-align: center;
      margin: 0;
      font-size: 1.8em; }
    .servicios .servicios__box img {
      width: 180px;
      height: 180px; }

section.quienes_section_1 {
  margin: 100px 0 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  text-align: center;
  align-items: center;
  justify-content: center; }
  section.quienes_section_1 h1 {
    padding: 10px 0 20px;
    margin: 0;
    font-weight: 900; }
  section.quienes_section_1 .quienes_img {
    flex: 1 1 auto;
    text-align: center;
    height: 800px;
    width: 100%;
    margin: 0 0 25px;
    background-image: url("../img/quienes-somos.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    section.quienes_section_1 .quienes_img img {
      max-width: 100%; }
  section.quienes_section_1 p {
    font-size: 1.2em;
    line-height: 1.4em;
    text-align: justify;
    margin: 0 0 15px;
    padding: 10px 150px;
    width: 80%; }

section.quienes_section_2 {
  width: 100%;
  height: 500px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background-color: #cfcfcf;
  padding: 15px 100px;
  box-sizing: border-box; }
  section.quienes_section_2 h2 {
    color: #1a4781;
    padding: 0;
    margin: 15px 0 0;
    font-weight: 900; }
  section.quienes_section_2 .quienes_section_2_icons {
    width: 300px;
    height: 100%;
    align-self: flex-start;
    text-align: center;
    margin: 0 15px; }
    section.quienes_section_2 .quienes_section_2_icons img {
      width: 200px; }
    section.quienes_section_2 .quienes_section_2_icons p {
      font-weight: 600;
      text-align: center;
      margin: 0;
      font-size: 1.15em;
      line-height: 1.25em;
      color: #333333; }

.title_productos {
  color: #07385c;
  text-align: center;
  margin: 100px 0 10px;
  font-size: 1.8em;
  margin-top: 100px;
  font-weight: 900; }

.productos {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap; }
  .productos .productos_img {
    flex: 1 1 auto;
    text-align: center;
    position: relative;
    padding: 20px;
    box-sizing: border-box; }
    .productos .productos_img h1 {
      position: absolute;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -100%);
      color: #fff;
      font-size: 2.2em;
      background-color: rgba(26, 71, 129, 0.5);
      border-radius: 4px;
      padding: 12px; }
    .productos .productos_img img {
      max-width: 100%; }
  .productos p {
    font-size: 1.2em;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 0;
    padding: 10px 150px; }
  .productos h6 {
    text-align: center;
    margin: 5px; }
  .productos .productos_section {
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    padding: 25px 50px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center; }
    .productos .productos_section .productos_section_row {
      height: 100%;
      width: 100%;
      display: flex;
      flex: 1 1 auto;
      flex-flow: row nowrap;
      justify-content: space-around;
      align-items: center; }
      .productos .productos_section .productos_section_row .productos_descripcion {
        height: 100%;
        width: 300px;
        display: flex;
        flex-flow: column nowrap;
        flex: 1 1 auto;
        margin: 15px;
        align-items: center;
        text-align: center; }
        .productos .productos_section .productos_section_row .productos_descripcion h3 {
          color: #666;
          padding: 0;
          margin: 0;
          font-size: 1.2em; }
        .productos .productos_section .productos_section_row .productos_descripcion img {
          width: 150px; }
        .productos .productos_section .productos_section_row .productos_descripcion p {
          font-size: 1em;
          line-height: 1.2em;
          text-align: center;
          margin: 0;
          padding: 0 10px;
          max-width: 350px; }

.title_contacto {
  color: #07385c;
  text-align: center;
  margin: 100px 0 10px;
  font-size: 1.8em;
  margin-top: 100px;
  font-weight: 900; }

.ubicacion {
  margin-bottom: 0;
  padding-bottom: 0; }

.direccion {
  height: 100%;
  width: 100%;
  display: flex;
  padding: 0 150px 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  line-height: 1.5em;
  margin-top: 0; }

#map {
  margin: auto;
  width: 100%;
  height: 600px;
  display: flex;
  background-image: url("../img/map.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  #map img {
    max-width: 100%; }

.container {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 5px;
  padding: 50px 0;
  max-width: 600px; }

h2 {
  text-align: center;
  padding: 18px 0 18px 0;
  font-size: 1.4em; }

input {
  margin-bottom: 20px; }

textarea {
  height: 100px;
  margin-bottom: 10px; }

input:first-of-type {
  margin-top: 20px; }

input, textarea {
  font-size: 1em;
  padding: 20px 10px 10px;
  font-family: "Source Sans Pro", arial, sans-serif;
  border: 1px solid #cecece;
  background: #d7d7d7;
  color: #FAFAFA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

button.btn_contact {
  margin-top: 15px;
  margin-bottom: 25px;
  background-color: #1a4781;
  padding: 12px 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  cursor: pointer;
  width: 80%;
  color: #fff;
  border-radius: 5px;
  border-style: none; }

button.btn_contact:hover, .button.btn_contact:hover {
  background: #1e2332; }

label.error {
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1em;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #d89c9c;
  width: 80%;
  margin: auto;
  color: #FAFAFA;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

section.une {
  height: 80vh;
  width: 100%;
  margin: 100px 0 0;
  padding-top: 80px; }
  section.une .une_info {
    height: 100%;
    padding: 25px 150px 15px;
    color: #1a4781;
    width: 100%;
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex: 0 0 auto;
    max-height: 700px; }
    section.une .une_info .une_section1 {
      display: flex;
      width: 80%;
      flex: 0 0 auto; }
      section.une .une_info .une_section1 h2 {
        font-size: 1.8em;
        font-weight: 400; }
    section.une .une_info .une_section2 {
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      align-items: center;
      flex: 0 0 auto; }
      section.une .une_info .une_section2 .une_info2 {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 25px;
        flex: 0 0 auto; }
        section.une .une_info .une_section2 .une_info2 img {
          height: 80px;
          width: 80px;
          align-self: center; }
        section.une .une_info .une_section2 .une_info2 h3 {
          margin: 0 50px 0; }
        section.une .une_info .une_section2 .une_info2 p {
          font-size: 1.1em;
          margin: 0 50px 0;
          color: #666; }
        section.une .une_info .une_section2 .une_info2 div {
          width: 600px;
          text-align: left; }

footer {
  height: 180px;
  width: 100%;
  background-color: #1e2332;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
  margin: 100px 0 0; }
  footer .footer__logos {
    height: 100px;
    padding: 10px;
    box-sizing: border-box;
    display: flex; }
    footer .footer__logos a {
      height: 100%; }
    footer .footer__logos img {
      padding: 10px;
      width: 60px; }
  footer .footer__rights {
    color: #fff;
    margin: 0;
    padding: 0 0 5px 0; }

@media (max-width: 860px) {
  nav {
    display: none; }

  .menu_responsive {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    padding: 5px 20px;
    box-sizing: border-box;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
    z-index: 10; }
    .menu_responsive .logo {
      float: left; }
      .menu_responsive .logo a img {
        height: 50px; }
    .menu_responsive .btn-menu {
      float: right;
      margin: 0;
      padding: 0; }
    .menu_responsive button:focus {
      outline: 0px dotted rgba(0, 0, 0, 0); }

  section.intro .intro-img {
    height: 400px; }

  ul {
    position: absolute;
    width: 100%;
    top: -800px;
    left: 0;
    background: #1a4781;
    float: none;
    margin: 0;
    padding: 0;
    z-index: 5;
    transition: top 0.4s ease-in-out; }
    ul li {
      width: 100%;
      list-style: none; }
      ul li a {
        height: 65px;
        display: block;
        padding: 8px 0;
        width: 100%;
        line-height: 60px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold; }
      ul li a.active {
        background-color: #1e2332; }

  ul.is-active {
    top: 60px; }

  .intro1, .intro2 {
    font-size: 1.5em; }

  .servicios {
    height: 100%;
    flex-flow: column nowrap;
    padding: 20px; }
    .servicios .servicios__box {
      margin: 0; }

  section.quienes_section_1 {
    padding: 20px 0; }
    section.quienes_section_1 .quienes_img {
      height: 300px; }
    section.quienes_section_1 p {
      padding: 10px 50px; }

  section.quienes_section_2 {
    flex-flow: column nowrap;
    height: 100%;
    padding: 20px; }
    section.quienes_section_2 .quienes_section_2_icons {
      width: 100%;
      align-self: center; }
      section.quienes_section_2 .quienes_section_2_icons img {
        width: 150px; }
      section.quienes_section_2 .quienes_section_2_icons h3 {
        padding: 0 15px; }

  .productos .productos_img h1 {
    font-size: 1.3em;
    padding: 5px; }
  .productos p {
    padding: 10px 25px; }
  .productos .productos_section .productos_section_row {
    flex-flow: column nowrap; }
    .productos .productos_section .productos_section_row .productos_descripcion p {
      text-align: center; } }
.direccion {
  padding: 0 20px 10px; }
  .direccion #map {
    width: 100%;
    height: 300px; }
  .direccion label.error {
    width: 90%; }
  .direccion input, .direccion textarea {
    width: 90%; }
  .direccion button.btn_contact {
    width: 90%; }
  .direccion .message {
    font-family: "Source Sans Pro", arial, sans-serif;
    font-size: 1.1em;
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1a4781;
    width: 80%;
    margin: auto;
    color: #FAFAFA;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
  .direccion section.une {
    display: inline-block; }
    .direccion section.une .une_info {
      height: 100%;
      padding: 25px 0; }
      .direccion section.une .une_info .une_section1 {
        margin: 0 25px; }
        .direccion section.une .une_info .une_section1 h2 {
          font-size: 1.2em;
          font-weight: 400; }
      .direccion section.une .une_info .une_section2 {
        margin: 0 25px; }
        .direccion section.une .une_info .une_section2 .une_info2 {
          flex-flow: column nowrap; }
          .direccion section.une .une_info .une_section2 .une_info2 img {
            height: 60px;
            width: 60px; }
          .direccion section.une .une_info .une_section2 .une_info2 h3 {
            margin: 0 25px 10px; }
          .direccion section.une .une_info .une_section2 .une_info2 p {
            font-size: 1em;
            margin: 0 25px 10px; }
          .direccion section.une .une_info .une_section2 .une_info2 div {
            width: 100%;
            text-align: center; }
  .direccion footer {
    margin-top: 50px; }

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