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

body {
  margin: 0;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; }

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

a {
  text-decoration: none; }

/*
  GRUPOS Y CAJAS
  ==============
  Los grupos son contenedores para las cajas.
  Las cajas crean las divisiones en el grupo (columnas).
  En ED GRID 1.2. los grupos son containers y las
  cajas son items. Para crear un namespace se usan las
  clases ed-container y ed-item. Se pueden seguir usando
  las clases .grupo y .caja pero se desaconseja (en la v2 desaparecerán)
*/
.ed-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .ed-container.full {
    max-width: 100%; }

.ed-item {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

.base-5,
.ed-item.base-5 {
  width: 5%; }

.base-10,
.ed-item.base-10 {
  width: 10%; }

.base-15,
.ed-item.base-15 {
  width: 15%; }

.base-20,
.ed-item.base-20 {
  width: 20%; }

.base-25,
.ed-item.base-25 {
  width: 25%; }

.base-30,
.ed-item.base-30 {
  width: 30%; }

.base-35,
.ed-item.base-35 {
  width: 35%; }

.base-40,
.ed-item.base-40 {
  width: 40%; }

.base-45,
.ed-item.base-45 {
  width: 45%; }

.base-50,
.ed-item.base-50 {
  width: 50%; }

.base-55,
.ed-item.base-55 {
  width: 55%; }

.base-60,
.ed-item.base-60 {
  width: 60%; }

.base-65,
.ed-item.base-65 {
  width: 65%; }

.base-70,
.ed-item.base-70 {
  width: 70%; }

.base-75,
.ed-item.base-75 {
  width: 75%; }

.base-80,
.ed-item.base-80 {
  width: 80%; }

.base-85,
.ed-item.base-85 {
  width: 85%; }

.base-90,
.ed-item.base-90 {
  width: 90%; }

.base-95,
.ed-item.base-95 {
  width: 95%; }

.base-100,
.ed-item.base-100 {
  width: 100%; }

.base-1-3,
.ed-item.base-1-3 {
  width: 33.33333%; }

.base-2-3,
.ed-item.base-2-3 {
  width: 66.66667%; }

.base-3-3,
.ed-item.base-3-3 {
  width: 100%; }

.base-1-6,
.ed-item.base-1-6 {
  width: 16.66667%; }

.base-2-6,
.ed-item.base-2-6 {
  width: 33.33333%; }

.base-3-6,
.ed-item.base-3-6 {
  width: 50%; }

.base-4-6,
.ed-item.base-4-6 {
  width: 66.66667%; }

.base-5-6,
.ed-item.base-5-6 {
  width: 83.33333%; }

.base-6-6,
.ed-item.base-6-6 {
  width: 100%; }

.base-1-8,
.ed-item.base-1-8 {
  width: 12.5%; }

.base-2-8,
.ed-item.base-2-8 {
  width: 25%; }

.base-3-8,
.ed-item.base-3-8 {
  width: 37.5%; }

.base-4-8,
.ed-item.base-4-8 {
  width: 50%; }

.base-5-8,
.ed-item.base-5-8 {
  width: 62.5%; }

.base-6-8,
.ed-item.base-6-8 {
  width: 75%; }

.base-7-8,
.ed-item.base-7-8 {
  width: 87.5%; }

.base-8-8,
.ed-item.base-8-8 {
  width: 100%; }

@media all and (min-width: 480px) {
  .movil-5,
  .ed-item.movil-5 {
    width: 5%; }
  .movil-10,
  .ed-item.movil-10 {
    width: 10%; }
  .movil-15,
  .ed-item.movil-15 {
    width: 15%; }
  .movil-20,
  .ed-item.movil-20 {
    width: 20%; }
  .movil-25,
  .ed-item.movil-25 {
    width: 25%; }
  .movil-30,
  .ed-item.movil-30 {
    width: 30%; }
  .movil-35,
  .ed-item.movil-35 {
    width: 35%; }
  .movil-40,
  .ed-item.movil-40 {
    width: 40%; }
  .movil-45,
  .ed-item.movil-45 {
    width: 45%; }
  .movil-50,
  .ed-item.movil-50 {
    width: 50%; }
  .movil-55,
  .ed-item.movil-55 {
    width: 55%; }
  .movil-60,
  .ed-item.movil-60 {
    width: 60%; }
  .movil-65,
  .ed-item.movil-65 {
    width: 65%; }
  .movil-70,
  .ed-item.movil-70 {
    width: 70%; }
  .movil-75,
  .ed-item.movil-75 {
    width: 75%; }
  .movil-80,
  .ed-item.movil-80 {
    width: 80%; }
  .movil-85,
  .ed-item.movil-85 {
    width: 85%; }
  .movil-90,
  .ed-item.movil-90 {
    width: 90%; }
  .movil-95,
  .ed-item.movil-95 {
    width: 95%; }
  .movil-100,
  .ed-item.movil-100 {
    width: 100%; }
  .movil-1-3,
  .ed-item.movil-1-3 {
    width: 33.33333%; }
  .movil-2-3,
  .ed-item.movil-2-3 {
    width: 66.66667%; }
  .movil-3-3,
  .ed-item.movil-3-3 {
    width: 100%; }
  .movil-1-6,
  .ed-item.movil-1-6 {
    width: 16.66667%; }
  .movil-2-6,
  .ed-item.movil-2-6 {
    width: 33.33333%; }
  .movil-3-6,
  .ed-item.movil-3-6 {
    width: 50%; }
  .movil-4-6,
  .ed-item.movil-4-6 {
    width: 66.66667%; }
  .movil-5-6,
  .ed-item.movil-5-6 {
    width: 83.33333%; }
  .movil-6-6,
  .ed-item.movil-6-6 {
    width: 100%; }
  .movil-1-8,
  .ed-item.movil-1-8 {
    width: 12.5%; }
  .movil-2-8,
  .ed-item.movil-2-8 {
    width: 25%; }
  .movil-3-8,
  .ed-item.movil-3-8 {
    width: 37.5%; }
  .movil-4-8,
  .ed-item.movil-4-8 {
    width: 50%; }
  .movil-5-8,
  .ed-item.movil-5-8 {
    width: 62.5%; }
  .movil-6-8,
  .ed-item.movil-6-8 {
    width: 75%; }
  .movil-7-8,
  .ed-item.movil-7-8 {
    width: 87.5%; }
  .movil-8-8,
  .ed-item.movil-8-8 {
    width: 100%; } }

@media all and (min-width: 768px) {
  .tablet-5,
  .ed-item.tablet-5 {
    width: 5%; }
  .tablet-10,
  .ed-item.tablet-10 {
    width: 10%; }
  .tablet-15,
  .ed-item.tablet-15 {
    width: 15%; }
  .tablet-20,
  .ed-item.tablet-20 {
    width: 20%; }
  .tablet-25,
  .ed-item.tablet-25 {
    width: 25%; }
  .tablet-30,
  .ed-item.tablet-30 {
    width: 30%; }
  .tablet-35,
  .ed-item.tablet-35 {
    width: 35%; }
  .tablet-40,
  .ed-item.tablet-40 {
    width: 40%; }
  .tablet-45,
  .ed-item.tablet-45 {
    width: 45%; }
  .tablet-50,
  .ed-item.tablet-50 {
    width: 50%; }
  .tablet-55,
  .ed-item.tablet-55 {
    width: 55%; }
  .tablet-60,
  .ed-item.tablet-60 {
    width: 60%; }
  .tablet-65,
  .ed-item.tablet-65 {
    width: 65%; }
  .tablet-70,
  .ed-item.tablet-70 {
    width: 70%; }
  .tablet-75,
  .ed-item.tablet-75 {
    width: 75%; }
  .tablet-80,
  .ed-item.tablet-80 {
    width: 80%; }
  .tablet-85,
  .ed-item.tablet-85 {
    width: 85%; }
  .tablet-90,
  .ed-item.tablet-90 {
    width: 90%; }
  .tablet-95,
  .ed-item.tablet-95 {
    width: 95%; }
  .tablet-100,
  .ed-item.tablet-100 {
    width: 100%; }
  .tablet-1-3,
  .ed-item.tablet-1-3 {
    width: 33.33333%; }
  .tablet-2-3,
  .ed-item.tablet-2-3 {
    width: 66.66667%; }
  .tablet-3-3,
  .ed-item.tablet-3-3 {
    width: 100%; }
  .tablet-1-6,
  .ed-item.tablet-1-6 {
    width: 16.66667%; }
  .tablet-2-6,
  .ed-item.tablet-2-6 {
    width: 33.33333%; }
  .tablet-3-6,
  .ed-item.tablet-3-6 {
    width: 50%; }
  .tablet-4-6,
  .ed-item.tablet-4-6 {
    width: 66.66667%; }
  .tablet-5-6,
  .ed-item.tablet-5-6 {
    width: 83.33333%; }
  .tablet-6-6,
  .ed-item.tablet-6-6 {
    width: 100%; }
  .tablet-1-8,
  .ed-item.tablet-1-8 {
    width: 12.5%; }
  .tablet-2-8,
  .ed-item.tablet-2-8 {
    width: 25%; }
  .tablet-3-8,
  .ed-item.tablet-3-8 {
    width: 37.5%; }
  .tablet-4-8,
  .ed-item.tablet-4-8 {
    width: 50%; }
  .tablet-5-8,
  .ed-item.tablet-5-8 {
    width: 62.5%; }
  .tablet-6-8,
  .ed-item.tablet-6-8 {
    width: 75%; }
  .tablet-7-8,
  .ed-item.tablet-7-8 {
    width: 87.5%; }
  .tablet-8-8,
  .ed-item.tablet-8-8 {
    width: 100%; } }

@media all and (min-width: 1024px) {
  .web-5,
  .ed-item.web-5 {
    width: 5%; }
  .web-10,
  .ed-item.web-10 {
    width: 10%; }
  .web-15,
  .ed-item.web-15 {
    width: 15%; }
  .web-20,
  .ed-item.web-20 {
    width: 20%; }
  .web-25,
  .ed-item.web-25 {
    width: 25%; }
  .web-30,
  .ed-item.web-30 {
    width: 30%; }
  .web-35,
  .ed-item.web-35 {
    width: 35%; }
  .web-40,
  .ed-item.web-40 {
    width: 40%; }
  .web-45,
  .ed-item.web-45 {
    width: 45%; }
  .web-50,
  .ed-item.web-50 {
    width: 50%; }
  .web-55,
  .ed-item.web-55 {
    width: 55%; }
  .web-60,
  .ed-item.web-60 {
    width: 60%; }
  .web-65,
  .ed-item.web-65 {
    width: 65%; }
  .web-70,
  .ed-item.web-70 {
    width: 70%; }
  .web-75,
  .ed-item.web-75 {
    width: 75%; }
  .web-80,
  .ed-item.web-80 {
    width: 80%; }
  .web-85,
  .ed-item.web-85 {
    width: 85%; }
  .web-90,
  .ed-item.web-90 {
    width: 90%; }
  .web-95,
  .ed-item.web-95 {
    width: 95%; }
  .web-100,
  .ed-item.web-100 {
    width: 100%; }
  .web-1-3,
  .ed-item.web-1-3 {
    width: 33.33333%; }
  .web-2-3,
  .ed-item.web-2-3 {
    width: 66.66667%; }
  .web-3-3,
  .ed-item.web-3-3 {
    width: 100%; }
  .web-1-6,
  .ed-item.web-1-6 {
    width: 16.66667%; }
  .web-2-6,
  .ed-item.web-2-6 {
    width: 33.33333%; }
  .web-3-6,
  .ed-item.web-3-6 {
    width: 50%; }
  .web-4-6,
  .ed-item.web-4-6 {
    width: 66.66667%; }
  .web-5-6,
  .ed-item.web-5-6 {
    width: 83.33333%; }
  .web-6-6,
  .ed-item.web-6-6 {
    width: 100%; }
  .web-1-8,
  .ed-item.web-1-8 {
    width: 12.5%; }
  .web-2-8,
  .ed-item.web-2-8 {
    width: 25%; }
  .web-3-8,
  .ed-item.web-3-8 {
    width: 37.5%; }
  .web-4-8,
  .ed-item.web-4-8 {
    width: 50%; }
  .web-5-8,
  .ed-item.web-5-8 {
    width: 62.5%; }
  .web-6-8,
  .ed-item.web-6-8 {
    width: 75%; }
  .web-7-8,
  .ed-item.web-7-8 {
    width: 87.5%; }
  .web-8-8,
  .ed-item.web-8-8 {
    width: 100%; } }

@media all and (min-width: 1400px) {
  .hd-5,
  .ed-item.hd-5 {
    width: 5%; }
  .hd-10,
  .ed-item.hd-10 {
    width: 10%; }
  .hd-15,
  .ed-item.hd-15 {
    width: 15%; }
  .hd-20,
  .ed-item.hd-20 {
    width: 20%; }
  .hd-25,
  .ed-item.hd-25 {
    width: 25%; }
  .hd-30,
  .ed-item.hd-30 {
    width: 30%; }
  .hd-35,
  .ed-item.hd-35 {
    width: 35%; }
  .hd-40,
  .ed-item.hd-40 {
    width: 40%; }
  .hd-45,
  .ed-item.hd-45 {
    width: 45%; }
  .hd-50,
  .ed-item.hd-50 {
    width: 50%; }
  .hd-55,
  .ed-item.hd-55 {
    width: 55%; }
  .hd-60,
  .ed-item.hd-60 {
    width: 60%; }
  .hd-65,
  .ed-item.hd-65 {
    width: 65%; }
  .hd-70,
  .ed-item.hd-70 {
    width: 70%; }
  .hd-75,
  .ed-item.hd-75 {
    width: 75%; }
  .hd-80,
  .ed-item.hd-80 {
    width: 80%; }
  .hd-85,
  .ed-item.hd-85 {
    width: 85%; }
  .hd-90,
  .ed-item.hd-90 {
    width: 90%; }
  .hd-95,
  .ed-item.hd-95 {
    width: 95%; }
  .hd-100,
  .ed-item.hd-100 {
    width: 100%; }
  .hd-1-3,
  .ed-item.hd-1-3 {
    width: 33.33333%; }
  .hd-2-3,
  .ed-item.hd-2-3 {
    width: 66.66667%; }
  .hd-3-3,
  .ed-item.hd-3-3 {
    width: 100%; }
  .hd-1-6,
  .ed-item.hd-1-6 {
    width: 16.66667%; }
  .hd-2-6,
  .ed-item.hd-2-6 {
    width: 33.33333%; }
  .hd-3-6,
  .ed-item.hd-3-6 {
    width: 50%; }
  .hd-4-6,
  .ed-item.hd-4-6 {
    width: 66.66667%; }
  .hd-5-6,
  .ed-item.hd-5-6 {
    width: 83.33333%; }
  .hd-6-6,
  .ed-item.hd-6-6 {
    width: 100%; }
  .hd-1-8,
  .ed-item.hd-1-8 {
    width: 12.5%; }
  .hd-2-8,
  .ed-item.hd-2-8 {
    width: 25%; }
  .hd-3-8,
  .ed-item.hd-3-8 {
    width: 37.5%; }
  .hd-4-8,
  .ed-item.hd-4-8 {
    width: 50%; }
  .hd-5-8,
  .ed-item.hd-5-8 {
    width: 62.5%; }
  .hd-6-8,
  .ed-item.hd-6-8 {
    width: 75%; }
  .hd-7-8,
  .ed-item.hd-7-8 {
    width: 87.5%; }
  .hd-8-8,
  .ed-item.hd-8-8 {
    width: 100%; } }

/*ESTILOS PARA DESARROLLO
========================
Añada la clase "desarrollo"
a <body> para tener ayudas al trabajar con ED GRID
*/
body.desarrollo {
  margin: 0 !important; }
  body.desarrollo:before {
    background: steelblue;
    color: #fff;
    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 .ed-container {
    padding-top: 22px;
    margin-bottom: 10px;
    outline: 1px solid tomato;
    position: relative; }
    body.desarrollo .ed-container .ed-item {
      position: relative;
      padding-bottom: 22px; }
      body.desarrollo .ed-container .ed-item:nth-child(even) {
        background: rgba(70, 130, 180, 0.2); }
    body.desarrollo .ed-container .ed-container {
      margin-bottom: 0; }

.desarrollo .ed-container:before,
.desarrollo .ed-container .ed-item:after {
  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 .ed-container:before {
  background: rgba(255, 99, 71, 0.3);
  color: tomato;
  top: 0;
  left: 0;
  width: 100%; }

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

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

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

@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: 1400px) {
  body.desarrollo:before {
    content: "ED-GRID: Tamaño hd, desde 1400px"; } }

.ed-container.demostrar {
  outline: 1px solid tomato;
  margin: 1em auto; }
  .ed-container.demostrar > .caja,
  .ed-container.demostrar > .ed-item {
    background: #eee;
    -webkit-box-shadow: 0 0 0 1px steelblue;
    box-shadow: 0 0 0 1px steelblue;
    padding-top: 1em;
    padding-bottom: 1em; }
    .ed-container.demostrar > .caja p,
    .ed-container.demostrar > .ed-item p {
      margin-bottom: 0; }
    .ed-container.demostrar > .caja:nth-child(odd),
    .ed-container.demostrar > .ed-item:nth-child(odd) {
      background: #ddd; }

@media screen and (max-width: 479px) {
  .desde-movil,
  .from-movil {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .desde-tablet,
  .from-tablet {
    display: none !important; } }

@media screen and (max-width: 1023px) {
  .desde-web,
  .from-web {
    display: none !important; } }

@media screen and (max-width: 1399px) {
  .desde-hd,
  .from-hd {
    display: none !important; } }

@media screen and (min-width: 480px) {
  .hasta-movil,
  .to-movil {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .hasta-tablet,
  .to-tablet {
    display: none !important; } }

@media screen and (min-width: 1024px) {
  .hasta-web,
  .to-web {
    display: none !important; } }

@media screen and (min-width: 1400px) {
  .hasta-hd,
  .to-hd {
    display: none !important; } }

.center {
  display: block;
  clear: both;
  margin-right: auto !important;
  margin-left: auto !important; }

.left {
  float: left; }

.right {
  float: right; }

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

.center-text,
.text-center {
  text-align: center; }

.left-text,
.text-left {
  text-align: left; }

.right-text,
.text-right {
  text-align: right; }

.circle {
  border-radius: 50%; }

.clearfix:before, .clearfix: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.ed-container > .ed-item,
.ed-item.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%; }

.ed-menu {
  width: 100%; }
  .ed-menu, .ed-menu ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .ed-menu li {
    position: relative; }
  .ed-menu ul {
    position: absolute;
    display: none; }
  .ed-menu a {
    display: block;
    width: 100%;
    line-height: 2em;
    padding: 0 1em; }
    .ed-menu a:hover {
      cursor: pointer; }
  .ed-menu.default > li, .ed-menu.nav-bar > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .ed-menu.default > li:hover, .ed-menu.nav-bar > li:hover {
      border-bottom: 1px solid #fff; }
  .ed-menu.default ul, .ed-menu.nav-bar ul {
    background: rgba(0, 0, 0, 0.2); }
    .ed-menu.default ul li:hover, .ed-menu.nav-bar ul li:hover {
      background: rgba(0, 0, 0, 0.4); }
    .ed-menu.default ul a, .ed-menu.nav-bar ul a {
      text-align: left;
      font-size: .9em; }
  .ed-menu.default a, .ed-menu.nav-bar a {
    color: #fff; }
  .ed-menu.nav-bar {
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .ed-menu.nav-bar li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .ed-menu.nav-bar li:last-child {
        border-right: none; }
    .ed-menu.nav-bar ul {
      border: 1px solid rgba(0, 0, 0, 0.1); }
      .ed-menu.nav-bar ul li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        .ed-menu.nav-bar ul li:last-child {
          border-bottom: none; }
  .ed-menu.button-bar li {
    margin-bottom: .5em;
    margin-right: .5em; }
  .ed-menu.button-bar a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    background: #eee;
    line-height: 2.5em;
    margin-right: .5em;
    padding: 0 1.5em;
    border-radius: 4px;
    color: #666; }
    .ed-menu.button-bar a:hover {
      background: rgba(0, 0, 0, 0.1); }

@media screen and (min-width: 768px) {
  .tablet-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .tablet-horizontal.nav-bar > li {
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: none; }
    .tablet-horizontal a {
      text-align: center; }
    .tablet-horizontal ul {
      position: absolute;
      top: 100%;
      min-width: 17em; }
      .tablet-horizontal ul ul {
        top: 0;
        left: 100%; }
    .tablet-horizontal li:hover > ul {
      display: block; } }

@media screen and (min-width: 1024px) {
  .web-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .web-horizontal.nav-bar > li {
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: none; }
    .web-horizontal a {
      text-align: center; }
    .web-horizontal ul {
      position: absolute;
      top: 100%;
      min-width: 17em; }
      .web-horizontal ul ul {
        top: 0;
        left: 100%; }
    .web-horizontal li:hover > ul {
      display: block; } }

/*
todo: las clases de alineacion (como justify, top, bottom etc) deben poder
aplicarse a un item unico o a todo_ un container para que se herede en
todos sus items.
*/
@media screen and (min-width: 480px) {
  .movil-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .movil-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .movil-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .movil-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .movil-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .movil-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .movil-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .movil-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .movil-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .movil-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; } }

@media screen and (min-width: 768px) {
  .tablet-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .tablet-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .tablet-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .tablet-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .tablet-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .tablet-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .tablet-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .tablet-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .tablet-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .tablet-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; } }

@media screen and (min-width: 1024px) {
  .web-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .web-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .web-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .web-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .web-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .web-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .web-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .web-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .web-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .web-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; } }

@media screen and (min-width: 1400px) {
  .hd-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .hd-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .hd-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .hd-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .hd-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .hd-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .hd-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .hd-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .hd-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .hd-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; } }

.justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media all and (min-width: 480px) {
  .movil-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 768px) {
  .tablet-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 1024px) {
  .web-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 1400px) {
  .hd-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.distribute,
.distributed {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media all and (min-width: 480px) {
  .movil-distribute,
  .movil-distributed {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 768px) {
  .tablet-distribute,
  .tablet-distributed {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 1024px) {
  .web-distribute,
  .web-distributed {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 1400px) {
  .hd-distribute,
  .hd-distributed {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.main-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media all and (min-width: 480px) {
  .movil-main-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 768px) {
  .tablet-main-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 1024px) {
  .web-main-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 1400px) {
  .hd-main-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.main-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media all and (min-width: 480px) {
  .movil-main-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 768px) {
  .tablet-main-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 1024px) {
  .web-main-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 1400px) {
  .hd-main-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.main-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media all and (min-width: 480px) {
  .movil-main-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 768px) {
  .tablet-main-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 1024px) {
  .web-main-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 1400px) {
  .hd-main-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.cross-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media all and (min-width: 480px) {
  .movil-cross-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 768px) {
  .tablet-cross-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 1024px) {
  .web-cross-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 1400px) {
  .hd-cross-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.cross-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media all and (min-width: 480px) {
  .movil-cross-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 768px) {
  .tablet-cross-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 1024px) {
  .web-cross-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 1400px) {
  .hd-cross-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.cross-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end; }

@media all and (min-width: 480px) {
  .movil-cross-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 768px) {
  .tablet-cross-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 1024px) {
  .web-cross-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 1400px) {
  .hd-cross-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media all and (min-width: 480px) {
  .movil-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 768px) {
  .tablet-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 1024px) {
  .web-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 1400px) {
  .hd-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media all and (min-width: 480px) {
  .movil-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 768px) {
  .tablet-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 1024px) {
  .web-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 1400px) {
  .hd-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

@media all and (min-width: 480px) {
  .movil-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 768px) {
  .tablet-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 1024px) {
  .web-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media all and (min-width: 1400px) {
  .hd-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.abcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

@media all and (min-width: 480px) {
  .caja.movil-offset-5,
  .ed-item.movil-offset-5 {
    margin-left: 5%; }
  .caja.movil-offset-10,
  .ed-item.movil-offset-10 {
    margin-left: 10%; }
  .caja.movil-offset-15,
  .ed-item.movil-offset-15 {
    margin-left: 15%; }
  .caja.movil-offset-20,
  .ed-item.movil-offset-20 {
    margin-left: 20%; }
  .caja.movil-offset-25,
  .ed-item.movil-offset-25 {
    margin-left: 25%; }
  .caja.movil-offset-30,
  .ed-item.movil-offset-30 {
    margin-left: 30%; }
  .caja.movil-offset-35,
  .ed-item.movil-offset-35 {
    margin-left: 35%; }
  .caja.movil-offset-40,
  .ed-item.movil-offset-40 {
    margin-left: 40%; }
  .caja.movil-offset-45,
  .ed-item.movil-offset-45 {
    margin-left: 45%; }
  .caja.movil-offset-50,
  .ed-item.movil-offset-50 {
    margin-left: 50%; }
  .caja.movil-offset-55,
  .ed-item.movil-offset-55 {
    margin-left: 55%; }
  .caja.movil-offset-60,
  .ed-item.movil-offset-60 {
    margin-left: 60%; }
  .caja.movil-offset-65,
  .ed-item.movil-offset-65 {
    margin-left: 65%; }
  .caja.movil-offset-70,
  .ed-item.movil-offset-70 {
    margin-left: 70%; }
  .caja.movil-offset-75,
  .ed-item.movil-offset-75 {
    margin-left: 75%; }
  .caja.movil-offset-80,
  .ed-item.movil-offset-80 {
    margin-left: 80%; }
  .caja.movil-offset-85,
  .ed-item.movil-offset-85 {
    margin-left: 85%; }
  .caja.movil-offset-90,
  .ed-item.movil-offset-90 {
    margin-left: 90%; }
  .caja.movil-offset-95,
  .ed-item.movil-offset-95 {
    margin-left: 95%; }
  .caja.movil-offset-100,
  .ed-item.movil-offset-100 {
    margin-left: 100%; }
  .caja.movil-offset-1-3,
  .ed-item.movil-offset-1-3 {
    margin-left: 33.33333%; }
  .caja.movil-offset-2-3,
  .ed-item.movil-offset-2-3 {
    margin-left: 66.66667%; }
  .caja.movil-offset-3-3,
  .ed-item.movil-offset-3-3 {
    margin-left: 100%; }
  .caja.movil-offset-1-6,
  .ed-item.movil-offset-1-6 {
    margin-left: 16.66667%; }
  .caja.movil-offset-2-6,
  .ed-item.movil-offset-2-6 {
    margin-left: 33.33333%; }
  .caja.movil-offset-3-6,
  .ed-item.movil-offset-3-6 {
    margin-left: 50%; }
  .caja.movil-offset-1-8,
  .ed-item.movil-offset-1-8 {
    margin-left: 12.5%; }
  .caja.movil-offset-2-8,
  .ed-item.movil-offset-2-8 {
    margin-left: 25%; }
  .caja.movil-offset-3-8,
  .ed-item.movil-offset-3-8 {
    margin-left: 37.5%; } }

@media all and (min-width: 768px) {
  .caja.tablet-offset-5,
  .ed-item.tablet-offset-5 {
    margin-left: 5%; }
  .caja.tablet-offset-10,
  .ed-item.tablet-offset-10 {
    margin-left: 10%; }
  .caja.tablet-offset-15,
  .ed-item.tablet-offset-15 {
    margin-left: 15%; }
  .caja.tablet-offset-20,
  .ed-item.tablet-offset-20 {
    margin-left: 20%; }
  .caja.tablet-offset-25,
  .ed-item.tablet-offset-25 {
    margin-left: 25%; }
  .caja.tablet-offset-30,
  .ed-item.tablet-offset-30 {
    margin-left: 30%; }
  .caja.tablet-offset-35,
  .ed-item.tablet-offset-35 {
    margin-left: 35%; }
  .caja.tablet-offset-40,
  .ed-item.tablet-offset-40 {
    margin-left: 40%; }
  .caja.tablet-offset-45,
  .ed-item.tablet-offset-45 {
    margin-left: 45%; }
  .caja.tablet-offset-50,
  .ed-item.tablet-offset-50 {
    margin-left: 50%; }
  .caja.tablet-offset-55,
  .ed-item.tablet-offset-55 {
    margin-left: 55%; }
  .caja.tablet-offset-60,
  .ed-item.tablet-offset-60 {
    margin-left: 60%; }
  .caja.tablet-offset-65,
  .ed-item.tablet-offset-65 {
    margin-left: 65%; }
  .caja.tablet-offset-70,
  .ed-item.tablet-offset-70 {
    margin-left: 70%; }
  .caja.tablet-offset-75,
  .ed-item.tablet-offset-75 {
    margin-left: 75%; }
  .caja.tablet-offset-80,
  .ed-item.tablet-offset-80 {
    margin-left: 80%; }
  .caja.tablet-offset-85,
  .ed-item.tablet-offset-85 {
    margin-left: 85%; }
  .caja.tablet-offset-90,
  .ed-item.tablet-offset-90 {
    margin-left: 90%; }
  .caja.tablet-offset-95,
  .ed-item.tablet-offset-95 {
    margin-left: 95%; }
  .caja.tablet-offset-100,
  .ed-item.tablet-offset-100 {
    margin-left: 100%; }
  .caja.tablet-offset-1-3,
  .ed-item.tablet-offset-1-3 {
    margin-left: 33.33333%; }
  .caja.tablet-offset-2-3,
  .ed-item.tablet-offset-2-3 {
    margin-left: 66.66667%; }
  .caja.tablet-offset-3-3,
  .ed-item.tablet-offset-3-3 {
    margin-left: 100%; }
  .caja.tablet-offset-1-6,
  .ed-item.tablet-offset-1-6 {
    margin-left: 16.66667%; }
  .caja.tablet-offset-2-6,
  .ed-item.tablet-offset-2-6 {
    margin-left: 33.33333%; }
  .caja.tablet-offset-3-6,
  .ed-item.tablet-offset-3-6 {
    margin-left: 50%; }
  .caja.tablet-offset-1-8,
  .ed-item.tablet-offset-1-8 {
    margin-left: 12.5%; }
  .caja.tablet-offset-2-8,
  .ed-item.tablet-offset-2-8 {
    margin-left: 25%; }
  .caja.tablet-offset-3-8,
  .ed-item.tablet-offset-3-8 {
    margin-left: 37.5%; } }

@media all and (min-width: 1024px) {
  .caja.web-offset-5,
  .ed-item.web-offset-5 {
    margin-left: 5%; }
  .caja.web-offset-10,
  .ed-item.web-offset-10 {
    margin-left: 10%; }
  .caja.web-offset-15,
  .ed-item.web-offset-15 {
    margin-left: 15%; }
  .caja.web-offset-20,
  .ed-item.web-offset-20 {
    margin-left: 20%; }
  .caja.web-offset-25,
  .ed-item.web-offset-25 {
    margin-left: 25%; }
  .caja.web-offset-30,
  .ed-item.web-offset-30 {
    margin-left: 30%; }
  .caja.web-offset-35,
  .ed-item.web-offset-35 {
    margin-left: 35%; }
  .caja.web-offset-40,
  .ed-item.web-offset-40 {
    margin-left: 40%; }
  .caja.web-offset-45,
  .ed-item.web-offset-45 {
    margin-left: 45%; }
  .caja.web-offset-50,
  .ed-item.web-offset-50 {
    margin-left: 50%; }
  .caja.web-offset-55,
  .ed-item.web-offset-55 {
    margin-left: 55%; }
  .caja.web-offset-60,
  .ed-item.web-offset-60 {
    margin-left: 60%; }
  .caja.web-offset-65,
  .ed-item.web-offset-65 {
    margin-left: 65%; }
  .caja.web-offset-70,
  .ed-item.web-offset-70 {
    margin-left: 70%; }
  .caja.web-offset-75,
  .ed-item.web-offset-75 {
    margin-left: 75%; }
  .caja.web-offset-80,
  .ed-item.web-offset-80 {
    margin-left: 80%; }
  .caja.web-offset-85,
  .ed-item.web-offset-85 {
    margin-left: 85%; }
  .caja.web-offset-90,
  .ed-item.web-offset-90 {
    margin-left: 90%; }
  .caja.web-offset-95,
  .ed-item.web-offset-95 {
    margin-left: 95%; }
  .caja.web-offset-100,
  .ed-item.web-offset-100 {
    margin-left: 100%; }
  .caja.web-offset-1-3,
  .ed-item.web-offset-1-3 {
    margin-left: 33.33333%; }
  .caja.web-offset-2-3,
  .ed-item.web-offset-2-3 {
    margin-left: 66.66667%; }
  .caja.web-offset-3-3,
  .ed-item.web-offset-3-3 {
    margin-left: 100%; }
  .caja.web-offset-1-6,
  .ed-item.web-offset-1-6 {
    margin-left: 16.66667%; }
  .caja.web-offset-2-6,
  .ed-item.web-offset-2-6 {
    margin-left: 33.33333%; }
  .caja.web-offset-3-6,
  .ed-item.web-offset-3-6 {
    margin-left: 50%; }
  .caja.web-offset-1-8,
  .ed-item.web-offset-1-8 {
    margin-left: 12.5%; }
  .caja.web-offset-2-8,
  .ed-item.web-offset-2-8 {
    margin-left: 25%; }
  .caja.web-offset-3-8,
  .ed-item.web-offset-3-8 {
    margin-left: 37.5%; } }

@media all and (min-width: 1400px) {
  .caja.hd-offset-5,
  .ed-item.hd-offset-5 {
    margin-left: 5%; }
  .caja.hd-offset-10,
  .ed-item.hd-offset-10 {
    margin-left: 10%; }
  .caja.hd-offset-15,
  .ed-item.hd-offset-15 {
    margin-left: 15%; }
  .caja.hd-offset-20,
  .ed-item.hd-offset-20 {
    margin-left: 20%; }
  .caja.hd-offset-25,
  .ed-item.hd-offset-25 {
    margin-left: 25%; }
  .caja.hd-offset-30,
  .ed-item.hd-offset-30 {
    margin-left: 30%; }
  .caja.hd-offset-35,
  .ed-item.hd-offset-35 {
    margin-left: 35%; }
  .caja.hd-offset-40,
  .ed-item.hd-offset-40 {
    margin-left: 40%; }
  .caja.hd-offset-45,
  .ed-item.hd-offset-45 {
    margin-left: 45%; }
  .caja.hd-offset-50,
  .ed-item.hd-offset-50 {
    margin-left: 50%; }
  .caja.hd-offset-55,
  .ed-item.hd-offset-55 {
    margin-left: 55%; }
  .caja.hd-offset-60,
  .ed-item.hd-offset-60 {
    margin-left: 60%; }
  .caja.hd-offset-65,
  .ed-item.hd-offset-65 {
    margin-left: 65%; }
  .caja.hd-offset-70,
  .ed-item.hd-offset-70 {
    margin-left: 70%; }
  .caja.hd-offset-75,
  .ed-item.hd-offset-75 {
    margin-left: 75%; }
  .caja.hd-offset-80,
  .ed-item.hd-offset-80 {
    margin-left: 80%; }
  .caja.hd-offset-85,
  .ed-item.hd-offset-85 {
    margin-left: 85%; }
  .caja.hd-offset-90,
  .ed-item.hd-offset-90 {
    margin-left: 90%; }
  .caja.hd-offset-95,
  .ed-item.hd-offset-95 {
    margin-left: 95%; }
  .caja.hd-offset-100,
  .ed-item.hd-offset-100 {
    margin-left: 100%; }
  .caja.hd-offset-1-3,
  .ed-item.hd-offset-1-3 {
    margin-left: 33.33333%; }
  .caja.hd-offset-2-3,
  .ed-item.hd-offset-2-3 {
    margin-left: 66.66667%; }
  .caja.hd-offset-3-3,
  .ed-item.hd-offset-3-3 {
    margin-left: 100%; }
  .caja.hd-offset-1-6,
  .ed-item.hd-offset-1-6 {
    margin-left: 16.66667%; }
  .caja.hd-offset-2-6,
  .ed-item.hd-offset-2-6 {
    margin-left: 33.33333%; }
  .caja.hd-offset-3-6,
  .ed-item.hd-offset-3-6 {
    margin-left: 50%; }
  .caja.hd-offset-1-8,
  .ed-item.hd-offset-1-8 {
    margin-left: 12.5%; }
  .caja.hd-offset-2-8,
  .ed-item.hd-offset-2-8 {
    margin-left: 25%; }
  .caja.hd-offset-3-8,
  .ed-item.hd-offset-3-8 {
    margin-left: 37.5%; } }

.boton, .button, button {
  display: inline-block;
  line-height: 2.5em;
  background: #ddd;
  color: #333;
  padding: 0 1.5em;
  cursor: pointer;
  margin-bottom: 1em; }
  .boton:hover, .button:hover, button:hover {
    background: #d0d0d0; }
  .boton:active, .button:active, button:active {
    -webkit-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97); }
  .boton.round, .button.round, button.round {
    display: inline-block;
    line-height: 2.5em;
    background: #ddd;
    color: #333;
    padding: 0 1.5em;
    cursor: pointer;
    margin-bottom: 1em;
    border-radius: 1.25em; }
    .boton.round:hover, .button.round:hover, button.round:hover {
      background: #d0d0d0; }
    .boton.round:active, .button.round:active, button.round:active {
      -webkit-transform: scale(0.97);
      -ms-transform: scale(0.97);
      transform: scale(0.97); }
  .boton.radius, .button.radius, button.radius {
    display: inline-block;
    line-height: 2.5em;
    background: #ddd;
    color: #333;
    padding: 0 1.5em;
    cursor: pointer;
    margin-bottom: 1em;
    border-radius: 1.25em; }
    .boton.radius:hover, .button.radius:hover, button.radius:hover {
      background: #d0d0d0; }
    .boton.radius:active, .button.radius:active, button.radius:active {
      -webkit-transform: scale(0.97);
      -ms-transform: scale(0.97);
      transform: scale(0.97); }

body {
  min-height: 100vh;
  background: -webkit-radial-gradient(#FFF, #D1DFE7);
  background: -o-radial-gradient(#FFF, #D1DFE7);
  background: radial-gradient(#FFF, #D1DFE7); }
  body nav {
    padding-top: 1em;
    position: absolute;
    -webkit-transition: 1s all ease-in;
    -o-transition: 1s all ease-in;
    transition: 1s all ease-in; }
    body nav img {
      max-height: 6em; }
    body nav > .ed-item:first-child {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    body nav a {
      color: #fff; }
    @media screen and (max-width: 1023px) {
      body nav > .ed-item:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      body nav > .ed-item:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      body nav > .ed-item:nth-child(3) {
        display: none;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: fixed;
        z-index: 5;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        min-height: 100vh;
        background: rgba(11, 65, 68, 0.9);
        margin: 0;
        padding: 0; }
        body nav > .ed-item:nth-child(3) .ed-menu {
          width: 100%; }
          body nav > .ed-item:nth-child(3) .ed-menu li {
            border-bottom: 1px solid #fff;
            padding: 0em 0; }
            body nav > .ed-item:nth-child(3) .ed-menu li:first-child a {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; }
            body nav > .ed-item:nth-child(3) .ed-menu li ul {
              width: 100%;
              position: relative; }
              body nav > .ed-item:nth-child(3) .ed-menu li ul li {
                padding-left: 1em; }
                body nav > .ed-item:nth-child(3) .ed-menu li ul li:last-child {
                  border-bottom: 0px; }
      body nav > .ed-item:last-child {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
  body .sticky {
    padding-top: .5em;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    min-height: 8.5em;
    position: fixed;
    top: 0;
    background-size: 100% 100%;
    background-image: url("../img/logos/IMAGEN-HEADER.png");
    background-repeat: no-repeat; }
    body .sticky img {
      max-height: 4em !important; }
    body .sticky a {
      color: #fff !important; }
    @media screen and (min-width: 1024px) {
      body .sticky #acreditacion {
        padding-top: 1em; } }
    body .sticky .ed-menu {
      z-index: 5; }
      body .sticky .ed-menu > li {
        border-bottom: 0px solid #fff !important;
        padding: .85em 0; }
        @media screen and (max-width: 1023px) {
          body .sticky .ed-menu > li {
            border-bottom: 1px solid #fff !important; } }
        @media screen and (max-width: 1023px) {
          body .sticky .ed-menu > li a {
            color: #fff !important; } }
        body .sticky .ed-menu > li ul {
          background: rgba(0, 0, 0, 0.2); }
          @media screen and (max-width: 1023px) {
            body .sticky .ed-menu > li ul {
              background: rgba(11, 65, 68, 0.9); } }
  body footer {
    height: 5em; }
    body footer > .ed-container > .ed-item:first-child {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      body footer > .ed-container > .ed-item:first-child img {
        height: 5em; }
    body footer p {
      margin: 0;
      padding: 0;
      text-align: center;
      width: 100%;
      color: #000;
      font-size: .8em; }
      body footer p a {
        color: #000;
        text-decoration: none; }
    @media screen and (max-width: 1023px) {
      body footer > .ed-container > .ed-item:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-bottom: 1em; }
      body footer > .ed-container > .ed-item:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 50%;
        margin-left: 25%; } }

body .contenido h1, body .contenido h2, body .contenido span, body .contenido p {
  color: #000;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  text-align: justify;
  width: 100%; }

@media screen and (min-width: 1024px) {
  body {
    overflow: auto; } }

@media screen and (max-width: 1023px) {
  body .ancla, body .ancla2 {
    display: none; } }

body .ancla, body .ancla2 {
  color: #fff;
  font-size: 5em; }

body .ancla2 {
  color: #000; }

body header {
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  @media screen and (max-width: 1023px) {
    body header {
      background-size: 140% 100%; } }
  @media screen and (max-width: 767px) {
    body header {
      background-size: 200% 100%; } }
  body header #header {
    background: rgba(0, 0, 0, 0.4);
    min-height: 100vh; }
  body header .ed-item {
    padding: 0; }
    body header .ed-item .flecha {
      position: absolute;
      -ms-flex-item-align: end;
      align-self: flex-end; }
    body header .ed-item .slider {
      position: absolute;
      z-index: -1;
      width: 100%; }
      body header .ed-item .slider img {
        height: 100vh;
        width: 120%; }
    body header .ed-item .description {
      text-align: center; }
    body header .ed-item .logo-espoch {
      margin-top: 5em; }
      body header .ed-item .logo-espoch img {
        height: 8em; }
    body header .ed-item h1, body header .ed-item h2, body header .ed-item span {
      color: #fff;
      font-size: 2.6em;
      margin: 0;
      padding: 0;
      text-align: center;
      width: 100%; }
    body header .ed-item h2 {
      font-size: 1.8em;
      font-weight: normal; }
    body header .ed-item span {
      font-size: 1.6em; }
    @media screen and (max-width: 767px) {
      body header .ed-item h1 {
        font-size: 2.7em; }
      body header .ed-item h2 {
        font-size: 1.5em; }
      body header .ed-item span {
        font-size: 1.2em; } }
    @media screen and (max-width: 479px) {
      body header .ed-item h1 {
        font-size: 1.7em; }
      body header .ed-item h2 {
        font-size: 1em; }
      body header .ed-item span {
        font-size: .85em; } }
    body header .ed-item:first-child {
      min-height: 85vh; }

body main article {
  min-height: 100vh;
  padding: .5em 2em; }
  @media screen and (min-width: 1024px) {
    body main article {
      padding: 6em 9em; } }
  body main article h3, body main article h4 {
    margin: 0;
    padding: 0; }
  body main article h3 {
    color: #4D4D4D;
    font-size: 2em;
    padding: .5em 0; }
  body main article h4 {
    color: #4D4D4D; }
  body main article p, body main article span, body main article a {
    color: #666666;
    margin: 0; }
  body main article p {
    text-align: justify; }
  body main article span {
    text-align: right;
    width: 100%; }
  body main article .noticia {
    margin-bottom: 1em; }
    body main article .noticia h4, body main article .noticia p {
      padding: .5em 0; }
  body main article .autoridad p, body main article .autoridad span {
    color: #4D4D4D;
    text-align: center;
    width: 100%; }
  body main article .autoridad span {
    font-weight: bold; }
  body main article .autoridad a {
    display: block; }
    body main article .autoridad a span, body main article .autoridad a img {
      width: 7em;
      height: 7em;
      -o-object-fit: cover;
      object-fit: cover; }
    body main article .autoridad a span {
      color: #fff;
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: all .5s ease-in;
      -o-transition: all .5s ease-in;
      transition: all .5s ease-in; }
      body main article .autoridad a span i {
        display: none; }
      body main article .autoridad a span:hover {
        background: rgba(0, 0, 0, 0.3); }
      body main article .autoridad a span:hover > i {
        display: block; }

body main #mision-vision p, body main #mision p {
  font-size: .9em; }

body main #autoridades-aso h3 {
  font-size: 1.5em; }

body main #autoridades-aso h4 {
  padding-bottom: .5em; }

@media screen and (min-width: 1024px) {
  body main #autoridades-aso {
    padding: 2em 6em; } }

body main #autoridades-aso .autoridad {
  padding-bottom: 1em; }
  body main #autoridades-aso .autoridad p, body main #autoridades-aso .autoridad span {
    color: #4D4D4D;
    text-align: center;
    width: 100%;
    font-size: .9em; }
  body main #autoridades-aso .autoridad a {
    display: block; }
    body main #autoridades-aso .autoridad a span, body main #autoridades-aso .autoridad a img {
      width: 4em;
      height: 4em; }
    body main #autoridades-aso .autoridad a span {
      color: #fff;
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: all .5s ease-in;
      -o-transition: all .5s ease-in;
      transition: all .5s ease-in; }
      body main #autoridades-aso .autoridad a span i {
        display: none; }
      body main #autoridades-aso .autoridad a span:hover {
        background: rgba(0, 0, 0, 0.3); }
      body main #autoridades-aso .autoridad a span:hover > i {
        display: block; }

body main #autoridades-aso #contactos-aso .ed-container .ed-item:first-child {
  outline: 1px solid #0B4144; }
  body main #autoridades-aso #contactos-aso .ed-container .ed-item:first-child h5 {
    text-align: center; }

body main #autoridades-aso #contactos-aso .ed-container .ed-item:last-child {
  margin-top: 1em;
  padding: .5em;
  background: #0B4144; }
  body main #autoridades-aso #contactos-aso .ed-container .ed-item:last-child span, body main #autoridades-aso #contactos-aso .ed-container .ed-item:last-child a {
    color: #fff; }
  body main #autoridades-aso #contactos-aso .ed-container .ed-item:last-child span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

body main #noticia #paginacion .pagination {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  body main #noticia #paginacion .pagination li {
    list-style-type: none;
    font-weight: bold;
    float: left;
    width: 20%; }
    body main #noticia #paginacion .pagination li span {
      color: #0B4144;
      display: block;
      padding: .3em;
      text-decoration: none; }
    body main #noticia #paginacion .pagination li a {
      color: #0B4144;
      display: block;
      padding: .3em;
      text-decoration: none; }

@media screen and (max-width: 1023px) {
  body main #noticia {
    padding: 15px; } }

body main #noticia .noticia h4, body main #noticia .noticia p {
  width: 100%; }

body main #contactos, body main #descargas, body main #grupos, body main #informes, body main #mision, body main #proyecto, body main #objetivos, body main #funciones, body main #proyectos, body main #modalidad-estudio, body main #autoridades-aso, body main #noticias-facultad, body main #noticia-facultad, body main #galeria {
  min-height: 80vh; }
  body main #contactos p, body main #descargas p, body main #grupos p, body main #informes p, body main #mision p, body main #proyecto p, body main #objetivos p, body main #funciones p, body main #proyectos p, body main #modalidad-estudio p, body main #autoridades-aso p, body main #noticias-facultad p, body main #noticia-facultad p, body main #galeria p {
    color: #000;
    font-size: .8em;
    padding-bottom: .5em;
    width: 100%; }
    body main #contactos p:last-child, body main #descargas p:last-child, body main #grupos p:last-child, body main #informes p:last-child, body main #mision p:last-child, body main #proyecto p:last-child, body main #objetivos p:last-child, body main #funciones p:last-child, body main #proyectos p:last-child, body main #modalidad-estudio p:last-child, body main #autoridades-aso p:last-child, body main #noticias-facultad p:last-child, body main #noticia-facultad p:last-child, body main #galeria p:last-child {
      padding-bottom: 3em; }
  @media screen and (max-width: 1023px) {
    body main #contactos iframe, body main #descargas iframe, body main #grupos iframe, body main #informes iframe, body main #mision iframe, body main #proyecto iframe, body main #objetivos iframe, body main #funciones iframe, body main #proyectos iframe, body main #modalidad-estudio iframe, body main #autoridades-aso iframe, body main #noticias-facultad iframe, body main #noticia-facultad iframe, body main #galeria iframe {
      width: 100%; } }

body main #grupos img {
  height: 10em; }

body main .tituloimg {
  background: black; }
  body main .tituloimg h3 {
    color: #fff; }

body main .imgesc {
  border: 2px solid black; }

body main #proyecto h1 {
  color: red; }

body main #facultad-proyectos {
  padding-top: 7.5em; }
  body main #facultad-proyectos .proyecto {
    margin-bottom: .5em; }
    body main #facultad-proyectos .proyecto h2 {
      color: red; }
    body main #facultad-proyectos .proyecto .ed-item img {
      border: 1px solid black;
      padding: .5em; }
    body main #facultad-proyectos .proyecto .ed-item p {
      margin: .5em .5em; }
    body main #facultad-proyectos .proyecto .ed-item span {
      width: 100%;
      text-align: right; }
  body main #facultad-proyectos .paginacion {
    text-align: center;
    font-weight: bold;
    margin: .5em .5em;
    font-size: 1.5em; }
    body main #facultad-proyectos .paginacion a:first-child {
      text-decoration: underline; }

body main #descargas {
  margin: 8em 0em !important; }
  @media screen and (min-width: 768px) {
    body main #descargas {
      margin: 4em 0em !important; } }
  body main #descargas .descarga {
    margin-bottom: 2em; }
    body main #descargas .descarga .ed-container {
      border: 2px solid black; }
      body main #descargas .descarga .ed-container .ed-item {
        padding: .5em 1em; }
        body main #descargas .descarga .ed-container .ed-item:first-child {
          padding: 0; }
      body main #descargas .descarga .ed-container h4 {
        padding: .5em .2em;
        width: 100%;
        background: black;
        color: #fff;
        text-align: center; }
      body main #descargas .descarga .ed-container i {
        margin-right: .5em; }

