* {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "poppins", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
}
 
/* HOME STYLES --------> */
header {
  width: 100%;
  height: fit-content;
  background-color: #003D76;
  position: fixed;
  z-index: 101;
}

.background-black {
  display: none;
  position: absolute;
  height: 100vh;
  width: 100%;
  background: #00000091;
  z-index: 100;
}

.p-mobile {
  display: none;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6rem;
  padding: 0 3rem;
}

.navbar-mobile,
#close-menu,
.change-language-mobile {
  display: none;
}

.navbar .menu {
  display: flex;
}

.navbar .menu a {
  position: relative; 
  text-decoration: none;
  color: #fff;
  padding: 12px;
  font-size: 17px;
  margin: 0 1.5rem;
  display: inline-block; 
}

.navbar .menu a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0%; 
  background: #fff;
  border-radius: 12px;
  transition: width 0.6s ease; 
}

.navbar .menu a:hover::before {
  width: 100%; 
}

.navbar .menu .center a::before {
  left: 50%;
  transform: translateX(-50%);
}

.navbar .menu .upward a::before {
  width: 100%;
  bottom: -5px;
  opacity: 0;
}

.navbar .menu .upward a:hover::before {
  bottom: 0;
  opacity: 1;
}

.navbar .menu .forward a::before {
  width: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease; 
}

.navbar .menu .forward a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

#burger-menu {
  display:none;
}

.change-language {
  display: flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
  margin-bottom: 2px;
}


.change-language svg {
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
}

.logo-container {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.navbar .logo-container img {
  width: 60px;
  padding: 15px;
}

.main {
  background-color: #003D76;
  padding: 8.8rem 0;
  padding-bottom: 12rem;
  position: relative;
}

.main .wave-desktop {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin: -1px;
}

.main .wave-desktop {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.main .wave-desktop svg {
  position: relative;
  display: block;
  width: calc(164% + 1.3px);
  height: 195px;
}

.main .wave-desktop .shape-fill {
  fill: #ffffff;
}

.navbar .logo-container p {
  font-weight: 400;
  color: #fff;
  font-size: 1.2rem;
}

.img  img {
  width: 440px;
  padding-bottom: 60px;
}

.valores img {
  width: 50px;
  height: max-content;
  max-height: 50px;
  display: flex;
  margin-right: 8px;
}

#main-img {
  max-height: fit-content;
}

#first-icon {
  max-height: 25px;
}

.main h5 {
  color: #fff;
  font-weight: 500;
  font-size: 4rem;
  margin-bottom: 18px;
  letter-spacing: 2px;
}

.valores p {
  color: #fff;
  font-size: 14px;
}

.showcase-description p {
  font-weight: 200px;
  font-size: 18px;
  margin-left: 35px;
  margin-bottom: 40px;
  line-height: 40px;
  color: white;
}

.main .showcase-description {
  display: flex;
}

.main .vertical-line {
  width: 3px;
  height: 88px;
  background-color: #fff;
}

.valores {
  display: flex;
  margin-right: 120px;
}


.description {
  margin: auto;
  line-height: 40px;
  display: flex;
  margin: 2rem 0 6rem 0;
  align-content: center;
}

/* ABOUT US STYLES --------> */

.about-us-container {
  display: flex; 
}

#about-us h2 {
  color: #003D76;
  text-align: center;
  font-size: 40px;
  margin: 100px 0px;
}

.card {
  width: 50%;
  padding: 86px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer; 
}

.dark-card {
  background-color: #003D76; 
  color: white;
  border-radius: 0px 24px 24px 0px;
  transition: background-color 0.3s, color 0.3s;
}

.light-card {
  background-color: white; 
  color: #003D76;
  border-radius: 24px 0px 0px 24px;
  transition: background-color 0.3s, color 0.3s;
}


.dark-card.active {
  background-color: #ffffff; 
  color: #003D76; 
}

