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

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

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

.banner8_n .contenido_banner8_n .texts{
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%;
    max-width: 464px;
    margin-top: 95px;
}

.banner8_n .contenido_banner8_n .texts #texto1{
    font-size: 22px;
    color: #fff;
    text-align: left;
    max-width: 464px;
    font-family: 'Alright Sans Black';
    margin-bottom: 7px;
}

.banner8_n .contenido_banner8_n .texts h1{
    color: #fff;
    font-size: 56px;
    text-transform: uppercase;
    text-align: left;
    font-family: 'Alright Sans Black';
    line-height: 60px;
    max-width: 464px;
    margin-bottom: 16px;
    /* font-weight: 400; */
}

.banner8_n .contenido_banner8_n .texts #texto2{
    font-size: 16px;
    color: #fff;
    text-align: left;
    max-width: 464px;
    font-family: 'Alright Sans Medium';
    margin-bottom: 40px;
}

.banner8_n .contenido_banner8_n .texts #btn_n{
    background: transparent;
    text-align: center;
    padding: 12px;
    color: #fff;
    max-width: 181px;
    max-height: 42px;
    border: 2px solid #fff;
    border-radius: 21px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Alright Sans Black';
}

.banner8_n .contenido_banner8_n .texts #btn_n #icon_btn{
    margin-left: 12px;
}


@media (max-width: 1024px){
    .banner8_n{
        height: 400px !important;
    }
    .banner8_n .contenido_banner8_n .texts h1{
        line-height: 20px;
    }
    .banner8_n .contenido_banner8_n .texts #texto2{
        margin-bottom: 20px;
    }
    .banner8_n .contenido_banner8_n .texts h1,
    .banner8_n .contenido_banner8_n .texts h1 span{
        font-size: 30px !important;
    }
    .banner8_n .contenido_banner8_n .texts p{
        font-size: 18px !important;
    }
    .banner8_n .contenido_banner8_n .texts{
        max-width: 360px !important;
    }
}

@media (max-width: 768px){
    .banner8_n{
        flex-direction: column !important;
        flex-wrap: nowrap;
        height: 1200px !important;
    }
     .banner8_n .contenido_banner8_n{
        width: 100% !important;
    }
    .banner8_n .contenido_banner8_n .texts {
        max-width: 510px !important;
    }
    
}

@media (max-width: 600px){
    .banner8_n{
        height: 900px !important;
    }
    .banner8_n .contenido_banner8_n .texts{
        max-width: 470px !important;
        margin-top: 55px;
    }
    .banner8_n .contenido_banner8_n .texts h1 {
        line-height: 30px;
    }
    .banner8_n .contenido_banner8_n .texts #texto2{
        margin-bottom: 20px;
    }
}

@media (max-width: 500px){
    .banner8_n {
        height: 770px !important;
    }
    .banner8_n .contenido_banner8_n .texts{
        max-width: 345px !important;
    }
}

@media (max-width: 430px){
    .banner8_n {
        height: 660px !important;
    }
    .banner8_n .contenido_banner8_n{
        background-size: cover;
    }
    .banner8_n .contenido_banner8_n .texts {
        max-width: 260px !important;
    }
    .banner8_n .contenido_banner8_n .texts #texto1{
        font-size: 17px;
    }
    .banner8_n .contenido_banner8_n .texts #texto2 {
        margin-bottom: 10px;
    }
    .banner8_n .contenido_banner8_n .texts h1, .banner8_n .contenido_banner8_n .texts h1 span {
        font-size: 22px !important;
    }
    .banner8_n .contenido_banner8_n .texts p {
        font-size: 14px !important;
    }
    .banner8_n .contenido_banner8_n .texts {
        margin-top: 80px;
    }
    .banner8_n .contenido_banner8_n .texts h1{
        margin-bottom: 0px;
    }
    .banner8_n .contenido_banner8_n .texts #btn_n{
        padding: 1px;
    }
    .banner8_n .contenido_banner8_n .texts{
        margin-bottom: 50px;
    }
}

@media (max-width: 360px){
    .banner8_n {
        height: 560px !important;
    }
}