@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif; }

img {
  max-width: 100%;
  height: auto; }

/*
	GRUPOS Y CAJAS
	==============
	Los grupos son contenedores para las cajas.
	Las cajas crean las divisiones en el grupo (columnas)
*/
.grupo {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%; }
  .grupo.total {
    max-width: 100% !important; }
  .grupo:before, .grupo:after {
    content: "";
    display: table;
    width: 100%;
    clear: both; }
  .grupo .caja {
    float: left;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    .grupo .caja:last-child {
      float: right; }
  .grupo .caja.total {
    float: none;
    width: 100%; }
    .grupo .caja.total:before, .grupo .caja.total:after {
      content: "";
      display: table;
      width: 100%;
      clear: both; }

/*base: A partir de 320px*/
@media all and (min-width: 320px) {
  /*Tamaños en porcentajes*/
  .base-5,
  .grupo .caja.base-5 {
    width: 5%; }

  .base-10,
  .grupo .caja.base-10 {
    width: 10%; }

  .base-15,
  .grupo .caja.base-15 {
    width: 15%; }

  .base-20,
  .grupo .caja.base-20 {
    width: 20%; }

  .base-25,
  .grupo .caja.base-25 {
    width: 25%; }

  .base-30,
  .grupo .caja.base-30 {
    width: 30%; }

  .base-35,
  .grupo .caja.base-35 {
    width: 35%; }

  .base-40,
  .grupo .caja.base-40 {
    width: 40%; }

  .base-45,
  .grupo .caja.base-45 {
    width: 45%; }

  .base-50,
  .grupo .caja.base-50 {
    width: 50%; }

  .base-55,
  .grupo .caja.base-55 {
    width: 55%; }

  .base-60,
  .grupo .caja.base-60 {
    width: 60%; }

  .base-65,
  .grupo .caja.base-65 {
    width: 65%; }

  .base-70,
  .grupo .caja.base-70 {
    width: 70%; }

  .base-75,
  .grupo .caja.base-75 {
    width: 75%; }

  .base-80,
  .grupo .caja.base-80 {
    width: 80%; }

  .base-85,
  .grupo .caja.base-85 {
    width: 85%; }

  .base-90,
  .grupo .caja.base-90 {
    width: 90%; }

  .base-95,
  .grupo .caja.base-95 {
    width: 95%; }

  .base-100,
  .grupo .caja.base-100 {
    width: 100%; }

  /*Tamaño en fracciones*/
  .base-1-3,
  .grupo .caja.base-1-3 {
    width: 33.3333333333%; }

  .base-2-3,
  .grupo .caja.base-2-3 {
    width: 66.6666666667%; }

  .base-3-3,
  .grupo .caja.base-3-3 {
    width: 100%; }

  .base-1-6,
  .grupo .caja.base-1-6 {
    width: 16.6666666667%; }

  .base-2-6,
  .grupo .caja.base-2-6 {
    width: 33.3333333333%; }

  .base-3-6,
  .grupo .caja.base-3-6 {
    width: 50%; }

  .base-4-6,
  .grupo .caja.base-4-6 {
    width: 66.6666666667%; }

  .base-5-6,
  .grupo .caja.base-5-6 {
    width: 83.3333333333%; }

  .base-6-6,
  .grupo .caja.base-6-6 {
    width: 100%; }

  .base-1-8,
  .grupo .caja.base-1-8 {
    width: 12.5%; }

  .base-2-8,
  .grupo .caja.base-2-8 {
    width: 25%; }

  .base-3-8,
  .grupo .caja.base-3-8 {
    width: 37.5%; }

  .base-4-8,
  .grupo .caja.base-4-8 {
    width: 50%; }

  .base-5-8,
  .grupo .caja.base-5-8 {
    width: 62.5%; }

  .base-6-8,
  .grupo .caja.base-6-8 {
    width: 75%; }

  .base-7-8,
  .grupo .caja.base-7-8 {
    width: 87.5%; }

  .base-8-8,
  .grupo .caja.base-8-8 {
    width: 100%; } }
/*movil: A partir de 480px*/
@media all and (min-width: 480px) {
  /*Tamaños en porcentajes*/
  .movil-5,
  .grupo .caja.movil-5 {
    width: 5%; }

  .movil-10,
  .grupo .caja.movil-10 {
    width: 10%; }

  .movil-15,
  .grupo .caja.movil-15 {
    width: 15%; }

  .movil-20,
  .grupo .caja.movil-20 {
    width: 20%; }

  .movil-25,
  .grupo .caja.movil-25 {
    width: 25%; }

  .movil-30,
  .grupo .caja.movil-30 {
    width: 30%; }

  .movil-35,
  .grupo .caja.movil-35 {
    width: 35%; }

  .movil-40,
  .grupo .caja.movil-40 {
    width: 40%; }

  .movil-45,
  .grupo .caja.movil-45 {
    width: 45%; }

  .movil-50,
  .grupo .caja.movil-50 {
    width: 50%; }

  .movil-55,
  .grupo .caja.movil-55 {
    width: 55%; }

  .movil-60,
  .grupo .caja.movil-60 {
    width: 60%; }

  .movil-65,
  .grupo .caja.movil-65 {
    width: 65%; }

  .movil-70,
  .grupo .caja.movil-70 {
    width: 70%; }

  .movil-75,
  .grupo .caja.movil-75 {
    width: 75%; }

  .movil-80,
  .grupo .caja.movil-80 {
    width: 80%; }

  .movil-85,
  .grupo .caja.movil-85 {
    width: 85%; }

  .movil-90,
  .grupo .caja.movil-90 {
    width: 90%; }

  .movil-95,
  .grupo .caja.movil-95 {
    width: 95%; }

  .movil-100,
  .grupo .caja.movil-100 {
    width: 100%; }

  /*Tamaño en fracciones*/
  .movil-1-3,
  .grupo .caja.movil-1-3 {
    width: 33.3333333333%; }

  .movil-2-3,
  .grupo .caja.movil-2-3 {
    width: 66.6666666667%; }

  .movil-3-3,
  .grupo .caja.movil-3-3 {
    width: 100%; }

  .movil-1-6,
  .grupo .caja.movil-1-6 {
    width: 16.6666666667%; }

  .movil-2-6,
  .grupo .caja.movil-2-6 {
    width: 33.3333333333%; }

  .movil-3-6,
  .grupo .caja.movil-3-6 {
    width: 50%; }

  .movil-4-6,
  .grupo .caja.movil-4-6 {
    width: 66.6666666667%; }

  .movil-5-6,
  .grupo .caja.movil-5-6 {
    width: 83.3333333333%; }

  .movil-6-6,
  .grupo .caja.movil-6-6 {
    width: 100%; }

  .movil-1-8,
  .grupo .caja.movil-1-8 {
    width: 12.5%; }

  .movil-2-8,
  .grupo .caja.movil-2-8 {
    width: 25%; }

  .movil-3-8,
  .grupo .caja.movil-3-8 {
    width: 37.5%; }

  .movil-4-8,
  .grupo .caja.movil-4-8 {
    width: 50%; }

  .movil-5-8,
  .grupo .caja.movil-5-8 {
    width: 62.5%; }

  .movil-6-8,
  .grupo .caja.movil-6-8 {
    width: 75%; }

  .movil-7-8,
  .grupo .caja.movil-7-8 {
    width: 87.5%; }

  .movil-8-8,
  .grupo .caja.movil-8-8 {
    width: 100%; } }
/*tablet: A partir de 768px*/
@media all and (min-width: 768px) {
  /*Tamaños en porcentajes*/
  .tablet-5,
  .grupo .caja.tablet-5 {
    width: 5%; }

  .tablet-10,
  .grupo .caja.tablet-10 {
    width: 10%; }

  .tablet-15,
  .grupo .caja.tablet-15 {
    width: 15%; }

  .tablet-20,
  .grupo .caja.tablet-20 {
    width: 20%; }

  .tablet-25,
  .grupo .caja.tablet-25 {
    width: 25%; }

  .tablet-30,
  .grupo .caja.tablet-30 {
    width: 30%; }

  .tablet-35,
  .grupo .caja.tablet-35 {
    width: 35%; }

  .tablet-40,
  .grupo .caja.tablet-40 {
    width: 40%; }

  .tablet-45,
  .grupo .caja.tablet-45 {
    width: 45%; }

  .tablet-50,
  .grupo .caja.tablet-50 {
    width: 50%; }

  .tablet-55,
  .grupo .caja.tablet-55 {
    width: 55%; }

  .tablet-60,
  .grupo .caja.tablet-60 {
    width: 60%; }

  .tablet-65,
  .grupo .caja.tablet-65 {
    width: 65%; }

  .tablet-70,
  .grupo .caja.tablet-70 {
    width: 70%; }

  .tablet-75,
  .grupo .caja.tablet-75 {
    width: 75%; }

  .tablet-80,
  .grupo .caja.tablet-80 {
    width: 80%; }

  .tablet-85,
  .grupo .caja.tablet-85 {
    width: 85%; }

  .tablet-90,
  .grupo .caja.tablet-90 {
    width: 90%; }

  .tablet-95,
  .grupo .caja.tablet-95 {
    width: 95%; }

  .tablet-100,
  .grupo .caja.tablet-100 {
    width: 100%; }

  /*Tamaño en fracciones*/
  .tablet-1-3,
  .grupo .caja.tablet-1-3 {
    width: 33.3333333333%; }

  .tablet-2-3,
  .grupo .caja.tablet-2-3 {
    width: 66.6666666667%; }

  .tablet-3-3,
  .grupo .caja.tablet-3-3 {
    width: 100%; }

  .tablet-1-6,
  .grupo .caja.tablet-1-6 {
    width: 16.6666666667%; }

  .tablet-2-6,
  .grupo .caja.tablet-2-6 {
    width: 33.3333333333%; }

  .tablet-3-6,
  .grupo .caja.tablet-3-6 {
    width: 50%; }

  .tablet-4-6,
  .grupo .caja.tablet-4-6 {
    width: 66.6666666667%; }

  .tablet-5-6,
  .grupo .caja.tablet-5-6 {
    width: 83.3333333333%; }

  .tablet-6-6,
  .grupo .caja.tablet-6-6 {
    width: 100%; }

  .tablet-1-8,
  .grupo .caja.tablet-1-8 {
    width: 12.5%; }

  .tablet-2-8,
  .grupo .caja.tablet-2-8 {
    width: 25%; }

  .tablet-3-8,
  .grupo .caja.tablet-3-8 {
    width: 37.5%; }

  .tablet-4-8,
  .grupo .caja.tablet-4-8 {
    width: 50%; }

  .tablet-5-8,
  .grupo .caja.tablet-5-8 {
    width: 62.5%; }

  .tablet-6-8,
  .grupo .caja.tablet-6-8 {
    width: 75%; }

  .tablet-7-8,
  .grupo .caja.tablet-7-8 {
    width: 87.5%; }

  .tablet-8-8,
  .grupo .caja.tablet-8-8 {
    width: 100%; } }
/*web: A partir de 1024px*/
@media all and (min-width: 1024px) {
  /*Tamaños en porcentajes*/
  .web-5,
  .grupo .caja.web-5 {
    width: 5%; }

  .web-10,
  .grupo .caja.web-10 {
    width: 10%; }

  .web-15,
  .grupo .caja.web-15 {
    width: 15%; }

  .web-20,
  .grupo .caja.web-20 {
    width: 20%; }

  .web-25,
  .grupo .caja.web-25 {
    width: 25%; }

  .web-30,
  .grupo .caja.web-30 {
    width: 30%; }

  .web-35,
  .grupo .caja.web-35 {
    width: 35%; }

  .web-40,
  .grupo .caja.web-40 {
    width: 40%; }

  .web-45,
  .grupo .caja.web-45 {
    width: 45%; }

  .web-50,
  .grupo .caja.web-50 {
    width: 50%; }

  .web-55,
  .grupo .caja.web-55 {
    width: 55%; }

  .web-60,
  .grupo .caja.web-60 {
    width: 60%; }

  .web-65,
  .grupo .caja.web-65 {
    width: 65%; }

  .web-70,
  .grupo .caja.web-70 {
    width: 70%; }

  .web-75,
  .grupo .caja.web-75 {
    width: 75%; }

  .web-80,
  .grupo .caja.web-80 {
    width: 80%; }

  .web-85,
  .grupo .caja.web-85 {
    width: 85%; }

  .web-90,
  .grupo .caja.web-90 {
    width: 90%; }

  .web-95,
  .grupo .caja.web-95 {
    width: 95%; }

  .web-100,
  .grupo .caja.web-100 {
    width: 100%; }

  /*Tamaño en fracciones*/
  .web-1-3,
  .grupo .caja.web-1-3 {
    width: 33.3333333333%; }

  .web-2-3,
  .grupo .caja.web-2-3 {
    width: 66.6666666667%; }

  .web-3-3,
  .grupo .caja.web-3-3 {
    width: 100%; }

  .web-1-6,
  .grupo .caja.web-1-6 {
    width: 16.6666666667%; }

  .web-2-6,
  .grupo .caja.web-2-6 {
    width: 33.3333333333%; }

  .web-3-6,
  .grupo .caja.web-3-6 {
    width: 50%; }

  .web-4-6,
  .grupo .caja.web-4-6 {
    width: 66.6666666667%; }

  .web-5-6,
  .grupo .caja.web-5-6 {
    width: 83.3333333333%; }

  .web-6-6,
  .grupo .caja.web-6-6 {
    width: 100%; }

  .web-1-8,
  .grupo .caja.web-1-8 {
    width: 12.5%; }

  .web-2-8,
  .grupo .caja.web-2-8 {
    width: 25%; }

  .web-3-8,
  .grupo .caja.web-3-8 {
    width: 37.5%; }

  .web-4-8,
  .grupo .caja.web-4-8 {
    width: 50%; }

  .web-5-8,
  .grupo .caja.web-5-8 {
    width: 62.5%; }

  .web-6-8,
  .grupo .caja.web-6-8 {
    width: 75%; }

  .web-7-8,
  .grupo .caja.web-7-8 {
    width: 87.5%; }

  .web-8-8,
  .grupo .caja.web-8-8 {
    width: 100%; } }
/*hd: A partir de 4400px*/
@media all and (min-width: 4400px) {
  /*Tamaños en porcentajes*/
  .hd-5,
  .grupo .caja.hd-5 {
    width: 5%; }

  .hd-10,
  .grupo .caja.hd-10 {
    width: 10%; }

  .hd-15,
  .grupo .caja.hd-15 {
    width: 15%; }

  .hd-20,
  .grupo .caja.hd-20 {
    width: 20%; }

  .hd-25,
  .grupo .caja.hd-25 {
    width: 25%; }

  .hd-30,
  .grupo .caja.hd-30 {
    width: 30%; }

  .hd-35,
  .grupo .caja.hd-35 {
    width: 35%; }

  .hd-40,
  .grupo .caja.hd-40 {
    width: 40%; }

  .hd-45,
  .grupo .caja.hd-45 {
    width: 45%; }

  .hd-50,
  .grupo .caja.hd-50 {
    width: 50%; }

  .hd-55,
  .grupo .caja.hd-55 {
    width: 55%; }

  .hd-60,
  .grupo .caja.hd-60 {
    width: 60%; }

  .hd-65,
  .grupo .caja.hd-65 {
    width: 65%; }

  .hd-70,
  .grupo .caja.hd-70 {
    width: 70%; }

  .hd-75,
  .grupo .caja.hd-75 {
    width: 75%; }

  .hd-80,
  .grupo .caja.hd-80 {
    width: 80%; }

  .hd-85,
  .grupo .caja.hd-85 {
    width: 85%; }

  .hd-90,
  .grupo .caja.hd-90 {
    width: 90%; }

  .hd-95,
  .grupo .caja.hd-95 {
    width: 95%; }

  .hd-100,
  .grupo .caja.hd-100 {
    width: 100%; }

  /*Tamaño en fracciones*/
  .hd-1-3,
  .grupo .caja.hd-1-3 {
    width: 33.3333333333%; }

  .hd-2-3,
  .grupo .caja.hd-2-3 {
    width: 66.6666666667%; }

  .hd-3-3,
  .grupo .caja.hd-3-3 {
    width: 100%; }

  .hd-1-6,
  .grupo .caja.hd-1-6 {
    width: 16.6666666667%; }

  .hd-2-6,
  .grupo .caja.hd-2-6 {
    width: 33.3333333333%; }

  .hd-3-6,
  .grupo .caja.hd-3-6 {
    width: 50%; }

  .hd-4-6,
  .grupo .caja.hd-4-6 {
    width: 66.6666666667%; }

  .hd-5-6,
  .grupo .caja.hd-5-6 {
    width: 83.3333333333%; }

  .hd-6-6,
  .grupo .caja.hd-6-6 {
    width: 100%; }

  .hd-1-8,
  .grupo .caja.hd-1-8 {
    width: 12.5%; }

  .hd-2-8,
  .grupo .caja.hd-2-8 {
    width: 25%; }

  .hd-3-8,
  .grupo .caja.hd-3-8 {
    width: 37.5%; }

  .hd-4-8,
  .grupo .caja.hd-4-8 {
    width: 50%; }

  .hd-5-8,
  .grupo .caja.hd-5-8 {
    width: 62.5%; }

  .hd-6-8,
  .grupo .caja.hd-6-8 {
    width: 75%; }

  .hd-7-8,
  .grupo .caja.hd-7-8 {
    width: 87.5%; }

  .hd-8-8,
  .grupo .caja.hd-8-8 {
    width: 100%; } }
@media all and (min-width: 320px) {
  .grupo.base-tabla {
    display: table; }
    .grupo.base-tabla > .caja {
      float: none;
      display: table-cell; }
    .grupo.base-tabla.medio > .caja {
      vertical-align: middle; }
    .grupo.base-tabla.arriba > .caja {
      vertical-align: top; }
    .grupo.base-tabla.abajo > .caja {
      vertical-align: bottom; } }
@media all and (min-width: 480px) {
  .grupo.movil-tabla {
    display: table; }
    .grupo.movil-tabla > .caja {
      float: none;
      display: table-cell; }
    .grupo.movil-tabla.medio > .caja {
      vertical-align: middle; }
    .grupo.movil-tabla.arriba > .caja {
      vertical-align: top; }
    .grupo.movil-tabla.abajo > .caja {
      vertical-align: bottom; } }
@media all and (min-width: 768px) {
  .grupo.tablet-tabla {
    display: table; }
    .grupo.tablet-tabla > .caja {
      float: none;
      display: table-cell; }
    .grupo.tablet-tabla.medio > .caja {
      vertical-align: middle; }
    .grupo.tablet-tabla.arriba > .caja {
      vertical-align: top; }
    .grupo.tablet-tabla.abajo > .caja {
      vertical-align: bottom; } }
@media all and (min-width: 1024px) {
  .grupo.web-tabla {
    display: table; }
    .grupo.web-tabla > .caja {
      float: none;
      display: table-cell; }
    .grupo.web-tabla.medio > .caja {
      vertical-align: middle; }
    .grupo.web-tabla.arriba > .caja {
      vertical-align: top; }
    .grupo.web-tabla.abajo > .caja {
      vertical-align: bottom; } }
@media all and (min-width: 4400px) {
  .grupo.hd-tabla {
    display: table; }
    .grupo.hd-tabla > .caja {
      float: none;
      display: table-cell; }
    .grupo.hd-tabla.medio > .caja {
      vertical-align: middle; }
    .grupo.hd-tabla.arriba > .caja {
      vertical-align: top; }
    .grupo.hd-tabla.abajo > .caja {
      vertical-align: bottom; } }
.caja.medio {
  vertical-align: middle; }

.caja.arriba {
  vertical-align: top; }

.caja.abajo {
  vertical-align: bottom; }

/* 	ESTILOS PARA DESARROLLO
	========================
	Añada la clase "desarrollo"
   	a body para tener ayudas al trabajar con ED GRID 
*/
body.desarrollo {
  padding: 0 !important;
  margin: 0 !important; }
  body.desarrollo:before {
    background: steelblue;
    /*Azul Escuela Digital*/
    color: #fff;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    display: block;
    height: 36px;
    margin-bottom: 30px;
    position: relative;
    z-index: 900; }
  body.desarrollo .grupo {
    padding-top: 22px;
    margin-bottom: 10px;
    outline: 1px solid tomato; }
    body.desarrollo .grupo .caja {
      position: relative;
      padding-bottom: 22px; }
      body.desarrollo .grupo .caja:nth-child(even) {
        background: rgba(70, 130, 180, 0.2); }
    body.desarrollo .grupo .grupo {
      margin-bottom: 0; }

.desarrollo .grupo .caja:after,
.desarrollo .grupo:before {
  content: attr(class);
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  padding: 0 5px;
  z-index: 1;
  bottom: 0;
  right: 0;
  position: absolute;
  display: table;
  width: 100%;
  height: 22px;
  line-height: 22px; }

.desarrollo .grupo:before {
  background: rgba(255, 99, 71, 0.3);
  color: tomato;
  top: 0;
  left: 0;
  width: 100%; }

.desarrollo .caja:after {
  background: rgba(70, 130, 180, 0.2);
  color: steelblue; }

.desarrollo .caja.total:after {
  background: rgba(27, 50, 70, 0.3); }

body.desarrollo:before {
  content: "ED-GRID: Tamaño base"; }

@media screen and (min-width: 320px) {
  body.desarrollo:before {
    content: "ED-GRID: Tamaño base, desde 320px"; } }
@media screen and (min-width: 480px) {
  body.desarrollo:before {
    content: "ED-GRID: Tamaño movil, desde 480px"; } }
@media screen and (min-width: 768px) {
  body.desarrollo:before {
    content: "ED-GRID: Tamaño tablet, desde 768px"; } }
@media screen and (min-width: 1024px) {
  body.desarrollo:before {
    content: "ED-GRID: Tamaño web, desde 1024px"; } }
@media screen and (min-width: 4400px) {
  body.desarrollo:before {
    content: "ED-GRID: Tamaño hd, desde 4400px"; } }
.grupo.demostrar {
  outline: 1px solid tomato;
  margin: 1em auto; }
  .grupo.demostrar > .caja {
    background: #eee;
    box-shadow: 0 0 0 1px steelblue;
    padding-top: 1em;
    padding-bottom: 1em; }
    .grupo.demostrar > .caja p {
      margin-bottom: 0; }
    .grupo.demostrar > .caja:nth-child(odd) {
      background: #ddd; }
    .grupo.demostrar > .caja.total {
      background: #fff; }

@media screen and (max-width: 319px) {
  .desde-base {
    display: none !important; } }
@media screen and (max-width: 479px) {
  .desde-movil {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .desde-tablet {
    display: none !important; } }
@media screen and (max-width: 1023px) {
  .desde-web {
    display: none !important; } }
@media screen and (max-width: 4399px) {
  .desde-hd {
    display: none !important; } }
@media screen and (min-width: 320px) {
  .hasta-base {
    display: none !important; } }
@media screen and (min-width: 480px) {
  .hasta-movil {
    display: none !important; } }
@media screen and (min-width: 768px) {
  .hasta-tablet {
    display: none !important; } }
@media screen and (min-width: 1024px) {
  .hasta-web {
    display: none !important; } }
@media screen and (min-width: 4400px) {
  .hasta-hd {
    display: none !important; } }
/*
	ESTILOS DE LAYOUT
	==================
*/
.centro,
.centrar {
  display: block;
  clear: both;
  float: none !important;
  margin-right: auto !important;
  margin-left: auto !important; }

.left,
.izquierda {
  float: left; }

.right,
.derecha {
  float: right; }

.total {
  width: 100%;
  clear: both; }

.centrar-texto,
.centrar-contenido,
.centro-contenido {
  text-align: center; }

.izquierda-texto,
.izquierda-contenido {
  text-align: left; }

.derecha-texto,
.derecha-contenido {
  text-align: right; }

.circulo {
  border-radius: 50%; }

.limpiar:before, .limpiar:after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }

/* 	NO PADDING
	===========
	class="no-padding" al grupo, le da padding cero a todas sus cajas.
	class="no-padding" a la caja le da padding cero solo a ella
*/
.no-padding.grupo > .caja,
.caja.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* Controlar el padding*/
.padding {
  padding-left: 15px;
  padding-right: 15px; }

.padding-2 {
  padding-left: 30px;
  padding-right: 30px; }

.padding-3 {
  padding-left: 45px;
  padding-right: 45px; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  position: relative;
  top: .15em;
  display: inline-block; }

.espacio:before {
  margin-right: .3em; }

.ed-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .ed-video > iframe,
  .ed-video > object,
  .ed-video > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@font-face {
  font-family: "ed-grid";
  src: url("/fonts/ed-grid.eot");
  src: url("/fonts/ed-grid.eot?#iefix") format("embedded-opentype"), url("/fonts/ed-grid.woff") format("woff"), url("/fonts/ed-grid.ttf") format("truetype"), url("/fonts/ed-grid.svg#ed-grid") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "ed-grid" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "ed-grid" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-youtube:before {
  content: "a"; }

.icon-twitter:before {
  content: "b"; }

.icon-facebook:before {
  content: "c"; }

.icon-linkedin:before {
  content: "d"; }

.icon-pinterest:before {
  content: "e"; }

.icon-instagram:before {
  content: "f"; }

.icon-rss:before {
  content: "g"; }

.icon-github:before {
  content: "h"; }

.icon-izquierda:before {
  content: "i"; }

.icon-derecha:before {
  content: "j"; }

.icon-arriba:before {
  content: "k"; }

.icon-abajo:before {
  content: "l"; }

.icon-triangulo-izquierda:before {
  content: "m"; }

.icon-triangulo-derecha:before {
  content: "n"; }

.icon-triangulo-arriba:before {
  content: "p"; }

.icon-aceptar:before {
  content: "q"; }

.icon-triangulo-abajo:before {
  content: "o"; }

.icon-telefono:before {
  content: "r"; }

.icon-android:before {
  content: "s"; }

.icon-apple:before {
  content: "t"; }

.icon-bitcoin:before {
  content: "u"; }

.icon-fecha:before {
  content: "v"; }

.icon-camara:before {
  content: "w"; }

.icon-tarjeta:before {
  content: "x"; }

.icon-pin:before {
  content: "y"; }

.icon-cerrar:before {
  content: "z"; }

.icon-whatsapp:before {
  content: "A"; }

.icon-vimeo:before {
  content: "B"; }

.icon-menu:before {
  content: "C"; }

.icon-menu-secundario:before {
  content: "D"; }

.icon-correo:before {
  content: "E"; }

.icon-ed:before {
  content: "F"; }

.icon-google-plus:before {
  content: "G"; }

.icon-carrito:before {
  content: "H"; }

.icon-usuario:before {
  content: "I"; }

.icon-enlace:before {
  content: "J"; }

.icon-portafolio:before {
  content: "K"; }

.icon-mastercard:before {
  content: "L"; }

.icon-paypal:before {
  content: "M"; }

.icon-visa:before {
  content: "N"; }

.icon-buscar:before {
  content: "O"; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.2em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 100%;
  max-width: 1170px;
  margin: 0 auto; }

.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both; }

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em; }

#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed; }

@media only screen and (min-width: 4096px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em; }

  #cd-timeline::before {
    left: 50%;
    margin-left: -2px; } }