body main #informes {
  padding: 0em 0em;
  padding-top: 7em; }
  body main #informes .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }
    body main #informes .pagination li {
      list-style-type: none;
      font-weight: bold;
      float: left;
      width: 20%; }
      body main #informes .pagination li span {
        color: #0B4144;
        display: block;
        padding: .3em;
        text-decoration: none; }
      body main #informes .pagination li a {
        color: #0B4144;
        display: block;
        padding: .3em;
        text-decoration: none; }
  body main #informes .informe {
    margin-bottom: 1em;
    font-size: .96em;
    border: 1px solid #45a48a;
    margin: 1em; }
    body main #informes .informe .ed-item {
      padding: .25em .5em; }
      body main #informes .informe .ed-item:first-child {
        padding: 0; }
    body main #informes .informe h4 {
      font-weight: lighter;
      padding: 0.5em 0.5em;
      width: 100%;
      color: #000;
      text-align: justify; }
    body main #informes .informe i {
      margin-right: .5em; }

body main #funciones {
  padding-top: 6em; }
  body main #funciones ul {
    margin: .5em .5em;
    padding: 0;
    font-size: .8em;
    list-style: none; }
    body main #funciones ul li {
      line-height: 1.5; }

body main #proyectos {
  padding-top: 7em; }
  body main #proyectos .proyecto {
    margin-bottom: .5em; }
    body main #proyectos .proyecto .ed-container {
      border: 2px solid black; }
      body main #proyectos .proyecto .ed-container .ed-item:first-child {
        height: 7em; }
      body main #proyectos .proyecto .ed-container .ed-item:last-child {
        height: 3em;
        background: black; }
        body main #proyectos .proyecto .ed-container .ed-item:last-child a {
          color: #fff; }
      body main #proyectos .proyecto .ed-container .ed-item img {
        height: 6em; }
      body main #proyectos .proyecto .ed-container .ed-item a {
        width: 100%;
        font-size: .9em;
        text-align: center; }

