@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

/*-- Fuentes --*/
/*-- Colores --*/
/*-- Contenedores --*/
/*-- fondo gradiente --*/
.backgradient, #clientes {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b4079+0,a50e2b+60,a50e2b+100 */
  background: #1b4079;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #1b4079 0%, #a50e2b 60%, #a50e2b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #1b4079 0%, #a50e2b 60%, #a50e2b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #1b4079 0%, #a50e2b 60%, #a50e2b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b4079', endColorstr='#a50e2b',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

/*-- Size p --*/
/*-- Subrayado titulos --*/
/*-- botones --*/
body * {
  font-family: "Titillium Web", sans-serif; }
body h1 {
  font-size: 55px;
  line-height: 62px;
  color: white;
  font-weight: 700; }
body h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px; }
body h3 {
  font-size: 16px;
  line-height: 20px;
  color: #365589;
  font-weight: 700; }
body .container {
  width: 75%;
  margin: auto; }
body #div_nav.scrolled {
  background-color: #2d4671 !important;
  transition: background-color 200ms linear;
  border-bottom: 1px solid #2d4671; }

/*--------------------------------------------- header -*/
header {
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box; }
  header #div_nav {
    height: 70px;
    border-bottom: 1px solid white;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10; }
    header #div_nav nav {
      padding: 25px 0;
      display: flex;
      justify-content: space-between; }
      header #div_nav nav ul li {
        display: inline-block;
        padding: 0 25px; }
        header #div_nav nav ul li a {
          font-size: 16px;
          color: white;
          display: inline-block; }
        header #div_nav nav ul li a:after {
          content: "";
          display: block;
          background: white;
          height: 1px;
          width: 10px;
          margin-top: 5px;
          transition: width 0.8s;
          transition-timing-function: ease; }
      header #div_nav nav ul li:last-child {
        padding: 0 0 0 25px; }
      header #div_nav nav ul li:hover a:after {
        width: 100%; }
    header #div_nav #nav_mobile {
      display: none; }
  header #div_text #text_banner {
    padding-top: 130px; }
    header #div_text #text_banner div {
      padding-top: 35px; }
  header #div_text #float_areas {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    top: 45px;
    padding: 35px;
    box-sizing: border-box;
    background: white;
    border-bottom: 1px solid #B2B2B2; }
    header #div_text #float_areas article {
      display: flex;
      justify-content: space-between;
      padding-right: 10px; }
      header #div_text #float_areas article div:last-child {
        margin-left: 15px; }
        header #div_text #float_areas article div:last-child p {
          font-size: 14px;
          line-height: 18px;
          color: #656565; }
    header #div_text #float_areas article:last-child {
      padding-right: 0; }

/*-------------------------------------------- servicios -*/
#servicios {
  margin-top: 95px; }
  #servicios div {
    text-align: center; }
    #servicios div h2 {
      color: #EA0017; }
    #servicios div h2:after {
      content: "";
      display: block;
      background: #EA0017;
      height: 3px;
      width: 20px;
      margin-top: -4px; }
    #servicios div p {
      font-size: 20px;
      line-height: 28px;
      color: #656565;
      margin-bottom: 50px; }
    #servicios div #div_serv {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding-bottom: 50px; }
      #servicios div #div_serv article {
        width: 33%;
        padding-right: 20px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        padding-bottom: 30px; }
        #servicios div #div_serv article div {
          text-align: left; }
          #servicios div #div_serv article div p, #servicios div #div_serv article div span {
            font-size: 16px;
            line-height: 22px;
            color: #656565;
            margin-bottom: 0; }
          #servicios div #div_serv article div span {
            color: #EA0017; }
          #servicios div #div_serv article div img {
            width: 40px;
            height: 40px; }
        #servicios div #div_serv article div:last-child {
          padding-left: 10px; }
      #servicios div #div_serv article:last-child {
        padding-bottom: 0; }

/*--------------------------------------- infraestructura -*/
#infra {
  background-image: url(../images/infra.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 70px 0;
  box-sizing: border-box; }
  #infra div {
    text-align: center; }
    #infra div h2 {
      color: white; }
    #infra div h2:after {
      content: "";
      display: block;
      background: white;
      height: 3px;
      width: 20px;
      margin-top: -4px; }
    #infra div p {
      font-size: 20px;
      line-height: 28px;
      color: white;
      margin-bottom: 10px; }

