.header h5 {
  font-weight: 500;
}

.header {
  margin: 0 12.8rem;
}

.header-nav {
  display: flex;
  /* justify-content: space-between; */
  justify-content: flex-end;
  align-items: center;
  padding: 3.2rem 0;
}

.header-nav .logo {
  height: 2.4rem;
  width: auto;
  position: relative;
  z-index: 2;
}

.header-buttons {
  position: relative;
}

.header-btn {
  font-family: Inter;
  font-size: 2.6rem;
  font-weight: 700;
  padding: 0.8rem 2.4rem;
  border-radius: 1000px;
  position: relative;
  z-index: 2;

}

.header-connect {
  color: var(--white);
  /* background: var(--accent); */
  background: none;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: .5rem;
}

.header-discover {
  display: block;
  position: absolute;
  /* background: var(--white); */
  color: var(--white);
  z-index: 2;
  top: 132%;
  right: 0;

  background: none;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: .5rem;
}

@media (min-width: 1280px) {
  .header .container {
    padding: 0;
    margin: 0;
    width: auto;
  }
}

@media (max-width: 1279px) {
  .header {
    margin: 0;
  }

  .header-discover {
    /* display: none; */
    position: relative;
    top: 0;
  }

  .header-buttons {
    display: flex;
    flex-direction: row-reverse;
    gap: 3.2rem;
  }
}

@media (max-width: 1023px) {
  .header {}
}

@media (max-width: 767px) {
  .header {}

  .header-nav .logo {
    height: 2rem;
    width: auto;
  }

  .header-btn {
    font-size: 21px;
  }

  .header-buttons {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }
}

@media (max-width: 525px) {
  .header-nav .logo {
    height: 1.6rem;
    width: auto;
  }

  .header-btn {
    font-size: 19px;
  }
}

@media (max-width: 425px) {
  .header-btn span {
    display: none;
  }
}

@media (max-width: 349px) {
  .header-nav .logo {}

  .header-connect {}
}

/* hero */

.hero {
  margin-top: 21rem;
  position: relative;
  background: #807E81;
  position: relative;
}

.hero-spiral {
  position: absolute;
  width: 100%;
  top: -225%;
  z-index: 1;
}

.hero-spiral-mobile {
  display: none;
  position: absolute;
  width: 100%;
  top: -225%;
  z-index: 1;
}

.hero-journeyText {
  text-align: center;
  position: absolute;
  right: 14%;
  bottom: -190%;
  color: var(--white);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: normal;
  max-width: 50rem;
  z-index: 2;
}

.hero-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 5.6rem;
  margin-bottom: 60rem;
}

.hero-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* DESMUTEAR */
/* .hero-logo {
  position: relative;
  z-index: 2;
  max-width: 65%;
} */

.hero-btn {
  display: none;
  font-family: Inter;
  font-size: 2.6rem;
  font-weight: 700;
  padding: 0.8rem 2.4rem;
  border-radius: 1000px;
  position: relative;
  z-index: 2;
  background: var(--white);
  color: var(--text-dark);

}

@media (max-width: 1800px) {
  .hero-spiral {
    top: -218%;
  }

  .hero-journeyText {
    right: 14%;
    bottom: -175%;
    font-size: 2.4rem;
  }
}

@media (max-width: 1720px) {
  .hero-spiral {
    top: -190%;
  }

  .hero-journeyText {
    right: 14%;
    bottom: -170%;
    font-size: 2.4rem;
  }
}

@media (max-width: 1660px) {
  .hero-spiral {
    top: -175%;
  }

  .hero-journeyText {
    right: 13%;
    bottom: -150%;
    font-size: 2.4rem;
  }
}

@media (max-width: 1590px) {
  .hero-spiral {
    top: -140%;
  }

  .hero-journeyText {
    right: 11%;
    bottom: -200%;
    font-size: 2.2rem;
  }
}

@media (max-width: 1450px) {
  .hero-spiral {
    top: -140%;
  }

  .hero-journeyText {
    right: 11%;
    bottom: -220%;
    font-size: 2rem;
    max-width: 40rem;
  }
}

