/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 10 2025 | 18:07:52 */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter";
  margin: 0;
}

#masthead {
	display: none;
}

.entry-content img {
	max-width: none;
}

.entry-content span {
	display: flex;
	font-size: 16px;
	font-family: "Inter";
	color: #000;
}

.entry-content p {
	font-family: "Inter";
}

/*  ===========================================================================
    GLOBAL STYLES
=========================================================================== */

.module-title h1 {
  margin: 0 0 2vw;
  font-size: 50px;
  font-weight: 700;
  font-family: "Inter";
}

.module-subtitle h2 {
  font-size: 45px;
  margin: 0 0 3vw;
  font-weight: 700;
  font-family: "Inter";
}

.module-subsubtitle h3{
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 1.5vw;
  font-weight: 700;
  font-family: "Inter";
}

.module-text p {
  font-size: 16px;
  margin: 0 0 2vw;
  font-weight: 500;
  font-family: "Inter";
}

.module-heroquestion p {
  font-size: 30px;
  font-weight: bold;
  color: #011e41;
  margin: 0 0 1.3vw;
  font-weight: 700;
  font-family: "Inter";
}

.module-text-pv p {
  font-size: 18px;
  margin: 0 0 2vw;
  font-weight: 500;
  font-family: "Inter";
}

.module-subtext p {
  font-size: 20px;
  text-align: center;
  margin: 0 0 2vw;
  font-weight: 500;
  font-family: "Inter";
}

.module-button2 {
  display: flex;
}

.module-button2 a {
  font-size: 18px;
  font-weight: 600;
  font-family: "Inter";
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #011e41;
  padding: 16px 24px;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all ease-in-out .3s;
}

.module-button2 a:hover {
  color: #011e41;
  background: #fff;
  border: 2px solid #011e41;
}

.module-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 10px;
  object-fit: contain;
}

.module-cta a {
  font-size: 16px;
  font-weight: 400;
  color: #001E41;
}

.module-cta a:hover {
  font-size: 16px;
  font-weight: 400;
  color: #152642;
  text-decoration: underline;
}

.mobile-text {
  display: none;
}

/*  ===========================================================================
    NAVBAR
=========================================================================== */
.row-nav-consulting {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1312px;
  margin: 0 auto;
  padding: 1% 0;
	gap: 1.1vw;
}

.column-nav-consulting {
  width: 17%;
}

.column-nav-consulting:nth-child(2) {
  width: 49.01%;
}

.module-logo img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

.module-menu ul {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 4vw;
}

.module-menu li {
  list-style: none;
	font-size: 16px;
	font-family: "Inter";
	font-weight: 500;
}

.module-menu a {
  color: #000;
  text-decoration: none;
	font-family: "Inter";
	font-weight: 500;
}

.column-nav-consulting .module-button2 {
  justify-content: end;
}

.column-nav-consulting .module-button2 {
  justify-content: end;
}

.column-nav-consulting .module-button2 a {
  width: 100%;
  text-align: center;
}

#navConsulting .module-phone {
  padding: 16px 0;
  background-color: #F4F4F4;
  border-radius: 5px;
}

#navConsulting .whatsapp-button {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  gap: .4vw;
}

.phone-icon {
  object-fit: contain;
  width: 24px;
  height: 24px;
}


/*  ===========================================================================
    HERO
=========================================================================== */

#heroConsulting {
  padding: 2% 0;
}

.row-hero-consulting {
  width: 95%;
  max-width: 1312px;
  margin: 2% auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.column-hero-consulting:nth-child(1) {
  width: 49.09%;
}

.column-hero-consulting .module-button2 a {
	margin: 0 0 4vw;
}

#bulletPoints {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 8px;
  margin: 0;
}

#bulletPoints li {
	font-size: 14px;
	color: #666;
  list-style: none;
  border: solid 1px #666;
  border-radius: 30px;
  padding: 5px 8px;
	font-weight: 500;
}