body main #modalidad-estudio p, body main #modalidad-estudio h4, body main #funciones p, body main #funciones h4 {
  padding-bottom: .5em; }

body main #mision-vision p, body main #mision-vision h4, body main #mision p, body main #mision h4, body main #vision p, body main #vision h4, body main #objetivos p, body main #objetivos h4, body main #campo-ocupacional p, body main #campo-ocupacional h4, body main #perfil-profesional p, body main #perfil-profesional h4, body main #publicacion p, body main #publicacion h4 {
  padding-top: .5em;
  padding-bottom: 1.5em; }

body main #publicacion {
  min-height: 15em;
  margin: 0 auto;
  padding: 0;
  outline: 1px solid #0B4144;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  body main #publicacion ul {
    padding: 0;
    min-height: 15em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    body main #publicacion ul li {
      padding: 1em;
      margin: 0 auto; }
      body main #publicacion ul li img {
        width: 100%;
        max-height: 10em; }

body main #publicacion-nav ul {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0; }
  body main #publicacion-nav ul li {
    padding: 0 .5em; }

body main #noticias-facultad #paginacion .pagination {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  body main #noticias-facultad #paginacion .pagination li {
    list-style-type: none;
    font-weight: bold;
    float: left;
    width: 20%; }
    body main #noticias-facultad #paginacion .pagination li span {
      color: #0B4144;
      display: block;
      padding: .3em;
      text-decoration: none; }
    body main #noticias-facultad #paginacion .pagination li a {
      color: #0B4144;
      display: block;
      padding: .3em;
      text-decoration: none; }

