﻿/*
Theme Name: Lu24
Author: Tuco Digital
Author URI: http://www.tucodigital.com/
Description: Diseño Personalizado realizado para la web de la radio LU24
Version: 1.5
*/

body {
  font-family: "Nunito", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto", sans-serif;
}

.titulos{
	font-size:1.5rem !important;
	font-family: "Roboto", sans-serif;
  	font-weight: 700;
}

.titulo-urgente{
	font-size:2rem !important;
	font-family: "Roboto", sans-serif;
  	font-weight: 700;
}

.roboto-med {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

/* NAVBAR */

.menu-scroll {
  max-height: 100vh;
  overflow-x: hidden;
}

/* social */

.social > a::before {
  content: none;
}

.fa-facebook-f {
  color: #1c3e7d !important;
  transition: all 0.4;
}

.sub-nav .fa-facebook-f {
  color: #fff !important;
  transition: all 0.4;
}

.fa-facebook-f:hover {
  color: #2a5ebe !important;
}

.sub-nav .fa-instagram {
  color: #fff !important;
  transition: all 0.4;
}

.fa-instagram {
  color: #e1306c !important;
  transition: all 0.4;
}

.fa-instagram:hover {
  color: #ff5d93 !important;
}

.sub-nav .fa-twitter {
  color: #fff !important;
  transition: all 0.4;
}

.fa-twitter {
  color: #1da1f2 !important;
  transition: all 0.4;
}

.fa-twitter:hover {
  color: #6bd0ff !important;
}

/* submenu */
.texto-btn-categorias {
  font-size: 0px;
  padding: 0;
  margin: 0;
  transition: all 0.3s;
}
.categorias:hover .texto-btn-categorias {
  font-size: 16px;
  margin: 0px 15px 0px 0px;
}

.main-menu > li > a {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.4s;
  text-decoration: none;
}

.main-menu > li > a:hover {
  background-color: rgba(0, 105, 217, 0.5) !important;
  color: rgba(255, 255, 255, 0.9);
}

.main-menu > li {
  list-style-type: none;
}

/* NAVBAR */

/* UTILIDADES */
.btn-primary {
  background-color: #1c3e7d;
  border-color: #1c3e7d;
}

.bg-azul {
  background-color: #1c3e7d !important;
}

.bg-gris {
  background-color: #ececec;
}

.bg-light{
    background-color: #f7f7f7!important;
}

.sombra-sm {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.m-main-menu {
  margin-top: 60px;
}

.img-urgente {
  object-fit: cover !important;
  object-position: center;
  width: 100%;
  height: 400px;
}

.img-publi {
  object-fit: contain !important;
  object-position: center;
  height: 400px;
  width: 100%;
}

.img-publi-larga {
  object-fit: contain !important;
  object-position: center;
  height: 100%;
  width: 100%;
}

.img-noticia {
  object-fit: cover !important;
  object-position: center;
  width: 100%;
  height: 300px;
}

.img-noticia-single {
  object-fit: cover !important;
  object-position: top;
  width: 100%;
  height: 500px;
}

.img-gal-thumb{
  object-fit: cover !important;
  object-position: center;
  width: 100%;
  height: 200px;
}

.not-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 0;
  margin-bottom: 16px;
}

.not-title h4:before {
  position: absolute;
  content: '';
  background: #1c3e7d;
  width: 200px;
  height: 3px;
  bottom: 16px;
  left: 16px;
}


/* UTILIDADES */

/* HOME */

/* destacadas */

.img-destacada {
  object-fit: cover !important;
  object-position: center;
  width: 100%;
  height: 360px;
}

.content-destacada {
  padding: 3rem 1rem 1rem 1rem;
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 999;
}

.bg-destacada {
  content: "";
  position: absolute;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 46%, rgba(28,62,125,1) 100%);
  height: 360px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.wpp-poll-title{
  font-size: 1.5rem;
}

.poll-single {
  margin: 0px;
}

.navbar-brand img {
  height: 50px !important;
}

.cat-not{
	position: absolute;
	top: 250px;
    left: 35px;
}

/* HOME */

/* PAGINADOR */

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item.active .page-link {
  background-color: #1c3e7d;
  border-color: #1c3e7d;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}

.page-link:hover {
  z-index: 2;
  color: #1c3e7d;
}

.page-link {
  color: #1c3e7d !important;
}

.page-item.active .page-link {
    color: #fff!important;
}

/* PAGINADOR */

/* MEDIA */

@media only screen and (max-width: 1024px) {
	.post-content{
		padding:0 !important;
	}
	
   .py-5{
		padding-top:2rem !important;
		padding-bottom:2rem !important;
   }	
	
  .img-noticia-single {
    object-fit: cover !important;
    object-position: top;
    width: 100%;
    height: 100%;
  }
	
	
  .img-publi {
    height: 340px;
  }
	
  .titulos{
	font-size:1.2rem !important;
  }
	
	.lead{
		font-size:1.1rem !important;
	}
  
}

@media only screen and (max-width: 320px) {
  .img-publi {
    height: 290px;
  }
}
