@font-face {
  font-family: "Open_Sans";
  src: url("../fonts/Open_Sans/OpenSans-Regular.ttf"); }
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body header {
  background-color: #c0e0de; }
  body header .contenedor {
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center; }
    body header .contenedor .titulo {
      width: 75%;
      text-align: right;
      padding: 45px 0px; }
      body header .contenedor .titulo h1 {
        font-family: "Georgia";
        font-size: 42px;
        font-weight: 100;
        color: #162521; }
    body header .contenedor .subtitulo {
      width: 25%;
      text-align: right;
      padding: 72px 0px 30px 0px; }
      body header .contenedor .subtitulo p {
        font-family: "Georgia";
        font-size: 13px;
        font-weight: 20;
        font-style: italic;
        color: #162521; }

@media screen and (max-width: 800px) {
  body header .contenedor {
    flex-direction: column; }
    body header .contenedor .titulo {
      width: 100%;
      text-align: center;
      padding: 40px 0px 20px 0px; }
      body header .contenedor .titulo h1 {
        font-size: 37px; }
    body header .contenedor .subtitulo {
      width: 100%;
      text-align: center;
      padding: 15px 0px 30px 0px; }
      body header .contenedor .subtitulo p {
        font-size: 12px; } }
body nav {
  background-color: #333; }
  body nav .contenedor {
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around; }
    body nav .contenedor a {
      font-family: "Open_Sans";
      color: #f2f2f2;
      text-decoration: none;
      display: inline-block;
      padding: 17px 20px; }
      body nav .contenedor a:hover {
        background-color: #4f7cac; }

@media screen and (max-width: 800px) {
  body nav .contenedor a {
    font-size: 13px; } }
body .servicios_generales .contenedor {
  max-width: 1000px;
  margin: auto;
  font-family: "Open_Sans";
  font-size: 13px;
  color: #333;
  padding: 40px 0px; }
  body .servicios_generales .contenedor h2 {
    text-align: center;
    margin-bottom: 30px; }
  body .servicios_generales .contenedor .importaciones, body .servicios_generales .contenedor .exportaciones, body .servicios_generales .contenedor .asesorias {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 30px; }
    body .servicios_generales .contenedor .importaciones .imagen, body .servicios_generales .contenedor .exportaciones .imagen, body .servicios_generales .contenedor .asesorias .imagen {
      width: 40%; }
      body .servicios_generales .contenedor .importaciones .imagen img, body .servicios_generales .contenedor .exportaciones .imagen img, body .servicios_generales .contenedor .asesorias .imagen img {
        vertical-align: top;
        width: 100%; }
    body .servicios_generales .contenedor .importaciones .texto, body .servicios_generales .contenedor .exportaciones .texto, body .servicios_generales .contenedor .asesorias .texto {
      width: 40%;
      line-height: 20px; }
      body .servicios_generales .contenedor .importaciones .texto h3, body .servicios_generales .contenedor .exportaciones .texto h3, body .servicios_generales .contenedor .asesorias .texto h3 {
        margin-bottom: 15px; }
      body .servicios_generales .contenedor .importaciones .texto h4, body .servicios_generales .contenedor .importaciones .texto ul, body .servicios_generales .contenedor .exportaciones .texto h4, body .servicios_generales .contenedor .exportaciones .texto ul, body .servicios_generales .contenedor .asesorias .texto h4, body .servicios_generales .contenedor .asesorias .texto ul {
        margin-bottom: 10px; }

@media screen and (max-width: 800px) {
  body .servicios_generales .contenedor {
    font-size: 12px; }
    body .servicios_generales .contenedor h2 {
      font-size: 16px; }
    body .servicios_generales .contenedor .importaciones .imagen, body .servicios_generales .contenedor .asesorias .imagen {
      width: 100%;
      margin-bottom: 20px; }
    body .servicios_generales .contenedor .importaciones .texto, body .servicios_generales .contenedor .asesorias .texto {
      width: 100%;
      margin-bottom: 20px;
      padding: 0px 30px; }
    body .servicios_generales .contenedor .exportaciones {
      flex-direction: row-reverse; }
      body .servicios_generales .contenedor .exportaciones .imagen {
        order: 1;
        width: 100%;
        margin-bottom: 20px; }
      body .servicios_generales .contenedor .exportaciones .texto {
        order: 2;
        width: 100%;
        margin-bottom: 20px;
        padding: 0px 30px; } }
body footer {
  background-color: #333;
  color: #f2f2f2;
  font-family: "Open_Sans";
  font-size: 12px;
  line-height: 30px; }
  body footer .contenedor {
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 0px 50px 0px; }
    body footer .contenedor .contacto h3 {
      font-size: 14px;
      margin-bottom: 15px; }
    body footer .contenedor .contacto p {
      color: #e2e2e2; }
    body footer .contenedor .oficinas h3 {
      font-size: 14px;
      margin-bottom: 15px; }
      body footer .contenedor .oficinas h3 ul li {
        color: #e2e2e2; }

@media screen and (max-width: 800px) {
  body footer {
    font-size: 11px; }
    body footer .contenedor .contacto, body footer .contenedor .oficinas, body footer .contenedor .redes {
      width: 100%;
      margin-bottom: 20px;
      padding: 0px 40px; } }

/*# sourceMappingURL=servicios.css.map */
