/****
	*	SECOND BOX
	**/
    #fixed-bg .title-wrapper *{
        position:relative;
    }
    #fixed-bg .title-wrapper{
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        background:url(https://cdn2.hubspot.net/hubfs/3218524/banners/phone-woman.jpg) center bottom / cover no-repeat fixed;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        height:400px;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        vertical-align:middle;
        width:100%;
        z-index:-1;
    }
    #fixed-bg .title-wrapper:before{
        background-color:rgba(30,40,70,.9);
        content:" ";
        display:block;
        height:400px;
        left:0;
        position:absolute;
        width:100%;
        z-index:0;
    }
    #fixed-bg h1{
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        color:#f6f6f6;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        float:none;
        font-size:3.25em;
        font-weight:300;
        height:83%;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        margin:0 auto;
        max-width:750px;
        min-width:240px;
        text-align:center;
        width:90%;
        line-height:1.1;
    }
    @media only screen and (max-width:649px){
        #fixed-bg h1{
            appearance:none;
            -webkit-appearance:none;
            -moz-appearance:none;
        }
    }
    @media only screen and (max-width:649px) and (min-width:530px){
        #fixed-bg h1{
            font-size:2.8em;
        }
    }
    @media only screen and (max-width:529px){
        #fixed-bg h1{
            font-size:2.4em;
            height:100%;
            width:100%;
        }
    }
    .fade_rule {
        height: 1px;
        background-color: #E6E6E6;
        width: 66.0em;
        margin: 0 auto;
        background-image: linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
        background-image: -o-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
        background-image: -moz-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
        background-image: -webkit-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
        background-image: -ms-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
        background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0.02, white), color-stop(0.5, gray), color-stop(0.98, white) );
}
#beneficios-link{
    
    color: #E6E6E6; /* Cambia este color al que prefieras */
}
#beneficios-link:hover {

    color: #00204A; /* Cambia este color al que prefieras */
}

