/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

body {
  font-size: 62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
select {
  -webkit-appearance: textfield;
}

/* ==========================================================================
   Geral      
   ========================================================================== */

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background: url("../img/fundo.jpg") no-repeat bottom #a2e7e8;
  background-size: 100% auto;
  background-attachment: fixed;
}

header {
  position: relative;
  width: 100%;
  height: calc(100vh - 280px);
  background-color: #64bebf;
  overflow: hidden;
}

header .container {
  position: relative;
  width: 100%;
  max-width: 1160px;
  height: 100%;
  margin: 0 auto;
}

header .sensor {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-100%);
  bottom: 0;
}

header .sensor img {
  height: 100%;
  width: auto;
}

header .container .texto {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  width: 400px;
}

header .container .texto img {
  width: 237px;
}

header .container .texto h1 {
  font-size: 30px;
  line-height: 40px;
  color: #004469;
  padding-top: 45px;
}

header .container .texto p {
  font-size: 15px;
  line-height: 25px;
  color: #000;
  padding-top: 20px;
}

.videos {
  position: relative;
  width: 100%;
  background-color: #64bebf;
}

.videos .video-fundo {
  width: 100%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background-color: #fff;
  background-color: #f5f5f5;
  padding: 42px 0;
}

.videos .video-fundo .container {
  position: relative;
  width: 100%;
  max-width: 1160px;
  height: 100%;
  margin: 0 auto;
}

.videos .video-fundo .container .lista-titulo-videos {
  width: 488px;
}

.videos .video-fundo .container .lista-titulo-videos h2 {
  font-size: 15px;
  line-height: 25px;
}

.videos .video-fundo .container .lista-titulo-videos .ct-lista-video {
  position: relative;
  width: 100%;
  height: 200px;
  margin-top: 30px;
}

.videos
  .video-fundo
  .container
  .lista-titulo-videos
  .ct-lista-video
  .lista-video-ant {
  position: absolute;
  width: 8px;
  height: 28px;
  background: url("../img/icon-seta-esq.svg") no-repeat center;
  background-size: 8px auto;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.videos
  .video-fundo
  .container
  .lista-titulo-videos
  .ct-lista-video
  .lista-video-prox {
  position: absolute;
  width: 8px;
  height: 28px;
  background: url("../img/icon-seta-dir.svg") no-repeat center;
  background-size: 8px auto;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}

.videos
  .video-fundo
  .container
  .lista-titulo-videos
  .ct-lista-video
  .lista-video-ant:hover,
.videos
  .video-fundo
  .container
  .lista-titulo-videos
  .ct-lista-video
  .lista-video-prox:hover {
  opacity: 0.4;
}

.videos
  .video-fundo
  .container
  .lista-titulo-videos
  .ct-lista-video
  .wrapper-lista-video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.videos
  .video-fundo
  .container
  .lista-titulo-videos
  .ct-lista-video
  .wrapper-lista-video
  .lista-video {
  position: absolute;
  width: 1328px;
  height: 100%;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.videos
  .video-fundo
  .container
  .lista-titulo-videos
  .ct-lista-video
  .wrapper-lista-video
  .lista-video
  li {
  float: left;
  width: 152px;
  height: 180px;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  margin-right: 16px;
  border: 3px solid #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}

.videos
  .video-fundo
  .container
  .lista-titulo-videos
  .ct-lista-video
  .wrapper-lista-video
  .lista-video
  li
  a:hover {
  opacity: 0.7;
}

.videos
  .video-fundo
  .container
  .lista-titulo-videos
  .ct-lista-video
  .wrapper-lista-video
  .lista-video
  li
  .icon-video {
  position: relative;
  width: 100%;
  height: auto;
}

.videos
  .video-fundo
  .container
  .lista-titulo-videos
  .ct-lista-video
  .wrapper-lista-video
  .lista-video
  li
  .icon-video:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/icon-play.svg") no-repeat center rgba(0, 0, 0, 0.6);
  background-size: 34px auto;
  content: "";
}

.videos
  .video-fundo
  .container
  .lista-titulo-videos
  .ct-lista-video
  .wrapper-lista-video
  .lista-video
  li
  .icon-video
  img {
  width: 100%;
  height: auto;
}

.videos
  .video-fundo
  .container
  .lista-titulo-videos
  .ct-lista-video
  .wrapper-lista-video
  .lista-video
  li:last-child {
  margin-right: 0;
}

.videos
  .video-fundo
  .container
  .lista-titulo-videos
  .ct-lista-video
  .wrapper-lista-video
  .lista-video
  li
  h3 {
  padding: 10px 12px;
  font-size: 12px;
  line-height: 18px;
  color: #4e4e4e;
}

.videos
  .video-fundo
  .container
  .lista-titulo-videos
  .ct-lista-video
  .wrapper-lista-video
  .lista-video
  li
  h3
  b {
  color: #2db1a7;
}

.videos .video-fundo .container .video-aberto {
  width: 630px;
}

.videos .video-fundo .container .video-aberto .ct-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #000;
}

.videos .video-fundo .container .video-aberto .ct-video iframe,
.videos .video-fundo .container .video-aberto .ct-video object,
.videos .video-fundo .container .video-aberto .ct-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bt-download-software {
  display: inline-block;
  line-height: 50px;
  border: 1px solid #2db1a7;
  border-radius: 25px;
  padding: 5px 25px;
  background-color: #2db1a7;
  color: #fff;
  font-size: 14px;
  background-size: 20px auto;
  transition: opacity 0.3s ease-in-out;
}

.bt-download-software img {
    filter: invert(0) brightness(100);
    width: 20px;
    height: auto;
    margin-left: 10px;
    margin-bottom: 5px;
}

.bt-download {
  display: inline-block;
  line-height: 40px;
  border: 1px solid #2db1a7;
  border-radius: 20px;
  padding: 0 50px 0 17px;
  color: #2db1a7;
  font-size: 12px;
  background: url("../img/icon-download.svg") no-repeat right 15px center;
  background-size: 17px auto;
  transition: opacity 0.3s ease-in-out;
}

.downloads {
  width: 100%;
  height: 150px;
  background-color: #e3e3e3;
}

.downloads .container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding-top: 55px;
}

