.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 #section_2{
    display: none;
}

.banner_n .contenido_banner_n{
    width: 100%;
    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: center;
    align-items: start;
    width: 100%;
    max-width: 373px;
}

.banner_n .contenido_banner_n .texts:first-child{
    margin-right: 27%;
    margin-left: 10px;
}

.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;
    width: 100%;
    max-width: 368px;
}

.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: transparent;
    text-align: center;
    padding: 12px;
    color: #fff;
    max-width: 260px;
    max-height: 42px;
    border: 1px solid #fff;
    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: 1100px){
    .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: 838px){
    .banner_n .contenido_banner_n .texts{
        max-width: 235px !important;
    }
}

@media (max-width: 768px){
    .banner_n{
        height: 865px;
    }
    .banner_n #section_1{
        display: none;
    }
    .banner_n #section_2{
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        background-size: 100%;
    }
    .banner_n #section_2 .texts:first-child{
      margin-top: 130px;
      margin-left: 20px;
      margin-right: 0px !important;
      max-width: 500px !important;
    }
    .banner_n .contenido_banner_n .texts h1{
        max-width: 490px !important;
    }
    .banner_n .contenido_banner_n .texts h1,
    .banner_n .contenido_banner_n .texts h1 span{
        font-size: 40px !important;
    }
    .banner_n .contenido_banner_n .texts #btn_n{
        width: 100%;
        max-width: 480px;
        padding: 30px 0px;
        background: #fff !important;
        color: #BA0C2F;
        border-radius: 50px;
        font-size: 25px;
    }
    .banner_n .contenido_banner_n .texts #btn_n #icon_btn{
        width: 30px;
        margin-left: 35px !important;
        margin-bottom: 5px !important;
    }
}

@media (max-width: 600px){
    .banner_n {
        height: 750px;
    }
    .banner_n #section_2 .texts:first-child{
        margin-left: 40px;
    }
    .banner_n .contenido_banner_n .texts h1,
    .banner_n .contenido_banner_n .texts h1 span{
        font-size: 30px !important;
    }
    .banner_n .contenido_banner_n .texts #btn_n {
        max-width: 360px;
        font-size: 16px;
        padding: 23px 0px;
    }
    .banner_n .contenido_banner_n .texts #btn_n #icon_btn{
        width: 20px;
        margin-left: 60px !important;
        margin-bottom: 2px;
    }
}

@media (max-width: 480px){
    .banner_n {
        height: 581px;
    }
    .banner_n #section_2 .texts:first-child{
        margin-top: 90px !important;
    }
    .banner_n .contenido_banner_n .texts h1,
    .banner_n .contenido_banner_n .texts h1 span {
        font-size: 25px !important;
    }
    .banner_n .contenido_banner_n .texts #btn_n {
        max-width: 300px;
    }
    .banner_n .contenido_banner_n .texts #btn_n #icon_btn{
        margin-left: 19px !important;
    }
}

@media (max-width: 400px){
    .banner_n {
        height: 490px;
    }
    .banner_n .contenido_banner_n .texts #btn_n {
        padding: 19px 0px;
    }
}

@media (max-width: 360px){
    .banner_n #section_2 .texts:first-child {
        margin-left: 25px;
    }
}