.banner_n{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 473px;
    position: relative;
}

.banner-n{
    margin-top: 0px !important;
}

.banner_n .contenido_banner_n{
    display: flex;
    width: 50%;
    height: 100%;
    flex-direction: column;
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: 50%; 
    padding-left: 115px;
    padding-top: 112px;
}

.banner_n .contenido_banner_n h1 span{
    font-size: 22px;   
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    /*font-family: 'Alright Sans Medium';*/
}

.banner_n .contenido_banner_n h1{
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    text-align: left;
    /*font-family: 'Alright Sans Black';*/
    font-weight: 400;
}

.banner_n .contenido_banner_n p{
    font-size: 16px;
    color: #fff;
    text-align: left;
    max-width: 368px;
    /*font-family: 'Alright Sans Medium';*/
}

.banner_n .contenido_banner_n #btn_n{
    background: #fff;
    text-align: center;
    padding: 12px;
    color: #BA0C2F;
    max-width: 260px;
    max-height: 42px;
    border-radius: 21px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-family: 'Alright Sans Black';*/
}

.banner_n .contenido_banner_n #btn_n #icon_btn{
    margin-left: 12px;
}