.cd-timeline-block {
  position: relative;
  margin: 2em 0; }

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both; }

.cd-timeline-block:first-child {
  margin-top: 0; }

.cd-timeline-block:last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 4096px) {
  .cd-timeline-block {
    margin: 4em 0; }

  .cd-timeline-block:first-child {
    margin-top: 0; }

  .cd-timeline-block:last-child {
    margin-bottom: 0; } }
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); }
  .cd-timeline-img h4 {
    color: #fff; }

.cd-timeline-img h4 {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: -4px;
  top: 0px;
  color: white; }

.cd-timeline-img.cd-picture {
  background: #548235;
  color: #fff; }

@media only screen and (min-width: 4096px) {
  .cd-timeline-img {
    color: #fff;
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; }

  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden; }

  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s; } }
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5); }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2); }
  100% {
    -moz-transform: scale(1); } }
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #d9d9d9;
  color: #548235;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
  font-size: .8em; }
  .cd-timeline-content p {
    font-size: 1em; }

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both; }

.cd-timeline-content h2 {
  color: #00144d;
  font-size: 1.9em;
  line-height: 1; }

.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 1.1em; }

.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block; }

.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
  text-align: justify; }

.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em; }

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb; }

.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7; }

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white; }

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 1.5em;
    letter-spacing: 1px; }

  .cd-timeline-content p {
    font-size: 14px;
    font-size: 1rem; }

  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 12px;
    font-size: 0.875rem; } }
