/*------------------------------------
Index
 -------------------------------------*/

body {
    color: #373435;
    background: #333333;
    overflow: hidden;
}

* {
    margin: 0;
    border: 0;
    padding: 0;
    text-decoration: none;
    font-family: 'Muli', 'Calibri';
    opacity: 1;
    font-size: 12pt;
    color: #333;
}

.box-topo {
    width: 95%;
    width: -webkit-calc(100% - 20px);
    /* para Chrome */
    
    width: -moz-calc(100% - 20px);
    /* para Firefox */
    
    width: calc(100% - 20px);
    height: 95%;
    height: -webkit-calc(100% - 30px);
    /* para Chrome */
    
    height: -moz-calc(100% - 30px);
    /* para Firefox */
    
    height: calc(100% - 30px);
    overflow: hidden;
    position: fixed;
    top: 30px;
    left: 10px;
    box-shadow: 3px -2px 5px 1px rgba(0, 0, 0, 0.5)
}

.mae {
    width: 95%;
    width: -webkit-calc(100% - 20px);
    /* para Chrome */
    
    width: -moz-calc(100% - 20px);
    /* para Firefox */
    
    width: calc(100% - 20px);
    height: 95%;
    height: -webkit-calc(100% - 30px);
    /* para Chrome */
    
    height: -moz-calc(100% - 30px);
    /* para Firefox */
    
    height: calc(100% - 30px);
    overflow: hidden;
    position: fixed;
    top: 30px;
    left: 10px;
}

.bolinha {
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    border: solid 3px #13D8AA;
    z-index: 2005;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: none;
}

.bolinha:hover {
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.2);
}

.anuncios {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2001;
    top: 0;
    left: 0;
    display: none;
}

.fechar-anuncio {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.anuncio-caixa {
    border-radius: 4px;
    background: #F7F7F7;
    position: absolute;
    z-index: 2001;
    box-shadow: 0 0 24px 5px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    display: none;
    width: 700px;
    height: 500px
}

.anuncio-caixa picture img {
    margin: 0 auto;
    width: 95%;
    height: auto;
}

.anuncio-caixa picture {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.anuncio-caixa picture source {
    width: auto;
}

.anuncio-slide {
    width: 100%;
    height: -webkit-calc(100% - 80px);
    /* para Chrome */
    
    height: -moz-calc(100% - 80px);
    /* para Firefox */
    
    height: calc(100% - 80px);
    position: absolute;
    overflow: hidden;
    background: #F7F7F7;
    text-align: center;
    left: 100%;
    transition: all 1s;
    -moz-transition: all 1s;
}

.slide-ativo {
    z-index: 2005;
    left: 0;
}

.titulo-anuncio {
    width: 100%;
    background: #13D8AA;
    height: 25%;
}

.titulo-anuncio h2 {
    color: #fff;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}

.anuncio-caixa p {
    color: #13D8AA;
    width: 100%;
    line-height: 30px;
    text-align: center;
}

.titulo-anuncio p {
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.entendi {
    border-radius: 50% !important;
    width: 40px !important;
}

#entendi {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 120px;
    height: 40px;
    background: #13D8AA;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    z-index: 2006;
    transition: all 1s;
    -moz-transition: all 1s;
}

.passado {
    transition: all ease 1s;
    left: -100%;
}

.dica {
    font-size: 10pt !important;
    color: #FF5426;
    margin-top: 5px;
}

a.branco {
    color: #fff;
    text-decoration: underline;
}

.social {
    margin-top: 5px;
    margin-left: 10px;
    float: left;
}

.agrupar {
    width: 1024px !important;
    position: relative;
    margin: 0 auto;
}


}

.gd {
    float: right;
    width: 45px;
    height: 29px;
    overflow: hidden;
    background: url(../img/artreal.png);
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: 5px;
}

.gd:hover {
    background-position: -45px 0;
}

.gd:hover {
    opacity: 1;
}

#box-conteudo {
    bottom: 0px;
    width: 100%;
    margin-top: 40px;
    clear: both;
    height: 86%;
    height: -webkit-calc(100% - 90px);
    /* para Chrome */
    
    height: -moz-calc(100% - 90px);
    /* para Firefox */
    
    height: calc(100% - 90px);
    position: absolute;
    background: #F8F8F8;
    z-index: 999;
    overflow-y: scroll;
    -o-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

#conteudo {
    width: 100%;
    min-height: 600px;
    margin-top: 50px;
    z-index: 1000;
}
/*------------------------------------
Elementos comuns
 -------------------------------------*/

a {
    color: #373435;
}

hr {
    height: 1px;
    background: #6d6d6d;
    ;
    margin-bottom: 20px
}

.logo {
    float: left;
    margin: 5px;
    /*    height: 90%;*/
    
    max-width: 230px;
}

.caregando {
    width: 100%;
    height: 200px;
    text-align: center;
    margin-top: 100px;
    font-size: 14pt;
}

div.sm {
    margin-right: 0px;
}

h1 {
    text-decoration: none;
    font-size: 20pt;
    text-align: center;
    margin: 20px auto;
    font-weight: normal;
    padding: 0 0 20px 0;
    color: #6d6d6d;
}

h1.home {
    color: #373435;
    background: none;
}

h2 {
    text-decoration: none;
    font-size: 19pt;
    font-weight: normal;
    color: #373435;
}

h3 {
    text-decoration: none;
    font-size: 16pt;
    font-weight: normal;
    color: #373435;
}

.fontg {
    font-size: 75pt;
}

.clear {
    clear: both;
    transition: all 0.7s ease-out;
}

.hover {
    opacity: 0.7;
}

.hover:hover {
    opacity: 1;
}
/*
	Alertas
_________________________________*/

#ms {
    background: #FCFCFC;
    height: 70px;
    padding-top: 20px;
    border-radius: 2px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

#ms p {
    width: 100%;
    color: #fff;
}