.light-card.active {
  background-color: #003D76; 
  color: #ffffff; 
}

.active {
  background-color: #f0f0f0; 
}

.about-us-container h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}

.sentence-about-us img {
  display: block; 
  width: 30px;
  margin: 0 auto; 
  margin-bottom: 20px; 
}

.about-us-container p {
  font-size: 18px;
  line-height: 1.8;
}

.sentence-about-us {
  margin: 120px 0px;
}

.sentence-about-us p {
  text-align: center;
  color: #003D76;
  width: 70%;
  margin: auto;
  font-size: 23px;
  font-weight: 500;
}

.que-es-mindful-business {
  background-color: #003D76;
  color: white;
  text-align: center;
  padding: 100px;
  width: 79%;
  margin: auto;
  border-radius: 24px;
  margin-bottom: 100px;
}

.que-es-mindful-business h1 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.que-es-mindful-business p {
  width: 89%;
  margin: auto;
  font-size: 17.5px;
  line-height: 32px;
}

/* SERVICES STYLES --------> */

#services {
  background-color: #F3F9FF;
}

#services h1 {
  color: #003D76;
  text-align: center;
  font-size: 40px;
  padding: 100px 0px;
}

.services-title-section {
  color: #003D76;
  margin-left: 75px;
  margin-bottom: 40px;
}

.title-service-1 h3 {
  color: #003D76;
  text-align: left;
  width: 49%;
  font-size: 1.2em;
  font-weight: 700;
}

.title-service-1 {
  display: flex;
  margin-bottom: 20px;
}

.service-1 p {
  line-height: 30px;
  font-weight: 400;
}

.service-flex {
  background-color: white; 
  width: 80%;
  margin: auto;
  border-radius: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 70px;
  padding: 70px;
}

.title-service-1 img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.join-the-investment-flex {
  display: flex;
  background-color: #003D76;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  color: white;
  grid-column: 1 / -1; 
  margin-top: 40px; 
  padding: 75px;
}

.join-the-investment-flex p {
  width: 50%;
  margin: auto;
  font-size: 18px;
  font-weight: 300;
}

.join-the-investment-title {
  width: 50%;
}

.join-the-investment-title h5 {
  font-weight: 400;
  font-size: 18px;
}

.join-the-investment-title h2 {
  font-size: 40px;
  width: 69%;
  line-height: 45px;
  margin-bottom: 10px;
}

#marketing {
  background-color: #F3F9FF;
  padding: 50px 75px;
}

#marketing h1 {
  color: #003D76;
  text-align: center;
  font-size: 40px;
  padding: 50px 0px;
}

#marketing h2 {
  color: #003D76;
  margin-bottom: 40px;
}

.card-container-mkt {
  display: flex;
  gap: 80px;
}

.mkt-card {
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  width: 370px;
}

.title-service-2 {
  background-color: #003D76;
  padding: 20px;
  color: white;
}

.img-mkt {
  width: 102px;
  margin-bottom: 2px;
}

.title-service-2 h3 {
  margin: auto;
  font-size: 17px;
  font-weight: 500;
  width: 82%;
}

.better-world {
  width: 99px;
}

.mkt-card  p {
  padding: 30px;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
}

#business h2 {
  color: #003D76;
  margin-bottom: 40px;
} 

.business-card {
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  width: 47%;
}

.card-container-business {
  display: flex;
  gap: 80px;
}


#business {
  background-color: #F3F9FF;
  padding: 38px 73px 134px 73px;
} 

.business-card  p {
  padding: 30px;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
}
.title-service-3 {
  background-color: #003D76;
  padding: 20px;
  color: white;
}

.title-service-3 img {
 width: 80px;
}

.title-service-3 h3 {
  margin: auto;
  font-size: 17px;
  font-weight: 500;
  width: 82%;
}

/* CONTACT STYLES --------> */

.contacto-title {
  font-size: 6rem;
  color: #003D76;
  padding-top: 3rem;
  text-align: center;
}

