*{
	box-sizing: border-box!important;
	text-rendering: optimizeLegibility !important;
}

html, body {
	color: #111!important;
	background: #fcfcfc!important;
	font-family: 'Open Sans', sans-serif!important;
	font-size: 20px!important;
	line-height: 1.1!important;
	margin: 0!important;
	padding: 0!important;
}
.relPosts .entry-title, .relPosts .entry-image {
    margin: 0 !important;
}
p, ul {
    margin: 0!important;
    padding-bottom: 1em!important;
}

p, ul, blockquote {
	text-align: left!important;
}
.pressable.abrirPDFLink {
    color: rgb(199,12,19);
}
img.loading-content {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
}
.pressable {
    cursor: pointer;
}
.popup {
	z-index: -9;
	visibility: hidden;
	position: fixed;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(50,0,0,0.5);
	-webkit-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.popup.active {
	z-index: 99999;
	visibility: visible;
	opacity: 1;
}

.popup-container {
	position: relative;
	height: 90%;
	width: 80%;
	max-width: 800px;
	top: 5%;
	margin: auto;
	background: #fff;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.9);
	padding: 10px;
}

.popup-content > a {
	position: absolute;
	right: -25px;
	top: -25px;
	font-size: 50px;
	line-height: 1;
	color: rgb(199,12,15);
	text-shadow: 2px 2px 15px rgba(0,0,0,0.8);
}

#correo-container, 
.popup-content,
.ead-preview,
.ead-document {
	width: 100%;
	height: 100%;
	padding: 0 !important;
}

.relPosts h4.widgettitle {
    font-family: Bree Serif !important;
    font-size: 40pt;
}

.recuadro-especial {
    background: #ddd;
    padding: 15px;
    box-shadow: 3px 3px 15px rgba(30,30,30,.5)!important;
}

.recuadro-especial h2 {
    color: rgba(199,12,15,1);
}

.intext-image p {
    padding: 0 !important;
}
.highlight{
	color: rgba(229,73,58,1) !important;
    text-shadow: 2px 2px 15px rgba(0,0,0,0.9);
}

.meta a {
    color: #fff;
    text-decoration: underline;
}

div#wpadminbar {
    display: none!important;
}
.menuInterno.active{
	margin-left: 0 !important;
}
#especiales-menu li {
    display: block;
    font-size: 16px;
    font-family: Abel;
    text-transform: uppercase;
    padding: 0.5em 0;
    margin: 0;
    text-align: left !important;
}

#especiales-menu li a {
    color: #fff;
}

.quote {
    display: block!important;
    position: relative!important;
    padding: 25px!important;
    color: #fff!important;
	background: rgba(199,12,15,1)!important;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(199,12,15,1)), color-stop(100%, rgba(229,73,58,1)))!important;
	background: -webkit-linear-gradient(left, rgba(199,12,15,1) 0%, rgba(229,73,58,1) 100%)!important;
	background: linear-gradient(to right, rgba(199,12,15,1) 0%, rgba(229,73,58,1) 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c70c0f', endColorstr='#e5493a', GradientType=1 )!important;
    font-size: 1.1em!important;
    width: 50%!important;
    margin-top: 0!important;
    text-align: left!important;
}

.quote.izquierda{
    float: left!important;
	margin-right: 1em!important;
    margin-left: -6.3%!important;	
}
.quote.derecha{
	float: right!important;
	margin-left: 1em!important;
	margin-right: -6.3%!important;
}

.fila.texto-fila.for-image {
    clear: both!important;
}

img {
    max-width: 100%!important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Abel'!important;	
	margin: 20px 0!important;
}

h1{
	font-size: 55pt!important;
}

h2 {
    font-size: 50px!important;
}

.video-background, .avoidPause {
    position: absolute !important;
    height: 100%!important;
    width: 100%!important;
    top: 0!important;
    left: 0!important;
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}

.YTPOverlay {
    display: none!important;
}

.meta{
	font-family: sans-serif!important;
}

