@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*/ Paleta de cores
    Dark(preto): #343a40
    Light(branco): #f8f9fa
    Danger(vermelho): #dc3545
    Success(verde): #28a745
    Primary(azul): #007bff
    Warning(amarelo): #ffc107
/*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    font-size: 62.5%;
    scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
    -moz-scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
    background-color: #f8f9fa;
}

a, a:hover {
    text-decoration: none;
}

/* -- Variáveis -- */
:root {
    --color_prim: #7CAFE2;
    --color_sec0: #007bff;
    --color_sec1: #709ECB;
    --color_sec2: #638cb5;
    --color_dk: #343A40;
    --color_lt: #F8F9FA;
}

/* ---------- Cookies - Aviso das Políticas de Privacidade ---------- */
#div_PolPrivacidade {
    display: flex;
    padding: 10px 20px;
    margin: auto 10px;
    position: fixed;
    bottom: 0;
    z-index: 3;
    font-size: 1.4rem;
    background-color: var(--color_sec1);
    border-radius: 6px 6px 0 0;
}
#div_PolPrivacidade p {
    margin: 0;
}
#div_PolPrivacidade a {
    color: var(--color_lt);
}
#div_PolPrivacidade div {
    margin: auto;
}
#btn_PolPrivacidade {
    font-size: 1.2rem;
}

/* ---------- Nav index landingpage ---------- */
.navbar {
    width: 100%;
    display: flex;
    background-color: #D6E6F6;
}
.navbar .btn_cta { 
    margin-right: 200px;
}
.navbar_container {
    padding-left: 200px;
    padding-right: 200px;
    display: flex;
}
.navbar-nav {
    margin: auto 10px;
}
.navbar-nav a {
    padding: 0;
    margin: 0 10px;
}
.navbar-nav .nav-link {
  	border-bottom: 2px solid transparent;
  	font-size: 1.6rem;
	color: #343a40;
	font-weight: bold;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
	transition: 0.25s;
    border-bottom: 2px solid #007bff;
}
.navbar-nav .nav-link:not(:hover) {
	transition: 0.5s;
	border-bottom: 2px solid transparent;
}
.dropdown_item {
    font-size: 1.6rem;
	color: #343a40;
}

.menu_small {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: end;
    display: none;
    z-index: 2;
}
.menu_small ul {
    list-style-type: none;
}
.menu_small .nav-link {
    font-size: 1.6rem;
	color: #343a40;
	font-weight: bold;
}
.navbar_nav_small {
    background-color: var(--color_lt);
    padding: 10px;
    margin: 0;
    transition: 0.5s ease-in-out;
}
/* ------------------------------- */

/* ----------- Recursos gerais ----------- */

