
/* Scroll Page */

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 8px;
}

::-webkit-scrollbar-track-piece {
  background-color: rgba(255,255,255,0.5)!important;
  height: 8px !important;
 }

::-webkit-scrollbar-thumb:vertical {
  height: 2px;
  background-color: #3f7801;
  -webkit-border-radius: 2px;
}

/* End Scroll Page */

/* Efeito Botão lateral */

.play-btn::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(2,66,158, 0.7);
  top: -60%;
  left: -60%;
  background: rgba(198, 16, 0, 0);
}

.botaoLat .play-btn:hover::after {
  border-left: 15px solid #FBE702;
  transform: scale(20);
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/* ANIMAÇÃO BOTÃO */



* {
  margin: 0;
  padding: 0px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
  background: #fff;
  margin: 0;
  color: #5a5a5a;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

p {
  padding: 0;
  margin-bottom: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-top: 10px;
}

html, body {
  height: 100%;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}

.centered {
  text-align: center
}

.mt {
  margin-top: 50px;
}

.mb {
  margin-bottom: 50px;
}

.mtb {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mtb2 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.ptb {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .ptb img {
    max-width: 100%;
  }
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-transition: background-color .4s linear, color .4s linear;
  -moz-transition: background-color .4s linear, color .4s linear;
  -o-transition: background-color .4s linear, color .4s linear;
  -ms-transition: background-color .4s linear, color .4s linear;
  transition: background-color .4s linear, color .4s linear;
  color: #4183D7;
}

a:hover, a:focus {
  text-decoration: none;
  color: #696E74;
}

.nopadding {
  padding: 0px !important;
  margin: 0px;
}

#cronometro{
    width: 70% !important;
}

/* FORM CONFIGURATION */

input {
  font-size: 16px;
  min-height: 40px;
  border-radius: 25px;
  line-height: 20px;
  padding: 11px 30px 12px;
  border: 1px solid #b9b9af;
  margin-bottom: 10px;
  margin-top: 20px;
  background-color: #fff;
  opacity: 0.9;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.subscribe-input {
  float: left;
  width: 65%;
  text-align: left;
  margin-right: 2px;
}

@media screen and (max-width: 767px) {
  .subscribe-input {
    width: 100%;
  }
    
  #h {
    width: 100%;
    padding: 10px 10px !important;
    }
    .container{
        width: 100%;
        padding: 0px 0px !important;
    }
    
    #about{
        padding: 0px 0px !important;
    }
    
    #cronometro{
    width: 100% !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
    #titulo-chamada{
        margin-bottom: 25px !important;
    }
    
    #boxes #icon-box1{
        margin-bottom: 20px;
    }
    
    #boxes #icon-box2{
        margin-bottom: 8px;
    }
    
    #boxes #icon-box3{
        margin-bottom: 22px;
    }
    
    #row-boxes{
    margin: 0px;
    }
    
    
    #doc-form{padding: 40px;}
}

.subscribe-submit {
  right: 0;
}

/*Buttons Configuration */

.btn-conf {
  border-radius: 50px;
  margin-right: 15px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 13px 28px 12px 28px;
  margin-top: 20px;
}

.btn-blue {
  background: #4183D7;
  color: white
}

/* HEADER SECTION */

#h {
  background: url(../img/header.jpg)top center no-repeat;
  background-repeat: no-repeat;
  background-size:cover;
  background-position:center;
  position:relative;
  overflow-y: hidden;
  padding-top: 10px;
  text-align: center;
  min-height: 100vh;
  width: 100%;
  color: white;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#h img{width: 40%;}

#logo-top{margin-top: -37px;}

#titulo-chamada {
    margin-bottom: 25px;
}

.but-chamada {
    background-color: #DBB401;
    border: solid 1px #013B87;
    padding: 5px 20px;
    border-radius: 8px;
    font-weight: bold;
    color: #013B87;
}

.but-chamada :hover {
    background-color: #013B87;
    border: solid 2px #013B87;
    padding: 5px 20px;
    border-radius: 8px;
    color:#fff;
}

#doc-form{margin-top: -15px;}

@media (max-width: 768px){
    #h img{width: 85%;}
    #h h2 {
  font-size: 19px !important;
  color: #E6AC00;
}

   #logo-top{margin-top: 0px;}
    
   #titulo-chamada {
    margin-bottom: 10px;
}


}

.form button {
    background-color: #DBB401;
    border: solid 1px #013B87;
    padding: 5px 20px;
    border-radius: 8px;
    font-weight: bold;
    color: #013B87;
}

.form button:hover {
    background-color: #013B87;
    border: solid 2px #013B87;
    padding: 5px 20px;
    border-radius: 8px;
    color:#fff;
}


#h h1 {
  font-weight: 900;
  font-size: 60px;
  letter-spacing: 1px;
}

#h h2 {
  font-size: 25px;
  color: #E6AC00;
}

#h h5 {
  font-weight: 400;
  letter-spacing: 0.8px;
  margin-bottom: 25px;
}

/* COUNTDOWN CONFIGURATION */

.countdown-divider {
  padding: 144px 0px;
}

.countdown-divider img, {
  max-width: 300px;
  display: inline-block;
  margin-bottom: 12px;
}

.countdown-header h1 {
  margin-bottom: 0px;
}

.countdown-header:before {
  opacity: 0.8 !important;
}

.countdown-header .uppercase {
  display: block;
  font-weight: 600;
  margin-bottom: 24px;
}

@media all and (max-width: 768px) {
  .countdown-header img {
    max-width: 150px;
  }
}

.countdown {
  text-align: center;
  margin-top: 72px;
}

.countdown-row {
  color: #fff;
  font-size: 80px;
  font-weight: 300;
}

.countdown-section {
  width: 25%;
  display: inline-block;
}

.countdown-amount {
  display: inline-block;
  margin-bottom: 20px;
}

.countdown-period {
  display: block;
  font-size: 24px;
}

@media all and (max-width: 767px) {
  .countdown {
    margin-top: 48px;
  }
  .countdown-row {
    font-size: 36px;
  }
  .countdown-period {
    font-size: 16px;
  }
}

/* Grey Section */

#g {
  padding-bottom: 80px;
  padding-top: 80px;
  background: #f5f5f5;
}

#g i {
  font-size: 22px;
  margin-right: 16px;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #02429e;
}

#sub{margin-top: 50px;}
/* ===== Boxes ao lado do formulário==== */
#boxes{
    margin-top: 15px;
}

#row-boxes{
    margin-bottom: 15px;
}

#boxes .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #02429e;
}

#boxes .btn-get-started:hover {
  background: #02429e;
}
#boxes .icon-boxes {
  margin-top: 100px;
}
#boxes .icon-box {
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
  background: #fec800;
  box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
#boxes .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
#boxes .icon-box .title a {
  color: #124265;
  transition: 0.3s;
}
#boxes .icon-box .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
#boxes .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 36px;
  line-height: 1;
  color: #2487ce;
}
#boxes .icon-box:hover {
  transform: scale(1.08);
}
#boxes .icon-box:hover .title a {
  color: #2487ce;
}
@media (min-width: 1024px) {
  #boxes {
    background-attachment: fixed;
  }
}
@media (max-height: 800px) {
  #boxes {
    height: auto;
  }
}
@media (max-width: 992px) {
  #boxes {
    height: auto;
  }
  #boxes h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #boxes h2 {
    font-size: 18px;
    line-height: 24px;
  }

 #sub{margin-top: 10px;}
}




