/*!
Theme Name: La Máxima
Theme URI: http://underscores.me/
Author: Danny García
Author URI: https://dgarcia.mx
Description: Template for La Máxima 11-20 Radio
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: la-maxima
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

La Máxima is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
  --primary-color: #1e3799;
  --green-color: #52b374;
  --blue-secondary: #4c75d1;
  --black-color: #2f3640;
  --orange-color:#eb2f06;
}

/*** GENERAL ***/
*{font-family: 'Poppins', sans-serif;}
body{background: #000;font-family: 'Jost', sans-serif;}
#page {max-width: 980px;}

.text-primary{color: var(--primary-color) !important;}
.bg-primary{background-color: var(--primary-color) !important;}
.btn-primary{background-color: var(--primary-color) !important;border-color:var(--primary-color) !important;;}

[class^="bi-"]::before, [class*=" bi-"]::before {line-height: 1.3em;}
.main-title {padding-top: 10px;}

/**** MENU PRINCIPAL ***/
.main-menu li a {text-transform: uppercase;color: var(--black-color);margin-left: 5px;
    transition: border-color 0.5s linear;letter-spacing: 0.6px;font-weight: 600;}
.main-menu li a span:hover, .main-menu li.active a span {border-bottom: 3px solid var(--primary-color);padding-bottom: 4px;}
.navbar-brand img{max-width: 130px;}
.is-sticky #main-menu {background-color: white;z-index: 999 !important;}
.is-sticky .logo-header{max-width: 90px;}

/***** MENU MOBILE **/
#header-mobile .navbar-brand img {max-width: 130px;}
.menu-mobile {height: 100%;width: 280px;background-color: #FFF;left: 0;top: 0;z-index: 2;position: fixed;
    overflow-y: auto;overflow-x: visible;transform: translate(-280px,0);}
.ssm-overlay {position: fixed;top: 0;right: 0;bottom: 0;left: 0;background-color: rgba(0,0,0,0.2);display: none;z-index: 1;}
.logo-menu-mobile {border-bottom: 1px solid rgba(255,255,255,0.2);padding: 10px;}
.logo-menu-mobile img{max-width: 180px;}
.is-navOpen{overflow: hidden;}
.menu-mobile .list-group-item {background: none; color: #71CC98 !important;font-size: 10px;text-transform: uppercase;padding-left: 10px;
    border: 0;border-bottom: 1px solid rgba(255,255,255,0.3);border-radius: 0;}
.menu-mobile .list-group-item.active {color: #71CC98;}

.close-button {position: absolute;right: 5px;}

.social-header {display: inline-flex;padding: 0.4rem 0;}
.social-header .btn-link {padding: 0.75rem 10px;}

#sidebar ul.components {padding: 20px 0;}
#sidebar ul p {color: #fff;padding: 10px;}
#sidebar ul li a {padding: 10px;display: block;color: var(--primary-color) !important;font-size: 15px;text-transform: uppercase;font-weight: 600;}
#sidebar ul li a:hover {color: #0042BE !important;background: #fff;text-decoration: none;}
#sidebar ul li.active > a, a[aria-expanded="true"] {color: #fff !important;background: var(--orange-color);}
a[data-toggle="collapse"] {position: relative;}
#sidebar .dropdown-toggle::after {display: block;position: absolute;top: 50%;right: 20px;transform: translateY(-50%);}


/*** Programas **/
.slick-dots {bottom: -35px;}
.slick-dots li button:before {font-size: 15px;}
.slick-dots li.slick-active button:before {color: var(--primary-color);}

/*** VIDEOS ***/
.play-button{position: absolute;left: 50%;transform: translate(-50%, 0);top:30%;}

/*** NOTICIAS **/
.imagen-noticia {min-height: 200px;border-radius: 10px;background-size: cover;background-position: center center;}
.badge-primary {background-color: var(--primary-color);}

/** CONTACTO **/
.formContacto label {width: 100%;}

/*** FOOTER ***/
.logo-footer{max-width: 90%;}

.widget-footer ul {list-style: none;padding-left: 0;}

.widget-footer li a {color: white;}

/*** RESPONSIVE ***/
