.banner{background:url(../img/bg-banner.jpg) repeat-x;}
.banner__container{display:flex;flex-direction:column;justify-content:space-between;height:300px;align-items: center;}
.banner__titulo{padding:1.8em 0.5em;font-size:1.45em;font-weight:800;text-align:center;color:var(--cor-branco);}
@media screen and (min-width:768px){
    .banner__container{display:flex;flex-direction:row;align-items:flex-start;}
    .banner__titulo{margin:1.5em 0.5em 0 1em;padding:0;width:325px;font-size:1.8em;text-align:left;}
    .banner__titulo .visible-tablet{display:block;}
    .banner__titulo span{font-size:1.4em;}
    .banner__imagem{width:400px;height:299px;}
}
@media screen and (min-width:950px){
    .banner__imagem{width:583px;}
}
@media screen and (min-width:1024px){
    .banner__link{display:flex;width:100%;justify-content:center;}
    .banner__container{width:935px;}
    .banner__titulo{width:auto;margin:1.5em 0.5em 0 0;}
}