@import url(https://fonts.googleapis.com/css?family=Barlow:300,400,700);@charset "UTF-8";
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* Estilos globais */
body {
  font: 400 16px "Barlow", Helvetica, Arial, sans-serif;
  color: #888;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url(../img/bkg.jpg) no-repeat center top;
}

body > .logo {
  width: 206px;
  height: 50px;
  background: url(../img/logo2.png) no-repeat center center;
  margin: 50px;
}

::-moz-selection {
  color: #FFF;
  background-color: #6CC;
}

::selection {
  color: #FFF;
  background-color: #6CC;
}

/* Header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 28px 5%;
  background: #6CC;
  background: linear-gradient(135deg, #6CC 0%, #66ccb5 100%);
  overflow: hidden;
}

#header .logo {
  float: left;
}

#header #menu {
  float: right;
  margin-top: 20px;
}

#header #menu ul li {
  display: inline-block;
  margin-left: 30px;
}

#header #menu ul li a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#header #menu ul li a:hover, #header #menu ul li a.active {
  color: #444;
}

#header .buttons {
  float: right;
  margin: 10px 0 0 25px;
}

#header .buttons .btn {
  margin-left: 15px;
}

.btn {
  display: inline-block;
  padding: 10px 30px;
  background-color: #FFF;
  color: #6CC;
  font-weight: 700;
  border-radius: 5px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.btn:hover {
  opacity: 0.6;
}

.btn.alternate {
  border: 1px solid #FFF;
  background-color: transparent;
  color: #FFF;
  font-weight: 400;
}

.btn.alternate:hover {
  background-color: #FFF;
  color: #6CC;
  opacity: 1;
}

.btn.primary {
  background-color: #6CC;
  color: #FFF;
  font-weight: 400;
}

/* Sobre */
#sobre {
  padding: 190px 5% 0;
  min-height: 800px;
  background: #6CC;
  background: linear-gradient(135deg, #6CC 0%, #66ccb5 100%);
  position: relative;
}

#sobre:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(../img/ptn2.png);
  background-attachment: fixed;
}

#sobre .info {
  position: relative;
  z-index: 3;
  float: left;
  margin-top: 100px;
  color: #FFF;
}

#sobre .info h1 {
  font-size: 90px;
  font-size: 5.625rem;
  font-weight: 300;
  margin-bottom: 20px;
}

#sobre .info p {
  max-width: 450px;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
}

#sobre .info .btn {
  padding: 15px 60px;
  font-size: 20px;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

#sobre .info .btn:hover {
  -webkit-transform: translatey(2px);
          transform: translatey(2px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

#sobre #video-wrapper {
  position: absolute;
  z-index: 2;
  right: 57px;
  bottom: -35px;
  padding: 30px 158px 72px;
  background: url(../img/mac.png) no-repeat center center;
}

#sobre #video-wrapper iframe {
  display: block;
  width: 850px;
  height: 540px;
}

/* Headings */
.heading {
  margin: 100px 0 60px;
  width: 100%;
  text-align: center;
}

.heading h2 {
  line-height: 1;
  font-size: 46px;
  font-size: 2.875rem;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  color: #444;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

.heading h2:after {
  content: ' ';
  display: block;
  width: 100%;
  max-width: 220px;
  height: 5px;
  background: linear-gradient(135deg, #6CC 0%, #66ccb5 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}

.heading p {
  max-width: 450px;
  margin: 0 auto;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* Recursos disponíveis */
#recursos {
  padding: 1px 5% 50px;
}

#recursos ul {
  overflow: hidden;
}

#recursos ul li {
  float: left;
  width: 25%;
  padding: 0 20px;
  margin-bottom: 50px;
}

#recursos ul li .ilustra {
  width: 120px;
  height: 120px;
  background-color: #F7F7F7;
  margin-bottom: 25px;
}

#recursos ul li h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: black;
  margin-bottom: 25px;
}

#recursos ul li p {
  line-height: 1.5;
}

