

.banner3-p{
    margin-top: 0;
}

.contenedor_b3 {
    width: 100%;
    height: auto;
    display: flex !important;
    flex-direction: column;
    background: #fff;
    padding-top: 80px;
    padding-bottom: 0px;
    position: relative;
}

#btn_b3{
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
}

#img_b3 {
    width: 100% !important;
    height: auto;
    display: flex;
    margin-bottom: 80px;
}

#titulo_banner_3{
    font-size: 48px;
    text-align: left;
    /* color: #D31145; */
    font-weight: bold;
    margin-bottom: 24px;
    margin-left: 115px;
    font-family: 'Alright Sans Ultra';
}

#texto_banner_3{
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0px;
    margin-left: 115px;
    font-family: 'Alright Sans Regular';
}

.rwhite{
    background: #fff;
}

.rwhite #titulo_banner_3, .rwhite #texto_banner_3{
    color: #d31145;
}

.rred{
    background: #d31145;
}

.rred #titulo_banner_3, .rred #texto_banner_3{
    color: #fff;
}

.r-g-45{
    background: linear-gradient(135deg,#f68b1f,#e02125 32%,#8b0027 101%);
}

.r-g-45 #titulo_banner_3, .r-g-45 #texto_banner_3{
    color: #fff;
}

@media screen and (max-width: 900px){
    .contenedor_b3{
        padding-top: 50px;
    }
    #img_b3{
        margin-bottom: 50px;
    }
    #titulo_banner_3{
        margin-left: 40px;
    }
    #texto_banner_3{
        margin-left: 40px;
    }
}

@media screen and (max-width: 620px){
    #texto_banner_3{
        font-size: 12px;
    }
    #titulo_banner_3{
        font-size: 30px;
    }
}

@media screen and (max-width: 600px){
    .contenedor_b3 {
        padding-top: 30px;
    }
    #img_b3 {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 500px){
    #titulo_banner_3{
        margin-left: 20px;
        font-size: 25px;
    }
    #texto_banner_3{
        margin-left: 20px;
    }
}