@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,800');

* {
  padding: 0;
  margin: 0 auto;
  font-family: 'Montserrat' !important;
  font-weight: 700;
}
img {
  max-width: 100%;
}
a {
  color: #ffffff;
  text-decoration: none;
}

ul {
  text-align: left;
}

li {
  list-style-type: none;
  line-height: 1.8;
}

.title {
  font-size: 35px;
}

.subtitle {
  font-size: 25px;
}

.conteudo {
  font-size: 20px;
  line-height: 1.8;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: bold;
}

.light {
  font-weight: lighter;
}

.frontix-color {
  color: #40A0C5;
}

.orange {
  color: #F7A826;
}

/** Header Styles **/
header {
  background: url('../images/home/home-topo.png') no-repeat;
  background-size: 100% 450px;
  width: 100%;
  
  text-align: center;
}

nav > * {
  margin: 20px;
  display: inline-block;
  vertical-align: middle;
}


@media only screen and (max-width: 768px) {
  header {
    background: url('../images/home/home-topo.png') no-repeat;
    background-size: 100% 600px;
  }
}


header p {
  margin: 20px;
}

header h1 {
  color: #ffffff;
}

.frontix-telas {
  max-width: 1000px;
}

/** Header Styles **/

section {
  text-align: center;
  color: #3D3D3D;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 1400px;
}

.sobre-box {
  margin-top: 50px;
}
.box {
  display: inline-block;
  max-width: 450px;
  margin: 25px;
}
.img-box {
  width: 128.78px;
  height: 128.78px;
  display: inline-block;
}

.texto-box {
  max-width: 290px;
  min-height: 128.78px;
  text-align: left;
  display: inline-block;
  vertical-align:top;
  margin-left: 15px;
}

@media only screen and (max-width: 768px) {
  .texto-box {
    max-width: 100%;
    text-align: center;
  }
}

.p35 {
  display: inline-block;
  max-width: 330px;
  vertical-align: top;
  text-align: left;
}

.p75 {
  display: inline-block;
  max-width: 721.3px;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .p35 {
    display: inline-block;
    max-width: 80%;
    vertical-align: top;
    text-align: center;
  }
}

.segmento-box {
  display: inline-block;
  vertical-align: top;
  max-width: 300px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 30px;
  border-radius: 10px;
}

.segmento-box img {
  width: 100%;
}

.segmento-box .title-box {
  font-size: 30px;
  padding: 20px 0px 0px;
}

.segmento-box .content-box {
  font-size: 20px;
  padding: 0px 20px 30px 20px;
  line-height: 1.4;
}

.teste-area {
  background: url('../images/home/home-topo.png') no-repeat;
  background-size: cover;
  color: #ffffff;
}

.planos {
  background: url('../images/home/preco-bg.png') no-repeat;
  background-size: cover;
}


/** Footer Area **/
footer {
  background: #175E7A;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #ffffff;
}

input[type="text"], input[type="email"], input[type="tel"] {
  background: transparent !important;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: solid 1px #ffffff;;
  text-align: center;
  max-width: 520px;
  width: 90%;
  font-size: 20px;
  padding: 10px;
  color: #FFFFFF;
}

input::placeholder {
  color: #A7D3E5;
}

.nav-footer {
  max-width: 1400px;
}
.nav-footer-box {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
}


.nav-footer-box.box2 {
  width: 25%;
}

.nav-footer-box ul li a {
  color: #A7D3E5;
}

.mithra {
  text-align: right;
}

.sander {
  margin-top: -15px; background: #175E7A;
  padding-left: 20px;
  padding-right: 20px;
}
.line {
  max-width: 900px;
  height: 1px;
  background: rgba(167, 211, 229, 0.2);
}


@media only screen and (max-width: 767px) {
  .nav-footer-box {
    width: 80%;
  }
  .nav-footer-box > *, .mithra {
    text-align: center;
    font-size: 20px;
  }

  .nav-footer-box.box2 {
    width: 60%;
  }
  .line {
    margin-top: 40px;
  }
}

.progessLoading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.progessLoading img {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -25px;
}