/* Perguntas frequentes */
#perguntas-frequentes {
  padding: 1px 0 80px;
  background: #F7F7F7 url(../img/ptn1.png) repeat 0 0;
  background-attachment: fixed;
}

#perguntas-frequentes ul {
  width: 90%;
  max-width: 864px;
  margin: 0 auto;
}

#perguntas-frequentes ul li {
  margin-bottom: 20px;
}

#perguntas-frequentes ul li h3 a {
  display: block;
  width: 100%;
  padding: 15px 50px 15px 20px;
  background-color: #F2F2F2;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #444;
  position: relative;
  line-height: 1.3;
}

#perguntas-frequentes ul li h3 a span {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  right: 20px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#perguntas-frequentes ul li h3 a span:before, #perguntas-frequentes ul li h3 a span:after {
  content: ' ';
  display: block;
  width: 2px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #6CC;
}

#perguntas-frequentes ul li h3 a span:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

#perguntas-frequentes ul li h3 a.active span {
  -webkit-transform: translatey(-50%) rotate(-45deg);
          transform: translatey(-50%) rotate(-45deg);
}

#perguntas-frequentes ul li .resposta {
  display: none;
  background-color: #FFF;
  padding: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

/* Depoimentos */
#depoimentos {
  display: none;
  overflow: hidden;
  padding-bottom: 100px;
  position: relative;
}

#depoimentos .heading {
  margin-bottom: 100px;
}

#depoimentos ul {
  width: 90%;
  max-width: 864px;
  margin: 0 auto;
}

#depoimentos ul:before, #depoimentos ul:after {
  font-family: 'Baskerville', 'Georgia', 'Times New Roman', serif;
  font-size: 180px;
  font-size: 11.25rem;
  font-weight: bold;
  color: #F7F7F7;
  display: block;
  position: absolute;
}

#depoimentos ul:before {
  content: '\201C';
  top: -100px;
  left: -100px;
}

#depoimentos ul:after {
  content: '\201D';
  bottom: -40px;
  right: -100px;
}

#depoimentos ul li {
  position: relative;
}

#depoimentos ul li .avatar {
  float: left;
  width: 120px;
  height: 120px;
  margin-right: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, #6CC 0%, #66ccb5 100%);
}

#depoimentos ul li .info {
  float: left;
  max-width: 700px;
}

#depoimentos ul li .info h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #444;
  font-weight: 700;
  margin-bottom: 20px;
}

#depoimentos ul li .info p {
  line-height: 1.5;
  margin-bottom: 20px;
}

#depoimentos ul li .info .cmp-logo img {
  width: auto;
}

#depoimentos .owl-prev,
#depoimentos .owl-next {
  width: 58px;
  height: 141px;
  background: no-repeat center center;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  text-indent: -9999em;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#depoimentos .owl-prev:hover,
#depoimentos .owl-next:hover {
  opacity: 0.7;
}

#depoimentos .owl-prev {
  background-image: url(../img/prev.png);
  left: 0;
}

#depoimentos .owl-next {
  background-image: url(../img/next.png);
  right: 0;
}

#depoimentos .owl-dots {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

#depoimentos .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #F2F2F2;
  border-radius: 50%;
  margin: 0 9px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#depoimentos .owl-dots .owl-dot.active {
  background: linear-gradient(135deg, #6CC 0%, #66ccb5 100%);
}

/* Planos */
#planos {
  padding: 1px 0 100px;
  background: #F7F7F7 url(../img/ptn1.png) repeat 0 0;
  background-attachment: fixed;
}

#planos .planos {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

#planos .planos > li {
  vertical-align: top;
  display: inline-block;
  max-width: 392px;
  padding: 60px 50px;
  margin: 0 50px 100px;
  background-color: #FFF;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  border-radius: 10px;
}

#planos .planos > li:hover {
  -webkit-transform: translatey(-5px);
          transform: translatey(-5px);
  -webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1);
}

#planos .planos > li h3 {
  font-size: 40px;
  font-size: 2.5rem;
  color: #444;
  margin-bottom: 30px;
}

