* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: Merriweather, Sans-serif;
  background: #ccc;
  font-size: 16px; }

.barra {
  width: 100%;
  height: 30px;
  background: rgba(255, 255, 255, 0.4);
  display: none; }

.center {
  width: 90%;
  max-width: 1000px;
  margin: auto; }

header .center .logo {
  padding: 60px 0;
  text-align: center; }
  header .center .logo img {
    height: 185px;
    border: 1px solid rgba(204, 204, 204, 0.6);
    border-radius: 50%;
    box-shadow: 3px 3px 10px #000;
    background: #fff; }

.home-bg {
  background: url("../img/banner_1.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat; }

.section-home {
  padding: 60px 0;
  background: rgba(26, 108, 114, 0.8);
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff; }
  .section-home .center {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .section-home .center .fondo .wel h1 {
      color: #fff;
      font-weight: bold;
      padding: 20px;
      background: rgba(1, 0, 1, 0.4);
      display: inline-block;
      border: 1px solid #fff;
      border-radius: 5px;
      box-shadow: 3px 3px 10px #000; }
    .section-home .center .fondo .lenguage {
      display: flex;
      flex-direction: row;
      justify-content: space-around;}
      .section-home .center .fondo .lenguage a {
        color: #fff;
        font-weight: bold;
        padding: 20px;
        background: rgba(1, 0, 1, 0.4);
        display: inline-block;
        border: 1px solid #fff;
        border-radius: 5px;
        margin-top: 25px;
        text-decoration: none;
        box-shadow: 3px 3px 10px #000; }
      .section-home .center .fondo .lenguage a:hover {
        background: rgba(1, 0, 1, 0.8);
        box-shadow: 3px 3px 5px #ccc;
        border: 1px solid #faffff; }

footer .footer-home {
  background: rgba(168, 202, 248, 0.9); }
  footer .footer-home .center .jobid h2 {
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    padding-top: 40px;
    font-size: 30px;
    font-style: italic; }
  footer .footer-home .center .jobid p {
    color: #fff;
    padding-top: 40px;
    font-size: 20px;
    font-style: italic; }
  footer .footer-home .center .img {
    text-align: center;
    padding: 20px 0; }
    footer .footer-home .center .img img {
      height: 180px;
      margin: 40px;
      background: #010001;
      display: inline-block;
      padding: 2px;
      border: 5px solid #ccc;
      border-radius: 10%;
      box-shadow: 5px 5px 5px #000; }
    footer .footer-home .center .img img:hover {
      box-shadow: 5px 5px 5px #ccc;
      border: 5px solid #fff; }

@media screen and (max-width: 960px) {
  footer .footer-home .center .img img {
    margin: 30px; } }
@media screen and (max-width: 890px) {
  footer .footer-home .center .img img {
    margin: 15px; } }
@media screen and (max-width: 800px) {
  .section-home {
    padding: 40px 0; }

  footer .footer-home .center .img img {
    margin: 10px; } }
@media screen and (max-width: 710px) {
  header .center .logo {
    padding: 30px; } }
@media screen and (max-width: 625px) {
  header .center .logo {
    padding: 20px; }
    header .center .logo img {
      height: 140px; }

  .section-home .center {
    padding: 0px; }
    .section-home .center .fondo .wel h1 {
      font-size: 25px;
      padding: 20px; }
    .section-home .center .fondo .lenguage a {
      padding: 15px; } }
@media screen and (max-width: 450px) {
  header .center .logo {
    padding: 10px; }

  .section-home .center .fondo .wel h1 {
    font-size: 20px;
    text-align: center; }

  footer .footer-home .center .jobid h2 {
    font-size: 20px; }
  footer .footer-home .center .img img {
    margin: 20px 0;
    height: 100%; } }
header {
  width: 100%;
  background: rgba(26, 108, 114, 0.8);
  display: flex;
  flex-direction: column;
  background: url("../img/header_background.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-bottom: 0px solid rgba(1, 0, 1, 0.5); }
  header .header_top {
    width: 100%;
    height: auto;
    background: #010001;
    display: flex;
    justify-content: center; }
    header .header_top .top_center {
      width: 90%;
      max-width: 1000px;
      display: flex;
      justify-content: space-between;
      padding: 2px; }
      header .header_top .top_center .call .texto {
        color: #fff;
        display: inline-block;
        padding: 10px 5px 10px 20px;
        font-size: 14px; }
      header .header_top .top_center .call .font {
        background: #3de769;
        display: inline-block;
        padding: 2px 7px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        position: relative;
        transition: all 0.3s ease;
        top: 4px; }
        header .header_top .top_center .call .font:hover {
          top: 0px; }
        header .header_top .top_center .call .font .tel {
          color: #fff;
          text-decoration: none;
          font-size: 14px; }
      header .header_top .top_center .social_widget {
        height: 35px;
        align-self: center;
        margin-right: 20px;
        padding-top: 7px; }
  header .main_lognav {
    width: 90%;
    max-width: 1000px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
    padding: 40px 0; }
    header .main_lognav .logo {
      margin-left: 10px; }
      header .main_lognav .logo img {
        height: 160px;
        border: 1px solid rgba(204, 204, 204, 0.6);
        border-radius: 50%;
        box-shadow: 3px 3px 10px #000;
        background: #fff; }
    header .main_lognav nav {
      margin: 5px 20px;
      height: 110px; }
      header .main_lognav nav a {
        display: inline-block;
        padding: 10px 5px;
        margin: 5px;
        text-decoration: none;
        font-size: 14px;
        color: #fff;
        border-bottom: 3px solid #fff; }
        header .main_lognav nav a:hover {
          border-bottom: 3px solid transparent;
          color: #010001; }
        header .main_lognav nav a:active {
          color: #3de769;
          border-bottom: 3px solid rgba(61, 231, 105, 0.9); }

section {
  width: 100%;
  background: #fff; }
  section .slide {
    width: 100%;
    display: none; }
  section .section-band {
    width: 100%;
    background: rgba(26, 108, 114, 0.3);
    border-bottom: 3px solid rgba(1, 0, 1, 0.1); }
    section .section-band .band-center {
      width: 90%;
      max-width: 1000px;
      margin: auto; }
      section .section-band .band-center h3 {
        color: #fff;
        text-shadow: 2px 2px 2px #000;
        font-size: 30px;
        padding: 20px;
        display: block; }
  section .section_center {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 60px 0; }
    section .section_center .posts {
      width: 70%; }
      section .section_center .posts article h1 {
        font-size: 30px;
        margin-bottom: 10px;
        padding: 20px; }
      section .section_center .posts article p {
        line-height: 30px;
        font-size: 18px;
        padding: 10px 20px 60px 20px; }
      section .section_center .posts article .parafo {
        margin: 20px 0; }
      section .section_center .posts article ul {
        margin: 20px 0 20px 80px;
        list-style-image: url("../img/paint-brush.png");
        margin-bottom: 10px;
        font-size: 18px;
        padding-bottom: 50px; }
      section .section_center .posts article .lema {
        margin: 30px 0;
        font-weight: bold;
        font-size: 20px;
        font-style: italic; }
      section .section_center .posts article .separator {
        text-align: center; }
        section .section_center .posts article .separator img {
          width: 107px;
          margin: 20px 40px 60px 40px; }
      section .section_center .posts article .section-img {
        margin: 30px auto;
        display: flex;
        width: 72%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        border: 1px solid #ccc;
        box-shadow: 3px 3px 3px #ccc;
        background: rgba(26, 108, 114, 0.1); }
        section .section_center .posts article .section-img img {
          padding: 1px;
          background: rgba(204, 204, 204, 0.5);
          box-shadow: 5px 5px 5px #ccc;
          border-radius: 50%;
          height: 100%; }
        section .section_center .posts article .section-img p {
          margin: 20px;
          text-align: center;
          font-size: 30px;
          font-weight: bold;
          color: #1a6c72; }
      section .section_center .posts article .contacto {
        width: 72%;
        margin: auto;
        padding: 5px;
        border-radius: 5px;
        border: 1px solid #ccc;
        box-shadow: 3px 3px 3px #ccc;
        background: rgba(26, 108, 114, 0.1); }
        section .section_center .posts article .contacto input {
          display: block; }
        section .section_center .posts article .contacto input[type="text"],
        section .section_center .posts article .contacto input[type="email"],
        section .section_center .posts article .contacto textarea {
          width: 100%;
          padding: 20px;
          border-radius: 5px;
          border: 1px solid rgba(0, 0, 0, 0.2);
          margin: 10px 0; }
        section .section_center .posts article .contacto textarea {
          min-height: 120px;
          max-height: 300px;
          min-width: 100%;
          max-width: 100%; }
        section .section_center .posts article .contacto input[type="text"]:focus,
        section .section_center .posts article .contacto input[type="email"]:focus,
        section .section_center .posts article .contacto textarea:focus {
          border: 1px solid #1a6c72; }
        section .section_center .posts article .contacto input[type="submit"] {
          width: 100px;
          float: right;
          margin: 20px 0;
          border: 2px solid rgba(204, 204, 204, 0.2);
          background: #1a6c72;
          color: #fff;
          padding: 5px;
          cursor: pointer;
          font-size: 16px;
          border-radius: 3px; }
          section .section_center .posts article .contacto input[type="submit"]:hover {
            background: rgba(26, 108, 114, 0.5);
            color: #1a6c72; }
        section .section_center .posts article .contacto .alert {
          padding: 10px;
          color: #000;
          border-radius: 5px;
          margin-bottom: 20px; }
        section .section_center .posts article .contacto .error {
          background: rgba(255, 0, 0, 0.8);
          border: 2px solid #ccc;
          color: #fff;
          font-size: 14px; }
        section .section_center .posts article .contacto .success {
          background: #3de769;
          border: 2px solid #ccc; }
          section .section_center .posts article .contacto .success p {
            color: #fff;
            font-size: 14px; }
    section .section_center aside {
      width: 30%;
      padding: 0 20px; }
      section .section_center aside h2 {
        margin: 25px 0;
        padding-bottom: 10px;
        border-bottom: 5px solid rgba(26, 108, 114, 0.8);
        font-size: 20px; }
      section .section_center aside div {
        margin-bottom: 10px; }
        section .section_center aside div .fa-envelope-open-o {
          font-size: 30px;
          margin-left: 5px;
          color: #1a6c72; }
        section .section_center aside div .direccion {
          text-align: center;
          font-size: 15px;
          margin-left: 10px; }
      section .section_center aside .tel-contact .fa-volume-control-phone, section .section_center aside .tel-contact .fa-fax, section .section_center aside .fax-contact .fa-volume-control-phone, section .section_center aside .fax-contact .fa-fax {
        font-size: 30px;
        margin-left: 10px;
        color: #1a6c72; }
      section .section_center aside .tel-contact p, section .section_center aside .fax-contact p {
        font-size: 15px;
        margin-left: 10px; }
      section .section_center aside ul {
        margin-left: 50px;
        margin-bottom: 20px; }
        section .section_center aside ul li {
          list-style-image: url("../img/success.png");
          margin-bottom: 5px;
          font-size: 14px; }
          section .section_center aside ul li img {
            width: 50%; }
      section .section_center aside .img {
        list-style: none; }
        section .section_center aside .img li {
          list-style-image: url("none"); }
      section .section_center aside div {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center; }
        section .section_center aside div img {
          height: 80px;
          margin: 10px auto;
          padding: 2px;
          border: 3px solid rgba(0, 0, 0, 0.4); }

footer {
  width: 100%;
  background: #010001;
  clear: both;
  font-size: 12px; }
  footer .center {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    color: #fff;
    text-align: center; }
    footer .center .date p {
      display: block;
      padding: 40px 5px; }
      footer .center .date p a {
        color: #fff;
        text-decoration: none; }

@media screen and (max-width: 1100px) {
  header .main_lognav nav {
    height: auto; }

  section .section_center aside {
    padding: 0 10px; }
    section .section_center aside div .fa-envelope-open-o {
      margin-left: 5px; } }
@media screen and (max-width: 900px) {
  header .main_lognav nav {
    height: auto; }

  section .section_center .posts article .section-img {
    width: 90%; }
  section .section_center .posts article .contacto {
    width: 90%; }
  section .section_center aside {
    padding: 0 5px; } }
@media screen and (max-width: 800px) {
  header .header_top .top_center {
    width: 100%; }
  header .main_lognav {
    width: 100%; }
    header .main_lognav nav {
      height: auto; }

  section .section-band .band-center {
    width: 100%; }
    section .section-band .band-center h3 {
      padding: 20px 10px; }
  section .section_center {
    width: 100%;
    padding: 10px; }
    section .section_center .posts {
      width: 100%; }
      section .section_center .posts article h1 {
        padding: 10px; }
      section .section_center .posts article p {
        padding: 10px; }
      section .section_center .posts article .section-img {
        width: 70%; }
      section .section_center .posts article .contacto {
        width: 70%; }
    section .section_center aside {
      width: 100%;
      padding: 0; }
      section .section_center aside h2 {
        margin: 10px; }
      section .section_center aside .env-pobox {
        display: flex;
        flex-direction: row;
        justify-content: flex-start; }
        section .section_center aside .env-pobox .fa-envelope-open-o {
          font-size: 25px; }
      section .section_center aside .tel-contact, section .section_center aside .fax-contact {
        display: flex;
        flex-direction: row;
        justify-content: flex-start; }
        section .section_center aside .tel-contact .fa-volume-control-phone, section .section_center aside .tel-contact .fa-fax, section .section_center aside .fax-contact .fa-volume-control-phone, section .section_center aside .fax-contact .fa-fax {
          font-size: 25px;
          margin-left: 10px;
          color: #1a6c72; }
      section .section_center aside div {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px; }
        section .section_center aside div img {
          margin: 10px; } }
@media screen and (max-width: 710px) {
  header .main_lognav {
    display: flex;
    flex-direction: column;
    align-items: center; }
    header .main_lognav .logo {
      margin: auto; }
    header .main_lognav nav {
      text-align: center; }
      header .main_lognav nav a {
        border-bottom: 0px solid rgba(1, 0, 1, 0.4);
        padding: 5px; }
        header .main_lognav nav a:hover {
          border-bottom: 0px solid rgba(1, 0, 1, 0.4); }

  section .section_center .posts article .section-img {
    width: 90%; }
  section .section_center .posts article .contacto {
    width: 90%; } }
@media screen and (max-width: 450px) {
  header .header_top .top_center .call .texto {
    padding-left: 10px; }
  header .header_top .top_center .social_widget {
    margin-right: 10px; }
  header .main_lognav nav {
    margin-right: 10px; }
    header .main_lognav nav a {
      border-bottom: 0px solid rgba(1, 0, 1, 0.4); }

  section .section_center .posts article .section-img p {
    margin: 5px;
    font-size: 20px; } }

/*# sourceMappingURL=estilossass.css.map */