.header {
    box-shadow: 0 4px 15px rgba(0,0,0,0.5) !important;
    padding: 10px!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    z-index: 999!important;
    text-align: center!important;
    background: #C70C0F !important;
}

.fila.image-fila.fullwidth.headerimg:before  {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,.8)), color-stop(100%, rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,00) 0%, rgba(0,0,0,.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.inner-header{
	margin: 0 auto!important;
    max-width: 981px!important;
    width: 80%!important;
    clear: both!important;    
	text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.menu-especiales-btn {
    color: white;
    float: right;
    font-family: Abel;
    margin: auto;
    font-size: 25px;
    line-height: 1;
	cursor: pointer;
}

span.pretityloespeciales {
    display: block!important;
    font-size: .4em!important;
    padding-bottom: 0.5em !important;
}

.creditos {
    position: absolute!important;
    bottom: 0!important;
    z-index: 99999!important;
    background: rgba(199,12,15, 0.5)!important;
    text-align: center!important;
    color: white!important;
    width: 100%!important;
    left: 0!important;
    padding: 5px!important;
    font-size: 0.9em!important;
}

img.logo {
    max-height: 70px!important;
	max-width: 70%!important;
    display: inline-block!important;
}
 
 i.fa.fa-pinterest {
    display: none;
}

i.fa.fa-linkedin {
    display: none;
}
 
.image-fila {
    height: 50%;
	position: relative!important;
	background-position: center!important;
    background-size: cover!important;
	background-repeat: no-repeat!important;
	image-rendering: -webkit-optimize-contrast!important;
}

.video-content{
	width:100%!important;
	margin-top: -25px!important;
}

.fullwidth {
    height: 100vh !important;
}

.thirdheight {
  height: 40vh !important;
}
 
.pinMeDown {
    height: 100%!important;
    width: 100%!important;
}

.scrollmagic-pin-spacer {
    margin: 0 !important;
    padding: 0 !important;
}

.content{
    margin: 0 auto!important;
    max-width: 981px!important;	
}

.texto-fila .content{
    max-width: 725px !important;
	  padding: 25px!important;
}

.texto-fila .for-image img {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	vertical-align: bottom
}

.for-image .content{
	padding: 0 25px!important;	
}
.intext-image {
	margin-top: -25px!important;
    position: relative!important;
}

.image-fila .content{
	position: relative!important;
	height: 100%!important;
  max-width: 725px !important;
}

.bottom-container {
    position: absolute!important;
    bottom: 0!important;
    width: 100%!important;
    text-shadow: 2px 2px 15px rgba(0,0,0,0.75);
}


.entry-title {
    display: block!important;
    position: relative!important;
    padding: 25px!important;
    color: #fff!important;
    border-top-right-radius: 25px!important;
    border-top-left-radius: 25px!important;
}

li.bullet {
    padding-bottom: 10px!important;
    list-style: none!important;
    position: relative!important;
    font-style: italic !important;
    font-weight: 900;
    margin-left: 10px;
}

.texto-fila li.bullet:before {
    content: ''!important;
    height: 10px!important;
    width: 10px!important;
    position: absolute!important;
    left: -15px!important;
    top: 5px!important;
	background: rgba(199,12,15,1)!important;
}

.firstcharacter { float: left!important;  font-size: 75px!important; line-height: 60px!important; padding-top: 4px!important; padding-right: 8px!important; padding-left: 3px!important;}

.fila.galeria-fila {
    position: relative!important;
}

.fila.galeria-fila .content {
    max-width: 1200px!important;
}

.galeria {
    color: #fff!important;
}

.galeria-izquierda .texto {
background: rgba(229,73,58,1)!important;
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(229,73,58,1)), color-stop(100%, rgba(199,12,15,1)))!important;
background: -webkit-linear-gradient(left, rgba(229,73,58,1) 0%, rgba(199,12,15,1) 100%)!important;
background: linear-gradient(to right, rgba(229,73,58,1) 0%, rgba(199,12,15,1) 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5493a', endColorstr='#c70c0f', GradientType=1 )!important;
}

.galeria-derecha .texto {
background: rgba(199,12,15,1)!important;
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(199,12,15,1)), color-stop(100%, rgba(229,73,58,1)))!important;
background: -webkit-linear-gradient(left, rgba(199,12,15,1) 0%, rgba(229,73,58,1) 100%)!important;
background: linear-gradient(to right, rgba(199,12,15,1) 0%, rgba(229,73,58,1) 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c70c0f', endColorstr='#e5493a', GradientType=1 )!important;
}

