.banner-n{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px !important;
    width: 100%;
    background: #fff;
    position: relative;
}

.banner_n{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1366px;
    height: 473px;
}

.banner_n .contenido_banner_n{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: 50%; 
}

.banner_n .contenido_banner_n .texts{
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%;
    max-width: 370px;
}

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

.banner_n .contenido_banner_n .texts 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 .texts p{
    font-size: 16px;
    color: #fff;
    text-align: left;
    max-width: 368px;
    font-family: 'Alright Sans Medium';
}

.banner_n .contenido_banner_n .texts #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 .texts #btn_n #icon_btn{
    margin-left: 12px;
}


@media (max-width: 1000px){
    .banner_n .contenido_banner_n .texts h1,
    .banner_n .contenido_banner_n .texts h1 span{
        font-size: 20px !important;
    }
    .banner_n .contenido_banner_n .texts p{
        font-size: 15px !important;
    }
    .banner_n .contenido_banner_n .texts{
        max-width: 280px !important;
    }
}

@media (max-width: 768px){
    .banner_n{
        flex-direction: column !important;
        flex-wrap: nowrap;
        height: 700px;
    }
    .banner_n .contenido_banner_n{
        width: 100% !important;
    }
    .banner_n .contenido_banner_n:first-child{
        height: 40%;
    }
    .banner_n .contenido_banner_n:last-child{
        height: 60%;
    }
    .banner_n .contenido_banner_n .texts{
        max-width: 580px !important;
    }
    .banner_n .contenido_banner_n .texts p{
        display: none;
    }
    .banner_n .contenido_banner_n .texts #btn_n{
        color: #fff !important;
        border: 1px solid #fff;
        background: transparent;
    }
}

@media (max-width: 768px){
    .banner_n .contenido_banner_n .texts h1,
    .banner_n .contenido_banner_n .texts h1 span{
        font-size: 15px !important;
        margin-bottom: 20px !important;
    }
    .banner_n .contenido_banner_n .texts #btn_n{
        font-size: 13px !important;
    }
    .banner_n .contenido_banner_n .texts{
        margin-left: 30px !important;
    }
    .banner_n .btn_a1{
        display: none !important;
    }
    .banner_n .btn_a2{
        display: flex !important;
        max-width: 237px !important;
        max-height: 35px !important;
    }
}

@media (max-width: 430px){
    .banner_n{
        height: 500px !important;
    }
}

@media (max-width: 390px){
    .banner_n{
        height: 400px !important;
    }
}