/*Banner Tudo o que você pode fazer*/

#banner-tudo {
    background: #073A59;
    height: 65vh;
    text-align: center;
    padding: 13%;
}

#banner-tudo h1 {
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: lighter;
    text-align: center center;
    padding: 1%;

}

#banner-tudo p {
    color: #FFFFFF;
    font-size: 1em;
    font-weight: lighter;
    text-align: center;
    padding: 5%;
}

/*----Banner Viva o seu melhor----*/

/* #banner-viva {
   height: 65vh;
    background:#FAFAFA ;
}*/

#banner-viva section.texto-acontecer {
    background: #FAFAFA url(../img/banners/icone-banner-viva-azul-transp.png);
    background-position: -270px center;
    background-size: 60%;
    background-repeat: no-repeat;
}

#banner-viva section.texto-acontecer p {
    font-family: "Montserrat";
    font-size: 1.3em;
    padding: 20% 5% 0% 35%;
}

#banner-viva section.texto-acontecer button {

    background-color: #12A2FA;
    border: none;
    border-radius: 4px;
    padding: 15px 10px;
    margin: 6% 6% 6% 50%;
}

#banner-viva section.texto-acontecer div button a {
    color: #FAFAFA;
    font-family: 'montserrat';
    font-size: 1em;
    font-weight: normal;
}

#banner-viva section.texto-acontecer div button a:hover {
    color: #073A59;
}

#banner-viva section.texto-viva {
    background: #073A59 url(../img/banners/icone-banner-viva-white-transp.png);
    background-position: 650px center;
    background-size: 60%;
    background-repeat: no-repeat;
}

#banner-viva section.texto-viva h1 {
    color: #FAFAFA;
    text-align: left;
    font-size: 2em;
    font-weight: lighter;
    padding: 26% 10%;
}

#banner-viva section.texto-acontecer div button a {
    color: #FAFAFA;
}

@media only screen and (max-width: 1600px) {
    #banner-viva section.texto-acontecer {
        background-position: -224px center;
    }

    #banner-viva section.texto-viva {
        background-position: 540px center;
    }
}

@media only screen and (max-width: 1400px) {
    #banner-viva section.texto-acontecer {
        background-position: -196px center;
    }

    #banner-viva section.texto-viva {
        background-position: 472px center;
    }
}

@media only screen and (max-width: 1200px) {
    #banner-tudo {
        height: 50%;
        padding: 15% 10%;
    }

    #banner-viva section.texto-acontecer {
        background-position: -160px center;
    }

    #banner-viva section.texto-viva {
        background-position: 403px center;
    }

}

@media only screen and (max-width: 1000px) {

    #banner-viva section.texto-acontecer {
        background-position: -139px center;
    }

    #banner-viva section.texto-viva {
        background-position: 336px center;
    }

}


@media only screen and (max-width: 600px) {
    #banner-tudo {
        height: 50%;
        padding: 25% 15%;
    }

    #banner-tudo h1 {
        font-size: 1.2em;
    }

    #banner-tudo p {
        font-size: 0.8em;
    }

    #banner-viva section.texto-acontecer {
        display: none;
    }

    #banner-viva section.texto-viva {
        width: 100%;
        height: 80%;
        background-position: 280px center;
        background-size: 86%;
    }

    #banner-viva section.texto-viva h1 {
        font-size: 2em;
        padding: 30% 12%;
    }

}