.btn_cta {
    font-size: 1.8rem;
    color: var(--color_lt);
    border: 0 solid transparent;
    padding: 4px 10px;
    border-radius: 30px;
    background: linear-gradient(to top right, #007bff 0%, #7cafe2 100%);
    transition: .5s;
}
.btn_cta:hover {
    color: var(--color_lt);
}
.btn_cta img {
    height: 28px;
    width: 28px;
}
.btn_blank {
    font-size: 1.8rem;
    color: var(--color_dk);
    border: 2px solid var(--color_dk);
    padding: 4px 10px;
    border-radius: 30px;
    background: transparent;
    transition: .5s;
}
.btn_blank:hover {
    color: var(--color_lt);
    background-color: var(--color_dk);
}

.titulo_hero {
    font-size: 4.8rem;
    font-weight: bold;
    color: var(--color_dk);
}
.titulo_cta {
    font-size: 4.8rem;
    color: var(--color_dk);
}
.titulo_conteudo {
    font-size: 2.6rem;
    font-weight: bold;
    color: var(--color_sec1);
}
.subtitulo_conteudo {
    font-size: 2.4rem;
    color: var(--color_dk);
}
.texto_conteudo14 {
    font-size: 1.4rem;
    color: var(--color_dk);
}
.texto_conteudo16 {
    font-size: 1.6rem;
    color: var(--color_dk);
}
.texto_conteudo18 {
    font-size: 1.8rem;
    color: var(--color_dk);
}

.texto_capa_pages {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 5.0rem;
    margin: 0;
    padding: 0;
    color: var(--color_lt);
    opacity: 0;
    animation-name: texto_capa_pages;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
@keyframes texto_capa_pages {
    From { transform: translateY(30px); }
    To { transform: translateY(0); opacity: 1; }
}

/* ------------------------------- */

/* ----------- CAPA (mainpage: index) ----------- */
.capa_hero {
    background-color: white;
}
.capa_container {
    width: 100%;
    height: 90svh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.texto-capa {
    color: var(--color_dk);
    width: 580px;
    opacity: 0;
    animation-name: texto-capa;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
@keyframes texto-capa {
    From { transform: translateX(-30px); }
    To { transform: translateY(0); opacity: 1; }
}
.capa_container img {
    height: 589px;
    height: 589px;
    opacity: 0;
    animation-name: anim_img_hero;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
@keyframes anim_img_hero {
    From { transform: translateX(30px); }
    To { transform: translateY(0); opacity: 1; }
}
.titulo {
    margin: 0px;
    font-size: 4.8rem;
    font-weight: bold;
    color: var(--color_dk);
}
.subtitulo {
    margin: 0px;
    font-size: 2.4rem;
}

#btn_whatsapp {
    position: fixed;
    bottom: 70px;
    right: 20px;
    transition: 1.25s ease-in-out;
    opacity: 0;
    z-index: 1;
}
#border_btn_whatsapp {
    height: 48px;
    border: 3px solid #25D366;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    animation-name: border_btn_whatsapp;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
@keyframes border_btn_whatsapp {
    From { transform: scale(1); opacity: 1; }
    To { transform: scale(1.5); opacity: 0; }
}
/* ------------------------------- */

/* ----------- SECTION: SERVIÇOS ----------- */
#servicos .titulo_conteudo {
    padding: 60px 0 20px 40px;
}
#servicos .subtitulo_conteudo {
    padding: 0 0 20px 40px;
    max-width: 500px;
}
#servicos .card_servicos_container {
    justify-content: center;
}
.card_servicos_container {
    display: flex;
    padding: 0 30px;
    margin-bottom: 40px;
    gap: 20px;
    height: 500px;
}
.card_servicos {
    min-width: 360px;
    height: 100%;
    background-color: white;
    box-shadow: -4px 4px 4px gray;
    -webkit-box-shadow: -4px 4px 4px gray;
    -moz-box-shadow: -4px 4px 4px gray;
    border: 1px solid lightgray;
    border-radius: 10px;
    position: relative;
}
.card_servicos_img {
    width: 100%;
    height: 240px;
    border-radius: 10px 10px 0 0;
}
.card_titulo {
    font-size: 2.0rem;
    font-weight: bold;
    color: var(--color_sec1);
    margin: 20px 10px;
}
.card_subtitulo {
    font-size: 1.6rem;
    color: var(--color_dk);
    margin: 0 10px 30px 10px;
}
.btn_servicos {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    display: block;
    margin-bottom: 10px;
}
.card_anim_sistemas {
    transition: 1s ease-out;
    animation: card_anim_sistemas 1ms ease-in-out forwards;
    animation-timeline: view();
    animation-range: cover 0% cover 40%;
}
@keyframes card_anim_sistemas {
    From { transform: translateY(100px); opacity: 0; }
    To { transform: translateY(0); opacity: 1; }
}
.card_anim_sites {
    transition: 1s ease-out;
    animation: card_anim_sites 1ms ease-in-out forwards;
    animation-timeline: view();
    animation-range: cover 0% cover 40%;
}
@keyframes card_anim_sites {
    From { transform: translateY(180px); opacity: 0; }
    To { transform: translateY(0); opacity: 1; }
}
.card_anim_suporte {
    transition: 1s ease-out;
    animation: card_anim_suporte 1ms ease-in-out forwards;
    animation-timeline: view();
    animation-range: cover 0% cover 40%;
}
@keyframes card_anim_suporte {
    From { transform: translateY(260px); opacity: 0; }
    To { transform: translateY(0); opacity: 1; }
}
/* ------------------------------- */

/* ----------- SECTION: CTA ----------- */

#cta {
    height: 90svh;
    width: 100%;
    background-image: url(imagens/bg-home-cta.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: table;
}
.cta_home_container {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.cta_home_container p {
    width: 506px;
    text-align: center;
    margin: auto auto 40px auto;
}
.cta_home_container button {
    margin: 0 10px;
    width: 200px;
    height: 48px;
}

/* ------------------------------- */

/* ----------- SECTION: DEPOIMENTOS ----------- */

.depoimentos_div {
    width: 100%;
}
.depoimentos {
    background-color: #f4f4f4;
}
.depoimentos_anim1 {
    transition: 1s ease-out;
    animation: depoimentos_anim1 1ms ease-in-out forwards;
    animation-timeline: view();
    animation-range: cover 0% cover 40%;
}
@keyframes depoimentos_anim1 {
    From { transform: translateX(-60px); opacity: 0; }
    To { transform: translateX(0); opacity: 1; }
}
.depoimentos_anim2 {
    transition: 1s ease-out;
    animation: depoimentos_anim2 1ms ease-in-out forwards;
    animation-timeline: view();
    animation-range: cover 0% cover 40%;
}
@keyframes depoimentos_anim2 {
    From { transform: translateX(-80px); opacity: 0; }
    To { transform: translateX(0); opacity: 1; }
}
.depoimentos_anim3 {
    transition: 1s ease-out;
    animation: depoimentos_anim3 1ms ease-in-out forwards;
    animation-timeline: view();
    animation-range: cover 0% cover 40%;
}
@keyframes depoimentos_anim3 {
    From { transform: translateX(-100px); opacity: 0; }
    To { transform: translateX(0); opacity: 1; }
}
.depoimentos_container .titulo_conteudo {
    padding: 60px 0 20px 40px;
    margin: 0;
}
.depoimentos_container .subtitulo_conteudo {
    padding: 0 0 20px 40px;
    width: 400px;
    margin: 0;
}
.card_depoimentos_container {
    margin: 0;
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 20px 40px;
    overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
    scroll-snap-type: x mandatory; /* controla a parada de cada item do scroll */
    scroll-behavior: smooth; /* controla a velocidade do scroll */
}
.card_depoimentos {
    width: 280px;
    background-color: white;
    text-align: center;
    box-shadow: -4px 4px 4px var(--color_prim);
    -webkit-box-shadow: -4px 4px 4px var(--color_prim);
    -moz-box-shadow: -4px 4px 4px var(--color_prim);
    border: 1px solid rgba(124, 175, 226, 0.25);
    border-radius: 10px;
    padding: 20px;
    position: relative;
    scroll-snap-align: center; /* controla a posição de cada item do scroll */
}
.card_depoimentos .card_subtitulo {
    margin: 10px 0;
    width: 220px;
}
.depoimentos_cta {
    text-align: center;
    padding-bottom: 60px;
}

/* ------------------------------- */

/* ----------- SECTION: BLOG ----------- */

.blog {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #343a40;
	font-size: 14px;
    max-width: 980px;
}
.blog_titulo {
    font-size: 38px;
    font-weight: bold;
    color: #709ECB;
}
.posts_recentes {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin: 0 auto;
}
.posts {
	border: 1px solid #343a40;
	border-radius: 6px;
	background-color: #f8f9fa;
	box-shadow: 3px 3px 2px gray;
	position: relative;
}
.posts:nth-child(1) {
	width: 480px;
	height: 480px;
	grid-row: 1/3;
	background-position: top;
	background-size: 80%;
	display: grid;
	grid-template-rows: 280px 200px;
}
.posts:nth-child(1) .img_capa {
	height: 272px;
	max-width: 472px;
	margin-top: 4px;
	border-radius: 6px;
}
.posts:nth-child(1) .div_capa {
	text-align: center;
	padding: 0;
	margin: 0;
}
.posts:nth-child(1) .post_info {
	grid-row: 2/3;
	padding: 0 10px;
}
.posts:nth-child(1) .posts_titulo {
	font-size: 24px;
	font-weight: bold;
	margin: 2px auto;
	height: 64px;
	text-align: center;
}
.posts:nth-child(1) .posts_subtitulo {
	font-size: 16px;
	height: 64px;
	padding: 10px 10px 0 10px;
	text-align: center;
}
.posts:nth-child(n + 2) {
	width: 480px;
	height: 230px;
	background-position: left;
	background-size: 48%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.posts:nth-child(n + 2) .img_capa {
	height: 220px;
	width: 220px;
	border-radius: 6px;
	margin: 4px 0 auto 4px;
}
.posts:nth-child(n + 2) .post_info {
	grid-column: 2/3;
}
.posts:nth-child(n + 2) .posts_titulo {
	font-size: 16px;
	font-weight: bold;
	margin: 2px auto;
	height: 64px;
	padding: 6px;
}
.posts:nth-child(n + 2) .posts_subtitulo {
	font-size: 14px;
	height: 86px;
	padding: 6px;
}
.posts:hover {
	cursor: pointer;
}
.posts_subtitulo {
	font-size: 14px;
	height: 86px;
	padding: 6px;
}
.div_data {
	font-size: 11px;
	display: flex;
	justify-content: space-between;
}
.div_data div:nth-child(1) small {
	margin: 10px 0 0 2px;
	display: block;
}
.tag_categoria {
	text-align: center;
	height: 26px;
	padding: 6px;
	margin: 6px 6px 0 0;
	border-radius: 5px;
}
.div_autor {
	font-size: 10px;
	margin: 2px 0 0 2px;
}
.dados_img_avatar {
	height: 24px;
	width: 24px;
	border: 1px solid #c2c2c2;
	padding: 1px;
	border-radius: 100%;
}

/* ------------------------------- */

/* ----------- RODAPÉ HOMEPAGE ----------- */

.rodape_lp {
    background-color: var(--color_lt);
    padding-top: 60px;
}
.rodape_titulo {
    font-size: 1.6rem;
    margin-bottom: 2px;
    font-weight: bold;
    color: var(--color_dk);
}
.rodape_texto, .rodape_texto a {
    font-size: 1.4rem;
    color: var(--color_dk);
}
.rodape_texto img {
    height: 32px;
    margin-left: 5px;
    margin-bottom: 5px;
}
.btn_redes_sociais img {
    height: 32px;
    margin: 10px;
    transition: .25s ease-in-out;
}
.btn_redes_sociais img:hover {
    transform: scale(1.5);
}

/* ------------------------------- */

/* ----------- PAGE: SISTEMAS ----------- */
.capa_sistemas {
    display: table;
    width: 100%;
    height: 60svh;
    background-image: url('imagens/camada_preta60.png'), url('imagens/bg-sistemas.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.card_pg_sistemas {
    padding: 10px;
    border: 1px solid lightgray;
    border-radius: 5px;
    box-shadow: 3px 3px 3px gray;
}
.sistemas {
    background-color: #f4f4f4;
}
.sistemas .row {
    padding-bottom: 40px;
}
.sistemas_projetos .container {
    padding-top: 40px;
    padding-bottom: 40px;
}
.sistemas_projetos .row {
    padding-bottom: 40px;
}
.card_sistemas {
    font-size: 1.6rem;
    height: 140px;
    width: 140px;
    text-align: center;
}

/* ---------------------- */

/* ----------- PAGE: WEBSITES ----------- */
.capa_websites {
    display: table;
    width: 100%;
    height: 60svh;
    background-image: url('imagens/camada_preta60.png'), url('imagens/bg-websites.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#websites_vantagens {
    padding: 60px 0;
}
.destaque_azul {
    color: #005cbf;
    font-weight: bold;
    font-size: 20px;
}
.tb_websites td {
    vertical-align: top;
    padding-bottom: 20px;
}
.tb_websites img {
    padding-right: 10px;
}
.servico_texto_img {
    height: 20px;
    transition: 1s ease-out;
    animation: servico_texto_img 1ms ease-in-out forwards;
    animation-timeline: view();
    animation-range: cover 0% cover 40%;
}
@keyframes servico_texto_img {
    From { transform: translateX(-100px); opacity: 0; }
    To { transform: translateX(0); opacity: 1; }
}
.img_rounded {
    border-radius: 100px 0 100px 0;
}
#img_websites1 {
    transform: translateY(30px);
    opacity: 0;
    transition: 1s ease-in;
}
#websites_portifolio {
    padding: 60px 0;
}
#websites_portifolio .titulo_conteudo {
    max-width: 500px;
    padding-bottom: 20px;
    margin: 0 auto;
}
#websites_portifolio .subtitulo_conteudo {
    max-width: 500px;
    padding-bottom: 20px;
    margin: 0 auto;
}
.websites_portifolio_container {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 10px 70px;
    margin-bottom: 20px;
    height: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    overflow-y: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
    scroll-snap-type: x mandatory; /* controla a parada de cada item do scroll */
    scroll-behavior: smooth; /* controla a velocidade do scroll */
}
.card_portifolio {
    width: 300px;
    max-width: 300px;
    height: fit-content;
    border-radius: 30px;
    transition: 0.5s ease-in-out;
    background-color: transparent;
    scroll-snap-align: center; /* controla a posição de cada item do scroll */
}
.card_portifolio:hover {
    box-shadow: -4px 4px 8px var(--color_sec2);
}
.card_portifolio img {
    border: 2px solid var(--color_prim);
    border-radius: 30px;
}
#websites_fases {
    padding: 60px 0;
}
#websites_fases .subtitulo_conteudo, #websites_faq .subtitulo_conteudo {
    margin-bottom: 20px;
}
#websites_faq {
    padding: 60px 0;
}
#websites_faq li {
    font-size: 18px;
    margin-bottom: 20px;
}
#websites_faq ol {
    padding: 0 20px;
    margin-bottom: 60px;
}