#ms a {
    background: #fff;
    padding: 10px;
    left: 15px;
    border-radius: 50%;
    position: relative;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.mserro {
    background: #E85558 !important;
    text-align: center;
}

.mserro a {
    color: #E85558;
}

.msalert {
    background: #FFC338 !important;
    text-align: center;
}

.msalert a {
    color: #FFC338;
}

.msok {
    background: #2BEF93 !important;
    text-align: center;
}

.msok a {
    color: #2BEF93;
}
/*------------------------------------
Busca
 -------------------------------------*/

.resultados {
    float: left;
    width: 680px;
    z-index: 1000;
}

.resultado {
    width: 100%;
    background: #fff;
    /* Old browsers */
    
    border-radius: 3px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: left;
}

.resultado .img-perfil {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 8px;
    float: left;
    overflow: hidden;
    background: #fff;
}

.resultado .img-perfil img {
    width: 100%;
}

.resultado .galeria {
    height: 100px;
    padding: 5px;
    background: #C8C8C8;
    position: relative;
    border-top: 1px solid #ababab;
}

.resultado .galeria img {
    height: 100px;
    margin-right: 10px;
    border-radius: 50%;
}

.resultado .dados {
    float: right;
    position: relative;
    width: 98%;
    margin: 8px 0 0 8px;
}

.resultado .img-perfil + .dados {
    width: 520px;
}

.dados .info {
    font-size: 10pt;
    float: left;
    width: 68%;
}

.info p:first-child,
.info p:first-child b {
    font-size: 18pt !important;
}

.info .descricao + br + p {
    color: #225FB0;
    font-size: 11pt;
}

.categorias {
    height: 35px;
    margin-left: 10px;
    text-align: left;
}

.cat {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border-radius: 3px;
    font-size: 10pt;
    padding: 0px 5px;
    color: #FF8026
}

.ncat {
    color: #fff;
    font-size: 9pt;
    padding: 0px 5px;
}

.lcat {
    float: left;
    border-radius: 3px;
    color: #FF8026;
    border: 1px solid #FF8026;
    background: #FF8026;
    font-size: 9pt;
    margin: 10px 0;
    display: block;
}

.links {
    float: right;
}

.links a {
    font-size: 10pt;
    margin-right: 15px;
}