@media screen and (min-width: 1024px) {
  body main #noticias-facultad {
    padding: 4em 8em;
    max-height: 88vh; } }

body main #noticias-facultad .noticia-facultad .ed-item {
  background: black;
  height: 12.5em;
  width: 12.5em;
  margin-bottom: 1em; }
  body main #noticias-facultad .noticia-facultad .ed-item h4, body main #noticias-facultad .noticia-facultad .ed-item p {
    color: #fff; }
  body main #noticias-facultad .noticia-facultad .ed-item h4 {
    text-align: center; }

body main #noticias-facultad .noticia-facultad a {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  height: 12.5em;
  width: 12.5em;
  color: #fff; }

body main #noticias-facultad .noticia-facultad:hover > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }

body main #noticias-facultad #principal .ed-item {
  height: 25em;
  width: 25em; }

body main #noticias-facultad #principal a {
  height: 25em;
  width: 25em; }

body main #noticia-facultad {
  padding-top: 7em; }
  body main #noticia-facultad .ed-item:nth-child(3) span {
    width: 100%;
    padding: .5em 0;
    text-align: right;
    color: #0B4144;
    font-size: 1em; }
    body main #noticia-facultad .ed-item:nth-child(3) span i {
      color: #0B4144; }
  body main #noticia-facultad h3 {
    text-align: right;
    padding: .5em 0; }
  body main #noticia-facultad img {
    max-height: 15em;
    float: left;
    padding-right: .5em; }
  body main #noticia-facultad p {
    font-size: 1em; }

