
/*----------------------------------------
 0.  CSS COLORS
----------------------------------------*/

:root {
  --primary-color: #577cd1;
  --secondary-color: white;
  --third-color: #c39595;  
}


/*----------------------------------------
  1.  MAIN CSS
----------------------------------------*/

html, body {
  height: 100%;
}

a:focus {
  outline: 0px solid;
}

img {
  max-width: 100%;
  height: auto;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 15px;
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  margin: 0 0 15px;
  color: #444;
  font-weight: 500;
}

h1 {
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-size: 38px;
  line-height: 40px;
}

h3 {
  font-size: 30px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 22px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  color: #3EC1D5;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0 none;
}

.tonyred h2 span {
color: #c82b2b;
font-weight: 900;
}

body {
  background: #fff none repeat scroll 0 0;
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: left;
  overflow-x: hidden;
  line-height: 22px;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: var(--primary-color);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: white;
  color: var(--primary-color);
  border-width: medium;
  border-color: var(--primary-color);
  outline: none;
}

.back-to-top:hover {
  background: white;
  color: var(--primary-color);
  border-style: solid;
  border-width: 1px;
  border-color: var(--primary-color);
  outline: none;
}

.clear {
  clear: both;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
  appearance: none;
  box-shadow: none !important;
}

/* selection of text and items */
::selection {
  background: var(--third-color);
  text-shadow: none;
}

.area-padding {
  padding: 70px 0px 80px;
}

.area-padding-2 {
  padding: 70px 0px 50px;
}

.padding-2 {
  padding-bottom: 90px;
}

.section-headline h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;
  text-transform: capitalize;
}