.downloads .container h2 {
  width: 280px;
  line-height: 40px;
  font-size: 15px;
  color: #000000;
}

.downloads .container .lista-botoes a {
  width: 320px;
  height: 40px;
}

.downloads .container .lista-botoes a:first-child {
  margin-right: 12px;
}

.downloads .container .lista-botoes a:hover {
  opacity: 0.7;
}

.formulario {
  width: 100%;
  padding-bottom: 100px;
}

.formulario .container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.formulario .container .ct-formulario {
  width: 488px;

  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 50px 85px;
}

.formulario .container .ct-formulario h2 {
  font-size: 15px;
  line-height: 25px;
  color: #000;
}

.formulario .container .ct-formulario p {
  font-size: 12px;
  line-height: 18px;
  color: #939598;
  padding-top: 8px;
}

.formulario .container .ct-formulario form {
  width: 100%;
  padding-top: 30px;
}

.formulario .container .ct-formulario form .ct-campo {
  width: 100%;
  margin-bottom: 20px;
}

.formulario .container .ct-formulario form .ct-campo label {
  display: block;
  font-size: 12px;
  line-height: 1em;
  color: #2db1a7;
}

.formulario .container .ct-formulario form .ct-campo .ct-input {
  width: 100%;
  height: 30px;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  font-size: 15px;
  line-height: 1em;
  color: #939598;
  padding: 0;
  padding-top: 10px;
}

.formulario .container .ct-formulario form .ct-campo .ct-input.nome {
  background: url("../img/icon-nome.svg") no-repeat left bottom 3px;
  background-size: 17px auto;
  padding-left: 30px;
}

.formulario .container .ct-formulario form .ct-campo .ct-input.telefone {
  background: url("../img/icon-telefone.svg") no-repeat left bottom 3px;
  background-size: 19px auto;
  padding-left: 30px;
}

.formulario .container .ct-formulario form .ct-campo .ct-input.email {
  background: url("../img/icon-email.svg") no-repeat left bottom 3px;
  background-size: 19px auto;
  padding-left: 30px;
}

.formulario .container .ct-formulario form .ct-campo .ct-input.cpf {
  background: url("../img/icon-cpf.svg") no-repeat left bottom 3px;
  background-size: 21px auto;
  padding-left: 30px;
}

.formulario .container .ct-formulario form .ct-campo .ct-textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  margin-top: 15px;
  padding: 15px;
  font-size: 15px;
  line-height: 1.1em;
  color: #939598;
}

.formulario .container .ct-formulario form .ct-campo .ct-select {
  position: relative;
  width: 100%;
  height: 30px;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  background: url("../img/icon-select.svg") no-repeat top 12px right 15px;
  background-size: 12px auto;
  overflow: hidden;
}

.formulario .container .ct-formulario form .ct-campo .ct-select select {
  position: absolute;
  width: 120%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 15px;
  line-height: 1em;
  padding-top: 10px;
  padding-left: 0;
  color: #939598;
  border: none;
  background-color: transparent;
}

.formulario .container .ct-formulario form .ct-campo .ct-input.erro,
.formulario .container .ct-formulario form .ct-campo .ct-textarea.erro,
.formulario .container .ct-formulario form .ct-campo .ct-select select.erro {
  color: red;
}

.formulario .container .ct-formulario form button {
  display: block;
  width: 220px;
  height: 40px;
  margin: 27px auto 0 auto;
  background-color: #2db1a7;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  border: none;
  border-radius: 20px;
  transition: opacity 0.3s ease-in-out;
}

.formulario .container .ct-formulario form button:hover {
  opacity: 0.7;
}

footer {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background-color: #004469;
}

footer p {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 1.2em;
}

footer p a {
  color: #fff;
  text-decoration: underline;
}

footer p a:hover {
  text-decoration: none;
}

.hero-botao {
  padding: 100px 0;
  text-align: center;
}

.hero-botao h2 {
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  padding-top: 45px;
}

