/*
Theme Name: La Tora Digital
Theme URI: https://irvingnovas.com/
Author: Irving Novas
Author URI: https://irvingnovas.com

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2024 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
All style editing is done via /assets/scss/_bootscore-custom.scss
*/

a {
    color: rgb(172,65,255);
    text-decoration: none !important;
}

a:hover{
	color: #210036;
}

p{
	font-size: 17px;
	font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #222222;
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 980px;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 980px;
    }

    .menuHeader .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .menuHeader .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
}

.bannertop{
	background: #f7f7f7;
	border-top: 1px solid #999999;
}

.header-tora{
	background: #013366;
	border-bottom: 1px solid #FFF;
}

.menuHeader{
	background: #11001c;
	font-family: "Poppins", sans-serif;
  	font-weight: 400;
	border-bottom: 1px solid #FFF;
}

.menu-mobil .navbar-nav .nav-link,
.menuHeader .navbar-nav .nav-link{
	color: #FFF;
	font-size: 16px;
	padding-left: 10px;
    padding-right: 10px;
}

.menuHeader .navbar-nav .nav-link.active,
.menuHeader .navbar-nav .nav-link:hover{
	background: #ab41ff;
}

.topmenu{
	background: #e4e4e4;
	color: #210036;
	font-size: 14px;
}

.topmenu a{
	font-size: 18px;
	color: #210036;
}

.menu-mobil{
	background: #11001c;
	font-family: "Poppins", sans-serif;
  	font-weight: 400;
  	color: #FFF;
}

.menu-mobil .btn-close{
	background-color: #FFF;
}

.prinpales{
	background: #222222;
}

.noticia-principal{
	color: #FFF;
	font-family: "Poppins", sans-serif;
	background: #000;
	height: 480px;
	overflow: hidden;
	color: #FFF;
}

.noticia-principal p{
	color: #FFF;
}

.noticia-principal .categoria{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	background: #9936ed;
	color: #FFF;
	padding:0 10px;
	line-height: 28px;
	text-decoration: none;
}

.noticia-principal .categoria:hover{
	background: #f323ce;
}

.noticia-principal .descripcion{
	line-height: normal;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);

}

.noticia-principal .descripcion .titulo{
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	font-size: 32px;
	text-shadow: 1px 1px 7px #000;
}


.noticia-principal .descripcion .titulo:hover{
	color: #9936ed;
}

.noticia-principal.secundaria {
	height: 253px;
	overflow: hidden;
	background: #000;
}
.noticia-principal.secundaria .descripcion .titulo{
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
}
.noticia-principal.secundaria .categoria{
	font-size: 12px;
}
.envivo-titulo{
	background: #11001c;
	padding: 0;
	margin: 0;
	color: #e31ec2;
	font-weight: 700;
	line-height: 46px;
	text-align: right;
}
.encuesta{
	border:1px solid #867491;
	background: #FFF;
	height: 253px;
	overflow: hidden;
}
.widget-title.h5,
.title-combustible, .title-dolar,
.encuesta h3{
	text-transform: uppercase;
	background: #210036;
	color: #e31ec2;
	text-align: center;
	font-size: 28px;
	line-height: 53px;
	margin: 0;
	padding: 0;
	font-weight: 700;
}
.encuesta .wp-polls-form{
	font-size: 16px;
	color: #210036;
	padding-top: 15px;
}
.encuesta .wp-polls-form p {
	margin-bottom: 0;
}
.encuesta .wp-polls-form p strong{
	font-weight: normal;
	font-size: 16px;
	color: #210036;
	display: block;
	padding: 0 20px;
}
.encuesta .wp-polls-form ul{
	margin:10px 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.encuesta .wp-polls-form ul li{
	display: inline-block;
	padding: 0 10px;
}
.encuesta .wp-polls-form input[type=button]{
	background: #210036;
	border:0;
	color: #FFF;
	line-height: 28px;
	padding: 0 15px;
	margin-bottom: 10px;
}
.encuesta .wp-polls-form a{
	font-weight: bold;
	color: #210036;
	text-decoration: none;
}
.encuesta .wp-polls-form a:hover{
	color: #e31ec2;
}
.seccion-portada{
	background: #e21ec2;
}
.seccion-portada h3{
	font-size: 33px;
	font-weight: 800;
	color: #210036;
}
.seccion-portada h3 a{
	text-decoration: none;
	color: #ffffff;
}
.seccion-portada .row{
	background: #f7f7f7;
}

.seccion-portada .noticia-principal{
	height: auto;
}
.seccion-portada .noticia-principal .descripcion .titulo{
	font-size: 24px;
}

.seccion-portada .noticia-principal.secundaria .descripcion .titulo{
	font-size: 16px;
}
.table{
	font-size: 14px;
}
/* Mostrar imagen de escritorio en pantallas grandes */
.desktop-banner {
    display: block;
}

.mobile-banner {
    display: none;
}

.page-header h1{
	font-size: 42px;
	color: #210036;
	font-weight: 800;
}

.bg-primary-subtle {
    background-color: #210036 !important;
    color: #FFF !important;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.entry-header h1{
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #11001c;
  font-size: 42px;
  line-height: 47px;
}

.widgets-list-layout.no-grav{
    background: #f5e9ff;
    padding: 15px;
}

.entry-content p{
	text-align:justify;
}

.widgets-list-layout .widgets-list-layout-blavatar{
	max-width: 60px!important;
	margin-top: 5px;
}

.widgets-list-layout-links{
	line-height: 14px;
}

.widgets-list-layout-links a{
	font-weight: bold;
	font-size: 13px;
}

.bootscore-footer{
    background: #210036;
}

.bootscore-footer a{
	color: #FFF;
}

#footer-menu{
	margin: 0 auto;
}

@media (max-width: 575.98px) {
	.noticia-principal{
		height: auto;
	}
	.navbar-brand img{
		width: 120px;
	}
	.seccion-portada .noticia-principal.secundaria .descripcion .titulo,
	.noticia-principal.secundaria .descripcion .titulo{
		font-size: 18px;
	}
	.noticia-principal .descripcion .titulo{
		font-size: 22px;
		line-height: 22px;
	}
	.desktop-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }
    .seccion-portada .noticia-principal {
	    padding-bottom: 150px;
    }
    .noticia-principal .categoria{
    	font-size: 12px;
    }
    .noticia-principal.secundaria{
    	height: auto;
    	padding-bottom: 0;
    }

    .toraenvivo iframe{
    	height: 90px!important;
    }
    .toraenvivo{
	    position: fixed;
	    z-index: 999;
	    bottom: 0;
	    right: 0;
	    width: 150px;
	}

	.single .envivo-titulo{
		text-align: center;
        font-size: 20px;
        line-height: 30px;
	}
	.single .envivo-titulo img{
		display: none;
	}
	.entry-header h1 {
	    font-size: 30px;
	    line-height: 36px;
	}
}