.howitworks .video {
	background: url("/img/howitworks.png") no-repeat top center;
	background-size:cover;
	width: 100%;
	margin: 0 auto;
	height: 660px;
}
.howitworks .title {
    padding: 14%;
	text-align: center;
    a{
        display: block;
        
    }
}
.howitworks .title h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    text-transform: uppercase;

}
.howitworks .info h1 {
    font-size: 40px;
    margin: 36px auto;
    color: #7d8c93;
    span.number{
        font-size: 50px;
    }
}
.howitworks .title h2 {
    color: white;
    font-weight: lighter;
    margin-top: -15px;
    font-size: 24px;
    margin: 30px 0 70px 0;
}
.howitworks .title .fa {
    color: white;
    font-size: 73px;
}
.howitworks .info{
	text-align: center;
	width:100%;
	margin-top:50px;
}
.howitworks .cool-font p {
    font-size: 18px;
}
.howitworks .text {
    margin-left: 17%;
	text-align: center;
	font-size: 1.3em;
    padding: 20px 36px;
    position: relative;
    h3{
        font-size: 21px;
        text-align: left;
        display: inline-block;
        width: 78%;
        vertical-align: baseline;
        margin-left: 10px;
        
    }
    span.number{
        font-size: 56px;
        font-weight: 600;
        color: #fe7563;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 35px;
    }
}
.howitworks .arrow {
    float: right;
	margin-top: 15pt;
}
.howitworks .icono {
    margin: 0 auto 10%;
	text-align: center;
    img{
        height: 94px;
    }
}

.howitworks .section{
	margin-bottom: 30px;
	margin-top: 76px;
    overflow: auto;
}
.howitworks .section .image {
    width: 44%;
    padding: 15px;
    float: right;
}
.howitworks a.btn.btn-inverse.btn {
    margin-bottom: 15px;
    width: 287px;
    text-transform: uppercase;
    font-size: 20px;
    padding: 8px;
    margin-top: 90px;
    margin-bottom: 20px;
}
.howitworks a.btn.btn-inverse {
    font-size: 1.5em;
}


.howitworks{
    .p-l{
        padding-left: 10%;
        + .imagen{
            padding-right: 0;
        }
    }

    .p-r{
        padding-right: 10%;
    }
    .p-l-0{padding-left: 0;}
}

/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait){
.howitworks.setion.ng-scope {
    margin-top: 113%;
}
}

@media (max-width: 768px){
    .howitworks .icono {
        margin-bottom: 0px;
    }

    .howitworks .text{
     margin-bottom: 60px;
     margin-top: 0;
    }
    .howitworks .title h1{font-size: 40px;}
}

