.what-you-need-to-know {
  background-color: #f5f5f5;
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 32px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .what-you-need-to-know {
    padding-top: 80px;
    padding-bottom: 64px;
  }
}
.what-you-need-to-know .need-know__overlay {
  background-color: #ffffff;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.what-you-need-to-know .need-know__overlay--active {
  display: block;
}
.what-you-need-to-know .need-know__overlay--active .need-know__pretitle,
.what-you-need-to-know .need-know__overlay--active .need-know__title {
  position: relative !important;
  z-index: 12 !important;
}
.what-you-need-to-know .need-know__top {
  width: 100%;
  display: inline-block;
}
.what-you-need-to-know .need-know__top .need-know__pretitle,
.what-you-need-to-know .need-know__top .need-know__title {
  width: 100%;
}
.what-you-need-to-know .need-know__top .need-know__subtitle {
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 36px;
  /* 128.571% */
  color: #333f48;
  display: inline;
}
@media (min-width: 1024px) {
  .what-you-need-to-know .need-know__top .need-know__subtitle {
    font-size: 32px;
    line-height: 40px;
    /* 120% */
  }
}
@media (min-width: 1600px) {
  .what-you-need-to-know .need-know__top .need-know__subtitle {
    font-size: 40px;
    line-height: 48px;
    /* 120% */
  }
}
.what-you-need-to-know .need-know__top .need-know__subtitle .need-know__list-group {
  color: #333f48;
}
.what-you-need-to-know .need-know__top .need-know__subtitle .separator {
  margin-right: 4px;
}
.what-you-need-to-know .need-know__pretitle {
  font-size: 22px;
  line-height: 30px;
  /* 133.333% */
  font-family: 'N27 Medium';
  font-weight: 500;
  font-style: normal;
  color: #333f48;
}
.what-you-need-to-know .need-know__pretitle--active {
  position: relative;
  z-index: 12;
}
@media (min-width: 768px) {
  .what-you-need-to-know .need-know__pretitle {
    font-size: 24px;
    line-height: 32px;
    /* 133.333% */
  }
}
.what-you-need-to-know .need-know__title {
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  color: #333f48;
  margin: 16px 0;
}
@media (min-width: 1024px) {
  .what-you-need-to-know .need-know__title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (min-width: 1600px) {
  .what-you-need-to-know .need-know__title {
    font-size: 64px;
    line-height: 72px;
  }
}
.what-you-need-to-know .need-know__title--active {
  position: relative;
  z-index: 12;
}
.what-you-need-to-know .need-know__subtitle {
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 36px;
  /* 128.571% */
  color: #333f48;
}
@media (min-width: 1024px) {
  .what-you-need-to-know .need-know__subtitle {
    font-size: 32px;
    line-height: 40px;
    /* 120% */
  }
}
@media (min-width: 1600px) {
  .what-you-need-to-know .need-know__subtitle {
    font-size: 40px;
    line-height: 48px;
    /* 120% */
  }
}
.what-you-need-to-know .need-know .need-know__dropdown {
  /*  display: inline-flex;
      gap: 8px; */
  text-wrap: balance;
}
.what-you-need-to-know .need-know .icon {
  font-size: 26px;
  color: #d52b1e;
  position: relative;
  top: 2px;
  cursor: pointer;
}
.what-you-need-to-know .need-know__list-group {
  position: relative;
}
.what-you-need-to-know .need-know__list-group--active {
  display: inline-block;
  width: 100%;
  z-index: 12;
}
.what-you-need-to-know .need-know__selected-option {
  color: #d52b1e;
  cursor: pointer;
}
.what-you-need-to-know .need-know__list {
  display: none;
  left: 0;
  top: 30px;
  z-index: 10;
}
@media (min-width: 768px) {
  .what-you-need-to-know .need-know__list {
    top: 42px;
  }
}
.what-you-need-to-know .need-know__list--active {
  display: block;
}
.what-you-need-to-know .need-know__list-item {
  padding: 8px 0;
  cursor: pointer;
}
.what-you-need-to-know .need-know__list-item:first-of-type {
  padding-top: 1px;
}
.what-you-need-to-know .need-know__list-item:hover {
  color: #d52b1e;
}
.what-you-need-to-know .need-know__medium {
  margin: 16px 0;
  margin: 16px -17px 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .what-you-need-to-know .need-know__medium {
    margin: 56px 0;
  }
}
.what-you-need-to-know .need-know__filters {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scroll-snap-type: x proximity;
}
.what-you-need-to-know .need-know__filters::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .what-you-need-to-know .need-know__filters {
    flex-wrap: wrap;
    overflow-x: unset;
  }
}
.what-you-need-to-know .need-know__filter {
  font-family: 'N27 Regular';
  font-weight: 400;
  font-style: normal;
  color: #333f48;
  background-color: #ffffff;
  border: 1px solid #333f48;
  border-radius: 44px;
  padding: 8px 16px;
  cursor: pointer;
}
.what-you-need-to-know .need-know__filter--active {
  color: #ffffff;
  background-color: #333f48;
}
.what-you-need-to-know .need-know__filter.disabled {
  pointer-events: none;
  background-color: #ebebeb;
  color: #7a777a;
  border: 1px solid #ebebeb;
}
@media (max-width: 767px) {
  .what-you-need-to-know .need-know__filter:first-child {
    margin-left: 17px;
  }
  .what-you-need-to-know .need-know__filter:last-child {
    margin-right: 17px;
  }
}
.what-you-need-to-know .need-know__detail-link {
  display: none;
}
@media (min-width: 768px) {
  .what-you-need-to-know .need-know__detail-link {
    font-family: 'N27 Bold';
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
    /* 133.333% */
    text-transform: uppercase;
    color: #d52b1e;
    cursor: pointer;
    text-wrap: balance;
    display: unset;
  }
  .what-you-need-to-know .need-know__detail-link:after {
    display: inline-block;
    font-family: "icomoon" !important;
    content: "\e902";
    font-weight: 400;
    position: relative;
    top: 1px;
    font-size: 20px;
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
  }
  .what-you-need-to-know .need-know__detail-link:hover {
    color: #bc131c;
  }
  .what-you-need-to-know .need-know__detail-link:hover:after {
    transform: rotate(45deg);
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .what-you-need-to-know .need-know__detail-link {
    font-size: 24px;
    line-height: 28px;
    /* 125% */
  }
}
@media (min-width: 768px) and (min-width: 1600px) {
  .what-you-need-to-know .need-know__detail-link {
    font-size: 24px;
    line-height: 32px;
    /* 125% */
  }
}
.what-you-need-to-know .need-know__cards .grid-cards__grid {
  display: grid;
  gap: 24px;
  padding-bottom: 32px;
  grid-template-columns: repeat(1, 1fr);
}
.what-you-need-to-know .need-know__cards .grid-cards__grid .normal-card:nth-child(n + 7) {
  display: none !important;
}
@media (min-width: 850px) {
  .what-you-need-to-know .need-know__cards .grid-cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1050px) {
  .what-you-need-to-know .need-know__cards .grid-cards__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.what-you-need-to-know .need-know__cards .card {
  background-color: #ffffff;
}

.contact-expert-section {
  background: #f5f5f5;
  /* padding-top: 20px;
    padding-bottom: 40px; */
  padding: 32px 0 24px 0 !important;
}
@media (min-width: 768px) {
  .contact-expert-section {
    padding: 56px 0 24px 0 !important;
    /* padding-top: 25px;
        padding-bottom: 125px; */
  }
}
.contact-expert-section .titulo {
  color: #333f48;
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 30px;
  /* 133.333% */
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .contact-expert-section .titulo {
    font-size: 24px;
    line-height: 28px;
    /* 125% */
  }
}
@media (min-width: 1600px) {
  .contact-expert-section .titulo {
    font-size: 24px;
    line-height: 32px;
    /* 125% */
  }
}
@media (min-width: 768px) {
  .contact-expert-section .titulo {
    margin-bottom: 32px;
  }
}
.contact-expert-section .contents {
  display: flex;
  flex-direction: column;
  gap: 52px;
  height: 100%;
}
@media (min-width: 1060px) {
  .contact-expert-section .contents {
    flex-flow: row;
    gap: 30px;
  }
}
.contact-expert-section .contents .component-expert,
.contact-expert-section .contents .component-office {
  flex-basis: calc(100% /  1 - ((30px * (1 - 1)) / 1 ));
  max-width: calc(100% /  1 - ((30px * (1 - 1)) / 1 ));
}
@media (min-width: 1060px) {
  .contact-expert-section .contents .component-expert,
  .contact-expert-section .contents .component-office {
    flex-basis: calc(100% /  2 - ((30px * (2 - 1)) / 2 ));
    max-width: calc(100% /  2 - ((30px * (2 - 1)) / 2 ));
  }
}

.contact-expert-section .component-expert .contenedor {
  position: relative;
  width: 100%;
  height: auto;
  padding: 24px 16px;
  background-color: #ffffff;
  display: flex;
  gap: 64px;
  overflow-x: scroll;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}
.contact-expert-section .component-expert .contenedor::-webkit-scrollbar {
  display: none;
}
.contact-expert-section .component-expert .contenedor .link {
  display: none;
}
.contact-expert-section .component-expert .contenedor .link-mobile {
  display: block;
  position: relative;
  right: 0px;
  margin-top: 16px;
}
.contact-expert-section .component-expert .contenedor .link-mobile a {
  font-size: 18px;
  line-height: 26px;
  /* 144.444% */
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  color: #d52b1e;
  cursor: pointer;
  text-wrap: balance;
  padding-bottom: 3px;
}
.contact-expert-section .component-expert .contenedor .link-mobile a:after {
  transition: all 0.3s ease-in-out;
  font-family: "icomoon" !important;
  content: "\ee935";
  font-weight: 400;
  position: relative;
  top: 2px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #d52b1e;
  border-radius: 50%;
  font-size: 20px;
  margin-left: 16px;
  display: inline-grid;
  place-items: center;
}
.contact-expert-section .component-expert .contenedor .link-mobile a:hover:after {
  background-color: #d52b1e;
  color: #ffffff;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .contact-expert-section .component-expert .contenedor {
    padding: 32px;
  }
}
@media (min-width: 768px) {
  .contact-expert-section .component-expert .contenedor .link-mobile {
    display: none;
  }
  .contact-expert-section .component-expert .contenedor .link {
    display: block;
    position: relative;
    right: 0px;
  }
  .contact-expert-section .component-expert .contenedor .link a {
    font-size: 18px;
    line-height: 26px;
    /* 144.444% */
    font-family: 'N27 Bold';
    font-weight: 700;
    font-style: normal;
    color: #d52b1e;
    cursor: pointer;
    text-wrap: balance;
    padding-bottom: 3px;
  }
  .contact-expert-section .component-expert .contenedor .link a:after {
    transition: all 0.3s ease-in-out;
    font-family: "icomoon" !important;
    content: "\ee935";
    font-weight: 400;
    position: relative;
    top: 2px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #d52b1e;
    border-radius: 50%;
    font-size: 20px;
    margin-left: 16px;
    display: inline-grid;
    place-items: center;
  }
  .contact-expert-section .component-expert .contenedor .link a:hover:after {
    background-color: #d52b1e;
    color: #ffffff;
    transform: rotate(45deg);
  }
}
.contact-expert-section .component-expert .divide {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .contact-expert-section .component-expert .divide {
    align-items: center;
  }
}
.contact-expert-section .component-expert .top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  justify-content: space-between;
}
.contact-expert-section .component-expert .content {
  position: relative;
}
.contact-expert-section .component-expert .content .expert {
  margin-bottom: 26px;
  font-size: 24px;
  line-height: 32px;
  /* 133.333% */
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  color: #333f48;
}
@media (max-width: 430px) {
  .contact-expert-section .component-expert .content .expert {
    font-size: 22px;
    line-height: 30px;
    /* 133.333% */
  }
}
.contact-expert-section .component-expert .picture {
  width: 100%;
  height: 100%;
  display: block;
  flex: 0 0 auto;
}
.contact-expert-section .component-expert .picture img {
  width: 93px;
  height: 93px;
  border-radius: 93px;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 767px) {
  .contact-expert-section .component-expert .picture img {
    margin-left: unset;
  }
}
@media (max-width: 430px) {
  .contact-expert-section .component-expert .picture img {
    width: 72px;
    height: 72px;
    margin-left: 0px;
  }
}
.contact-expert-section .component-expert .texto {
  color: #ffffff;
  margin-left: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 500px) {
  .contact-expert-section .component-expert .texto {
    margin-left: 24px;
  }
}
.contact-expert-section .component-expert .texto p {
  margin: 0 0 8px 0;
}
.contact-expert-section .component-expert .texto p:last-child {
  margin: 0;
}
.contact-expert-section .component-expert .name {
  font-size: 20px;
  line-height: 28px;
  /* 140% */
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  color: #333;
}
@media (max-width: 430px) {
  .contact-expert-section .component-expert .name {
    font-size: 18px;
    line-height: 26px;
    /* 144.444% */
  }
}
.contact-expert-section .component-expert .direccion {
  font-size: 18px;
  line-height: 26px;
  /* 144.444% */
  font-family: 'N27 Regular';
  font-weight: 400;
  font-style: normal;
  color: #333;
}
@media (max-width: 430px) {
  .contact-expert-section .component-expert .direccion {
    font-size: 16px;
    line-height: 24px;
    /* 150% */
  }
}
.contact-expert-section .component-expert .link {
  position: absolute;
  right: 40px;
  cursor: pointer;
}
.contact-expert-section .component-expert .link a {
  font-size: 18px;
  line-height: 26px;
  /* 144.444% */
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  color: #d52b1e;
  cursor: pointer;
  text-wrap: balance;
  padding-bottom: 3px;
}
.contact-expert-section .component-expert .link a:after {
  transition: all 0.3s ease-in-out;
  font-family: "icomoon" !important;
  content: "\ee935";
  font-weight: 400;
  position: relative;
  top: 2px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #d52b1e;
  border-radius: 50%;
  font-size: 20px;
  margin-left: 16px;
  display: inline-grid;
  place-items: center;
}
.contact-expert-section .component-expert .link a:hover:after {
  background-color: #d52b1e;
  color: #ffffff;
  transform: rotate(45deg);
}
.contact-expert-section .component-expert .mobile {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 26px;
  /* 144.444% */
  font-family: 'N27 Regular';
  font-weight: 400;
  font-style: normal;
  color: #333;
}
@media (max-width: 430px) {
  .contact-expert-section .component-expert .mobile {
    font-size: 16px;
    line-height: 24px;
    /* 150% */
  }
}
.contact-expert-section .component-expert .call {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.contact-expert-section .component-expert .call a {
  display: flex;
  align-items: center;
}
.contact-expert-section .component-expert .icon--call {
  margin-right: 5px;
  font-size: 24px;
  color: #d52b1e;
}
.contact-expert-section .component-expert .arrow-up {
  margin-left: 16px;
  padding: 8px;
  border: 1px solid #d52b1e;
  border-radius: 40px;
}
.contact-expert-section .component-expert .boton {
  position: absolute;
  top: 5%;
  left: 95%;
}
.contact-expert-section .component-expert .points {
  position: absolute;
  top: 105%;
  width: 100%;
  text-align: center;
}
.contact-expert-section .component-expert .point,
.contact-expert-section .component-expert .line {
  display: inline-block;
  width: 32px;
  height: 4px;
  background: #646468;
}
.contact-expert-section .component-expert .point:not(:last-child),
.contact-expert-section .component-expert .line:not(:last-child) {
  margin-right: 4px;
}
.contact-expert-section .component-expert .point:hover {
  cursor: pointer;
  background-color: #333f48;
}
.contact-expert-section .component-expert .selected {
  background: #d52b1e !important;
  width: 56px;
}

.contact-expert-section .contents {
  position: relative;
}
.contact-expert-section .contents .modal {
  display: flex;
  position: absolute;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  max-width: 380px;
  height: auto;
  text-align: justify;
  z-index: 99;
  top: 50px;
  left: 20px;
  flex-flow: row;
  overflow: hidden;
}
@media (min-width: 500px) {
  .contact-expert-section .contents .modal {
    top: 60px;
    left: 220px;
  }
}
.contact-expert-section .contents .modal .icon--black {
  position: relative;
  font-size: 20px;
  left: 8px;
  cursor: pointer;
}
.contact-expert-section .contents .modal .gobierno-logo {
  margin-bottom: 16px;
  width: 100%;
}
.contact-expert-section .contents .modal .divParrafo {
  flex-flow: column nowrap;
  width: 90%;
  padding: 10px 16px;
  display: flex;
  align-items: center;
}
.contact-expert-section .contents .modal .divParrafo p {
  font-size: 14px;
  line-height: 22px;
  /* 157.143% */
  font-family: 'N27 Regular';
  font-weight: 400;
  font-style: normal;
}
.contact-expert-section .contents .modal .black {
  width: 10%;
  background: #333f48;
  z-index: 999;
  padding: 0px 16px 0px 0px;
}
.contact-expert-section .contents .black-icon {
  position: relative;
  top: 5px;
  left: 50%;
  transform: translate(0, -50%);
}
.contact-expert-section .contents .black-icon .icon--white {
  color: #ffffff;
}
.contact-expert-section .component-office .contenedor {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 24px 16px;
  background-color: #ffffff;
  overflow-x: scroll;
  display: flex;
  gap: 64px;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}
.contact-expert-section .component-office .contenedor::-webkit-scrollbar {
  display: none;
}
.contact-expert-section .component-office .contenedor .link {
  display: none;
  font-size: 18px;
  line-height: 26px;
  /* 144.444% */
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  color: #d52b1e;
  cursor: pointer;
  text-wrap: balance;
  padding-bottom: 3px;
}
.contact-expert-section .component-office .contenedor .link:after {
  transition: all 0.3s ease-in-out;
  font-family: "icomoon" !important;
  content: "\ee935";
  font-weight: 400;
  position: relative;
  top: 2px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #d52b1e;
  border-radius: 50%;
  font-size: 20px;
  margin-left: 16px;
  display: inline-grid;
  place-items: center;
}
.contact-expert-section .component-office .contenedor .link:hover:after {
  background-color: #d52b1e;
  color: #ffffff;
  transform: rotate(45deg);
}
.contact-expert-section .component-office .contenedor .link-mobile {
  display: block;
  position: relative;
  right: 0px;
  margin-top: 24px;
  font-size: 18px;
  line-height: 26px;
  /* 144.444% */
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  color: #d52b1e;
  cursor: pointer;
  text-wrap: balance;
  padding-bottom: 3px;
}
.contact-expert-section .component-office .contenedor .link-mobile:after {
  transition: all 0.3s ease-in-out;
  font-family: "icomoon" !important;
  content: "\ee935";
  font-weight: 400;
  position: relative;
  top: 2px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #d52b1e;
  border-radius: 50%;
  font-size: 20px;
  margin-left: 16px;
  display: inline-grid;
  place-items: center;
}
.contact-expert-section .component-office .contenedor .link-mobile:hover:after {
  background-color: #d52b1e;
  color: #ffffff;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .contact-expert-section .component-office .contenedor {
    padding: 32px;
  }
  .contact-expert-section .component-office .contenedor .link-mobile {
    display: none;
  }
  .contact-expert-section .component-office .contenedor .link {
    display: block;
    position: relative;
    right: 0px;
  }
}
.contact-expert-section .component-office .content {
  position: relative;
  height: 100%;
}
.contact-expert-section .component-office .call {
  display: flex;
}
.contact-expert-section .component-office .divide {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .contact-expert-section .component-office .divide {
    align-items: center;
  }
}
.contact-expert-section .component-office .icon--black {
  position: relative;
  font-size: 20px;
  left: 8px;
  cursor: pointer;
}
.contact-expert-section .component-office .gobierno-logo {
  margin-bottom: 16px;
  width: 100%;
}
.contact-expert-section .component-office .divParrafo {
  flex-flow: column nowrap;
  width: 90%;
  padding: 10px 16px;
  display: flex;
  align-items: center;
}
.contact-expert-section .component-office .divParrafo p {
  font-size: 14px;
  line-height: 22px;
  /* 157.143% */
  font-family: 'N27 Regular';
  font-weight: 400;
  font-style: normal;
}
.contact-expert-section .component-office .black {
  width: 10%;
  background: #333f48;
  z-index: 999;
  padding: 0px 16px 0px 0px;
}
.contact-expert-section .component-office .black-icon {
  position: relative;
  top: 5px;
  left: 50%;
  transform: translate(0, -50%);
}
.contact-expert-section .component-office .black-icon .icon--white {
  color: #ffffff;
}
.contact-expert-section .component-office .top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .contact-expert-section .component-office .top {
    align-items: start;
  }
}
.contact-expert-section .component-office .content .office {
  margin-bottom: 26px;
  font-size: 24px;
  line-height: 32px;
  /* 133.333% */
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  color: #333f48;
}
@media (max-width: 430px) {
  .contact-expert-section .component-office .content .office {
    font-size: 22px;
    line-height: 30px;
    /* 133.333% */
  }
}
@media (max-width: 768px) {
  .contact-expert-section .component-office .content .office {
    margin-left: unset;
    margin-top: unset;
  }
}
.contact-expert-section .component-office .picture,
.contact-expert-section .component-office .photography {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  flex: 0 0 auto;
  /*   @media (max-width: 768px) {
        padding: 24px 16px;
      } */
}
.contact-expert-section .component-office .image {
  width: 93px;
  height: 93px;
  border-radius: 93px;
}
@media (max-width: 768px) {
  .contact-expert-section .component-office .image {
    margin-left: unset;
  }
}
@media (max-width: 430px) {
  .contact-expert-section .component-office .image {
    width: 72px;
    height: 72px;
  }
}
.contact-expert-section .component-office .texto {
  color: #ffffff;
  margin-left: 32px;
}
@media (max-width: 500px) {
  .contact-expert-section .component-office .texto {
    margin-left: 24px;
  }
}
.contact-expert-section .component-office p {
  margin: 0 0 8px 0;
}
.contact-expert-section .component-office .name {
  font-size: 20px;
  line-height: 28px;
  /* 140% */
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  color: #333;
}
.contact-expert-section .component-office .arrow-up {
  margin-left: 16px;
  padding: 8px;
  border: 1px solid #d52b1e;
  border-radius: 40px;
}
.contact-expert-section .component-office .perfil {
  font-size: 18px;
  line-height: 26px;
  /* 144.444% */
  font-family: 'N27 Regular';
  font-weight: 400;
  font-style: normal;
  color: #333;
  margin-left: 16px;
  cursor: pointer;
}
.contact-expert-section .component-office .perfiles {
  display: flex;
  align-items: center;
}
.contact-expert-section .component-office .icon--perfiles {
  display: flex;
  padding: 4px;
  border-radius: 40px;
  border: 1px solid #0077b7;
  background: #0077b7;
  font-size: 16px;
}
@media (max-width: 430px) {
  .contact-expert-section .component-office .icon--perfiles {
    height: 25px;
    margin-right: 16px;
  }
}
.contact-expert-section .component-office .boton {
  position: absolute;
  top: 5%;
  left: 95%;
}
.contact-expert-section .component-office .points {
  position: absolute;
  top: 105%;
  width: 100%;
  text-align: center;
}
.contact-expert-section .component-office .point,
.contact-expert-section .component-office .line {
  display: inline-block;
  width: 32px;
  height: 4px;
  background: #646468;
}
.contact-expert-section .component-office .point:not(:last-child),
.contact-expert-section .component-office .line:not(:last-child) {
  margin-right: 4px;
}
.contact-expert-section .component-office .point:hover {
  cursor: pointer;
  background-color: #333f48;
}
.contact-expert-section .component-office .selected {
  background: #d52b1e !important;
  width: 56px;
}

