/*
Theme Name: Legalgo Oficial
Author: Ing. Pedro Durán A.
Author URI: https://wordpress.org/
Description: Tema para Web Legalgo
Version: 1.0
Template: twentysixteen

*/

@import url("../twentysixteen/style.css");

.content-area{
    width:100%;
}

.site-content {
    padding: 0 0;
}

.site-inner {
    max-width:100%;
}

.site {
    margin: 0;
}



.site-branding .site-title a{
    color: #FFFFFF;
    padding: 0;
}

.main-navigation a{
    color: #FFFFFF;
}


body:not(.custom-background-image).admin-bar:before {
    top: 0px;
}

body {
    background: #FFFFFF;
}

body:not(.custom-background-image)::before, body:not(.custom-background-image)::after{
        height: 0px;
}

.main-navigation ul ul li {
    background: rgba(1, 13, 48, 0.3);
    
}

a {
    color: #FFFFFF;
}

.site-header{
   
   /* background: #020d30;*/
   background: rgba(1, 13, 48, 0.3);
   /*background-image: url('https://rubikinteractive.com/wp-content/uploads/2021/01/background-header2.png');*/
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1;
   width: 100%;
   padding: 25px;
   padding-top: 5px;
   padding-bottom: 0px;
}


.site-header.scroll{
    background: rgba(1, 13, 48, 0.5);
    transition: 0.5s all;
}


.site-main{
    margin-bottom: 1em;
}

.site-footer {
    padding: 0 4.5455% 1em;
    
    
}

.site-info{
    color: #417ABD;
    font-family: "Century";
}

.site-info a{
    color: #417ABD;
    font-family: "Century";
}

/*SECCION NOTICIAS*/

.contenedor-noticia{
    clear: both;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    font-family: "Century";
}

.contenedor-noticia a{
    color: #6EC1E4;
}

.contenido-noticia h2{
    line-height: 1.5;
}


.imagen-destacada{
    float:left;
    width: 300px;
    margin-right: 15px;
    margin-top: 10px;
    
}

.contenido-noticia{
    float: left;
    width: 424px;
    font-size: 15px;
}

.paginacion{
    clear: both;
    width: 100%;
    
}

.pagina-sgt a{
    color: #6EC1E4;
    float: right;
}

.pagina-ant a{
    color: #6EC1E4;
    float: left;
}

.entradasstyle{
     font-family: "Century";
     
}

.entradasstyle a{
     color: #6EC1E4;
}

.titulo-entrada{
    font-family: "Century";
    color: #6EC1E4;
}

ul.lista_comentarios{
    list-style: none;
}

.contenedor-lista-comentarios{
    margin-top:50px;
    background-color: #F1F1F1;
    padding: 20px;
}

.lista_comentarios{
    margin-bottom: 25px;
}

.comment_body{
    margin-bottom: 25px !important;
}


@media only screen and (max-width: 768px){
    .menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {
        background-color: #1a1a1a;
        border-color: #ffffff;
        color: #fff;
    }
    
    .menu-toggle{
        color: #fff;
    }
    
    .main-navigation .primary-menu {
        background: rgb(0,0,0,0.8);
        padding: 25px;
    }
}












