/*
Theme Name:     finance-child
Description:    Child theme for the finance
Author:         Themesflat
Template:       finance

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/* HEADER */
.flat-top .custom-info ul li {    
	font-weight: 500;
    font-family: Source Sans Pro;
}



/* PESTAÑAS */
.pagetitle_style_1 {
	display: none;
}
#banner-principal-internas {
	height: 480px;
}
#banner-principal-internas .vc_column_container:after {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
}

/* HOME */
#areas-practica .flat-imagebox.style-2 .flat-imagebox-content {
    display: none !important;
}

/* FOOTER */
.flat-before-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.footer-widgets p.desc {
	text-align: justify !important;
}


/* MOBILE */
.btn-menu:before,
.btn-menu:after, 
.btn-menu span {
	background-color: #003b5c !important;
}