/*---------------------------------------------*\
  $ Acá tengo que revisar!!!!
\*---------------------------------------------*/
@media only screen and (min-width: 4096px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 40%; }

  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white; }

  .cd-timeline-content .cd-read-more {
    float: left; }

  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 125%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem; }

  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right; }

  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white; }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: left; }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 125%;
    text-align: right; }

  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden; }

  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s; } }
@media only screen and (min-width: 4096) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s; } }
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    -moz-transform: translateX(0); } }
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    -moz-transform: translateX(0); } }
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
ul.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none; }

li.bjqs-slide {
  position: absolute;
  display: none; }

ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999; }

ul.bjqs-controls.v-centered li a {
  position: absolute; }

ul.bjqs-controls.v-centered li.bjqs-next a {
  right: 0; }

ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: 0; }

ol.bjqs-markers {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%; }

ol.bjqs-markers.h-centered {
  text-align: center; }

ol.bjqs-markers li {
  display: inline; }

ol.bjqs-markers li a {
  display: inline-block; }

p.bjqs-caption {
  display: block;
  width: 100%;
  margin: 0;
  padding: 1%;
  position: absolute;
  bottom: 0;
  color: #fff; }

#banner-fade,
#banner-slide {
  margin-bottom: 60px;
  margin: 0 auto; }

