@keyframes arriba {
0% {
transform:translateY(-100%);
}
100% {
transform:translateY(0);
}
}
@keyframes abajo {
0% {
transform:translateY(100%);
}
100% {
transform:translateY(0);
}
}
* {
	padding: 0;
	margin: 0;
}
html {
	font-size: 0.625em;
}
body {
	font-size: 1.6rem;
	font-family:'Guardian Sans','Montserrat', san-serif;
	overflow-X: hidden;
}
::-moz-selection{
   color:white;
   background:#b90021;
}
::selection{
   color:white;
   background:#b90021;
}
/****/

.icon-linkedin:before{margin-left:0px !important;}
/****BURGER****/
#burgercorreo {
	display: block;
	position: absolute;
	left: 20px;
	width: 25px;
	height: 14px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999999999;
	cursor: pointer;
}
#burgercorreo span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	transition: 0.2s;
}
#burgercorreo span:nth-of-type(1) {
	top: 0;
}
#burgercorreo span:nth-of-type(2) {
	top: 50%;
}
#burgercorreo span:nth-of-type(3) {
	top: 100%;
}
#burgercorreo.activo {
}
#burgercorreo.activo span {
}
#burgercorreo.activo span:nth-of-type(1) {
	transform: rotate(45deg);
	top: 50%;
}
#burgercorreo.activo span:nth-of-type(2) {
	transform: translateX(-300%);
}
#burgercorreo.activo span:nth-of-type(3) {
	transform: rotate(-45deg);
	top: 50%;
}
/**************FIN BURGER**************/


.icon-up-open-big {
	color: #888;
	position: fixed;
	bottom: 10px;
	right: 0;
	z-index: 1;
	text-decoration: none;
	font-size: 2rem;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	padding: 5px;
	box-sizing: border-box;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}
.icon-up-open-big:hover {
	color: #333;
	background: rgba(255, 255, 255, 0.9);
}
.icon-up-open-big span {
	display: none;
}
header {
	height:100%;
	position:relative;
}
header #logo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    width: 100%;
    height: 50px;
	background: #fff;
}
header #logo a {
	text-align: center;
    display: flex;
    align-content: stretch;
    justify-content: center;
    height: 50px;
}
header #logo a img {
    /*width: 170px;*/
	height: 30px;
    margin-top: 8px;
}
.barrascroll {
    left: 0;
    width: 100%;
    height: 4px;
    margin-bottom: 0px;
    position: fixed;
    top: 50px;
    overflow: hidden;
    background-color: #fff;
    content: "";
    display: table;
    table-layout: fixed;
    z-index: 999;
}
.colorscroll {
  width: 0%;
  float: left;
  height: 100%;
  z-index:99;
  max-width: 100%;
  background-color:#b90021;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
/*MENU*/
#menu {
    display: flex;
    flex-direction: row;
    background: #222;
    position: relative;
    width: 100%;
    top: 50px;
    height: 53px;
    z-index: 99;
}
#menu h2 {
    color: #fff;
    line-height: 54px;
    margin-left: 60px;
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
}
#menu ul {
    list-style: none;
    font-size: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #222222c7;
    box-sizing: border-box;
    padding: 50px;
    left: -150%;
    transition: 0.3s;
}
#menu.activo ul {
    left: 0;
}
#menu ul li {
	font-size: 2rem;
	line-height: 3em;
}
#menu ul li a {
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
	display: inline-block;
	line-height: 1.5em;
	border-bottom: 2px solid transparent;
}
#menu ul li a:hover {
	color: #b90021;
	border-bottom: 2px solid #b90021;
}
#menu ul li a img {
	width: 100%;
	height: auto;
	max-height: 50px;
	display: block;
}
#menu #menugot li {
	margin: 6px 0 0 6px;
}



#titulo {
	position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    z-index: 10;
    text-align: center;
	max-width: 700px;
}

#titulo h1 {
    font-size: 3.2rem;
    line-height: 1em;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
	color:#fff;
	font-family: 'Guardian Sans Black', sans-serif;
}
#titulo h2 {
	font-size: 2rem;
    color: #c69c04;
    padding: 40px 0 15px;
    border-bottom: 1px solid #fff;
}
/***CONTENIDO***/

