@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 .imagenes {
  width: 100%;
  height: 480px; }
  body .imagenes .slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative; }
    body .imagenes .slider .mySlides {
      width: 100%;
      height: 94%;
      position: relative; }
      body .imagenes .slider .mySlides img {
        vertical-align: top;
        width: 100%;
        height: 100%; }
      body .imagenes .slider .mySlides .texto {
        position: absolute;
        top: 400px;
        width: 100%;
        max-height: 50px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.5);
        color: #f2f2f2;
        font-family: "Open_Sans";
        display: flex;
        justify-content: center;
        align-items: center; }
    body .imagenes .slider .flechas {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 94%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      body .imagenes .slider .flechas .left {
        display: inline-block;
        cursor: pointer;
        font-size: 50px;
        text-shadow: 1px 0px 5px #f2f2f2;
        opacity: 0.6; }
        body .imagenes .slider .flechas .left:hover {
          color: white;
          text-shadow: 1px 0px 5px #333; }
      body .imagenes .slider .flechas .right {
        display: inline-block;
        cursor: pointer;
        font-size: 50px;
        text-shadow: 1px 0px 5px #f2f2f2;
        opacity: 0.6; }
        body .imagenes .slider .flechas .right:hover {
          color: white;
          text-shadow: 1px 0px 5px #333; }
    body .imagenes .slider .barra {
      background-color: #f0f0f0;
      height: 6%;
      display: flex;
      justify-content: center;
      align-items: center; }
      body .imagenes .slider .barra .badge {
        cursor: pointer;
        height: 13px;
        width: 13px;
        padding: 0px;
        margin: 0px 3px;
        display: inline-block;
        border-radius: 100%;
        border: 1px solid #333; }
      body .imagenes .slider .barra .pintado {
        background-color: #09b474; }

@media screen and (max-width: 800px) {
  body .imagenes {
    height: 300px; }
    body .imagenes .slider .mySlides .texto {
      top: 250px;
      height: 30px;
      max-height: 30px;
      font-size: 13px; } }
body .valores .contendor {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px; }
  body .valores .contendor .valor {
    width: 30%;
    padding: 34px 0px; }
    body .valores .contendor .valor .icono {
      text-align: center; }
    body .valores .contendor .valor .texto h3 {
      font-family: "Open_Sans";
      text-align: center;
      font-size: 20px;
      color: #333;
      margin: 5px 0px 17px 0px; }
    body .valores .contendor .valor .texto p {
      font-family: "Open_Sans";
      font-size: 13px;
      color: #333;
      text-align: center;
      line-height: 20px; }

@media screen and (max-width: 800px) {
  body .valores .contendor .valor {
    width: 100%;
    padding: 30px 50px; }
    body .valores .contendor .valor .texto h3 {
      font-size: 16px; }
    body .valores .contendor .valor .texto p {
      font-size: 12px; } }
body .compromiso {
  background-color: #f0f0f0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; }
  body .compromiso .contenedor {
    max-width: 1000px;
    margin: auto;
    padding: 40px; }
    body .compromiso .contenedor .texto_grande {
      font-family: "Open_Sans";
      font-size: 28px;
      text-transform: uppercase;
      color: #444;
      text-align: center;
      margin-bottom: 20px; }
    body .compromiso .contenedor .linea {
      border-top: 1px solid #e5e5e5;
      width: 70%;
      margin: auto;
      margin-bottom: 20px; }
    body .compromiso .contenedor .texto_chico {
      font-family: "Open_sans";
      font-size: 13px;
      line-height: 20px;
      color: #444;
      text-align: center; }
body .barra_blanca {
  padding: 20px; }

@media screen and (max-width: 800px) {
  body .compromiso .contenedor .texto_grande {
    font-size: 20px; }
  body .compromiso .contenedor .texto_chico {
    font-size: 12px; } }
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=index.css.map */
