/* + GENERALES */
body {
	font-family: 'Open Sans', serif;
	    /* font-family: 'Lato', serif; */
    /* font-family: 'Roboto', serif; */
    /* font-family: 'Open Sans', serif; */
    
}

.error {
	color: red;
}
/* - GENERALES */

/* + HEADER */
#link_logo {
	display: flex;
	align-items: center;
}

#link_logo:hover {
	text-decoration: none !important;
}

.menu_opc {
	text-decoration: none !important;
}

.menu_opc a {
	font-family: 'Lato', serif;
	font-size: 18px;
	font-weight: normal;
	color: #000 !important;
	text-decoration: none !important;
}

.menu_opc a:hover {
	color: #FFF !important;
	background: #7D7D7D;
	transition: 0.15s;
}

.menu_opc_active a {
	color: #FFF !important;
	background: #7D7D7D;
}
/* - HEADER */

/* + BODY */
#sec_body {
	background: #FFF;
}

.cont_div {
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}

#cont_ult_ent {
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}

#row_ult_ent {
	max-width: 1336px;
	margin: 0px auto;
}

.cont_img_ent {
	text-align: center;
	background: #e8e8e8;	
}

.cont_img_ent:hover {
	opacity: 0.7;
	transition: 0.15s;
}

.img_ent_dest {
	max-width: 100%;
	height: 150px;
}

.name_cat {
	margin-top: 20px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7D7D7D;
	cursor: pointer;
}

.name_cat:hover {
	color: #000;
	transition: 0.15s;
}

.tit_ent_det {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.tit_ent_det:hover {
	color: #7D7D7D;
	transition: 0.15s;
}

.fech_ent_det {
	font-size: 13px;
	font-weight: 600;
	margin-top: 10px;
	color: #7D7D7D;
}

.entrada {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}

.img_entrada {
	max-width: 100%;
	height: 130px;
}

.name_cat_ent {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7D7D7D;
	cursor: pointer;
}

.name_cat_ent:hover {
	color: #000;
	transition: 0.15s;
}

.tit_entrada {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.tit_entrada:hover {
	color: #7D7D7D;
	transition: 0.15s;
}

.resumen_entrada {
	margin-top: 10px;
	font-size: 17px;
	line-height:30px;
}

.categoria {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.title_card {
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 18px;
}

.title_card::before, .title_card::after {
	content: "";
	border-top: 2px solid #7D7D7D;
	border-right-color: #7D7D7D;
	border-bottom-color: #7D7D7D;
	border-left-color: #7D7D7D;
	margin: 0px;
	flex: 1 0 0px;
}

.title_card div {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px;
	background: #7D7D7D;
	color: rgb(255, 255, 255);
	width: 50%;
	text-align: center;
	margin: 0px auto;
}

.list_cat {
	color: #000 !important;
	text-decoration: none !important;
}

.list_cat:hover {
	color: #7D7D7D !important;
	transition: 0.15s;
}

.turn_on {
	color: #7D7D7D !important;	
}

#titulo_cat_individual {
	color: #000;
	text-align: center;
	font-weight: 800;
	font-size: 48px;
	line-height: 56px;
}

#date_share {
	display: flex;  
	justify-content: space-between; 
	align-items: center;
}

#cont_share_btns {
	display: flex;
    align-items: center;
}

.share {
	background: #1564C5;
    padding: 5px;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-right: 10px;
}

.share:last-child {
	margin-right: 0px !important;
}

.share a {
	color: #FFF;
}

#sec_footer {
    background: #7D7D7D;
}

#sec_footer div {
	text-align: center;
    padding: 10px 0px;
}

.social {
    color: #FFF;
    margin-right: 20px;
	font-size: 25px;
}

.social:hover {
    color: #000;
	transition: 0.15s;
}

#titulo_entrada { 
	font-size: 39px;
    font-weight: bold;
}

.fech_ent {
    font-size: 16px;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 16px;
    color: #7D7D7D;
}

.cont_img_ent_ind {
	text-align: center;
	background: #e8e8e8;	
}

.img_ent {
    max-width: 100%;
    height: 400px;
}

.contenido_ent {
    margin-top: 30px;
    line-height: 30px;
}

.contenido_ent p{
	margin-bottom:30px;
}

.contenido_ent a {
    color: #e90b0b  !important;
	text-decoration: none;
}

.contenido_ent a:hover {
    color: blue  !important;
}
/* - BODY */
	
	
/* + ARTICULOS RECOMENDADOS */
.title_rec {
	font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
}


.ent_rec {
	margin: 10px 10px 0px 10px;
    padding: 10px;
    background-color: rgb(246, 246, 246);
	border: 1px solid #e9ecef;
}

.cont_img_ent_rec{
	text-align: start;
	background-color: rgb(246, 246, 246);
}

.img_ent_rec {
    max-width: 100%;
    height: 70px;
	border: 1px solid #e9ecef;
}

.col_title_ent_rec {
    display: flex;
    align-items: center;
    padding-right: 0px;
}

.tit_ent_rec {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #000;
}
/* - ARTICULOS RECOMENDADOS */
@media(max-width: 993px) {
	.col_img_ent_rec {
		width: 40%;
	}
	
	.col_title_ent_rec {
		width: 60%;
	}
}
@media(max-width: 800px) {
	#cont_logo {
		border-right: 0px solid #000 !important; 
		padding-right: 0px !important;
	}
	
	#txt_logo {
		display: none;
		padding-left: 0px !important;
	}
	
	#cont_navbar {
		display: flex; 
		justify-content: end;
	}
	.entradas_destacadas {
		padding-top: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #e5e5e5;
	}
	
	#cont_ult_ent { 
		display: none;
	}
	
	#cont_categorias {
		width: 100%;
	}	
	
	#cont_entradas {
		width: 100%;
		border-left: 0px solid #e5e5e5 !important;	
	}	
	
	.img_entrada {
		height: 250px;
	}
	
	.name_cat_ent {
		margin-top: 10px;
	}
	
	#cont_publicidad {
		text-align: center;
	}
	
	#titulo_cat_individual {
		font-size: 30px;
	}	
	
	.cont_div {
		border-bottom: 0px solid #e5e5e5;
		border-top: 0px solid #e5e5e5;
	}
	
	#cont_ult_ent {
		border-bottom: 0px solid #e5e5e5;
		border-top: 0px solid #e5e5e5;
	}	
}

@media(max-width: 426px) {
	#logo {
		max-width: 200px !important;
	}
	
	#sig_facebook {
		max-width: 90px !important
	}
	
	.img_entrada {
		height: 130px;
	}
	
	.img_ent {
		height: 220px;
	}
	
	.fech_ent {
		margin-bottom: 10px;
	}

	#date_share {
		display: block;  
	}
	
	#cont_share_btns {
		margin-bottom: 16px;
	}	
}

@media(max-width: 341px) {
	#logo {
		max-width: 170px !important;
	}
	
	#sig_facebook {
		max-width: 70px !important
	}
}