#hero img{width:100%;}
iframe{
    max-width:100%;
}
#familiavocento { display:none !important; }
#contenido {
    position: relative;
    box-sizing: border-box;
	/*color: #fff;
	background: #48bcc6;*/
    background: rgb(0,88,134);
    background: linear-gradient(180deg, rgba(0,88,134,1) 0%, rgba(0,54,88,1) 100%);
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    padding-top: 0px;
}
#contenido header{
	padding: 20px;
    max-width: 1200px;
    margin: 30px auto 50px auto;
}
#contenido header #cabecera {
    padding: 100px 0 0px;
    margin: 0 auto;
}
#contenido header #cabecera .fecha {
    text-align: right;
    margin-bottom: 5px;
    font-family: 'Merriweather',sans-serif;
    font-size: 1.2rem;
    color: #ffffff;
}
#contenido header #cabecera .tipoarticulo {
    margin-top:30px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: 300;
	text-transform: uppercase;
}
#contenido header #cabecera h1 {
    font-size: 2.5rem;
    line-height: 1em;
    font-weight: 600;
	margin-bottom: 5px;
}
#contenido header #cabecera .autor {
    margin: 10px 0;
    font-size: 2.2rem;
    /*letter-spacing: 0.1em;*/
    font-weight: 500;
}
#contenido header #cabecera .autor:before, #contenido header #cabecera .autor:after, #contenido figure figcaption:after {
	content: "";
    display: block;
    width: 25px;
    height: 1px;
    background: #fff;
    margin: 12px 0;
}
#contenido header #cabecera .autor:before {
    margin: 10px 0;
}

#publifija{padding-bottom:60px;}

#contenido section #publifija .autor {
    margin: 10px 0;
    font-size: 2.2rem;
    /*letter-spacing: 0.1em;*/
    font-weight: 500;
}
#contenido section #publifija .autor:before, #publifija section #publifija .autor:after, #publifija figure figcaption:after {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background: #fff;
    margin: 12px 0;
}
#contenido section #publifija .autor:before {
    margin: 10px 0;
}

#contenido img{
	/*width: 100%;*/
	height: auto;
	display: block;
}

#contenido .video{
    width: 100%; height: 200px; position: absolute; top: 0px; bottom: 0px; right: 0px; left: 0px;
}

#contenido p a {
    color: #222;
    text-decoration: none;
    display: inline;
    border-bottom: 1px solid #333;
    line-height: 1em;
	transition: 0.2s;
}
#contenido p a:hover {
    color: #444;
    border-bottom: 1px solid transparent;
}
#contenido header figure figcaption {
    padding: 15px 0;
    font-size: 1.5rem;
}
#contenido header .subtitulo {
	font-size: 2.4rem;
    line-height: 1.3em;
}
#contenido section {
    /*padding: 50px 20px;*/
    max-width: 1280px;
    margin: 0 auto;
    /*background: #fff;*/
    border: 1px #fff;
    /*color: #000;*/
	position: relative;
    height:auto;
     /*text-align: center;*/
}

#contenido ul{
    list-style: none;
    border-top:1px solid #fff;
    margin-top:30px;

}

#contenido ul li{
   padding:20px;
   border-bottom:1px dotted #fff;
   line-height:25px;
    
}

#contenido section h1{
    font-size: 3rem;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 10px;
}
#contenido section>div {
    max-width: 1080px;
    margin: 0 auto;
}
#contenido section>div>p {
    /*max-width: 800px;*/
}
#contenido section p{
	font-size: 1.8rem;
	line-height: 1.5em;
}
#contenido section .capitular:first-letter {
    font-size: 20rem;
    line-height: 0.8em;
    font-weight: 300;
    float: left;
    padding: 0 15px 0 0;
    font-family: 'Merriweather', serif;
}
#contenido section figure {
	margin:40px auto;
}
#contenido section figure div{
	display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: center;
}
#contenido section figure div a{
	display: block;
	position: relative;
	color:#fff;
	text-decoration: none;
	background: rgba(0,0,0,0.5);
	transition: 0.4s;
}
#contenido section figure div a:before {
	position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 3rem;
    margin: 0;
    border: 2px solid #b90021;
    border-radius: 50%;
    padding: 30px;
	z-index: 99;
}
#contenido section figure div a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
}
#contenido section figure div a:hover{
	opacity: 0.8;
}
#contenido section figure figcaption p{
	padding: 15px 0;
    font-size: 1.5rem;
	line-height: 1.2em;
}



/****CARAS********/
#caras {
    display: block;
    position:relative;
    z-index: 10;
    margin-top:0px;
    background: #003658;
}
#caras ul {
    font-size: 0;
    display: block;
    list-style: none;
}
#caras ul li{
    font-size: 1.8rem;
    display: inline-block;
    vertical-align:top;
    width:33.3%;
    position:relative;
}
#caras ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    background: #76baa5;
}
#caras ul li img {
    width: 100%;
    /*height: 200px;*/
    display: block;
    opacity: 1;
}
#caras ul li figcaption{
    width: 90%;
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    background:#0006;
    padding:3px;
}
#caras ul li figcaption p:nth-of-type(1) {
    font-size: 1.4rem;
    line-height: 1.1em;
    margin-bottom: 5px;
}
#caras ul li figcaption p:nth-of-type(2){
    font-size: 2.4rem;
    font-weight: 600;
    border-top: 2px solid #fff;
    line-height: 1em;
    padding-top:10px;
}
































