@charset "UTF-8";
/*Dispositivos notebook (com até 1366px)*/
/*Dispositivos large (desktops com 1199px ou mais)*/
/*Dispositivos grandes (tablets com 991px ou mais)*/
@media (min-width: 768px) and (max-width: 991px) {
  #globar .texto img {
    width: 600px;
    height: 200px; }
  #globar .footer {
    width: 45vh; }
  #globar::after {
    width: 55vh; } }

/*Dispositivos médio (telefones em modo paisagem, com 767px ou mais)*/
@media (min-width: 576px) and (max-width: 767px) {
  #globar .texto img {
    width: 500px;
    height: 160px;
    margin: 0; }
  #globar .footer {
    width: 30vh; }
  #globar::after {
    width: 40vh; } }

/*Dispositivos small (telefones em modo paisagem, com menos de 576px)*/
@media (min-width: 320px) and (max-width: 575px) {
  #globar .texto .texto-title {
    font-size: 61px;
    line-height: 51px; }
  #globar .texto .texto-complementar {
    font-size: 28px; }
  #globar .texto img {
    width: 300px;
    height: 100px;
    margin: 0; }
  #globar .footer {
    width: 35vh; }
  #globar::after {
    width: 45vh; } }

/*# sourceMappingURL=responsivo.css.map */