/* Minification failed. Returning unminified contents.
(668,1): run-time error CSS1019: Unexpected token, found '@import'
(668,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i')'
 */
/*  SNIPPETS VARIOS:
 
	opacity:0.5;
	filter:alpha(opacity=50);
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
	
	-webkit-border-radius: 	0px;
	-moz-border-radius: 	0px;
	border-radius: 			0px;
	
	text-shadow:1px 1px 1px #ccc;
	
	-moz-box-shadow: 	0px 4px 5px #888;
	-webkit-box-shadow: 0px 4px 5px #888;
	box-shadow: 		0px 4px 5px #888;
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	padding: 0;
}
a {
    outline: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* MIERDAS VARIAS */

html {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}
.plugin-component /* Esto copiarlo y pegarlo con el nombre del selector del componente */ {
  /* POR SI JODE LOS ESTILOS DE UN COMPONENTE (PLUGIN) */
  /* designed to work in default box-sizing */
  /* in your page, you could reset it to normal */
  box-sizing: content-box;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	font: inherit;
	color: inherit;
}
strong {
	font: inherit;
	color: inherit;
	font-weight: bold;
}
/* Para tener un máximo de ancho del contenido */
.main {
	position: relative;
	width: 1100px;
	padding: 0 20px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix {
	clear:both;
}
hr {
	border:0;padding:0;margin:0;
	display: block;
	width: 100%;
	margin: 20px auto;
	height: 1px;
	background-color: #ddd;
	border-bottom: 1px solid #fff;
}
.truncate { /* clase para q salgan 3 puntos si se corta el texto */
    width: 250px;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid black;
}
.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #f00;
}
.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;
	border-left: 60px solid green;
}
.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-right:10px solid blue; 
}

div.styled { 
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; 
    padding:0; margin:0;
    display: inline-block;
    position: relative;
    font-size: 17px;
    overflow:hidden; /* this hides the select's drop button */
    width: 100%;
    border: solid 1px #ccc; 
    background-color: #fff;
    
}
div.styled select { 
	position: relative;
	z-index: 1;
    width:120% /* this percentage effectively extends the drop down button out of view */; 
    background-color:transparent /* this hides the selects background making any styling visible from the div */; 
    background-image:none; 
    -webkit-appearance: none /* this is required for Webkit browsers */; 
    border:none; 
    box-shadow:none; 
    padding: 0.6em; /* padding should be added to the select, not the div */
}
div.styled::after {
	z-index: 0;
	content: "\f078";
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -0.5em;
	cursor: default;
	
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    color: rgb(0, 0, 0);

}

/* BOTONES */

