:root {
  --pagesMainColor: #5affba;
}

.page-portada__body {
  position: relative;
  overflow: hidden;
  background: #fbfbfb;
}

.page-portada__top-section {
  width: 100%;
  max-width: 1650px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  filter: drop-shadow(15px 15px 20px rgba(0,0,0,0.03));
}

.page-portada__top-section h1 {
  line-height: 1.2;
  font-size: calc(35px + 0.65vw);
  margin: 10px 0 40px 0;
  margin-bottom: calc(10px + 1.5vw);
  font-weight: 700;
}

.page-portada__top-section::before {
  position: absolute;
  content: "";
  width: 200%;
  right: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(343deg, #5af6ff 0%, #5af6ff 50%, rgba(90, 255, 225, 1) 60%, rgba(90, 255, 225, 1) 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 33px) 100%, 0 100%);
}

.page-portada__top-section header.wrapper {
  display: flex;
  width: 100%;
  max-width: 1380px;
  padding-top: 4vw;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

.page-portada__top-section-header-left {
  width: 100%;
  box-sizing: border-box;
  color: var(--darkBlue);
  z-index: 1;
}

.page-portada__top-section-header-left p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 10px;
}

.page-portada__top-section-header-left p:last-of-type {
  font-size: 18px;
  margin-bottom: 153px;
}

.page-portada__top-section-header-left p:last-of-type span {
  font-weight: 600;
}

.page-portada__top-section-header-left h1 span {
  display: block;
}

.page-portada__top-section-header-right {
  z-index: 0;
  position: relative;
}

.page-portada__top-section header .page-portada__top-section-header-right img {
  position: absolute;
  box-sizing: border-box;
  width: auto;
  height: 98%;
  object-fit: contain;
  right: -80px;
  z-index: -1;
  bottom: 50px;
}

.page-portada__top-section-cards {
  display: flex;
  margin-bottom: 55px;
  gap: 12px;
  max-width: 780px;
}

.page-portada__top-section-cards:hover .page-portada__top-section-card {
  transition: all 0.05s ease-in-out;
}

.page-portada__top-section-card {
  text-decoration: none;
  color: #1f1f29;
  background: #fff;
  padding-top: 23px;
  width: 100%;
  padding-left: var(--padding40);
  padding-right: 28px;
  padding-bottom: 26px;
  display: flex;
  flex-direction: column;
  transition: all 0.05s ease-in-out;
  border-radius: 10px;
  /* https://smoothshadows.com/#djEsMiw1LDAuMDQsNTMsMTAzLDAsIzAzMDcxMiwjZjNmNGY2LCNmZmZmZmYsMg%3D%3D */
  box-shadow: 0px 4px 2px rgba(3, 7, 18, 0.04),
    0px 16px 8px rgba(3, 7, 18, 0.03),
    0px 37px 19px rgba(3, 7, 18, 0.02),
    0px 66px 34px rgba(3, 7, 18, 0.02),
    0px 103px 53px rgba(3, 7, 18, 0.01);
}

.page-portada__top-section-card:hover {
/* https://smoothshadows.com/#djEsMiw3LDAuMDUsMzU0LDE1MiwwLCMwMzA3MTIsI2YzZjRmNiwjZmZmZmZmLDI%3D */
box-shadow: 0px 3px 7px rgba(3, 7, 18, 0.05),
  0px 12px 29px rgba(3, 7, 18, 0.04),
  0px 28px 65px rgba(3, 7, 18, 0.04),
  0px 50px 116px rgba(3, 7, 18, 0.03),
  0px 78px 181px rgba(3, 7, 18, 0.02),
  0px 112px 260px rgba(3, 7, 18, 0.01),
  0px 152px 354px rgba(3, 7, 18, 0.01);

  background: #f3f3f3;
  transform: scale(0.98);
}


.page-portada__top-section-card > img {
  width: 41px;
  height: 41px;
  object-fit: contain;
  margin-right: auto;
}

.page-portada__top-section-card div h3 {
  font-size: 15px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: var(--greenBlue);
  line-height: 1.13;
  margin: 0;
}

.page-portada__top-section-card div {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.page-portada__top-section-card div img {
  width: 13px;
  height: 12px;
  object-fit: contain;
  margin-bottom: 4px;
}

.page-portada__secondary-section {
  width: 100%;
  max-width: 1400px;
  margin: -50px auto 50px;
  position: relative;
  z-index: 1;
}

.page-portada__secondary-section * {
  margin: 0;
  box-sizing: border-box;
}

.page-portada__secondary-section-header {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 15px;
  font-family: "Poppins";
  padding: 20px;
  position: relative;
}

.page-portada__secondary-section-header::before {
  position: absolute;
  content: "";
  background: var(--greenBlue);
  width: 200%;
  left: 48px;
  z-index: -1;
  top: 0;
  height: 100%;
  transform: skewX(-10deg);
  border-radius: 10px;
}

.page-portada__secondary-section-header p {
  margin: 0;
}

.page-portada__secondary-section-header p:first-of-type {
  font-weight: 600;
  font-size: 18px;
}

.page-portada__secondary-section-header p:last-of-type {
  font-size: 15px;
}

.page-portada__secondary-section-header div {
  padding: 12px;
  border-radius: 50%;
  background: #fff;
}

.page-portada__secondary-section-header div img {
  width: 13.5px;
  height: 13px;
  display: block;
  object-fit: contain;
}

.page-portada__secondary-section-form {
  position: relative;
}

.page-portada__secondary-section-form::before {
  position: absolute;
  content: "";
  background: var(--lightBlue);
  width: 200%;
  height: 100%;
  left: 25px;
  top: 0;
  z-index: -1;
  transform: skewX(-10deg);
  border-radius: 10px;
}

.page-portada__secondary-section-form-body {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  align-items: flex-start;
}

.page-portada__secondary-section-form-columns {
  margin-left: 120px;
  width: 100%;
  max-width: 870px;
  display: flex;
  margin-bottom: 20px;
}

.page-portada__secondary-section-form-column:first-of-type {
  margin-right: 50px;
}

.page-portada__secondary-section-form-column:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.page-portada__secondary-section-form-column h2 {
  max-width: 400px;
  font-weight: 700;
  color: var(--darkBlue);
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  line-height: 1.28;
  margin-bottom: 22px;
}

.page-portada__secondary-section-form-column p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.66;
  color: var(--greenBlue);
  max-width: 364px;
  width: 100%;
}

.page-portada__secondary-section-form-column h3 {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.28;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: var(--darkBlue);
  margin-bottom: 8px;
  white-space: nowrap;
}

.page-portada__secondary-section-form-column > div > input {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  width: 100%;
  max-width: 181px;
  border-radius: 10px;
  border: none;
  outline: none;
}

.page-portada__secondary-section-form-column > div > input::placeholder {
  color: #b9b9b9;
  font-weight: 400;
}

.page-portada__secondary-section-form-column:nth-child(2) input {
  width: 100%;
  max-width: 180px;
  display: block;
}

.page-portada__secondary-section-form-column:last-of-type {
  margin-left: var(--padding40);
  width: 100%;
  max-width: 200px;
}

.page-portada__secondary-section-form-column:last-of-type > div {
  background: #fff;
  padding: 15px 25px;
}

.page-portada__secondary-section-form-column:last-of-type > div > div {
  user-select: none;
  margin-bottom: 10px;
}

.page-portada__secondary-section-form-column:last-of-type > div > div label {
  width: 100%;
  max-width: 140px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.23;
  color: var(--greenBlue);
  font-family: "Roboto", sans-serif;
  display: flex;
  gap: 10px;
}

.page-portada__secondary-section-form-column:last-of-type
  > div
  > div
  label
  span {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  border: 1px solid #d7d7d7;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.page-portada__secondary-section-form-column:last-of-type
  > div
  > div
  label
  span::after {
  width: 5px;
  height: 5px;
  background: var(--greenBlue);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

.page-portada__secondary-section-form-column:last-of-type > div > div label:hover {
  cursor: pointer;
}

.page-portada__secondary-section-form-column:last-of-type
  > div
  > div
  label:hover
  span::after {
  opacity: 0.4;
}

.page-portada__secondary-section-form-column:last-of-type
  > div
  > div
  label
  span
  img {
  position: absolute;
  width: 12px;
  height: 9px;
  display: none;
}

.page-portada__secondary-section-form-column:last-of-type
  > div
  > div
  input:checked
  ~ label
  span
  img {
  display: block;
}
.page-portada__secondary-section-form-column:last-of-type
  > div
  > div
  input:checked
  ~ label
  span::after {
  display: none;
}

.page-portada__secondary-section-form-column:last-of-type > div > div input {
  display: none;
}

.page-portada__secondary-section-form-img {
  height: 100%;
  position: relative;
}

.page-portada__secondary-section-form-img img {
  position: absolute;
  top: 0;
  margin-right: var(--padding40);
  right: 0;
  width: 236px;
}

.page-portada__secondary-section-form-bottom {
  width: 100%;
  max-width: 1100px;
  padding-bottom: 40px;
}

.page-portada__secondary-section-form-bottom > div {
  align-items: center;
  display: flex;
  padding-left: 120px;
  max-width: 1020px;
}

.page-portada__secondary-section-form-google-feedback {
  display: flex;
  gap: 10px;
  margin-right: auto;
}

.page-portada__secondary-section-form-google-feedback div {
  gap: 2.5px;
  display: flex;
}

.page-portada__secondary-section-form-google-feedback > div > span img {
  width: 12.5px;
  height: 12.5px;
  object-fit: contain;
  /*filter: invert(15%) sepia(9%) saturate(4797%) hue-rotate(160deg) brightness(90%) contrast(86%);*/
}

.page-portada__secondary-section-form-google-feedback > div > img {
  object-fit: contain;
  width: 61px;
}

.page-portada__secondary-section-form-bottom > div > p {
  max-width: 180px;
  font-size: 14px;
  color: var(--greenBlue);
  font-family: "Roboto", sans-serif;
  line-height: 1.23;
}

.page-portada__secondary-section-form-bottom button {
  padding: 20px 30px;
  background: var(--greenBlue);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  font-family: "Poppins";
  line-height: 1.3;
  color: #fff;
  gap: 70px;
  width: 100%;
  max-width: 230px;
  display: flex;
  align-items: center;
  margin-left: var(--padding40);
  cursor: pointer;
  border: none;

  border-radius: 10px;
}


.page-portada__secondary-section-form-bottom button:hover img {
  animation: move 0.9s ease-in-out infinite;
}

.page-portada__secondary-section-form-bottom button img {
  width: 14px;
  object-fit: contain;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(162deg)
    brightness(101%) contrast(104%);
}

/* Rest Sections */
.page-portada__section {
  max-width: 1400px;
  padding: 50px var(--padding40);
  margin: 0 auto;
}

.page-portada__section--first {
  padding-top: 100px;
}

.page-portada__tabs-flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
}
.page-portada__tabs-flex *,
.page-portada__tabs-flex *::before,
.page-portada__tabs-flex *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
.page-portada__tabs-flex-left > div {
  height: 16px;
  line-height: 1.66;
} */
/* .page-portada__tabs-flex-left {
  padding-left: 50px;
  grid-column: 1/3;
  gap: 20px;
} */

.page-portada__tabs-flex-left h2 {
  color: #1c2557;
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
  max-width: 600px;
}

.page-portada__tabs-flex-left a {
  color: #1c2557;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.page-portada__tabs-flex-left p {
  color: #42465d;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  max-width: 715px;
  line-height: 1.66;
}
.page-portada__tabs-flex-left {
  position: relative;
  grid-column: 1/3;
}
.page-portada__tabs-flex-left::after {
  top: 0;
  right: 0;
  background: rgb(251, 251, 251);
  background: -moz-linear-gradient(
    90deg,
    rgba(251, 251, 251, 0) 0%,
    rgba(251, 251, 251, 1) 50%,
    rgba(251, 251, 251, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(251, 251, 251, 0) 0%,
    rgba(251, 251, 251, 1) 50%,
    rgba(251, 251, 251, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(251, 251, 251, 0) 0%,
    rgba(251, 251, 251, 1) 50%,
    rgba(251, 251, 251, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  content: "";
  width: 50px;
  height: 100%;
  position: absolute;
}
.page-portada__tabs-flex-left > div {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 40px;
  transition: 0.3s;
  opacity: 0.5;
  padding-left: 40px;
}
.page-portada__section div[data-slide="1"] .page-portada__tabs-flex-left > div {
  transform: translateX(0);
}
.page-portada__section
  div[data-slide="1"]
  .page-portada__tabs-flex-left
  > div:nth-child(1) {
  opacity: 1;
}
.page-portada__section div[data-slide="2"] .page-portada__tabs-flex-left > div {
  transform: translateX(-100%);
}
.page-portada__section
  div[data-slide="2"]
  .page-portada__tabs-flex-left
  > div:nth-child(2) {
  opacity: 1;
}
.page-portada__section div[data-slide="3"] .page-portada__tabs-flex-left > div {
  transform: translateX(-200%);
}
.page-portada__section
  div[data-slide="3"]
  .page-portada__tabs-flex-left
  > div:nth-child(3) {
  opacity: 1;
}
.page-portada__section div[data-slide="4"] .page-portada__tabs-flex-left > div {
  transform: translateX(-300%);
}
.page-portada__section
  div[data-slide="4"]
  .page-portada__tabs-flex-left
  > div:nth-child(4) {
  opacity: 1;
}
.page-portada__tabs-flex-left {
  display: grid;
  grid-template-columns: repeat(4, 100%);
  overflow: hidden;
}
.page-portada__tabs-flex-left > div > div {
  height: 40px;
  display: flex;
  align-items: center;
}
.page-portada__tabs-flex-left > div a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.page-portada__tabs-flex-left > div a svg {
  width: 12px;
  height: 11px;
  object-fit: contain;
  overflow: hidden;
}
.page-portada__tabs-flex-left > div a svg #vector-line {
  transition: transform 0.15s ease-in-out;
  transform: scaleX(0);
}

.page-portada__tabs-flex-left > div a:hover svg #vector-line {
  transform: scaleX(1);
}
.page-portada__tabs-flex-left > div a svg #vector-broadhead {
  transition: transform 0.25s ease-in-out;
  transform: translateX(-5px);
}
.page-portada__tabs-flex-left > div a:hover svg #vector-broadhead {
  transform: translateX(0);
}
.page-portada__tabs-slider-arrows {
  display: none;
}
.page-portada__tabs-flex-right {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  justify-content: flex-start;
  grid-column: 3/4;
  position: relative;
  width: 100%;
  max-width: 460px;
  padding-left: 40px;
}
.page-portada__section div[data-slide="1"] li:nth-child(1) span {
  font-weight: 600;
  color: var(--darkBlue);
}
.page-portada__section div[data-slide="2"] li:nth-child(2) span {
  font-weight: 600;
  color: var(--darkBlue);
}
.page-portada__section div[data-slide="3"] li:nth-child(3) span {
  font-weight: 600;
  color: var(--darkBlue);
}
.page-portada__section div[data-slide="4"] li:nth-child(4) span {
  font-weight: 600;
  color: var(--darkBlue);
}
.page-portada__tabs-flex-right::before {
  position: absolute;
  left: 0;
  width: 1px;
  height: calc(100% + 100px);
  content: "";
  background: #f0f0f0;
  bottom: 0;
}
.page-portada__tabs-flex-right > span {
  position: absolute;
  left: 0;
  background: var(--darkBlue);
  width: 4px;
  content: "";
  height: 40px;
  bottom: 200px;
  transition: 0.2s;
}
.page-portada__section
  div[data-slide="1"]
  .page-portada__tabs-flex-right
  > span {
  top: 0px;
}
.page-portada__section
  div[data-slide="2"]
  .page-portada__tabs-flex-right
  > span {
  top: 45px;
}
.page-portada__section
  div[data-slide="3"]
  .page-portada__tabs-flex-right
  > span {
  top: 90px;
}
.page-portada__section
  div[data-slide="4"]
  .page-portada__tabs-flex-right
  > span {
  top: 135px;
}
.page-portada__tabs-flex-right li {
  line-height: 1.66;
  position: relative;
  margin-bottom: 5px;
  color: #76777e;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  display: flex;
  align-items: center;
  height: 40px;
}
.page-portada__tabs-flex-right li div {
  cursor: pointer;
}
.page-portada__tabs-flex-right li:last-of-type {
  margin-bottom: 0;
}

/* 
.page-portada__city-tabs {
  padding: 0;
  position: relative;
  white-space: nowrap;
  overflow-x: scroll;
  display: flex;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.page-portada__city-tabs::-webkit-scrollbar {
  display: none;
}

.page-portada__city-tab {
  display: block;
  list-style: none;
}

.page-portada__city-tab:last-of-type {
  margin-right: 55px;
}

.page-portada__city-tab a:hover {
  background: #F2F2F2;
}

.page-portada__city-tab.page-portada__city-tab--active a {
  background-color: var(--pagesMainColor);
  font-weight: 500;
}

.page-portada__city-tab.page-portada__city-tab--active-2 a {
  background-color: var(--neonLightBlue);
}

.page-portada__city-tab.page-portada__city-tab--active-3 a {
  background-color: var(--yellow);
}

.page-portada__city-tab.page-portada__city-tab--active-4 a {
  background-color: var(--darkBlue);
  color: #fff;
}

.page-portada__city-tab.page-portada__city-tab--active-5 a {
  background-color: #DADADA;
  color: #1f1f29;
}

.page-portada__city-tab a {
  padding: 8.5px 17px;
  transition: .1s;
  background: #fff;
  text-decoration: none;
  line-height: 1.66;
  font-weight: 400;
  color: #1f1f29;
  font-size: 14px;
  clip-path: polygon(7px 0, 100% 0, calc(100% - 7px) 100%, 0 100%);

} */

/* Cards styles */
.page-portada__cards.cards-producto__main-table-grid {
  display: grid;
  flex-grow: 1;
  border: 1px solid #fff;
  margin-top: 0;
  position: relative;
  background:#fff;
  /* https://smoothshadows.com/#djEsMiw1LDAuMDQsNTMsMjIsMCwjMDMwNzEyLCNmM2Y0ZjYsI2ZmZmZmZiwy */
  box-shadow: 0px 1px 2px rgba(3, 7, 18, 0.04),
    0px 4px 8px rgba(3, 7, 18, 0.03),
    0px 8px 19px rgba(3, 7, 18, 0.02),
    0px 14px 34px rgba(3, 7, 18, 0.02),
    0px 22px 53px rgba(3, 7, 18, 0.01);

  border-radius: 10px;
}

.page-portada__cards a {
  text-decoration: none;
}
.page-portada__cards-circle-link {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.page-portada__cards-circle-link a {
  color: #000;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--neonGreen);
  margin-left: 50px;
  position: relative;
  text-decoration: none;
  box-shadow: 0px 4px 2px rgba(3, 7, 18, 0.04), 0px 16px 8px rgba(3, 7, 18, 0.03), 0px 37px 19px rgba(3, 7, 18, 0.02), 0px 66px 34px rgba(3, 7, 18, 0.02), 0px 103px 53px rgba(3, 7, 18, 0.01);
  transition: transform 0.2s ease-in-out;
}

.page-portada__cards-circle-link a span {
  transition: transform 0.2s ease-in-out;
}

.page-portada__cards-circle-link a:hover {
  transform: scale(1.1);
}

.page-portada__cards-circle-link a:hover span {
  transform: rotate(90deg);
}

.cards-producto__main-table-grid-2 .page-portada__cards-circle-link a {
  background: var(--neonLightBlue);
}
.cards-producto__main-table-grid-3 .page-portada__cards-circle-link a {
  background: var(--yellow);
}
.cards-producto__main-table-grid-4 .page-portada__cards-circle-link a {
  background: var(--darkBlue);
}
.cards-producto__main-table-grid-5 .page-portada__cards-circle-link a {
  background: #868686;
}

.cards-producto__main-table-grid-5 .page-portada__cards-circle-link a,
.cards-producto__main-table-grid-4 .page-portada__cards-circle-link a {
  color: #fff;
}

/* Services cards */

.page-portata__services-section * {
  box-sizing: border-box;
}

.page-portata__services-section-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  outline: 1px solid #fff;
  margin-top: 1px;
  width: 100%;
  background: #fff;
  /* https://smoothshadows.com/#djEsMiw1LDAuMDQsNTMsMjIsMCwjMDMwNzEyLCNmM2Y0ZjYsI2ZmZmZmZiwy */
  box-shadow: 0px 1px 2px rgba(3, 7, 18, 0.04),
    0px 4px 8px rgba(3, 7, 18, 0.03),
    0px 8px 19px rgba(3, 7, 18, 0.02),
    0px 14px 34px rgba(3, 7, 18, 0.02),
    0px 22px 53px rgba(3, 7, 18, 0.01);

  border-radius: 10px;
}
.page-portata__services-section-card {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #f0f0f0;
  justify-content: space-between;
}
.page-portata__services-section-card:first-of-type {
  border-left: 0;
}
.page-portata__services-section-card h4,
.page-portata__services-section-card > p,
.page-portata__services-section-card > div {
  padding-left: 40px;
  padding-right: 40px;
}
.page-portata__services-section-card h4 {
  margin-top: 40px;
  color: #1c2557;
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.31;
  margin-bottom: 20px;
}
.page-portata__services-section-card > div > a {
  color: #043fd6;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 121.3%; /* 18.195px */
}
.page-portata__services-section-card > div > a:hover {
  color: var(--darkBlue);
}
.page-portata__services-section-card > p {
  flex-grow: 1;
  color: #42465d;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 166.3%;
  margin-top: 0;
  margin-bottom: 25px;
}
.page-portata__services-section-card-price {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  margin-top: 25px;
  color: #1c2557;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 113%;
}
.page-portata__services-section-card-price::after {
  width: 100%;
  height: 1px;
  background: #5afff5;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-portata__services-section-card:nth-child(1)
  .page-portata__services-section-card-price::after {
  left: initial;
  right: 0;
  background: #FFEB3B;
  width: 400%;
}
.page-portata__services-section-card:nth-child(3)
  .page-portata__services-section-card-price::after {
  right: initial;
  background: #83ffcb;
  left: 0;
  width: 400%;
}
.page-portata__services-section-card footer {
  padding: 0 40px 40px;
}
.page-portata__services-section-card footer a {
  display: inline-flex;
  width: 100%;
  max-width: 225px;
  padding: 10px 15px 10px 25px;
  border-radius: 25px;
  background: #FFEB3B;
  justify-content: space-between;
  align-items: center;
  color: #1c2557;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 166.3%;
  text-decoration: none;
}
.page-portata__services-section-card:nth-child(2) footer a {
  background: #5afff5;
}
.page-portata__services-section-card:last-of-type footer a {
  background: #83ffcb;
}

.page-portata__services-section-card footer a svg {
  width: 12px;
  height: 10px;
  object-fit: contain;
}
.page-portata__services-section-card footer a svg #vector-line {
  transition: transform 0.15s ease-in-out;
  transform: scaleX(0);
}
.page-portata__services-section-card footer a:hover svg #vector-line {
  transform: scaleX(1);
}
.page-portata__services-section-card footer a svg #vector-broadhead {
  transition: transform 0.25s ease-in-out;
  transform: translateX(-5px);
}
.page-portata__services-section-card footer a:hover svg #vector-broadhead {
  transform: translateX(0);
}