.column-hero-consulting:nth-child(2) {
  width: 41.46%;
}

.module-img {
  width: 100%;
  height: auto;
}

/*  ===========================================================================
  BENEFITS SECTION
=========================================================================== */

#benefitsSection {
  padding: 2% 0;
}

.row-benefits-consulting {
  width: 95%;
  max-width: 1312px;
  margin: 0 auto;
  display: flex;
  background-color: #ecf2f6;
}

.row-benefits-consulting:nth-child(1) {
  border-radius: 10px 10px 0 0;
}

.row-benefits-consulting:nth-child(3) {
  border-radius: 0 0 10px 10px;
  margin-bottom: 2%;
}

.row-benefits-consulting:nth-child(1) .column-benefits-consulting {
  width: 100%;
  padding: 3vw 0;
}

.column-benefits-consulting .module-subtitle h2 {
  text-align: center;
  margin: 0 0 .6vw;
}

.row-benefits-consulting:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.row-benefits-consulting:nth-child(2) .column-benefits-consulting {
  display: flex;
  flex-direction: row;
  margin: 0 5.3vw;
  gap: 2vw;
}

.module-benefit {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  background-color: #fff;
  border-radius: 5px;
  padding: 2vw;
  width: 50%;
}

.row-benefits-consulting:nth-child(3) .column-benefits-consulting {
  width: 100%;
  padding: 3vw 0;
}

.column-benefits-consulting .module-button2 {
  justify-content: center;
}

/*  ===========================================================================
  FOR WHOM SECTION
=========================================================================== */

#forwhomSection {
  padding: 2% 0;
}

.row-forwhom-consulting {
  width: 95%;
  max-width: 1312px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 2vw;
  gap: 2vw;
  flex-wrap: wrap;
  justify-content: center;
}

.row-forwhom-consulting:nth-child(2) .column-forwhom-consulting, .row-forwhom-consulting:last-child .column-forwhom-consulting {
  width: 30%;
  background-color: #F4F4F4;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.row-forwhom-consulting:first-child .column-forwhom-consulting {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.column-forwhom-consulting .module-subtitle h2 {
  margin: 0;
  text-align: center;
  margin-bottom: .6vw;
}

.column-forwhom-consulting .module-img img {
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 10px 10px 0 0;
  padding-bottom: 2vw;
}

.column-forwhom-consulting .module-subsubtitle, .column-forwhom-consulting .module-text, .column-forwhom-consulting .module-cta {
  padding: 0 2vw;
}

.column-forwhom-consulting .module-cta a {
  display: flex;
  margin: 0 0 2vw;
  justify-content: start;
  align-items: center;
  gap: .5rem;
  font-weight: 500;
  transition: all ease;
  color: #000;
}

.column-forwhom-consulting .module-cta a:hover {
  font-weight: 700;
}

.button-icon {
  object-fit: contain;
  width: 16px;
  height: 16px;
}


/*  ===========================================================================
  HOW IT WORKS SECTION
=========================================================================== */

#howitworksSection {
  padding: 2% 0;
}

.module-step .module-subsubtitle h3 {
  margin: 0 0 .66vw;
}

.row-howitworks-consulting {
  width: 95%;
  max-width: 1312px;
  margin: 0 auto 2%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.column-howitworks-consulting:nth-child(1) {
  width: 50%;
}

.column-howitworks-consulting:nth-child(1) .module-subtitle h2 {
  margin-top: 0;
}

.column-howitworks-consulting:nth-child(2) {
  width: 41.46%;
}

.module-step {
  display: flex;
  flex-direction: row;
  gap: 1vw;
}

.icon-step img {
	display: flex;
	width: 32px;
	height: 32px;
	aspect-ratio: 8/8;
}

/*  ===========================================================================
  TESTIMONIAL SECTION
=========================================================================== */
#testimonialSection {
  padding: 2% 0;
}

.row-testimonial-consulting {
  width: 95%;
  max-width: 1312px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 2vw;
}

