/*
Theme Name: MB-2024
Author: Tábula Digital / Fábio Belo / João Victor
Author URI: https://tabuladigital.com.br
Description: Tema criado para Marcone Bezerra
Version: 1.0.0
Tags: tabuladigital, bootstrap
*/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

* {
  font-family: "Inter", sans-serif;
}

.bg-primary-color {
  background-color: #464843;
}

.bg-secondary-color {
  background: rgb(217, 217, 217);
  background: linear-gradient(
    180deg,
    rgba(217, 217, 217, 1) 0%,
    rgba(70, 72, 67, 1) 100%
  );
}

.bg-terciary-color {
  background-color: #fed925;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  z-index: 1040;
  display: none;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1050;
}

.navbar-scrolled {
  box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.75);
}

.navbar-nav a {
  position: relative;
  color: #fed925;
  text-decoration: none;
  padding-bottom: 5px;
  transition: color 0.3s ease;
}

.navbar-nav a::after {
  content: "→";
  position: absolute;
  top: 25px;
  right: 80%;
  transition: right 0.3s ease, color 0.3s ease;
  color: transparent;
}

.navbar-nav a:hover,
.navbar-nav a:focus {
  color: #fff;
}

.navbar-nav a:hover::after {
  right: 0;
  color: #fff;
}

.button-header {
  border: none;
  transition: 0.4s ease;
  text-decoration: none;
  color: #464843;
}

.button-header:hover {
  background-color: #fff;
  color: #464843;
}

@media (max-width: 991px) {
  .button-header {
    background-color: #fff;
  }
}

.navbar-toggler {
  border: none;
}

.navbar-toggler i {
  color: #fed925;
  font-size: 2rem;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.btn-close {
  color: #fed925;
}

.offcanvas-header button {
  background-color: transparent;
  border: none;
}

.offcanvas-header button i {
  color: #fff;
  font-size: 2.2rem;
  margin-right: auto;
  opacity: 50%;
}

.social-media-menu a {
  color: #fed925;
  font-size: 2.3rem;
  text-decoration: none;
}

.card-text {
  color: #464843;
}

.card-home {
  height: 42vh;
  display: flex;
  flex-direction: column;
  justify-content: end;
  max-width: 95%;
  transition: transform 0.3s ease-in-out;
}

.card-home:hover {
  transform: translateY(-5px);
}

.card-home h4 {
  color: #fed925;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.card-home a {
  background-color: #fed925;
  color: #464843;
  border: none;
  transition: 0.4s ease;
  font-size: 1.4rem;
  padding: 0.7rem !important;
}

.card-home a:hover {
  background-color: #fff;
}

.social-media-section {
  position: relative;
  background: #fed926;
  /*background-image: url("./assets/img/Group\ 3.svg");*/
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  color: #464843;
  /*padding: 4rem;*/
}

.social-icons a {
  font-size: 4.5rem;
  color: #fff;
  padding: 0.5rem;
  background-color: #fff;
  color: #fed925;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.social-icons a:hover {
  background-color: #333;
  color: #ffd700;
}

.blog {
  margin-bottom: 8rem;
}

.image-placeholder {
  height: 20rem;
  background-color: #d9d9d9;
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.yellow-line {
  height: 8px;
  background-color: #fed925;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
}

.card-title,
.card-title a {
  color: #464843;
  text-decoration: none;
}

.btn-custom {
  background-color: #fed925;
  color: #464843;
}

.btn-custom:hover {
  background-color: #464843;
  color: #fed925;
}

footer {
  background-color: #bbbbbb;
}

footer a {
  text-decoration: none;
  color: #545454;
  transition: 0.2s ease;
}

footer a:hover {
  color: #fed925;
}

footer span {
  color: #545454;
}

.contact {
  min-height: 80vh;
}

.text-contact h3 {
  color: #464843;
  font-size: 3rem;
  font-weight: 900;
}

.text-contact p {
  color: #464843;
  font-size: 1rem;
}

.form-geral {
  padding: 2rem 1.8rem;
}

.form-group label {
  color: #464843;
  font-size: 0.85rem;
}

.form-group input,
.form-group textarea {
  font-size: 0.9rem;
  border-radius: 9px;
  border: 1px solid #bbbbbb;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #bbbbbb;
}

.form-group input:focus,
.form-group textarea:focus {
  border: 1px solid #23272b;
  box-shadow: none;
}

.btn-contact {
  background-color: #464843;
  border: none;
  color: #fed925;
  font-size: 1.25rem;
  transition: 0.3s ease;
}

.btn-contact:hover {
  background-color: #23272b;
  color: #fed925;
}

.mini-text-contact {
  width: 55%;
}

.mini-text-contact p {
  font-size: 0.7rem;
  line-height: 0.76rem;
}

.services-home {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.services-title {
  color: #464843;
}

.services-title h1 {
  font-weight: 900;
}

.void {
  height: 20rem;
  background-color: #dcdcdc;
}

.services-items {
  background-color: #dcdcdc;
  transition: 0.2s ease;
}

.services-items:hover {
  background-color: #fed925;
  transform: translateY(-5px);
  box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.75);
}

.services-link {
  background-color: #464843;
  color: #fed925;
  width: 100%;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease;
}

.services-link:hover {
  background-color: #23272b;
}

.services-items p {
  font-size: 0.88rem;
  color: #545454;
}

.about-main-title {
  max-width: 50%;
  padding-left: 20rem;
}

.about-main-title h1 {
  font-size: 2.5rem;
  margin-left: 4rem;
  font-weight: 600;
  color: #333;
  width: 50%;
}

.about-img img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.about-navigation {
  background-color: #dcdcdc;
  width: 80%;
}

.tab-button {
  border-radius: 10px;
  padding: 10px 15px;
  margin: 5px;
  border: none;
  background-color: transparent;
  color: #080808;
  font-size: 1rem;
}

.tab-button.active {
  background-color: #555;
  color: white;
}

.carrossel-2 {
  text-align: center;
  padding: 20px;
}

.carousel-box {
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 0.5rem;
  text-align: center;
}

.description-about {
  background-color: #f5f5f5;
}

.description-about h5 {
  color: #545454;
  font-size: 1rem;
  width: 50%;
}

@media (max-width: 991px) {
  .description-about h5 {
    width: 100%;
  }
}

.card-custom {
  background-color: #fff9cc;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  height: 100%;
}

.card-custom:hover {
  border: 1px solid #fed925;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-custom h4 {
  font-weight: bold;
  color: #464843;
  padding-top: 1rem;
}

.card-custom p {
  color: #080808;
  font-size: 0.8125rem;
  font-weight: 500;
  padding-top: 2rem;
}

.equal-height {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
