@import url(https://fonts.googleapis.com/css?family=Open+Sans:400|Raleway:300,700);
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
	font-family: "Open Sans", Helvetica, arial, sans-serif;
	color: rgba(102,102,102,1);
	background-color: #eeeeee;
}

body.is-froze {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

h1, h2, h3,
h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.8em;
	line-height: 0.9em;
	padding: 3px;
}

a {
	color: #0099CC;
	text-decoration: none;
	-webkit-transition: all 0.5s 0.2s;
	-moz-transition: all 0.5s 0.2s;
	-ms-transition: all 0.5s 0.2s;
	-o-transition: all 0.5s 0.2s;
	transition: all 0.5s 0.2s;
}

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

a {
	transition: color 0.3s ease-in-out;
	z-index: 1;
}
a:hover {
	color: #006464;
	opacity: 0.4;
}

.main {
	position: absolute;
	width: 100%;
	width: calc(100% - 60px);
	height: 100%;
	margin-left: 60px;
	transition: 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: scale(1) translate3d(0, 0, 0);
	transform: scale(1) translate3d(0, 0, 0);
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	will-change: width, height, opacity, transform, clip-path;
	z-index: 1;
	background-color: #FFFFFF;
	left: translate(0px, -30px) scale(0.9);
	max-width: 100%;
}
.main.is-active {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  width: calc(100vw - 60px);
  pointer-events: none;
  opacity: 0.25;
  -webkit-transform: scale(0.9) translate3d(60%, 0, 0);
          transform: scale(0.9) translate3d(60%, 0, 0);
}
@media (min-width: 600px) {
  .main.is-active {
    -webkit-transform: scale(0.9) translate3d(40%, 0, 0);
            transform: scale(0.9) translate3d(40%, 0, 0);
  }
}
.main.is-transition-out {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}

.hero__content,
.content {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    bottom: 0px;
	
}

.hero {

}

.hero__content {
	color: rgba(51,51,51,1);
	z-index: 1;
	font-family: "champagne limousines";
	padding-top: 1.0;
	padding-right: rem;
	padding-bottom: 1.0;
	padding-left: rem;
}
@media (min-width: 600px) {
  .hero__content {
	line-height: normal;
	animation: aparece 5s;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 900px;
	letter-spacing: 0px;
	font-size: 18px;
  }
}

.hero__heading {
	margin: 0;
	font-size: 2rem;
}
@media (min-width: 600px) {
  .hero__heading {
	font-size: 36px;
	letter-spacing: 3px;
	line-height: normal;
	font-family: "champagne limousines";
	text-transform: capitalize;
	font-style: italic;
	font-weight: 500;
	font-variant: normal;
	color: rgba(50,180,248,1);
  }
}

.hero__subheading {
	margin: 1rem 0 0;
	font-size: 1.25rem;
}
@media (min-width: 600px) {
  .hero__subheading {
	font-size: 1.5rem;
  }
}
.hero__subheading,
.hero__subheading a {
	color: #666666;
	text-transform: uppercase;
}

.article {
  padding: 1.5rem;
  position: relative;
}
@media (min-width: 600px) {
  .article {
	padding-top: 6;
	padding-bottom: 6px;
	opacity: 0;
	height: 520px;
	display: inline-block;
	width: 325px;
	vertical-align: top;
	background-color: rgba(251,249,251,1);
	border: 1px solid rgba(234,234,238,1);
	margin-bottom: 6px;
	text-align: left;
	overflow: hidden;
	max-width: 100%;
  }
}
.article_cordeon {
	position: relative;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1.5;
	padding-right: rem;
	padding-bottom: 1.5;
	padding-left: rem;
	width: 900px;
	line-height: normal;
	margin-top: 30px;
	margin-bottom: 30px;
}


.article:not(:last-of-type):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1.5rem;

}
@media (min-width: 600px) {
  .article:not(:last-of-type):after {
    left: 6vmin;
  }
}

