@font-face {
    font-family: 'Roboto Bold Condensed';
    src: url('/css/fonts/RobotoCondensed-Bold.ttf');
}

@font-face{
	font-family: 'Roboto Condensed';
	src:  url('/css/fonts/Roboto-Black.ttf');
}
 
body {
    background-color: white;
}
ul{
	color:black;
}
h2 {
    font-size: 18px;
    margin-bottom: 8px;
    padding: 0px;
    line-height: 19px;
    font-family: 'Roboto Condensed';
}
h3{
    font-size: 16px;
}

h4{
    color: #000;
}

.text-noticia, .text-destacada {
    font-size: 12px;
}
ul li{
	font-size: 16px;
}

#resumen a, #segunda-parte-noticia a, #segunda-parte-noticia ul li a{
	color: #e60881;
	font-weight: bold;
}

.noticias_destacada picture img {
    width: auto;
    max-width: fit-content;
}

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

.fades img {
	width: 100%
}

.contenedor-buttons{
    display: block;
    position: absolute;
    top: 85%;
    right: 45%;
}

.tabla-noticias {
    color: #000000;
    margin: 25px auto;
    border-collapse: collapse;
}

.tabla-noticias * {
    border: 1px solid black;   
    text-align: center;
    padding: 5px 15px;
}

.tabla-noticias th {
    padding: 10px 25px; 
    color: white;
    background-color: #E60881;
}

section {
    background-color: #FFF;
	padding-top: 30px
    
}

 
section p, section span, section h1, section h2, section h3, section a {
    color: #000;
}

 
.slider_blog .groupBtnSlider {
    position: absolute;
    width: 100%;
    bottom: 10px;
}

 
.noticias_home {
    position: relative;
    min-width: 286px;
    height: 378px;
    color: #000;
    box-shadow: 6px 7px 20px#00000029;
    border-radius: 3px;
    margin: 0 30px 30px 30px;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}

 #cajas_destacadas{   
	padding-right: 30px;
	padding-left: 10px;
	height: 300px;
}

.contenedor {
	display: flex;
	overflow: hidden;
	/* width: 1276px; */
	margin-top: 20px;
    	margin: auto;
	border-radius: 5px;
	flex-direction: row;
	flex-wrap: nowrap;   
}


.noticia_caja {
    position: absolute;
    height: 193px;
    width: 256px;
    border-radius: 3px;
    background-color: white;
    bottom: 6px;
    padding: 16px 27px 5px 28px;
}
.noticia_caja h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.noticias_destacada {
    position: relative;
   min-width: 288px;
    height: 211px;
    margin: 30px 30px 30px 0px;
    color: #000;
    box-shadow: 6px 7px 20px#00000029;
    border-radius: 3px;
    
    overflow: hidden;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.tag{
    color:#E60881;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 14px;
    font-family:'Roboto', sans-serif ;
}

 

#noticias{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

 

.text-noticia{
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 14px;
    font-family:'Roboto', sans-serif;
}

 

.caja_destacada{
    position: absolute;
    height: 146px;
    width: 100%;
    border-radius: 3px;
    color: white;
    bottom: 0px;
    padding: 13px 17px 22px 17px;
    transition: 0.6s;
}

.destacado{
	border: 1px solid #E60881;
    width: 115px;
    height: 26px;
    background-color: #E60881;
    border-radius: 3px;
    display: flex;
    font-size: 12px;
    color: white;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
	font-family: 'Roboto Condensed';
}

.titulo-destacado {
    color: white;
    background-color: transparent;
	font-family: 'Roboto Condensed';
	display: -webkit-box;
    overflow: hidden;
	text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-destacada{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 14px;
    font-family:'Roboto', sans-serif;
    color: white;
}

.leer{
	height: 0px;
	width: 0px;
	display: none;
}
.flecha_pre, .flecha_post{
	display: none;
}


#dedicatedpage-noticia{
	padding: 31px 29px 42px 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slider-noticia {
    position: relative;
    margin: auto;
    height: 1px;
    visibility: collapse;
}

.container{
	margin-top: 13px;
}

.imagen-noticia{
	display: block;
    	margin-left: auto;
    	margin-right: auto;
}

.container div p{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 25px;
}

#resumen{
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	line-height: 23px;
}

#post-anterior {
    flex: 1;
	padding: 26px 0;
    height: 100%;
    position: relative;
}
/*
#post-anterior div {
	float: left;
    	height: 100%;
}
*/
#post-anterior h3{
	font-size: 16px;
	width: 61%;
	height: 85%;
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
#post-anterior :hover h3{
	color: #E60881;
}
#post-anterior img{
	position: relative;
	float: left;
	margin-right: 25px;
	top: 11%;
}
#post-anterior p {
    margin-top: -5px;
	margin-bottom: 0;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
}
#siguiente-post {
    flex: 1;
    padding: 26px 0;
    height: 100%;
    position: relative;
}

#siguiente-post h3{
	 /*max-width: 221px;*/
	text-align: end;
	position: relative;
	font-size: 16px;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