.section-headline h2::after {
  border: 1px solid #333;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}

.sec-head {
  display: inline-block;
  font-size: 3vh;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

/*--------------------------------
 2. HEADER
--------------------------------*/

/* Menu in the initial layout is transparent */
.main-menu .dropdown > a {
  display: inline-block; 
  padding-right: 10px;   
  white-space: nowrap;  
}

.main-menu .dropdown-toggle {
  display: inline-block; 
  padding-left: 2px;     
  vertical-align: middle;
}

.main-menu .dropdown-toggle .caret {
  margin-left: 5px; 
  vertical-align: middle;
}

.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: none;
  z-index: 9;
}

.navbar-header a.navbar-brand {
  display: inline-block;
  height: 70px;
  padding: 15px 0;
}

.main-menu ul.navbar-nav li {
  display: inline-block;
  padding: 0px 13px;
}

.main-menu ul.navbar-nav li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 24px 0px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.main-menu ul.navbar-nav li.active > a::after {
  border: 1px solid #fff;
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.main-menu ul.navbar-nav li.active a:hover {
  background: none;
  color: #fff;
}

.main-menu ul.navbar-nav li.active a:focus {
  color: #fff;
}

.main-menu ul.navbar-nav li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  position: relative;
}

.main-menu ul.navbar-nav li a:hover {
  color: var(--primary-color);
  font-weight: bolder; 
}


.navbar {
  border: medium none;
  margin-bottom: 0;
}

.navbar-default {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.main-menu ul.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  background: none;
  color: #333;
}

.navbar-default .navbar-toggle {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  padding: 25px 0px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  background-color: transparent;
  color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 30px;
  height: 2px;
}

.top-right.text-right {
  float: right;
  position: relative;
  top: 24px;
  margin-left: 20px;
}

.top-right.text-right>li {
  float: right;
  margin: 0px 8px;
}

.top-right.text-right li a {
  color: #fff;
}

.main-menu .dropdown ul {
  background: #000;
}

.main-menu .dropdown ul li {
  display: block;
}

/*--------------------------------
2.1.  NAVIGATION BAR
--------------------------------*/

.header-area {
  background-color: transparent;
  height: 70px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.scrolled {
  background-color: var(--primary-color); /* Use your theme's color */
}

.navbar-header a.navbar-brand {
  display: inline-block;
  height: 90px;
}

 .navbar-brand>img {
  display: none;
}

 .navbar-brand.logo>img {
  display: block;
}

.logo h1 {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 36px;  
  font-weight: bold;
  line-height: 1;
}

.logo h1 span {
  color: #c82b2b;
}
.main-menu ul.navbar-nav li.active > a::after {
  border: 1px solid #fff;
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.main-menu ul.nav>li>a:hover {
  color: #fff;
}

.main-menu ul.navbar-nav li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  position: relative;
}

/*------------------------------
  3. SOBRE NÓS
--------------------------------*/

.about-area {
  background-color: #f9f9f9;
}

.single-well>a {
  display: block;
}

.single-well ul li {
  color: #444;
  display: block;
  padding: 5px 0;
}

.single-well ul li i {
  color: #3EC1D5;
  padding-right: 10px;
  font-size: 12px;
}

.single-well p {
  color: #444;
}

.single-well ul li i{
  color: var(--primary-color);
}

.single-well img{
  padding-bottom: 20px;
  height: 450px;
  width: 100%;
  border-radius: 120px 0px 120px 0px;
}

/*--------------------------------
4. SERVIÇOS
--------------------------------*/
/* Section Layout */
/* General styles for the services section */
.services-section {
  padding: 50px;
  background-color: #f8f9fa;
}

.service-highlight {
  text-align: center;
  margin-bottom: 30px;
}
 
.service-highlight h2 {
  font-size: 3.5rem;
  color: #333;
  margin-bottom: 10px;
}

.service-highlight p {
  font-size: 2rem; /* Slightly larger for emphasis */
  color: #666;
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 cards per row */
  gap: 20px; /* Space between cards */
}

.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: none; /* Remove animations */
  padding: 0px;
  margin: 0px;
}

.content{
  background-size: 110%;
}

.content:hover{
  background-size: 130%; /* Zooms in the background image */
  transition: background-size 0.7s ease;
}

.service-card .content {
  position: relative;
  z-index: 2;
  padding: 20px;
  border-radius: 10px;
}

.service-card h3 {
  font-size: 2.8rem; /* Larger heading */
  color: #222;
  margin-bottom: 10px;
  padding: 20px;
  padding-bottom: 0px;
}

.service-card p {
  font-size: 1.6rem; /* Larger description text */
  color: #555;
  padding-top: 0px;
  padding: 20px;
}

.service-card img{
  border-radius: 18px;
  padding-top: 20px;
  height: 200px;
  width: 300px;
}

.service-card .learn-more {
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem; /* Larger button text */
  /* font-weight: bold; */
  color: black;
  text-decoration: none;
  margin-top: 15px;
  transition: color 0.3s ease;
  padding-bottom: 5px;
  border-bottom: 2px solid black;
}

.service-card .learn-more::after {
  content: "↗"; 
  font-size: 2.5rem; /* Larger arrow */
  margin-left: 5px;
  transition: transform 0.3s ease, content 0.3s ease, color 0.6s ease;
}

.service-card .learn-more:hover {
  color: #000; /* Text turns black */
  border-bottom: 2px solid black;
}

.service-card .learn-more:hover::after {
  content: "→"; /* Left arrow on hover */
  transform: translateX(-5px); /* Smooth arrow movement */
  padding-left: 10px;
  color: #000;
}

@media (max-width: 768px) {
  .service-cards {
    grid-template-columns: repeat(2, 1fr); /* 2 cards per row */
  }
}

@media (max-width: 480px) {
  .service-cards {
    grid-template-columns: 1fr; /* 1 card per row */
  }
}


/*----------------------------------------
  5. SUBSCRIÇÃO
----------------------------------------*/

.test-overly {
  background: rgba(0, 0, 0, 0.80);
  position: absolute;
  width: 100%;
  height: 100%;
}

/*----------------------------------------
  6. PERGUNTAS MAIS FREQUENTES
----------------------------------------*/

.faq-details .panel-heading {
  padding: 0;
}

.panel-default>.panel-heading {
  background-color: transparent;
  border: medium none;
  color: #333;
}

.faq-details h4.check-title a {
  color: #333;
  display: block;
  font-weight: 700;
  letter-spacing: 2px;
  margin-left: 40px;
  padding: 6px 10px;
  text-decoration: none;
}

.panel-body {
  padding: 15px 15px 0px 50px;
}

.faq-details h4.check-title {
  color: #444;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.faq-details a span.acc-icons {
  position: relative;
}

.faq-details a span.acc-icons::before {
  color: #333;
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  height: 40px;
  left: -51px;
  line-height: 39px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 42px;
}

.faq-details h4.check-title a.active, .faq-details a.active span.acc-icons::before {
  color: var(--primary-color);
}

.faq-details a.active span.acc-icons::before {
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  height: 40px;
  left: -51px;
  line-height: 39px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 42px;
}

.event-content.head-team h4 {
  background: transparent;
  color: #333;
  padding: 20px 0 10px; 
  font-weight: 600; 
  text-transform: capitalize;
  border-bottom: 2px solid #eee;
}

.custom-tab-container {
  display: flex;
  flex-direction: column; /* Stack the navbar and content vertically */
  margin: 0 auto;
  padding: 10px;
  max-width: 90%; /* Ensures content does not exceed the screen width */
}

.custom-tab-menu {
  display: block;
  text-align: center;
  margin-bottom: 20px; 
}

.custom-tab-menu ul.custom-nav {
  margin: 0;
  padding: 0;
}

.custom-tab-menu ul.custom-nav li {
  display: inline-block;
  margin-bottom: 10px;
}

.custom-tab-menu ul.custom-nav li a {
  background: transparent;
  border-radius: 5px; 
  color: #444;
  display: inline-block; /* Adjusted for better wrapping */
  font-weight: 500;
  margin-right: 5px;
  padding: 10px 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 16px; /* Reduced font size for smaller screens */
  transition: all 0.3s ease; 
  text-decoration: none;
}

.custom-tab-content {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 8px; 
  background-color: #fff;
  margin-top: 10px;
}

.custom-tab-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 15px;
  text-transform: uppercase;
}