.row-testimonial-consulting:nth-child(1) .column-testimonial-consulting {
  width: 100%;
}

.column-testimonial-consulting .module-subtitle {
  text-align: center;
}

.row-testimonial-consulting:nth-child(2) {
  margin-bottom: 2%;
}

.row-testimonial-consulting:nth-child(2) .column-testimonial-consulting {
  background-color: #C6D0E4;
  border-radius: 10px;
  padding: 2.33vw 3vw;
}

.row-testimonial-consulting:nth-child(2) .column-testimonial-consulting .module-testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.column-testimonial-consulting .module-testimonial .module-img img{
  border-radius: 100%;
  border: solid 3px #011e41;
  width: 88px;
  margin: 0 auto 2vw;
}

.module-testimonial p {
  text-align: center;
}

.text-tm p {
  font-size: 18px;
  font-weight: medium;
  margin: 0 0 2.5vw;
}

#clientName {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 1vw;
}

#clientPosition {
  font-size: 14px;
  margin: 0;
}

/*  ===========================================================================
  TEAM SECTION
=========================================================================== */
#teamSection {
  padding: 2% 0;
}

.row-team-consulting {
  width: 95%;
  max-width: 1312px;
  margin: 0 auto;
}

.row-team-consulting:nth-child(1) {
  display: flex;
  flex-direction: column;
  margin-top: 3vw;
}

.row-team-consulting .module-subtitle h2 {
  margin: 0 0 3vw;
}

.module-tag {
  display: flex;
  flex-wrap: wrap;
}

.module-tag p {
	font-size: 14px;
	color: #666;
  margin: 0 0 1.3vw;
  padding: 5px 8px;
  border: solid 1px #666;
  border-radius: 30px;
}

.row-team-consulting:nth-child(2) .column-team-consulting {
  display: flex;
  flex-direction: row;
}

.row-team-consulting:nth-child(2) {
  display: flex;
  flex-direction: row;
  gap: 2vw;
}

.row-team-consulting:nth-child(2) .column-team-consulting {
  width: 50%;
  margin-bottom: 2%;
  gap: 2vw;
}

.module-imgteam {
  width: 50%;
}

.module-imgteam img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.module-teamdescription {
  width: 50%;
}

.collaborator-name {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 .66vw;
}

.collaborator-position {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 .66vw;
}

.collaborator-description {
  font-size: 16px;
  margin: 0 0 .66vw;
  text-align: justify;
}

summary {
	font-size: 16px;
  margin: 0 0 2vw;
}

/*  ===========================================================================
  CTA SECTION
=========================================================================== */
#ctaSection {
  padding: 2% 0;
}

.row-cta-consulting {
  width: 95%;
  max-width: 1312px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
	gap: 2vw;
  background-color: #001E41;
  border-radius: 10px;
}

.row-cta-consulting .column-cta-consulting:nth-child(1) {
  width: 75%;
  padding: 5.3vw 0 5.3vw 5.3vw;
}

.column-cta-consulting .module-subtitle h2 {
  color: #fff;
}

.column-cta-consulting .module-text p {
  color: #fff;
}

.row-cta-consulting .column-cta-consulting:nth-child(2) {
  width: 40.63%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5.3vw 5.3vw 5.3vw 0;
}

.column-cta-consulting .module-button2 a {
  background-color: #fff;
  color: #001E41;
  text-align: center;
}

.module-contactinfo {
  display: flex;
  flex-direction: column;
  color: #fff;
  margin: 0 0 1.7vw;
}

.info-tipe {
  display: flex;
  gap: .6vw;
  align-items: center;
  margin: 0 0 .6vw;
}

.info-tipe img {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}

.info-tipe h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

#ctaSection .info-description p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #fff;
}

#ctaSection .info-description p a {
  text-decoration: none;
  margin: 0;
  color: #fff;
}

.module-form {
  background-color: #fff;
  border-radius: 10px;
}

