/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/** Sobreescritura de estilos del Header **/
.header__container .header__row-2 {
    border: none;
}

.header.active .header__container .header__row-2 {
    border: none;
}

/** Cambio en el overlay de las imágenes de cabecera **/
.body-container .dnd-section:first-child:before {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.7)),to(rgba(0,0,0,.25)));
    background-image: linear-gradient(180deg,rgba(0,0,0,0.7),rgba(0,0,0,.25);
}

.submenu.level-1 > li {
    padding: 20px;
}