#planos .planos > li h3 strong {
  font-weight: 700;
}

#planos .planos > li .description {
  max-width: 280px;
  margin: 0 auto 30px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
}

#planos .planos > li ul li {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #444;
  margin-bottom: 20px;
}

#planos .planos > li ul li strong {
  font-weight: 700;
}

#planos .planos > li .preco {
  font-size: 80px;
  font-size: 5rem;
  color: #444;
  font-weight: 700;
  margin-bottom: 30px;
}

#planos .planos > li .preco .rs {
  font-size: 30px;
  font-size: 1.875rem;
  color: #6CC;
}

#planos .planos > li .preco .cents {
  font-size: 24px;
  font-size: 1.5rem;
}

#planos .planos > li .preco strong {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}

#planos .planos > li .btn.primary {
  width: 100%;
  text-align: center;
  padding: 15px 0;
  background: linear-gradient(135deg, #6CC 0%, #66ccb5 100%);
  font-size: 18px;
  font-size: 1.125rem;
}

/* Contato */
#contato {
  padding: 1px 0 100px;
  background: url(../img/bkg-contato.jpg) no-repeat 0 0;
}

#contato .alert {
  width: 90%;
  max-width: 540px;
  margin: 0 auto 20px;
  padding: 20px;
  border: 1px solid transparent;
  text-align: center;
  overflow: hidden;
  font-size: 18px;
  font-size: 1.125rem;
}

#contato .alert.success {
  border-color: #6CC;
  color: #6CC;
}

#contato .alert.error {
  border-color: #C66;
  color: #C66;
}

#contato form {
  width: 90%;
  max-width: 540px;
  margin: 0 auto;
  overflow: hidden;
}

#contato form label {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#contato form label.split {
  width: 48%;
  margin-right: 4%;
}

#contato form label.split.last {
  margin-right: 0;
}

#contato form label input,
#contato form label textarea {
  display: block;
  width: 100%;
  border: 1px solid #DDD;
  background-color: transparent;
  padding: 15px 20px;
  font: 400 18px "Barlow", Helvetica, Arial, sans-serif;
  color: #444;
}

#contato form label textarea {
  resize: vertical;
}

#contato form button {
  display: block;
  float: right;
  width: 50%;
  padding: 15px 0;
  background: linear-gradient(135deg, #6CC 0%, #66ccb5 100%);
  font: 700 18px "Barlow", Helvetica, Arial, sans-serif;
  color: #FFF;
  text-align: center;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#contato form button:hover {
  opacity: 0.6;
}

/* Footer */
#footer {
  padding: 60px 5%;
  background: #6CC;
  background: linear-gradient(135deg, #6CC 0%, #66ccb5 100%);
  position: relative;
  overflow: hidden;
  color: #FFF;
}

#footer:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(../img/ptn2.png);
  background-attachment: fixed;
}

#footer .left {
  float: left;
  position: relative;
  z-index: 2;
}

#footer .left .logo {
  width: 150px;
  margin-bottom: 20px;
}

#footer .left .logo img {
  display: block;
  width: 100%;
}

#footer .left p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

#footer .right {
  float: right;
  position: relative;
  z-index: 2;
}

/* Responsivo */
@media screen and (max-width: 1640px) {
  #sobre {
    min-height: 0;
    padding-bottom: 50px;
    overflow: hidden;
  }
  #sobre #video-wrapper {
    position: relative;
    float: right;
    width: 60%;
    padding: 0;
    background: transparent;
  }
  #sobre #video-wrapper iframe {
    width: 100%;
  }
}

@media screen and (max-width: 1420px) {
  #recursos ul li {
    width: 50%;
  }
}

@media screen and (max-width: 1300px) {
  #header #menu ul li {
    margin-left: 15px;
  }
  #header .buttons {
    margin: 10px 0 0 15px;
  }
  #sobre .info {
    margin-top: 0;
  }
  #sobre .info h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
  #sobre #video-wrapper {
    width: 50%;
  }
  #sobre #video-wrapper iframe {
    height: 360px;
  }
}

