@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap');

body {
  font-family: 'Lato', sans-serif;
}

.full-width{
	width: 100%;
	height: auto;
}

.fix-width{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.vertical-center {
	display: flex;
	align-items: center;
}

.link-menu {
	color: #000;
	text-decoration: none;
	transition-duration: 0.5s;
}

.descargar-pdf {
	text-decoration: none;
	font-size: 20px;
}

.div-contenido div {
	margin-bottom: 10px;
}

header{
	background-color: #3184de;
}

header .idiomas{
	padding-top: 20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

header .idiomas p{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 5px;
}

header .btn-blanco {
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	font-family: Arial;
	color: #373435;
	font-size: 12px;
	background: #fff;
	padding: 3px 8px 3px 8px;
	text-decoration: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

header .btn-blanco:hover {
	/*background: #ffcd03;*/
	text-decoration: none;
}

header .btn-amarillo {
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	font-family: Arial;
	color: #373435;
	font-size: 12px;
	background: #ffcd03;
	padding: 3px 8px 3px 8px;
	text-decoration: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	transition-duration: 0.5s;
	margin-left: 40px;
}

header .btn-amarillo:hover {
	background: #fff;
	text-decoration: none;
}

header .clima img{
	max-width: 80px;
}

header .redes-sociales{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: safe flex-end;
	align-items: center;
}

header .redes-sociales p{
	color: #fff;
	font-size: 12px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding-right: 10px;
	line-height: 1;
}

header .redes-sociales img{
	display: inline-block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin: 10px 5px 10px 5px;
	max-width: 40px;
}

header .languaje-login {
	display: flex;
	justify-content: safe flex-end;
	align-items: center;
}

.div-menu {
	background-color: #FFFFFF;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.div-menu .menu {
  position: relative;
  display: inline-block;
  height: 55px;
  width: 100%;
  line-height: 23px;
  background-color: #FFFFFF;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.div-menu .menu {
  box-shadow: 0 0 40px rgb(0 0 0 / 10%);
  border-top-color: transparent;
  border-bottom: none;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.contenido .noticia{
	border: 1px solid #373435;
	margin: 0px 0px 15px 0px;
	position: relative;
	background-position: center top;
	background-size: cover;
}

.contenido .noticia .categoria p{
	color: #fff;
	background: rgba(4, 44, 82, 1); 
	background: -webkit-linear-gradient(top, rgba(82, 137, 255, 1) 0%, rgba(4, 44, 82, 1) 100%); 
	background: linear-gradient(to bottom, rgba(82, 137, 255, 1) 0%, rgba(4, 44, 82, 1) 100%); 
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px; 
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	max-width: 200px;
	padding: 2px 10px;
	position: absolute;
	left: 0;
	top: 20px;
}

.contenido .noticia .titulo h2{
	color: #fff;
	background-color: #727376;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 2px 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	border-top: 1px solid #373435;
}

.lista-noticia {
	margin-bottom: 50px;
}

.lista-noticia .inner {
	display: flex;
	flex-direction: row;
}

.lista-noticia .inner .imagen {
  width: 300px;
  background-size: 100%;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
}

.lista-noticia .inner .imagen .categoria {
	color: #fff;
  background: rgba(4, 44, 82, 1);
  background: -webkit-linear-gradient(top, rgba(82, 137, 255, 1) 0%, rgba(4, 44, 82, 1) 100%);
  background: linear-gradient(to bottom, rgba(82, 137, 255, 1) 0%, rgba(4, 44, 82, 1) 100%);
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  max-width: 200px;
  padding: 2px 10px;
  position: absolute;
  left: 0;
  top: 20px;
  text-decoration: none;
  font-family: 'Lato';
}

.lista-noticia .inner .detalle {
	width: calc(100% - 300px);
	padding-left: 20px;
}

.lista-noticia .inner .detalle .fecha {
	color: #191E21;
  font-size: 10px;
  letter-spacing: .5px;
  font-weight: 500;
  text-transform: uppercase;
}

.lista-noticia .inner .detalle .titulo {
	margin: 10px 0;
}

.lista-noticia .inner .detalle .titulo a {
	color: #000;
	font-weight: 700;
  text-decoration: none;
  transition-duration: 0.5s;
  font-size: 20px;
  line-height: 28px;
  font-family: 'Merriweather';
}  

.lista-noticia .inner .detalle .resumen p {
	line-height: 26px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: 'Merriweather';
}  

.lista-noticia .inner .detalle .likes-boton {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.lista-noticia .inner .detalle .likes-boton .likes {
	font-size: 16px;
	color: #989898;
} 

.boton-azul {
	display: inline-block;
	background-color: transparent;
  border: 1px solid #3184de;
  color: #3184de;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
  transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  height: 43px;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 0.5px;
  padding-top: 10px;
  text-align: center;
}

.boton-azul div {
	transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.boton-azul div:last-child {
	opacity: 0;
}

.boton-azul:hover {
	color: #fff;
	background-color: #3184de;
}

.boton-azul:hover div:first-child {
  margin-top: -43px;
  margin-bottom: 20px;
}

.boton-azul:hover div:last-child {
  opacity: 1;
}

.boton-azul.grande {
	width: 100%;
}

.titulo-seccion {
	margin: 40px 0;
	display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #f2f2f2;
  position: relative;
}

.titulo-seccion h2 {
	margin: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-size: 16px;
  background-color: #fff;
  text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
}

.sidebar .links {
	margin-bottom: 40px;
}

.sidebar .links .link {
  border-bottom: #666 dotted 1px;
  font-family: 'Merriweather', sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  background-color: #F5F5F5;
 	padding: 10px;
  text-transform: uppercase;
}

.sidebar .links .link:first-child {
	border-top: #666 dotted 1px;
}

.sidebar .links .link a {
	display: block;
  color: #000;
  text-decoration: none;
}

.sidebar .titulo h3 {
  font-size: 16px;
  position: relative;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.sidebar .titulo h3:after {
  content: ' ';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: #3184de;
}

.noticia-mini {
	margin-bottom: 10px;
}

.noticia-mini .inner {
	display: flex;
	flex-direction: row;
}

.noticia-mini .inner .imagen {
	width: 80px;
	background-size: cover;
	background-position: top center;
	position: relative;
}

.noticia-mini .inner .detalle {
	width: calc(100% - 80px);
	padding-left: 12px;
}

.noticia-mini .inner .detalle .titulo {
	margin: 10px 0;
}

.noticia-mini .inner .detalle .titulo a {
	color: #000;
	font-weight: 700;
  text-decoration: none;
  transition-duration: 0.5s;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Merriweather';
}  

.titulo-noticias h2 {
	font-size: 48px;
	font-weight: 800;
  font-family: 'Merriweather';
  color: #000;
  margin: 10px 0;
}

.linea {
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #f2f2f2;
  margin: 10px 0 30px 0;
  position: relative;
}

.page-link {
	color: #3184de;
}

.page-link:hover {
  color: #3184de;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.regresar {
	text-decoration: none;
}

.titulo-noticia h1 {
	font-size: 40px;
	font-weight: 700;
  font-family: 'Merriweather';
  color: #000;
  margin: 10px 0;
}

.likes-fecha {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.interior-noticia p {
	font-size: 16px;
	color: #181818;
	margin-bottom: 20px;
	line-height: 30px;
}

.footer {
	border-top: 5px solid #3184de;
	background-color: #252e38;
  color: #848f9a;
  padding: 20px 0;
}

.footer .copyright {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 20px;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

.footer .copyright a {
	text-decoration: underline;
	color: #fff;
	transition-duration: 0.5s;
}

.footer .copyright a:hover {
	color: #3184de;
}

.fondo-imagen {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.div-columnista {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.div-columnista .columnista-imagen {
	border-radius: 50%;
	width: 200px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.div-columnista .columnista-descripcion {
	width: calc(100% - 200px);
	padding-left: 40px;
}

.div-obituario {
	background-color: #000;
	padding: 20px;
	margin-bottom: 20px;
}

.div-obituario .inner-obituario {
	background-color: #000;
	color: #fff;
	text-align: center;
}

.div-obituario .inner-obituario p {
	color: #fff;
}

.div-obituario .inner-obituario img {
	max-width: 80px;
}

@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    
  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(16.3%);
  }
  
  .carousel-inner .carousel-item-start.active, 
  .carousel-inner .carousel-item-prev {
    transform: translateX(-16.3%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}