.module-form .module-subsubtitle {
  padding: 1.7vw 1.7vw 0;
}

.module-form .module-subsubtitle h3 {
	margin: 0;
}

.module-formcontainer {
	padding: 1.7vw;
}

.module-formcontainer .frm_form_field textarea {
  line-height: 1.25;
  padding: 0.5rem;
  border: 1px solid #666;
  border-radius: 5px;
  outline: none;
}

.module-formcontainer .frm_form_field input {
    line-height: 48px;
    padding: 0 0.5rem;
    margin: 0;
    border: 1px solid #666;
    border-radius: 5px;
    outline: none;
}

.module-formcontainer label {
    color: #666 !important;
    position: relative !important;
    margin: 8px 0 -12px 14px !important;
    background-color: #fff !important;
    width: 70px !important;
    text-align: center !important;
    font-size: 14px !important;
    padding: 0 !important;
	z-index: 100;
}

.module-formcontainer .with_frm_style .frm_required {
	display: none;
}

.module-formcontainer .frm_button_submit {
	background-color: #001E41 !important;
	border: none !important; 
	font-size: 18px !important;
  font-weight: bold !important;
	padding: 16px 32px !important;
	line-height: 1.7 !important;
	display: block !important;
	width: 100% !important;
}

/*  ===========================================================================
  SERVICES SECTION
=========================================================================== */
#servicesSection {
  padding: 2% 0;
}

.row-services-consulting {
  width: 95%;
  max-width: 1312px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 2vw;
}

.column-services-consulting {
  width: 100%;
}

.column-services-consulting .module-subtitle {
  text-align: center;
  width: 100%;
}

.row-services-consulting:nth-child(2) {
  padding: 0 0 4vw;
}

.row-services-consulting:nth-child(2) .column-services-consulting {
  display: flex;
  flex-direction: column;
  width: 49.09%;
  gap: 2vw;
}

.container {
  width: 100%;
  margin: 0 auto;
}

/* Estilos de las pestañas */
.tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  background-color: #001E41;
  padding: 1.1vw;
  gap: 2vw;
  border-radius: 10px;
}

.tab-button {
  width: 50%;
  background-color: #001E41 !important;
  border: 1px solid #001E41 !important;
  border-radius: 5px;
  color: #fff;
  padding: 1.1vw ;
  cursor: pointer;
  font-size: 30px;
  font-weight: 700;
  transition: background-color 0.3s, color 0.3s;
  font-family: "Inter";
}

.tab-button.active {
  background-color: #fff !important;
  color: #001E41 !important;
}

.tab-button:hover {
	color: #fff;
}

/* Estilos del contenido de las pestañas */
.tab-content {
  display: none;
}

.tab-content.active {
  display: flex;
  flex-direction: row;
}

/* Estilos de los servicios */
.servicio {
  display: flex;
  align-items: flex-start;
  gap: 2.1vw;
}

.descripcion h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 .6vw;
  font-family: "Inter";
}

.descripcion p {
  font-size: 16px;
  color: #000;
  margin: 0;
  font-family: "Inter";
}

/* Estilos de los servicios */
.module-servicio {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1vw;
}

.icono {
	display: flex;
  width: 80px;
  height: 80px;
  aspect-ratio: 8/8;
}

/*  ===========================================================================
  WHATSAPP BUBBLE
=========================================================================== */
#whatsapp {
  display: inline-block;
  position: fixed;
  width: 70px;
  height: 70px;
  right: 1.25vw;
  bottom: 1.25vw;
	background-color: #25D366;
  border-radius: 50%;
  -webkit-box-shadow: 0.1rem 0.1rem 1rem 0 rgba(0,0,0,0.25);
          box-shadow: 0.1rem 0.1rem 1rem 0 rgba(0,0,0,0.25);
  margin: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
  overflow: hidden;
  z-index: 1030;
	cursor: pointer
}
#whatsapp img {
  display: block;
  width: 100%;
  height: 100%;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s
}
#whatsapp.hovered img {
	padding: 50%;
	-webkit-transform: rotate(360deg);
	    -ms-transform: rotate(360deg);
	        transform: rotate(360deg)
}
#whatsapp p {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #FFF;
	font-size: 0;
	font-weight: 300;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s
}
#whatsapp.hovered p {
	font-size: 1.5rem
}