.galeria > div {
    min-height: 400px!important;
}

.galeria > div .imagen {
    width: 50%!important;
    height: 400px!important;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
	position: relative;
}

.galeria .galeria-izquierda .imagen {
    float: left!important;
}

.galeria .galeria-derecha .imagen {
    float: right!important;
}

.galeria-izquierda .texto {
    width: 50%!important;
    margin-left: 50%!important;
}

.galeria-derecha .texto {
    width: 50%!important;
    margin-right: 50%!important;
}

.galeria .texto {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
            flex-direction: column!important;
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
        -ms-flex-align: center!important;
            align-items: center!important;
    -webkit-align-content: center!important;
        -ms-flex-line-pack: center!important;
            align-content: center!important;
    height: 400px!important;
    padding: 20px!important;
    position: relative!important;
}

.galeria .texto h3 {
    position: absolute!important;
    width: 100%!important;
    text-align: center!important;
    left: 0!important;
    top: 0!important;
    padding: 15px 0!important;
    background: rgba(0,0,0,0.5)!important;
}

.texto h3 span {
    display: block!important;
    width: 100%!important;
    font-size: 0.6em!important;
    margin-top: 0.6em!important;
    font-family: sans-serif!important;
}

.galeria .texto > p, .galeria .texto > h3 {
    margin: auto!important;
}

blockquote:before {
    content: '' !important;
}

.especiales-postShares a {
	text-decoration: none !important;
	display: block;
	margin-bottom: 1px;
}

.especiales-postShares i {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 30px !important;
	line-height: 30px; 
	padding: 8px;
	color: #fcfcfc;
	-webkit-transition: 1s ease all;
	transition: 1s ease all;
	box-sizing: content-box !important;
}

.especiales-postShares .fa-facebook {
	background: #707173;
}

.especiales-postShares .fa-google-plus {
	background: #A1A2A4;
}

.especiales-postShares .fa-twitter {
	background: #B8B9BA;
}

.especiales-postShares .fa-facebook:hover {
	background: #3B5998;
}

.especiales-postShares .fa-google-plus:hover {
	background: #D34836;
}

.especiales-postShares .fa-twitter:hover {
	background: #4099FF;
}

.especiales-postShares {
	position: absolute;
	margin-left: -58px !important;
	z-index: 0;
}



.fila.mapa-fila, 
.image-fila, 
.intext-image {
    z-index: 9!important;
}

.footer {
    font-family: sans-serif!important;
}

.footer img {
    height: 60px!important;
}

.footer-logos {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    text-align: center!important;
    -webkit-align-content: center!important;
        -ms-flex-line-pack: center!important;
            align-content: center!important;
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
        -ms-flex-align: center!important;
            align-items: center!important;
    max-width: 981px!important;
    width: 80%!important;
    margin: auto!important;
}

.footer-logos a {
    height: 60px!important;
    margin: 25px auto!important;
}	

.footer-info {
    padding: 25px!important;
    text-align: center!important;
    color: #fff!important;
    background: #C70C0F !important;
    font-size: .75em;
}

.footer-info a {
    font-weight: bold!important;
	color: #fff!important;
}

::-webkit-scrollbar-thumb {
    background-color: #333 !important;
}

::-webkit-scrollbar-track {
    background-color: #f5f5f5 !important;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.25);
}


::-webkit-scrollbar {
    width: 15px !important;
}


.foto-credito {
    position: absolute!important;
    bottom: 0!important;
    left: 0!important;
    padding: 10px!important;
    background: rgba(0,0,0,0.7)!important;
    color: #fff!important;
    font-size: 0.8em!important;
    width: 100%!important;
}

