html, body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

main {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

#linkyoutube {
  color: #333;
  font-size: 1.5em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#linkyoutube:hover {
  color: #ff0068;
}

.container {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .container {
    width: 95%;
  }
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.bgleft, header .header__hero, .footer__img {
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
}

.bgcenter, .servicos__img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bgright {
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}

.hiddenbar {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.section-title {
  width: 50%;
  height: 40px;
  line-height: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(#ff0068), to(#ff4200));
  background-image: linear-gradient(to right, white, #ff0068, #ff4200);
  text-align: end;
  color: white;
  padding-right: 10px;
  border-radius: 0 20px 20px 0;
}

@media screen and (max-width: 1024px) {
  .section-title {
    width: 80%;
  }
}

.text {
  font-size: 1.1em;
  letter-spacing: 1px;
  color: #333;
  line-height: 30px;
  text-align: justify;
}

header .header {
  width: 100%;
  background: white;
  border: 1px solid white;
  -webkit-box-shadow: 0 0 3px #333;
          box-shadow: 0 0 3px #333;
  position: fixed;
  z-index: 10;
}

header .header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  vertical-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 180px;
  height: 110px;
}

@media screen and (max-width: 500px) {
  header .header__logo img {
    width: 135px;
  }
}

header .header__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  vertical-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: calc(100% - 180px);
  height: 110px;
}

@media screen and (max-width: 500px) {
  header .header__text {
    width: calc(100% - 135px);
  }
}

header .header__text-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  vertical-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 20%;
  min-width: 150px;
  height: 55px;
}

header .header__text-icons i {
  color: #333;
  font-size: 1.8em;
}

header .header__text-icons i:hover {
  color: #ff0068;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

header .header__text-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  vertical-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 95%;
  height: 55px;
  border-top: 1px solid #333;
}

@media screen and (max-width: 500px) {
  header .header__text-menu {
    width: 100%;
  }
}

header .header__text-menu button {
  width: 130px;
  height: 40px;
  background: none;
  border: 2px solid #333;
  border-radius: 10px;
  font-size: 1.5em;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

header .header__text-menu button:hover {
  color: #ff0068;
  border: 2px solid #ff0068;
}

header .header__hero {
  width: 100%;
  height: 800px;
  max-height: calc(100vh - 110px);
  background-image: url(../img/hero.jpg);
  -webkit-transform: translateY(110px);
          transform: translateY(110px);
}

header .header__hero div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: auto;
  text-align: center;
}

header .header__hero div h1 {
  letter-spacing: 2px;
  font-size: 3em;
  color: #ff0068;
  text-shadow: 1px 1px 1px white;
}

@media screen and (max-width: 500px) {
  header .header__hero div h1 {
    font-size: 2em;
  }
}

header .header__hero div h2 {
  letter-spacing: 2px;
  font-size: 2em;
  color: white;
  text-shadow: 1px 1px 1px #ff0068;
}

@media screen and (max-width: 500px) {
  header .header__hero div h2 {
    font-size: 1.5em;
  }
}

header nav div {
  position: fixed;
  top: 110px;
  right: calc(15% - 25px);
  z-index: 2;
  width: 200px;
  height: auto;
  background-color: rgba(51, 51, 51, 0.8);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media screen and (max-width: 500px) {
  header nav div {
    right: 0;
  }
}

header nav div ul {
  width: 200px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

header nav div ul a {
  text-decoration: none;
}

header nav div ul a li {
  text-align: center;
  line-height: 45px;
  border-bottom: 1px solid white;
  background-color: rgba(51, 51, 51, 0.8);
  padding-left: 5px;
  color: white;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

header nav div ul a li:hover {
  color: #ff0068;
  border-bottom: 1px solid #ff0068;
}

.sobre {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  vertical-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sobre div {
  width: 100%;
  max-width: 800px;
}

.sobre img {
  width: 50%;
  max-width: 400px;
  border: 2px solid white;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 5px #333;
          box-shadow: 2px 2px 5px #333;
  margin-right: 10px;
}

@media screen and (max-width: 500px) {
  .sobre img {
    width: 70%;
  }
}

.counter {
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  vertical-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 768px) {
  .counter {
    height: 200px;
  }
}

.counter-icons {
  width: 33.33%;
  text-align: center;
}

.counter-icons i {
  font-size: 4em;
  color: #ff4200;
}

@media screen and (max-width: 768px) {
  .counter-icons i {
    font-size: 2em;
  }
}

@media screen and (max-width: 500px) {
  .counter-icons i {
    font-size: 1.5em;
  }
}

.counter-icons p {
  font-size: 1.2em;
  color: #333;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .counter-icons p {
    font-size: 1em;
  }
}

@media screen and (max-width: 500px) {
  .counter-icons p {
    font-size: .8em;
  }
}

.counter-icons span {
  font-size: 2em;
  color: #ff4200;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .counter-icons span {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 500px) {
  .counter-icons span {
    font-size: 1em;
  }
}

.servicos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  vertical-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-width: 800px;
  margin: auto;
  color: #333;
  margin-top: 40px;
}

.servicos__item {
  text-align: center;
}

.servicos__item i {
  font-size: 4em;
  color: #ff4200;
}

@media screen and (max-width: 768px) {
  .servicos__item i {
    font-size: 2em;
  }
}

@media screen and (max-width: 500px) {
  .servicos__item i {
    font-size: 1.5em;
  }
}

.servicos__item p {
  font-size: 1.2em;
  color: #333;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .servicos__item p {
    font-size: 1em;
  }
}

@media screen and (max-width: 500px) {
  .servicos__item p {
    font-size: .8em;
  }
}

.servicos__img {
  width: 100%;
  max-width: 800px;
  height: 300px;
  margin: 30px auto;
  background-image: url(../img/dublando.jpeg);
  border: 1px solid white;
  -webkit-box-shadow: 2px 2px 5px #333;
          box-shadow: 2px 2px 5px #333;
}

.servicos__text {
  max-width: 800px;
  margin: auto;
}

.portfolio {
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
  text-align: center;
}

.portfolio iframe {
  padding: 25px;
}

@media screen and (max-width: 500px) {
  .portfolio iframe {
    padding: 5px;
  }
}

.homestudio {
  width: 100%;
  margin: auto;
  max-width: 800px;
  text-align: center;
  color: #333;
}

.homestudio img {
  width: 100%;
  border: 1px solid white;
  -webkit-box-shadow: 2px 2px 5px #333;
          box-shadow: 2px 2px 5px #333;
}

.contatos__icons {
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  vertical-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contatos__icons div {
  text-align: center;
}

.contatos__icons div a {
  color: #5dade2;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-decoration: none;
}

.contatos__icons div a:hover {
  color: #ff0068;
}

.contatos__icons div a:hover p {
  color: #ff0068;
}

.contatos__icons div p {
  margin-bottom: 50px;
  color: #333;
  font-weight: bold;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.contatos__icons div img {
  width: 50%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border: 1px solid white;
  -webkit-box-shadow: 2px 2px 5px #333;
          box-shadow: 2px 2px 5px #333;
  border-radius: 15px;
}

.contatos__icons div img:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #777;
}

.footer__img {
  width: 100%;
  height: 500px;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  background-image: url(../img/gisaimg.jpg);
}

@media screen and (max-width: 768px) {
  .footer__img {
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  .footer__img {
    height: 200px;
  }
}

.footer__text {
  width: 100%;
  height: 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(#5dade2), color-stop(#ff0068), color-stop(#ff4200), color-stop(#ff0068), to(#5dade2));
  background-image: linear-gradient(to right, #5dade2, #ff0068, #ff4200, #ff0068, #5dade2);
  opacity: .7;
  text-align: center;
}

.footer__text p {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  color: white;
}
/*# sourceMappingURL=main.css.map */