/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/* 3rd party packages */
/* SASS and Global'ish Stuff */
:root {
  --TT-Azul-escuro: #00263A;
  --TT-Laranja: #D84D2F;
  --TT-Off-white: #EFECE5;
  --TT-Fundo-branco: #FFFDF8;
}

* {
  font-size: 10px;
}

body {
  font-family: "Area Normal", sans-serif;
  color: var(--TT-Azul-escuro);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  overflow-x: hidden;
  position: relative;
  background-color: var(--TT-Fundo-branco);
}

h1, h2 {
  font-family: "mixta-pro", serif;
  font-weight: 600;
  font-style: normal;
}

h3, h4, h5, h6, p {
  font-family: "Area Normal", sans-serif;
}

@font-face {
  font-family: "Area Normal";
  src: url(fonts/Area_Normal_Regular.05417e90.woff2) format("woff2"), url(fonts/Area_Normal_Regular.bfe0ec4f.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.container {
  max-width: 1224px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}

.container--narrow {
  max-width: 1224px;
}

.section-break {
  border: none;
  border-top: 1px solid #ddd;
  margin: 2.5rem 0;
}

.min-list {
  padding: 0;
  margin: 0;
}

.min-list li {
  list-style: none;
}

.p-top-small {
  padding-top: 1rem;
}

.p-top-large {
  padding-top: 1.6rem;
}

.p-bottom-large {
  padding-bottom: 1.6rem;
}

@media (min-width: 530px) {
  .p-top-large {
    padding-top: 3.5rem;
  }
  .p-bottom-large {
    padding-bottom: 3.5rem;
  }
}
@media screen and (max-width: 850px) {
  .container {
    padding: 0 20px;
  }
}
.no-margin {
  margin: 0;
}

.nu {
  text-decoration: none;
}

.nu:hover {
  text-decoration: underline;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.t-center {
  text-align: center;
}

.t-small {
  font-size: 0.85rem;
}

.float-left {
  float: left;
}

.float-center {
  float: center;
  width: 50% !important;
}

.float-right {
  float: right;
}
.float-right img {
  width: 100% !important;
  height: auto !important;
}

.push-right {
  margin-right: 20px;
}

.container:before,
.container:after,
.group:before,
.group:after {
  content: " ";
  display: table;
}

.container:after,
.group:after {
  clear: both;
}

.hide {
  display: none;
}

/* BEM Blocks */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 62.5%;
  background-color: var(--TT-Fundo-branco);
  color: var(--TT-Azul-escuro);
}

img {
  max-width: 100%;
  display: block;
}

a, a:visited, a:hover {
  display: inline-block;
  text-decoration: none;
}

ul {
  list-style: none;
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.generic-content {
  background-color: var(--TT-Fundo-branco);
  color: var(--TT-Azul-escuro);
  font-family: "Area Normal", sans-serif;
}
.generic-content h3,
.generic-content h4,
.generic-content h5 {
  font-weight: 400;
  margin: 0;
}
.generic-content h1,
.generic-content h2,
.generic-content h4,
.generic-content p {
  font-weight: 500;
  margin: 0;
}
.generic-content h1 {
  font-size: 4.8rem;
  font-weight: 600;
}
.generic-content h2 {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--TT-Laranja);
}
.generic-content h3 {
  font-size: 1.7rem;
}
.generic-content h4, .generic-content a, .generic-content a:visited, .generic-content a:hover {
  font-size: 1.6rem;
  color: var(--TT-Laranja);
}
.generic-content h5 {
  font-size: 1.2rem;
}
.generic-content p {
  font-size: 1.7rem;
}

.mobile-imagen {
  display: none;
}

.desktop-imagen {
  display: block;
}

.hero-front-page {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.hero-front-page > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-front-page .hero-front-page__content {
  position: absolute;
  top: 35%;
  left: 15%;
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.hero-front-page .hero-front-page__content .container img {
  max-width: 35rem;
  height: auto;
}

.front-page-first-section .fila {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  margin: 100px 0px;
}
.front-page-first-section .fila .columna-imagen {
  width: 55%;
  display: block;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}
.front-page-first-section .fila .columna-imagen img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 30px auto;
  transition: opacity 0.3s ease;
}
.front-page-first-section .fila .columna-imagen img:hover {
  opacity: 0.8;
}
.front-page-first-section .fila .columna-texto {
  margin-left: 5.8rem;
  width: 45%;
}
.front-page-first-section .fila .columna-texto h1 {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 130%;
  max-width: 36.6rem;
  margin-bottom: 5.4rem;
}
.front-page-first-section .fila .columna-texto p {
  line-height: 156%;
  max-width: 50rem;
  margin-bottom: 5.4rem;
}
.front-page-first-section .fila .columna-texto a {
  color: var(--TT-Laranja);
  text-decoration: underline;
}

.front-page-second-section {
  position: relative;
  margin: 10rem auto 0rem auto;
  background-color: var(--TT-Off-white);
  display: block !important;
  overflow: visible;
  max-height: 541px;
}
.front-page-second-section .fila {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.front-page-second-section .fila .columna-texto {
  margin-top: -15rem;
  width: 45%;
  display: block !important;
  gap: 20px;
}
.front-page-second-section .fila .columna-texto h1 {
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 3.6rem;
}
.front-page-second-section .fila .columna-texto p {
  line-height: 156%;
  max-width: 52.6rem;
  margin-bottom: 3.6rem;
}
.front-page-second-section .fila .columna-texto a, .front-page-second-section .fila .columna-texto a:visited, .front-page-second-section .fila .columna-texto a:hover {
  color: var(--TT-Laranja);
  text-decoration: underline;
}
.front-page-second-section .fila .columna-imagen {
  width: 55%;
}
.front-page-second-section .fila .columna-imagen img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0px auto;
}
.front-page-second-section .fila .columna-imagen img {
  transition: opacity 0.3s ease;
}
.front-page-second-section .fila .columna-imagen img:hover {
  opacity: 0.8;
}
.front-page-second-section .fila .columna-imagen .img-front-page-second-section {
  position: relative;
  top: 0;
  left: 0;
  width: 90%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 30px auto;
  transform: translateY(-28%);
}

.front-page-third-section {
  background-image: url(images/img-front-page-3.cdb105a3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 521px;
}
.front-page-third-section .fila {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  margin: 100px 0px;
  height: 521px;
}
.front-page-third-section .fila .columna-40 {
  width: 40%;
}
.front-page-third-section .fila .columna-60 {
  width: 60%;
  display: block !important;
  margin-top: 0px !important;
}
.front-page-third-section .fila .columna-60 h1 {
  margin-top: 100px !important;
  line-height: 112%;
  max-width: 64rem;
  color: #FFF;
}

.front-page-fourth-section {
  background-color: var(--TT-Azul-escuro);
  height: 32.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}
.front-page-fourth-section img {
  max-height: 30rem;
  width: auto;
  margin: 0 80px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  will-change: transform;
}
.front-page-fourth-section img:hover {
  transform: scale(1.05);
}
.front-page-fourth-section img img {
  transition: transform 0.3s ease;
  will-change: transform;
}
.front-page-fourth-section img img:hover {
  transform: scale(1.05);
}

.mantenimento-container {
  height: 100vh;
  background-color: var(--TT-Laranja);
}
.mantenimento-container .section-1 {
  margin: 0rem auto;
}
.mantenimento-container .section-1 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
}
.mantenimento-container .section-1 .container h1 {
  margin-top: 30rem;
  font-size: 10rem;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 5.8rem;
  color: #FFF;
  text-align: center;
}
.mantenimento-container .section-1 .container p {
  line-height: 156%;
  margin-bottom: 5.8rem;
  color: #FFF;
  font-size: 4rem;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .hero-front-page {
    height: 50vh;
  }
  .hero-front-page .hero-front-page__content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: auto;
  }
  .front-page-first-section .fila {
    flex-direction: column;
    margin: 60px 0;
  }
  .front-page-first-section .fila .columna-imagen {
    width: 100%;
  }
  .front-page-first-section .fila .columna-imagen img {
    margin: 20px auto;
  }
  .front-page-first-section .fila .columna-texto {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .front-page-first-section .fila .columna-texto h1 {
    font-size: 3.2rem;
    max-width: 100%;
    margin-bottom: 3rem;
  }
  .front-page-first-section .fila .columna-texto p {
    max-width: 100%;
    margin-bottom: 3rem;
  }
  .front-page-second-section {
    margin: 6rem auto 0 auto;
    max-height: none;
  }
  .front-page-second-section .fila {
    flex-direction: column;
  }
  .front-page-second-section .fila .columna-texto {
    width: 100%;
    margin-top: 0;
    padding: 40px 0;
    text-align: center;
  }
  .front-page-second-section .fila .columna-texto h1 {
    font-size: 3.2rem;
  }
  .front-page-second-section .fila .columna-texto p {
    max-width: 100%;
  }
  .front-page-second-section .fila .columna-imagen {
    width: 100%;
  }
  .front-page-second-section .fila .columna-imagen .img-front-page-second-section {
    width: 100%;
    transform: translateY(0);
  }
  .front-page-third-section {
    height: auto;
    min-height: 400px;
  }
  .front-page-third-section .fila {
    flex-direction: column;
    margin: 0;
    height: auto;
    padding: 60px 0;
  }
  .front-page-third-section .fila .columna-40 {
    display: none;
  }
  .front-page-third-section .fila .columna-60 {
    width: 100%;
    text-align: center;
  }
  .front-page-third-section .fila .columna-60 h1 {
    margin-top: 0 !important;
    font-size: 3.2rem;
    max-width: 100%;
  }
  .front-page-fourth-section {
    height: auto;
    padding: 40px 20px;
    flex-wrap: wrap;
  }
  .front-page-fourth-section img {
    max-height: 20rem;
    margin: 20px 40px;
  }
}
@media (max-width: 768px) {
  .hero-front-page .hero-front-page__content {
    transform: translate(-90%, -50%);
  }
  .front-page-first-section .fila {
    margin-bottom: 1rem;
  }
  .front-page-first-section .fila .columna-texto {
    text-align: left;
  }
  .mobile-imagen {
    display: block !important;
    margin-bottom: 2rem;
  }
  .mobile-imagen img {
    border-radius: 20px;
  }
  .desktop-imagen {
    display: none !important;
  }
  .front-page-second-section .fila .columna-texto {
    text-align: left;
  }
  .front-page-third-section .fila .columna-60 h1 {
    margin-top: 6rem !important;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header-no-front-page {
  position: static !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 100 !important;
  background-color: var(--TT-Laranja);
}

.header-front-page {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 20px 0px;
}
.header-container .fila {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  width: 100%;
}
.header-container .fila .columna-40 {
  width: 40%;
  display: block !important;
}
.header-container .fila .columna-40 .boton-menu a {
  font-size: 1.7rem;
  font-weight: 400;
  color: #FFF;
  font-family: "Area Normal", sans-serif;
  text-transform: capitalize !important;
}
.header-container .fila .columna-30 {
  width: 30%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}
.header-container .boton-menu a {
  font-size: 2rem;
  font-weight: 300;
  color: #BBBAA6;
  text-transform: lowercase !important;
}
.header-container .boton-menu a:hover {
  color: #F4D35E;
}
.header-container .boton-menu a.active {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}

.linea-horizontal {
  width: 100%;
  height: 1px;
  background-color: #BBBAA6;
  margin: 20px 0px;
}

.btn-mobile {
  display: none;
}

.btn-mobile img {
  width: 2rem;
  height: 2rem;
}

.desktop-menu {
  display: block;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--TT-Laranja);
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mobile-menu-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-overlay__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2rem;
}

.btn-mobile-close {
  position: absolute;
  top: 3rem;
  right: 2rem;
}
.btn-mobile-close img {
  width: 2.4rem;
  height: 2.4rem;
}

.mobile-menu-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
}
.mobile-menu-nav a, .mobile-menu-nav a:visited, .mobile-menu-nav a:hover {
  font-family: "mixta-pro", serif;
  font-style: normal;
  font-size: 3.2rem;
  font-weight: 400;
  color: #FFF;
  text-transform: capitalize;
}
.mobile-menu-nav a:hover {
  color: #F4D35E;
}
.mobile-menu-nav a.active {
  text-decoration: underline;
  text-underline-offset: 0.6rem;
}

@media (max-width: 768px) {
  .desktop-menu {
    display: none;
  }
  .btn-mobile {
    display: block;
    margin-right: 0px;
    float: right;
    position: relative;
    top: 0;
    right: 0;
  }
}
.site-footer .container {
  height: 100%;
}
.site-footer .fila {
  height: 100%;
  display: flex;
  align-items: center;
}

.columna-50 {
  width: 50%;
  display: flex;
  align-items: center;
  height: 100%;
}

.margen-izquierdo {
  margin-left: 40px !important;
}
.margen-izquierdo p {
  font-size: 1.4rem;
  color: #ffffff;
}

.top-travellers-logo {
  width: 21.5rem;
  margin-bottom: 2.7rem;
}

.slogan-footer {
  width: 14.8rem;
  margin-bottom: 2.7rem;
}

.fila-redes-sociais {
  width: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}
.fila-redes-sociais img {
  height: 2rem;
  max-height: 2rem;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  will-change: transform;
}
.fila-redes-sociais img:hover {
  transform: scale(1.05);
}

.margen-derecho {
  justify-content: flex-end;
  margin-right: 100px;
}
.margen-derecho .fila {
  display: flex;
  align-items: center;
  gap: 10px;
}
.margen-derecho img {
  color: #fff;
  width: 12rem;
  height: auto;
}
.margen-derecho img {
  transition: transform 0.3s ease;
  will-change: transform;
}
.margen-derecho img:hover {
  transform: scale(1.05);
}

.front-page-fale-conosco-section {
  background-color: var(--TT-Off-white);
}
.front-page-fale-conosco-section .fila {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  margin: 50px 0px;
}
.front-page-fale-conosco-section .fila .columna-50 {
  width: 50%;
  display: block !important;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}
.front-page-fale-conosco-section .fila .columna-50 h2 {
  line-height: 130%;
}
.front-page-fale-conosco-section .fila .columna-50 h3 {
  line-height: 156%;
}

.section-terracota {
  background-color: var(--TT-Azul-escuro);
}
.section-terracota .container {
  height: 50px;
}
.section-terracota .fila {
  height: 100%;
}
.section-terracota .columna {
  width: 50%;
  display: flex;
  align-items: center;
  height: 100%;
}

@media (max-width: 1024px) {
  .front-page-fale-conosco-section .fila {
    flex-direction: column;
    margin: 40px 0;
    gap: 40px;
  }
  .front-page-fale-conosco-section .fila .columna-50 {
    width: 100%;
    text-align: center;
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  .front-page-fale-conosco-section .fila .columna-50 .fila {
    flex-direction: column;
    width: 100%;
    margin: 0;
  }
  .front-page-fale-conosco-section .fila .columna-50 .fila .columna-50 {
    width: 100%;
    margin-bottom: 30px;
  }
  .front-page-fale-conosco-section .fila .columna-50 h2 {
    font-size: 2rem;
  }
  .front-page-fale-conosco-section .fila .columna-50 h3 {
    font-size: 1.4rem;
  }
  .top-travellers-logo {
    width: 18rem;
    margin-bottom: 2rem;
  }
  .slogan-footer {
    width: 12rem;
    margin-bottom: 2rem;
  }
  .fila-redes-sociais {
    justify-content: center;
  }
  .section-terracota .container {
    height: auto;
  }
  .section-terracota .fila {
    flex-direction: column;
    padding: 15px 0;
  }
  .section-terracota .columna-50 {
    width: 100%;
    justify-content: center;
  }
  .section-terracota .margen-izquierdo {
    margin-left: 0 !important;
    justify-content: center;
    margin-bottom: 10px;
  }
  .section-terracota .margen-derecho {
    margin-right: 0;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .front-page-fale-conosco-section .fila {
    flex-direction: column;
    margin: 40px 30px;
    gap: 40px;
  }
  .front-page-fale-conosco-section .fila .columna-50 {
    width: 100%;
    text-align: left;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
  .front-page-fale-conosco-section .fila .columna-50 h3 {
    margin: 0;
  }
  .front-page-fale-conosco-section .fila-redes-sociais {
    justify-content: flex-start;
  }
}
.quem-somos-container .imagen-mobile {
  display: none;
}
.quem-somos-container .imagen-desktop {
  display: block;
}
.quem-somos-container .section-1 {
  display: block;
  margin: 10rem 0;
}
.quem-somos-container .section-1 h1 {
  line-height: 130%;
  margin-bottom: 4.2rem;
}
.quem-somos-container .section-1 p {
  line-height: 156%;
  max-width: 54rem;
}
.quem-somos-container .section-2 {
  margin: 60rem auto 0 auto;
  position: relative;
}
.quem-somos-container .section-2 .container img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -10rem;
  left: 0;
}
.quem-somos-container .section-3 {
  background-color: var(--TT-Off-white);
}
.quem-somos-container .section-3 .container {
  padding: 10rem auto;
}
.quem-somos-container .section-3 .contenido img {
  display: block;
  height: 5.4rem;
  width: auto;
  margin: 18.5rem 0 4.2rem 0;
}
.quem-somos-container .section-3 .contenido p {
  text-align: left;
  max-width: 90.4rem;
  margin-bottom: 9.2rem;
  line-height: 156%;
}
.quem-somos-container .section-4 {
  margin: 10rem auto;
}
.quem-somos-container .section-4 .fila {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.quem-somos-container .section-4 .fila .columna-50 {
  width: 50%;
  display: block;
}
.quem-somos-container .section-4 .fila .columna-50 h2 {
  line-height: 130%;
  font-size: 6.4rem;
}
.quem-somos-container .section-4 .fila .columna-50 h1 {
  line-height: 130%;
  font-size: 6.4rem;
}
.quem-somos-container .section-4 .fila .columna-50 p {
  line-height: 156%;
  max-width: 48.8rem;
}
.quem-somos-container .section-4 .fila .columna-50 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1024px) {
  .quem-somos-container .section-1 {
    margin: 6rem 0;
  }
  .quem-somos-container .section-1 h1 {
    font-size: 3.6rem;
  }
  .quem-somos-container .section-2 {
    margin: 40rem auto 0 auto;
  }
  .quem-somos-container .section-3 .contenido img {
    margin: 14rem 0 3rem 0;
  }
  .quem-somos-container .section-3 .contenido p {
    max-width: 100%;
    margin-bottom: 6rem;
  }
  .quem-somos-container .section-4 {
    margin: 6rem auto;
  }
  .quem-somos-container .section-4 .fila .columna-50 h2,
  .quem-somos-container .section-4 .fila .columna-50 h1 {
    font-size: 4.8rem;
  }
  .quem-somos-container .section-4 .fila .columna-50 p {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .imagen-mobile {
    display: block !important;
  }
  .imagen-mobile img {
    margin: 2rem 0;
  }
  .imagen-desktop {
    display: none !important;
  }
  .quem-somos-container .section-1 {
    margin: 4rem 0;
  }
  .quem-somos-container .section-1 h1 {
    font-size: 2.8rem;
  }
  .quem-somos-container .section-1 h1 br {
    display: none;
  }
  .quem-somos-container .section-1 p {
    font-size: 1.8rem;
    max-width: 100%;
  }
  .quem-somos-container .section-2 {
    margin: 4rem auto -6rem auto;
    z-index: 1;
  }
  .quem-somos-container .section-2 .container img {
    position: relative;
    bottom: auto;
  }
  .quem-somos-container .section-3 .contenido {
    padding-top: 8rem;
  }
  .quem-somos-container .section-3 .contenido img {
    margin: 0 0 2.4rem 0;
    height: 3rem !important;
    width: auto !important;
  }
  .quem-somos-container .section-3 .contenido p {
    max-width: 317px;
    margin-bottom: 4rem;
    font-size: 1.7rem;
  }
  .quem-somos-container .section-4 {
    margin: 4rem auto;
  }
  .quem-somos-container .section-4 .fila {
    flex-direction: column;
    gap: 3rem;
  }
  .quem-somos-container .section-4 .fila .columna-50 {
    width: 100%;
  }
  .quem-somos-container .section-4 .fila .columna-50 h2,
  .quem-somos-container .section-4 .fila .columna-50 h1 {
    font-size: 3.6rem;
  }
  .quem-somos-container .section-4 .fila .columna-50 p {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .quem-somos-container .section-1 {
    margin: 3rem 0;
  }
  .quem-somos-container .section-1 h1 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .quem-somos-container .section-3 .contenido img {
    margin: 3rem 0 2rem 0;
    height: 4rem;
  }
  .quem-somos-container .section-3 .contenido p {
    margin-bottom: 3rem;
  }
  .quem-somos-container .section-4 {
    margin: 3rem auto;
  }
  .quem-somos-container .section-4 .fila .columna-50 h2,
  .quem-somos-container .section-4 .fila .columna-50 h1 {
    font-size: 2.8rem;
  }
}
.manifesto-container .section-1 {
  display: block;
  margin: 10rem 0;
}

.manifesto-container .section-1 h1 {
  line-height: 130%;
  margin-bottom: 4.2rem;
}

.manifesto-container .section-1 p {
  line-height: 156%;
  max-width: 54rem;
}

.manifesto-container .section-2 {
  margin: 40rem auto 0 auto;
  position: relative;
}

.manifesto-container .section-2 .container img {
  display: block;
  width: 85%;
  height: auto;
  position: absolute;
  bottom: -40rem;
  left: 0;
}

.manifesto-container .section-3 {
  background-color: var(--TT-Off-white);
}

.mobile-manifesto {
  display: none;
}

.manifesto-container .section-2 .container .mobile-manifesto img {
  width: calc(100% - 40px);
  height: auto;
  margin: 0 20px;
  position: absolute;
  bottom: 5rem;
  left: 0;
}

.manifesto-container .transparent-background {
  background-color: transparent !important;
}

.manifesto-container .section-3 .container {
  padding: 10rem auto;
}

.manifesto-container .section-3 .fila {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  margin-bottom: 10rem;
}

.manifesto-container .section-3 .fila .columna-60 {
  width: 60%;
}

.manifesto-container .section-3 .fila .columna-40 {
  width: 40%;
}

.manifesto-container .section-3 .fila .columna-40 img {
  margin: 10rem 0 0 0;
}

.manifesto-container .section-3 .fila .columna-60 p {
  text-align: left;
  max-width: 46.9rem;
  margin-bottom: 6rem;
  font-weight: 500;
  line-height: 156%;
}

.manifesto-container .section-3 .fila .segundo-texto p {
  max-width: 45.4rem;
}

.manifesto-container .section-4 {
  margin: 0 auto;
  background-image: url(images/img-manifesto-5.5ca540b2.Jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-height: 800px;
}

.manifesto-container .section-4 .container {
  color: #FFF;
}

.manifesto-container .section-4 h1 {
  line-height: 130%;
  margin-bottom: 4.2rem;
}

.manifesto-container .section-4 p {
  margin: 10rem 0 3.9rem 0;
  line-height: 156%;
  max-width: 68.4rem;
}

.manifesto-container .mobile-manifesto .espacio {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .manifesto-container .section-1 {
    margin: 6rem 0;
  }
  .manifesto-container .section-1 h1 {
    font-size: 3.6rem;
  }
  .manifesto-container .section-2 {
    margin: 25rem auto 0 auto;
  }
  .manifesto-container .section-2 .container img {
    bottom: -25rem;
  }
  .manifesto-container .section-3 .fila {
    margin-bottom: 6rem;
  }
  .manifesto-container .section-3 .fila .columna-40 img {
    margin: 6rem 0 0 0;
  }
  .manifesto-container .section-3 .fila .columna-60 p {
    max-width: 100%;
  }
  .manifesto-container .section-4 {
    height: 70vh;
  }
  .manifesto-container .section-4 p {
    margin: 6rem 0;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .manifesto-container .section-1 {
    margin: 4rem 0 20rem 0;
  }
  .manifesto-container .section-1 h1 {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
  .manifesto-container .section-1 p {
    font-size: 1.8rem;
    max-width: 100%;
  }
  .manifesto-container .section-2 {
    margin: 0 auto;
  }
  .manifesto-container .section-2 .container {
    position: relative;
    bottom: auto;
    width: 100%;
  }
  .manifesto-container .section-2 .container .mobile-manifesto img {
    display: block;
    height: auto;
    position: absolute;
    bottom: -5rem;
    left: 0;
  }
  .manifesto-container .espacio {
    margin-bottom: 20rem;
  }
  .manifesto-container .mobile-manifesto {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
  .manifesto-container .desktop-manifesto {
    display: none;
  }
  .manifesto-container .section-3 .fila {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin: 4rem 0;
  }
  .manifesto-container .section-3 .fila .columna-60 {
    width: 100%;
  }
  .manifesto-container .section-3 .fila .columna-40 {
    width: 100%;
  }
  .manifesto-container .section-3 .fila .columna-40 img {
    margin: 3rem 0 0 0;
  }
  .manifesto-container .section-3 .fila .columna-60 p {
    margin-top: 4rem;
    max-width: 100%;
    margin-bottom: 3rem;
  }
  .manifesto-container .section-4 {
    height: auto;
    min-height: 60vh;
    display: flex;
    align-items: center;
  }
  .manifesto-container .section-4 h1 {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
  .manifesto-container .section-4 p {
    margin: 0;
    font-size: 1.8rem;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .manifesto-container .section-1 h1 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .manifesto-container .section-1 p {
    font-size: 1.6rem;
  }
  .manifesto-container .section-3 .fila .columna-60 p {
    font-size: 1.6rem;
  }
  .manifesto-container .section-4 {
    min-height: 50vh;
  }
  .manifesto-container .section-4 h1 {
    font-size: 2.4rem;
  }
  .manifesto-container .section-4 p {
    margin: 0 0 3rem 0;
    font-size: 1.6rem;
  }
  .manifesto-container .section-4 p br {
    display: none;
  }
}

/*# sourceMappingURL=style-index.css.map*/