/* ---------------------- */

/* ----------- PAGE: SUPORTE ----------- */
.capa_suporte {
    display: table;
    width: 100%;
    height: 60svh;
    background-image: url('imagens/camada_preta60.png'), url('imagens/bg-suporte.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.lista_suspensa {
    border: 1px solid #b0d6ff;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 2px #d9ebff;
    transition: .5s ease-in-out;
}
.lista_suspensa p {
    padding: 10px;
    margin: 0;
}
.lista_suspensa:hover {
    box-shadow: 2px 2px 2px 2px #7cafe2;
}
.lista_suspensa img {
    height: 14px;
}
.lista_suspensa:hover img {
    animation-name: anim_seta_baixo;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
}
@keyframes anim_seta_baixo {
    25% { transform: translateY(-6px); }
    50% { transform: translateY(0); }
    75% { transform: translateY(-3px); }
    100% { transform: translateY(0); }
}

/* ---------------------- */

/* ----------- PAGE: SOBRE ----------- */

.capa_sobre {
    display: table;
    width: 100%;
    height: 60svh;
    background-image: url('imagens/camada_preta60.png'), url('imagens/bg-sobre.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.grad_capa {
    height: 50px;
    transform: translateY(-25px);
    background-image: linear-gradient(to top, var(--color_lt) 50%, transparent 100%);
}

.sobre_conteudo {
    display: flex;
    gap: 20px;
    justify-content: center;
    overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
    padding: 40px 20px;
    scroll-snap-type: x mandatory; /* controla a parada de cada item do scroll */
    scroll-behavior: smooth; /* controla a velocidade do scroll */
}
.sobre_card {
    width: 310px;
    min-width: 310px;
    border: 1px solid var(--color_prim);
    box-shadow: -4px 4px 4px var(--color_sec1);
    border-radius: 10px;
    min-height: fit-content;
    padding: 10px;
    scroll-snap-align: center; /* controla a parada de cada item do scroll */
}
.sobre_card img {
    display: block;
    margin: auto;
    height: 64px;
    width: 64px;
    margin-bottom: 20px;
}
.sobre_card span {
    color: var(--color_sec0);
}

.equipe_titulo {
    font-size: 2.4rem;
    font-weight: bold;
    color: var(--color_dk);
}
.equipe_subtitulo {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--color_dk);
    margin-top: 10px;
    margin-bottom: 0;
}
.equipe_texto {
    font-size: 1.8rem;
    color: var(--color_dk);
}
#anim_equipe {
    transition: 1s ease-in;
    transform: translateY(30px);
    opacity: 0;
}
.equipe {
    background-color: #f4f4f4;
}
.sobre_div {
    width: 100%;
}