.contacto input,
.contacto textarea {
  background-color: #f8f8f8;
  border-style: none;
  border: 1px solid #cac5c5;
  padding: 22px;
  font-size: 1rem;
  border-radius: 7px;
  font-family: "poppins";
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contacto input:focus,
.contacto textarea:focus {
  outline: none !important;
  border: 1px solid #003D76;
  padding: 11px;
}

.contacto textarea {
  width: 100%;
}

.contacto .boton:disabled {
  background-color: #003D76;
  color: #fff 0.7;
  cursor: not-allowed;
  opacity: 0.7;
}

.contacto .boton {
  font-size: 18px;
  background-color: #003D76;
  color: #ffffff;
  border-style: none;
  border-radius: 8px;
  padding: 1rem 5rem;
  cursor: pointer;
  font-weight: 600;
}


.contacto .boton:hover {
  background-color: #002548;
}

.contacto input.inline {
  width: 49%;
}

.contacto form {
  max-width: 75%;
  margin: auto;
}

.line {
  width: 150px;
  height: 4px;
  background: #003D76;
  margin: auto;
  margin-top: 8px;
  margin-bottom: 4.5rem;
}

/* FOOTER STYLES --------> */

footer {
  position: relative;
  height: 8rem;
  background-color: #003D76;
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.foot p {
  font-weight: bolder;
  padding-top: 1rem;
}


footer .place-logo {
  font-size: 1.5rem;
  margin-right: 10px;
}

.wave-mobile {
  display: none;
}

/* RESPOSIVE STYLES --------> */

@media screen and (min-width: 1800px) and (max-width: 2550px) {
  .about-us-container p {
    font-size: 22px;
  }

  .sentence-about-us p {
    width: 61%;
    font-size: 26px;
  }

  .que-es-mindful-business p {
    font-size: 22px;
  }

  .services-title-section {
    margin-left: 141px;
   }

  .service-1 p {
    line-height: 44px;
    font-size: 22px;
  }

  .title-service-1 h3 {
    width: 40%;
    font-size: 1.5em;
  }

  .join-the-investment-flex p {
    font-size: 22px;
  }

  .join-the-investment-title h5 {
    font-size: 22px;
  }

   .join-the-investment-title h2 {
    font-size: 46px;
   }

   .mkt-card {
    width: 34%;
   }

   #marketing {
    padding: 50px 129px;
   }

   #marketing h2 {
    margin-left: 0px;
   }

  .card-container-business {
    margin-left: 0px;
    justify-content: center;
  }

  .business-card {
    width: 48%;
  }

  #business {
    padding: 38px 129px 134px 129px;
  }

  #business h2 {
    margin-left: 0px;
  }

  .mkt-card p {
    font-size: 19px;
    line-height: 36px;
  }

  .business-card p {
    font-size: 19px;
    line-height: 36px;
  }
}

@media (max-width: 2400px) {
  .container {
     max-width: 1440px;
  }

  .valores {
    width: 73%;
  }

  .main {
    padding-bottom: 8rem;
  }
}

@media (max-width: 1800px) {
  .main {
    padding-bottom: 8rem;
  }
}


@media (max-width: 1600px) {
  .main {
    padding-bottom: 8.8rem;
  }

.img img {
    width: 330px;
  }

  .main h5 {
    font-size: 3.5rem;
  }

  .showcase-description p {
    font-size: 17px;
  }
}

@media (max-width: 1330px) {
  .img img {
    max-width: 269px;
  }

  .showcase-description p {
    font-size: 15px;
  }

  .container {
    width: 86%;
  }

  .valores {
    margin-right: 72px;
  }

  .main h5 {
    font-size: 3rem;
  }  

  #services h1 {
    padding: 100px 0px 60px 0px;
   }

  #marketing {
    padding: 25px;
  }

  .card-container-mkt {
    gap: 38px;
  }


   .title-service-2 h3 {
    font-size: 16px;
  }

  .better-world {
    width: 85px;
  }

  .img-mkt {
    width: 85px;
  }

  .card-container-business {
    gap: 51px;
  }

  .business-card {
    width: 48%;
  }
}