.heyloading-contenedor {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9998;
}
.heyloading-dialog {
	z-index: 9999;
	width: 244px;
	max-width: 100%;
	position: fixed;
	left: 50%;
	margin-left: -122px;
	top: 33%;
	background: url;
	text-align: center;
	box-sizing: border-box;

	background: #1A1B1C url("../img/ajax-loader.gif") no-repeat scroll 50% 36px;
	padding: 84px 20px 38px;
	color: #454545;
}
.heyloading-contenedor .heyloading-dialog {
	position: absolute;
	background-color: red;
}
.pull-left, .float-left {
    float: left;
}
.pull-right, .float-right {
    float: right;
}
.align-center {
	text-align: center;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  /*font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}
.slick-prev, .slick-next {
	width: 38px;
	height: 38px;
	top: 44%;
}
.slick-prev {
	left: -44px;
}
.slick-next {
	right: -44px;
}
.slick-prev::before, .slick-next::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    font-size: 28px;
    opacity: 0.75;
    color: rgb(0, 0, 0);
}
/*
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}*/
.slick-prev::before {
	content: "\f053";
}
.slick-next::before {
	content: "\f054";
}

.hey-modal-cont {
	display: none;
	background-color: rgba(255,255,255,0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.hey-modal-cont .hey-modal {
	position: absolute;
	left: 50%;
	width: 768px;
	margin-left: -384px;
	top: 12%;
	z-index: 2;
}
.hey-modal-cont .hey-modal.sm {
	width: 400px;
	margin-left: -200px;
	top: 12%;
	z-index: 2;
}
.hey-modal-cont .hey-bg {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.hey-modal-cont .hey-modal .hey-cerrar {
	position: absolute;
	top: 0;
	right: 4px;
	padding: 10px;
	cursor: pointer;
}

/* Para eso de "ver más", hay un script ahi en mis snippets que funciona para esto */
.more {
	display: none;
}


/** CREO QUE SE LO TENGO QUE AGREGAR DIRECTAMENTE AL CONTENEDOR
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* SEGUNDA PARTE DE SNIPPETS */


body {
    font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
    font-size: 15px;
    line-height: 1.6em;
    color: #888;
    background-color: #fff;
}
a, a:visited {
    outline: none;
}
a:hover {
}
h1,h2,h3,h4,h5 {
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    display: block;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
    color: inherit;
    font: inherit;
}
.em {
    font-style: italic;
}
.validation-summary-errors {
    background-color: rgba(246, 221, 221, 0.5);
    border: 1px solid #d87373;
    padding: 10px 15px;
    -webkit-border-radius:  3px;
    -moz-border-radius:     3px;
    border-radius:          3px;
}
.validation-summary-errors ul {
    
}
.validation-summary-errors ul li {
    color: #d22a2a;
    font-style: italic;
}

/* ********************************************************************* */
/* ********************************************************************* */
/* ********************************************************************* */

/* Alertas custom */
.alerta {
    display: block;
    position: fixed;
    width: 500px;
    margin-left: -250px;
    left: 50%;
    top: 20%;
    color: #fff;
    background-color: #87138c;
    padding: 44px 30px 50px;
    font-size: 1.2em;
    z-index: 7000;
    text-align: center;

    -webkit-border-radius:  20px;
    -moz-border-radius:     20px;
    border-radius:          20px;

    -moz-box-shadow:    0px 4px 15px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 4px 15px rgba(0,0,0,0.4);
    box-shadow:         0px 4px 15px rgba(0,0,0,0.4);
}
@media only screen and (max-width: 600px) {
    .alerta {
        margin-left: -47%;
        width: 94%;
    }
}

.alerta .cerrar {
    position: absolute;
    right: -10px;
    top: -10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #acacac;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 19px;
    padding: 5px 0 0 0;
    -webkit-border-radius:  1000px;
    -moz-border-radius:     1000px;
    border-radius:          1000px;
}
.alerta .titulo {
    font-weight: bold;
    font-size: 1.18em;
    margin-bottom: 0.5em;
}
.alerta .descripcion {
    font-weight: normal;
}

.main {
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

#loading {
    width: 100%;
    height: 100%;
    width: calc(100vw);
    height: calc(100vh);
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5000;
    background-color: #87138c;
    color: #333;
}
#loading .loader {
    position: relative;
    top: 40%;
}
#loading .loader img.logo {
    display: block;
    margin: 0 auto 30px;
}
.loader {
    margin: 0 0 2em;
    height: 100px;
    width: 20%;
    text-align: center;
    padding: 1em;
    margin: 0 auto 1em;
    display: inline-block;
    vertical-align: top;
}
.loader svg {
    width: 44px;
    height: 44px;
}
.loader svg path,
.loader svg rect{
    fill: #fff;
}


.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}

.heywow {
    -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease; transition: all 0.2s ease;
    -webkit-transition-delay: 0.44s; transition-delay: 0.44s;
}


/* HAMBURGER ICON CON ANIMACION Y MENU  */
#sidemenu {
    height: 100vh;
    width: 300px;
    max-width: 90vw;
    z-index: 3000;
    position: fixed;
    top: 0;
    left: -310px;

    -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease; transition: all 0.2s ease;
    /*-webkit-transition-delay: 0.5s; transition-delay: 0.5s;*/
    -webkit-transition-duration: 0.5s; transition-duration: 0.5s;
}
#sidemenu.open {
    left: 0;
}
#sidemenu_panel {
    width: 300px;
    max-width: 90vw;
    background-color: #ED1C24;
    height: 100vh;
    color: #fff;
    padding: 74px 20px;

}
#sidemenu_panel ul {
    
}
#sidemenu_panel ul li {
    margin-bottom: 10px;
}
#sidemenu_panel ul li.sel a {
    font-weight: bold;
}
#sidemenu_panel ul li a {
    padding: 4px;
    display: inline-block;
}
#sidemenu_panel .redes {
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding: 10px;
}
#sidemenu_panel .redes ul {
    margin: 0 auto;
}
#sidemenu_panel .redes ul li {
    display: inline-block;
}
#sidemenu_panel .redes ul a {
    display: block;
    padding: 5px;
}
#sidemenu_panel .redes ul a img {
    width: 34px;
}
#sidemenu_btn {
    display: none;
    position: fixed;
    z-index: 3001;
    left: 10px;
    top: 10px;
    color: #fff;
    width: 30px;
    height: 24px;
    margin: 0;
    top: 12px;
    left: 12px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#sidemenu_btn span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #000;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#sidemenu_btn span:nth-child(1) {
    top: 5px;
}
#sidemenu_btn span:nth-child(2),
#sidemenu_btn span:nth-child(3) {
    top: 13px;
}
#sidemenu_btn span:nth-child(4) {
    top: 21px;
}
#sidemenu_btn.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}
#sidemenu_btn.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#sidemenu_btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#sidemenu_btn.open span:nth-child(4) {
    top: 21px;
    width: 0%;
    left: 50%;
}