.article__title {
  display: block;
  position: relative;
  font-family: "Raleway", "Open Sans", sans-serif;
  font-size: 1.5rem;
  color: #191b22;
}
@media (min-width: 600px) {
  .article__title {
    font-size: 3vmin;
  }
}
.article__title:hover {
  color: #7d87a8;
}

.article__time {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-top: 1rem;
}
@media (min-width: 600px) {
  .article__time {
    font-size: 1.5vmin;
  }
}

.article__content {
  margin: 1rem 0 0;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .article__content {
	font-size: 1.4vmin;
	line-height: 1.2em;
  }
}

.nav__bar {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 100vh;
	background-color: #EFEFEF;
	z-index: 99;
}

.nav__trigger {
    display: block;
    position: absolute;
    top: 35%;
    left: 16px;
    padding: 8px 0;
    margin-top: -10px;
    transition: 0.2s ease-in-out;
    z-index: 99;
}
.nav__trigger .bars {
  position: relative;
}
.nav__trigger .bars, .nav__trigger .bars:before, .nav__trigger .bars:after {
	width: 28px;
	height: 4px;
	transition: 0.2s ease-in-out;
	border-radius: 4px;
	background-color: rgba(0,204,255,1);
}
.nav__trigger .bars:before, .nav__trigger .bars:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}
.nav__trigger .bars:before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.nav__trigger .bars:after {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.nav__trigger.is-active {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav__trigger.is-active .bars:before, .nav__trigger.is-active .bars:after {
  -webkit-transform: translateX(0) rotate(-90deg);
          transform: translateX(0) rotate(-90deg);
}

.nav {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #EFEFEF;
	z-index: 0;
	background-image: url(../imagenes/logo_abajo_05.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto;
}

.nav__list {
	position: absolute;
	top: 395px;
	left: 1px;
	width: 100%;
	margin: 0;
	padding-left: 60px;
	list-style: none;
	font-family: "Raleway", "Open Sans", sans-serif;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-position: bottom;

}
.nav__list .nav__item {
  padding: 0.5rem 1rem;
}
@media (min-width: 600px) {
  .nav__list .nav__item {
    width: 33.3333333333%;
    padding: 0.5rem 1rem;
  }
}
.nav__list a {
	display: inline-block;
	color: #171714;
	font-size: 1rem;
	line-height: 1.5;
	-webkit-transition: all 0.5s 0.2s;
	-moz-transition: all 0.5s 0.2s;
	-ms-transition: all 0.5s 0.2s;
	-o-transition: all 0.5s 0.2s;
	transition: all 0.5s 0.2s;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	font-weight: bolder;
}
.nav__list a:hover {
    color: #121211;
    opacity: 0.3;
    padding-left: 50px;
    -webkit-transition: all 0.5s 0.2s;
    -moz-transition: all 0.5s 0.2s;
    -ms-transition: all 0.5s 0.2s;
    -o-transition: all 0.5s 0.2s;
    transition: all 0.5s 0.2s;

}
.nav__list a.is-active {
  color: #d2d5e1;
}
@media (min-width: 600px) {
  .nav__list a {
	font-size: 1.3rem;
  }
}
.nav .nav__list li {
	display: inline-block;
	color: #0099CC;
	-webkit-transition: all 0.5s 0.2s;
	-moz-transition: all 0.5s 0.2s;
	-ms-transition: all 0.5s 0.2s;
	-o-transition: all 0.5s 0.2s;
	transition: all 0.5s 0.2s;
	padding-top: 5px;
	padding-left: 50px;
	text-transform: capitalize;
	height: auto;
	width: 100%;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	background-image: url(../imagenes/horizont.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 5px;
	font-family: "Raleway", "Open Sans", sans-serif;
	font-weight: bolder;
}
.nav .nav__list li a {
	font-size: 14px;
	line-height: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-shadow: 0px 0px 0px;
}