.informar-erro {
    color: #F65858;
}

.dados .numeros {
    float: right;
    width: 30%;
    text-align: right;
    margin-right: 8px;
    font-size: 18pt !important;
    line-height: 22px
}

.numeros p:first-child {
    font-weight: bold;
}

.botao-ligar {
    display: none;
}

.cadastro-free {
    border-radius: 2px;
    text-align: center;
    font-size: 12pt;
    display: block;
    padding: 13px 20px;
    width: 260px;
    margin: 20px auto;
    line-height: 28px;
    background: #39ad1f;
    color: #fff;
}

.cadastro-free:hover {
    box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.2);
    text-shadow: none;
    color: #1B630B;
}

.tags span {
    border: 1px solid #9B9B9B;
    padding: 1px 8px;
    margin-right: 7px;
    border-radius: 30px;
    color: #9B9B9B;
    cursor: pointer;
    display: inline;
    float: left;
    margin-top: 7px;
}
/*------------------------------------
Anuncios
 -------------------------------------*/

.lateral {
    float: right;
    width: 300px;
    margin-left: 44px;
    min-height: 600px;
}

.anuncio {
    margin-bottom: 20px;
}
/*------------------------------------
Menu
 -------------------------------------*/

.box-menu {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    bottom: -90px;
    height: 90px;
    position: absolute;
    left: 0;
    top: auto;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.cadastradas {
    float: left;
    width: 100px;
    margin-top: 18px;
    text-align: center;
}

.cadastradas big {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
}

.cadastradas p {
    font-size: 12px;
    color: #fff;
}

.menu-inicial {
    height: 100%;
    width: 100%;
}

.feed {
    height: 55px;
    border-left: 3px solid #FFF;
    color: #FFF;
    margin-top: 18px;
    overflow-y: hidden;
    float: left;
}

.feed li:hover {
    text-decoration: underline;
}

.feed li {
    color: #FFF !important;
    list-style: outside none none;
    text-align: left;
    height: 25%;
    line-height: 24px;
    float: left;
    margin: 5px 8px auto;
    font-size: 13px;
}

.feed h3 {
    color: #fff;
    margin-left: 8px;
}

.abrir-contato {
    cursor: pointer;
}

ul.ul-menu {
    text-align: center;
    float: right;
    width: 430px;
}

ul.ul-menu li {
    height: 130px;
    list-style: none;
    float: left;
    height: 100%;
    display: block;
    padding: 0 30px;
    color: rgba(255, 255, 255, 0.6);
    float: right;
}

ul.ul-menu li:hover {
    color: #fff;
}

.menu-inicial ul.ul-menu a:last-child li {
    border-radius: 2px;
    height: 30px;
    margin: 28px;
    margin-right: 0px;
    line-height: 28px;
    background: #39ad1f;
    color: #fff;
}

.menu-inicial ul.ul-menu a:last-child li:hover {
    background: #36D711;
}

.menu-after {
    opacity: 1;
}

.menu-after ul.ul-menu {
    width: auto !important;
}

.menu-after ul.ul-menu li {
    line-height: 30px;
    color: #fff;
    float: right;
    padding: 0 10px;
    font-size: 11pt;
}

.menu-contato {
    cursor: pointer;
}
/*------------------------------------
Topo
 -------------------------------------*/

.texto {
    text-align: right;
    color: #fff;
    display: none;
    width: 100%;
}

.texto * {
    color: #fff;
    letter-spacing: 2px;
}

.box-topo {
    background:#FF5426;
    background-size: cover;
    margin: 0px;
    z-index: 888;
    position: fixed;
    background-size: cover;
}

.topo {
    height: 100%;
}

.el-principal {
    height: 90px;
    position: relative;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    margin: 0 auto;
}

.topofixo {
    max-height: 100px !important;
}

.top {
    width: 100%;
    height: 50px;
    background: #24acd9;
}

.espaco-seguro {
    height: 110px;
}

.header {
    display: none;
}

.cidade {
    float: right;
    color: #fff;
    margin-top: 2px;
}

.link-cadastro {
    display: none;
}

#pesquisa {
    width: 700px;
    height: 50px;
    font-size: 14pt;
    padding: 0 15px;
    color: #4c4c4c;
    float: left;
    margin: 10px 0 0px;
    border-radius: 5px 0 0 5px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

.lupa:hover {
    background: #f7f7f7;
    background-position: center;
    cursor: pointer;
}

.lupa {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    background: #fff;
    background-position: center;
    float: right;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}

.lupa-icon {
    float: left;
    position: absolute;
    top: 22px;
    right: 17px;
}

.pesquisa {
    height: 90px;
    width: 750px;
    float: right;
    overflow: hidden;
    position: relative;
    padding: 0 5px;
    border-radius: 3px;
}

.blue {
    color: #0067F7;
    font-weight: normal;
}
/*------------------------------------
Cadastro
 -------------------------------------*/

table {
    width: 330px;
    background: #fff;
    /* Old browsers */
    
    border-radius: 3px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

table tr td {
    text-align: center;
    height: 100px;
    background: #ffffff;
    /* Old browsers */
}

table tr:first-child td p {
    font-weight: normal;
    color: #fff;
}

.tb-completo table tr td {
    color: #538BE6;
}

.tb-basico table tr td {
    color: #6ABA58;
}

table + a div {
    margin: 50px auto;
    height: 40px;
    border-radius: 3px;
    background: #6ABA58;
    width: 90%;
    text-align: center;
    line-height: 40px;
    border: 1px solid #ababab;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    color: #fff !important;
}

table + div a {
    color: #fff !important;
}

.tb-basico table + a div {
    background: #39ad1f;
    color: #fff;
}

.tb-basico table + a div:hover {
    color: #1E6308 !important;
}

.tb-completo table + a div {
    background: #538BE6;
    color: #fff !important;
}

.tb-completo table + a div:hover {
    color: #2256AA !important;
}

table tr:first-child td {
    background: #4ad585;
    border-radius: 3px 3px 0 0;
    height: 210px;
    font-weight: bold;
    font-size: 14pt;
    color: #fff !important;
    position: relative;
}

.tb-completo table tr:first-child td {
    background: #538be6;
    /* Old browsers */
}

table tr:first-child td img {
    margin-bottom: -30px;
    margin-top: 20px;
}

table tr:last-child td {
    font-size: 18pt;
    border-radius: 0 0 3px 3px;
    height: 70px;
}

.tb-basico {
    float: left;
}

.tb-completo {
    float: right;
}
/*------------------------------------
Free
 -------------------------------------*/

.titulo-expandido {
    width: 100%;
    background: url(../img/capa_basico.png) #4ad585;
    /* Old browsers */
    
    border-radius: 3px;
    background-size: auto 100%;
    font-weight: bold;
    font-size: 14pt;
    color: #fff !important;
    text-align: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.titulo-expandido img {
    margin-bottom: -30px;
    margin-top: 20px;
}

.titulo-expandido p {
    font-weight: normal;
    color: #fff;
}

.form-cadastro{
    width: 65%;
    float: left;
}

#form-free {
    position: relative;
    text-align: center;
}

#form-free input,
#form-free select {
    width: 100%;
    height: 40px;
    border-radius: 2px;
    margin: 10px auto;
    font-size: 12pt;
    padding-left: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

#form-free textarea {
    width: 100%;
    height: 100px;
    border-radius: 2px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    margin: 10px auto;
    font-size: 12pt;
    padding-left: 5px;
    resize: none;
}

#form-free input[type="file"] {
    float: right;
    width: 70%;
    cursor: pointer;
    margin-top: 50px;
    box-shadow: none !important;
}