/*-------------------------------------------  empresa  -*/
#empresa {
  padding: 70px 0;
  box-sizing: border-box; }
  #empresa div {
    text-align: center; }
    #empresa div h2 {
      color: #365589; }
    #empresa div h2:after {
      content: "";
      display: block;
      background: #365589;
      height: 3px;
      width: 20px;
      margin-top: -4px; }
    #empresa div p {
      font-size: 20px;
      line-height: 28px;
      color: #656565; }

/*-------------------------------------------  clientes -*/
#clientes {
  text-align: center; }
  #clientes div #triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 50px 0 50px;
    border-color: white transparent transparent transparent;
    margin: auto;
    margin-bottom: 40px; }
  #clientes div h2 {
    color: white;
    margin-bottom: 50px; }
  #clientes div h2:after {
    content: "";
    display: block;
    background: white;
    height: 3px;
    width: 20px;
    margin-top: -4px; }
  #clientes div .div_clientes {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px; }
    #clientes div .div_clientes div img {
      height: 60px;
      width: auto; }
  #clientes div .div_clientes:last-child {
    padding-bottom: 70px; }

/*-------------------------------------------  contacto -*/
#contacto div {
  padding: 70px 0; }
  #contacto div div {
    padding: 0;
    display: inline-block;
    width: 49%; }
  #contacto div #mapagoogle {
    position: relative; }
    #contacto div #mapagoogle iframe {
      position: absolute;
      width: 100%;
      height: 505px;
      padding-right: 25px;
      box-sizing: border-box; }
  #contacto div #form {
    padding-left: 25px;
    box-sizing: border-box; }
    #contacto div #form h2 {
      color: #365589; }
    #contacto div #form h2:after {
      content: "";
      display: block;
      background: #365589;
      height: 3px;
      width: 20px;
      margin-top: -4px; }
    #contacto div #form p {
      font-size: 20px;
      line-height: 28px;
      color: #656565;
      margin-bottom: 25px; }
    #contacto div #form form input, #contacto div #form form textarea {
      font-family: "Titillium Web", sans-serif;
      font-size: 14px;
      display: inline-block;
      width: 100%;
      margin-bottom: 15px;
      padding: 10px;
      border: 1px solid #B2B2B2;
      box-sizing: border-box; }
    #contacto div #form form input::placeholder, #contacto div #form form textarea::placeholder {
      color: #B2B2B2; }
    #contacto div #form form textarea {
      margin-bottom: 20px;
      height: 80px; }
    #contacto div #form form input[type="submit"] {
      width: 160px;
      border: none;
      color: white;
      font-size: 16px;
      background: #365589;
      font-weight: 700; }
    #contacto div #form form input[type=number]::-webkit-inner-spin-button,
    #contacto div #form form input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 0; }

/*-------------------------------------------  footer -*/
footer {
  background: #2d4671; }
  footer a {
    color: white; }
  footer div:first-child {
    background: #365589; }
    footer div:first-child div {
      padding: 30px 0; }
      footer div:first-child div article {
        text-align: left;
        display: inline-block;
        width: 33%;
        border-left: 1px solid white;
        padding: 0 0 0 20px;
        box-sizing: border-box; }
        footer div:first-child div article img {
          margin-bottom: 15px; }
        footer div:first-child div article p {
          font-family: "Titillium Web", sans-serif;
          font-size: 14px;
          line-height: 20px; }
        footer div:first-child div article ul li a {
          display: inline-block;
          font-family: "Titillium Web", sans-serif;
          font-size: 14px;
          line-height: 20px;
          margin-bottom: 12px; }
          footer div:first-child div article ul li a i {
            color: white;
            margin-right: 10px; }
        footer div:first-child div article ul li a:hover {
          opacity: 0.5; }
        footer div:first-child div article ul li:last-child a {
          margin-bottom: 0; }
      footer div:first-child div article:first-child {
        border: none;
        padding: 0; }
  footer div:last-child {
    padding: 15px 0;
    text-align: center; }
    footer div:last-child p {
      font-size: 14px;
      line-height: 20px;
      color: white; }
      footer div:last-child p a:hover {
        opacity: 0.5; }

/* elimino corte palabras en el header --------------------------*/
@media (max-width: 1300px) {
  body header h1 br {
    display: none; } }

/* cambio de contenedor y ajustes --------------------------*/
@media (max-width: 1050px) {
  body .container {
    width: 90%;
    margin: auto; }
  body header #div_nav nav ul li {
    padding: 0 15px; }
  body header #div_nav nav ul li:last-child {
    padding: 0 0 0 15px; } }