.page-portada__banner * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.page-portada__banner {
  width: 100%;
  height: 350px;
  box-sizing: border-box;
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
  padding: 50px 85px;
  margin-top: 100px;
  margin-bottom: 150px;
}

.page-portada__banner h2 {
  font-size: 34px;
  font-weight: 700;
  font-family: "Poppins";
  line-height: 1.26;
  color: var(--darkBlue);
}

.page-portada__banner h3 {
  font-size: 34px;
  font-weight: 400;
  color: var(--darkBlue);
  font-family: "Poppins";
  margin-bottom: 20px;
  line-height: 1.23;
}

.page-portada__banner p {
  font-family: "Poppins";
  line-height: 1.66;
  font-size: 16px;
  color: var(--darkBlue);
  font-weight: 400;
  margin-bottom: 35px;
  max-width: 430px;
}

.page-portada__banner a {
  padding: 10px 28px;
  font-family: "Roboto", sans-serif;
  background: var(--darkBlue);
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 25px;
  line-height: 1;
  color: #fff491;
  line-height: 1.66;
  text-decoration: none;
  border-radius: 30px;
}

.page-portada__banner a svg {
  width: 12px;
  height: 11px;
  object-fit: contain;
  fill: #fff491;
}
.page-portada__banner a:hover img {
  animation: move 0.9s ease-in-out infinite;
}

