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

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

.bannerour_n #banner9_img{
    width: 100%;
} 

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

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

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

.bannerour_n .contenido_banner9_n .texts h1{
    color: #fff;
    font-size: 34px;
    text-transform: uppercase;
    text-align: left;
    font-family: 'Alright Sans Black';
    font-weight: 400;
    margin-bottom: 32px;
}

.bannerour_n .contenido_banner9_n .texts #text1{
    font-size: 16px;
    color: #fff;
    text-align: left;
    font-family: 'Alright Sans Medium';
    margin-bottom: 16px !important;
    font-weight: 400;
}

.bannerour_n .contenido_banner9_n .texts #text2{
    font-family: 'Alright Sans Black';
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
}

.bannerour_n .contenido_banner9_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';
}

.bannerour_n .contenido_banner9_n .texts #btn_n:hover{
    background: #ecf0f1;
}

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


.bannerour_n #banner9_img {
    filter: brightness(80%); 
}

@media (max-width: 940px) {
    .bannerour_n .contenido_banner9_n .texts h1{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .bannerour_n .contenido_banner9_n .texts #text1{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .bannerour_n .contenido_banner9_n .texts #text2{
        font-size: 14px;
    }
}
@media (max-width: 768px){
    .bannerour_n .content_banner9_t{
        justify-content: center;
    }
    .bannerour_n .contenido_banner9_n{
        justify-content: center;
        margin: 0px 30px;
    }
    .bannerour_n #banner9_img {
        filter: brightness(70%); 
        width: 768px;
        max-width: 768px;
    }
    .bannerour_n .contenido_banner9_n .texts h1{
        margin-bottom: 15px;
    }
    .bannerour_n .contenido_banner9_n .texts #text2{
        display: none;
    }
}

@media (min-width: 768px){
    .bannerour_n .banner9_img_1{
        display: block !important;
    }
    .bannerour-n .banner9_img_2{
        display: none;
    }
}