#sidemenu_btn.open span {
    background-color: #fff;
}
/* ESTILOS CUSTOM DEL SITIO ************************************** */

@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i');

body {
    font-family: 'Lora', 'Helvetica', 'Arial', sans-serif;

    background-color: #ffffff;
    /*background-color: #f7f7f7;*/
    font-size: 16px;
    line-height: 25px;
    color: #222;
    overflow-x: hidden;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.field {
    -webkit-border-radius:  3px;
    -moz-border-radius:     3px;
    border-radius:          3px;
    font-size: 1.1em;
    padding: 0.6em 0.7em;
    border-width: 3px;
    background-color: #f7f7f7;
    border-color: #f7f7f7;

    -webkit-appearance: none;
}
.field:focus {
    border-color: #01A0FF;
}

.sec {
    position: relative;
}
.sec.pad {
}

#loading {
    background-color: #eee;
    color: #888;
    z-index: 3105;
}
#loading .logo {
    opacity: 0.5;
}
#loading.ajax {
    z-index: 990;
}
#loading.ajax .logo {
    display: none !important;
}
#loading .loader {
    top: 39%;
    width: 100%;
    left: 0;
    opacity: 0.7;
}

.main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.bg-blanco {
    background-color: #fff;
    color: #111;
}
.bg-gris {
    background-color: #f7f7f7;
    color: #111;
}

.btn {
    font-weight: 600;
    border: 2px solid #111;
    color: #111;
    opacity: 0.8;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease; transition: all 0.2s ease;
}
.btn:hover {
    opacity: 1;
}
.btn.blanco {
    color: #fff;
    border-color: #fff;
}
.btn.celeste {
    color: #01A0FF;
    border-color: #01A0FF;
    background: transparent;
}

#sidemenu_btn {
    left: auto;
    right: 21px;
    top: 13px;
}
#sidemenu_btn span {
    background-color: #01A0FF;
}
#sidemenu {
    width: 300px;
    z-index: 3000;
    top: 0;
    left: auto;
    right: -310px;

    -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease; transition: all 0.2s ease;
    /*-webkit-transition-delay: 0.5s; transition-delay: 0.5s;*/
    -webkit-transition-duration: 0.5s; transition-duration: 0.5s;
}
#sidemenu.open {
    left: auto;
    right: 0;
}
#sidemenu_panel {
    width: 300px;
    max-width: 90vw;
    background-color: #1C3861;
    padding: 74px 20px;
}

/* ********************************************************************* */
/* ********************************************************************* */
/* ********************************************************************* */

#header {
    background-color: rgba(255,255,255,0.9);
    padding: 0 15px 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
    -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease; transition: all 0.2s ease;
    text-align: center;
}

#nav {
    position: relative;
    -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease; transition: all 0.2s ease;
}

