@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
/*
Template Name: iOkay
Version: 1.0
Author: Gustavo Silveira 
Author Email: contato@gtcstore.com.br
Author URL: http://www.gtcstore.com.br
*/

/***************************
 ******* Tipografia ********
 ***************************/
body {
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #64686d;
  line-height: 22px;
}
h1,
h2, {
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: #272727;
}
a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
p {
  font-size: 16px;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
  outline: none; /* Remove a borda azul em torno dos links após o click */
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 44px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #45aed6;
  border-color: #2a95be;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #2a95be;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/**********************
 ******* Navbar *******
 **********************/

.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: 100px;
  padding: 25px 15px 25px 15px;
}
.navbar.navbar-default .navbar-brand img {
  height: 50px;
}
/* Alterações Navbar Padrão Bootstrap */
.navbar-default .navbar-nav>li>a {
  color: #5E5E5E;
}
.navbar-default .navbar-nav>li>a:hover{
  color: #D7D7D7;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
  color: #61ab58;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #61ab58;
}
.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
/* Exibe menu drodown ao passar o mouse em cima (menu dropdown mouse hover)*/
.dropdown:hover .dropdown-menu {
 display: block;
}

/**********************
 ******* Header *******
 **********************/

#main-slider {
  overflow: hidden;
  background: url(../images/slider/bg.jpg) 0 0;
  background-position:50% 50%;  /* Sets reference point to scale from */
  background-size: cover;        /* Sets background image to cover entire element */
}
#main-slider .item {
  height: 892px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner h2 {
  margin-top: 230px;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
#main-slider .slider-inner h2, p > span {
  color: #000;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #45aed6;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/***********************
 ******* Noticias ******
 ***********************/
#noticias {
  padding: 80px 0;
  background: #333;
}

#noticias a img {
  display:block;
  margin:auto;
  height: 70px;
  margin-top: 15px;
  margin-bottom: 15px;
}

/***********************
 ******* Comprar *******
 ***********************/

#comprar {
  padding: 100px 0;
  background: url(../images/comprar/bg.jpg) 0 0;
  background-attachment: fixed;
  background-position:50% 50%;  /* Sets reference point to scale from */
  background-size: cover;        /* Sets background image to cover entire element */
}
#comprar span {
  color: #61ab58;
}
#comprar h1 {
  font-size: 62px;
  line-height: 56px;
}
#comprar h2 {
  font-size: 40px;
  line-height: 52px;
  color: #FFF;
  font-weight: 500;
  margin-bottom: 20px;
}
#comprar .mg-top {
  margin-top: 60px;
}
#comprar .subtitle {
  font-size: 26px;
  line-height: 30px;
  color: #FFF;
  font-weight: 300;
}
#comprar .icon-comprar{
  margin-top:40px;
  margin-bottom: 40px;
}
#comprar .img-responsive{
  display: inline;
}
#comprar .icon-apple{
  margin-right: 30px;
}

#comprar .icon-comprar img {
  cursor: pointer;
}

#comprar p {
  color: #FFF;
  font-weight: 100;
  font-size: 16px;
  line-height: 22px;
}

#comprar .iokay-tag {
  margin-bottom: 20px;
}

#comprar .itag-btn {
  border-radius: 30px;
}

/*******************************
 ******* Funcionalidades *******
 *******************************/

#funcionalidades {
  padding: 67px 0;
  background: url(../images/funcionalidades/bg.jpg) 0 0;
  background-position:50% 50%;  /* Sets reference point to scale from */
  background-size: cover;        /* Sets background image to cover entire element */
}

#funcionalidades span {
  color: #61ab58;
}
#funcionalidades h1 {
  font-size: 62px;
  line-height: 52px;
}
#funcionalidades h2 {
  font-size: 46px;
  line-height: 52px;
  color: #FFF;
  font-weight: 500;
  margin-bottom: 20px;
}
#funcionalidades h4{
  color: #FFF;
  font-weight: 300;
  text-align: center;
}
#funcionalidades .botoes {
  padding-bottom: 20px;
}
#funcionalidades .botoes img {
  padding: 20px 20px 0px 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#funcionalidades .detalhes img{
    padding-bottom: 35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#funcionalidades .detalhes h4, h3{
  color: #FFF;
  text-align: left;
}
#funcionalidades p {
    font-size: 26px;
    line-height: 30px;
    color: #FFF;
    font-weight: 300;
}

#funcionalidades .detalhes .item {
  font-size: 18px;
  font-weight: 100;
  line-height: 20px;
}

#funcionalidades .detalhes p {
  font-size: 18px;
  font-weight: 100;
  line-height: 24px;
}

#funcionalidades .detalhes .item {
  margin: 20px 0;
}

#funcionalidades .detalhes .tag-btn {
  color: yellow;
  font-weight: 300;
}

/****************************
 ****** Áreas de Risco ******
 ****************************/
#areas-de-risco {
  padding: 67px 0;
  background: url(../images/funcionalidades/areas-de-risco-bg.jpg) 0 0;
  text-align: center;
  background-attachment: fixed;
  background-size: cover;        /* Sets background image to cover entire element */
}
#areas-de-risco h1 {
  font-size: 58px;
  line-height: 52px;
  color: #FFF;
  font-weight: 500;
  margin-bottom: 20px;
}
#areas-de-risco h2 {
  font-size: 46px;
  line-height: 52px;
  color: #FFF;
  font-weight: 500;
  margin-bottom: 20px;
}
#areas-de-risco h3 {
  color: #FFF;
  font-weight: 700;
  text-align: center;
}
#areas-de-risco p {
    font-size: 26px;
    line-height: 30px;
    color: #FFF;
    font-weight: 300;
    padding: 15px;
}
#areas-de-risco img{
  margin:0 auto;
}