/****ANUNCIO*****/
#publicidad{
	width: 96%;
	/*height: 320px;
	max-width: 320px;*/
	background: #c4f9be;
	margin: 40px auto;
}
#robapaginas {
	display: block;
	margin: 100px auto;
	text-align: center;
}

#vocentomovil{ display:none !important; }
#familiavocento { display:none !important; }

/**********SOCIAL********/
#redessociales {
    position: static;
    width: 100%;
    bottom: 0;
    background: #b90021;
	z-index: 9999;
	animation: none;
}

#redessociales h3 {
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.4rem;
    padding: 15px 0;
}
#social {
	text-align: center;
	margin: 10px 0 20px 0;
}
#social li {
	display: inline-block;
	margin: 0 5px;
	font-size: 2rem;
}
#social a {
    color: #000;
    text-decoration: none;
    border: 2px solid #000;
    border-radius: 50%;
    padding: 10px;
    display: block;
    line-height: 20px;
    height: 20px;
    width: 20px;
}
#social span {
	display: none;
}/*
#social .icon-facebook {
	color: #3b5998;
	border-color: #3b5998;
}
#social .icon-facebook:hover {
	color: #fff;
	background: #3b5998;
}
#social .icon-twitter {
	color: #55acee;
	border-color: #55acee;
}
#social .icon-twitter:hover {
	color: #fff;
	background: #55acee;
}
#social .icon-gplus {
	color: #dd4b39;
	border-color: #dd4b39;
}
#social .icon-gplus:hover {
	color: #fff;
	background: #dd4b39;
}
#social .icon-whatsapp {
	color: #4dc247;
	border-color: #4dc247;
}
#social .icon-whatsapp:hover {
	color: #fff;
	background: #4dc247;
}*/
#social .icon-facebook:before, #social .icon-twitter:before, #social .icon-gplus:before, #social .icon-whatsapp:before {
	margin: 0;
}
@media(max-width:458px){
    #caras ul li{
        height: 292px;
    }
}
@media screen and (max-width:750px) and (min-width: 5px){
#menu h2{
    display:none;
}
#caras{
       margin-top:0px;
}

.tipoarticulo{
    display:none !important;
    color:#fff;
}
/****CARAS********/
/*#caras {
    display: block;
    position:relative;
    z-index: 10;
    background:#b90021;
    margin-top:150px;
}*/
#caras ul {
    font-size: 0;
    display: block;
    list-style: none;
}
#caras ul li{
    font-size: 1.8rem;
    display: inline-block;
    vertical-align:top;
    width:100% !important;
    position:relative;
    margin-bottom:10px;
}
#caras ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    background: #76baa5;
}
#caras ul li img {
    width: 100%;
    /*height: 200px;*/
    display: block;
    opacity: 1;
}
#caras ul li figcaption{
    width: 90%;
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: left;
}
#caras ul li figcaption p:nth-of-type(1) {
    font-size: 1.4rem;
    line-height: 1.1em;
    margin-bottom: 5px;
}
#caras ul li figcaption p:nth-of-type(2){
    font-size: 2rem;
    font-weight: 600;
    border-top: 2px solid #fff;
    line-height: 1em;
    padding-top:10px;
}

}


@media screen and (min-width:750px){


.icon-up-open-big {
	right: 20px;
}
#menu ul {
    width: 74%;
    max-width: 500px;
}
#contenido section p {
    font-size: 2.4rem;
    line-height: 1.8em;
}
#contenido section .capitular:first-letter {
    font-size: 40rem;
}
#contenido section figure figcaption p {
		font-size: 1.8rem;
}
#contenido .video{
    width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; right: 0px; left: 0px;
}

#contenido section {
    /*height:720px;*/
}

#publifija2 section{
    height:auto !important;
} 


#contenido header #cabecera h1 {
    font-size: 3.5rem;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 5px;
}

}
@media screen and (min-width:850px){

}
@media screen and (min-width:1000px){
#contenido header .subtitulo {
    font-size: 3.5rem;
    line-height: 1.3em;
}
#contenido section {
    /*padding: 100px 20px;*/
}
#contenido section>div>p {
    /*max-width: 800px;
    width: calc(100% - 350px);*/
}
#publicidad {
    position: absolute;
    right: 20px;
	margin: 0;
}
/*#publicidad.fijo {
    position: fixed;
}*/
}
@media screen and (min-width:1280px){

	
}