.page-portada__banner .banner-text {
  position: absolute;
  top: 55px;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-portada__banner .banner-img {
  top: 0;
  position: absolute;
  right: 0;
  width: 200%;
  height: 100%;
  clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
  background: #f7f4e0;
}

.page-portada__banner .banner-img img {
  position: absolute;
  top: 35px;
  right: 0;
  width: 920px;
  height: 100%;
  display: block;
  object-fit: contain;
}



.page-portada__compare-profiles-bg {

}
.page-portada__compare-profiles-table {
  width: 100%;
  border-collapse: collapse;
}
.page-portada__compare-profiles-table th, .page-portada__compare-profiles-table td {
  border: 1px solid #ddd;
  padding: 10px;
}
.page-portada__compare-profiles-table th {
  background-color: #f4f4f4;
  font-weight: bold;
}
.page-portada__compare-profiles-table td {

}

.page-portada__compare-profiles-table .fa-check-circle {
  color: #4CAF50;
}

.page-portada__compare-profiles-table .fa-times-circle {
  color: #FF5722;
}

.page-portada__compare-profiles-vertical-header {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
}

/* RESPONSIVE -utilizar distintos mediaqueries según sea necesario- */
@media (max-width: 1500px) {
  .page-portada__tabs-flex-left > div,
  .page-portada__tabs-flex-right {
    padding-left: 2vw;
  }
  .page-portata__services-section-card h4,
  .page-portata__services-section-card > p,
  .page-portata__services-section-card > div {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .page-portata__services-section-card footer {
    padding: 0 2vw 40px;
  }
}
@media (max-width: 1350px) {
  .page-portada__top-section h1 {
    font-size: calc(15px + 1.7vw);
  }

  .page-portada__top-section-cards {
    max-width: calc(375px + 30vw);
  }

  .page-portada__top-section-card {
    padding-left: calc(1.8vw + 10px);
    padding-right: calc(1.1vw + 10px);
    padding-top: calc(5px + 1.2vw);
    padding-bottom: calc(10px + 1.1vw);
  }

  .page-portada__top-section-header-left p:last-of-type {
    font-size: calc(0.5vw + 11.25px);
  }

  .page-portada__top-section
    header
    .page-portada__top-section-header-right
    img {
    right: calc(25vw - 337.5px);
    height: 100%;
  }

  .page-portada__secondary-section-form-column h2 {
    font-size: calc(17.5px + 1vw);
  }

  .page-portada__secondary-section-form-body {
    padding-top: calc(2.5vw + 36.25px);
  }

  .page-portada__secondary-section-form-columns {
    max-width: calc(802.5px + 5vw);
    margin-left: calc(5.25vw + 25px);
  }

  .page-portada__secondary-section-form-bottom > div {
    padding-left: calc(5.25vw + 25px);
    max-width: calc(860px + 10vw);
  }

  .page-portada__secondary-section-form-column:first-of-type {
    margin-right: calc(25px + 2vw);
  }

  .page-portada__secondary-section-form-column:last-of-type {
    margin-left: calc(25px + 2vw);
  }

  .page-portada__secondary-section-form-img img {
    width: calc(30px + 13vw);
    margin-right: calc(10px + 1.5vw);
  }

  .page-portada__secondary-section-form-column > div > input {
    padding: calc(4px + 0.8vw) calc(8px + 0.8vw);
  }

  .page-portada__secondary-section-form-column:nth-child(2) input {
    max-width: 220px;
  }

  .page-portada__secondary-section-form-column:last-of-type > div > div label {
    max-width: calc(126.5px + 1vw);
    font-size: calc(11.3px + 0.2vw);
  }

  .page-portada__secondary-section-form-column:last-of-type > div {
    padding: 15px calc(8px + 0.8vw);
  }
}

@media (max-width: 1280px) {
  .page-portada__tabs-flex {
    display: block;
    position: relative;
    margin-top: 75px;
  }
  .page-portada__tabs-flex-left::after {
    width: calc(50px + 2vw);
    background: #fff;
  }
  .page-portada__tabs-flex-left > div {
    padding-bottom: 25px;
  }
  .page-portada__tabs-flex-left p {
    max-width: calc(100% - 75px);
    font-size: calc(13px + 0.4vw);
  }
  .page-portada__tabs-flex-left h2 {
    max-width: calc(100% - 75px);
    font-size: calc(1vw + 22px);
  }
  .page-portada__tabs-flex-left h2 br {
    display: none;
  }
  .page-portada__tabs-flex-right {
    flex-direction: row;
    position: absolute;
    top: 0;
    right: 2vw;
    width: auto;
  }
  .page-portada__tabs-flex-right > span,
  .page-portada__tabs-flex-right::before {
    display: none;
  }
  .page-portada__tabs-flex-right li div {
    position: absolute;
    white-space: nowrap;
    right: 0;
    top: -25px;
    pointer-events: none;
    opacity: 0;
    transition: 0.5s;
  }
  .page-portada__section
    div[data-slide="1"]
    .page-portada__tabs-flex-right
    li:nth-child(1)
    div,
  .page-portada__section
    div[data-slide="2"]
    .page-portada__tabs-flex-right
    li:nth-child(2)
    div,
  .page-portada__section
    div[data-slide="3"]
    .page-portada__tabs-flex-right
    li:nth-child(3)
    div,
  .page-portada__section
    div[data-slide="4"]
    .page-portada__tabs-flex-right
    li:nth-child(4)
    div {
    opacity: 0.5;
  }
  .page-portada__tabs-slider-arrows {
    position: absolute;
    right: 2vw;
    top: 0;
    width: auto;
    display: flex;
    height: 43px;
    align-items: center;
    gap: 10px;
  }
  .page-portada__tabs-slider-arrows span {
    width: 17px;
    cursor: pointer;
    height: 15.5px;
  }
  .page-portada__tabs-slider-arrows span:first-of-type {
    transform: rotateY(180deg);
  }
  .page-portada__tabs-slider-arrows span svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    fill: var(--darkBlue);
  }
  .page-portada__section
    div[data-slide="1"]
    .page-portada__tabs-slider-arrows
    span:first-of-type {
    pointer-events: none;
    opacity: 0.35;
  }
  .page-portada__section
    div[data-slide="4"]
    .page-portada__tabs-slider-arrows
    span:last-of-type {
    pointer-events: none;
    opacity: 0.3;
  }

  .page-portada__section .card-producto__main-card:nth-child(3),
  .page-portada__section .card-producto__main-card:nth-child(4) {
    border-bottom: 0;
  }
}
@media (max-width: 1250px) {
  .page-portada__secondary-section-header {
    gap: calc(2vw + 25px);
  }

  .page-portada__secondary-section-header .hide_on_mobile:last-of-type {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .page-portada__secondary-section-form-img {
    display: none;
  }
}

@media (max-width: 1150px) {
  .page-portada__top-section::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .page-portada__top-section-cards {
    max-width: calc(340px + 30vw);
  }

  .page-portada__top-section-card div img {
    display: none;
  }
}

@media (max-width: 1080px) {
  .page-portada__top-section
    header
    .page-portada__top-section-header-right
    img {
    right: calc(25vw - 377.5px);
    height: 93%;
  }
}
@media (max-width: 980px) {
  .page-portada__secondary-section-form-bottom button {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  .page-portada__banner {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 775px;
    padding: 50px var(--padding40);
  }

  .page-portada__banner > div {
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
  }

  .page-portada__banner p {
    margin-bottom: 40px;
  }

  .page-portada__banner a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 485px;
  }

  .page-portada__banner > div img {
    width: auto;
    height: 325px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: initial;
    top: initial;
    display: block;
  }
  .page-portata__services-section-cards {
    grid-template-columns: 1fr;
  }
  .page-portata__services-section-card{
    border-top: 1px solid #f0f0f0;
  }
  .page-portata__services-section-card:la-of-type{
    border-top: 0;
  }
  .page-portata__services-section {
    margin-top: 150px;
    padding: 0;
  }

  .page-portada__section {
    padding: 0;
  }
  /* .page-portada__city-tabs {
    padding: 0;
    position: relative;
    white-space: nowrap;
    overflow-x: scroll;
    width: calc(100% - var(--padding40));
  }

  .page-portada__tabs-flex {
    flex-direction: column;
    padding-left: var(--padding40);
    justify-content: flex-start;
  }

  .page-portada__tabs-flex h2 {
    white-space: initial;
    font-size: calc(12.98px + 2.5vw);
    text-align: left;
    width: 100%;
  } */

  /* .page-portada__city-tabs-container::after {
    content: " ";
    position: absolute;
    right: 0;
    pointer-events: none;
    top: 0;
    width: 55px;
    height: 100%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  }

  .page-portada__full-rectangle .page-portada__city-tabs-container::after {
    content: " ";
    position: absolute;
    right: 0;
    pointer-events: none;
    top: 0;
    width: 55px;
    height: 100%;
    background: #f1f9fa;
    background: -moz-linear-gradient(90deg, rgba(241, 249, 250, 0) 0%, rgba(255, 255, 255, 1) 50%);
    background: -webkit-linear-gradient(90deg, rgba(241, 249, 250, 0) 0%, rgba(255, 255, 255, 1) 50%);
    background: linear-gradient(90deg, rgba(241, 249, 250, 0) 0%, rgba(255, 255, 255, 1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f9fa", endColorstr="#f1f9fa", GradientType=1);
  } */
}

@media (max-width: 768px) {
  .page-portada__top-section h1 {
    max-width: 380px;
    text-align: center;
    box-sizing: border-box;
    color: var(--darkBlue);
    margin: 0 auto;
    position: relative;
    padding: 0 var(--padding40);
    padding-top: 30px;
    line-height: 1.4;
    z-index: 1;
    font-size: calc(20px + 1vw);
  }

  .page-portada__top-section .wrapper {
    padding: 0;
    flex-direction: column-reverse;
  }

  .page-portada__top-section-cards {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 2px;
    row-gap: 4px;
    margin-bottom: 22px;
    max-width: 100%;
  }

  .page-portada__top-section::before {
    width: 100%;
    background: linear-gradient(294.74deg, #5affba 63.67%, #5affe1 353.76%);
    transform: skewX(-10deg);
  }

  .page-portada__top-section header .page-portada__top-section-header-right {
    position: relative;
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
  }

  .page-portada__top-section
    header
    .page-portada__top-section-header-right
    img {
    position: relative;
    width: 100%;
    right: 0;
    bottom: 0;
  }

  .page-portada__top-section-card {
    display: flex;
    gap: calc(8px + 1.5vw);
    box-sizing: border-box;
    align-items: center;
    flex-direction: row;
    padding-top: 15px;
    padding-bottom: 15px;
    white-space: nowrap;
  }

  .page-portada__top-section-card:nth-child(1),
  .page-portada__top-section-card:nth-child(3) {
    clip-path: polygon(0 0, 100% 0%, calc(100% - 2px) 100%, 0% 100%);
    padding-left: calc(16vw - 35px);
  }

  .page-portada__top-section-card:nth-child(2),
  .page-portada__top-section-card:nth-child(4) {
    clip-path: polygon(2px 0, 100% 0%, 100% 100%, 0% 100%);
    padding-left: calc(2vw + 10px);
  }

  .page-portada__top-section-card:hover {
    transform: none;
    box-shadow: none;
  }

  .page-portada__top-section-card div {
    margin-right: 55px;
    margin-top: 0;
  }

  .page-portada__top-section-card > img {
    margin-right: 0;
    width: calc(27px + 2vw);
    height: calc(27px + 2vw);
  }

  .page-portada__top-section-card div img {
    display: none;
  }

  .page-portada__top-section-card div h3 {
    font-weight: 600;
  }

  .page-portada__top-section-header-left p:last-of-type {
    margin: 0 auto;
    font-size: calc(0.5vw + 11.16px);
    padding: 0 25px;
    margin-bottom: 75px;
    text-align: center;
    max-width: 340px;
  }

  .page-portada__top-section-header-left p:last-of-type span {
    font-weight: 600;
  }

  .page-portada__secondary-section {
    margin-top: -40px;
  }

  .page-portada__secondary-section-header {
    justify-content: space-around;
    z-index: 1;
  }

  .page-portada__secondary-section-header::before {
    left: 25px;
  }

  .page-portada__secondary-section-header p {
    font-size: 15px;
    line-height: 1.2;
    padding-left: calc(38.874px - 5.5vw);
    font-weight: 600;
  }

  .page-portada__secondary-section-header div {
    padding: calc(9px + 0.4vw);
  }

  .page-portada__secondary-section-form::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    height: calc(100% + 40px);
    top: -40px;
    z-index: -1;
  }

  .page-portada__secondary-section-form-body {
    flex-direction: column-reverse;
    padding-top: 35px;
  }

  .page-portada__secondary-section-form-img {
    position: relative;
    margin-right: 0;
    width: 100%;
    text-align: center;
  }

  .page-portada__secondary-section-form-img img {
    position: relative;
    width: calc(15vw + 50px);
    margin-right: 0;
  }

  .page-portada__secondary-section-form-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: calc(12.32px + 1vw);
    margin-left: 0;
    max-width: auto;
  }

  .page-portada__secondary-section-form-column:nth-child(1) {
    grid-column: 1/3;
    padding: 0 25px;
    text-align: center;
    grid-row: 1/2;
  }

  .page-portada__secondary-section-form-column h2 {
    margin-top: 10px;
    max-width: 100%;
    margin-bottom: 15px;
    font-size: calc(20px + 1.5vw);
  }

  .page-portada__secondary-section-form-column:first-of-type {
    margin-right: 0;
  }

  .page-portada__secondary-section-form-column h3 {
    width: 100%;
    max-width: 227px;
    margin: 0 auto;
    padding: 0 25px 10px;
  }

  .page-portada__secondary-section-form-column p {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 45px;
  }

  .page-portada__secondary-section-form-column > div > input {
    font-size: calc(14.32px + 1vw);
  }

  .page-portada__secondary-section-form-column:nth-child(2) input {
    max-width: 100%;
    padding: 10px 25px;
  }

  .page-portada__secondary-section-form-column:last-of-type {
    margin-left: 0;
    max-width: 100%;
  }

  .page-portada__secondary-section-form-column:nth-child(2) {
    justify-content: space-between;
  }

  .page-portada__secondary-section-form-column:last-of-type
    > div
    > div
    label
    span {
    width: calc(12.32px + 1vw);
    height: calc(12.32px + 1vw);
  }

  .page-portada__secondary-section-form-column:last-of-type > div > div label {
    font-size: calc(10.32px + 0.5vw);
    max-width: calc(125px + 2vw);
  }

  .page-portada__secondary-section-form-bottom > div {
    display: grid;
    padding-left: 0;
    grid-template-columns: 1fr 1fr;
    background: transparent;
    justify-items: center;
    align-content: center;
  }

  .page-portada__secondary-section-form-google-feedback {
    grid-row: 1/2;
    grid-column: 1/3;
    width: 100%;
    max-width: 145px;
    margin: 0 auto 40px;
  }

  .page-portada__secondary-section-form-bottom > div > p {
    max-width: calc(150px + 3vw);
    font-size: calc(11px + 0.5vw);
  }

  .page-portada__secondary-section-form-bottom button {
    margin-left: 0;
    padding: calc(14px + 2vw) calc(14px + 4vw);
    gap: 20px;
    max-width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    justify-content: space-between;
  }

  .page-portada__section {
    display: none;
  }

  .page-portada__section.page-portada__section--active {
    display: block;
  }

  .page-portada__section.page-portada__section--active > footer {
    text-align: center;
    padding: 0 var(--padding40);
  }

  .page-portada__section.page-portada__section--active > footer a {
    color: #043fd6;
    font-weight: 500;
    font-size: 14px;
    font-family: "Poppins";
    line-height: 1.21;
  }

  /* .page-portada__tabs-flex h2 {
    max-width: calc(320px + 18vw);
    margin-right: auto;
  } */
  .faq-container {
    display: none;
  }
}
@media (max-width: 678px) {
  .page-portada__banner > div img {
    height: calc(210px + 22vw);
    max-height: calc(200px + 20vw);
    right: calc(-135px - 10vw);
  }
  .page-portada__banner a {
    max-width: 100%;
  }
}
