/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 999.999.999
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

:root {
  --blue: 0, 0, 0;
  --red: 156, 16, 6;
  --white: 255, 255, 255;
  --dark-gray: 33, 37, 41;
  --light-gray: 226, 232, 240;
  --medium-gray: 100, 116, 139;
}

* {
  font-family: "Dax-Regular";
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.container-fluid {
  max-width: 1140px !important;
}

.section-title {
  border-left: 3px solid rgb(var(--red));
  padding-left: 1.5rem;
  text-transform: uppercase;
  font-size: 2rem;
  font-family: "Dax-Bold";
  color: rgb(var(--blue));
}

/*
* Page: * Home *
*/

.navbar {
  padding: 0.5rem 0;
}

.navbar-light .navbar-nav .active > .nav-link {
  border-bottom: 2px solid rgb(var(--red));
  color: rgb(var(--blue));
}

.navbar-nav .menu-item {
  margin-right: 15px;
}

.current-menu-item a {
  font-family: "Dax-Bold";
}

/* 
* Header Nav 
*/
.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  width: 100%;
  max-height: 60px;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(var(--blue));
  font-size: 0.95rem;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(var(--blue));
}

/*
* Default Botão
*/
.btn {
  position: relative;
  text-transform: uppercase;
}

.btn:active,
.btn:focus {
  outline: none;
  top: 2px;
}

/*
* Caracteristicas 
*/
.caracteristicas h5 {
  font-family: "Dax-Bold";
  font-size: 1.875rem;
  color: rgb(var(--blue));
}

.caracteristicas img {
  padding: 10px;
  width: auto;
  height: 80px;
}

.caracteristicas p {
  font-size: 1rem;
  text-align: left;
  color: rgb(var(--dark-gray));
}

.qs-sessao-2 p {
  font-size: 1rem;
  color: rgb(var(--dark-gray));
  margin-left: -4px;
}

@media only screen and (max-width: 576px) {
  .caracteristicas h5 {
    font-size: 1.5rem;
  }
}

/*
* Estatísticas e números
*/
.numeros {
  background-image: url(inc/assets/imagens/bg-fd-red.png);
  background-size: cover;
}

.numeros > span {
  background-color: rgba(var(--red), 0.8);
  top: 0;
  left: 0;
}

.numeros h5 {
  font-family: "Dax-Bold";
  font-size: 3rem;
  text-transform: uppercase;
  color: rgb(var(--white));
  margin-top: 10px;
}

.numeros p {
  font-size: 1.15rem;
  color: rgb(var(--white));
  text-transform: uppercase;
  margin-bottom: 0;
}

/*
* Especialidades
*/
.especialidades {
  background-color: rgb(var(--light-gray));
}

.especialidades .card-title {
  font-family: "Dax-Bold";
}

.especialidades .card {
  padding: 1.25rem;
  border: 0;
}

.especialidades .card-body {
  padding: 0 0 0 1.25rem;
}

.especialidades .card-text {
  color: rgb(var(--medium-gray));
  font-size: 0.75rem;
}

/*
* CTA
*/
.cta p {
  padding: 1rem;
  font-family: "Dax-Bold";
  color: rgb(var(--white));
  font-size: 2.5rem;
  text-transform: uppercase;
}

.cta {
  background: url(inc/assets/imagens/fundo_malha.png) no-repeat;
  background-size: 130% 277%;
  background-position: 0% 85%;
  background-color: rgb(var(--blue));
}

/*
* Unidades / Footer
*/
.unidades .address {
  list-style: none;
}