.video-content, .quote, .intext-image, .galeria {
   /* box-shadow: 3px 3px 15px rgba(30,30,30,0.5)!important; */
}

.video-background {
    box-shadow: 0 4px 15px rgba(30,30,30,0.5)!important;
}
@media screen and (min-width: 981px) {
	.image-fila {
		background-attachment: fixed;
	}
	
	.galeria-derecha .imagen:after {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -15px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 30px 0 30px 30px;
		border-color: transparent transparent transparent #e5493a;
	}

	.galeria-izquierda .imagen:after {
		content: '';
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -15px;
		height: 0;
		border-style: solid;
		border-width: 30px 30px 30px 0;
		border-color: transparent #e5493a transparent transparent;
	}
}

@media screen and (max-width: 1440px) {

	
	.titulo-canton h1 {
		font-size: 40px !important;
	}
	
}

@media screen and (max-width: 1200px) {
	.quote, .quote.derecha, .quote.izquierda {
		width: 100% !important;
		margin: auto !important;
		margin-bottom: 20px !important;
		padding-left: 30px !important;
	}
}

.meta-mobile{
	display:none;
}
@media screen and (max-width: 981px) {
	.meta-desktop{
		display:none;
	}
	.meta-mobile {
		display: block;
		background: #333;
		color: #fff;
		padding: 15px;
	}
	.meta {
		font-size: 0.8em;
		text-align: center;
	}
	.author.highlight {
		/*display: block;*/
	}
	span.pretityloespeciales {
		font-size: .7em!important;
	}
	.creditos {
		position: relative !important;
		background: rgba(199,12,15,1)!important;
		font-size: .7em!important;
	}
	.video-background {
		opacity: 0!important;
	}
	
	.texto-fila.for-image .content {
		padding: 0!important;
		margin: 0!important;
		width: 100%!important;
		max-width: none!important;
	}
	
	.foto-credito {
		position: relative!important;
	}
	
	.inner-header, .texto-fila .content, .image-fila .content{
		width: 85%!important;
	}
	
	.texto-fila .content {
		padding: 25px 0!important;
	}
	
	h1 {
		font-size: 35px!important;
	}
	
	h2 {
		font-size: 32px!important;
	}
	
	img.logo {
		max-width: 80%!important;
	}
	
	.galeria .texto {
		width: 100% !important;
		margin: auto !important;
		float: none !important;
		height: auto !important;
	}

	.galeria > div{
		min-height: 0 !important;
		height: auto !important;
	}


	.galeria .texto h3 {
		position: relative!important;
		background: none!important;
	}

	.galeria > div .imagen {
		width: 100% !important;
		margin: auto !important;
		float: none !important;
		height: 200px !important;
		background-size: 100% auto !important;
	}

	.especiales-postShares{
		display:none!important;
	}	

}
@media screen and (max-width: 650px) {	
	
	a.mapa-link-point {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    height: auto !important;
}

#bola, #path {
    display: none;
}

a.mapa-link-point span {
    visibility: visible !important;
    opacity: 1;
    position: relative;
    left: auto;
    top: auto;
    width: auto !important;
    background: transparent;
}

#svg-container {
    padding-top: 70px !important;
}

.on-footer #svg-container {
    padding-top: 0 !important;
}

a.mapa-link-point:hover {
    background: transparent;
    text-decoration: none !important;
}

div#mapa-nav:before {
    background: rgba(0,0,0,0.7);
}

a.mapa-link-point span:before {content: '';position: relative;width: 10px;height: 10px;display: inline-block;margin-right: 5px;border: 2px solid white;border-radius: 50%;}
	
	.menuInterno{
		display: none!important;
	}
	
	.footer-logos {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: column!important;
		    -ms-flex-direction: column!important;
		        flex-direction: column!important;
	}
	.entry-title {
		padding: 15px!important;    
		text-align: center!important;
	}
	
	h1 {
		font-size: 30px!important;
	}
	
	h2 {
		font-size: 28px!important;
	}

}

@media screen and (max-width: 400px) {

}