.link-completo {
    width: 100%;
    background: url(../img/capa_completo.png) #538BE6;
    /* Old browsers */
    
    border-radius: 3px;
    background-size: auto 100%;
    font-weight: bold;
    font-size: 13pt;
    color: #fff !important;
    text-align: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.link-completo img {
    margin-bottom: -40px;
}

.link-completo p {
    font-weight: normal;
    color: #fff;
}

#form-free input[type="submit"] {
    color: #fff !important;
    width: 50%;
    margin-top: 40px;
    cursor: pointer;
    line-height: 40px !important;
    padding: 0px;
    display: inline !important;
}

#form-free input[type="submit"]:hover {
    color: #1B7A18 !important;
}

#form-free input[type="file"] {
    border: none;
}

#form-free .half:nth-child(even) input {
    width: 48%;
    float: right;
    margin-right: -5px;
}

#form-free .half:nth-child(odd) input {
    width: 48%;
    float: left;
}

.previa {
    width: 150px;
    height: 150px;
    float: left;
    overflow: hidden;
    border-radius: 50%;
}

.input-buy {
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    float: left;
    width: 45%;
    position: relative;
    border-radius: 2px;
    background: #fff;
    overflow: hidden;
    margin-top: 40px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.input-buy>img {
    z-index: 666;
    opacity: 0.4;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
}
.but-pagar{
    
    padding: 10px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    background: #4ad585;
    color: #fff;
    cursor: pointer;
    
}
#form-free .input-buy:nth-child(odd) {
    float: right;
}

