/*-------- Head --------*/

.head{
  background: rgba(53,66,119,1);
  background: -moz-linear-gradient(left, rgba(53,66,119,1) 0%, rgba(90,196,194,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(53,66,119,1)), color-stop(100%, rgba(90,196,194,1)));
  background: -webkit-linear-gradient(left, rgba(53,66,119,1) 0%, rgba(90,196,194,1) 100%);
  background: -o-linear-gradient(left, rgba(53,66,119,1) 0%, rgba(90,196,194,1) 100%);
  background: -ms-linear-gradient(left, rgba(53,66,119,1) 0%, rgba(90,196,194,1) 100%);
  background: linear-gradient(to right, rgba(53,66,119,1) 0%, rgba(90,196,194,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#354277', endColorstr='#5ac4c2', GradientType=1 );
  margin-bottom: 0 !important;
  padding: 0 5%;
  position: relative;
}

.head img{
  width: 300px;
  height: 90px;
  object-fit: contain;
}

.head .m3 .btn{
  height: auto !important;
  line-height: 1.75em;
  padding: .5em !important;
  width: 100%;
  font-size: .7em;
  background-color: #48B753 !important;
  text-transform: none !important;
  border-radius: 3em;
}

.head .m3 .btn span{
  font-size: 2em;
  font-weight: bold;
}

.head .m3 .btn svg{
  font-size: 2em;
}

.head .m3 p{
  font-size: 1em;
  line-height: 1.25em;
  color: white;
  margin: 0;
  text-align: right;
}

.head .barra{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.head h2{
  font-size: 3em;
  margin: 0;
  font-weight: bold;
  color: #FFF212;
}

.head p{
  font-size: 1.25em;
  line-height: 1.25em;
  color: white;
  margin: 0;
}

.head h3{
  font-size: 1.5em;
  font-weight: bold;
  color: #FFF212;
  margin: 0;
}

.head .m8 img{
  width: 100%;
  height: auto;
}

.head .clearfix{
  margin: 6em 0;
}

.head form{
  background-color: #312B4A;
  padding: 3em;
  padding-bottom: 20vh;
}

.head h4{
  font-size: 1em;
  line-height: 1.25em;
  text-align: center;
  color: #BAE9F4;
  margin-top: 0;
  font-family: 'bahnschrift';
}

.head input, textarea{
  background-color: white !important;
  border:none !important;
  margin: .2em 0 !important;
}

.head input::placeholder, .head textarea::placeholder{
  color: #666;
  font-size: 0.8em;
}

.head .btn{
  text-transform: none !important;
  padding: 0 !important;
  background-color: #ED3237 !important;
  min-width: 95%;
  height: 3rem;
  border-radius: 2em;
}

.head .borda{
  width: 0; 
  height: 0; 
  border-top: 90px solid transparent;
  border-bottom: 0px solid transparent;   
  border-right: 220vh solid white; 
  position: absolute;
  bottom: 0;
  right: 0;
}

/*-------- Zero --------*/

.zero{
  position: relative;
  margin-bottom: 0 !important;
  padding: 5%;
  margin-top: -90px;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.zero img{
  width: 100%;
  max-width: 800px;
  height: auto;
  position: absolute;
  top: -150px;
  right: 0;
  z-index: 0;
}

.zero .col:nth-of-type(1){
  position: relative;
  z-index: 1;
}

.zero h2{
  font-size: 3em;
  font-weight: bold;
  color: #727376;
}

.zero p{
  font-size: 1.25em;
  line-height: 1.25em;
  color: #727376;
}

.zero .btn{
  background-color: #ED3237 !important;
  padding: 0 4em;
  border-radius: 2em;
  height: 3rem;
  line-height: 3rem;
}

/*-------- Sorteio --------*/

.sorteio{
  background: rgba(136,222,56,1);
  background: -moz-linear-gradient(left, rgba(136,222,56,1) 0%, rgba(55,184,132,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(136,222,56,1)), color-stop(100%, rgba(55,184,132,1)));
  background: -webkit-linear-gradient(left, rgba(136,222,56,1) 0%, rgba(55,184,132,1) 100%);
  background: -o-linear-gradient(left, rgba(136,222,56,1) 0%, rgba(55,184,132,1) 100%);
  background: -ms-linear-gradient(left, rgba(136,222,56,1) 0%, rgba(55,184,132,1) 100%);
  background: linear-gradient(to right, rgba(136,222,56,1) 0%, rgba(55,184,132,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88de38', endColorstr='#37b884', GradientType=1 );
  margin-bottom: 0 !important;
  padding: 110px 5%;
  position: relative;
  top: -50px;
}

.sorteio .col{
  padding: 0 5% !important;
}

.sorteio img{
  max-width: 100%;
  height: auto;
}

.sorteio .right{
  text-align: right;
}

.sorteio h2{
  font-weight: bold;
  color: white;
}

.sorteio p{
  font-size: 1.5em;
  color: white;
}

.sorteio .btn{
  background-color: #ED3237 !important;
  padding: 0 4em;
  border-radius: 2em;
  height: 3rem;
  line-height: 3rem;
}

.sorteio .borda{
  width: 0; 
  height: 0; 
  border-top: 00px solid transparent;
  border-bottom: 90px solid transparent;   
  border-left: 220vh solid white; 
  position: absolute;
  top: 0;
  right: 0;
}

/*-------- Formulario --------*/

.form{
  padding: 5%;
  margin-bottom: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.form h2{
  font-size: 2em;
  font-weight: bold;
  color: #666;
  width: 100%;
}

.form input, .form textarea{
  background-color: #F1F1F2 !important;
  border: 1px solid #D2D3D5 !important;
  margin: .3em 0 !important;
}

.form input::placeholder, .form textarea::placeholder{
  font-size: 0.8em;
  color: #666;
}

.form .btn{
  background-color: #5EAA0F !important;
  width: 100%;
  height: 3rem;
}

.form .numero{
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 2px solid;
  border-radius: 50%;
  margin: 0 auto;
  font-weight: bold;
  margin-bottom: .5em;
}

.form h3{
  font-size: 1.25em;
  font-weight: bold;
  margin-top: 0;
}

.form p{
  font-size: 1em;
  font-family: 'bahnschrift';
  color: #606062;
  margin: 0;
  line-height: 1.25em;
}

.form .col{
  margin: 0 !important;
  margin-top: 2em !important;
  position: relative;
}

.form .col:nth-of-type(2){
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.form .fundo{
  padding: 1em;
  border-radius: .5em;
  float: left;
  position: relative;
  overflow: hidden;
}

.form .fundo div{
  background-color: white;
  min-height: 200px;
  padding: 0 2px;
  padding-top: 50px;
  border-radius: .5em;
  box-shadow: 15px 15px 2px 10px rgba(0,0,0,0.25);
}

.form .borda{
  width: 0; 
  height: 0; 
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;   
  border-left: 30px solid #000; 
  position: absolute;
  top: calc(50% - 15px);
  right: -18px;
}

.form .col:nth-of-type(2) .col:nth-of-type(1) .fundo div{
  min-height: 150px;
  padding-top: 35px;
}

.form .col:nth-of-type(2) .col:nth-of-type(1) .numero{
  color: #0F7890;
}

.form .col:nth-of-type(2) .col:nth-of-type(2) .numero{
  color: #019974;
}

.form .col:nth-of-type(2) .col:nth-of-type(3) .numero{
  color: #3C4380;
}

.form .col:nth-of-type(2) .col:nth-of-type(1) .fundo{
  background-color: #14A0C0;
}

.form .col:nth-of-type(2) .col:nth-of-type(2) .fundo{
  background-color: #01CC9B;
}

.form .col:nth-of-type(2) .col:nth-of-type(3) .fundo{
  background-color: #5059AB;
}

.form .col:nth-of-type(2) .col:nth-of-type(1) .borda{
  border-left-color:  #0F7890;
}

.form .col:nth-of-type(2) .col:nth-of-type(2) .borda{
  border-left-color:  #019974;
}

.form .col:nth-of-type(2) .col:nth-of-type(3) .borda{
  border-left-color:  #3C4380;
}

.form .col:nth-of-type(2) .col:nth-of-type(1) h3{
  color: #0F7890;
}

.form .col:nth-of-type(2) .col:nth-of-type(2) h3{
  color: #019974;
}

.form .col:nth-of-type(2) .col:nth-of-type(3) h3{
  color: #3C4380;
}

/*-------- Footer --------*/

.footer{
  min-height: 200px;
  padding: 1em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #4B4B4D;
  margin-bottom: 0 !important;
}

.footer h2{
  font-size: 1em;
  margin: 0;
  color: white;
}

.footer .m6 svg{
  font-size: 2em;
  color: white;
  margin: .5em .2em;
}

.footer .btn{
  height: auto !important;
  line-height: 1.75em;
  padding: .5em !important;
  width: 100%;
  font-size: .7em;
  background-color: #48B753 !important;
  text-transform: none !important;
  border-radius: 3em;
}

.footer .btn span{
  font-size: 2em;
  font-weight: bold;
}

.footer .btn svg{
  font-size: 2em;
}

.footer p{
  font-size: 0.7em;
  color: white;
  line-height: auto;
}

/*-------- TIPOGRAFIA --------*/

@font-face{
  font-family: 'bahnschrift';
  src: url(../fonts/bahnschrift.ttf);
}

@font-face{
  font-family: 'caviardreams';
  src: url(../fonts/caviardreams.ttf);
}

address{
  font-style: normal;
}

strong{
  font-weight: bold !important;
}

figcaption{
  display: none !important;
}

figure{
  margin: 0 !important;
}

fieldset {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

input, textarea{
  padding-left: 1em !important;
  width: calc(100% - 1em) !important;
}

.limite{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}