html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: white;
  height: 100%;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden; }

body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw; }

#globar {
  position: relative;
  background: #fff url("../img/fundo.png") no-repeat center;
  width: 100%;
  height: 100%; }
  #globar .texto {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #globar .texto .texto-title {
      font-size: 76px;
      line-height: 67px;
      font-weight: bold;
      color: #CD236B;
      text-transform: uppercase;
      margin-left: -5px; }
    #globar .texto .texto-complementar {
      font-size: 34px;
      line-height: 38px;
      font-weight: bold;
      color: #4B4B4B;
      text-transform: uppercase; }
    #globar .texto img {
      margin-top: -20px;
      width: 750px;
      height: 260px; }
  #globar .footer {
    position: absolute;
    bottom: 3%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 70vh;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #globar::after {
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80vh;
    height: 15px;
    background: #3e488c;
    background: -webkit-gradient(linear, left top, right top, from(#3e488c), to(#d3226a));
    background: -webkit-linear-gradient(left, #3e488c 0%, #d3226a 100%);
    background: -o-linear-gradient(left, #3e488c 0%, #d3226a 100%);
    background: linear-gradient(90deg, #3e488c 0%, #d3226a 100%);
    border-radius: 50px 50px 0px 0px;
    content: '';
    z-index: 10; }

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