/*  ===========================================================================
  MOBILE STYLES
=========================================================================== */
@media (max-width: 768px) {

  /*  ===========================================================================
    GLOBAL STYLES
  =========================================================================== */
  .module-title h1 {
    margin: 0 0 2vw;
    font-size: 35px;
  }

  .module-subtitle h2 {
    font-size: 25px;
    margin: 0 0 8vw;
  }

  .module-subsubtitle h3{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 4vw;
  }

  .module-text p {
    font-size: 16px;
    margin: 0 0 2vw;
  }

  .module-heroquestion p {
    font-size: 20px;
    margin: 0 0 2vw;
  }

  .module-text-pv p{
    margin: 0 0 6vw;
  }

  .module-subtext p {
    font-size: 16px;
    margin: 0 0 2vw;
  }

  .desktop-text {
    display: none;
  }

  .mobile-text {
    display: block;
  }

  /*  ===========================================================================
  NAVBAR STYLES
  =========================================================================== */
  .row-nav-consulting {
    padding: 4% 0 1%;
  }
  .column-nav-consulting:nth-child(2) {
    display: none;
  }

  .column-nav-consulting {
    width: 30%;
  }

  .column-nav-consulting:nth-child(3) {
    width: 50%;
  }

  .column-nav-consulting:last-child {
    display: none;
  }
	
	.whatsapp-button {
		gap: 2vw;
	}

  /*  ===========================================================================
  HERO SECTION
  =========================================================================== */
  #heroConsulting {
    padding: 10% 0 8%;
  }
  .row-hero-consulting {
    flex-direction: column;
    width: 92.04%;
  }

  .column-hero-consulting:nth-child(1) , .column-hero-consulting:nth-child(2) {
    width: 100%;
  }

  #bulletPoints {
    margin: 0 0 6vw;
  }

  .column-hero-consulting .module-button2 a {
    margin: 0 0 6vw;
  }

  /*  ===========================================================================
  BENEFITS SECTION
  =========================================================================== */
  #benefitsSection {
    background-color: #ecf2f6;
    margin: 8% 0;
  }

  .row-benefits-consulting {
    width: 92.04%;
  }

  .row-benefits-consulting:nth-child(1) .column-benefits-consulting {
    padding: 8vw 0;
  }

  .row-benefits-consulting:nth-child(2) {
    gap: 4vw;
  }

  .row-benefits-consulting:nth-child(2) .column-benefits-consulting {
    flex-direction: column;
    margin: 0 auto;
    gap: 4vw;
  }

  .row-benefits-consulting:nth-child(3) .column-benefits-consulting {
    padding: 6vw;
  }

  .module-benefit {
    width: auto;
    padding: 4vw;
    gap: 2.5vw;
  }

  .icon-benefit img {
    width: 40px;
  }

  /*  ===========================================================================
  FOR WHOM SECTION
=========================================================================== */
  #forwhomSection {
    padding: 8% 0;
  }

  .row-forwhom-consulting {
    width: 92.04%;
    flex-direction: column;
    gap: 4vw;
    padding-bottom: 4vw;
  }

  .row-forwhom-consulting:nth-child(2) .column-forwhom-consulting, .row-forwhom-consulting:last-child .column-forwhom-consulting {
    width: auto;
    padding-bottom: 3vw;
  }

  .column-forwhom-consulting .module-img img {
    padding-bottom: 4vw;
  }

  .column-forwhom-consulting .module-subsubtitle, .column-forwhom-consulting .module-text, .column-forwhom-consulting .module-cta {
    padding: 0 4vw;
  }

  .column-forwhom-consulting .module-text p {
    margin: 0 0 4vw;
  }

  /*  ===========================================================================
  HOW IT WORKS SECTION
  =========================================================================== */
  #howitworksSection {
    padding: 8% 0;
  }

  .row-howitworks-consulting{
    width: 92.04%;
    flex-direction: column;
  }

  .column-howitworks-consulting:nth-child(1) {
    width: auto;
  }

  .column-howitworks-consulting:nth-child(2) {
    display: none;
  }

  .module-step {
    gap: 2vw;
    margin: 0 0 4vw;
  }

  .module-step:nth-child(5) {
    margin: 0 0 8vw;
  }

  .module-step .module-subsubtitle h3 {
    margin: 0 0 2vw;
  }
  /*  ===========================================================================
  TESTIMONIAL SECTION
  =========================================================================== */
  #testimonialSection {
    padding: 8% 0;
    display: none;
  }

  .row-testimonial-consulting {
    width: 92.04%;
  }

  .row-testimonial-consulting:nth-child(2) {
    flex-direction: column;
  }

  /*  ===========================================================================
  TEAM SECTION
  =========================================================================== */
  #teamSection {
    padding: 8% 0;
  }

  .row-team-consulting {
    width: 92.04%;
  }

  .row-team-consulting:nth-child(2) {
    gap: 4vw;
  }

  .row-team-consulting:nth-child(2) .column-team-consulting {
    flex-direction: column;
  }

  .module-imgteam {
    width: auto;
  }

  .module-teamdescription {
    width: auto;
  }

  .collaborator-name {
    font-size: 18px;
    margin: 0 0 2vw;
  }

  .collaborator-position {
    font-size: 16px;
    margin: 0 0 2vw;
  }

  .collaborator-description {
    margin: 0 0 2vw;
  }

  /*  ===========================================================================
  CTA SECTION
  =========================================================================== */
  #ctaSection {
    padding: 8% 0;
    margin: 8% 0;
    background-color: #001E41;
  }

  .row-cta-consulting {
    width: 92.04%;
    flex-direction: column;
    gap: 8vw;
  }

  .row-cta-consulting .column-cta-consulting:nth-child(1) {
    width: auto;
    padding: 0;
  }

  .row-cta-consulting .column-cta-consulting:nth-child(2) {
    width: auto;
    padding: 0;
  }

  .column-cta-consulting .module-button2 a {
    width: 100%;
  }

  .info-tipe {
    gap: 1vw;
    margin: 0 0 2vw;
  }

  .module-contactinfo {
    margin: 0 0 6vw;
  }

  .module-form .module-subsubtitle {
    padding: 4.1vw;
  }
	
	.module-formcontainer {
		padding: 4.1vw;
	}

  /*  ===========================================================================
  SERVICES SECTION
  =========================================================================== */
  #servicesSection {
    padding: 8% 0;
  }

  .row-services-consulting {
    width: 92.04%;
    flex-direction: column;
  }

  .row-services-consulting:nth-child(2) .column-services-consulting {
    width: auto;
  }

  .tabs {
    padding: 2.1vw;
  }

  .tab-content.active {
    flex-direction: column;
    gap: 8vw;
  }

  .tab-button {
    font-size: 18px;
  }
	
  .tab-button:hover {
	color: #fff;
  }

  .icono {
    width: 32px;
    height: 32px;
  }

  .row-services-consulting {
    gap: 8vw;
  }

  .row-services-consulting:nth-child(2) .column-services-consulting {
    gap: 8vw;
  }
	
  /*  ===========================================================================
  WHATSAPP BUBBLE
  =========================================================================== */
  #whatsapp {
		width: 48px;
		height: 48px;
		right: 2.5vw;
		bottom: 2.5vw
	}
	#whatsapp.hovered p {
		font-size: 2rem
	}
	.landing-contact {
		right: 0;
		left: 0;
  	bottom: calc(2.5vw + 24px);
		margin: 0 auto;
		min-width: 92.04%;
	}
}