#form-free input[type="radio"] {
    position: absolute;
    opacity: 0;
}

#form-free input[type="radio"]:checked + img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
}

.form-pedir {
    width: 100%;
    text-align: left;
    margin-top: 80px;
}

.form-pedir input {
    height: 35px;
    width: 70%;
    border-radius: 3px;
    padding: 5px;
    border: solid 1px #a2a2a2;
}

.form-pedir input[type="submit"] {
    cursor: pointer;
    opacity: 0.8;
    width: 120px;
    height: 45px;
    background: #FF5426;
    border: solid 1px #fafafa;
    color: #fff;
}

.form-pedir input[type="submit"]:hover {
    opacity: 1;
}
/*------------------------------------
Sobre
 -------------------------------------*/

.circ-gd {
    width: 130px;
    height: 130px;
    background: red;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    background: #ecebeb;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #ecebeb 0%, #fff 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ecebeb), color-stop(100%, #fff));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #ecebeb 0%, #fff 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #ecebeb 0%, #fff 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #ecebeb 0%, #fff 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #ecebeb 0%, #fff 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ecebeb', endColorstr='#fff', GradientType=0);
    /* IE6-9 */
    
    box-shadow: 1px 1px 1px 1px #c5c5c5;
}

.linha-ponto {
    height: 120px;
    width: 1px;
    border-left: 2px dotted #FF5426;
    margin: 0 auto;
}

.circ-gd img,
.circ-aki img,
.circ-ico img {
    margin-top: 27%;
}

.circ-aki {
    width: 230px;
    height: 230px;
    background: red;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    background: #ecebeb;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #ecebeb 0%, #fff 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ecebeb), color-stop(100%, #fff));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #ecebeb 0%, #fff 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #ecebeb 0%, #fff 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #ecebeb 0%, #fff 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #ecebeb 0%, #fff 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ecebeb', endColorstr='#fff', GradientType=0);
    /* IE6-9 */
    
    box-shadow: 1px 1px 1px 1px #c5c5c5;
}

.circ-aki + p {
    text-align: center;
}

.tiles {
    position: relative;
    text-align: center;
}

.tile-sobre {
    width: 100%;
    height: 450px;
    position: relative;
    border-bottom: 1px solid #DEDEDE;
    box-shadow: 0px 20px 25px 1px #F4F4F4;
}

.tile-sobre img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.tile-sobre h2 {
    position: absolute;
    right: 35%;
    width: 40%;
    top: 20%;
    text-align: center;
}

.tile-sobre p {
    position: absolute;
    right: 35%;
    width: 40%;
    top: 45%;
    text-align: left;
    z-index: 5;
}

.tiles > .tile-sobre:nth-child(2),
.tiles > .tile-sobre:nth-child(2) h2 {
    color: #3ccef7;
}

.tiles > .tile-sobre:nth-child(3),
.tiles > .tile-sobre:nth-child(3) h2 {
    color: #e7c63a;
}

