:root {
  --primary: #016D56;
  --primary-hover: #014D3F;
  --primary-pastel: #E6F5F1;
  --white: #ffffff;
  --light: #f9f9f9;
  --black: #000000;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  color: #6c6c6c;
}

a {
  text-decoration: none;
  color: var(--white);
}

a:hover {
  color: var(--primary-pastel);
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  background: #fff;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #5a5af3;
}

#header .logo img {
  max-height: 40px;
}

@media (max-width: 992px) {
  #header {
    padding: 12px 0;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  display: flex;
  align-items: center;
  height: 100vh;
  background: url('../img/background/bg-hero.webp') no-repeat center center;
  background-size: cover;
}

#hero h1 {
  margin: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  color: var(--primary);
}

#hero p {
  margin: 20px 0;
  font-weight: 500;
}

#hero .logo {
  width: 150px;
  margin-bottom: 30px;
}

#hero .hero-img img {
  width: 100%;
  border-radius: 100px 100px 100px 0;
}

@media (max-width: 768px) {
  #hero {
    background: transparent;
    text-align: center;
    height: 100%;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero .hero-img img {
    margin-top: 45px;
    width: 90%;
    border-radius: 0px 70px 0px 70px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 10px;
  position: relative;
  color: var(--primary);
}

.section-title p {
  margin-bottom: 0;
  font-size: 17px;
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
.btn-get-started {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  padding: 15px 40px;
  color: var(--white);
  background-color: transparent;
  background-image: linear-gradient(360deg, var(--primary) 0%, var(--primary-hover) 100%);
  box-shadow: 0px 0px 23px -2px rgba(1, 109, 86, 0.8);
  border-radius: 0px 20px 0px 20px;
  display: inline-block;
}

.btn-get-started:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 30px -1px rgba(1, 109, 86, 0.9);
}

@media (max-width: 575px) {
  .btn-get-started {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  background-color: var(--primary);
}

.services .section-title h2 {
  color: var(--white);
}

.services .box {
  padding: 50px 30px;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 18px 5px rgba(19, 128, 127, 0.06);
  transition: all ease-in-out 0.5s;
  overflow: hidden;
  background-color: var(--white);
}

.services .box:hover {
  box-shadow: 0 0 40px 15px rgba(0, 255, 170, 0.25);
}

.services .box h4 {
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  margin: 15px 0 15px 0;
  color: var(--primary);
}

.services .box p {
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.services .box i {
  font-size: 45px;
  color: var(--primary);
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
  color: var(--primary);
}

.about .content p {
  text-align: justify;
}

.about img {
  width: 90%;
  border-radius: 100px 100px 0 100px;
}

@media (max-width: 768px) {
  section.about {
    padding-bottom: 30px;
  }

  .about .content img {
    position: relative;
    left: 5%;
    width: 90%;
    border-radius: 0px 70px 0px 70px;
    margin-bottom: 30px;
  }

  .about .content h3 {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Equipe
--------------------------------------------------------------*/
section.equipe {
  padding-top: 0;
}

.equipe .content h3 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
  color: var(--primary);
}

.equipe .content p {
  text-align: justify;
}

.equipe img {
  position: relative;
  left: 15%;
  width: 90%;
  border-radius: 100px 100px 100px 0;
}

@media (max-width: 768px) {
  .equipe .content h3 {
    text-align: center;
    margin-top: 30px;
  }

  .equipe img {
    position: relative;
    left: 5%;
    width: 90%;
    border-radius: 0px 70px 0px 70px;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .box-why-us {
  padding: 40px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  border-radius: 10px;
}

.why-us .box-why-us .card-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

.why-us .box-why-us .card {
  padding: 20px;
  border-radius: 10px;
  border: none;
}

.why-us .box-why-us .card:hover {
  transform: translateY(-5px);
}

.why-us .box-why-us .card h5 {
  margin-bottom: 15px;
  font-weight: 600;
}

.why-us .box-why-us .card p {
  margin: 0;
}

.why-us .box-why-us .card-1 {
  background-color: var(--primary);
  color: var(--white);
}

.why-us .box-why-us .card-1 .icon-box {
  color: var(--white);
}

.why-us .box-why-us .card-2 {
  background-color: var(--light);
  color: var(--primary);
}

.why-us .box-why-us .card-2 .icon-box {
  color: var(--primary);
}

.why-us .box-why-us .card .icon-box {
  font-size: 28px;
  flex-shrink: 0;
  margin-top: 4px;
}

@media (max-width: 768px) {
  section.why-us {
    padding-top: 0;
  }

  .why-us .box-why-us {
    padding: 20px;
  }

  .why-us .section-title h2 {
    font-size: 30px;
  }
}

/*--------------------------------------------------------------
# Galeria
--------------------------------------------------------------*/
.galeria {
  padding: 0;
}

.galeria .swiper-slide img {
  height: 580px;
  width: 100%;
  object-fit: cover;
  display: block;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background-color: var(--primary);
}

.cta h2 {
  color: var(--white);
}

.cta .btn-get-started {
  background-color: var(--primary-pastel);
  color: var(--primary);
  background-image: none;
  font-weight: 500;
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  background: var(--primary-pastel);
  margin-bottom: 20px;
}

.faq .faq-list .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 10px 0 10px 25px;
  cursor: pointer;
  color: var(--primary);
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  padding-right: 20px;
}

.faq .faq-list .question i {
  margin-left: auto;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
  background-color: var(--white);
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: var(--primary);
  font-weight: 500;
}

.faq .faq-list .collapsed:hover {
  color: var(--primary);
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: var(--primary);
  color: var(--white);
}

#footer .footer-top {
  padding: 60px 0 10px 0;
}

#footer .footer-top .row {
  padding: 30px;
  border-bottom: 1px solid var(--primary-pastel);
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: var(--white);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: var(--white);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: var(--primary-pastel);
}

#footer .copyright {
  font-size: 16px;
}

#footer .credits {
  padding-top: 5px;
  font-size: 14px;
  font-weight: 300;
}

#footer .credits a {
  transition: 0.3s;
}

#footer .social-links a {
  font-size: 35px;
  display: inline-block;
  color: var(--white);
  line-height: 1;
  margin-right: 10px;
}

#footer .social-links a:hover {
  color: var(--primary-hover);
  text-decoration: none;
}

@media (max-width: 768px) {
  #footer {
    padding: 0;
  }
}