/************************************
 ******* Formulário de contato ******
 ************************************/

#contato {
  position: relative;
  overflow: hidden;
}

#contato .col-md-4{
  padding-top: 80px;
}
#contato .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(70, 70, 70, 0.3);
  z-index: 1;
}
#contato .contact-form {
  background: rgba(255, 255, 255, 0.9);
  margin-top: 50px;
}
#contato .contact-form h3 {
  margin-top: 0;
}

#contato h1 {
  font-size: 62px;
  line-height: 48px;
}

#contato h2 {
  font-size: 48px;
  line-height: 52px;
  color: #61ab58;
  font-weight: 500;
}

#contato p{
  font-size: 18px;
  font-weight: 300;
}

.textarea-padd {
    margin-bottom: 0px;
}

.form-control {
    display: block;
    width: 94%;
    height: 44px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #18B43A;
    background-color: #f5f5f5;
    background-image: none;
    border: 1px;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

textarea:focus, input:focus, .uneditable-input:focus {   
    border-color: rgba(0, 255, 0, 0.8) !important;
    box-shadow: 0 1px 1px rgba(0, 255, 0, 0.75) inset, 0 0 8px rgba(0, 255, 0, 0.6) !important;
    outline: 0 none !important;
}

#contato .btn-enviar {
  position:relative;
  bottom:140px;
  left:5px;
  outline: none;
}

/**********************
 ******* Premium *******
 **********************/

.btn-download {
  background-color: #fff700;
  color: #191919;
  font-size: 24px;
  border-radius: 40px;
  padding: 20px 40px;
  margin: 40px 0px;
  white-space: normal;
}

.btn-premium {
  padding: 10px;
  border-radius: 20px;
  background-color: #61ab58;
  font-weight: bold;
  color: #FFF;
}

#premium {
  padding: 40px 60px;
  background: #18B43A url(../images/premium/bg.jpg) no-repeat;
  background-attachment: fixed;
  background-position:50% 50%;  /* Sets reference point to scale from */
  background-size: cover;        /* Sets background image to cover entire element */
}

.modal-body {
  padding: 0;
}

#premium h1 {
  color: #FFF;
  font-size: 74px;
  font-weight: bolder;
}

#premium h2 {
  color: #fff;
  font-size: 38px;
  font-weight: normal;
}

#premium .header h2 {
  font-size: 28px;
  font-weight: normal;
}

#premium h3 {
  text-align: center;
}

#premium p {
  color: #fff;
}

#premium .items {
  padding: 0px 20px 20px 20px;
}

#premium .header {
  margin-bottom: 20px;
}

#premium .tag-btn {
  color: yellow;
  font-weight: 300;
  font-weight: bold;
}

#premium .icon-container {
  /* padding: 40px; */
  margin: 20px 5px;
  background-color: #6a5acd00;
  /* border-color: white;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid; */
}

#premium .icon-container img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#premium .mascote {
  margin: 20px;
}


/***************************************
 ******* Política de Privacidade *******
 ***************************************/

#politica {
  margin-top: 140px;
  margin-bottom: 60px;
}

#politica h2 {
  font-size: 46px;
  font-weight: 500;
}

/**********************
 ******* Footer *******
 **********************/

#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #5E5E5E;
    background: #F5F5F5;
}

#footer a {
  color: #5E5E5E;
}

#footer a:hover {
  color: #61ab58;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}

/***********************************
 ******** Definições Mobile ********
 ***********************************/

@media only screen and (max-width: 768px) {
  .navbar-default .navbar-nav>li>a {
    color: #5E5E5E;
    font-size: 16px;
  }
  .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color: #61ab58;
  }
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #FFF;
    background-color: rgba(69, 184, 48, 0.7);
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #FFF;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #FFF;
  }
  .navbar-default .navbar-toggle {
      border-color: #FFFFFF;
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 0px;
  }
  #main-menu.navbar-default {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  }
  /* Correção Navbar */
  .navbar-fixed-top {
      top: 0px !important;
  }
  #funcionalidades .botoes h4{
    padding-bottom: 10px;
  }

  #comprar, #funcionalidades, #contato *{
    text-align: center;
  }

  #funcionalidades h2 {
    font-size: 42px;
  }

  #funcionalidades .detalhes h3 {
    text-align: center;
  }

  #funcionalidades img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  #comprar .iokay-tag h3 {
    text-align: center;
  }
}
/* Correção Navbar */
.navbar-fixed-top {
    top: -3px;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  #comprar, #funcionalidades, #contato *{
    text-align: center;
  }
  .nav>li>a {
    padding: 10px 12px;
  }

  #main-menu.navbar-default .navbar-nav > li > a {
    font-size: 14px !important;
  }

  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #61ab58;
  }

  #funcionalidades .detalhes p {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(63,176,62,0.7);
  }
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 40px;
    padding-bottom: 40px;    
    font-size: 16px;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    padding-top: 37px;
    border-bottom: 5px solid #61ab58;
    transition: border-bottom linear .15s;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(0, 0, 0, 0.4);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #61ab58;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #61ab58;
    background-color: transparent;
  }

  #footer .social-icons {
    float: right;
  }
}
@media only screen and (max-width:404px){
  #comprar .icon-apple{
    margin-right: 0px;
  }
  #premium {
    padding: 20px 40px;
  }
  #premium .icon-container img {
    width: 100%;
  }
  #premium h1 {
    font-size: 52px;
  }
}