#nav ul {
    margin: 0px auto;
}
#nav ul li {
    display: inline-block;
    margin: 0;
}
#nav a {
    display: block;
    padding: 20px 15px 20px;
    letter-spacing: 0.1em;
    font-size: 17px;
    font-weight: 600;
    color: #999;
    -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease; transition: all 0.2s ease;
}
#nav li.sel a {
    color: #000;
}
#nav ul li a:hover {
    color: #000;
}

#header .redes {
    position: absolute;
    top: 20px;
    right: 20px;
}
#header .redes a {
    padding: 4px;
    position: relative;
    top: 3px;
}
#header .redes a img {
    width: 20px;
}


/*
#header.compact {
    
}
#header.compact .barra {
    display: block;
}
#header.compact .logo {
    display: none;
}
#header.compact #nav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    padding-top: 10px;
}
#header.compact #nav ul {
    margin: 0;
}
*/

/* ********************************************************************* */

.home-slider {
    width: 100%;
    /*height: 90vh;*/
    position: relative;
}
.home-slider .slide {
    height: 90vh;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.slide .logo {
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 30%;
}
.slide .logo img {
    width: 400px;
}

/* ********************************************************************* */

.barra-blanca {
    padding: 80px 20px 100px;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.7em;
}
.barra-blanca p {
    max-width: 1500px;
    margin: 0 auto;

}

/* ********************************************************************* */

.lista-posts {
    font-size: 0;
    line-height: 0;
}
.post {
    width: 33.333333333333333333333%;
    height: 22vw;
    overflow: hidden;
    display: inline-block;
    position: relative;
    color: #fff;
    background-color: #222;
    -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease; transition: all 0.2s ease;
    /*
    -webkit-transition-delay: 0.5s; transition-delay: 0.5s;
    -webkit-transition-duration: 0.5s; transition-duration: 0.5s;*/
}
.hey-touch .post {
    height: auto;
    background-color: #fff;
}
.post .img {
    height: 22vw;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease; transition: all 0.2s ease;
}
.post:hover .img {
    opacity: 0.75;
}
.hey-touch .post .img {
    opacity: 0.75;
}
.post .info {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 0 20px 30px;
    font-size: 23px;
    line-height: 1.7em;
    text-align: center;

    -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease; transition: all 0.2s ease;
    -webkit-transition-delay: 0.2s; transition-delay: 0.2s;
    -webkit-transition-duration: 0.4s; transition-duration: 0.4s;

    opacity: 0;
    bottom: -44px;
}
.hey-touch .post .info {
    color: #333;
    font-size: 17px;
    height: auto;
    margin-bottom: 15px;
}
.post .info span {
    display: block;
    width: 100%;
}
.post .info .titulo {
    font-weight: bold;
}
.post:hover .info {
    bottom: 0;
    opacity: 1;
}
.hey-touch .post .info {
    position: relative;
    bottom: auto;
    opacity: 1;
}
.post .titulo {
    font-size: 1.3em;
}
.post .fecha {
    font-weight: normal;
}

.grayscale {
    -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease; transition: all 0.2s ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.grayscale:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.hey-touch .grayscale, .hey-touch .grayscale:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}


/* ********************************************************************* */

.lista-videos {
    padding: 70px 200px;
}
.lista-videos .elem {
    width: 100%;
}
.lista-videos .elem .vid {
    width: 50%;
    height: 22vw;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
}
/*.lista-videos .elem .vid*/ .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 144px;
    margin-left: -72px;
    margin-top: -72px;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease; transition: all 0.2s ease;
}
.lista-videos .elem:hover .vid .play-btn {
    opacity: 1;
}
.lista-videos .elem .info {
    width: 50%;
    color: #333;
    height: 22vw;
    padding: 0 44px;
    font-size: 20px;
    line-height: 1.4em;
    opacity: 0.7;
    -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease; transition: all 0.2s ease;
}
.lista-videos .elem:hover .info {
    opacity: 1;
}
.lista-videos .elem .info h1 {
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 0.7em;
}
.lista-videos .elem .info p {
    margin-bottom: 0.7em;
}
.lista-videos .elem .info a {
    font-weight: bold;
}
.lista-videos .elem .info > div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.lista-videos .elem:nth-child(odd) .vid {
    float: left;
}
.lista-videos .elem:nth-child(odd) .info {
    float: right;
}
.lista-videos .elem:nth-child(even) .vid {
    float: right;
}
.lista-videos .elem:nth-child(even) .info {
    float: left;
}
.sec-title {
    font-size: 50px;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 75px;
    color: #666666;
}
.ver-mas {
    text-align: center;
    font-size: 30px;
    font-weight: lighter;
    padding: 70px 20px;
    font-style: italic;
}
.ver-mas a {
    opacity: 0.44;
    -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease; transition: all 0.2s ease;
}
.ver-mas a:hover {
    opacity: 1;
}

