@charset "UTF-8";
/*============================================================================
#Override Stylesheet
#Add Custom Styles Here
==============================================================================*/
/*========================================
G E R A L
========================================*/
/* Tipografia */
h1, h2, h3, h4, h5, h6, p, ul, li {
  font-family: 'Noto Serif', serif; }

h1 {
  font: normal 700 2.7rem/120% 'Noto Serif', serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: white;
  text-shadow: 1px 1px 5px #000; }

h2 {
  font: normal 700 2.7rem/100% 'Noto Serif', serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(0, 153, 51, 0.8);
  text-shadow: 1px 4px 6px #fff, 0 0 0 #000, 1px 4px 6px #fff;
  line-height: 120%; }

/* Background gradient (cinzinha) */
.section--custom_content.section--1492095450115,
.section--custom_content.section--1492535529963 {
  background: #eeeeee;
  background: -moz-linear-gradient(left, #eeeeee 0%, #ffffff 25%, #ffffff 75%, #eeeeee 100%);
  background: -webkit-linear-gradient(left, #eeeeee 0%, #ffffff 25%, #ffffff 75%, #eeeeee 100%);
  background: linear-gradient(to right, #eeeeee 0%, #ffffff 25%, #ffffff 75%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=1 ); }

/* Seção do topo */
.section--custom_content.section--1491430286864 {
  background: transparent !important; }

/* Sombra inset nas seções de fundo laranja */
.section--custom_content.section--1505235969363 {
  box-shadow: inset -1px 30px 30px -30px rgba(0, 0, 0, 0.65), inset -1px -30px 30px -30px rgba(0, 0, 0, 0.65); }

/* Adaptações do H2 na seção de fundo laranja */
.section--custom_content.section--1505235969363 h2 {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
  color: white; }

/* Faixa de logos */
.section--1492036640468 {
  background: #111 !important; }

/* Botão Call to Action */
a.shatpada-call-to-action {
  background: #3498db;
  background-image: linear-gradient(to bottom, #3498db, #2980b9) !important;
  color: #ffffff !important;
  font-size: 30px;
  letter-spacing: .2em;
  line-height: 140%;
  border-radius: 5px;
  border: 1px solid #2980b9 !important;
  text-transform: uppercase;
  padding: .8rem 1.875rem;
  display: inline-block;
  font-family: Lato;
  font-weight: bold;
  margin: 20px 30px 0 30px;
  cursor: pointer;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.25s ease; }

a.shatpada-call-to-action:hover {
  background: #3cb0fd;
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  transform: scale(1.05) !important; }

/*========================================
V I D E O
========================================*/
.video-responsivo {
  position: relative;
  padding-bottom: 52%;
  padding-top: 25px;
  height: 0;
  margin: 0 0 20px 0; }

.video-responsivo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*========================================
C O U N T D O W N
========================================*/
.shatpada-sub-call-to-action {
  font: normal 400 1.3rem/200% 'Noto Serif', serif;
  letter-spacing: .1px;
  color: white !important;
  text-shadow: 1px 1px 5px #000;
  padding: 0;
  margin: 1em 0 1em 0; }

#countdown-timer .countdown__item {
  width: 25%;
  margin: 0;
  padding: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.25); }

#countdown-timer .countdown__item:last-child {
  border-right: none; }

#countdown-timer .countdown__item h2 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  text-shadow: none;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25); }

#countdown-timer .countdown__item h6 {
  font-size: 12px;
  font-weight: 700;
  color: #bbb;
  text-shadow: none;
  margin: 0;
  padding: 0; }

/*========================================
ESTILO DA UL LI
========================================*/
ul.ementa {
  max-width: 300px;
  margin: 0 auto;
  padding: 0 0 0 20px;
  list-style-position: outside;
  list-style-type: disc;
  text-align: left;
  line-height: 140%;
  font-size: 1em; }

ul.ementa .ementa-obs {
  list-style-type: none;
  font-style: italic;
  color: #aaa; }

ul.shatpada-lista-3,
ul.shatpada-lista-4 {
  display: table;
  border-collapse: separate;
  border-spacing: 20px;
  width: 100%;
  padding: 0;
  margin: 0 auto; }

ul.shatpada-lista-3 > li,
ul.shatpada-lista-4 > li {
  display: table-cell;
  border: 1px solid #ddd;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: white;
  padding: 20px; }

ul.shatpada-lista-3 {
  width: 100%; }

ul.shatpada-lista-3 > li {
  width: 33%; }

ul.shatpada-lista-4 > li {
  width: 25%; }

ul.shatpada-lista-3 > li h3,
ul.shatpada-lista-4 > li h3 {
  line-height: 110%;
  font-size: 1.5rem;
  font-weight: 700;
  color: #009933;
  text-align: center;
  border-bottom: 1px solid #eee;
  margin: 0px 0 10px 0;
  padding: 0 0 10px 0; }

ul.shatpada-lista-3 > li .shatpada-descricao,
ul.shatpada-lista-4 > li .shatpada-descricao {
  line-height: 150%;
  font-size: 1rem;
  font-weight: 300;
  margin: 0px 0 10px 0;
  padding: 0 0 10px 0; }

ul.shatpada-lista-3 > li .shatpada-sub-descricao {
  line-height: 140%;
  font-size: .85rem;
  font-weight: 300;
  font-style: italic;
  margin: 0;
  padding: 0; }

ul.sub-lista {
  margin: 0;
  padding: 0 0 0 20px;
  list-style-position: outside;
  list-style-type: disc;
  text-align: left;
  line-height: 150%;
  font-size: .85rem; }

ul.sub-lista li {
  margin: 0 0 5px 0; }

/*========================================
D E P O I M E N T O S
========================================*/
.shatpadi-depoimento {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  margin: 0 0 2em 0; }

.shatpadi-depoimento img {
  width: 100%;
  padding: 0;
  margin: 0; }

/*========================================
O U T R O S
========================================*/
/* Correção do bug quando seleciona o H2 com inset shadow */
::-moz-selection {
  background: #5af;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #5af;
  color: #fff;
  text-shadow: none; }

/* Alinhar coluna pela esquerda */
ul.shatpadi-proposta-lista {
  text-align: left; }

/*========================================
R E S P O N S I V E
========================================*/
@media only screen and (max-width: 768px) {
  /* Desfazer tabelas */
  ul.shatpada-lista-3,
  ul.shatpada-lista-4 {
    display: block;
    border-spacing: 0;
    width: 100%; }

  ul.shatpada-lista-3 li,
  ul.shatpada-lista-4 li {
    display: block;
    width: 100%;
    margin-bottom: 20px; }

  /* Tipografia geral */
  h1 {
    font-size: 1.9em; }

  p.shatpada-sub-h1 {
    font-size: 1.3em; }

  h2 {
    font-size: 2em; }

  h3 {
    font-size: 1.8em; }

  a.shatpada-call-to-action {
    margin: 0;
    font-size: 1.5em; } }
/*========================================
F O R M
========================================*/
.optin input {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
  border-radius: 5px !important;
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.35); }

.optin button {
  background: #3498db;
  background-image: linear-gradient(to bottom, #3498db, #2980b9) !important;
  color: #ffffff !important;
  letter-spacing: .2em;
  border-radius: 5px;
  border: 1px solid #2980b9 !important;
  text-transform: uppercase;
  font-family: Lato;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.35);
  transition: all 0.25s ease;
  font-size: 20px; }

.optin button:hover {
  background: #3cb0fd;
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  transform: scale(1.05) !important; }

#formulario {
  opacity: 0;
  height: 0px; }