.hero-botao p {
  width: 360px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  padding-top: 10px;
}

.hero-botao a {
  display: block;
  width: 280px;
  height: 50px;
  background-color: #2db1a7;
  border: 1px solid #2db1a7;
  border-radius: 25px;
  font-size: 15px;
  line-height: 50px;
  text-align: center;
  margin: 30px auto 0 auto;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.hero-botao a:hover {
  background-color: #fff;
  color: #2db1a7;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
  *zoom: 1;
}

/* Remove padding and margin into box account */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*Float Classes*/

.clearBoth {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

/*Text Classes*/

.upper {
  text-transform: uppercase;
}

.image {
  text-indent: -9999px;
  white-space: nowrap;
}

.bold {
  font-weight: 700;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-o-min-device-pixel-ratio: 5/4),
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links for images, or javascript/internal links
     */

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* ==========================================================================
  ESTILOS DA MENSAGEM PARA NAVEGADORES DESATUALIZADOS
   ========================================================================== */

#msg-atualizacao {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: 9999999999999999999999;
}

#msg-atualizacao div.wrapper {
  position: absolute;
  width: 800px;
  height: 400px;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -400px;
  font-family: Arial, sans-serif;
  text-align: center;
}

#msg-atualizacao div.wrapper h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: inherit;
  font-size: 48px;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
}

#msg-atualizacao div.wrapper p {
  font-family: inherit;
  font-size: 16px;
}

#msg-atualizacao div.wrapper hr {
  width: 70px;
  margin: 30px auto;
  border-top: 1px solid #ccc;
}

#msg-atualizacao div.wrapper h2 {
  font-family: inherit;
  font-size: 16px;
  line-height: 1em;
  font-weight: normal !important;
}

#msg-atualizacao div.wrapper ul {
  width: 560px;
  list-style: none;
  font-family: inherit;
  margin: 60px auto 0 auto;
}

#msg-atualizacao div.wrapper ul li {
  float: left;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #ccc;
}

#msg-atualizacao div.wrapper ul li.no-border {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

#msg-atualizacao div.wrapper ul li a {
  display: block;
  color: #000;
  text-decoration: none;
  padding-top: 66px;
  text-align: center;
}

#msg-atualizacao div.wrapper ul li a:hover {
  text-decoration: underline;
}

#msg-atualizacao div.wrapper ul li a.chrome {
  background: url("../img/msg-atualizacao/chrome.jpg") no-repeat center top;
}

#msg-atualizacao div.wrapper ul li a.ff {
  background: url("../img/msg-atualizacao/firefox.jpg") no-repeat center top;
}

#msg-atualizacao div.wrapper ul li a.ie {
  background: url("../img/msg-atualizacao/ie.jpg") no-repeat center top;
}

#msg-atualizacao div.wrapper ul li a.safari {
  background: url("../img/msg-atualizacao/safari.jpg") no-repeat center top;
}