ul.bjqs-controls.v-centered li a {
  display: block;
  padding: 10px;
  background: #fff;
  color: #000;
  text-decoration: none; }

ul.bjqs-controls.v-centered li a:hover {
  background: #000;
  color: #fff; }

ol.bjqs-markers li a {
  padding: 5px 10px;
  background: #000;
  color: #fff;
  margin: 5px;
  text-decoration: none; }

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover {
  background: #999; }

p.bjqs-caption {
  background: rgba(0, 0, 0, 0.6); }

/*---------------------------------------------*\
	$Tipografia
\*---------------------------------------------*/
body {
  font-size: 16px;
  font-weight: 300;
  font-family: "geomanistLight"; }

.gigante, .grande, .larga, .bigger, .big, .small, h1, h2, h3, h4, h5, h6 {
  color: #4E704D;
  font-weight: bold; }

.gigante {
  font-size: 110px;
  line-height: 0;
  letter-spacing: -2px; }

.grande {
  color: black;
  font-weight: 400;
  font-size: 80px;
  line-height: 0;
  letter-spacing: -1px; }

h1 {
  color: black;
  font-family: 'geomanist_regularregular';
  font-weight: 400;
  font-size: 3.4em;
  line-height: 1;
  letter-spacing: 3px;
  margin-top: 10px;
  color: #fff; }

.larga, h2 {
  color: black;
  font-family: 'geomanist_regularregular';
  font-weight: 300;
  font-size: 40px;
  line-height: .8;
  letter-spacing: 2px;
  text-align: center; }

.bigger, h3 {
  color: black;
  font-family: 'geomanist_regularregular';
  font-weight: 400;
  font-size: 30px;
  line-height: .8;
  margin: 5px 0; }

.big, h4 {
  color: black;
  font-family: 'geomanist_regularregular';
  font-weight: 400;
  font-size: 1em;
  line-height: 1;
  margin-top: 0;
  letter-spacing: 2px;
  color: #00144d; }

.small, small, h5, h6 {
  font-family: 'geomanistextralight';
  font-size: 18px;
  line-height: 1.2; }

/*---------------------------------------------*\
	$Parrafo
\*---------------------------------------------*/
p {
  margin: 0 0 20px 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0; }

/*---------------------------------------------*\
	$Links
\*---------------------------------------------*/
a {
  color: #920004;
  font-weight: 300; }
  a:hover {
    color: #2D1FA4; }

/*---------------------------------------------*\
	$Seleccion de colores (arg)
\*---------------------------------------------*/
::selection {
  background: #55812f; }

::-moz-selection {
  background: #55812f; }

img::selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: #55812f; }

/*---------------------------------------------*\
	$Estilo Basico
\*---------------------------------------------*/
body {
  background: #fff;
  line-height: 1.6;
  font-family: 'sinsans200' sans-serif;
  color: #2e2d33;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

/*---------------------------------------------*\
	$Las secciones y articulos centrados
\*---------------------------------------------*/
/*---------------------------------------------*\
    $IconMoon - Edición
\*---------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/edicion.eot?5bx9fl");
  src: url("../fonts/edicion.eot?#iefix5bx9fl") format("embedded-opentype"), url("../fonts/edicion.ttf?5bx9fl") format("truetype"), url("../fonts/edicion.woff?5bx9fl") format("woff"), url("../fonts/edicion.svg?5bx9fl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-pencil:before {
  content: "\e905"; }

.icon-cross:before {
  content: "\ea0f"; }

.telefono, .mail, .gmaps {
  display: inline-block; }

.botonTelefono {
  box-sizing: border-box;
  border: 1px solid #2b2d00;
  border-bottom-width: 3px;
  border-radius: .5em;
  background: #F7FE2E;
  color: #000;
  display: inline-block;
  line-height: 2.1em;
  height: 2.4em;
  padding: 0 .5em;
  width: 100px;
  text-decoration: none; }
  .botonTelefono:hover {
    background: #f9fe61;
    color: black; }
  .botonTelefono:active {
    border-bottom-width: 1px;
    line-height: 3em; }

.botonMail {
  box-sizing: border-box;
  border: 1px solid #212d00;
  border-bottom-width: 3px;
  border-radius: .5em;
  background: #A5DF00;
  color: #000;
  display: inline-block;
  line-height: 2.1em;
  height: 2.4em;
  padding: 0 .5em;
  text-decoration: none; }
  .botonMail:hover {
    background: #cfff46;
    color: black; }
  .botonMail:active {
    border-bottom-width: 1px;
    line-height: 3em; }

.botonMapa {
  box-sizing: border-box;
  border: 1px solid #212d00;
  border-bottom-width: 3px;
  border-radius: .5em;
  background: #A5DF00;
  color: #000;
  display: inline-block;
  line-height: 2.1em;
  height: 2.4em;
  padding: 0 .5em;
  text-decoration: none; }
  .botonMapa:hover {
    background: #cfff46;
    color: black; }
  .botonMapa:active {
    border-bottom-width: 1px;
    line-height: 3em; }

body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px; } }
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block; }

.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal; }

.sweet-alert fieldset {
  border: none;
  position: relative; }

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s; }

.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s; }

.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px; }

.sweet-alert .sa-error-container p {
  display: inline-block; }

.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s; }

.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px; }

.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed; }

.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5; }

.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5; }

.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5; }

.sweet-alert input::-moz-placeholder {
  color: #bdbdbd; }

.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd; }

.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd; }

.sweet-alert.show-input input {
  display: block; }

.sweet-alert button {
  background-color: #AEDEF4;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer; }

.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }

.sweet-alert button:hover {
  background-color: #a1d9f2; }

.sweet-alert button:active {
  background-color: #81ccee; }

.sweet-alert button.cancel {
  background-color: #D0D0D0; }

.sweet-alert button.cancel:hover {
  background-color: #c8c8c8; }

.sweet-alert button.cancel:active {
  background-color: #b6b6b6; }

.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }

.sweet-alert button::-moz-focus-inner {
  border: 0; }

.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important; }

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px; }

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box; }

.sweet-alert .sa-icon.sa-error {
  border-color: #F27474; }

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block; }

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px; }

.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86; }

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86; }

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86; }

.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1; }

.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1; }

.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1; }

.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86; }

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px; }

.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px; }

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }
@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }
@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }
@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }
@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }
@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }
@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }
@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }
@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }
.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }
@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

body {
  background: #fff; }

#header {
  background: #02134c; }
  @media screen and (min-width: 320px) {
    #header {
      border-bottom: 10px solid #548235; } }

h1, h4 {
  color: #fff;
  width: 250px; }

h4 {
  color: #fff; }

.zapata {
  text-align: center; }

.header-1 {
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .header-1 {
      text-align: left; } }

.header-2 {
  position: relative;
  color: black;
  margin-right: 60px; }

/*---------------------------------------------------------------------------*\
    $El Menú
\*---------------------------------------------------------------------------*/
/*---------------------------------------------*\
    $Toggle - menu
\*---------------------------------------------*/
@media screen and (min-width: 320px) and (max-width: 767px) {
  .togle {
    position: relative; }
    .togle hamburguer, .togle .hamburguer {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      margin: auto !important; }

  #hamburger {
    /*border: 2px solid white*/;
    float: right;
    width: auto;
    margin-left: 1em;
    position: relative;
    bottom: 40px;
    background: #00144d;
    cursor: pointer;
    width: 40px;
    height: 38px;
    padding: 6px;
    border-radius: 6px;
    margin: 3px; }

  .line {
    border-bottom: 4px solid white;
    width: 25px;
    margin-bottom: 6px; }

  .line:last-child {
    margin-bottom: 0; } }
/*---------------------------------------------*\
    $Principal normal
\*---------------------------------------------*/
.menu2 {
  display: none; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .menu2 {
      background: #02134c;
      display: table;
      width: 100%; }
      .menu2, .menu2 ul, .menu2 li {
        list-style: none;
        margin: 0;
        padding: 0; }
      .menu2 li {
        position: relative; }
        .menu2 li:hover {
          background: #55812f; }
          .menu2 li:hover > ul > li {
            max-height: 2.5em;
            overflow: visible; }
          .menu2 li:hover a {
            text-decoration: none !important; }
      .menu2 ul {
        background: #02134c;
        position: absolute;
        top: 0;
        left: 100%;
        width: 0; }
        .menu2 ul li {
          max-height: 0;
          overflow: hidden;
          transition: all .3s; }
      .menu2 a {
        color: #fff;
        line-height: 2.5em;
        display: block;
        padding: 0 1.5em;
        text-decoration: none; } }
  @media screen and (min-width: 320px) and (max-width: 767px) and (max-width: 767px) {
    .menu2 {
      display: none; } }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .menu {
    background: transparent;
    display: table;
    width: 100%; }
    .menu, .menu ul, .menu li {
      list-style: none;
      margin: 0;
      padding: 0; }
    .menu li {
      position: relative; }
      .menu li:hover {
        background: #55812f; }
        .menu li:hover > ul > li {
          max-height: 2.5em;
          overflow: visible; }
        .menu li:hover a {
          text-decoration: none !important; }
    .menu ul {
      background: transparent;
      position: absolute;
      top: 0;
      left: 100%;
      width: 0; }
      .menu ul li {
        max-height: 0;
        overflow: hidden;
        transition: all .3s; }
    .menu a {
      color: #fff;
      line-height: 2.5em;
      display: block;
      padding: 0 1.5em;
      text-decoration: none; } }
  @media screen and (min-width: 320px) and (max-width: 767px) and (max-width: 767px) {
    .menu {
      display: none; } }

@media screen and (min-width: 768px) and (max-width: 4399px) {
  .menu {
    float: right;
    display: table;
    background: transparent; }
    .menu, .menu ul, .menu li {
      list-style: none;
      margin: 0;
      padding: 0; }
    .menu li {
      position: relative; }
      .menu li:hover {
        background: #55812f; }
        .menu li:hover a {
          text-decoration: none !important; }
    .menu > li {
      float: left; }
      .menu > li > ul {
        top: 100%;
        left: 0; }
        .menu > li > ul ul {
          top: 0;
          left: 100%; }
      .menu > li li {
        max-height: 0;
        overflow: hidden;
        transition: all .3s; }
    .menu li:hover > ul > li {
      max-height: 4em;
      overflow: visible; }
    .menu a {
      color: #fff;
      line-height: 4em;
      display: block;
      padding: 0 0.85em;
      text-decoration: none; }
    .menu ul {
      background: transparent;
      position: absolute;
      width: 0;
      z-index: 50; } }

/*---------------------------------------------*\
	$ LA MISION
\*---------------------------------------------*/
#mision {
  background-size: cover;
  height: 300px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px; }
  #mision .mision {
    display: flex;
    justify-content: center; }
  #mision p {
    color: #FFFAFC;
    font-size: 1.6em;
    width: 50%;
    font-weight: 700;
    font-size: 1.5em;
    width: 90%; }
    @media screen and (max-width: 767px) {
      #mision p {
        font-size: 1.1em;
        width: 90%; } }

#main {
  background: #fff;
  padding: 1em 0;
  border: 1px solid #C5C1C2; }
  #main h1 {
    font-size: 50px;
    letter-spacing: -3px;
    margin: 0;
    padding: 0; }
  #main h2 {
    font-size: 30px;
    padding: 5px;
    margin: 0; }
  #main img {
    border: 1px solid #C5C1C2;
    padding: .3em;
    margin-bottom: 1em; }
    @media screen and (min-width: 480px) {
      #main img {
        display: table;
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }

#nosotros {
  color: #00144d; }

/*---------------------------------------------*\
	$ INFORMACIÓN
\*---------------------------------------------*/
#informacion {
  margin: 20px 0; }
  @media screen and (min-width: 320px) and (max-width: 4399px) {
    #informacion h4 {
      letter-spacing: 1px;
      margin: 14px auto;
      color: #00144d; }
    #informacion .blanco {
      color: #fff;
      font-size: .9em; } }