body main #contactos {
  padding: 9em; }

body main #galeria > .ed-item {
  padding: 1em; }

body main #galeria .imagen .ed-container {
  height: 15em;
  width: 20em;
  margin-bottom: 2em;
  border: 2px solid black; }
  body main #galeria .imagen .ed-container .ed-item span {
    font-weight: bold;
    font-size: 1.2em;
    color: black;
    width: 100%;
    text-align: center;
    padding: .5em 0; }
  body main #galeria .imagen .ed-container .ed-item img {
    width: 100%;
    height: 10em; }
  body main #galeria .imagen .ed-container a {
    display: none;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    height: 15em;
    width: 20em;
    color: #fff; }
  body main #galeria .imagen .ed-container:hover > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }

body main #galeria #paginacion .pagination {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  body main #galeria #paginacion .pagination li {
    list-style-type: none;
    font-weight: bold;
    float: left;
    width: 20%; }
    body main #galeria #paginacion .pagination li span {
      color: #0B4144;
      display: block;
      padding: .3em;
      text-decoration: none; }
    body main #galeria #paginacion .pagination li a {
      color: #0B4144;
      display: block;
      padding: .3em;
      text-decoration: none; }

body .noticia__item_pequena {
  height: 6em;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover; }

body #revistas .revista__item {
  height: 18em; }
  body #revistas .revista__item .item__portada {
    height: 18em;
    width: auto;
    border: 1px solid #efefef; }
  body #revistas .revista__item .revista_description {
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: bold; }