.tiles > .tile-sobre:nth-child(4),
.tiles > .tile-sobre:nth-child(4) h2 {
    color: #37da7c;
}

.icones-sobre > .circ-ico:first-child {
    background: #ecebeb;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #30dbfe 0%, #4abdef 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #30dbfe), color-stop(100%, #4abdef));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #30dbfe 0%, #4abdef 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #30dbfe 0%, #4abdef 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #30dbfe 0%, #4abdef 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #30dbfe 0%, #4abdef 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#30dbfe', endColorstr='#4abdef', GradientType=0);
    /* IE6-9 */
}

.icones-sobre > .circ-ico:last-child {
    background: #43c279;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #2bf27f 0%, #43c279 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2bf27f), color-stop(100%, #43c279));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #2bf27f 0%, #43c279 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #2bf27f 0%, #43c279 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #2bf27f 0%, #43c279 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #2bf27f 0%, #43c279 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2bf27f', endColorstr='#43c279', GradientType=0);
    /* IE6-9 */
}

.icones-sobre {
    width: 20%;
    height: 1350px;
    float: left;
    position: absolute;
    left: 0;
    z-index: 555;
    padding-top: 150px;
}

.circ-ico {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    background: #e4b80b;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #e9cf47 0%, #e4b80b 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9cf47), color-stop(100%, #e4b80b));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #e9cf47 0%, #e4b80b 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #e9cf47 0%, #e4b80b 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #e9cf47 0%, #e4b80b 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #e9cf47 0%, #e4b80b 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e9cf47', endColorstr='#e4b80b', GradientType=0);
    /* IE6-9 */
}

.circ-ico + .linha-ponto {
    height: 300px;
    border-color: #646464;
}
/*------------------------------------
contato
 -------------------------------------*/

.sugerir {
    width: 100%;
    height: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#sugerir-cadastro h1,
#sugerir-cadastro input {
    margin: 0 auto !important;
}

#sugerir-cadastro .nome {
    width: 70% !important;
}

#sugerir-cadastro .enviar2 {
    width: 25% !important;
    display: block;
    margin-bottom: 40px;
}

input:invalid:after {
    content: '*';
    color: red;
}

.conteudo-contato {
    width: 1024px;
    float: none;
    text-align: center;
    color: #333 !important;
    position: relative;
    margin-top: -40px;
}

.conteudo-contato h1 {
    color: #333;
}

.info-contatos {
    width: 50%;
    float: left;
    text-align: center;
    color: #333;
}

.envio-email input,
.envio-email textarea {
    width: 99%;
    height: 50px;
    float: none;
    margin-top: 40px;
    font-size: 14pt;
    padding-left: 1%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 2px
}

.envio-email textarea {
    height: 190px;
    margin-top: 20px;
    resize: none;
}

.fechar-contato {
    color: #333 !important;
    margin-top: 40px;
    display: block;
    float: left;
    line-height: 50px;
}

.nome {
    width: 48% !important;
    float: left!important;
}

.email {
    width: 48% !important;
    float: right !important;
}

.enviar {
    width: 30% !important;
    float: right !important;
    cursor: pointer;
    background: #39AD1F;
    color: #fff !important;
}

.enviar:hover {
    color: #236608 !important;
}
/*------------------------------------
loader
 -------------------------------------*/

.loader:before,
.loader:after,
.loader {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    margin: 8em auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-animation-delay: 0.16s;
    animation-delay: 0.16s;
}

.loader:before {
    left: -3.5em;
}

.loader:after {
    left: 3.5em;
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.branco-g {
    display: none !important
}

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em #FF5426;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #FF5426;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em #FF5426;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #FF5426;
    }
}
.resumocad {
    border: 1px solid #eee;
    display: block;
    border-radius: 3px 0 0 3px;
    padding: 20px;
    width: 300px;
    float: left;
    background: #fff;
    border-right: none;
}

.janelaconclusao {
    float: left;
    border: 1px solid #eee;
    border-radius: 0px 3px 3px 3px;
    padding: 20px 40px;
    background: #fff;
    width: 600px;
    text-align: center;
}