/* ------------------------------- */

/* ----------- PAGE: CONTATO ----------- */

.capa_contato {
    display: table;
    width: 100%;
    height: 60svh;
    background-image: url('imagens/camada_preta60.png'), url('imagens/bg-contato.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.grad_capa {
    height: 50px;
    transform: translateY(-25px);
    background-image: linear-gradient(to top, var(--color_lt) 50%, transparent 100%);
}

.contato_conteudo {
    text-align: center;
    margin: auto;
}
.contato_card_link {
    display: block;
    width: fit-content;
    margin: 40px auto;
}
.contato_card {
    display: flex;
    width: fit-content;
}
.contato_card_img {
    height: 180px;
    width: 180px;
    border-radius: 50px 0 0 50px;
    display: flex;
    align-items: center;
}
.whatsapp_img {
    background-color: #4AC959;
    border: 3px solid #4AC959;
}
.facebook_img {
    background-color: #475BA1;
    border: 3px solid #475BA1;
}
.instagram_img {
    background-color: #B4368B;
    border: 3px solid #B4368B;
}
.email_img {
    background-color: #8A8A8A;
    border: 3px solid #8A8A8A;
}
.contato_card_img img {
    height: 90px;
    width: 90px;
    margin: 45px auto;
}
.contato_card_txt {
    height: 180px;
    width: 360px;
    color: var(--color_dk);
    background-color: transparent;
    border-radius: 0 50px 50px 0;
    text-align: center;
    display: flex;
    align-items: center;
}
.whatsapp_txt {
    border: 3px solid #4AC959;
}
.facebook_txt {
    border: 3px solid #475BA1;
}
.instagram_txt {
    border: 3px solid #B4368B;
}
.email_txt {
    border: 3px solid #8A8A8A;
}
.contato_card_txt div {
    display: block;
    width: 100%;
}
.contato_card_txt p {
    margin: auto;
    padding: 0;
    width: fit-content;
}
.contato_card_titulo {
    font-size: 3.8rem;
}
.contato_card_subtitulo {
    font-size: 3.8rem;
    font-weight: bold;
}
.email_txt .contato_card_subtitulo {
    font-size: 2.6rem;
    font-weight: bold;
}

/* ------------------------------- */

/* ----------- PAGE: AGRADECE CONTATO ----------- */

#agradece_contato {
    height: 60svh;
    display: flex;
    align-items: center;
}