@media screen and (max-width: 1180px) {
  #header {
    position: static;
  }
  #header #menu {
    width: 100%;
  }
  #header #menu ul li {
    margin: 0 30px 0 0;
  }
  #sobre {
    padding: 100px 5%;
  }
  #depoimentos ul:before, #depoimentos ul:after {
    font-size: 120px;
    font-size: 7.5rem;
  }
  #depoimentos ul:before {
    top: -90px;
    left: 0;
  }
  #depoimentos ul:after {
    bottom: 20px;
    right: 0;
  }
  #planos .planos > li {
    margin: 0 25px;
  }
}

@media screen and (max-width: 1024px) {
  #sobre .info {
    float: none;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
  #sobre .info p {
    margin: 0 auto 40px;
  }
  #sobre #video-wrapper {
    width: 100%;
    right: auto;
    bottom: auto;
  }
  #sobre #video-wrapper iframe {
    height: 540px;
  }
  #depoimentos #carou1sel-nav .owl-prev,
  #depoimentos #carou1sel-nav .owl-next {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  #depoimentos .heading {
    margin-bottom: 50px;
  }
  #depoimentos ul:before, #depoimentos ul:after {
    display: none;
  }
  #depoimentos ul li {
    position: relative;
    text-align: center;
  }
  #depoimentos ul li .avatar {
    float: none;
    margin: 0 auto 30px;
  }
  #depoimentos ul li .info {
    float: none;
    max-width: 100%;
    width: 100%;
  }
  #depoimentos ul li .info .cmp-logo {
    display: inline-block;
  }
  #depoimentos ul li .info .cmp-logo img {
    width: auto;
  }
  #planos {
    padding-bottom: 50px;
  }
  #planos .planos > li {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 720px) {
  #header .logo {
    width: 200px;
  }
  #header .logo img {
    display: block;
    width: 100%;
  }
  #header #menu {
    display: none;
  }
  #header .buttons {
    margin: 8px 0 0 15px;
  }
  #header .buttons .btn {
    padding: 5px 20px;
    margin-left: 10px;
  }
  #sobre {
    padding: 50px 5%;
  }
  #sobre #video-wrapper iframe {
    height: 300px;
  }
  #recursos ul li {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #recursos ul li .ilustra {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 540px) {
  #header .logo {
    width: 150px;
  }
  #header .buttons {
    margin: 5px 0 0;
  }
  #header .buttons .btn {
    padding: 5px 20px;
    margin-left: 10px;
  }
  #header .buttons .btn.alternate {
    padding: 5px 0;
    border: 0;
  }
  #header .buttons .btn.alternate:hover {
    background-color: transparent;
    color: #FFF;
  }
}

@media screen and (max-width: 420px) {
  #header {
    padding: 15px 5%;
  }
  #header .logo {
    display: none;
  }
  #header .buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  #sobre .info h1 {
    width: 100%;
    height: 60px;
    background: url(../img/logo.png) no-repeat center center;
    background-size: contain;
    text-indent: -9999em;
    overflow: hidden;
  }
  #sobre .info p {
    font-size: 16px;
    font-size: 1rem;
  }
  #sobre .info .btn {
    padding: 20px 0;
    width: 100%;
  }
  #sobre #video-wrapper iframe {
    height: 160px;
  }
  .heading {
    margin: 50px 0 50px;
  }
  .heading h2 {
    font-size: 36px;
    font-size: 2.25rem;
    text-transform: capitalize;
    font-weight: 700;
  }
  .heading p {
    width: 90%;
    font-size: 18px;
    font-size: 1.125rem;
  }
  #contato form label.split {
    width: 100%;
    margin-right: 0;
  }
  #contato form button {
    width: 100%;
  }
  #footer .left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  #footer .left .logo {
    margin: 0 auto 20px;
  }
  #footer .right {
    float: none;
    width: 100%;
  }
  #footer .right .assinatura {
    width: 110px;
    margin: 0 auto;
  }
}
