@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&family=Montserrat:wght@400;500&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Hero Section */
.hero {
  background-size: cover;
  background-position: center;
  height: 100vh;
  color: white;
  position: relative;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none; 
}

.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;  
  align-items: flex-start;
  text-align: left;
  padding: 20% 10% 0 10%;      
}


.hero-content .btn {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  margin-top: 2rem;
  position: relative;
  z-index: 10; 
}

.custom-btn {
  color: #fff !important;
  background-color: #006C93 !important;
  border-color: #006C93 !important;
  font-family: 'Montserrat', sans-serif;
}

.hero-title {
  font-family: 'Montserrat', cursive;
  font-size: 3.5rem;  
  line-height: 1.2;
}

#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  width: 8%; 
}

#heroCarousel .carousel-control-prev-icon,
#heroCarousel .carousel-control-next-icon {
  background-color: #FF8200; 
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-size: 60%;
  filter: none;
  opacity: 1; 
}

/* Principles Section */
.principles-section {
  background-color: #000;
  color: white;
  padding: 80px 0;
}

.principles-title {
  font-size: 1.8rem;
  font-weight: 500;
}

.principle-card {
  border: 1px solid #666;
  padding: 20px;
  background-color: #111;
  border-radius: 12px;
  text-align: left;
  transition: background-color 0.3s ease;
  height: 100%;
}

.principle-card:hover {
  background-color: #222;
}

.principle-card h5 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.principle-card p {
  font-size: 0.95rem;
  color: #ccc;
  margin: 0;
}

/* Automation Section */
.automation-section {
  background-color: #142533;
  color: white;
  padding: 30px 0;
}

.automation-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Comfortaa', cursive;
}

.automation-text {
  font-size: 1rem;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.custom-btn {
  background-color: #0088cc;
  border: none;
  padding: 10px 25px;
  border-radius: 8px;
  font-weight: 500;
  color: white;
  text-decoration: none;
}

.custom-btn:hover {
  background-color: #2c3e50;
}

.automation-img {
  width: 180px;
  height: 180px;
  border-radius: 20px;
  border: 5px solid white;
  background-color: white;
  object-fit: cover;
}

img[alt="Imagem 1"] {
  border-color: #006C93;
}

img[alt="Imagem 2"] {
  border-color: #FF8200;
}

img[alt="Imagem 3"] {
  border-color: #006C93;
}

.highlighted-img {
  border: 4px solid orange;
}

.automation-img:hover {
  transform: scale(1.05);
}

/* Testimonials Section */
.testimonials-section {
  background-color: #1f2c3c;
  color: #fff;
  padding: 80px 0;
}

.testimonials-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}

.testimonial-box {
  max-width: 700px;
  margin: 0 auto;
  background-color: #2b3a4b;
  border-left: 5px solid #FF8200;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  text-align: center;
}

.testimonial-text {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #f8f9fa;
  font-style: italic;
  line-height: 1.6;
}

.testimonial-author {
  font-weight: bold;
  color: #FF8200;
  margin-bottom: 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #006C93;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-size: 60%;
}


/* Partners Section */
.partners-section {
    background-color: white;
    padding: 60px 0;
}

.partners-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.partner-text-container {
    max-width: 400px;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
}

.partner-text-container h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #142533;
}

.partner-text-container .btn.custom-btn {
    margin-top: 20px;
    display: inline-block;
    color: #fff !important;
    background-color: #006C93 !important;
    border-color: #006C93 !important;
    font-family: 'Montserrat', sans-serif;
}

.partner-carousel {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 20px 0;
    scroll-behavior: smooth;
}

.partner-carousel::-webkit-scrollbar {
    height: 8px;
}

.partner-carousel::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

.partner-logo {
    max-height: 100px;
    max-width: 150px;
    object-fit: contain;
}

.partner-logo:hover {
    filter: grayscale(0%);
}

.site-footer {
  margin-top: auto;
  background-color: #142533;
  color: white;
  padding: 40px 20px;
  text-align: center;
}

body > *:not(.site-footer) {
  flex: 0 0 auto;
}