.custom-tab-content p {
  font-size: 14px; /* Adjusted for readability on smaller screens */
  line-height: 1.6;
  color: #666;
  margin-bottom: 10px;
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
  .custom-tab-menu ul.custom-nav li {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  
  .custom-tab-menu ul.custom-nav li a {
    font-size: 14px; /* Adjusted for smaller screens */
    padding: 8px 15px; /* Reduced padding */
  }

  .custom-tab-content {
    padding: 10px; /* Reduced padding */
  }

  .custom-tab-content h4 {
    font-size: 18px; /* Adjusted font size */
  }

  .custom-tab-content p {
    font-size: 14px; /* Adjusted for readability */
  }
}

@media (max-width: 480px) {
  .custom-tab-menu ul.custom-nav li a {
    padding: 5px 10px; /* Further reduced padding */
    font-size: 12px; /* Smaller font size for very small screens */
  }

  .custom-tab-content h4 {
    font-size: 16px; /* Adjust font size for very small screens */
  }

  .custom-tab-content p {
    font-size: 12px; /* Adjust for readability */
  }
}


/*----------------------------------------
 7. SUBSCRIÇÃO
----------------------------------------*/

.wellcome-area {
  background: rgba(248, 248, 248,) url("../img/background/bg1.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.well-bg {
  position: relative;
}

.wellcome-text {
  margin: 70px 0;
  padding: 30px 40px;
}

.well-text>h2 {
  color: #fff;
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
}

.well-text p {
  font-size: 18px;
  font-style: italic;
  color: #fff;
}

.wellcome-text .section-headline p {
  margin-bottom: 0;
}

.subs-feilds {
  border: 1px solid #fff;
  display: inline-block;
  height: 52px;
  margin-top: 30px;
  width: 60%;
  border-radius: 30px;
  overflow: hidden;
}

.suscribe-input input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  float: left;
  font-size: 15px;
  line-height: 24px;
  padding: 11px 15px;
  width: 70%;
  height: 50px;
}

.suscribe-input button {
  background: var(--primary-color) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0 20px 20px 0;
  color: #fff;
  float: left;
  font-size: 20px;
  font-weight: 700;
  padding: 14px 20px;
  width: 30%;
}

.suscribe-input button:hover {
  background: #fff none repeat scroll 0 0;
  color: var(--primary-color);
}

/*----------------------------------------
 8. A EQUIPA
----------------------------------------*/

.team-member {
  background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
  display: block;
  margin-right: -15px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.team-member::before {
  background: rgba(0, 0, 0, 0) url("../img/team/team01.jpg") repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin-right: -15px;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  transition: 5s;
  transform: scale(1);
}

.team-member:hover.team-member::before {
  transform: scale(1.2);
}

.single-team-member {
  border: 1px solid #ddd;
  min-height: 400px;
}

.team-member-carousel .single-team-member {
  overflow: hidden;
  width: 100%;
}

.single-team-member:hover .team-img a:after {
  opacity: 1;
}

.single-team-member:hover .team-social-icon {
  top: 45%;
  opacity: 1;
}

.team-img {
  position: relative;
}

.team-img>a {
  display: block;
}

.team-img img{
  width: 100%;
  height: 250px;
}

.team-img>a::after {
  background: rgba(0, 0, 0, 0.70);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
  opacity: 0;  
}

.team-social-icon {
  left:65%;
  margin-left: -61px;
  opacity: 0;
  position: absolute;
  top: 30%;
  transition: 1.3s;  
}

.team-social-icon ul li {
  display: inline-block;
}

.team-social-icon ul li a {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 35px;
  margin: 0 3px;
  width: 34px;
}

.team-social-icon ul li a:hover {
  color: #fff;
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}

.team-content {
  padding: 10px 10px;
}

.team-content>h4, .team-content>p {
  color: #444;
  margin-bottom: 5px;
}

.team-content.head-team p {
  margin-bottom: 0;
}

.team-left-icon.text-center {
  margin-bottom: 20px;
}

.head-team h4 {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
}

/*--------------------------------
 9. JUNTA-TE A NÓS
--------------------------------*/

.reviews-area {
  background: url("../img/background/bg1.jpg");
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  position: relative;
}

.work-left-text {
  background: var(--primary-color) none repeat scroll 0 0;
}

.work-left-text {
  width: 50%;
}

.work-right-text {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  float: right;
  height: 100%;
  overflow: hidden;
  padding: 71px 0;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

.work-right-text h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}

.work-right-text h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
}

.work-right-text .opiniao-btn {
  margin-left: 0;
  margin-top: 20px;
}

.single-awesome-4 {
  display: block;
  float: left;
  overflow: hidden;
  width: 33.33%;
}

.single-awesome-4 .add-actions {
  padding: 10px 20px;
}

.ready-btn, .ready-btn-jtn {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  padding: 12px 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
}

.ready-btn-jtn:hover {
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  color: white;
}

/*----------------------------------------
10. PORTFOLIO
----------------------------------------*/

/* General styling for the services section */
#services {
  padding: 50px ;
  background-color: #f9f9f9; /* Light background for contrast */
}