@media (max-width: 1279px) {
  .hero-spiral {
    display: none;
  }

  .hero-spiral-mobile {
    display: block;
    position: absolute;
    width: 100%;
    top: 62%;
    z-index: 1;
  }

  .hero-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    width: 100%;
  }

  .hero-journeyText {
    position: static;
    font-size: 5.6rem;
    max-width: 100%;
    margin-top: 6.4rem;
    margin-bottom: 6.4rem;
  }

  .hero-content {
    margin-bottom: 56rem;
  }

  .hero-btn {
    display: block;
    padding: 1.6rem 2.8rem;
    font-size: 4rem;
  }

  /* DESMUTEAR */
  /* .hero-logo {
    max-width: 100%;
  } */
}

@media (max-width: 1023px) {
  .hero-journeyText {
    position: static;
    font-size: 4rem;
    max-width: 100%;
    margin-top: 6.4rem;
    margin-bottom: 6.4rem;
  }

  .hero-btn {
    padding: 1rem 2.4rem;
    font-size: 3.2rem;
  }

  .hero-main {

    gap: 0;
  }

  .hero-spiral-mobile {
    top: 65%;
  }
}

@media (max-width:767px) {
  .hero {
    margin-top: 10rem;
  }

  .hero-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-journeyText {
    position: static;
    font-size: 3.2rem;
    max-width: 100%;
    margin-top: 6.4rem;
    margin-bottom: 6.4rem;
  }

  .hero-content {
    margin-bottom: 40rem;
  }

  .hero-spiral-mobile {
    top: 68%;
  }

  .hero-btn {
    padding: 0.8rem 2.4rem;
    font-size: 2.6rem;
  }
}

@media (max-width:659px) {

  .hero-content {
    margin-bottom: 40rem;
  }

  .hero-spiral-mobile {
    top: 72%;
  }
}

@media (max-width:559px) {

  .hero-content {
    margin-bottom: 40rem;
  }

  .hero-spiral-mobile {
    top: 76%;
  }
}

@media (max-width:509px) {

  .hero-content {
    margin-bottom: 40rem;
  }

  .hero-spiral-mobile {
    top: 81%;
  }
}

@media (max-width:469px) {
  .hero-journeyText {
    position: static;
    font-size: 2.6rem;
    max-width: 100%;
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
  }

  .hero-btn {
    padding: 0.8rem 2.4rem;
    font-size: 2.2rem;
  }

  .hero-content {
    margin-bottom: 37rem;
  }

  .hero-spiral-mobile {
    top: 78%;
  }
}

@media (max-width:414px) {

  .hero-content {
    margin-bottom: 36rem;
  }

  .hero-spiral-mobile {
    top: 81%;
  }
}


/* hero end */

/* our company */
.ourCompany {
  /* padding-top: var(--section-padding);
  padding-bottom: var(--section-padding); */
  background: var(--bg-light);
}

.ourCompany-content {
  display: flex;
  flex-direction: column;
  gap: 16rem;
}