@media (max-width: 900px) {
  .navbar .menu {
    position: absolute;
    display: flex;
    display: none;
  }

  .navbar-mobile {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 1rem;
    box-shadow: 0px 9px 11px -1px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0px 9px 11px -1px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 9px 11px -1px rgb(0 0 0 / 25%);
  }

  .navbar-mobile {
    display: none;
  }

  .navbar-mobile a {
    text-decoration: none;
    color: #fff;
  }

  #burger-menu,
  #close-menu {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    cursor: pointer;
  }

  #close-menu {
    display: none;
  }

  .mobile-right {
    display: flex;
    align-items: center;
  }

  #change-language-mobile {
    background-color: #fff;
    margin-left: 1rem;
    border-radius: 50%;
    padding: 5px;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
  }

  .mobile-right svg {
    width: 22px;
    color: inherit;
    color: #002548;
    position: absolute;
    top: 9px;
    left: 6px;
    cursor: pointer;
  }

  .valores > div {
    flex-direction: column;
  }

  .valor-img-container {
    height: 70px;
    display: flex;
    align-items: center;
  }

  .valores {
    text-align: center;
  }

  .valores p {
    font-size: 12.2px;
  }   

  .valores {
    margin-right: 37px;
  }

  .valores img {
    display: flex;
    margin-right: 0px;
  }

  .que-es-mindful-business {
    width: 68%;
    padding: 80px;
  }

  .que-es-mindful-business p {
    width: 100%;
  }

 .service-flex {
    width: 76%; 
    padding: 50px;
    gap: 41px;
  }

 .join-the-investment-flex {
    padding: 40px;
  }

 .join-the-investment-title h2 {
    font-size: 36px;
    width: 65%;
  }

  .join-the-investment-title h5 {
    font-size: 16px;
  }

  .title-service-1 h3 {
    width: 54%; 
  }

  .mkt-card p {
    padding: 23px;
  }

  .card-container-mkt {
    gap: 27px;
  }
}

