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

.banner9_n{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1366px;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.banner9_n #banner9_img{
    width: 100%;
}

.banner9_n .content_banner9_t{
    width: 100%;
    max-width: 1366px;
    display: flex;
    justify-content: start;
    /* flex-direction: row; */
    position: absolute;
    z-index: 100;
}

.banner9_n .contenido_banner9_n{
    width: 100%;
    max-width: 500px;
    height: 100%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-left: 115px;
}

.banner9_n .contenido_banner9_n .texts{
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%;
    max-width: 368px;
    
}

.banner9_n .contenido_banner9_n .texts h1{
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    text-align: left;
    font-family: 'Alright Sans Medium';
    font-weight: 400;
    margin-bottom: 0px;
}

.banner9_n .contenido_banner9_n .texts #title_2{
    font-size: 22px;
    color: #fff;
    text-align: left;
    font-family: 'Alright Sans Medium';
    margin-bottom: 0px !important;
    text-transform: uppercase;
    font-weight: 900;
}

.banner9_n .contenido_banner9_n .texts #text2{
    font-family: 'Alright Sans Medium';
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
    font-weight: 400;
    margin-top: 32px;
}

.banner9_n .contenido_banner9_n .texts #text2 span{
    font-family: 'Alright Sans Black';
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
    display: flex;
    margin-top: 10px;
}

.banner9_n .contenido_banner9_n .texts #btn_n{
    background: transparent;
    text-align: center;
    padding: 12px;
    color: #fff;
    max-width: 260px;
    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';
}

.banner9_n .contenido_banner9_n .texts #btn_n #icon_btn{
    margin-left: 10px;
    width: 21px;
}


.banner9_n #banner9_img {
    filter: brightness(85%); 
}

@media (max-width: 1000px) and (min-width: 769px){
    .banner9_n .contenido_banner9_n .texts h1,
    .banner9_n .contenido_banner9_n .texts #title_2{
        font-size: 18px;
    }
    .banner9_n .contenido_banner9_n .texts #text2{
        font-size: 14px;
    }
    .banner9_n .contenido_banner9_n .texts #title_2{
        margin-bottom: 10px !important;
    }

}
@media (max-width: 768px){
    .banner9_n{
        align-items: start;
    }
    .banner9_n .contenido_banner9_n {
        margin-left: 70px !important;
        margin-top: 100px;
        max-width: 600px;
        margin-right: 70px;
    }
    .banner9_n .contenido_banner9_n .texts h1,
    .banner9_n .contenido_banner9_n .texts #title_2{
        font-size: 26px !important;
    }
    .banner9_n .contenido_banner9_n .texts #text2{
        font-size: 18px !important;
    }
    .banner9_n .contenido_banner9_n .texts{
        max-width: 550px;
    }
}

@media (max-width: 700px){
    .banner9_n .contenido_banner9_n{
        margin: 0px 40px !important;
        margin-top: 90px !important;
    }
    .banner9_n .content_banner9_t{
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 590px){
    .banner9_n .contenido_banner9_n{
        /* margin-top: 40px !important; */
        margin-top: 120px !important;
    }
}

@media (max-width: 530px){
    .banner9_n .contenido_banner9_n .texts h1,
    .banner9_n .contenido_banner9_n .texts #title_2{
        font-size: 22px !important;
    }
    .banner9_n .contenido_banner9_n .texts #text2{
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }
    .banner9_n .contenido_banner9_n .texts #title_2{
        margin-bottom: 10px !important;
    }
}

@media (max-width: 430px){
    .banner9_n .contenido_banner9_n{
        /* margin: 0px 20px !important; */
        /* margin-top: 30px !important; */
        margin-top: 80px !important;
        margin-left: 20px !important;
    }
    .banner9_n .contenido_banner9_n .texts #btn_n{
        padding: 2px !important;
        max-width: 250px !important;
    }
    .banner9_n .contenido_banner9_n .texts #text2{
        font-size: 13px !important;
    }
}

@media (max-width: 360px){
    .banner9_n .contenido_banner9_n .texts #btn_n{
        max-width: 235px !important;
    }
}