/* ENTRADA */
section { padding: 0px; position: relative; width: 100%; height: auto; }

/*BANNER*/
.entrada { width: 100%; height: auto; min-height: 660px; position: relative; overflow: hidden; }
.entrada .recepcao { width: 100%; height: auto; position: relative; text-align: left; padding-top: 150px; }
.entrada .recepcao .conteudos { width: 550px; display: inline-block; vertical-align: top; text-align: left; height: auto; margin: 0px; padding: 80px 0px 60px 0;  -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; -webkit-transition: all 0.7s ease; transition: all 0.7s ease; }
.entrada .recepcao .conteudos .chamada { width: 100%; height: auto; position: relative; color: var(--cor-texto); padding-bottom: 20px; font-weight: 800; letter-spacing: -1px; font-size: 38px; font-family: var(--fonte-padrao); line-height: 38px; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; -webkit-transition: all 0.7s ease; transition: all 0.7s ease; }
.entrada .recepcao .conteudos .introducao { width: 100%; height: auto; position: relative; color: var(--cor-texto); padding-bottom: 0px; font-weight: 500; letter-spacing: 0px; font-size: 22px; font-family: var(--fonte-padrao); line-height: 28px; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; -webkit-transition: all 0.7s ease; transition: all 0.7s ease; }
.entrada .recepcao .conteudos .beneficios { width: 100%; height: auto; position: relative; color: var(--cor-texto); padding-bottom: 0px; font-weight: 500; letter-spacing: 0px; font-size: 15px; font-family: var(--fonte-padrao); line-height: 22px; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; -webkit-transition: all 0.7s ease; transition: all 0.7s ease; }