@media screen and (max-width: 1220px) {
  header {
    height: calc(100vh - 224px); /*280px*/
  }

  header .container {
    max-width: calc(1160px * 0.8);
  }

  header .container .texto {
    right: calc(50px * 0.8);
    width: calc(400px * 0.8);
  }

  header .container .texto img {
    width: calc(237px * 0.8);
  }

  header .container .texto h1 {
    font-size: calc(30px * 0.8);
    line-height: calc(40px * 0.8);
    padding-top: calc(45px * 0.8);
  }

  header .container .texto p {
    font-size: calc(15px * 0.8);
    line-height: calc(25px * 0.8);
    padding-top: calc(20px * 0.8);
  }

  .videos .video-fundo {
    padding: calc(42px * 0.8) 0;
  }

  .videos .video-fundo .container {
    max-width: calc(1160px * 0.8);
  }

  .videos .video-fundo .container .lista-titulo-videos {
    width: calc(488px * 0.8);
  }

  .videos .video-fundo .container .lista-titulo-videos h2 {
    font-size: calc(15px * 0.8);
    line-height: calc(25px * 0.8);
  }

  .videos .video-fundo .container .lista-titulo-videos .ct-lista-video {
    height: calc(200px * 0.8);
    margin-top: calc(30px * 0.8);
  }

  .videos
    .video-fundo
    .container
    .lista-titulo-videos
    .ct-lista-video
    .lista-video-ant {
    width: calc(8px * 0.8);
    height: calc(28px * 0.8);
    background-size: calc(8px * 0.8) auto;
    left: calc(-20px * 0.8);
  }

  .videos
    .video-fundo
    .container
    .lista-titulo-videos
    .ct-lista-video
    .lista-video-prox {
    width: calc(8px * 0.8);
    height: calc(28px * 0.8);
    background-size: calc(8px * 0.8) auto;
    right: calc(-20px * 0.8);
  }

  .videos
    .video-fundo
    .container
    .lista-titulo-videos
    .ct-lista-video
    .wrapper-lista-video
    .lista-video {
    width: calc(1328px * 0.8);
  }

  .videos
    .video-fundo
    .container
    .lista-titulo-videos
    .ct-lista-video
    .wrapper-lista-video
    .lista-video
    li {
    width: calc(152px * 0.8);
    height: calc(180px * 0.8);
    margin-right: calc(16px * 0.8);
    border: calc(3px * 0.8) solid #fff;
  }

  .videos
    .video-fundo
    .container
    .lista-titulo-videos
    .ct-lista-video
    .wrapper-lista-video
    .lista-video
    li
    .icon-video:before {
    background-size: calc(34px * 0.8) auto;
  }

  .videos
    .video-fundo
    .container
    .lista-titulo-videos
    .ct-lista-video
    .wrapper-lista-video
    .lista-video
    li
    h3 {
    padding: calc(10px * 0.8) calc(12px * 0.8);
    font-size: calc(12px * 0.8);
    line-height: calc(18px * 0.8);
  }

  .videos .video-fundo .container .video-aberto {
    width: calc(630px * 0.8);
  }

  .downloads {
    height: calc(150px * 0.8);
  }

  .downloads .container {
    max-width: calc(1160px * 0.8);
    padding-top: calc(55px * 0.8);
  }

  .downloads .container h2 {
    width: calc(280px * 0.8);
    line-height: calc(40px * 0.8);
    font-size: calc(15px * 0.8);
  }

  .downloads .container .lista-botoes a {
    width: calc(320px * 0.8);
    height: calc(40px * 0.8);
    line-height: calc(40px * 0.8);
    border-radius: calc(20px * 0.8);
    padding: 0 calc(17px * 0.8);
    font-size: calc(12px * 0.8);
    background: url("../img/icon-download.svg") no-repeat right calc(15px * 0.8)
      center;
    background-size: calc(17px * 0.8) auto;
  }

  .downloads .container .lista-botoes a:first-child {
    margin-right: calc(12px * 0.8);
  }

  .formulario {
    padding-bottom: calc(100px * 0.8);
  }

  .formulario .container {
    max-width: calc(1160px * 0.8);
  }

  .formulario .container .ct-formulario {
    width: calc(488px * 0.8);
    padding: calc(50px * 0.8) calc(85px * 0.8);
  }

  .formulario .container .ct-formulario h2 {
    font-size: calc(15px * 0.8);
    line-height: calc(25px * 0.8);
  }

  .formulario .container .ct-formulario p {
    font-size: calc(12px * 0.8);
    line-height: calc(18px * 0.8);
    padding-top: calc(8px * 0.8);
  }

  .formulario .container .ct-formulario form {
    padding-top: calc(30px * 0.8);
  }

  .formulario .container .ct-formulario form .ct-campo {
    margin-bottom: calc(20px * 0.8);
  }

  .formulario .container .ct-formulario form .ct-campo label {
    font-size: calc(12px * 0.8);
    line-height: 1em;
  }

  .formulario .container .ct-formulario form .ct-campo .ct-input {
    height: calc(30px * 0.8);
    font-size: calc(15px * 0.8);
    line-height: 1em;
    padding: 0;
    padding-top: calc(10px * 0.8);
  }

  .formulario .container .ct-formulario form .ct-campo .ct-input.nome {
    background: url("../img/icon-nome.svg") no-repeat left bottom
      calc(3px * 0.8);
    background-size: calc(17px * 0.8) auto;
    padding-left: calc(30px * 0.8);
  }

  .formulario .container .ct-formulario form .ct-campo .ct-input.telefone {
    background: url("../img/icon-telefone.svg") no-repeat left bottom
      calc(3px * 0.8);
    background-size: calc(19px * 0.8) auto;
    padding-left: calc(30px * 0.8);
  }

  .formulario .container .ct-formulario form .ct-campo .ct-input.email {
    background: url("../img/icon-email.svg") no-repeat left bottom
      calc(3px * 0.8);
    background-size: calc(19px * 0.8) auto;
    padding-left: calc(30px * 0.8);
  }

  .formulario .container .ct-formulario form .ct-campo .ct-input.cpf {
    background: url("../img/icon-cpf.svg") no-repeat left bottom calc(3px * 0.8);
    background-size: calc(21px * 0.8) auto;
    padding-left: calc(30px * 0.8);
  }

  .formulario .container .ct-formulario form .ct-campo .ct-textarea {
    height: calc(100px * 0.8);
    margin-top: calc(15px * 0.8);
    padding: calc(15px * 0.8);
    font-size: calc(15px * 0.8);
  }

  .formulario .container .ct-formulario form .ct-campo .ct-select {
    height: calc(30px * 0.8);
    border: none;
    border-bottom: 1px solid #e3e3e3;
    background: url("../img/icon-select.svg") no-repeat top calc(12px * 0.8)
      right calc(15px * 0.8);
    background-size: calc(12px * 0.8) auto;
  }

  .formulario .container .ct-formulario form .ct-campo .ct-select select {
    font-size: calc(15px * 0.8);
    padding-top: calc(10px * 0.8);
  }

  .formulario .container .ct-formulario form button {
    width: calc(220px * 0.8);
    height: calc(40px * 0.8);
    margin: calc(27px * 0.8) auto 0 auto;
    font-size: calc(12px * 0.8);
    line-height: calc(40px * 0.8);
    border-radius: calc(20px * 0.8);
  }

  .hero-botao {
    padding: calc(100px * 0.8) 0;
    text-align: center;
  }

  .hero-botao h2 {
    font-size: calc(32px * 0.8);
    line-height: calc(40px * 0.8);
    color: #fff;
    padding-top: calc(45px * 0.8);
  }

  .hero-botao p {
    width: calc(360px * 0.8);
    margin: 0 auto;
    font-size: calc(15px * 0.8);
    line-height: calc(25px * 0.8);
    color: #fff;
    padding-top: calc(10px * 0.8);
  }

  .hero-botao a {
    display: block;
    width: calc(280px * 0.8);
    height: calc(50px * 0.8);
    background-color: #2db1a7;
    border: 1px solid #2db1a7;
    border-radius: calc(25px * 0.8);
    font-size: calc(15px * 0.8);
    line-height: calc(50px * 0.8);
    text-align: center;
    margin: calc(30px * 0.8) auto 0 auto;
    color: #fff;
    transition: all 0.3s ease-in-out;
  }

  .hero-botao a:hover {
    background-color: #fff;
    color: #2db1a7;
  }
}

