@charset "utf-8";
/* CSS Document */

.bannertext {
   position: absolute;
    text-align: left;
    top: 215px;
    width: 80%;
    left: 80px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

#cor-texto-titulo {
    color: #1a4385;
}

.bannertext h2, .bannertext p {
      width: 90%;
    margin-top: -23px;
    line-height: 1.1;
}

.banner__title {
    font-size: 52px;
}

@media screen and (max-width: 500px) {
    .titulo-mobile {
        margin-top: 73px;
    }
}
@media screen and (max-width: 570px) {
    .bannertext {
        top: 10%;
        left: 0;
        width: 100%;
        max-width: 99%;
        text-align: center;
    }
}

@media screen and (max-width: 570px) {
    .bannertext h2 {
        margin-bottom: 1.5em;
    }
}

@media screen and (max-width: 570px) {
    .bannertext h2, .bannertext p {
        width: 90%;
        margin-left: 23px;
    }

@media screen and (max-width: 500px) {
    .titulo-mob-cor {
        font-size: 30px;
        color: #fff !important;
    }
}


@media screen and (max-width: 500px) {
    .breadcomb {
        display: none !important;
    }
}

.bannerfull a img {
    width: 100%;
    height: 100%;
    max-height: 420px;
}

@media screen and (max-width: 500px) {
    .texto-titulo-mob {
        font-size: 16px;
        color: #fff !important;
    }
}

.bannerfull {
    position: relative;
    width: 100%;
    height: 100%;
}

.slidefull {
    width: 100%;
    max-height: 450px;
}