/* ### MENÚ PRINCIPAL ### */

.site-header--11 .main-navigation li a{
	font-size: 1.1rem !important;
}

/* Espacio entre items menú header */

#primary-menu li{
	margin-right: 25px !important;
}

/* Border bottom menu sticky */

.sticky .site-header.site-header--11 .main-navigation .menu > li > a::after {
	background: #1788de;
}

/* Imagen por defecto del header */

.page-header{
	background-image: url(https://desalia.com/wp-content/uploads/2019/06/SK-plant-bird-eye-view.jpg);
}

/* Anchura de la página para
 * proyectos */

.modificacion-proyectos{
	max-width: 100% !important;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0 !important;
}

    /* Menú navegación visible en siempre en menú desplegable */
   
    #mobile-navigation{
        display: block !important;
    }

    .site-branding{
        margin-left: 1%;
    }

    #primary-menu li{
        margin-right: 35px;
    }

    /* Padding contenedor iconos lenguaje */

    .header-icons{
        padding: 0 20px !important;
    }

    /* Margen entre iconos lenguaje */
    
    a[title="English"]{
        margin: 0 10px
    }
    
/* ### FOOTER ### */

/* MENÚ 2 FOOTER */

.site-footer--02 .widget_nav_menu .menu li {
		font-size: 13px;
    width: 100%;
}

/* COLUMNA RRSS */

#col-rrss{
	text-align: center;
	margin-top: 1em;
}

/* Icono Twitter */

#icono-twitter{
	margin: 0 8%;
}

/* COLUMNA BOTÓN TOP */

#col-btn-top{
	margin-top: 1em;
	text-align: right;
}

#col-btn-top a i{
	padding-top: 8px;
	text-align: center;
	width: 30px;
	height: 30px;
	background-color: #2f3033;
}

/* MEDIA QUERIES HEADER Y FOOTER */

/* MEDIA QUERIES */

    @media (max-width: 991px){
        
        /* FOOTER */
        
        #col-btn-top{
            text-align: center;
        }
        
        #col-copyright p{
            padding: 0 10px;
        }
        
        #nav_menu-1 h3 , #nav_menu-1 div , #nav_menu-6 h3 , #nav_menu-6 div, #text-6 h3 , #text-6 div{
            text-align: center;
        }
        
    }
    
    @media (min-width: 992px){
        #columna-footer-2{
            padding: 85px 45px 53px 45px;
        }
    }

   @media (max-width: 1360px){
       
       /* MENÚ PRINCIPAL */
        
        .site-branding{
            margin-top: 1%;
            margin-bottom: 1%;
        }
        
        #site-navigation{
             display: none;
         }
    }

/* Cambios generales PORTAFOLIO */

/*.page-title{
	color: black !important;
}*/

/*.page-header{
	background: url();
}*/

/*.page-header:before{
	background-color: transparent;
}*/

/* Cambios generales proyectos PORTAFOLIO */

.entry-title{
	text-align: center;
}

.texto{
	font-family: "Poppins";
}

@media(min-width: 320px){
	#primary{
		width: 100% !important;
	}
}

@media (min-width: 768px){
	.container {
    width: 750px !important;
	}
}

@media (min-width: 992px){
	.container {
    width: 970px !important;
	}
}

@media (min-width: 1200px){
	.container {
    width: 1200px !important;
		}
}

/* ### PÁGINA DE NOTICIAS ### */

.parent-more-link a:hover{
	color: #1788de !important;
}



/* ### ENTRADAS DE NOTICIAS ### */

.no-breakable{
	white-space: nowrap;
}

.entry-content{
	word-break: break-word;
}