/* ********************************************************************* */

 .lista-about {
    padding: 70px 200px;
}
 .lista-about .elem {
    width: 100%;
}
 .lista-about .elem .img {
    width: 50%;
    height: 37vw;

    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    cursor: default;
}
 .lista-about .elem .info {
    width: 50%;
    color: #666;
    /*height: 37vw;*/
    padding: 44px 44px 65px;
    font-size: 20px;
    line-height: 1.4em;
    /*opacity: 0.6;
    -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease; transition: all 0.2s ease;*/
}
/* .lista-about .elem:hover .info {
    opacity: 1;
}*/
 .lista-about .elem .info h1 {
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 0.7em;
}
 .lista-about .elem .info p {
    margin-bottom: 0.7em;
}
.lista-about .elem .info ul {
    padding-left: 15px;
}
.lista-about .elem .info ul li {
    list-style: square;
    padding-left: 3px;
    margin-bottom: 6px;
}
 .lista-about .elem .info > div {
    /*position: relative;
    top: 50%;
    transform: translateY(-50%);*/
}
 .lista-about .elem:nth-child(odd) .img {
    float: left;
}
 .lista-about .elem:nth-child(odd) .info {
    float: right;
}
 .lista-about .elem:nth-child(even) .img {
    float: right;
}
 .lista-about .elem:nth-child(even) .info {
    float: left;
}

.no-hay {
    text-align: center;
    padding: 0 15px;
    font-size: 1.1em;
}


/* ********************************************************************* */