/* nav mobile y ajustes-------------------*/
@media (max-width: 830px) {
  body h1 {
    font-size: 40px;
    line-height: 45px; }
  body h2 {
    font-size: 30px;
    line-height: 38px; }
  body header #div_nav #nav_desktop {
    display: none; }
  body header #div_nav #nav_mobile {
    display: flex;
    position: relative;
    justify-content: space-between;
    z-index: 11; }
    body header #div_nav #nav_mobile div:last-child {
      display: inline-block; }
      body header #div_nav #nav_mobile div:last-child span i {
        color: white; }
      body header #div_nav #nav_mobile div:last-child #dropdown {
        display: none; }
      body header #div_nav #nav_mobile div:last-child #dropdown.active {
        display: inline-block;
        position: absolute;
        top: 71px;
        left: -6%;
        width: 112%;
        padding-top: 0;
        text-align: center;
        background: white;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        z-index: 9; }
        body header #div_nav #nav_mobile div:last-child #dropdown.active li {
          display: block;
          padding: 0;
          border-bottom: 1px solid #656565; }
          body header #div_nav #nav_mobile div:last-child #dropdown.active li a {
            width: 100%;
            display: inline-block;
            padding: 24px 0 18px 0;
            color: #365589;
            font-weight: 700; }
  body header #div_text #text_banner {
    padding-top: 115px; }
    body header #div_text #text_banner div {
      padding-top: 20px; }
  body header #div_text #float_areas {
    display: inline-block;
    top: 30px; }
    body header #div_text #float_areas article {
      padding-bottom: 20px;
      justify-content: initial; }
  body #servicios {
    margin-top: 70px; }
    body #servicios div p {
      margin-bottom: 30px; }
    body #servicios div #div_serv {
      padding-bottom: 30px; }
      body #servicios div #div_serv article {
        width: 49%; }
    body #servicios br {
      display: none; }
  body #infra, body #empresa {
    padding: 35px 0; }
  body #clientes div #triangle {
    border-width: 30px 25px 0 25px;
    margin-bottom: 20px; }
  body #clientes div h2 {
    margin-bottom: 30px; }
  body #clientes div .div_clientes {
    padding-bottom: 25px; }
    body #clientes div .div_clientes div img {
      height: 40px; }
  body #clientes div .div_clientes:last-child {
    padding-bottom: 40px; }
  body #contacto div {
    padding: 0 0 20px 0; }
    body #contacto div div {
      display: block; }
    body #contacto div #mapagoogle {
      height: 200px; }
      body #contacto div #mapagoogle iframe {
        width: 227%;
        left: -11%;
        height: 200px;
        padding-right: 0; }
    body #contacto div #form {
      width: 100%;
      padding-left: 0;
      padding: 0; }
      body #contacto div #form form input[type="submit"] {
        width: 100%; }
  body footer div:first-child .container {
    padding: 25px 0 20px 0; }
    body footer div:first-child .container article:nth-child(1), body footer div:first-child .container article:nth-child(2), body footer div:first-child .container article:nth-child(3) {
      border-left: none;
      border-bottom: 1px solid white;
      width: 100%;
      text-align: center; }
      body footer div:first-child .container article:nth-child(1) p, body footer div:first-child .container article:nth-child(2) p, body footer div:first-child .container article:nth-child(3) p {
        margin-bottom: 20px; }
    body footer div:first-child .container article:nth-child(2) {
      display: none; }
    body footer div:first-child .container article:nth-child(3) {
      border-bottom: none;
      margin-top: 20px; }
      body footer div:first-child .container article:nth-child(3) ul li:last-child a {
        margin-bottom: 0; } }

/* correcci├│n de font-size-------------------*/
@media (max-width: 630px) {
  body h1 {
    font-size: 30px;
    line-height: 37px; }
  body header #div_text #text_banner {
    padding-top: 100px; }
    body header #div_text #text_banner div img {
      height: 25px; }
  body #servicios {
    margin-top: 70px; }
    body #servicios div h2:after {
      margin: auto; }
    body #servicios div p {
      font-size: 15px;
      line-height: 22px; }
    body #servicios div #div_serv article {
      width: 100%;
      padding-right: 0; }
      body #servicios div #div_serv article div p, body #servicios div #div_serv article div span {
        font-size: 15px;
        line-height: 22px; }
  body #clientes div .div_clientes {
    flex-wrap: wrap;
    padding-bottom: 0;
    justify-content: space-around; }
    body #clientes div .div_clientes div {
      width: 49%;
      padding-bottom: 20px; }
      body #clientes div .div_clientes div img {
        height: 35px; }
  body #clientes div .div_clientes:last-child {
    padding-bottom: 20px; }
  body #infra div p, body #empresa div p, body #contacto div p {
    font-size: 15px !important;
    line-height: 22px !important; } }

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