@media screen and (max-width: 980px) {
  header {
    height: calc(100vh - 168px); /*280px*/
  }

  header .container {
    max-width: calc(1160px * 0.6);
  }

  header .sensor {
    height: 80%;
    bottom: 0;
    top: auto;
    transform: translateX(-90%);
  }

  header .container .texto {
    right: calc(50px * 0.6);
    width: calc(400px * 0.6);
  }

  header .container .texto img {
    width: calc(237px * 0.6);
  }

  header .container .texto h1 {
    font-size: calc(30px * 0.6);
    line-height: calc(40px * 0.6);
    padding-top: calc(45px * 0.6);
  }

  header .container .texto p {
    font-size: calc(15px * 0.6);
    line-height: calc(25px * 0.6);
    padding-top: calc(20px * 0.6);
  }

  .videos .video-fundo {
    padding: calc(42px * 0.6) 0;
  }

  .videos .video-fundo .container {
    max-width: calc(1160px * 0.6);
  }

  .videos .video-fundo .container .lista-titulo-videos {
    width: calc(488px * 0.6);
  }

  .videos .video-fundo .container .lista-titulo-videos h2 {
    font-size: calc(15px * 0.6);
    line-height: calc(25px * 0.6);
  }

  .videos .video-fundo .container .lista-titulo-videos .ct-lista-video {
    height: calc(200px * 0.6);
    margin-top: calc(30px * 0.6);
  }

  .videos
    .video-fundo
    .container
    .lista-titulo-videos
    .ct-lista-video
    .lista-video-ant {
    width: calc(8px * 0.6);
    height: calc(28px * 0.6);
    background-size: calc(8px * 0.6) auto;
    left: calc(-20px * 0.6);
  }

  .videos
    .video-fundo
    .container
    .lista-titulo-videos
    .ct-lista-video
    .lista-video-prox {
    width: calc(8px * 0.6);
    height: calc(28px * 0.6);
    background-size: calc(8px * 0.6) auto;
    right: calc(-20px * 0.6);
  }

  .videos
    .video-fundo
    .container
    .lista-titulo-videos
    .ct-lista-video
    .wrapper-lista-video
    .lista-video {
    width: calc(1328px * 0.6);
  }

  .videos
    .video-fundo
    .container
    .lista-titulo-videos
    .ct-lista-video
    .wrapper-lista-video
    .lista-video
    li {
    width: calc(152px * 0.6);
    height: calc(180px * 0.6);
    margin-right: calc(16px * 0.6);
    border: calc(3px * 0.6) solid #fff;
  }

  .videos
    .video-fundo
    .container
    .lista-titulo-videos
    .ct-lista-video
    .wrapper-lista-video
    .lista-video
    li
    .icon-video:before {
    background-size: calc(34px * 0.6) auto;
  }

  .videos
    .video-fundo
    .container
    .lista-titulo-videos
    .ct-lista-video
    .wrapper-lista-video
    .lista-video
    li
    h3 {
    padding: calc(10px * 0.6) calc(12px * 0.6);
    font-size: calc(12px * 0.6);
    line-height: calc(18px * 0.6);
  }

  .videos .video-fundo .container .video-aberto {
    width: calc(630px * 0.6);
  }

  .downloads {
    height: calc(150px * 0.6);
  }

  .downloads .container {
    max-width: calc(1160px * 0.6);
    padding-top: calc(55px * 0.6);
  }

  .downloads .container h2 {
    width: calc(280px * 0.6);
    line-height: calc(40px * 0.6);
    font-size: calc(15px * 0.6);
  }

  .downloads .container .lista-botoes a {
    width: calc(320px * 0.6);
    height: calc(40px * 0.6);
    line-height: calc(40px * 0.6);
    border-radius: calc(20px * 0.6);
    padding: 0 calc(17px * 0.6);
    font-size: calc(12px * 0.6);
    background: url("../img/icon-download.svg") no-repeat right calc(15px * 0.6)
      center;
    background-size: calc(17px * 0.6) auto;
  }

  .downloads .container .lista-botoes a:first-child {
    margin-right: calc(12px * 0.6);
  }

  .formulario {
    padding-bottom: calc(100px * 0.6);
  }

  .formulario .container {
    max-width: calc(1160px * 0.6);
  }

  .formulario .container .ct-formulario {
    width: calc(488px * 0.6);
    padding: calc(50px * 0.6) calc(85px * 0.6);
  }

  .formulario .container .ct-formulario h2 {
    font-size: calc(15px * 0.6);
    line-height: calc(25px * 0.6);
  }

  .formulario .container .ct-formulario p {
    font-size: calc(12px * 0.6);
    line-height: calc(18px * 0.6);
    padding-top: calc(8px * 0.6);
  }

  .formulario .container .ct-formulario form {
    padding-top: calc(30px * 0.6);
  }

  .formulario .container .ct-formulario form .ct-campo {
    margin-bottom: calc(20px * 0.6);
  }

  .formulario .container .ct-formulario form .ct-campo label {
    font-size: calc(12px * 0.6);
    line-height: 1em;
  }

  .formulario .container .ct-formulario form .ct-campo .ct-input {
    height: calc(30px * 0.6);
    font-size: calc(15px * 0.6);
    line-height: 1em;
    padding: 0;
    padding-top: calc(10px * 0.6);
  }

  .formulario .container .ct-formulario form .ct-campo .ct-input.nome {
    background: url("../img/icon-nome.svg") no-repeat left bottom
      calc(3px * 0.6);
    background-size: calc(17px * 0.6) auto;
    padding-left: calc(30px * 0.6);
  }

  .formulario .container .ct-formulario form .ct-campo .ct-input.telefone {
    background: url("../img/icon-telefone.svg") no-repeat left bottom
      calc(3px * 0.6);
    background-size: calc(19px * 0.6) auto;
    padding-left: calc(30px * 0.6);
  }

  .formulario .container .ct-formulario form .ct-campo .ct-input.email {
    background: url("../img/icon-email.svg") no-repeat left bottom
      calc(3px * 0.6);
    background-size: calc(19px * 0.6) auto;
    padding-left: calc(30px * 0.6);
  }

  .formulario .container .ct-formulario form .ct-campo .ct-input.cpf {
    background: url("../img/icon-cpf.svg") no-repeat left bottom calc(3px * 0.6);
    background-size: calc(21px * 0.6) auto;
    padding-left: calc(30px * 0.6);
  }

  .formulario .container .ct-formulario form .ct-campo .ct-textarea {
    height: calc(100px * 0.6);
    margin-top: calc(15px * 0.6);
    padding: calc(15px * 0.6);
    font-size: calc(15px * 0.6);
  }

  .formulario .container .ct-formulario form .ct-campo .ct-select {
    height: calc(30px * 0.6);
    border: none;
    border-bottom: 1px solid #e3e3e3;
    background: url("../img/icon-select.svg") no-repeat top calc(12px * 0.6)
      right calc(15px * 0.6);
    background-size: calc(12px * 0.6) auto;
  }

  .formulario .container .ct-formulario form .ct-campo .ct-select select {
    font-size: calc(15px * 0.6);
    padding-top: calc(10px * 0.6);
  }

  .formulario .container .ct-formulario form button {
    width: calc(220px * 0.6);
    height: calc(40px * 0.6);
    margin: calc(27px * 0.6) auto 0 auto;
    font-size: calc(12px * 0.6);
    line-height: calc(40px * 0.6);
    border-radius: calc(20px * 0.6);
  }

  .hero-botao {
    padding: calc(100px * 0.6) 0;
    text-align: center;
  }

  .hero-botao h2 {
    font-size: calc(32px * 0.6);
    line-height: calc(40px * 0.6);
    color: #fff;
    padding-top: calc(45px * 0.6);
  }

  .hero-botao p {
    width: calc(360px * 0.6);
    margin: 0 auto;
    font-size: calc(15px * 0.6);
    line-height: calc(25px * 0.6);
    color: #fff;
    padding-top: calc(10px * 0.6);
  }

  .hero-botao a {
    display: block;
    width: calc(280px * 0.6);
    height: calc(50px * 0.6);
    background-color: #2db1a7;
    border: 1px solid #2db1a7;
    border-radius: calc(25px * 0.6);
    font-size: calc(15px * 0.6);
    line-height: calc(50px * 0.6);
    text-align: center;
    margin: calc(30px * 0.6) auto 0 auto;
    color: #fff;
    transition: all 0.3s ease-in-out;
  }

  .hero-botao a:hover {
    background-color: #fff;
    color: #2db1a7;
  }
}