@media (max-width: 500px) {

  #main-img {
   display: none;
  }

  header,
  .navbar {
    width: 100vw;
  }

  .p-mobile {
    display: block;
  }

  .p-desktop {
    display: none;
  }

  .main {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }

  .wave-desktop {
    display: none;
  }

  .wave-mobile {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
  }

  .wave-mobile svg {
    position: relative;
    display: block;
    width: calc(158% + 1.3px);
    height: 70px;
  }

  .wave-mobile .shape-fill {
    fill: #ffffff;
  }

  .navbar {
    padding: 0;
    padding: 0 23px;
    box-sizing: border-box;
    height: 4rem;
  }

  .navbar .logo-container img {
    width: 40px;
    padding: 0;
    padding-right: 1rem;
  }

  .navbar .logo-container p {
    font-size: 1rem;
  }

  .navbar .menu {
    position: absolute;
    display: flex;
    display: none;
  }

  .navbar-mobile {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 1rem;
    box-shadow: 0px 9px 11px -1px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0px 9px 11px -1px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 9px 11px -1px rgb(0 0 0 / 25%);
  }

  .navbar-mobile {
    display: none;
  }

  .navbar-mobile a {
    text-decoration: none;
    color: #fff;
  }

  #burger-menu,
  #close-menu {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    cursor: pointer;
  }

  #close-menu {
    display: none;
  }

  .mobile-right {
    display: flex;
    align-items: center;
  }

  #change-language-mobile {
    background-color: #fff;
    margin-left: 1rem;
    border-radius: 50%;
    padding: 5px;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
  }

  .mobile-right svg {
    width: 22px;
    color: inherit;
    color: #002548;
    position: absolute;
    top: 9px;
    left: 6px;
    cursor: pointer;
  }

  .showcase-title {
    max-width: 100%;
  }

  .main h5 {
    font-size: 2.5rem;
    letter-spacing: 1px;
  }

  .container {
    width: 97%;
  }

  .main .vertical-line {
    display: none;
  }

  .showcase-description p {
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .valores > div {
    flex-direction: column;
    margin-right: 29px;
  }

  .adress p {
    font-size: 10pt;
  }

 
  .valor-img-container {
    height: 70px;
    display: flex;
    align-items: center;
  }

  .valores {
    text-align: center;
  }

  .valores p {
    font-size: 12.2px;
  }   

  .valores {
    margin-right: 0px;
  }

  .valores img {
    display: flex;
    margin-right: 0px;
  }

  .img .img {
    display: none;
  }

  .flex {
    justify-content: flex-start;
    width: 87%;
  }

  #about-us h2 {
    font-size: 32px;
    margin: 100px 0px 50px 0px;
  }

  .about-us-container {
    display: block;
  }

  .about-us-container h3 {
    padding-top: 40px;
    margin-bottom: 0px;
  }

  .about-us-container p {
    font-size: 15px;
    margin: auto;
    padding: 23px 26px 45px 30px;
  }

  .card {
    width: 100%;
    padding: 0px;
  }

  .sentence-about-us {
    margin: 60px 0px;
  }

  .sentence-about-us img {
    width: 33px;
    margin-bottom: 20px;
  }


  .sentence-about-us p {
    width: 78%;
    font-size: 17px;
  }
  
  .que-es-mindful-business {
    padding: 26px;
    width: 76%;
  }
 
  .que-es-mindful-business h1 {
    font-size: 24px;
    margin: 20px 3px 10px 4px;
  }

  .que-es-mindful-business p {
    font-size: 15px;
    text-align: left;
    padding: 9px 0px 23px 0px;
  }

  #services h1 {
    font-size: 32px;
    margin: 80px 0px 50px 0px;
    padding: 59px 0px 0px 0px;
  }
  
  .service-flex {
    display: block;
    padding: 34px;
    width: 72%;
  }

  .services-title-section {
    margin-left: 25px;
    font-size: 18px;
  }

  .title-service-1 img {
    width: 53px;
    height: 53px;
  }

  .title-service-1 h3 {
    width: 60%;
    font-size: 17px;
  }

  .service-1 p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 42px;
  }

  .join-the-investment-flex {
    display: block;
    padding: 29px;
  }

  .join-the-investment-flex p {
    width: 100%;
    font-size: 14px;
  }


  .join-the-investment-title h2 {
    font-size: 30px;
    width: 190%;
    margin-bottom: 0px;
  }

  .join-the-investment-title h5 {
    font-weight: 500;
    font-size: 16px;
    width: 189%;
    margin-bottom: 30px;
  } 

  #marketing h2{
    margin-left: 0px;
    font-size: 25px;
    margin-top: 40px;
  }

  .card-container-mkt {
    display: block;
  }

  .mkt-card {
    margin-bottom: 40px;
    width: 100%;
  }

  #business { 
    padding: 0 30px;
  }

  .card-container-business {
    display: block;
  }

  .business-card {
    margin-bottom: 40px;
    width: 100%;
  }
  
  .contacto-title {
    font-style: normal;
    font-size: 3rem;
    color: #003D76;
    text-decoration: none;
  }

  .line {
    background: #003D76;
    width: 100px;
    margin-top: 8px;
    margin-bottom: 2rem;
  }

  .contacto form {
    max-width: 90%;
    margin: auto;
  } 

  .inputs-container {
    flex-direction: column;
  }

  .inputs-container > input.inline {
    width: 100%;
  }

  .inputs-container input.inline:nth-child(2) {
    margin-top: 1rem;
  }
}