@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 .contactanos .contenedor {
  max-width: 1000px;
  margin: auto;
  font-family: "Open_Sans";
  font-size: 13px;
  color: #333;
  padding: 40px 0px; }
  body .contactanos .contenedor h2 {
    text-align: center;
    margin-bottom: 30px; }
  body .contactanos .contenedor p {
    margin-bottom: 20px; }
  body .contactanos .contenedor form label, body .contactanos .contenedor form input {
    display: inline-block;
    width: 60%;
    margin-bottom: 5px; }
  body .contactanos .contenedor form input {
    display: inline-block;
    width: 60%;
    height: 30px;
    margin-bottom: 5px; }
  body .contactanos .contenedor form textarea {
    display: inline-block;
    width: 60%;
    min-width: 60%;
    max-width: 60%;
    min-height: 100px;
    max-height: 100px;
    margin-bottom: 15px; }
  body .contactanos .contenedor form #enviar {
    display: inline-block;
    width: 30%; }

@media screen and (max-width: 800px) {
  body .contenedor {
    font-size: 12px; }
    body .contenedor h2 {
      font-size: 16px; }
    body .contenedor p {
      padding: 0px 30px; }
    body .contenedor form {
      padding: 0px 30px; }
      body .contenedor form input {
        width: 80%; }
      body .contenedor form textarea {
        width: 80%;
        min-width: 80%;
        max-width: 80%; }
      body .contenedor form #enviar {
        width: 50%; } }
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=contacto.css.map */
