:root{
    --var--red: #ff0212;
    --var--gray: #353335;
    --var--gray-light: #d7d7d7;
}
*{
    font-family: 'Montserrat', sans-serif;
}
h4{
    font-size: 20px !important;
}
/* p{
    line-height: 20px;    
} */
.navbar-brand img{
    width: 100%;
    max-width: 350px;
}
.navbar-nav li{
    cursor: pointer;  
    margin-right: 25px;
}
.navbar-nav li a{
    font-weight: bold;
    color: black !important;   
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    text-decoration: none;
}
.navbar-nav li a.active, .navbar-nav li a:hover{
    border-bottom: solid 3px var(--var--red);
}
.banner-principal{
    min-height: 400px;
    color: white;
    background-color: black;
}
.caja-texto-columna span{
    color: black;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.banner-principal .title-banner span{
    color: var(--var--red);
}
.bg-cover{
    background-repeat: no-repeat;  
    background-position: center;
    background-size: cover;        
}
.banner-principal .columnas{
    color: black;
}
.caja-texto-columna{
    background-color: var(--var--gray-light); 
    border-radius: 0 23px 23px 0;
    padding: 20px 0;
}
.caja-img-columna{
    border-radius: 23px 0 0 23px
}
.caja-texto-columna p{
    font-size: 14px !important;    
}
.slick-dots li{
    width: 10px !important;
}
.slick-dots li button:before{
    opacity: 1 !important;
    color: var(--var--gray-light) !important;    
    font-size: 10px !important;
}
.slick-dots li.slick-active button:before{
    opacity: 1 !important;
    color: var(--var--red) !important;       
}
.title-banner-right a{
    color: white !important;
    text-decoration: none;
    border-bottom: solid 1px #676767;    
}
.title-banner-right h3{
    font-size: 20px;
    font-weight: bold;    
    margin-bottom: 5px;    
}
.img-opinion{
    border-radius: 23px 23px 0 0;
    height: 300px;
}
.texto-opinion{
    border-radius: 0 0 23px 23px;
    padding: 25px;
    background-color: var(--var--gray-light);
}
.texto-opinion h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.title-section{
    margin-bottom: 25px;
}
.title-section h2{
    font-weight: bold;
    margin-bottom: 50px;
}
.title-section p{
    font-weight: bold;
    margin-bottom: 25px;
}
.nav-posts button{
    width: 50%;
    background-color: #505050 !important;
    font-size: 28px;
    font-weight: bold;
    color: white !important;
    border-radius: 0 !important;
    line-height: 30px;       
    border-bottom: solid 6px transparent !important;
}
.nav-posts button.active{
    color: black !important;
    background-color: var(--var--gray-light) !important;
    border-bottom: solid 6px var(--var--red) !important;
}
.box-cajas-full{
    background-color: var(--var--gray-light);
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 15px;
}
.img-posts{
    width: 100%;
    height: 60px;
    border-radius: 10px;
}
.text-posts{
    display: inline-block;
}
.text-posts span{
    font-weight: bold;
}
footer{
    background-color: var(--var--gray);
    padding: 100px 0;
}

.title-sub{
    padding: 25px 0 20px;
}
.title-sub h2{
    font-weight: bold;
}
section a{
    color: black !important;
    text-decoration: none !important;
}
section a:hover{
    color: var(--var--red) !important;
    text-decoration: none !important;
}
.content-pages{
    padding: 50px 0; 
}
.contador-page {
    text-align: right;
    width: 100%;
}
.page-numbers {
    padding: 10px 15px;
    border: solid 1px #e3e3e3;
    margin: 0 3px;
    color: black;
}
.page-numbers.current, .page-numbers:hover {
    background-color: black;
    border: solid 1px black;
    color: white !important;
    text-decoration: none;
    transition: all .5s;
}
.prev.page-numbers, .next.page-numbers {
    background-color: white;
    border: solid 1px #e3e3e3;
    color: black;
}
#menu-footer{
    margin: 0 !important;
    padding: 0 !important;
    text-align: right;
}
#menu-footer li{
    display: inline-block;
    margin-right: 25px;
}
#menu-footer li a{
    color: white;
    text-decoration: none;    
}
article {
    border-bottom: solid 1px #ff021240;
    margin-bottom: 20px;
}
.img-relacionadas{
    height: 100px; 
    border-radius: 13px;
}
.btnVerTodas{
    font-weight: bold;
    text-decoration: underline !important;
    color: black !important;
}
.btnVerTodas:hover{
    color: var(--var--red);
    text-decoration: underline !important;
}
@media(max-width: 992px){
    .navbar-brand img{
        max-width: 200px;
    }    
    .navbar-nav li{
        margin: 10px 0;
    }
    .title-banner{
        margin: 25px 0;
    }
    .img-opinion{
        height: 200px;
    }
    .nav-posts button{
        line-height: inherit !important;
        font-size: 18px;
    }
    #espacio-reflexivo .caja{
        margin-bottom: 25px;
    }
    .post-dest{
        height: 200px !important;
    }
    .img-relacionadas{
        height: 200px; 
        border-radius: 15px;
    }    
    footer{
        text-align: center;
        padding: 50px 0;
    }
    footer img{
        max-width: 150px !important;
    }
    #menu-footer{
        text-align: center;
        margin: 25px auto !important;
    }
    #menu-footer li{
        display: block;
        margin-right: 25px;
        margin-bottom: 15px;        
    }
}
@media(min-width: 993px){
    .texto-opinion{
        min-height: 300px;
    }
    .nav-posts{
        padding-left: 30px;
    }  
    .slide-opinion{
        padding-right: 30px;
    } 
    .banner-principal{
        background-attachment: fixed;
    }         
}