
/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES ) #E63946
-----------------------------------------*/
:root {
 
  --white-color:                  #ffffff;
  --primary-color:                linear-gradient(to right, #8b0000, #e71c26); 
  --fbg-color:                    linear-gradient(to right, #8b0000, #e71c26); 
  --secondary-color:              #E23f47;
  --tertiary-color:               #ffb901;
  --section-bg-color:             #f0f8ff;
  --custom-btn-bg-color:          #e42424;
  --social-icon-link-bg-color:    #ffb901;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --border-color:                 #e9eaeb;
  --footer-link-color:            #ececec;
  --footer-link-color-hover:      #e5eef7;

  --body-font-family:             'Roboto', sans-serif;

  --h1-font-size:                 62px;
  --h2-font-size:                 48px;
  --h3-font-size:                 36px;
  --h4-font-size:                 32px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  16px;
  --btn-font-size:                16px;
  --copyright-font-size:          14px;

  --border-radius-large:          100px;
  --border-radius-medium:         30px;
  --border-radius-small:          10px;

  --font-weight-thin:             100;
  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-semibold:         600;
  --font-weight-bold:             700;

 
  --bg-logica: #8b0000;
  --txt-logica: #8b0000;

  --bg-header1: #8b0000;
  --bg-header2: #d51112;

  --bg-padrao1: #ffffff;
  --bg-padrao2: #f2f2f2;

  --text-secondary: #fffcfc;
  --news-form: #983133;

   /* ?? CORES PRINCIPAIS */
  --primary: #E23f47;
  --primary-hover: #ffb901;
  --card: #ffffff;
  --bg: #f5f7fb;
  --bg1: #ffb901;
  --muted: #6b7280;
  --border: #e5e7eb;

  /* ?? BOTAO */
  --btn-radius: 14px;
  --card-radius: 24px;

  /* ?? TAMANHOS */
  --input-height: 46px;
  --btn-height: 48px;

  /* ?? SOMBRA */
  --shadow: 0 25px 60px rgba(0,0,0,.10);

  --cor-principal: #8b0000;
  --cor-texto-botao: white;
  --borda-botao: none;
  --bg-backg: #bb3737; 
  --dark: #1a1a1a;
  --light-gray: #f8f9fa;
  --glass: rgba(255, 255, 255, 0.95);
  --bgfooter: #983133; 
  --secondary: #bb4343;
  --bg-body: #f4f7f6;
  
  
}



body {
  background-color: var(--white-color);
  font-family: var(--body-font-family); 
}

/*---------------------------------------
SITE HEADER-TOP              
-----------------------------------------*/
  .site-header-top {
    background: var(--primary-color);
    padding-top: 15px;
    padding-bottom: 10px;
      color: #ececec;
      font-size: 0.85rem;
      padding: 5px 0;
      letter-spacing: 0.5px;
  }

  .site-header-top p,
  .site-header-top p a,
  .site-header-top .social-icon-link {
    color: var(--white-color);
    font-size: var(--copyright-font-size);
  }

  .site-header-top .social-icon {
    text-align: right;
  }

  .site-header-top .social-icon-link {
    background: transparent;
    width: inherit;
    height: inherit;
    line-height: inherit;
    margin-right: 15px;
  }
  
    
  .site-header-top a { color: #ececec; text-decoration: none; transition: 0.3s; }
  .site-header-top a:hover { color: var(--white); }

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
  font-weight: var(--font-weight-semibold);
  letter-spacing: -0.5px;
}

h1,
h2 {
  letter-spacing: -1.5px;
}

h1 {
  font-size: var(--h1-font-size);
  line-height: normal;
  font-weight: var(--font-weight-bold);
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--custom-btn-bg-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

.tam{
  width: 70px;
}

.fs-tbl{
  font-size: .90rem;
}

.headcolor {
  background: var(--primary-color);
  color: var(--white-color);

}

.nav-item {
  color: var(--primary-color);
  font-weight: 400;
}

.text-color{
  color: var(--white-color);
}

/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-bg {
  background: var(--section-bg-color);
}

.section-overlay {
  background: var(--primary-color);
  opacity: 0.85;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.section-overlay + .container {
  position: relative;
}

.back-top-icon {
  background: var(--secondary-color);
  width: 65px;
  color: var(--white-color);
  font-size: var(--h4-font-size);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transition: all 0.5s;
}

.back-top-icon:hover {
  background: var(--custom-btn-bg-color);
  color: var(--white-color);
}

.custom-block {
  background: var(--primary-color);
  border-top: 20px solid var(--secondary-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 30px 50px;
}

.custom-icon {
  color: var(--white-color);
}

.instagram-block {
  position: relative;
  height: 100%;
}

.instagram-block-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

nav[aria-label="breadcrumb"] {
  background: var(--white-color);
  border-radius: var(--border-radius-large);
  display: inline-block;
  padding: 7px 16px 3px 16px;
}

.breadcrumb {
  margin-bottom: 0;
}

.white {
  color: var(--white-color);
}

.news::placeholder {
  color: var(--white-color);
}


/*---------------------------------------
  PAGINATION               
-----------------------------------------*/
.pagination {
  margin-top: 30px;
  margin-bottom: 0;
}

.page-link {
  border-color: var(--border-color);
  border-radius: var(--border-radius-large);
  color: var(--p-color);
  font-size: var(--copyright-font-size);
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
}

.page-item.active .page-link,
.page-link:hover {
  background: var(--secondary-color);
  border-color: transparent;
  color: var(--white-color);
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border: 0;
  border-radius: var(--border-radius-large);
}

.page-item:not(:first-child) .page-link {
  margin-left: 5px;
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .input-group {
  background-color: var(--white-color);
  border-radius: var(--border-radius-medium);
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  padding-left: 10px;
}

.input-group-text {
  background: transparent;
  border: 0;
  padding-right: 0;
}

.custom-form label {
  margin-bottom: 5px;
}

.custom-form .form-control {
  background-color: var(--white-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-medium);
  box-shadow: none;
  color: var(--p-color);
  padding-top: 12px;
  padding-bottom: 12px;
  outline: none;
}

.custom-form button[type="submit"] {
  background: var(--primary-color);
  border: none;
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
  transition: all 0.3s;
  margin-bottom: 24px;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--secondary-color);
  border-color: transparent;
}


/*---------------------------------------
  CUSTOM TEXT BLOCK               
-----------------------------------------*/
.custom-text-block {
  background: var(--primary-color);
  padding: 80px 60px;
  height: 100%;
}

.counter-thumb {
  margin: 20px;
  margin-bottom: 0;
}

.counter-number,
.counter-text {
  color: var(--secondary-color);
  display: block;
}

.counter-number,
.counter-number-text {
  color: var(--dark-color);
  font-size: var(--h1-font-size);
  line-height: normal;
}

.custom-text-block .counter-number,
.custom-text-block .counter-number-text {
  color: var(--white-color);
}


/*---------------------------------------
  CUSTOM LINK               
-----------------------------------------*/
.custom-link {
  color: var(--p-color);
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  padding-bottom: 2px;
}

.custom-link::after {
  content: "";
  width: 0;
  height: 2px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  background: currentColor;
}

.custom-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.custom-link:hover {
  color: var(--primary-color);
}

.custom-link:hover::after {
  background: var(--custom-btn-bg-color);
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-normal);
  line-height: normal;
  padding: 15px 20px;
}

.custom-btn:hover,
.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover {
  background: var(--secondary-color);
  color: var(--white-color);
  font-weight: var(--font-weight-normal);
}

.custom-border-btn-wrap .custom-border-btn {
  border-color: var(--white-color);
  color: var(--white-color);
}

.custom-border-btn-wrap .custom-border-btn:hover,
.cta-section .custom-border-btn:hover {
  background: var(--white-color);
  color: var(--custom-btn-bg-color);
}

.custom-border-btn-wrap .custom-link {
  color: var(--white-color);
}

.custom-border-btn-wrap .custom-link:hover::after {
  background: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--border-color);
  color: var(--custom-btn-bg-color);
}

.custom-border-btn:hover {
  background: var(--custom-btn-bg-color);
  border-color: transparent;
  color: var(--white-color);
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn {
  padding: 12px 22px;
  color: var(--white-color);
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.navbar {
  background: var(--white-color);
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-brand {
  font-size: var(--h4-font-size);
  font-weight: var(--font-weight-bold);
}

.logo-image {
  display: block;
  width: 250px;
  margin-right: 1px;

}

.logo-text {
  color: var(--primary-color);
  font-size: var(--h4-font-size);
  display: block;
  line-height: normal;
}

.logo-slogan {
  color: var(--custom-btn-bg-color);
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}

.navbar-brand,
.navbar-brand:hover {
  color: var(--primary-color);
}

.navbar-expand-lg .navbar-nav .nav-link {
  margin-right: 0;
  margin-left: 0;
  padding: 20px;
}

.navbar-expand-lg .navbar-nav {
  width: 100%;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--p-bg-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--tertiary-color);
}

.dropdown-menu {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  border: 0;
  padding: 0;
  margin-top: 20px;
}

.dropdown-item {
  display: inline-block;
  color: var(--p-bg-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  border-bottom: 1px solid var(--border-color);
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-menu li:last-child .dropdown-item {
  border-bottom: 0;
}

.dropdown-item.active, 
.dropdown-item:active,
.dropdown-item:focus, 
.dropdown-item:hover {
  background: transparent;
  color: var(--custom-btn-bg-color);
}

.dropdown-toggle::after {
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: var(--copyright-font-size);
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 2px;
  border: 0;
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--dark-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--dark-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background-image: url('../images/site-header/close-up-young-business-team-working.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.site-header .section-overlay {
  background: var(--primary-color);
}


/*---------------------------------------
  HERO              
-----------------------------------------*/
.hero-section {
  background-image: url('../images/close-up-young-business-team-working.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  padding-top: 150px;
  padding-bottom: 200px;
}

.hero-section .section-overlay {
  background: var(--primary-color);
}

.hero-section .custom-border-btn {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

.hero-section .custom-border-btn:hover {
  background: var(--secondary-color);
  color: var(--white-color);
}

.hero-form {
  background: var(--social-icon-link-bg-color);
  border-radius: var(--border-radius-small);
  padding: 40px;
}

.hero-form .form-control {
  padding-bottom: 10px;
}

.hero-form button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 8px;
}

.hero-form .input-group-text i {
  position: relative;
  top: 2px;
}

.hero-section .badge {
  background: transparent;
  color: var(--white-color);
}

.hero-section .badge:hover {
  background: var(--white-color);
  color: var(--primary-color);
}

.badge {
  background: var(--section-bg-color);
  border: 1px solid var(--white-color);
  border-radius: var(--border-radius-medium);
  color: var(--primary-color);
  font-weight: var(--font-weight-normal);
  line-height: normal;
  margin-right: 5px;
  margin-left: 5px;
  padding: 8px 12px;
  padding-bottom: 6px;
}

.badge-level {
  background: var(--primary-color);
  color: var(--white-color);
}

.badge:hover {
  background: var(--custom-btn-bg-color);
  color: var(--white-color);
}


/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-page .about-section {
  padding-top: 100px;
  padding-bottom: 0;
}

.about-section .custom-text-block {
  background: var(--secondary-color);
}

.about-image-wrap,
.video-thumb {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.about-info {
  background: var(--primary-color);
  border-radius: var(--border-radius-medium);
  border-top: 30px solid var(--secondary-color);
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 20px;
  padding: 20px;
}

.about-info-text h4 {
  font-weight: var(--font-weight-normal);
}

.about-image-border-radius {
  border-radius: var(--border-radius-medium);
}

.about-image {
  display: block;
  object-fit: cover;
  height: 100%;
}

.custom-border-radius-start {
  border-radius: var(--border-radius-medium) 0 0 var(--border-radius-medium);
}

.custom-border-radius-end {
  border-radius: 0 var(--border-radius-medium) var(--border-radius-medium) 0;
}

.video-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.youtube-icon {
  background: var(--custom-btn-bg-color);
  font-size: var(--h2-font-size);
  color: var(--white-color);
  border-radius: var(--border-radius-large);
  width: 90px;
  height: 90px;
  line-height: 110px;
  text-align: center;
  display: block;
  animation: pulse-animation 2s infinite;
  transition: all 0.5s;
}

.youtube-icon:hover {
  color: var(--white-color);
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}


/*---------------------------------------
  SERVICES              
-----------------------------------------*/
.services-block {
  border-top: 25px solid transparent;
  border-radius: var(--border-radius-medium);
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  padding: 40px;
}

.services-block:hover,
.services-section .services-block-wrap:nth-of-type(odd) .services-block {
  background: var(--section-bg-color);
  border-top-color: var(--secondary-color);
}

.services-block-icon {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  border-radius: var(--border-radius-large);
  display: block;
  color: var(--secondary-color);
  font-size: var(--h2-font-size);
  line-height: normal;
  width: 120px;
  height: 120px;
  line-height: 135px;
  margin: auto;
  margin-bottom: 24px;
  text-align: center;
  position: relative;
  transition: all 0.5s;
}

.services-block-body p {
  margin-bottom: 0;
}


/*---------------------------------------
  CATEGORIES              
-----------------------------------------*/
.categories-block {
  background: var(--primary-color);
  border-radius: var(--border-radius-large);
  border: 8px solid var(--social-icon-link-bg-color);
  width: 150px;
  height: 150px;
  margin: auto;
  margin-bottom: 24px;
  text-align: center;
  position: relative;
  transition: all 0.5s;
}

.categories-block:hover {
  border-color: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.categories-icon {
  color: var(--white-color);
  font-size: var(--h4-font-size);
  line-height: normal;
  margin-bottom: 5px;
}

.categories-block-title {
  color: var(--white-color);
  font-size: var(--copyright-font-size);
}

.categories-block-number {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
}

.categories-block-number-text {
  color: var(--white-color);
  display: block;
  height: 45%;
  position: relative;
  left: 2px;
}


/*---------------------------------------
  REVIEWS              
-----------------------------------------*/
.reviews-section {
  background: var(--section-bg-color);
}

.reviews-carousel .owl-item img,
.avatar-image {
  border: 5px solid var(--section-bg-color);
  border-radius: var(--border-radius-large);
  width: 65px;
  height: 65px;
  object-fit: cover;
}

.reviews-carousel .owl-dots .owl-dot span {
  background: var(--white-color);
  border: 5px solid transparent;
  padding: 5px;
  transition: all 0.5s;
}

.reviews-carousel .owl-dots .owl-dot.active span, 
.reviews-carousel .owl-dots .owl-dot:hover span {
  background: var(--white-color);
  border-color: var(--custom-btn-bg-color);
}

.reviews-thumb {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}

.reviews-body {
  position: relative;
  padding: 30px 40px 30px 70px;
}

.reviews-info {
  position: relative;
  padding: 40px 40px 20px 40px;
}

.reviews-title {
  color: var(--p-color);
}

.reviews-info strong,
.reviews-info small {
  display: block;
}

.reviews-info strong {
  color: var(--dark-color);
  line-height: normal;
}

.bi-star-fill {
  color: var(--custom-btn-bg-color);
}

.reviews-bottom small {
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-normal);
}

.quote-icon {
  position: absolute;
  top: 0;
  left: 30px;
  opacity: 0.05;
}


/*---------------------------------------
  xx              
-----------------------------------------*/
.recent-frms-bottom .custom-btn {
  font-size: var(--h5-font-size);
  padding: 25px 50px;
}

.frm-listings-page .hero-form .badge:hover {
  background: var(--primary-color);
}

.frm-thumb {
  border-radius: var(--border-radius-small);
  margin-bottom: 25px;
  padding: 25px;
  transition: all 0.5s ease;
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  
}

.frm-thumb:hover,
.frm-thumb:nth-of-type(even) {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.frm-title-link {
  color: var(--dark-color);
}

.frm-thumb p {
  font-size: 18px;
}

.frm-thumb .badge {
  border: 0;
}

.frm-thumb-box {
  border: 1px solid var(--border-color);
  position: relative;
  overflow: hidden;
  max-width: 400px;
  margin-bottom: 48px;
  padding: 0;
}

.frm-thumb-box .frm-body {
  padding: 25px;
}

.frm-thumb-box .frm-body .frm-image-wrap {
  width: 50px;
  min-width: 50px;
  height: 50px;
}

.frm-thumb-box .frm-body .frm-image {
  padding: 10px;
}

.frm-thumb-box .frm-location, 
.frm-thumb-box .frm-date {
  min-width: inherit;
}

.frm-thumb-box .frm-date {
  margin-right: 0;
}

.frm-image-box-wrap {
  position: relative;
}

.frm-image-box-wrap .frm-image {
  padding: 0;
}

.frm-image-box-wrap .badge-level {
  border-color: transparent;
}

.frm-image-box-wrap .badge-level:hover,
.frm-image-box-wrap .badge:hover {
  background: var(--custom-btn-bg-color);
  border-color: transparent;
}

.frm-image-box-wrap-info {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 20px 25px;
}

.frm-image-wrap {
  border-radius: var(--border-radius-large);
  width: 130px;
  min-width: 80px;
  height: 80px;
  margin-right: 10%;
}

.frm-image {
  display: block;
  margin: auto;
  padding: 20px;
}

.frm-body {
  flex: auto;
}

.frm-location {
  min-width: 175px;
}

.frm-location,
.frm-date {
  margin-right: 20px;
}

.frm-date {
  min-width: 155px;
}

.frm-price {
  min-width: 120px;
  margin-right: 10px;
  margin-left: 0px;
}

.frm-thumb-detail,
.frm-thumb-detail:hover {
  background: transparent;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.frm-thumb-detail-box {
  padding: 40px;
}

.frm-detail-share {
  margin-left: auto;
}

.dropdown-sorting .dropdown-menu {
  border-radius: var(--border-radius-small);
  border-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.dropdown-sorting .dropdown-item {
  font-size: var(--copyright-font-size);
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#dropdownSortingButton {
  background: transparent;
  color: var(--dark-color);
  border: 0;
  padding: 0;
}

.sorting-icon {
  color: var(--p-color);
}

.sorting-icon.active {
  color: var(--primary-color);
}

.frm-section-btn-wrap {
  margin: auto;
}


/*---------------------------------------
  CTA               
-----------------------------------------*/
.cta-section {
  background-image: url('../images/millennial-group-young-businesspeople.jpg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  padding-top: 150px;
  padding-bottom: 75px;
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.contact-info-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-info {
  padding: 20px 30px;
}

.contact-info:nth-of-type(even) {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-large);
}

.contact-info .custom-icon {
  font-size: var(--h2-font-size);
  margin-right: 20px;
}

.contact-info-small-title {
  color: var(--secondary-color);
  display: block;
  font-size: var(--copyright-font-size);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
}

.contact-form {
  margin-top: 20px;
}

.contact-form .form-control {
  background-color: var(--section-bg-color);
  margin-bottom: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.contact-form .form-control:hover {
  background-color: var(--white-color);
  border-color: var(--primary-color);
}

.contact-form button[type="submit"] {
  margin-bottom: 0;
}

.google-map {
  display: block;
  border-radius: var(--border-radius-medium);
  filter: grayscale(100%);
}


/*---------------------------------------
  NEWSLETTER FORM              
-----------------------------------------*/
.newsletter-form {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  padding: 30px;
}

.newsletter-form .input-group {
  margin-bottom: 0;
  padding: 10px;
}

.newsletter-form .form-control {
  margin-right: 42px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.newsletter-form button[type="submit"] {
  display: flex;
  justify-content: center;
  align-content: center;
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
  padding-top: 10px;
  padding-bottom: 8px;
  width: 42px;
  height: 42px;
}

.newsletter-form button[type="submit"] i {
  height: 100%;
}

.newsletter-form .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
  border-radius: var(--border-radius-large);
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
/* Footer Base */
.site-footer {
    background-color: var(--secondary);
    color: #aeaeae;
    padding-top: 70px;
    font-size: 0.9rem;
}

.site-footer-title {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 25px;
    position: relative;
}

/* Linha cor abaixo do título */
.site-footer-title::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #ffc107;
    margin-top: 10px;
}

.site-footer-link, .footer-menu-link {
    color: var(--footer-link-color);
    transition: 0.3s;
    text-decoration: none;
}

.site-footer-link:hover, .footer-menu-link:hover {
    color: var(--footer-link-color-hover);
    padding-left: 5px; /* Leve movimento no hover */
}

.footer-link-padrao {
    color: var(--footer-link-color);
    transition: 0.3s;
    text-decoration: none;
}

.footer-link-padrao:hover {
    color: var(--bgfooter);
    padding-left: 5px; /* Leve movimento no hover */
}

/* Newsletter Customizada */
.newsletter-form .input-group {
    background: #252525;
    border-radius: 50px;
    padding: 5px;
    border: 1px solid #333;
}

.newsletter-form input {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    box-shadow: none !important;
}

.newsletter-form .btn-send {
    background: #e86b37;
    color: #fff;
    border-radius: 50px !important;
    border: none;
    width: 45px;
    height: 45px;
    transition: 0.3s;
    margin: 0;
    padding: 0;
}

.newsletter-form .btn-send:hover {
    background: #cf5a2a;
    transform: scale(1.1);
}

/* Bottom Bar */
.site-footer-bottom {
    background: var(--bgfooter);
    padding: 25px 0;
    border-top: 0px solid #222;
    margin-top: 50px;
}

.copyright-text { font-size: 0.8rem; margin: 0; color: var(--copyright-text); }

/* Botão Voltar ao Topo */
.back-top-icon {
    background: #e86b37;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    box-shadow: 0 5px 15px rgba(232, 107, 55, 0.4);
}
.back-top-icon:hover {
    background: #cf5a2a;
    color: #fff;
    transform: scale(1.1);
}

/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}
.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.social-icon-link {
  background: var(--social-icon-link-bg-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  display: block;
  margin-right: 5px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 40px;
  transition: all 0.5s;
}
.social-icon-link:hover {
  background: var(--secondary-color);
  color: var(--white-color);
  transform: scale(1.15);
}



/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--social-icon-link-bg-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  display: block;
  margin-right: 5px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 40px;
  transition: all 0.5s;
}

.social-icon-link:hover {
  background: var(--secondary-color);
  color: var(--white-color);
  transform: scale(1.15);
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (min-width: 1025px) {
  .frm-featured-section .frm-thumb {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 991px) {
  .google-map {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding,
  .cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-page .about-section {
    padding-top: 50px;
  }

  .custom-btn {
    padding: 12px 20px;
  }

  .navbar-collapse {
    padding-bottom: 20px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px;
  }

  .navbar-expand-lg .navbar-nav .nav-link.custom-btn {
    margin-top: 10px;
  }

  .page-link {
    font-size: 12px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .custom-text-block {
    padding: 50px 30px;
  }

  .hero-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .badge {
    margin-top: 5px;
  }

  .counter-number, 
  .counter-number-text {
    font-size: var(--h2-font-size);
  }

  .custom-border-radius-start {
    border-radius: var(--border-radius-medium) var(--border-radius-medium) 0 0;
  }

  .custom-border-radius-end {
    border-radius: 0 0 var(--border-radius-medium) var(--border-radius-medium);
  }

  .frm-body p {
    font-size: var(--btn-font-size);
  }

  .frm-location {
    min-width: 140px;
  }

  .frm-price {
    min-width: inherit;
    margin-top: 5px;
    margin-left: 0;
  }

  .hero-form button[type="submit"] {
    margin-bottom: 0;
  }

  .site-footer {
    padding-top: 50px;
  }

  .site-footer-bottom {
    margin-top: 50px;
  }
  .tam{
    width: 50px;
  }

}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  .badge {
    margin: 10px 10px 5px 0;
  }

  .page-link {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .counter-thumb {
    margin: 10px;
  }

  .counter-number, 
  .counter-number-text {
    font-size: var(--h3-font-size);
  }

  .frm-date {
    margin-top: 5px;
  }

  .frm-detail-share {
    margin: 20px auto 0 auto;
  }
  .hero-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tam{
    width: 50px;
  }

}







    /* Container do Carrossel */
    .carousel-modern {
        border-radius: 30px; /* Bordas arredondadas modernas */
        overflow: hidden;
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        margin: 20px 0;
    }

    /* Imagens do Carrossel */
    .carousel-modern .carousel-item img {
        object-fit: cover;
        height: auto;
        transition: transform 1s ease; /* Efeito Ken Burns (zoom lento) */
    }

    /* Efeito de Zoom Suave ao Carregar */
    .carousel-modern .carousel-item.active img {
        transform: scale(1);
    }

    /* Customização dos Controles (Setas) */
    .carousel-modern .carousel-control-prev,
    .carousel-modern .carousel-control-next {
        width: 50px;
        height: 50px;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        margin: 0 20px;
        opacity: 0; /* Escondido por padrão */
        transition: all 0.3s ease;
    }

    .carousel-modern:hover .carousel-control-prev,
    .carousel-modern:hover .carousel-control-next {
        opacity: 1; /* Aparece no hover */
    }

    .carousel-modern .carousel-control-prev-icon,
    .carousel-modern .carousel-control-next-icon {
        filter: invert(1); /* Seta preta para fundo branco */
        width: 20px;
    }

    /* Indicadores (Barrinhas embaixo) */
    .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        border-radius: 50%; /* Bolinhas em vez de traços */
        background-color: var(--primary);
    }
    .carousel-indicators .active {
        background-color: var(--secondary);
    }




        /* Navbar Flutuante */
    .navbar {
        background: var(--glass) !important;
        backdrop-filter: blur(10px);
        padding: 15px 0;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }

    .gelo {
        color: var(--footer-link-color) !important
    }

    /* Input de Busca "Apple Style" */
    .search-wrapper {
        position: relative;
        width: 100%;
        max-width: 500px;
    }
    .search-wrapper input {
        border-radius: 50px;
        padding: 12px 25px;
        border: 2px solid #eee;
        background: #fdfdfd;
        transition: all 0.3s;
    }
    .search-wrapper input:focus {
        border-color: var(--primary);
        box-shadow: 0 0 15px rgba(232, 107, 55, 0.15);
        background: #fff;
    }
    .search-wrapper .bi-search {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        color: var(--primary);
        font-size: 1.1rem;
    }

    /*///////////////////
      GRADE DE PRODUTOS
    //////////////////*/
    /* Container da Grade */
    .products-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 20px;
        padding: 20px 0;
    }

    /* Card do Produto */
    .product-card {
        background: #fff;
        border: 1px solid #eee;
        border-radius: 12px;
        padding: 15px;
        transition: 0.3s;
        position: relative;
    }

    .product-card:hover {
        box-shadow: 0 10px 20px rgba(0,0,0,0.05);
        border-color: var(--cor-lucre); /* Usa o seu cor no hover */
    }

    /* Imagem */
    .product-card {
        background: #ffffff;
        border-radius: 16px;
        padding: 16px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 300px; 
        box-sizing: border-box;
        border: 1px solid #e2e8f0;
    }

    .product-thumb {
        width: 100%;
        /* DICA: Para manter a proporção 3:4 perfeita do seu cliente (300px de largura máxima), 
          a altura ideal matemática é 400px. O seu valor de 400px está impecável! */
        height: 400px; 
        background: #f8fafc; 
        border-radius: 12px; /* Ajustado ligeiramente para harmonizar com os 16px do card */
        margin-bottom: 15px;
        overflow: hidden; /* ESTE CARA é quem vai cortar a imagem em forma de rounded nas pontas */
        position: relative;
    }

    .product-thumb img {
        width: 100%;
        height: 100%;
        /* MUDANÇA AQUI: Faz a imagem expandir até cobrir 100% do espaço do bloco */
        object-fit: cover; 
        object-position: center;
    }






/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/



.btn-primary {
  --bs-btn-bg: #983133; /* Cor de fundo */
  --bs-btn-border-color: #983133; /* Cor da borda */
  --bs-btn-hover-bg: #b94d4d; /* Cor de fundo ao passar o mouse */
  --bs-btn-hover-border-color: #b94d4d; /* Cor da borda ao passar o mouse */
  --bs-btn-active-bg: #8b0000; /* Cor de fundo ao clicar */
  --bs-btn-active-border-color: #8b0000; /* Cor da borda ao clicar */
  --bs-btn-focus-shadow-rgb: 255, 87, 51; /* Sombra ao focar (RGB do fundo) */
}








/*---------------------------------------
  CATEGORIES              
-----------------------------------------*/
.categories-block {
  background: var(--primary-color);
  border-radius: var(--border-radius-large);
  border: 8px solid var(--social-icon-link-bg-color);
  width: 150px;
  height: 150px;
  margin: auto;
  margin-bottom: 24px;
  text-align: center;
  position: relative;
  transition: all 0.5s;
}
.categories-block:hover {
  border-color: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}
.categories-icon {
  color: var(--white-color);
  font-size: var(--h4-font-size);
  line-height: normal;
  margin-bottom: 5px;
}
.categories-block-title {
  color: var(--white-color);
  font-size: var(--copyright-font-size);
}
.categories-block-number {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
}
.categories-block-number-text {
  color: var(--white-color);
  display: block;
  height: 45%;
  position: relative;
  left: 2px;
}


/*---------------------------------------
  REVIEWS              
-----------------------------------------*/
.reviews-section {
  background: var(--section-bg-color);
}
.reviews-carousel .owl-item img,
.avatar-image {
  border: 5px solid var(--section-bg-color);
  border-radius: var(--border-radius-large);
  width: 65px;
  height: 65px;
  object-fit: cover;
}
.reviews-carousel .owl-dots .owl-dot span {
  background: var(--white-color);
  border: 5px solid transparent;
  padding: 5px;
  transition: all 0.5s;
}
.reviews-carousel .owl-dots .owl-dot.active span, 
.reviews-carousel .owl-dots .owl-dot:hover span {
  background: var(--white-color);
  border-color: var(--custom-btn-bg-color);
}
.reviews-thumb {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
.reviews-body {
  position: relative;
  padding: 30px 40px 30px 70px;
}
.reviews-info {
  position: relative;
  padding: 40px 40px 20px 40px;
}
.reviews-title {
  color: var(--p-color);
}
.reviews-info strong,
.reviews-info small {
  display: block;
}
.reviews-info strong {
  color: var(--dark-color);
  line-height: normal;
}
.bi-star-fill {
  color: var(--custom-btn-bg-color);
}
.reviews-bottom small {
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-normal);
}
.quote-icon {
  position: absolute;
  top: 0;
  left: 30px;
  opacity: 0.05;
}


/*---------------------------------------
  xx              
-----------------------------------------*/
.recent-frms-bottom .custom-btn {
  font-size: var(--h5-font-size);
  padding: 25px 50px;
}
.frm-listings-page .hero-form .badge:hover {
  background: var(--primary-color);
}
.frm-thumb {
  border-radius: var(--border-radius-small);
  margin-bottom: 25px;
  padding: 25px;
  transition: all 0.5s ease;
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}
.frm-thumb:hover,
.frm-thumb:nth-of-type(even) {
  /*background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);*/
  
}
.frm-title-link {
  color: var(--dark-color);
}
.frm-thumb p {
  font-size: 18px;
}
.frm-thumb .badge {
  border: 0;
}
.frm-thumb-box {
  border: 1px solid var(--border-color);
  position: relative;
  overflow: hidden;
  max-width: 400px;
  margin-bottom: 48px;
  padding: 0;
}
.frm-thumb-box .frm-body {
  padding: 25px;
}
.frm-thumb-box .frm-body .frm-image-wrap {
  width: 50px;
  min-width: 50px;
  height: 50px;
}
.frm-thumb-box .frm-body .frm-image {
  padding: 10px;
}
.frm-thumb-box .frm-location, 
.frm-thumb-box .frm-date {
  min-width: inherit;
}
.frm-thumb-box .frm-date {
  margin-right: 0;
}
.frm-image-box-wrap {
  position: relative;
}
.frm-image-box-wrap .frm-image {
  padding: 0;
}
.frm-image-box-wrap .badge-level {
  border-color: transparent;
}
.frm-image-box-wrap .badge-level:hover,
.frm-image-box-wrap .badge:hover {
  background: var(--custom-btn-bg-color);
  border-color: transparent;
}
.frm-image-box-wrap-info {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 20px 25px;
}
.frm-image-wrap {
  border-radius: var(--border-radius-large);
  width: 130px;
  min-width: 80px;
  height: 80px;
  margin-right: 10%;
}
.frm-image {
  display: block;
  margin: auto;
  padding: 20px;
}
.frm-body {
  flex: auto;
}
.frm-location {
  min-width: 175px;
}
.frm-location,
.frm-date {
  margin-right: 20px;
}
.frm-date {
  min-width: 155px;
}
.frm-price {
  min-width: 120px;
  margin-right: 10px;
  margin-left: 0px;
}
.frm-thumb-detail,
.frm-thumb-detail:hover {
  background: transparent;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.frm-thumb-detail-box {
  padding: 40px;
}
.frm-detail-share {
  margin-left: auto;
}
.dropdown-sorting .dropdown-menu {
  border-radius: var(--border-radius-small);
  border-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.dropdown-sorting .dropdown-item {
  font-size: var(--copyright-font-size);
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#dropdownSortingButton {
  background: transparent;
  color: var(--dark-color);
  border: 0;
  padding: 0;
}
.sorting-icon {
  color: var(--p-color);
}
.sorting-icon.active {
  color: var(--primary-color);
}
.frm-section-btn-wrap {
  margin-left: auto;
}


/*---------------------------------------
  CTA               
-----------------------------------------*/
.cta-section {
  background-image: url('../images/millennial-group-young-businesspeople.jpg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  padding-top: 150px;
  padding-bottom: 75px;
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.contact-info-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
.contact-info {
  padding: 20px 30px;
}
.contact-info:nth-of-type(even) {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-large);
}
.contact-info .custom-icon {
  font-size: var(--h2-font-size);
  margin-right: 20px;
}
.contact-info-small-title {
  color: var(--secondary-color);
  display: block;
  font-size: var(--copyright-font-size);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
}
.contact-form {
  margin-top: 20px;
}
.contact-form .form-control {
  background-color: var(--section-bg-color);
  margin-bottom: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}
.contact-form .form-control:hover {
  background-color: var(--white-color);
  border-color: var(--primary-color);
}
.contact-form button[type="submit"] {
  margin-bottom: 0;
}
.google-map {
  display: block;
  border-radius: var(--border-radius-medium);
  filter: grayscale(100%);
}


/*---------------------------------------
  NEWSLETTER FORM              
-----------------------------------------*/
.newsletter-form {
  background: var(--news-form);
  border-radius: var(--border-radius-small);
  padding: 30px;
}
.newsletter-form .input-group {
  margin-bottom: 0;
  padding: 10px;
}
.newsletter-form .form-control {
  margin-right: 42px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.newsletter-form button[type="submit"] {
  display: flex;
  justify-content: center;
  align-content: center;
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
  padding-top: 10px;
  padding-bottom: 8px;
  width: 42px;
  height: 42px;
}
.newsletter-form button[type="submit"] i {
  height: 100%;
}
.newsletter-form .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
  border-radius: var(--border-radius-large);
}




/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (min-width: 1025px) {
  .frm-featured-section .frm-thumb {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 991px) {
  .google-map {
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  .section-padding,
  .cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-page .about-section {
    padding-top: 50px;
  }
  .custom-btn {
    padding: 12px 20px;
  }
  .navbar-collapse {
    padding-bottom: 20px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px;
  }
  .navbar-expand-lg .navbar-nav .nav-link.custom-btn {
    margin-top: 10px;
  }
  .page-link {
    font-size: 12px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .custom-text-block {
    padding: 50px 30px;
  }
  .hero-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .badge {
    margin-top: 5px;
  }
  .counter-number, 
  .counter-number-text {
    font-size: var(--h2-font-size);
  }
  .custom-border-radius-start {
    border-radius: var(--border-radius-medium) var(--border-radius-medium) 0 0;
  }
  .custom-border-radius-end {
    border-radius: 0 0 var(--border-radius-medium) var(--border-radius-medium);
  }
  .frm-body p {
    font-size: var(--btn-font-size);
  }
  .frm-location {
    min-width: 140px;
  }
  .frm-price {
    min-width: inherit;
    margin-top: 5px;
    margin-left: 0;
  }
  .hero-form button[type="submit"] {
    margin-bottom: 0;
  }
  .site-footer {
    padding-top: 50px;
  }
  .site-footer-bottom {
    margin-top: 50px;
  }
  .tam{
    width: 50px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  .badge {
    margin: 10px 10px 5px 0;
  }
  .page-link {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .counter-thumb {
    margin: 10px;
  }
  .counter-number, 
  .counter-number-text {
    font-size: var(--h3-font-size);
  }
  .frm-date {
    margin-top: 5px;
  }
  .frm-detail-share {
    margin: 20px auto 0 auto;
  }
  .hero-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tam{
    width: 50px;
  }
}






    /* Top Bar Minimalista */
    .site-header-top {
        background-color: var(--primary);
        color: #ececec;
        font-size: 0.85rem;
        padding: 5px 0;
        letter-spacing: 0.5px;
    }
    .site-header-top a { color: #ececec; text-decoration: none; transition: 0.3s; }
    .site-header-top a:hover { color: var(--white); }

    /* Navbar Flutuante */
    .navbar {
        background: var(--glass) !important;
        backdrop-filter: blur(10px);
        padding: 15px 0;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }

    .gelo {
        color: var(--footer-link-color) !important
    }

    /* Input de Busca "Apple Style" */
    .search-wrapper {
        position: relative;
        width: 100%;
        max-width: 500px;
    }
    .search-wrapper input {
        border-radius: 50px;
        padding: 12px 25px;
        border: 2px solid #eee;
        background: #fdfdfd;
        transition: all 0.3s;
    }
    .search-wrapper input:focus {
        border-color: var(--primary);
        box-shadow: 0 0 15px rgba(232, 107, 55, 0.15);
        background: #fff;
    }
    .search-wrapper .bi-search {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        color: var(--primary);
        font-size: 1.1rem;
    }

    /* Menu de Categorias Moderno */
    .category-bar {
        background: #fff;
        border-bottom: 2px solid var(--light-gray);
        padding: 0;
    }
    .cat-link {
        color: var(--dark) !important;
        font-weight: 600;
        font-size: 0.85rem;
        text-transform: uppercase;
        padding: 18px 15px !important;
        display: flex;
        align-items: center;
        gap: 8px;
        transition: 0.3s;
        border-bottom: 3px solid transparent;
    }
    .cat-link i { font-size: 1.1rem; color: var(--primary); }
    .cat-link:hover {
        background: #fffaf8;
        color: var(--primary) !important;
        border-bottom: 3px solid var(--primary);
    }

   

    .logo-img { max-height: 50px; transition: 0.3s; }
    .logo-img:hover { transform: rotate(-2deg) scale(1.05); }


    /* Container do Carrossel */
    .carousel-modern {
        border-radius: 30px; /* Bordas arredondadas modernas */
        overflow: hidden;
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        margin: 20px 0;
    }

    /* Imagens do Carrossel */
    .carousel-modern .carousel-item img {
        object-fit: cover;
        height: auto;
        transition: transform 1s ease; /* Efeito Ken Burns (zoom lento) */
    }

    /* Efeito de Zoom Suave ao Carregar */
    .carousel-modern .carousel-item.active img {
        transform: scale(1);
    }

    /* Customização dos Controles (Setas) */
    .carousel-modern .carousel-control-prev,
    .carousel-modern .carousel-control-next {
        width: 50px;
        height: 50px;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        margin: 0 20px;
        opacity: 0; /* Escondido por padrão */
        transition: all 0.3s ease;
    }

    .carousel-modern:hover .carousel-control-prev,
    .carousel-modern:hover .carousel-control-next {
        opacity: 1; /* Aparece no hover */
    }

    .carousel-modern .carousel-control-prev-icon,
    .carousel-modern .carousel-control-next-icon {
        filter: invert(1); /* Seta preta para fundo branco */
        width: 20px;
    }

    /* Indicadores (Barrinhas embaixo) */
    .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        border-radius: 50%; /* Bolinhas em vez de traços */
        background-color: var(--primary);
    }


    /* Container dos produtos */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
    padding: 20px 0;
}

/* O Card */
.product-card-modern {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    transition: all 0.3s ease;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.product-card-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    border-color: var(--bg-backg);
}

/* Selo de Desconto ou Categoria */
.badge-promo {
    background-color: var(--bgfooter);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

/* Imagem do Produto */
.product-img-container {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    border-radius: 10px;
    margin-bottom: 15px;
}

.product-img-container img {
    max-height: 150px;
    object-fit: contain;
}

/* Preços */
.price-old {
    text-decoration: line-through;
    color: #999;
    font-size: 0.85rem;
}

.price-current {
    color: var(--bg-backg);
    font-size: 1.4rem;
    font-weight: 800;
    display: block;
}

/* Botão de Compra dentro do Card */
.btn-add-cart {
    width: 100%;
    background-color: var(--bgfooter);
    color: white;
    border: none;
    padding: 10px;
    border-radius: 8px;
    font-weight: 600;
    margin-top: 15px;
    transition: 0.3s;
}

.btn-add-cart:hover {
    background-color: var(--bg-backg);
}

/*///////////////////
  GRADE DE PRODUTOS
//////////////////*/
/* Container da Grade */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    padding: 20px 0;
}

/* Card do Produto */
.product-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 15px;
    transition: 0.3s;
    position: relative;
}

.product-card:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-color: var(--bg-backg); /* Usa o seu cor no hover */
}

/* Imagem 
.product-thumb {
    height: 180px;
    background: #f9f9f9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.product-thumb img {
    max-height: 140px;
    max-width: 100%;
    border-radius: 25px;
}*/

/* Textos */
.product-category {
    font-size: 0.75rem;
    color: var(--secondary); /* Vinho para categoria */
    text-transform: uppercase;
    font-weight: 700;
}

.product-name {
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark-color);
    margin: 5px 0 15px 0;
    height: 40px; /* Mantém o alinhamento se o nome for longo */
}

/* Preços */
.price-container {
    display: flex;
    flex-direction: column;
    color: var(--primary);

}

.old-price {
    font-size: 0.8rem;
    color: #999;
    text-decoration: line-through;
}

.new-price {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--bg-backg); /* Laranja para o preço principal */
}

/* Botão de Compra */
.btn-buy {
    width: 100%;
    background-color: var(--secondary); /* Vinho para o botão */
    color: white;
    border: none;
    padding: 10px;
    border-radius: 6px;
    font-weight: 600;
    margin-top: 15px;
    cursor: pointer;
}

.btn-buy:hover {
    filter: brightness(1.2);
}



.carousel-item {
    border-radius: 20px; /* Bordas arredondadas para um visual moderno */
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: rgba(0,0,0,0.2);
    border-radius: 50%;
    padding: 20px;
    background-size: 50%;
}


.cat-link.active {
    color: var(--bg-backg) !important;
    border-bottom: 2px solid var(--primary);
}



.empty-category-msg {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border-radius: 20px;
    border: 2px dashed #ddd;
    margin-top: 20px;
}

.empty-category-msg i {
    color: var(--bg-backg);
    font-size: 3rem;
    margin-bottom: 15px;
}

.empty-category-msg h4 {
    color: var(--bgfooter);
    font-weight: 700;
}


.titulo-categoria-bg {
    background: #f8f9fa; 
    padding: 20px;
    border-radius: 12px;
    border-left: 5px solid var(--primary); 
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.titulo-categoria-bg h3 {
    margin: 0;
    font-weight: 800;
    font-size: 1.5rem;
    color: var(--bgfooter); 
}



.banner-promo-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 40px 0;
}



/* Cores aplicadas nos banners */
.bg-mais-vendidos {
    background: linear-gradient(135deg, #f5f2f2 0%, #e6e3e3 100%); /* Vinho */
}

.bg-queima-estoque {
    background: linear-gradient(135deg, #f0efef 0%, #dbd7d6 100%); /* Laranja */
}

.banner-box h4 {
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.banner-box p {
    font-size: 0.95rem;
    opacity: 0.9;
}

.btn-banner {
    background: white;
    border: none;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.8rem;
    width: fit-content;
    margin-top: 15px;
}



.banner-box {
    position: relative;
    overflow: hidden; /* Corta a imagem que tentar sair das bordas */
    min-height: 200px;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.banner-content {
    position: relative;
    z-index: 2;
    padding: 40px;
    width: 60%; /* Garante que o texto não atropele a imagem */
}

.banner-img-side {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;    /* Ocupa toda a altura do container */
    width: 45%;      /* Ocupa quase metade da lateral */
    object-fit: cover; /* Ajusta a imagem sem distorcer */
    z-index: 1;
    /* Máscara suave para a imagem não terminar "seco" no meio do banner */
    mask-image: linear-gradient(to left, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to left, black 80%, transparent 100%);
}




/* Card Principal */
.product-card-lm {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #edf2f7;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    position: relative;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}

.product-card-lm:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 30px rgba(0,0,0,0.08);
    border-color: #983133; /* Laranja ao passar o mouse */
}

/* Badge Superior */
.lm-badge {
    background: #fff0eb;
    color: #983133; /* Vinho */
    font-size: 0.65rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Imagem Clean */
.lm-img-wrapper {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.lm-img {
    max-height: 140px;
    object-fit: contain;
    transition: 0.5s ease;
}

.product-card-lm:hover .lm-img {
    transform: scale(1.1);
}

/* Título e Links */
.lm-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 10px;
    height: 48px;
    overflow: hidden;
}

.lm-title a {
    color: #2d3436;
    text-decoration: none;
    transition: 0.3s;
}

.lm-title a:hover {
    color: #983133; /* Vinho no hover do título */
}

/* Divisor Estilizado */
.lm-divider {
    height: 2px;
    width: 40px;
    background: #983133; /* Laranja */
    margin: 15px 0;
    border-radius: 2px;
}

/* Botão de Ação */
.btn-lm-comprar {
    background: #983133; /* Vinho Inicial */
    color: white !important;
    border-radius: 12px;
    padding: 10px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    border: none;
    box-shadow: 0 4px 15px rgba(152, 49, 51, 0.2);
}

.btn-lm-comprar:hover {
    background: #983133; /* Laranja no Hover */
    box-shadow: 0 6px 20px rgba(232, 107, 55, 0.3);
    transform: scale(1.02);
}





.site-header-lm {
    background: linear-gradient(135deg, #983133 0%, #b94d4d 100%); 
    padding: 80px 0;
    position: relative;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.hero-title-lm {
    color: white;
    font-weight: 900;
    font-size: 2.8rem;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.hero-title-lm span {
    color: #ffe926; 
}

.hero-subtitle {
    color: rgba(255,255,255,0.7);
    font-size: 1.1rem;
    margin-bottom: 40px;
}

/* Painel de Busca Branco Flutuante */
.search-panel-lm {
    background: white;
    padding: 15px;
    border-radius: 20px;
    margin-top: 20px;
}

.lm-input-group {
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eee;
}

.lm-input-group input, .lm-input-group select {
    background: #f8f9fa;
    height: 50px;
}

.lm-input-group input:focus {
    background: white;
    box-shadow: none;
}

/* Botão Laranja */
.btn-cor-lm {
    background-color: #983133;
    color: white;
    font-weight: 700;
    padding: 0 30px;
    border-radius: 12px;
    border: none;
    transition: 0.3s;
}

.btn-cor-lm:hover {
    background-color: #b94d4d;
    transform: scale(1.05);
    color: white;
}

/* Alerta Customizado */
.alert-lm {
    background: #fff3cd;
    border: none;
    border-left: 5px solid #ffc107;
    border-radius: 10px;
    color: #856404;
    font-weight: 600;
}




/* No seu <style> */
.table-lm {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    border: none;
}

.table-lm thead {
    background-color: var(--bgfooter);
    color: white;
}

.table-lm th {
    padding: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.product-name-cell {
    font-weight: 700;
    color: #2d3436;
}

.price-net-lm {
    color: var(--primary);
    font-weight: 800;
    font-size: 1.1rem;
}

.badge-desconto-lm {
    background-color: #fff0eb;
    color: var(--primary);
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 5px;
}

/* Input de Quantidade Estilizado */
.qty-input-lm {
    border: 2px solid #eee;
    border-radius: 8px;
    text-align: center;
    font-weight: 700;
    width: 70px !important;
}

.qty-input-lm:focus {
    border-color: var(--primary);
    box-shadow: none;
}


#cart {
    background: white;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border-radius: 20px;
    border-top: 5px solid var(--primary);
    padding: 20px;
    z-index: 1050;
}


/* Card de Grupos de Produtos */
.card-grupo-lm {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    transition: 0.3s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.card-grupo-lm:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

/* Header em Vinho */
.card-header-lm {
    background-color: #983133; 
    color: white;
    padding: 15px 20px;
    text-align: center;
}

.card-header-lm h5 {
    font-size: 0.95rem;
    letter-spacing: 1px;
}

/* Estilo da Lista Interna */
.nome-prod-lm {
    font-size: 0.85rem;
    color: #444;
    display: block;
    line-height: 1.2;
}

.preco-prod-lm {
    font-size: 0.9rem;
    font-weight: 800;
    color: #983133; 
}

/* Botão em Laranja */
.btn-comprar-lm {
    background: #983133;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 12px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.btn-comprar-lm:hover {
    background: #983133; /* Muda para Vinho no hover */
    color: white;
    transform: scale(1.02);
}

/* Mensagem de Vazio */
.msg-vazia-lm i {
    font-size: 3rem;
    color: #ddd;
}