.entrada .recepcao .conteudos .beneficios ul { width: 100%; height: auto; position: relative; list-style-type: none; }
.entrada .recepcao .conteudos .beneficios ul li { width: 100%; height: auto; position: relative; padding: 5px 0px; font-weight: 500; color: var(--cor-texto); font-size: 15px; font-family: var(--fonte-padrao); line-height: 20px; border-bottom: 1px solid #f4f6f8; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.entrada .recepcao .conteudos .beneficios ul li i { color: var(--cor-principal); font-size: 16px; line-height: 20px; padding-right: 15px; vertical-align: top; display: inline-block; }
.entrada .recepcao .conteudos .beneficios ul li:last-child { border-bottom: none; }
.entrada .recepcao .conteudos .beneficios ul li:hover { opacity: 0.6; }
.entrada .recepcao .conteudos .beneficios ul li:hover i { padding-right: 20px; padding-left: 5px; }

.entrada .recepcao .conteudos .botoes { width: 100%; height: auto; position: relative; text-align: left; padding: 30px 0px 30px 0px; }
.entrada .recepcao .conteudos .botoes .botao1,
.entrada .recepcao .conteudos .botoes .botao2 { width: auto; height: auto; position: relative; display: inline-block; vertical-align: top; color: #ffffff; background-color: var(--cor-principal); font-weight: 800; font-size: 20px; font-family: var(--fonte-padrao); padding: 12px 30px 12px 30px; -webkit-border-radius: 15px 0px 15px 15px; -moz-border-radius: 15px 0px 15px 15px; border-radius: 15px 0px 15px 15px; margin: 0px 10px 0px 0px;  -moz-transition: all .3 ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; }
.entrada .recepcao .conteudos .botoes .botao2 { color: var(--cor-texto); background-color: #ffffff; box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; }
.entrada .recepcao .conteudos .botoes .botao1 i { font-size: 20px; color: var(--cor-secundaria); padding: 0px 0px 0px 20px; line-height: 34px; }
.entrada .recepcao .conteudos .botoes .botao1:hover, .entrada .recepcao .conteudos .botoes .botao2:hover { padding: 12px 40px 12px 40px; }
.entrada .recepcao .avatar { width: 600px; height: 494px; z-index: 110; margin: 15px 0px 0px 0px; position: absolute; right: 0px; overflow: hidden; text-align: center; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; -webkit-transition: all 0.7s ease; transition: all 0.7s ease; }
.entrada .recepcao .avatar img { border-radius: 15px 0px 15px 15px; width: auto; height: 494px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; display:  inline-block; vertical-align: bottom; }
.entrada .recepcao:hover .avatar { margin-right: -30px; }
.entrada .recepcao:hover .conteudos .chamada { padding-bottom: 20px; }
.entrada .recepcao:hover .conteudos { padding-top: 60px; }

.float-card { background-color: #e2e4e6; padding: 15px 24px; border-radius: 15px 0px 15px 15px; display: flex; align-items: center; gap: 20px; right: 27%; max-width: 250px; top: 45%; position: absolute; z-index: 1000; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); animation: floating 3s ease-in-out infinite; }
.float-card::after { content: ''; position: absolute; z-index: -1; bottom: -8px;  left: 20px; right: 20px; height: 100%; background: #e2e4e6; border-radius: 15px 0px 15px 15px; opacity: 0.8; }
.icon-container { flex-shrink: 0; width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; }
.whatsapp-icon { width: 100%; height: 100%; fill: #25D366;  }
.text-content { display: flex; flex-direction: column; gap: 4px; }
.cursor.finished::after { display: none; }
.cursor::after { content: '|'; animation: blink 1s step-start infinite; color: #111827; }
.text-content p { margin: 0; color: var(--cor-primaria); font-size: 13px; line-height: 1.4; font-weight: 500; white-space: pre-wrap; }
.highlight { font-weight: 600; }

@keyframes floating {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-12px);  }
    100% { transform: translateY(0px); }
}
@keyframes blink {
    50% { opacity: 0; }
}

/*CONEXÃO*/
.conexao { width: 100%; height: auto; position: relative; text-align: left; display: block; padding: 75px 0px 30px 0px; }
.conexao .titulo_vantagens { width: 100%; font-weight: 800; height: auto; font-size: 28px; text-align: center; letter-spacing: -1px; }
.conexao .sobre_vantagens { width: 100%; font-weight: 500; height: auto; font-size: 18px; text-align: center; padding-top: 10px; }
.conexao .numeros { width: 100%; height: auto; position: relative; z-index: 10; text-align: center; display: inline-block; vertical-align: top;  -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; padding: 70px 0px 0px 0px; }
.conexao .numeros ol { width: auto; position: relative; text-align: center; height: auto; display: inline-block; vertical-align: top; }
.conexao .numeros ol li { width: 220px; height: auto; position: relative; margin: 15px 10px 25px 10px; padding: 0px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; display: inline-block; vertical-align: top; }
.conexao .numeros ol li .avatar { width: 50px; height: 50px; margin: 0px; position: relative; overflow: hidden; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.conexao .numeros ol li .avatar img { width: 100%; height: auto; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.conexao .numeros ol li .avatar i { font-size: 24px; width: 50px; height: 50px; text-align: center; border-radius: 15px 0px 15px 15px; background-color: rgba(5, 150, 105, 0.1); display: block; line-height:50px; color: var(--cor-secundaria); }
.conexao .numeros ol li .qual_beneficio { width: 100%; height: auto; line-height: 20px;position: relative; margin: 10px 0px 0px 0px; padding: 10px 0px; color: var(--cor-texto); font-size: 18px; font-weight: 700; font-family: var(--fonte-padrao); -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; text-align: left; letter-spacing: -1px; display: inline-block; vertical-align: top; }
.conexao .numeros ol li p { width: 100%; font-weight: 400; height: auto; font-size: 13px; border-top: 1px solid #f4f6f8; text-align: left; line-height: 18px; letter-spacing: 0px; padding: 0px 0px 12px 0px; }
.conexao .numeros ol li:hover { margin: 5px 10px 35px 10px; }

/*ENDEREÇOS*/
.enderecos { width: 100%; height: auto; position: relative; text-align: center; display: block; padding: 75px 0px 30px 0px; }
.enderecos .titulo_enderecos { width: 100%; font-weight: 800; height: auto; font-size: 28px; text-align: center; letter-spacing: -1px; }
.enderecos .sobre_enderecos { width: 100%; font-weight: 500; height: auto; font-size: 18px; text-align: center; padding-top: 10px; display: inline-block; vertical-align: top; }
.enderecos .complemento_enderecos { width: 100%; height: auto; text-align: center; padding-top: 10px; display: inline-block; vertical-align: top; }

.enderecos .complemento_enderecos ul { width: 100%; height: auto; position: relative; list-style-type: none; padding: 15px 0px; }
.enderecos .complemento_enderecos ul li { width: auto; height: auto; position: relative; padding: 5px 10px; font-weight: 500; color: var(--cor-texto); font-size: 13px; font-family: var(--fonte-padrao); line-height: 20px;  border-radius: 10px 0px 10px 10px; background-color: rgba(5, 150, 105, 0.1); -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; display:inline-block; margin:5px; }
.enderecos .complemento_enderecos ul li i { color: var(--cor-principal); font-size: 12px; line-height: 20px; padding-right: 8px; vertical-align: top; display: inline-block; }
.enderecos .complemento_enderecos ul li:last-child { border-bottom: none; }
.enderecos .complemento_enderecos ul li:hover { opacity: 0.6; }

.enderecos .locais { width: 100%; height: auto; position: relative; z-index: 10; text-align: center; display: inline-block; vertical-align: top;  -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; padding: 30px 0px 0px 0px; }
.enderecos .locais ol { width: auto; position: relative; text-align: center; height: auto; display: inline-block; vertical-align: top; }
.enderecos .locais ol li { width: 335px; height: auto; min-height: 100px; background-color: #ffffff; position: relative; margin: 15px 15px 25px 15px; padding: 0px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px; text-align: left; display: inline-block; vertical-align: top; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; overflow: hidden; }
.enderecos .locais ol li:hover { box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px; }
.enderecos .locais ol li .avatar { width: 100px; height: 100px; border-right: 2px dotted #ccc; margin: 0px 15px 0px 0px; position: relative; overflow: hidden; float: left; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.enderecos .locais ol li .avatar img { width: auto; max-width: 85%; max-height: 85%; height: auto; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;  top: 50%; left: 50%; transform: translate(-50%, -50%); position: absolute; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; overflow: hidden; }
.enderecos .locais ol li .avatar i { line-height: 100px; width: 100%; text-align: center; color: #4c555b; font-size: 42px; opacity: 0.3; }
.enderecos .locais ol li .bairro_local { width: 100%; height: auto; position: relative; line-height: 20px; color: var(--cor-texto); font-size: 16px; font-weight: 700; font-family: var(--fonte-padrao); padding: 27px 0px 0px 0px; }
.enderecos .locais ol li p { width: 100%; font-weight: 400; height: auto; font-size: 12px; text-align: left; line-height: 16px; letter-spacing: 0px; padding: 0px 0px 12px 0px; }
.enderecos .locais ol li:hover { background-color: #ffffff; margin: 5px 15px 35px 15px; }
.enderecos .acoes { width: 100%; height: auto; position: relative; text-align: center; padding: 30px 0px 30px 0px; }
.enderecos .acoes .botao1 { width: auto; height: auto; position: relative; display: inline-block; vertical-align: top; color: #ffffff; background-color: var(--cor-principal); font-weight: 600; font-size: 18px; font-family: var(--fonte-padrao); padding: 12px 30px 12px 30px; -webkit-border-radius: 15px 0px 15px 15px; -moz-border-radius: 15px 0px 15px 15px; border-radius: 15px 0px 15px 15px; margin: 0px 10px 0px 0px;  -moz-transition: all .3 ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; }
.enderecos .acoes .botao1 i { font-size: 18px; color: var(--cor-secundaria); padding: 0px 0px 0px 20px; line-height: 34px; }
.enderecos .acoes .botao1:hover { padding: 12px 40px 12px 40px; }

/*DEPOIMENTOS*/
.depoimentos { width: 100%; height: auto; position: relative; z-index: 2; margin: 0px; padding-top: 60px; }
.depoimentos ul { width: 100%; height: auto; position: relative; list-style-type: none; text-align: center; }
.depoimentos ul li { width: 350px; height: 400px; position: relative; text-align: center; display: inline-block; vertical-align: top; margin: 10px 40px; background-color: #ffffff; -webkit-border-radius: 7px; -moz-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.depoimentos ul li .avatar { width: 60px; height: 60px; margin: 20px 0px 0px -33px; position: absolute; overflow: hidden; display: inline-block; vertical-align: top; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.depoimentos ul li .avatar img { width: 100%; height: auto; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.depoimentos ul li:hover .avatar {  margin: 20px 0px 0px -28px; box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; }
.depoimentos ul li:hover .depoimento { padding: 20px 35px 20px 45px; }
.depoimentos ul li:hover { margin: 2px 40px 18px 40px; box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; }
.depoimentos ul li .depoimento { width: -moz-calc(100% - 80px); width: -webkit-calc(100% - 80px); width: -o-calc(100% - 80px); width: calc(100% - 80px); height: auto; position: relative; display: inline-block; vertical-align: top; margin: 20px 0px 0px 0px; padding: 20px 30px 20px 50px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.depoimentos ul li .depoimento .autor { width: 100%; padding: 0px 0px 20px 0px; height: auto; color: var(--cor-texto); font-family: var(--fonte-padrao); text-align: left; font-size: 12px; }
.depoimentos ul li .depoimento .intro { width: 100%; padding: 0px 0px 20px 0px; height: auto; color: var(--cor-texto); font-family: var(--fonte-padrao); text-align: left; font-size: 20px; font-weight: 700; line-height: 24px; }
.depoimentos ul li .depoimento p { width: 100%; padding: 0px; height: auto; color: var(--cor-texto); text-align: left; font-size: 12px; line-height: 18px; }
.depoimentos ul li .depoimento .quando { width: 100%; padding: 15px 0px 10px 0px; height: auto; color: #c7c7c7; text-align: left; font-size: 12px; line-height: 20px; }
.depoimentos ul li .depoimento .quando i { font-size: 14px; padding-right: 10px; line-height: 20px; color: var(--cor-principal); }

/*COMPLEMENTO*/
.complemento { width: 100%; height: auto; position: relative; overflow: hidden; text-align: left; padding: 50px 0px 100px 0px; }
.complemento .sobre_facilidade { width: 500px; height: auto; position: relative; text-align: left; display: inline-block; padding: 20px 100px 30px 0px; vertical-align: top; }
.complemento .sobre_facilidade .tag { width: 100%; font-weight: 600; height: auto; font-size: 18px; padding-top: 10px; text-align: left; padding-top: 10px; display: inline-block; vertical-align: top; color: var(--cor-secundaria); }
.complemento .sobre_facilidade .chamada { width: 100%; font-weight: 800; height: auto; font-size: 28px; line-height: 34px; text-align: left; letter-spacing: -1px; }
.complemento .sobre_facilidade .introducao { width: 100%; font-weight: 500; height: auto; font-size: 18px; text-align: left; padding-top: 20px; display: inline-block; vertical-align: top; }
.complemento .sobre_facilidade .acoes { width: 100%; height: auto; position: relative; text-align: left; padding: 20px 0px; }
.complemento .sobre_facilidade .acoes .botao1 { width: auto; height: auto; position: relative; display: inline-block; vertical-align: top; color: #ffffff; background-color: var(--cor-principal); font-weight: 600; font-size: 18px; font-family: var(--fonte-padrao); padding: 12px 30px 12px 30px; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px; margin: 0px 10px 0px 0px;  -moz-transition: all .3 ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; }
.complemento .sobre_facilidade .acoes .botao1 i { font-size: 18px; color: var(--cor-secundaria); padding: 0px 0px 0px 20px; line-height: 34px; }
.complemento .sobre_facilidade .acoes .botao1:hover { padding: 12px 40px 12px 40px; }
.complemento .checks { width: 430px; background-color: #fafafa; display: inline-block; vertical-align: top; text-align: left; height: auto; margin: 0px; padding: 15px 25px; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;  -webkit-border-radius: 15px; -moz-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.complemento .checks ul { width: 100%; height: auto; position: relative; list-style-type: none; }
.complemento .checks ul li { width: 94%; height: auto; position: relative; padding: 10px 3%; font-weight: 300; color: var(--cor-texto); font-size: 16px; font-family: var(--fonte-padrao); line-height: 30px; border-bottom: 1px solid #f4f6f8; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.complemento .checks ul li i { color: var(--cor-principal); font-size: 20px; line-height: 30px; padding-right: 15px; vertical-align: top; display: inline-block; }
.complemento .checks ul li:last-child { border-bottom: none; }
.complemento .checks ul li:hover { opacity: 0.6; }
.complemento .checks ul li:hover i { padding-right: 20px; padding-left: 5px; }

.faq { width:100%; height: auto; margin: 10px 0px 30px 0px; position: relative; clear: both; display: inline-block; }
.faq ul { width: 100%; height: auto; position: relative; clear: both; margin: 0px 0px 20px 0px; list-style: none; text-align: center; }
.faq ul li { cursor: pointer; padding: 15px; margin-bottom: 5px; overflow: hidden; width: calc(100% - 30px); background: #ffffff; height: auto; position: relative; clear: both; }
.faq ul li .dc { width: 100%; height: auto; text-align: left; color: var(--cor-texto); font-size: 18px; font-family: var(--fonte-padrao); font-weight: 700; line-height: 22px; }
.faq ul li .dc i { float: right; color: var(--cor-texto); font-size: 14px; line-height: 22px; visibility: hidden; opacity: 0; -moz-transition: visibility 0s, opacity 0.5s linear; -o-transition: visibility 0s, opacity 0.5s linear; -webkit-transition: visibility 0s, opacity 0.5s linear; transition: visibility 0s, opacity 0.5s linear; }
.faq ul li .resposta { width: 100%; height: auto; padding: 5px 0px 10px 0px; font-family: var(--fonte-padrao); color: var(--cor-texto); font-size: 14px; font-weight: 400; text-align: left; margin: 0px 0px 5px 0px; }
.faq ul li .resposta img { float: left; width: auto; max-width: 300px; padding: 0px 20px 0px 0px; }
.faq ul li:hover i { visibility: visible; opacity: 1; }
.faq .faq_titulo { padding: 15px 20px; background-color: #eaeaea; cursor: pointer; width: -moz-calc(100% - 40px); width: -webkit-calc(100% - 40px); width: -o-calc(100% - 40px); width: calc(100% - 40px); height: auto; position: relative; font-family: var(--fonte-padrao); color: var(--cor-primaria); margin: 10px 0px; font-size: 18px; line-height: 18px; font-weight: 700; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-border-radius: 15px 0px 15px 15px; -moz-border-radius: 15px 0px 15px 15px; -o-border-radius: 15px 0px 15px 15px; border-radius: 15px 0px 15px 15px; }
.faq .faq_titulo:hover, .faq .faq_titulo.ativo { padding: 15px 10px 15px 30px; }
.faq .faq_titulo i { float: right; width: 20px; color: var(--cor-secundaria); font-size: 14px; line-height: 22px; text-align: center; }

/*FUNCIONALIDADES*/
.funcionalidades { width: 100%; height: auto; position: relative; z-index: 2; margin: 0px; padding: 40px 0px; }
.funcionalidades ul { width: 100%; height: auto; position: relative; list-style-type: none; text-align: center; }
.funcionalidades ul li { width: 100%; height: auto; position: relative; text-align: center; display: inline-block; vertical-align: top; margin: 30px 0px; clear: both; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.funcionalidades ul li .avatar { width: 570px; height: 500px; position: relative; overflow: hidden; -webkit-border-radius: 15px 0px 15px 15px; -moz-border-radius: 15px 0px 15px 15px; -o-border-radius: 15px 0px 15px 15px; border-radius: 15px 0px 15px 15px; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; -webkit-transition: all 0.7s ease; transition: all 0.7s ease; }
.funcionalidades ul li .avatar img { width: 100%; height: auto; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.funcionalidades ul li .detalhes { width: -moz-calc(100% - 670px); width: -webkit-calc(100% - 670px); width: -o-calc(100% - 670px); width: calc(100% - 670px); height: auto; position: relative; display: inline-block; vertical-align: top; margin: 0px; padding: 50px 0px; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; -webkit-transition: all 0.7s ease; transition: all 0.7s ease; }
.funcionalidades ul li .detalhes .intro { width: 100%; padding: 0px 0px 20px 0px; letter-spacing: -1px; height: auto; color: var(--cor-texto); font-family: var(--fonte-padrao); text-align: left; font-size: 28px; font-weight: 800; line-height: 30px; }
.funcionalidades ul li .detalhes p { width: 100%; padding: 0px; height: auto; color: var(--cor-texto); text-align: left; font-size: 13px; line-height: 22px; }
.funcionalidades ul li .locais { width: 100%; height: auto; position: relative; z-index: 10; text-align: center; display: inline-block; vertical-align: top;  -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; padding: 10px 0px 0px 0px; }
.funcionalidades ul li .locais ol { width: auto; position: relative; text-align: center; height: auto; display: inline-block; vertical-align: top; }
.funcionalidades ul li .locais ol li { width: 100%; height: auto; position: relative; margin: 10px 0px; padding: 0px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;text-align: left; display: inline-block; vertical-align: top; overflow: hidden; }
.funcionalidades ul li .locais ol li .ico { width: 50px; height: 50px; margin: 0px 15px 20px 0px; position: relative; overflow: hidden; float: left; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; border-radius: 15px 0px 15px 15px; background-color: rgba(5, 150, 105, 0.1); text-align: center; font-size: 24px; font-weight: 800; line-height:50px; color: var(--cor-secundaria); }
.funcionalidades ul li .locais ol li:hover .ico { margin: 0px 10px 20px 5px; }
.funcionalidades ul li .locais ol li .titulo_funcionalidade { width: 100%; height: auto; position: relative; line-height: 20px; color: var(--cor-texto); font-size: 16px; font-weight: 700; font-family: var(--fonte-padrao); padding: 0px; }
.funcionalidades ul li .locais ol li p { width: 100%; font-weight: 400; height: auto; font-size: 12px; text-align: left; line-height: 16px; letter-spacing: 0px; padding: 0px 0px 12px 0px; }
.funcionalidades ul li:nth-child(even) .avatar { float: left; margin: 0px 45px 0px 0px; }
.funcionalidades ul li:nth-child(even):hover .avatar { margin: 0px 45px 0px 20px; }
.funcionalidades ul li:nth-child(odd) .avatar { float: right; margin: 0px 0px 0px 45px; }
.funcionalidades ul li:nth-child(odd):hover .avatar { margin: 0px 20px 0px 45px; }
.funcionalidades ul li:hover .detalhes { padding: 50px 0px 50px 35px; }

/*BLOG*/
.blog { width: 100%; height: auto; position: relative; clear: both; padding: 60px 0px 40px 0px; text-align: center; }
.blog ul { width: 100%; height: auto; position: relative; clear: both; text-decoration: center; }
.blog ul li { margin: 30px 20px 20px 20px; text-align: left; width: 325px; }
.blog ul li .avatar, .blog ul li .avatar img { width: 325px; height: auto; }
.blog ul li:hover { margin: 22px 20px 8px 20px; }

@media screen and (max-width: 1100px) {
	section { padding: 70px 0px 0px 0px; }

    .faq { width:94%; margin: 30px 3%; }

	.entrada .recepcao { width: 94%; padding: 20px 3% 0px 3%; }
	.entrada .recepcao .conteudos,
	.entrada .recepcao:hover .conteudos { width: 100%; text-align: center; padding: 0px; }
	.entrada .recepcao .conteudos .chamada,
	.entrada .recepcao:hover .conteudos .chamada { padding-bottom: 30px; font-size: 32px; border-top: 1px solid rgba(255,255,255,0.3); padding-top: 25px; line-height: 30px; }
	.entrada .recepcao .conteudos .checks li i { color: white; font-size: 20px; padding-right: 10px; }
	.entrada .recepcao .conteudos .checks li:hover { opacity: 0.6 }
	.entrada .recepcao .conteudos .botoes { text-align: center; }
	.entrada .recepcao .avatar,
	.entrada .recepcao:hover .avatar { width: 100%; height: 250px; margin: 20px 0px 0px 0px; position: relative; right: inherit; }
	.entrada .recepcao .avatar img { height: 250px; }
	.entrada .recepcao .avatar:hover { margin-right: 0px; }

	/*CONEXÃO*/
	.conexao { width: 94%; text-align: center; display: block; padding: 0px 3% 25px 3%; }
	.conexao .numeros { width: 100%; margin-left: 0px; padding-top: 0px; height: auto; position: relative; z-index: 10; text-align: center; }
	.conexao .numeros ol { width: 100%; }
	.conexao .numeros ol li, .conexao .numeros ol li:hover { width: -moz-calc(100% - 30px); width: -webkit-calc(100% - 30px); width: -o-calc(100% - 30px); width: calc(100% - 30px); margin: 5px 5px; padding: 10px; }

	/*FUNCIONALIDADES*/
	.funcionalidades { width: 96%; padding: 40px 2%; }
	.funcionalidades ul li { margin: 20px 0px 0px 0px; }
	.funcionalidades ul li .avatar { width: 94%; height: auto; margin: 0px 2% 15px 2%; }
	.funcionalidades ul li .avatar img { width: auto; max-width: 100%; }
	.funcionalidades ul li .detalhes { width: 100%; padding: 0px 0px 30px 0px; }
	.funcionalidades ul li .detalhes .intro, .funcionalidades ul li .detalhes p { text-align: center; }
	.funcionalidades ul li:nth-child(even) .avatar, .funcionalidades ul li:nth-child(even):hover .avatar, .funcionalidades ul li:nth-child(odd) .avatar, .funcionalidades ul li:nth-child(odd):hover .avatar { margin: 0px 2% 15px 2%; float: none; display: inline-block; vertical-align: top; position: relative; }	
	.funcionalidades ul li:hover .detalhes { padding: 0px 0px 30px 0px; }

	/*COMPLEMENTO*/
	.complemento { width: 94%; padding: 0px 3% 0px 3%; }
	.complemento .espaco { width: 100%; height: auto; position: relative; text-align: center; }
	.complemento .espaco .conteudos { width: 94%; display: inline-block; vertical-align: top; text-align: center; padding: 0px 2% 30px 2%; }
	.complemento .espaco .conteudos .chamada { width: 100%; height: auto; padding-bottom: 30px; font-size: 22px; line-height: 26px; }
	.complemento .espaco .conteudos .checks { width: 100%; height: auto; position: relative; }
	.complemento .espaco .conteudos .checks li { font-size: 16px; margin: 5px 0px; }
	.complemento .espaco .conteudos .checks li i { font-size: 14px; padding-right: 10px; }
	.complemento .espaco .conteudos .checks li:hover { opacity: 0.6; }
	.complemento .espaco .conteudos .checks li:hover i { padding-right: 20px; padding-left: 5px; }
	.complemento .espaco .avatar { width: 100%; height: auto; margin: 25px 0px; }
	.complemento .espaco:hover .avatar { margin-top: 25px; }

	/*DEPOIMENTOS*/
	.depoimentos { width: 100%; height: auto; position: relative; z-index: 2; background: url(../imagens/aspas.png) no-repeat left 20px; text-align: center; margin: 10px 0px 40px 0px; }
	.depoimentos ul { width: 100%; height: auto; position: relative; list-style-type: none; text-align: center; }
	.depoimentos ul li { width: 350px; height: auto; position: relative; background: transparent !important; text-align: center; display: inline-block; vertical-align: top; margin: 0px 5px; }
	.depoimentos ul li .avatar { width: 180px; height: 180px; margin: 15px 0px 0px 0px; position: relative; overflow: hidden; display: inline-block; vertical-align: top; }
	.depoimentos ul li .avatar img { width: 180px; height: 180px; }
	.depoimentos ul li .depoimento { width: 94%; margin-top: 20px; margin-left: 3%; margin-right: 3%; padding: 0px 0px 30px 0px; }
	.depoimentos ul li .depoimento .autor { width: 100%; padding: 20px 0px 0px 0px; text-align: center; }
	.depoimentos ul li .depoimento .intro,
	.depoimentos ul li .depoimento .quando { text-align: center; }
	.depoimentos ul li .depoimento p { text-align: center; }
	.depoimentos ul li:hover .avatar {  margin: 15px 0px 0px 0px; box-shadow: rgba(0, 0, 0, 0) 0px 20px 25px -5px, rgba(0, 0, 0, 0) 0px 10px 10px -5px; }
	.depoimentos ul li:hover .depoimento { padding: 0px 0px 30px 0px; }
	.depoimentos ul li:hover { margin: 0px 5px; box-shadow: rgba(0, 0, 0, 0) 0px 20px 25px -5px, rgba(0, 0, 0, 0) 0px 10px 10px -5px; }
	.depoimentos #pager3 { margin-top: 0px; }

	/*BLOG*/
	.blog { width: 96%; padding: 40px 2% 60px 2%; }
	.blog ul li, .blog ul li:hover { text-align: center; margin: 20px }
}