.Azul_bg
{
	color:#151c3d;
}
/** ADD YOUR AWESOME CODES HERE **/

.alignDiv{
	align-self: center;
}

.padding-up{
	padding-top: 18px;
}




.contenedor {
	margin: auto;
	display: table;
}

h1 { 
	position: relative; 
	float: left;
	
	color: white;
	font-size: 2.5em;
}

h1 span {
    position:absolute;
    right:0;
    width:0;
    background: #151c3d;
    border-left: 1px solid #000;
    animation: escribir 3s steps(30) infinite alternate;
}

@keyframes escribir {
    from { width: 100% }
    to { width:0 }
}




.banner-bg-7{
    padding: 120px 0;   
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.banner-bg-7::before{
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(7, 13, 159, 0.1);
}