@media screen and (max-width: 740px) {
  header {
    position: relative;
    width: 100%;
    height: 600px;
    background-color: #64bebf;
    overflow: hidden;
  }

  header .container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  header .sensor {
    position: absolute;
    left: 50%;
    top: 300px;
    transform: translateY(0) translateX(-50%);
  }

  header .sensor img {
    width: 280px;
    height: auto;
  }

  header .container .texto {
    position: static;
    top: auto;
    right: auto;
    transform: translateY(0);
    width: 100%;
    text-align: center;
    padding-top: 40px;
  }

  header .container .texto img {
    width: 237px;
  }

  header .container .texto h1 {
    font-size: 24px;
    line-height: 30px;

    padding-top: 30px;
    text-align: center;
  }

  header .container .texto p {
    width: 220px;
    font-size: 12px;
    line-height: 18px;

    padding-top: 20px;
    margin: 0 auto;
  }

  .videos {
    position: relative;
    width: 100%;
    background-color: #64bebf;
  }

  .videos .video-fundo {
    width: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background-color: #fff;
    background-color: #f5f5f5;
    padding: 30px 0;
  }

  .videos .video-fundo .container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  .videos .video-fundo .container .lista-titulo-videos {
    width: 100%;
    overflow: hidden;
  }

  .videos .video-fundo .container .lista-titulo-videos h2 {
    font-size: 15px;
    line-height: 25px;
    padding-left: 20px;
  }

  .videos .video-fundo .container .lista-titulo-videos .ct-lista-video {
    position: relative;
    width: calc(100% - 40px);
    height: 200px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .videos
    .video-fundo
    .container
    .lista-titulo-videos
    .ct-lista-video
    .lista-video-ant {
    display: none;
  }

  .videos
    .video-fundo
    .container
    .lista-titulo-videos
    .ct-lista-video
    .lista-video-prox {
    display: none;
  }

  .videos
    .video-fundo
    .container
    .lista-titulo-videos
    .ct-lista-video
    .wrapper-lista-video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .videos
    .video-fundo
    .container
    .lista-titulo-videos
    .ct-lista-video
    .wrapper-lista-video
    .lista-video {
    position: absolute;
    width: 1232px;
    height: 100%;
    left: 0;
    transition: all 0.3s ease-in-out;
  }

  .videos
    .video-fundo
    .container
    .lista-titulo-videos
    .ct-lista-video
    .wrapper-lista-video
    .lista-video
    li {
    float: left;
    width: 140px;
    height: 180px;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 16px;
    border: 3px solid #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transition: opacity 0.3s ease-in-out;
    cursor: pointer;
  }

  .videos
    .video-fundo
    .container
    .lista-titulo-videos
    .ct-lista-video
    .wrapper-lista-video
    .lista-video
    li
    a:hover {
    opacity: 1;
  }

  .videos
    .video-fundo
    .container
    .lista-titulo-videos
    .ct-lista-video
    .wrapper-lista-video
    .lista-video
    li
    .icon-video {
    position: relative;
    width: 100%;
    height: auto;
  }

  .videos
    .video-fundo
    .container
    .lista-titulo-videos
    .ct-lista-video
    .wrapper-lista-video
    .lista-video
    li
    .icon-video:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../img/icon-play.svg") no-repeat center rgba(0, 0, 0, 0.6);
    background-size: 34px auto;
    content: "";
  }

  .videos
    .video-fundo
    .container
    .lista-titulo-videos
    .ct-lista-video
    .wrapper-lista-video
    .lista-video
    li
    .icon-video
    img {
    width: 100%;
    height: auto;
  }

  .videos
    .video-fundo
    .container
    .lista-titulo-videos
    .ct-lista-video
    .wrapper-lista-video
    .lista-video
    li:last-child {
    margin-right: 0;
  }

  .videos
    .video-fundo
    .container
    .lista-titulo-videos
    .ct-lista-video
    .wrapper-lista-video
    .lista-video
    li
    h3 {
    padding: 10px 12px;
    font-size: 12px;
    line-height: 18px;
    color: #4e4e4e;
  }

  .videos
    .video-fundo
    .container
    .lista-titulo-videos
    .ct-lista-video
    .wrapper-lista-video
    .lista-video
    li
    h3
    b {
    color: #2db1a7;
  }

  .videos .video-fundo .container .video-aberto {
    display: none;
  }

  .downloads {
    width: 100%;
    height: auto;
    background-color: #e3e3e3;
  }

  .downloads .container {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 35px 0 41px 0;
  }

  .downloads .container h2 {
    float: none;
    width: 280px;
    line-height: 18px;
    font-size: 12px;
    color: #939598;
  }

  .downloads .container h2 b {
    display: block;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
  }

  .downloads .container h2 span {
    display: none;
  }

  .downloads .container .lista-botoes {
    float: none;
    padding-top: 17px;
  }

  .downloads .container .lista-botoes a {
    display: inline-block;
    width: 320px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #2db1a7;
    border-radius: 20px;
    padding: 0 17px;
    color: #2db1a7;
    font-size: 12px;
    background: url("../img/icon-download.svg") no-repeat right 15px center;
    background-size: 17px auto;
    transition: opacity 0.3s ease-in-out;
  }

  .downloads .container .lista-botoes a:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .downloads .container .lista-botoes a:hover {
    opacity: 1;
  }

  .formulario {
    width: 100%;
    padding-bottom: 0;
  }

  .formulario .container {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    margin: 0 auto;
    padding-bottom: 55px;
    padding-top: 49px;
  }

  .formulario .container .ct-formulario {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;

    background-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0;
    float: none;
  }

  .formulario .container .ct-formulario h2 {
    font-size: 15px;
    line-height: 25px;
    color: #000;
  }

  .formulario .container .ct-formulario p {
    font-size: 12px;
    line-height: 18px;
    color: #939598;
    padding-top: 8px;
  }

  .formulario .container .ct-formulario form {
    width: 100%;
    padding-top: 30px;
  }

  .formulario .container .ct-formulario form .ct-campo {
    width: 100%;
    margin-bottom: 20px;
  }

  .formulario .container .ct-formulario form .ct-campo label {
    display: block;
    font-size: 12px;
    line-height: 1em;
    color: #2db1a7;
  }

  .formulario .container .ct-formulario form .ct-campo .ct-input {
    width: 100%;
    height: 30px;
    border: none;
    border-bottom: 1px solid #e3e3e3;
    font-size: 15px;
    line-height: 1em;
    color: #939598;
    padding: 0;
    padding-top: 10px;
  }

  .formulario .container .ct-formulario form .ct-campo .ct-input.nome {
    background: url("../img/icon-nome.svg") no-repeat left bottom 3px;
    background-size: 17px auto;
    padding-left: 30px;
  }

  .formulario .container .ct-formulario form .ct-campo .ct-input.telefone {
    background: url("../img/icon-telefone.svg") no-repeat left bottom 3px;
    background-size: 19px auto;
    padding-left: 30px;
  }

  .formulario .container .ct-formulario form .ct-campo .ct-input.email {
    background: url("../img/icon-email.svg") no-repeat left bottom 3px;
    background-size: 19px auto;
    padding-left: 30px;
  }

  .formulario .container .ct-formulario form .ct-campo .ct-input.cpf {
    background: url("../img/icon-cpf.svg") no-repeat left bottom 3px;
    background-size: 21px auto;
    padding-left: 30px;
  }

  .formulario .container .ct-formulario form .ct-campo .ct-textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    margin-top: 15px;
    padding: 15px;
    font-size: 15px;
    line-height: 1.1em;
    color: #939598;
  }

  .formulario .container .ct-formulario form .ct-campo .ct-select {
    position: relative;
    width: 100%;
    height: 30px;
    border: none;
    border-bottom: 1px solid #e3e3e3;
    background: url("../img/icon-select.svg") no-repeat top 12px right 15px;
    background-size: 12px auto;
    overflow: hidden;
  }

  .formulario .container .ct-formulario form .ct-campo .ct-select select {
    position: absolute;
    width: 120%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 15px;
    line-height: 1em;
    padding-top: 10px;
    padding-left: 0;
    color: #939598;
    border: none;
    background-color: transparent;
  }

  .formulario .container .ct-formulario form .ct-campo .ct-input.erro,
  .formulario .container .ct-formulario form .ct-campo .ct-textarea.erro,
  .formulario .container .ct-formulario form .ct-campo .ct-select select.erro {
    color: red;
  }

  .formulario .container .ct-formulario form button {
    display: block;
    width: 220px;
    height: 40px;
    margin: 27px auto 0 auto;
    background-color: #2db1a7;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    border: none;
    border-radius: 20px;
    transition: opacity 0.3s ease-in-out;
  }

  .formulario .container .ct-formulario form button:hover {
    opacity: 1;
  }

  .lb-video-full {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000;
  }

  .lb-video-full .bt-fechar-lb-full {
    position: absolute;
    width: 19px;
    height: 19px;
    background: url("../img/icon-fechar-lb.svg") no-repeat center;
    background-size: 19px auto;
    right: 22px;
    top: 39px;
  }

  .lb-video-full .ct-lb-video-full {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .lb-video-full .ct-lb-video-full .wrapp-lb-video-full {
    position: relative;
    width: 100%;
    padding-bottom: 56.26%;
  }

  .lb-video-full .ct-lb-video-full .wrapp-lb-video-full video,
  .lb-video-full .ct-lb-video-full .wrapp-lb-video-full iframe,
  .lb-video-full .ct-lb-video-full .wrapp-lb-video-full object {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  footer p span.nomobile {
    display: none;
  }

  footer p {
    line-height: 1.6em;
  }

  footer p span.block {
    display: block;
  }

  .hero-botao {
    padding: 60px 0;
    text-align: center;
  }

  .hero-botao h2 {
    font-size: 26px;
    line-height: 36px;
    color: #2db1a7;
    padding-top: 25px;
  }

  .hero-botao p {
    width: 260px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    padding-top: 10px;
  }

  .hero-botao a {
    display: block;
    width: 280px;
    height: 50px;
    background-color: #2db1a7;
    border: 1px solid #2db1a7;
    border-radius: 25px;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    margin: 30px auto 0 auto;
    color: #fff;
    transition: all 0.3s ease-in-out;
  }

  .hero-botao a:hover {
    background-color: #fff;
    color: #2db1a7;
  }
}