#siguiente-post h3:hover {
	color: #E60881;
}
#siguiente-post img{
	position: relative;
   	float: right;
	margin-left: 25px;
	top: 11%;
}
#siguiente-post p {
	font-size: 12px;
	margin-top: -5px;
	margin-bottom: 0;
	text-align: end;
	font-family: 'Roboto', sans-serif;
}
.barra-inferior {
	position: relative;
    	top: 113%;
}

#articulos-relacionados{
	float: left;
	margin-top: 15%;
	width: 100%;
}

#articulos-relacionados h4{
	color: black;
	font-size: 16px;
	font-family: 'Roboto Bold Condensed';
}

#articulos-relacionados hr{
        margin-top: 7.5px;
    	margin-bottom: 21.5px;
    	border-bottom: 1px solid #878787 !important;
    	width: 100% !important;
}
.articulo {
    position: relative;
    width: 100%;
    height: 95px;
    margin-bottom: 27px;
}

.articulo a {
    width: 100%;
    display: flex;
}

.articulo picture {
    width: unset;
    min-width: unset;
}

.articulo-imagen {
	width: auto;
    position: relative;
    height: 95px;
    float: left;
    margin-right: 15px;
}

.articulo-texto-container {
    flex: 1;
    display: flex;
    align-items: center;
}

.articulo-texto-container span {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Roboto Bold';
    line-height: 18px;
    max-width: 250px;
}

/*.articulo p {*/
/*	width: 50%;*/
/*	position: relative;*/
/*	float: left;*/
/*	text-align: left;*/
/*	top: 15%;*/
/*	font-size: 18px;*/
/*	line-height: 22px;*/
/*	font-family: 'Roboto Condensed';*/
/*}*/

.articulo :hover p {
	color: #E60881;
}

#segunda-parte-noticia {
	margin-top: 31px;
}

#caja-flechas {
    display: flex;
    justify-content: space-between;
	margin-top: 20px;
	height: 92px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

#titulo-noticia h1 {
	font-family: 'Roboto Condensed';
	font-size: 27px;
	margin-top: 30px;
	line-height: 30px;
}
main .slideshow-container .contenedor-buttons .active{
	background-color: white;
	width: 10px;
	height: 10px;
}
.slideshow-container .contenedor-buttons .dot{
	background-color: transparent;
	width: 10px;
	height: 10px;
}
.container div img{
	display: flex;
    position: relative;
    float: right;
}
#segunda-parte-noticia p{
	font-family: 'Roboto', sans-serif;
}
#segunda-parte-noticia p a:hover  {
	text-decoration: underline;
}
#home{
	position: relative;
    display: flex;
    float: right;
}
#home p{
     float: left;
    margin-right: 10px;
	font-family: Roboto Condensed;
}
#home img{
	height: 17px;
	top: 4px;
}
.noticias_home:hover .leer {
        filter: opacity(0.6);
}
.transparent {
    background: rgb(0,0,0, 0.8);
    position: absolute;
    height: 120px;
    width: 100%;
    border: 1px transparent;
    transition: 0.6s;
    bottom: 0px;
}
ol, ul {
    color: black;
}

ul a:hover {
	text-decoration: underline;
}

/*Parte texto seo del blog*/

.seo-sect.seo_pink_inside.seo-transparent{
    background: transparent;
}
 .seo-sect .txt-seo h1{
    color: #FFF;
}
.seo-transparent .txt-seo{
    background: #ABABAB;
}

.photo-copyright-container {
    display: inline-block;
}

@media screen and (max-width:699px){
    #articulos-relacionados{
        height: calc(112px * 5 + 101px);
        overflow-y: hidden;
    }
}
@media(min-width:700px){
    
    .noticias_home{
    	margin: 0 30px 50px 30px;
    }
    .noticias_destacada {
    	min-width: 401px;
    	height: 294px;
    }
    
    #dedicatedpage-noticia {
    	padding: 31px 115px 42px 115px;
    }
    .slider-noticia{
        height: auto;
        max-height: 682px;
        visibility: visible;
    }
    .destacado {
    	height: 26px;
    	width: 115px;
    }
    .caja_destacada{
        width: 90%;
    }
    #cajas_destacadas {
        height: 384px;
    }
    
    #titulo-noticia h1 {
    	font-size: 57px;
       	line-height: 67px;
    	font-family: 'Roboto Condensed';
    	margin-top: 33px;
    }
    
    #resumen {
    	margin-top: 31px;
    	font-size: 18px;
    	line-height: 26px;
    }
    
    .imagen-noticia{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #caja-flechas {
    	margin-top: 58px;
    }
    #articulos-relacionados {
    	margin-top: 15%;
    	width: 100%;
    }
    .articulo {
    	position: relative;
    	width: 100%;
    	height: 174px;
    	margin-top: 50px;
    	margin-bottom: 27px;
    }
    .articulo p {
    	top: 45%;
    }
    .articulo img {
        width: 241px;
        position: relative;
        height: 174px;
        float: left;
        margin-right: 15px;
    }
    #articulos-relacionados h4 {
    	color: black;
    	font-size: 25px;
        font-family: 'Roboto Bold';
        font-weight: 100;
    }
    .contenedor{
    	display: flex;
    	overflow: hidden;
    	/* width: 1276px; */
    	margin: 0;
    	border-radius: 5px;
    	flex-direction: row;
    	flex-wrap: nowrap;   
    }
}