.unidades.__list li {
  color: rgb(var(--dark-gray));
  line-height: 115%;
  font-size: 0.9rem;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.unidades .fa {
  position: relative;
  margin-top: 2px;
  margin-right: 8px;
}

.unidades img {
  margin-bottom: 10px;
  max-width: 120px;
}

.copyrigth p {
  font-size: 0.8rem;
  margin-top: -8px;
}

.footer-nav .nav-link {
  padding: 10px;
}

/* .footer-nav li {
  margin-bottom: 0;
}



.footer-nav .nav-link:first-of-type {
  margin-right: 20px;
} */

/***********************************************
/**************** OTHES PAGES ******************
************************************************/

/*
* Page: * Communs *
*/

.banner-page {
  height: 400px;
  position: relative;
}

.breadcrumb {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  margin-bottom: 0px;
}

.breadcrumb-item,
.breadcrumb-item a {
  font-family: "Dax-Bold";
  color: rgb(var(--white));
}

.breadcrumb-item.active {
  color: rgb(var(--white));
}

.banner-page > span {
  background-color: rgba(var(--dark-gray), 0.8);
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgb(var(--red));
}

/*
* Page: * Quem Somos *
*/
.banner-page.video video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.missao-visao-valores h4 {
  font-family: "Dax-Bold";
  font-size: 2rem;
  text-transform: uppercase;
  color: rgb(var(--blue));
}

.qualidade {
  background: url(inc/assets/imagens/fundo_malha_red.png) no-repeat;
  background-size: 146% 138%;
  background-position: -5% 152%;
  background-color: rgb(var(--light-gray));
}

.qualidade img {
  max-width: 95%;
  margin: 20px;
}

.qualidade p {
  font-size: 1.25rem;
}

.qualidade h4 {
  font-family: "Dax-Bold";
  font-size: 2.25rem;
  text-transform: uppercase;
  color: rgb(var(--blue));
}

/*
* Page: * Produtos *
*/
.banner-page.produtos {
  height: auto;
  background-color: transparent;
}

.content-produtos .breadcrumb-item,
.content-produtos .breadcrumb-item a {
  font-family: "Dax-Bold";
  color: rgb(var(--blue));
}

.content-produtos .breadcrumb-item.active {
  color: rgb(var(--blue));
}
/*
* Page: * Governança *
*/

.banner-page.governanca {
  background: url(inc/assets/imagens/governanca.png) center center / cover
    no-repeat;
  background-color: transparent;
}

/*
* Page: * Time *
*/

.banner-page.equipe {
  background: url(inc/assets/imagens/equipe.png) center center / cover no-repeat;
}

.item-membro > div {
  background-color: rgb(var(--white));
  border-radius: 4px;
}

.item-membro h5 {
  font-family: "Dax-Bold";
  font-size: 1.25rem;
  color: rgb(var(--blue));
}

.item-membro p {
  margin-bottom: 0;
}

.item-membro .email {
  font-family: "Dax-Regular";
  font-size: 0.85rem;
  color: rgb(var(--dark-gray));
  margin-top: 10px;
  display: inline-block;
}

/*
* Page: * Novidades *
*/
.banner-page.novidades {
  background: url(inc/assets/imagens/bg-nv.png) center center / cover no-repeat;
}

.novidades .card-footer {
  background-color: rgb(var(--white));
}

.banner-page.single {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner-page.page {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/*
* Page: * Contato *
*/
.banner-page.contato {
  background: url(inc/assets/imagens/bg-ctt.png) center center / cover no-repeat;
}

.wpcf7-textarea,
textarea.form-control {
  height: 95px;
}

#contato h5 {
  font-family: "Dax-Bold";
  font-size: 1.5rem;
  text-transform: uppercase;
  color: rgb(var(--blue));
}

/*
* blockquote
*/
.blockquote {
  position: relative;
  padding: 1.5rem 2rem;
  margin: 1.5rem 0 0;
  font-size: 1.25rem;
  font-style: italic;
  background: #f8f9fa;
  border-left: 0.25rem solid #007bff;
  border-radius: 0.5rem;
}

.blockquote::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 3rem;
  color: #007bff;
  position: absolute;
  left: 0.7rem;
  top: 0.5rem;
}

.blockquote p {
  margin-bottom: 0;
}

.blockquote-footer {
  display: block;
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #6c757d;
}

.media .__icon {
  width: 85px;
  text-align: center;
}

/*
* FONT FACE
*/

@font-face {
  font-family: "Dax-Bold";
  src: url("inc/fonts/Dax-Bold.woff2") format("woff2"),
    url("inc/fonts/Dax-Bold.woff") format("woff");
  font-family: "Dax-Bold";
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dax-Regular";
  src: url("inc/fonts/Dax-Regular.woff2") format("woff2"),
    url("inc/fonts/Dax-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