.perfil1 h4, .perfil2 h4 {
  font-size: 1.8em; }
.perfil1 p, .perfil2 p {
  text-align: justify;
  color: #548235; }
@media screen and (min-width: 320px) and (max-width: 767px) {
  .perfil1 p, .perfil2 p {
    color: #548235; } }

.perfil2 {
  padding-top: 10px; }

.imgperfil1, .imgperfil2 {
  border-radius: 50%;
  margin: 10px 0; }

.datosPerfil .correo, .datosPerfil .telefono2 {
  width: 100%;
  line-height: 1;
  padding: 3px 0;
  margin: 0;
  text-align: right;
  font-family: 'geomanist_regularregular';
  font-weight: 400; }

h4.fc {
  color: #fff; }

/*---------------------------------------------*\
	$ Los Servicios
\*---------------------------------------------*/
#servicios {
  background: #d9d9d9;
  margin: 2em auto;
  padding: 1em;
  color: #548235; }
  #servicios h3 {
    color: #00144d; }
  #servicios p {
    text-align: justify; }
  #servicios .asesorias {
    margin-bottom: 20px; }
    #servicios .asesorias p {
      margin: 0; }
    #servicios .asesorias ul {
      margin: 0;
      padding: 0 0 0 15px;
      font-size: .9em; }