@media (min-width: 834px) {
main{
	margin-top:110px;
}
#noticias{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
noticia_caja{
	bottom: 50px;
}
#siguiente-post {
	padding: 26px 0;
    height: 100%;
    position: relative;
}

}
@media(min-width:1023px){
main  .slider-noticia{
    height: 100%;
    visibility: visible;
	position: relative;
}
}

@media(min-width:1280px){

main {
	margin-top: 49px;
	margin-bottom: 20px;
}
.noticias_home{
	margin: 0 50px 50px 50px;
}
.leer{
	display: block;
   	position: absolute;
	height: 29px;
	width: 87px;
	border-radius: 3px;
	border: 1px solid transparent;
	background-color: #E60881;
	color: white;
	top: 80%;
	transition: 0.6s;
}
.container div img{
    display: flex;
    position: relative;
    float: right;
}
/*.noticias_home{*/
/*	height: 420px;*/
/*}*/
/*.noticia_caja{*/
/*	bottom: 60px;*/
/*}*/
#cajas_destacadas{
    padding-right: 10%;
    padding-left: 10%;
	height: 330px;
}

.contenedor{
    margin-left: 1%;
    display: flex;
    overflow: hidden;
    /* width: 1276px; */
    margin: 0px auto 0px auto;
    border-radius: 5px;
    flex-direction: row;
    flex-wrap: nowrap;
}
.noticias_destacada {
	margin: 30px 30px 0px 0px;
}
.noticias_destacada:hover .transparent {
	height: 161px;
}
.noticias_destacada:hover .caja_destacada {
	height: 185px;
}
.noticias_destacada:hover .text-destacada {
	-webkit-line-clamp: 4;
}
/*
#contenedor{
margin-left:1%;
}
*/
.text-noticia{
	-webkit-line-clamp: 2;
}
.caja_flecha_pre{
	cursor: pointer;
    visibility: visible;
    position: relative;
    height: 279.4px;
    top: 15 px;
    width: 13%;
    right: 12.5%;
}
.caja_flecha_pre:hover .flecha_pre{
	right: 2.5%;
}
.caja_flecha_post{
	cursor: pointer;
    position: relative;
    height: 279.4px;
    width: 100px;
    bottom: 603px;
    left: 102.5%;
}
.caja_flecha_post:hover .flecha_post{
	left:2%;
}
.flecha_pre{
    display: block;
    position: relative;
    top: 127px;
    width: 20px;
    height: 34px;
    right: 0.5%;
    margin-right:auto;
    margin-left: auto;
    background-image: url("/img/Blog/pase_izq.png");
}

.flecha_post{
    display: block;
    position: relative;
    top: 127px;
    width: 20px;
    height: 34px;
    margin-right: auto;
    margin-left: auto;
    background-image: url("/img/Blog/pase der.png");
}
.itemList {
	height: 91%;
}
.vistaList{
	position: relative;
    	bottom: 100%;
}
#titulo-noticia{
    height: auto;
    max-width: 684px;
    margin-top: 37px;
    top: 50%;
    position: relative;
}
#titulo-noticia h1{
	font-size: 57px;
	line-height: 67px;
	font-family: 'Roboto Condensed';
}
.container{
	width: 60%;
	float:left;
	/* margin-right: 6%; */
}
#resumen {
	font-size: 18px;
    	line-height: 26px;
}
.container div {
    margin-bottom: 0px;
}
.container div p {
    font-size: 16px;
    line-height: 25px;
}

.articulo img{
	/*width: 50%;*/
	max-width: 241px;
    	height: 100%;
}
#dedicatedpage-noticia {
    padding-left: 9%;
    flex-direction: row;
    align-items: flex-start;
}
#articulos-relacionados{
	float: left;
   	width: 40%;
	padding-left: 4%;
	height: calc(191px * 6 + 54px);
	overflow-y: hidden;
}
.articulo p {
    width: 100%;
    position: relative;
    float: none;
    text-align: left;
    top: 40px;
    font-size: 18px;
    line-height: 22px;
}

#siguiente-post h3{
    max-width: unset;
	/*width: 328px;*/
	text-align: end;
}
#caja-flechas #siguiente-post :hover h3{
	color: #E60881;
}
#home :hover p{
	color:#E60881;
}

}
@media(min-width:1650px){

.leer{
	display: block;
   	position: absolute;
    	height: 29px;
    	width: 87px;
    	border-radius: 3px;
	border: 1px solid transparent;
    	color: white;
    	top: 80%;
}
.noticias_home{
	#height: 420px;
}
.noticia_caja{
	#bottom: 60px;
}

.contenedor{
margin-left: 1%;
}
.text-noticia{
	-webkit-line-clamp: 2;
}
}
@media(min-width:1920px){
#cajas_destacadas {
    padding-right: 17%;
    padding-left: 17%;
    margin-bottom: 30px;
}
}