/* ------------------------------- */

/*---------------- Media queries ----------------*/
/* xs < 768 */
@media screen and (max-width: 767px) {
    .logo { height: 70px; margin-bottom: 5px; }
    .texto_conteudo18 { font-size: 1.6rem; }
    .navbar_container { padding-left: 10px; padding-right: 10px; }
    .navbar .btn_cta { display: none; }
    .navbar-nav { display: none; }
    .menu_small { display: block; }
    .capa_container { height: auto; display: block; }
    .capa_container img { width: 340px; height: 340px; display: block; margin: auto; opacity: 1; animation-name: none; }
    .texto-capa { width: 100%; }
    .titulo { font-size: 3.0rem; text-align: center; padding: 40px 20px 10px 20px; }
    .subtitulo { font-size: 2.2rem; text-align: center; padding: 10px 20px 40px 20px; }
    #servicos { padding: 40px 0; }
    #servicos .titulo_conteudo { padding: 40px 10px 10px 10px; }
    #servicos .subtitulo_conteudo { padding: 10px 20px 40px 20px; width: 100%; }
    #servicos .card_servicos_container { justify-content: start; }
    .card_servicos_container {
        display: block;
        padding: 0 20px;
        margin-bottom: 20px;
        height: auto;
    }
    .card_servicos {
        min-width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .card_servicos_img {
        width: 100%;
        height: 240px;
        border-radius: 10px 10px 0 0;
    }
    .card_titulo {
        font-size: 2.0rem;
        margin: 10px;
    }
    .card_subtitulo {
        font-size: 1.6rem;
        margin: 0 10px 40px 10px;
    }
    .btn_servicos {
        position: relative;
        left: 0;
        bottom: 0;
        width: fit-content;
        margin: auto;
        display: block;
        margin-bottom: 10px;
    }
    .card_depoimentos_container { justify-content: left; }
    .depoimentos_container .titulo_conteudo {
        padding: 20px 10px 10px 10px;
    }
    .depoimentos_container .subtitulo_conteudo {
        padding: 10px 10px 20px 10px;
        width: fit-content;
    }
    .card_sistemas { font-size: 14px; height: 110px; width: 110px; }
    .card_sistemas img { height: 72px; }
    .capa_sistemas { height: 50svh; }
    .texto_capa_pages { font-size: 42px; }
    .avatar_img { height: 280px; }
    .equipe_titulo { font-size: 28px; }
    .equipe_subtitulo { font-size: 24px; }
    .equipe_texto { font-size: 1.6rem; }
    .rodape_titulo { font-size: 18px; text-align: center; }
    .rodape_texto, .rodape_texto a { font-size: 16px; text-align: center; }
    .rodape_texto img { height: 26px; }
    .btn_redes_sociais { text-align: center; }
    .btn_redes_sociais img { height: 26px; }
    .destaque_azul { font-size: 18px; }
    .sobre_conteudo { justify-content: left; }
    #div_PolPrivacidade {
        display: flex;
        padding: 4px;
        margin: auto 4px;
        position: fixed;
        bottom: 0;
        z-index: 3;
        font-size: 10px;
        background-color: #709ecb;
        border-radius: 6px 6px 0 0;
    }
    #btn_PolPrivacidade { font-size: 10px; }
    #cta {
        height: 50svh;
        background-size: cover;
    }
    .titulo_cta { font-size: 2.8rem; }
    .btn_cta {
        font-size: 1.4rem;
        padding: 8px 20px;
    }
    .btn_cta img { height: 18px; width: 18px; }
    .btn_blank {
        font-size: 1.4rem;
        padding: 2px 6px;
    }
    .cta_home_container p {
        width: 100%;
        text-align: center;
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .cta_home_container button {
        margin: 0 10px;
        width: 140px;
        height: 36px;
    }

    #websites_portifolio { padding: 40px 0; }
    #websites_portifolio .subtitulo_conteudo { max-width: 280px; }
    .websites_portifolio_container { justify-content: start; }
    #websites_fases { padding: 40px 0; }
    #websites_faq { padding: 40px 0; }
    #websites_faq ol { margin-bottom: 40px; }

    .contato_card_img {
        height: 90px;
        width: 90px;
    }
    .contato_card_img img {
        height: 42px;
        width: 42px;
        margin: 20px auto;
    }
    .contato_card_txt {
        height: 90px;
        width: 180px;
    }
    .contato_card_titulo {
        font-size: 1.6rem;
    }
    .contato_card_subtitulo {
        font-size: 1.6rem;
    }
    .email_txt .contato_card_subtitulo {
        font-size: 1.4rem;
    }

    /* ---------- Controle: posts ----------- */
	.posts_recentes {
		display: block;
		justify-content: center;
		width: 100%;
		margin: 0 auto;
	}
	.posts {
		border: 1px solid #343a40;
		border-radius: 6px;
		box-shadow: 3px 3px 2px gray;
		position: relative;
	}
	.posts:nth-child(1) {
		width: 94%;
		height: 340px;
		background-position: top;
		background-size: 80%;
		display: block;
		margin: 10px auto;
	}
	.posts:nth-child(1) .img_capa {
		height: 120px;
		max-width: fit-content;
		margin-top: 4px;
		border-radius: 6px;
	}
	.posts:nth-child(1) .div_capa {
		text-align: center;
		padding: 0;
		margin: 0;
	}
	.posts:nth-child(1) .post_info {
		grid-row: 2/3;
		padding: 0 10px;
	}
	.posts:nth-child(1) .posts_titulo {
		font-size: 18px;
		font-weight: bold;
		margin: 2px auto;
		height: fit-content;
		text-align: center;
	}
	.posts:nth-child(1) .posts_subtitulo {
		font-size: 16px;
		height: fit-content;
		padding: 10px 10px 0 10px;
		text-align: center;
	}
	.posts:nth-child(n + 2) {
		width: 94%;
		height: 340px;
		background-position: top;
		background-size: 80%;
		display: block;
		margin: 10px auto;
	}
	.posts:nth-child(n + 2) .img_capa {
		height: 120px;
		justify-content: center;
		max-width: fit-content;
		margin-top: 4px;
		border-radius: 6px;
	}
	.posts:nth-child(n + 2) .div_capa {
		text-align: center;
		padding: 0;
		margin: 0;
	}
	.posts:nth-child(n + 2) .post_info {
		grid-row: 2/3;
		padding: 0 10px;
	}
	.posts:nth-child(n + 2) .posts_titulo {
		font-size: 18px;
		font-weight: bold;
		margin: 2px auto;
		height: fit-content;
		text-align: center;
	}
	.posts:nth-child(n + 2) .posts_subtitulo {
		font-size: 16px;
		height: fit-content;
		padding: 10px 10px 0 10px;
		text-align: center;
	}
	.posts:hover {
		cursor: pointer;
	}
	.posts_subtitulo {
		font-size: 14px;
		height: 86px;
		padding: 6px;
	}
	.div_data {
		font-size: 11px;
		display: flex;
		justify-content: space-between;
	}
	.div_data div:nth-child(1) small {
		margin: 10px 0 0 2px;
		display: block;
	}
	.tag_categoria {
		text-align: center;
		height: 26px;
		padding: 6px;
		margin: 6px 6px 0 0;
		border-radius: 5px;
	}
	.div_autor {
		font-size: 10px;
		margin: 2px 0 0 2px;
	}
    .dados_img_avatar {
        height: 22px;
        width: 22px;
        border: 1px solid #c2c2c2;
        padding: 1px;
        border-radius: 100%;
    }
}

/* sm */
@media screen and (min-width: 768px) {
    .logo { height: 70px; }
    .card_sistemas img { height: 76px; }
}

/* md */
@media screen and (min-width: 992px) {
    .logo { height: 75px; }
    .card_sistemas img { height: 80px; }
}

/* lg */
@media screen and (min-width: 1200px) {
    .logo { height: 80px; }
    .card_sistemas img { height: 84px; }
}

/* Imprimir */
@media print {
	.no-print {
		display: none !important;
	}
}