.section-headline {
  margin-bottom: 40px;
}

.section-headline h2 {
  font-size: 32px;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

.single-service {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 20px 40px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.single-service h3 {
  font-size: 22px;
  color: var(--primary-color); /* Change this color to match your brand color */
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

.single-service ul {
  list-style-type: none;
  padding: 0;
}

.single-service ul li {
  font-size: 16px;
  color: #555;
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
}

.single-service ul li:last-child {
  border-bottom: none;
}

.single-service ul li:before {
  content: "\2022"; /* Adds bullet point */
  color: var(--primary-color); /* Icon color, matches the title */
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* Hover effect on service cards */
.single-service:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

/* Responsive behavior for smaller screens */
@media (max-width: 768px) {
  .single-service {
      margin-bottom: 20px;
  }

  .section-headline h2 {
      font-size: 28px;
  }

  .single-service h3 {
      font-size: 20px;
  }

  .single-service ul li {
      font-size: 14px;
  }
}
/*----------------------------------------
11. TABELA DE PREÇOS
----------------------------------------*/

.experience-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.section-headline {
  margin-bottom: 40px;
}

.section-headline h2 {
  font-size: 36px;
  color: #333;
}

.section-headline h5 {
  font-size: 18px;
  color: #666;
  margin-top: 15px;
}

.experience-list {
  margin-top: 30px;
}

.experience-item {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.experience-item h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

.experience-item ul {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  color: #666;
}

.experience-item ul li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.experience-item ul li:last-child {
  border-bottom: none;
}

.experience-item img{
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .experience-item {
      margin-bottom: 20px;
  }
}

/*----------------------------------------
12. TESTEMUNHOS
----------------------------------------*/

.testimonials-area {
  background: rgba(0, 0, 0, 0) url("../img/background/slider1.jpg") no-repeat fixed center top / cover;
  height: auto;
  width: 100%;
}

.testi-inner {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.testi-overly {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.quate {
  border: 1px dotted #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 70px;
  line-height: 70px;
  width: 70px;
}

.quate:hover {
  color: var(--primary-color);
}

.testi-img img {
  border: 1px dotted rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  height: 80px;
  margin: 0 auto;
  padding: 5px;
  transition: background 0.6s ease-out 0s;
  width: 80px !important;
}

.testi-text p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  margin: 20px 0;
  letter-spacing: 1px;
}

.testi-text h6 {
  color: #fff;
  font-size: 20px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot>span {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  height: 8px;
  width: 8px;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
  bottom: -30px;
  display: block;
  left: 50%;
  margin-left: -20px;
  position: absolute;
}

.testimonial-content {
  margin-bottom: 15px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
  display: inline-block;
  margin: 0 3px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
  background: var(--primary-color);
}

.testi-text.text-center>h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.guest-rev {
  color: #ddd;
  font-size: 16px;
}

.guest-rev>a {
  color: var(--primary-color);
  font-size: 14px;
}

/*--------------------------------
13. NOVIDADES
--------------------------------*/

/* Main container for the news area */
.news-area {
  height: auto;
  width: 100%;
  background: #f9f9f9;
  padding: 60px 0;
}

.section-headline {
  margin-bottom: 40px;
}

.section-headline h2 {
  font-size: 36px;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

/* Styling for individual service blocks */
.single-news {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s ease;
}

.single-news:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* Image styling */
.single-news-img img {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  margin-bottom: 15px;
}

/* Service titles */
.news-text h4 {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.news-text h4 a {
  color: #333;
  text-decoration: none;
}


/* Service descriptions */
.news-text p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

/* Button styling */
.single-news .ready-btn {
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  color: var(--primary-color);
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease;
}

.single-news .ready-btn:hover {
  background: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}

/* Responsive design */
@media (max-width: 768px) {
  .single-news {
      margin-bottom: 20px;
  }
}

/*------------------------------
  14. OPINIÃO 
--------------------------------*/

.opiniao-area {
  background: var(--primary-color) none repeat scroll 0 0;
  padding: 30px 0;
}

.opiniao-text {
  display: block;
  padding: 10px 0;
}

.opiniao-text h3 {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.opiniao-btn {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #fff;
  color: var(--primary-color);
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-left: 100px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
}

.opiniao-btn:hover {
  background: var(--primary-color) none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;
}

/*--------------------------------
14. CONTACTOS
/*--------------------------------*/

/* Main Contact Area */
.contact-area {
  width: 100%;
  background-color: #f3f4f6; /* Light gray background */
  padding: 80px 0; /* Padding for the entire area */
}

/* Inner Content Styling */
.contact-inner {
  max-width: 1200px; /* Limit the max width of the container */
  margin: 0 auto; /* Center the container */
}

/* Section Headline */
.section-headline h2 {
  font-size: 36px; /* Heading size */
  color: #333; /* Dark text color */
  margin-bottom: 40px; /* Space below heading */
  text-align: center; /* Center text */
}

/* Contact Icon Section */
.contact-icon {
  text-align: center; /* Center the icons */
  margin-bottom: 30px; /* Space below each icon */
}

.contact-icon .single-icon {
  display: flex; /* Flexbox for alignment */
  flex-direction: column; /* Stack icon above text */
  align-items: center; /* Center align items */
}

/* Icon Style */
.single-icon i {
  font-size: 36px; /* Larger icon size */
  width: 50px;
  height: 50px;
  line-height: 46px;
  border-radius: 50%; /* Circular icons */
  margin-bottom: 10px; /* Space below icon */
}

/* Icon Text */
.single-icon p {
  font-size: 16px; /* Standard text size */
  line-height: 30px; /* Line height for text */
  color: #444; /* Dark text color */
}

/* Contact Content Box */
.contact-content {
  padding: 40px; /* Padding inside content box */
  background-color: #ffffff; /* White background */
  border-radius: 12px; /* Rounded corners */
  margin-top: 20px; /* Space above content box */
  text-align: center; /* Center text in content box */
  height: 300px;
}

/* Contact Heading */
.contact-content h4 {
  font-size: 28px; /* Size for the contact heading */
  color: #333; /* Dark text color */
  margin-bottom: 20px; /* Space below heading */
  font-weight: 700; /* Bold text */
}

/* Contact Paragraph */
.contact-content p {
  font-size: 18px; /* Size for paragraph text */
  color: #666; /* Lighter text color */
  line-height: 1.6; /* Line height for better readability */
  margin-bottom: 30px; /* Space below paragraph */
}

/* Mail Button Styling */
.mail-btn {
  background-color: var(--primary-color); /* Primary color background */
  color: #ffffff; /* White text color */
  font-size: 18px; /* Font size */
  padding: 12px 30px; /* Padding for button */
  border-radius: 30px; /* Rounded corners */
  text-decoration: none; /* No underline */
  display: inline-block; /* Inline-block for spacing */
  transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Transition effects */
}

/* Mail Button Hover Effect */
.mail-btn:hover {
  background-color: white;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

/* Map/Image Section */
.contact-image img {
  width: 100%; /* Responsive image */
  border-radius: 12px; /* Rounded corners for image */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Shadow effect */
  height: 300px; /* Maintain aspect ratio */
  margin-top: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .contact-content {
    margin-top: 20px; /* Space on smaller screens */
  }

  .contact-image img {
    margin-bottom: 30px; /* Space below image on mobile */
  }
}

/*----------------------------------------
15. CAROUSEL
----------------------------------------*/

/* styles.css */
.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 10px;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 100px;
  background-color: #f9f9f9;
}

.carousel-images {
  display: flex;
  gap: 25px; /* Adjust gap between images */
  animation: scroll 60s linear infinite; /* Smooth, continuous scroll */
}

.carousel-images img {
  width: 150px;
  height: 100px;
  border-radius: 10px;
  flex-shrink: 0; /* Prevent shrinking of images */
}

@keyframes scroll {
  from {
    transform: translateX(0); /* Start at the beginning */
  }
  to {
    transform: translateX(-100%); /* Scroll the entire set of images */
  }
}




/*----------------------------------------
16. FOOTER
----------------------------------------*/

.footer-area {
  padding: 40px 0;
  background: #f9f9f9;
}

.footer-head p {
  color: #444;
}

.footer-head h4 {
  color: #444;
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.footer-head a{
  color: #444;
  display: block;
  padding-bottom: 15px;
}

.footer-head a:hover{
  color: var(--primary-color);
}

.footer-logo {
  padding-bottom: 20px;
}

.footer-logo h2 {
  color: #222;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  font-weight: 900;
}

.footer-logo h2 span {
  color: rgb(200, 43, 43);
  font-weight: 900;
}

.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  border: 1px solid #444;
  color: #444;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
}

.footer-icons {
  margin-top: 30px;
}

.footer-contacts p span {
  color: var(--primary-color);
  font-weight: 700;
}

.footer-content {
  display: block;
  overflow: hidden;
}

.footer-icons ul li a:hover {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
}

.footer-area-bottom {
  background: #f1f1f1 none repeat scroll 0 0;
  padding: 15px 0;
}

.copyright-text a {
  color: #444;
}

.copyright>p {
  margin-bottom: 0;
  color: #444;
}

/*----------------------------------------
 .End CSS
----------------------------------------*/