/*---------------------------------------------*\
	$ Ubicación
\*---------------------------------------------*/
#contacto .infocontacto h3 {
  color: #00144d; }
@media screen and (max-width: 767px) {
  #contacto .infocontacto h3 {
    text-align: center;
    margin-bottom: 20px;
    color: #00144d; } }
#contacto .infocontacto .par {
  margin: 10px 0;
  color: #548235; }
@media screen and (max-width: 767px) {
  #contacto .infocontacto .par {
    margin: 2px 0;
    text-align: center;
    color: #548235; } }
#contacto .googlemap h3 {
  margin-bottom: 15px;
  color: #00144d; }
@media screen and (max-width: 767px) {
  #contacto .googlemap {
    text-align: center;
    margin: 20px 0 0 0; } }

.autor, .disenio {
  font-size: .8em;
  padding: 0;
  margin: 4px;
  float: right; }

.separacion1 {
  width: 100%;
  height: 40px; }

.disenio a {
  text-decoration: none; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .separacion2 {
    width: 100%;
    height: 90px; } }
@media screen and (min-width: 768px) and (max-width: 4399px) {
  .separacion2 {
    width: 100%;
    height: 40px; } }
#footer {
  bottom: 0;
  background: #548235;
  height: 55px;
  padding-top: 10px; }
  #footer a {
    text-decoration: none; }
  #footer .telefono {
    display: inline-block;
    background: url("../img/telefono.png") no-repeat no-repeat;
    background-size: cover;
    width: 45px;
    height: 44px;
    margin: -5px 10px; }
    #footer .telefono:hover {
      background-position: 0 -45px; }
  #footer .email {
    display: inline-block;
    background: url("../img/email.png") no-repeat no-repeat;
    background-size: cover;
    width: 45px;
    height: 44px;
    margin: -5px 10px;
    transition: all 2 3;
    -webkit-transition: all 2 3;
    -ms-transition: all 2 3; }
    #footer .email:hover {
      background-position: 0 -45px; }
  #footer .gmaps {
    display: inline-block;
    background: url("../img/maps.png") no-repeat no-repeat;
    background-size: cover;
    width: 45px;
    height: 44px;
    margin: -5px 10px;
    transition: all 2 3;
    -webkit-transition: all 2 3;
    -ms-transition: all 2 3; }
    #footer .gmaps:hover {
      background-position: 0 -45px; }
  #footer .contacto {
    margin-bottom: 20px; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    #footer {
      position: fixed;
      z-index: 2000; } }
  #footer .iconos {
    margin: 0;
    padding: 0; }

h4.blanco {
  color: #fff; }