.ourCompany-info {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.ourCompany-info h2 {
  color: var(--text-dark);
  font-size: 4.6rem;
  position: relative;
}

h2.ourCompany-info-firstTitle {
  font-size: 5.1rem;
}

.ourCompany-info p {
  color: var(--text-gray);
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 117.5%;
  /* 47px */
}

.ourCompany-info>h2::before {
  content: url("./assets/logo_lines.svg");
  width: 48px;
  height: 48px;
  position: absolute;
  top: 4px;
  left: -70px;
  display: block;
}

.ourCompany-spiral-top {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.ourCompany-spiral-bottom {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.ourCompany-spiral-top-mobile,
.ourCompany-spiral-bottom-mobile {
  display: none;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}


@media (max-width:1450px) {
  .ourCompany-info h2 {
    font-size: 3.8rem;
  }

  h2.ourCompany-info-firstTitle {
    font-size: 4.6rem;
  }

  p.ourCompany-info-firstParagraph {
    font-size: 3.6rem;
  }

  .ourCompany-info p {
    font-size: 3.2rem;
  }
}

@media (max-width:1279px) {
  .ourCompany-content {
    padding: 0 2rem 0 4rem;
  }
}

@media (max-width:1023px) {
  .ourCompany-content {
    padding: 0 4rem 0 8rem;
  }

  .ourCompany-spiral-top,
  .ourCompany-spiral-bottom {
    display: none;
  }

  .ourCompany-spiral-top-mobile,
  .ourCompany-spiral-bottom-mobile {
    display: block;
  }
}

@media (max-width:849px) {
  .ourCompany-info h2 {
    font-size: 3.4rem;
  }

  h2.ourCompany-info-firstTitle {
    font-size: 4rem;
  }

  p.ourCompany-info-firstParagraph {
    font-size: 3.2rem;
  }

  .ourCompany-info p {
    font-size: 2.8rem;
  }

  .ourCompany-content {
    padding: 0;
  }

  .ourCompany-info>h2::before {
    display: none;
  }

}

@media (max-width:570px) {
  .ourCompany-info h2 {
    font-size: 3rem;
  }

  h2.ourCompany-info-firstTitle {
    font-size: 3.6rem;
  }

  p.ourCompany-info-firstParagraph {
    font-size: 3rem;
  }

  .ourCompany-info p {
    font-size: 2.4rem;
  }
}

@media (max-width:439px) {
  .ourCompany-info h2 {
    font-size: 2.8rem;
  }

  h2.ourCompany-info-firstTitle {
    font-size: 3rem;
  }

  p.ourCompany-info-firstParagraph {
    font-size: 2.8rem;
  }

  .ourCompany-info p {
    font-size: 2rem;
  }

}

/* our company end */

/* reasons / DISCOVER US */

.reasons {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}

.reasons h2 {
  text-align: center;
  font-size: 8.8rem;
  margin-bottom: 6.4rem;
  color: var(--white);
  line-height: 125%;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 10%;
  text-decoration-color: var(--accent);
}

.reasons-grid {
  display: flex;
  flex-direction: row;
  gap: 6.4rem;
  flex-wrap: wrap;
}

.reason {
  max-width: calc(50% - 3.2rem);
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  background: var(--white);
  padding: 3.2rem;
  border-radius: 3.2rem;
}

.reason h3 {
  color: var(--text-dark);
}

.reason p {
  color: var(--text-dark);
}

@media (max-width: 1279px) {
  .reason {
    max-width: 100%;
  }

  .reasons h2 {
    font-size: 6.4rem;
  }
}

@media (max-width: 719px) {
  .reasons h2 {
    font-size: 4.8rem;
  }
}

@media (max-width: 500px) {
  .reasons h2 {
    font-size: 4rem;
  }
}

@media (max-width: 440px) {
  .reasons h2 {
    font-size: 3.6rem;
  }
}

/* reasons end */

/* our values / CORE OF THE BUSINESS */

.ourValues {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
  background: var(--bg-light);
  text-align: center;
}

.ourValues-content {
  padding: 0 11.2rem;
}

.ourValues h2 {
  color: var(--text-dark);
  font-size: 8.8rem;
  font-weight: 700;
  line-height: 125%;
}

.ourValues-info {
  margin: 3.2rem 0 6.4rem;
  color: var(--text-gray);
  text-align: center;
  font-size: 3.2rem;
}

.ourValues-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.2rem;
}

.ourValue {
  padding: 3.2rem;
  width: calc(33.3% - 2.4rem);
  border-radius: 32px;
  border-radius: 1.6rem;

  background: var(--bg);

}

.ourValue>h3 {
  margin-bottom: 1.6rem;
  text-transform: capitalize;
  color: var(--text-dark);
  align-self: center;
  display: inline-block;
  color: var(--white);
  background: var(--accent);
  border-radius: 1000px;
  padding: 1.6rem 2.4rem;
  text-align: center;
}

.ourValue>p {
  color: var(--white);
}

.ourValue-fullWidth {
  width: 100%;
}


@media (max-width:1199px) {
  .ourValues-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.4rem;
  }

  .ourValue {
    padding: 3.6rem;
    width: 100%;
  }
}

@media (max-width:767px) {
  .ourValues-grid {
    gap: 2.4rem;
  }

  .ourValue {
    padding: 3.2rem;
    width: 100%;
  }

  .ourValues-content {
    padding: 0 3.2rem;
  }
}

@media (max-width: 1520px) {
  .ourValue>h3 {
    font-size: 3.2rem;
  }
}

@media (max-width: 1328px) {
  .ourValue>h3 {
    font-size: 2.8rem;
  }
}

@media (max-width: 1279px) {
  .ourValues h2 {
    font-size: 6.4rem;
  }

  .ourValue>h3 {
    font-size: 2.4rem;
  }
}

@media (max-width: 1023px) {
  .ourValues h2 {
    font-size: 4.8rem;
  }

  .ourValues-info {
    font-size: 2.6rem;
  }
}

@media (max-width: 719px) {
  .ourValues h2 {
    font-size: 3.6rem;
  }

  .ourValues-info {
    font-size: 2.1rem;
  }
}

@media (max-width: 500px) {
  .ourValues h2 {
    font-size: 3.4rem;
  }

  .ourValues-content {
    padding: 0 2.4rem;
  }

  .ourValues-info {
    font-size: 2rem;
  }
}

@media (max-width: 440px) {
  .ourValues h2 {
    font-size: 2.8rem;
  }
}

/* our values end */

/* services */
/* 
.services {
  background-color: var(--brand-color);
  border-radius: 6.4rem 6.4rem 0 0;
  color: var(--bg);
  position: relative;
}

.services-content {
  position: relative;
  z-index: 2;
}

.services-spiral {
  position: absolute;
  top: -8%;
  width: 100%;
}

.services-spiral-mobile {
  display: none;
  position: absolute;
  top: -3%;
  width: 100%;
  z-index: 1;
}

.services-content {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  padding-bottom: 13.6rem;
  padding-top: 39.2rem;
}

.services-titles {
  text-align: center;
}

.services h2 {
  color: var(--white);
  font-size: 8.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}

.services h3 {
  color: var(--white);
  font-family: Inter;
  font-size: 4.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}

.services-grid {
  display: flex;
  justify-content: center;
  gap: 6.4rem;
}

.service {
  flex: 1 0;
  background-color: var(--white);
  color: var(--text-gray);
  padding: 3.2rem;
  border-radius: 3.2rem;
  max-width: 62rem;
  display: flex;
  flex-direction: column;
}

.service h4 {
  align-self: center;
  display: inline-block;
  color: var(--white);
  background: var(--text-dark);
  font-size: 4.1rem;
  border-radius: 1000px;
  padding: 1.6rem 2.4rem;
  text-align: center;
}

.service ul {
  margin-top: 1.6rem;
  list-style-type: circle;
  display: flex;
  flex-direction: column;
  padding-left: 1.6rem;
}

.service ul>li {
  font-size: 2.1rem;
  list-style-type: disc;
  line-height: 142.857%;
}

@media (max-width: 1279px) {
  .services-grid {
    flex-direction: column;
    gap: 6.4rem;
    align-items: center;
  }

  .service {
    padding: 6.4rem;
    max-width: 80rem;
    width: 80rem;
  }

  .services-spiral {
    display: none;
  }

  .services-spiral-mobile {
    display: block;
  }

  .services-content {
    padding-bottom: 13.6rem;
    padding-top: 32rem;
  }

  .service ul {
    margin-top: 3.2rem;
  }

  .service ul>li {
    font-size: 2.1rem;
    line-height: 200%;
  }
}

@media (max-width: 1023px) {
  .services {}

  .services-content {
    padding-bottom: 13.6rem;
    padding-top: 28rem;
    margin: 6.4rem;
    margin-bottom: 0;
  }

  .services-spiral-mobile {
    top: -6%;
  }
}

@media (max-width: 980px) {

  .services-spiral-mobile {
    top: -4%;
  }
}

@media (max-width: 900px) {
  .service {
    padding: 6.4rem;
    max-width: 100%;
    width: auto;
  }

  .service ul {
    margin-top: 3.2rem;
  }

  .service ul>li {
    font-size: 2.1rem;
    line-height: 142.857%;
  }

  .services-content {
    padding-top: 22rem;
  }

  .services-spiral-mobile {
    top: -6%;
  }
}

@media (max-width: 767px) {
  .services {}

  .service {
    padding: 3.2rem;
  }

  .services-grid {
    gap: 6.4rem;
    padding: 3.2rem;
  }

  .services-content {
    padding: 2.4rem;
    padding-bottom: 13.6rem;
    padding-top: 28rem;
    margin: 0rem;
    margin-bottom: 0;
  }

  .services-spiral-mobile {
    top: -2%;
  }
}

@media (max-width: 719px) {
  .services-spiral-mobile {
    top: -1%;
  }
}

@media (max-width: 664px) {
  .services-spiral-mobile {
    top: 0%;
  }
}

@media (max-width: 619px) {
  .services-grid {
    gap: 4.8rem;
    padding: 0;
  }

  .services-spiral-mobile {
    top: 1%;
  }
}

@media (max-width: 545px) {
  .services-spiral-mobile {
    top: 4%;
  }
}

@media (max-width: 499px) {
  .services-spiral-mobile {
    top: 5%;
  }
}

@media (max-width: 424px) {
  .services-spiral-mobile {
    top: 6%;
  }
}

@media (max-width: 1279px) {
  .services h2 {
    font-size: 6.4rem;
  }

  .services h3 {
    font-size: 3.6rem;
  }
}

@media (max-width: 1080px) {
  .services h3 {
    font-size: 2.4rem;
  }
}

@media (max-width: 719px) {
  .services h2 {
    font-size: 4.8rem;
  }

  .services h3 {
    font-size: 2rem;
  }

  .service h4 {
    font-size: 3.2rem;
  }
}

@media (max-width: 500px) {
  .services h2 {
    font-size: 4rem;
  }

  .services h3 {
    font-size: 2rem;
  }

  .service h4 {
    font-size: 2.8rem;
  }

  .service ul>li {
    font-size: 1.8rem;
  }
}

@media (max-width: 440px) {
  .services h2 {
    font-size: 3.6rem;
  }
} */

/* services end */


/* footer */

/* .footer {
  background: var(--white);
  color: var(--text-gray);
}

.footer-content {
  padding: 12.8rem 5.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-content-left {
  width: 45%;
}

.footer-content-left p {
  color: var(--text-gray, );
}

.footer-content-right {
  width: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer-content-right-block {
  border-radius: 3.2rem;
  background: var(--accent);
  display: flex;
  padding: 3.2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 1.6rem;
  color: var(--White, #FAFAFA);
  text-align: right;
  font-family: Inter;
} */

/* .footer-content-right-block p {
  font-size: 4.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer-content-right-block a {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
} */
/* 

.footer-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.6rem;
  justify-content: space-between;
  width: 100%;
}

.footer-line.footer-line-start {
  justify-content: flex-start;
}

.footer-line p {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}

.footer-icon {
  background-color: var(--white);
  padding: .8rem;
  border-radius: 10rem;
  color: var(--accent);
}

.footer-icon svg {
  width: 2rem;
  height: auto;
}

@media (max-width: 1279px) {
  .footer-content-right-block p {
    font-size: 2.1rem;
  }
}

@media (max-width: 1110px) {
  .footer-content-right-block p {
    font-size: 1.8rem;
  }

  .footer-icon svg {
    width: 1.6rem;
  }
}

@media (max-width: 884px) {
  .footer-content {
    flex-direction: column-reverse;
    gap: 6.4rem;
  }

  .footer-content-left,
  .footer-content-right {
    justify-content: flex-start;
    width: 100%;
  }

  .footer-content-right {
    margin-top: 2rem;
    justify-content: center;
  }

  .footer-content-right-block {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
 */

/* footer end */




/* JOSE */
.container {
  display: flex;
  width: 100%;
  justify-content: end;
}

.container a{
  font-size: 32px;
  text-decoration: underline;
  text-underline-offset: 5px;
  color: white;
  margin: 40px 20px 0 0;
}

.atf {
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-image: url(./assets/Capcelera.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.atf-logo-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
}

.hero-logo {
  transform: scale(.50);
}

.atf-bottom-msg {
  width: 100%;
  background-image: url(./assets/Taronja-04.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 100px;
}

.atf-bottom-msg p {
  font-size: 38px;
  font-family: "Inter";
  font-weight: 700;
}

.ourCompany {
  background-color: #F6EEEE;
  padding: 120px 0;
}



.ourCompany .container article h2 {
  font-weight: 700;
  font-size: 48px;
}

.ourCompany .container article p {
  font-weight: 400;
  font-size: 32px;
}

.discover-us {
  color: white;
  background-image: url(./assets/DiscoverUs.jpg);
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 50px;
}

.discover-us h2 {
  text-decoration: underline;
  margin-bottom: 40px;
  font-size: 48px;
  text-underline-offset: 10px
}

.discover-us_wrapper {
  margin: 40px
}

.discover-us_wrapper-top {
  margin-bottom: 80px;
}

.discover-us_wrapper-top,
.discover-us_wrapper-bottom {
  display: flex;
}

.discover-us_content {
  padding: 20px 60px;
  max-width: 570px;
}

.discover-title {
  font-size: 32px;
  margin-bottom: 30px;
}

.discover-text {
  font-size: 20px;
}

@media (max-width: 1366px) {
  .ourCompany .container article h2:before {
    transform: scale(.7) translateY(-10px) translateX(20px);
  }

  .ourCompany .container article h2 {
    font-weight: 700;
    font-size: 32px;
  }

  .ourCompany .container article p {
    font-weight: 400;
    font-size: 24px;
  }

  .discover-us {
    padding: 80px 40px;
  }
}

@media (max-width: 1024px) {

  .discover-us_wrapper-top,
  .discover-us_wrapper-bottom {
    flex-direction: column;
  }

  .discover-us h2 {
    padding: 40px 0 0;
  }

  .discover-us_content {
    padding: 20px 40px;
    width: 100%;
  }

  .discover-us_wrapper-top {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .discover-us {
    padding: 40px 0 0;
  }

  .discover-us_content {
    padding: 20px 0;
  }

  .discover-us h2 {
    margin-bottom: 0;
  }
}

.ourValues {
  padding-top: 120px;
  background-color: #F6EEEE;
}

.ourValues-content h2 {
  font-size: 48px;
  text-decoration: underline;
  color: black;
  font-weight: 700;
  text-underline-offset: 10px;
}

.ourValues-info {
  font-size: 32px;
  font-weight: 700;
  color: black;
}

.ourValue {
  text-align: left;
  background-position: center;
  background-size: cover;
}

.ourValue p {
  font-size: 20px;
  font-weight: 700;
}

.ourValue-1 {
  background-image: url(./assets/Taronja-01.jpg);
}

.ourValue-2 {
  background-image: url(./assets/Taronja-02.jpg);
}

.ourValue-3 {
  background-image: url(./assets/Taronja-03.jpg);
}

.ourValue-fullWidth {
  background-image: url(./assets/Taronja-04.jpg);
}

.ourValue h3 {
  background: none;
  padding: 0;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
}

.footer-responsive-column {
  display: none;
}

.services-responsive {
  display: none;
}

@media (max-width: 1024px) {

  .ourValue-1,
  .ourValue-2,
  .ourValue-3,
  .ourValue-fullWidth {
    background-image: url(./assets/Taronja-04.jpg);
  }
}

.services {
  background-image: url(./assets/Services.jpg);
  background-position: center;
  background-size: cover;
  height: 735px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 6% 0;
}

.services .services-title {
  font-size: 48px;
  font-weight: 700;
  text-decoration: underline;
  color: white;
  text-underline-offset: 10px;
}

.services-wrapper-top,
.services-wrapper-bottom {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

.services .service {
  padding: 12px 24px;
  border-radius: 25px;
  background-color: #F6EEEE;
  color: black;
  min-width: 380px;
  text-align: center;
}

.services .service p {
  font-weight: 700;
  font-size: 32px;
}

footer {
  background-image: url(./assets/Taronja-04.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 80px;
}

.footer-wrapper {
  background-color: #111111;
  border-radius: 25px;
  padding: 50px;
  color: white;
  display: flex;
  font-size: 20px;
  font-weight: 700;
}

.footer-column-1 {
  width: 60%;
  display: flex;
}

.footer-column-2 {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
}

.footer-column-3,
.footer-column-4 {
  width: 10%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.discover-us-mobile{
  display: none;
}

@media(max-width: 1024px) {
  .header-nav div a * {
    font-size: 24px;
  }

  .atf-bottom-msg {
    padding: 35px 100px;
  }

  .atf-bottom-msg p {
    font-size: 24px;
  }

  .services .service {
    padding: 0px 15px;
    min-width: 180px;
  }

  .footer-wrapper .footer-column-1 p,
  .footer-wrapper .footer-column-2 p {
    font-size: 1.4rem;
  }

  .footer-column-3,
  .footer-column-4 {
    transform: scale(.5);
  }

  .footer-wrapper .footer-column-1 p {
    width: 90%;
  }
}



@media(max-width: 850px) {
  .ourCompany-info>h2::before {
    background-image: url(./assets/logo_lines.svg);
    width: 48px;
    height: 48px;
    position: absolute;
    top: 4px;
    left: -70px;
    display: block;
    content: "";
  }
}



@media(max-width: 768px) {
  .header-nav div a * {
    font-size: 20px;
    padding: 0 10px;
  }

  .atf-bottom-msg {
    padding: 32px 100px;
  }

  .atf-bottom-msg p {
    font-size: 20px;
  }

  .ourCompany {
    padding: 90px 32px 90px 78px;
  }

  .ourCompany .container article h2 {
    font-size: 28px;
  }

  .ourCompany .container article p {
    font-size: 22px;
  }

  .discover-us {
    padding: 80px 48px;
  }

  .ourValues {
    padding: 100px 0 120px;
  }

  .services {
    padding: 0;
  }

  .footer-column-2,
  .footer-column-3,
  .footer-column-4 {
    display: none;
  }

  .footer-responsive-column {
    display: flex;
    align-items: center;
  }

  .footer-responsive-column svg {
    transform: scale(.8);
  }
}


@media(max-width: 654px) {
  .atf-bottom-msg p {
    font-size: 17px;
  }

  .ourValues {
    padding: 100px 52px 120px;
  }

  .services {
    padding: 45px 0;
  }

  .services-title {
    margin-bottom: 20px;
  }

  .services-wrapper-top,
  .services-wrapper-bottom {
    display: none;
  }

  .services-responsive {
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }

  .footer-wrapper {
    flex-direction: column;
    padding: 20px;
  }

  .footer-column-1 {
    width: 100%;
  }

  .footer-responsive-column>div {
    display: flex;
    padding: 20px 0;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .footer-wrapper .footer-column-1 p {
    width: 100%;
  }

}



@media(max-width: 522px) {
  .footer-responsive-column>div {
    flex-direction: column;
  }

  .footer-social-icons {
    margin-top: 20px
  }

}


.discover-mobile-img{
  display: none;
}

@media(max-width: 430px) {
  .atf {
    height: 34vh;
  }

  .container {
    justify-content: center;
  }

  .container a{
    margin: 0;
    transform: translateY(30px);
  }

  .hero-logo {
    transform: scale(.8);
  }

  .atf-bottom-msg {
    padding: 35px 40px;
    text-align: center;
  }

  .atf-bottom-msg p {
    font-size: 32px;
  }

  .ourCompany {
    padding: 60px 12px 100px 40px;
  }

  .ourCompany .container article h2 {
    font-size: 22px;
  }

  .ourCompany .container article p {
    font-size: 20px;
  }

  .ourCompany .container article h2:before {
    transform: scale(.5) translateY(-29px) translateX(40px);
  }

  .ourCompany-content {
    gap: 9rem;
  }

  .discover-us-desktop{
    display: none;
  }

  .discover-us-mobile{
    display: block;
    background-image: url(./assets/Taronja-test.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .discover-us-mobile h2{
    text-align: center;
  }

  .discover-mobile-img{
    display: block;
  }

  .discover-us {
    padding: 35px 22px 50px;
  }

  .discover-us_wrapper-top,
  .discover-us_wrapper-bottom {
    margin-bottom: 20px;
    gap: 0rem;
  }

  .discover-us h2 {
    font-size: 38px;
  }

  .discover-title {
    font-size: 24px;
  }

  .ourValues {
    padding: 85px 6px 100px;
  }

  .ourValues-content h2 {
    font-size: 32px;
  }

  .ourValues-info,
  .ourValue h3 {
    font-size: 22px;
  }

  .ourValue p {
    font-size: 20px;
  }

  .services .services-title {
    font-size: 32px;
  }

  .services .service p {
    font-size: 20px;
  }

  footer {
    padding: 40px 45px;
  }

  .footer-responsive-column div {
    gap: 1.5rem;
  }
}


@media(max-width: 360px) {
  .header-buttons {
    flex-direction: column;
  }

  .header-nav div a * {
    padding: 10px 0;
    padding-top: 0;
  }

  .atf-bottom-msg {
    padding: 20px 20px;
  }

  .atf-bottom-msg p {
    font-size: 17px;
    text-align: center;
  }

  .hero-logo {
    transform: scale(.8) translateY(-50px);
  }
}

/* FIN JOSE */