.contacto {
    padding: 50px 0 120px;
}
.contacto .form {
    max-width: 744px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
.contacto .form .field {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.form .btn-cont {
    text-align: center;
    padding: 15px 0;
}
.btn {
    border: 0;
    background-color: #444;
    color: #fff;
    font-size: 23px;
    padding: 0.5em 2em;
    border-radius: 0px;
    cursor: pointer;
}
.field {
    font-size: 23px;
    background-color: #ddd;
    border: 2px solid #ddd;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease; transition: all 0.2s ease;
}
.field:focus {
    border-color: #aaa;
    background-color: #f4f4f4;
}

/* ********************************************************************* */

.footer {
    text-align: right;
    background-color: #ddd;
    padding: 15px 20px;
    color: #777;
}
.footer > span {
    margin-left: 15px;
}
.footer .redes {
    
}
.footer .redes a {
    padding: 4px;
    position: relative;
    top: 3px;
}
.footer .redes a img {
    width: 20px;
}

/* ********************************************************************* */

.alerta {
    background-color: #01A0FF;
    border-radius: 3px !important;
    padding: 35px 10px 40px;
}
.alerta .cerrar {
    background-color: #555;
}
.alerta .descripcion {
    font-size: 16px;
}

/* ********************************************************************* */

.video-viewer {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2000;
    background-color: rgba(0,0,0,0.9);
}
.video-viewer-overlay {
    position: fixed;
    z-index: 2001;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}
.video-viewer iframe {
    position: absolute;
    z-index: 2003;
    width: 1100px;
    height: 600px;
    margin-left: -550px;
    left: 50%;
    top: 100px;
}
.video-viewer .cerrar {
    position: fixed;
    z-index: 2004;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 30px;
    padding: 10px;
    cursor: pointer;
}
.video-viewer .info {
    color: #fff;
    z-index: 2002;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    padding: 0 20px 44px;
}
.video-viewer .info .titulo {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 30px;
}
.video-viewer .info .links {
    font-size: 24px;
}
.video-viewer .info .links a {
    font-style: italic;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease; transition: all 0.2s ease;
}
.video-viewer .info .links a:hover {
    opacity: 1;
}

/* ********************************************************************* */

.page {
}
.page.page-blog {
    padding-top: 65px;
}
.page.page-about {
    padding-top: 30px;
}
.page.page-detalle-post {
    padding-top: 65px;
}
.page.page-detalle-video {
    padding-top: 65px;
}
/* ********************************************************************* */

.detalle {
    padding-top: 40px;
}
.page-detalle .heading {
    text-align: center;
    padding: 0 0 20px;
}
.page-detalle .heading h1 {
    margin-bottom: 30px;
}
.page-detalle .heading .fecha {
    font-size: 22px;
    color: #777;
    margin-bottom: 10px;
}
.page-detalle .heading .regre {
    font-size: 18px;
    color: #bbb;
}
.page-detalle .img-principal {
    width: 100vw;
    height: 35vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.page-detalle .img-video {
    position: relative;
    width: 100vw;
    height: 35vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
}
.page-detalle .img-video:hover {
    
}
.page-detalle .img-video:hover .play-btn {
    opacity: 1;
}

.page-detalle .body {
    max-width: 1000px;
    margin: 75px auto 110px;
    padding: 0 20px;
    font-size: 1.3em;
    line-height: 1.6em;
    position: relative;
}
.page-detalle .body b {
    font-weight: bold;
}
.page-detalle .body ul {
    padding-left: 21px;
}
.page-detalle .body ul li {
    list-style: square;
    padding-left: 5px;
}
.page-detalle .body img {
    max-width: 100%;
}

.detalle .comments {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    position: relative;
}
.detalle .comments .fb-comments {
    width: 100% !important;
}
.detalle .comments .fb-comments > span {
    width: 100% !important;
}
.detalle .comments .fb-comments > span > iframe {
    width: 100% !important;
}


/* ********************************************************************* */
/* ********************************************************************* */
/*  SNIPPETS VARIOS:
 
    opacity:0.5;
    filter:alpha(opacity=50);
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box; 
    
    -webkit-border-radius:  0px;
    -moz-border-radius:     0px;
    border-radius:          0px;
    
    text-shadow:1px 1px 1px rgba(0,0,0,0.4);
    
    -moz-box-shadow:    0px 4px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 4px 5px rgba(0,0,0,0.4);
    box-shadow:         0px 4px 5px rgba(0,0,0,0.4);

    -ms-transform: translate(50px, 100px);
    -webkit-transform: translate(50px, 100px);
    transform: translate(50px, 100px);

    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);

    -ms-transform: scale(2, 3);
    -webkit-transform: scale(2, 3);
    transform: scale(2, 3);

    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);

    -ms-transform: skewY(20deg);
    -webkit-transform: skewY(20deg);
    transform: skewY(20deg);

    -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; 
    -o-transition: all 0.2s ease; transition: all 0.2s ease;
    -webkit-transition-delay: 0.5s; transition-delay: 0.5s;
    -webkit-transition-duration: 0.5s; transition-duration: 0.5s;

    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;


/*********************************************************************************************/
 /* HORIZONTALES */
@media only screen and (max-width: 1980px) {
}
/* ----------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1700px) {
}
/* ----------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1600px) {
	.lista-videos {
	    padding: 70px 30px;
	}
	.lista-about {
	    padding: 70px 30px;
	}
	.lista-videos .elem .vid,
	.lista-about .elem .img {
	    width: 50%;
	    height: 40vw;
	}
	.lista-videos .elem .info,
	.lista-about .elem .info {
		font-size: 17px;
	    /*height: 30vw;*/
	}
}
/* ----------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1500px) {
}
/* ----------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
}
/* ----------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1300px) {
}
/* ----------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
	.main {
		width: 100%;
	}
	.lista-videos .elem .info,
	.lista-about .elem .info {
		font-size: 15px;
	}
}
/* ----------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1100px) {
	.lista-videos .elem .vid,
	.lista-about .elem .img {
		width: 40%;
	}
	.lista-videos .elem .info,
	.lista-about .elem .info {
		width: 60%;
	}
}
 /* ----------------------------------------------------------------------------------------- */
@media only screen and (max-width: 992px) {

	.post .info {
		font-size: 15px;
	}

	.ver-mas {
		padding: 60px 20px 30px;
	}
}
 /* ----------------------------------------------------------------------------------------- */
@media only screen and (max-width: 820px) {
	.slide .logo {
	    margin-left: -150px;
	    top: 40%;
	    width: 300px;
	}
	.slide .logo img {
	    width: 300px;
	}
	.post {
	    width: 50%;
	    height: 44vw;
	}
	.post .img {
    	height: 44vw;
    }
    .lista-videos .elem .vid,
    .lista-about .elem .img {
		width: 100%;
		float: none;
	    height: 77vw;
	}
	.lista-videos .elem .info,
	.lista-about .elem .info {
		width: 100%;
		float: none;
	    height: auto;
		padding: 20px 0 40px;
	}
	.lista-videos .elem .info > div,
	.lista-about .elem .info > div {
	    position: relative;
	    top: auto;
	    transform: none;
	}




}
 /* ----------------------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
}
 /* ----------------------------------------------------------------------------------------- */
@media only screen and (max-width: 650px) {
	.footer span {
		display: block;
		margin-bottom: 0px;
	}
	.footer .redes {
		margin-bottom: 0;
	}
}
 /* ----------------------------------------------------------------------------------------- */
@media only screen and (max-width: 600px) {
	.slide .logo {
	    margin-left: -100px;
	    top: 40%;
	    width: 200px;
	}
	.slide .logo img {
	    width: 200px;
	    max-width: 100%;
	}
	.ver-mas {
		padding: 40px 20px 15px;
		font-size: 24px;
	}
	.lista-posts {
		padding: 0 0 50px;
	}
	.lista-videos {
		border-top: 1px solid #f3f3f3;
		padding-top: 64px;
		padding-bottom: 35px;
	}
	.lista-about {
		border-top: 1px solid #f3f3f3;
		padding-top: 64px;
		padding-bottom: 35px;
	}
	.contacto {
		border-top: 1px solid #f3f3f3;
		padding-top: 64px;
	}
}
 /* ----------------------------------------------------------------------------------------- */
@media only screen and (max-width: 550px) {
}
 /* ----------------------------------------------------------------------------------------- */
@media only screen and (max-width: 500px) {
	#header {
		padding: 0;
	}
	#nav a {
		padding: 15px 8px 15px;
		font-size: 15px;
	}
	.barra-blanca {
		padding: 44px 20px 60px;
		text-align: center;
		font-size: 1.3em;
		line-height: 1.5em;
	}
	.post {
	    width: 100%;
	    height: 60vw;
	}
	.post .img {
    	height: 60vw;
    }
    .lista-videos .elem .vid .play-btn {
	    width: 90px;
	    margin-left: -45px;
	    margin-top: -45px;
	}
	.page {
	    padding-top: 55px;
	}
	.page-detalle .heading h1 {
	    margin-bottom: 30px;
	}
	.sec-title {
		font-size: 40px;
	}

}
 /* ----------------------------------------------------------------------------------------- */
@media only screen and (max-width: 450px) {
	.slide .logo {
	    margin-left: -75px;
	    top: 40%;
	    width: 150px;
	}
	.slide .logo img {
	    width: 150px;
	    max-width: 100%;
	}
    #header .redes {
        display: none;
    }
}
 /* ----------------------------------------------------------------------------------------- */
@media only screen and (max-width: 400px) {
}


 /*********************************************************************************************/
 /*********************************************************************************************/
 /*********************************************************************************************/
 /* VERTICALES */

@media only screen and (max-height: 850px) {
}
@media only screen and (max-height: 800px) {
}
/* ----------------------------------------------------------------------------------------- */
@media only screen and (max-height: 700px) {
}
/* ----------------------------------------------------------------------------------------- */
@media only screen and (max-height: 600px) {
}
/* ----------------------------------------------------------------------------------------- */
@media only screen and (max-height: 500px) {
}
/* ----------------------------------------------------------------------------------------- */

/*********************************************************************************************/
/*********************************************************************************************/
/*********************************************************************************************/
/* OTROS */

/* CSS for high-resolution devices (RETINA) */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    /*.icons {
        background-image: url(icon-sprite-2x.png);
        background-size: 200px 100px;
    }*/
}



