:root {
  --_colors---collors--background: #f5f7fab3;
  --_colors---collors--black: #111;
  --_colors---collors--hard-grey: #6b7280;
  --_colors---collors--main-blue: #0082fd;
  --_colors---collors--collor-grey: #f3f5f8;
  --_colors---collors--white: white;
  --sizes--padding-big: 3rem;
  --sizes--padding-inside: 2rem;
  --sizes--padding-smalles: .25rem;
  --sizes--padding-small: .5rem;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--_colors---collors--background);
  color: var(--_colors---collors--black);
  --sizes--padding-big: 3rem;
  --sizes--padding-inside: 2rem;
  --sizes--padding-smalles: .25rem;
  --sizes--padding-small: .5rem;
  --_colors---collors--background: #f5f7fab3;
  --_colors---collors--black: #111;
  --_colors---collors--hard-grey: #6b7280;
  --_colors---collors--main-blue: #0082fd;
  --_colors---collors--collor-grey: #f3f5f8;
  --_colors---collors--white: white;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4375rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
}

.body {
  background-color: var(--_colors---collors--background);
  color: var(--_colors---collors--black);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.font-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 0;
  display: flex;
}

.body-text {
  color: var(--_colors---collors--hard-grey);
  font-family: Inter, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

.small-text {
  color: #b45309;
  font-family: Inter, sans-serif;
  font-size: .8125rem;
  line-height: 1.125rem;
}

.tipo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ebeaea00;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  display: flex;
}

.typograph {
  font-size: 20px;
  line-height: 32px;
}

.tipo-btn {
  background-color: var(--_colors---collors--main-blue);
  color: var(--_colors---collors--collor-grey);
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}

.butoons-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  padding-top: 2rem;
  display: flex;
}

.buttons-holder-styles {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.main-btn {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_colors---collors--main-blue);
  text-align: left;
  --sizes--padding-big: 3rem;
  --sizes--padding-inside: 2rem;
  --sizes--padding-smalles: .25rem;
  --sizes--padding-small: .5rem;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 15.1875rem;
  height: 3rem;
  padding: .75rem .875rem;
  text-decoration: none;
  display: flex;
}

.main-btn:where(.w-variant-bd06a632-8c0f-38ab-d351-ae9880a9a9d9) {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: .125rem solid var(--_colors---collors--main-blue);
  background-color: var(--_colors---collors--white);
}

.main-btn:hover {
  background-color: #0674dd;
}

.main-btn:hover:where(.w-variant-bd06a632-8c0f-38ab-d351-ae9880a9a9d9) {
  background-color: #fffc;
}

.text-block {
  color: var(--_colors---collors--white);
  font-weight: 600;
}

.text-block:where(.w-variant-bd06a632-8c0f-38ab-d351-ae9880a9a9d9) {
  color: var(--_colors---collors--main-blue);
}

.secondary-btn {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.secundary-btn {
  background-color: var(--_colors---collors--white);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: .75rem .875rem;
  text-decoration: none;
  display: flex;
}

.div-block {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-btn {
  --sizes--padding-big: 3rem;
  --sizes--padding-inside: 2rem;
  --sizes--padding-smalles: .25rem;
  --sizes--padding-small: .5rem;
  display: none;
}

.image-btn:where(.w-variant-bd06a632-8c0f-38ab-d351-ae9880a9a9d9) {
  display: block;
}

.bagde-btn {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #b45309;
  background-color: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  height: 1.75rem;
  padding: .375rem .75rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.section {
  justify-content: center;
  align-items: center;
}

.hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  width: 100%;
  max-width: none;
  max-height: 100vh;
  display: grid;
  overflow: hidden;
}

.left-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  overflow: hidden;
}

.right-box {
  width: 100%;
  height: 100%;
  padding-right: var(--sizes--padding-big);
  padding-left: var(--sizes--padding-big);
  background-color: #f5f7fa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-box {
  width: 100%;
  max-width: 36rem;
  padding: var(--sizes--padding-inside);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--_colors---collors--white);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  box-shadow: 0 10px 40px #00000014;
}

.main-image {
  aspect-ratio: auto;
  vertical-align: baseline;
  cursor: pointer;
  object-fit: cover;
  align-self: flex-end;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  position: static;
  inset: 0% auto 0% 0%;
}

.image--of-person {
  border: .25rem solid #0082fd;
  border-radius: 100%;
  flex-flow: column;
  width: 6rem;
  height: 6rem;
  display: flex;
}

.image-2 {
  border: 1px #000;
  max-height: 100%;
}

.information-of-person {
  grid-column-gap: var(--sizes--padding-smalles);
  grid-row-gap: var(--sizes--padding-smalles);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.location-wrapper {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.buttons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.linear {
  position: static;
  inset: 0% auto 0% 0%;
}

.about-wrapper {
  grid-column-gap: var(--sizes--padding-small);
  grid-row-gap: var(--sizes--padding-small);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.paragraph-about-person {
  color: var(--_colors---collors--hard-grey);
  -webkit-text-stroke-color: var(--_colors---collors--hard-grey);
  margin-bottom: 0;
}

.services {
  grid-column-gap: var(--sizes--padding-small);
  grid-row-gap: var(--sizes--padding-small);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.services-box {
  grid-column-gap: var(--sizes--padding-small);
  grid-row-gap: var(--sizes--padding-small);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-services {
  color: #111c;
}

.services-wrapper {
  grid-column-gap: var(--sizes--padding-smalles);
  grid-row-gap: var(--sizes--padding-smalles);
  flex-flow: column;
  display: flex;
}

.contact-info {
  border-top: 1px solid #e5e7eb;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.infro-contact {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1rem;
  display: flex;
}

.phone-box {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--_colors---collors--black);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.email-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block-2 {
  color: var(--_colors---collors--black);
  text-decoration: none;
}

.fa-social-share-container-rqjd {
  flex-flow: row;
  justify-content: center;
  gap: 10px;
  display: flex;
}

.fa-social-share-button-icon-9kwk {
  width: 20px;
  height: 20px;
}

.fa-social-share-button-hner {
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 12px;
  font-weight: medium;
  background-color: #1877f2;
  border: 1px #1877f2;
  border-radius: 0;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
  display: flex;
}

.fa-social-share-button-hner:hover {
  color: #fff;
  background-color: #000;
}

.fa-social-share-button-dnqy {
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 12px;
  font-weight: medium;
  background-color: #0077b5;
  border: 1px #0077b5;
  border-radius: 0;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
  display: flex;
}

.fa-social-share-button-dnqy:hover {
  color: #fff;
  background-color: #000;
}

.fa-social-share-button-bdus {
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 12px;
  font-weight: medium;
  background-color: #000;
  border: 1px #000;
  border-radius: 0;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
  display: flex;
}

.fa-social-share-button-bdus:hover {
  color: #fff;
  background-color: #000;
}

.fa-social-share-button-ibwe {
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 12px;
  font-weight: medium;
  background-color: #7d7d7d;
  border: 1px #7d7d7d;
  border-radius: 0;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
  display: flex;
}

.fa-social-share-button-ibwe:hover {
  color: #fff;
  background-color: #000;
}

.fa-social-share-button-mpfw {
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 12px;
  font-weight: medium;
  background-color: #7360f2;
  border: 1px #7360f2;
  border-radius: 0;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
  display: flex;
}

.fa-social-share-button-mpfw:hover {
  color: #fff;
  background-color: #000;
}

.fa-social-share-button-xgcp {
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 12px;
  font-weight: medium;
  background-color: #25d366;
  border: 1px #25d366;
  border-radius: 0;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
  display: flex;
}

.fa-social-share-button-xgcp:hover {
  color: #fff;
  background-color: #000;
}

.fa-social-share-button-jjg2 {
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 12px;
  font-weight: medium;
  background-color: #e1306c;
  border: 1px #e1306c;
  border-radius: 0;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
  display: flex;
}

.fa-social-share-button-jjg2:hover {
  color: #fff;
  background-color: #000;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.language {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--_colors---collors--white);
  border-radius: 100px;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  min-width: auto;
  display: flex;
  position: static;
  inset: 2% 5% auto auto;
  overflow: hidden;
}

.english {
  color: var(--_colors---collors--main-blue);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  position: static;
  inset: 1rem 1rem auto auto;
}

.english.w--current {
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.first-language-image {
  border-radius: 100px;
  width: 100%;
  height: 100%;
}

.first-language-image:active {
  background-color: var(--_colors---collors--main-blue);
}

.second-language-image {
  border-radius: 100px;
  width: 100%;
  height: 100%;
}

.second-language-image:active {
  background-color: var(--_colors---collors--main-blue);
}

.chose-languge {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #e5e7eb;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    --sizes--padding-big: 2rem;
    --sizes--padding-inside: 2rem;
    --sizes--padding-smalles: .25rem;
    --sizes--padding-small: .5rem;
  }

  h1 {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }

  h2 {
    line-height: 1.375rem;
  }

  .body-text {
    font-size: 14px;
  }

  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: stretch stretch;
    max-width: 100vw;
    height: 100%;
    min-height: 100vh;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
  }

  .left-box {
    --sizes--padding-big: 2rem;
    --sizes--padding-inside: 2rem;
    --sizes--padding-smalles: .25rem;
    --sizes--padding-small: .5rem;
    display: none;
  }

  .right-box {
    padding: 1rem 0;
    position: static;
    inset: 0%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-wrapper {
    grid-auto-flow: row;
    place-items: end stretch;
    max-width: 36rem;
    padding: 0 0;
  }

  .right-box {
    min-height: 100vh;
    left: 2rem;
    right: 2rem;
  }

  .card-box {
    box-shadow: none;
  }

  .buttons-wrapper {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  body {
    --sizes--padding-big: 2rem;
    --sizes--padding-inside: 2rem;
    --sizes--padding-smalles: .25rem;
    --sizes--padding-small: .5rem;
  }

  .bagde-btn {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    text-align: center;
    flex-flow: row;
    height: 100%;
  }

  .section {
    padding: var(--sizes--padding-big);
  }

  .hero-wrapper {
    grid-auto-flow: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: static;
  }

  .right-box {
    position: static;
    inset: 0%;
  }

  .card-box {
    max-width: none;
    box-shadow: none;
  }

  .information-of-person {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

  .location-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .infro-contact {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .chose-languge {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border: 1px #000;
    border-top: 1px solid #e5e7eb;
    align-self: stretch;
  }
}

#w-node-_8787ff84-8c3a-3051-c9d3-6e2feb5c5b41-7203a922 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-abcfacb9-4e03-a243-1f51-b16c3dd7842b-7203a922 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: auto;
}

#w-node-_7678f339-fcb3-b85c-5341-34071e937add-1be29cbc {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_7678f339-fcb3-b85c-5341-34071e937ae0-1be29cbc {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_8787ff84-8c3a-3051-c9d3-6e2feb5c5b41-7203a922 {
    place-self: auto;
  }

  #w-node-abcfacb9-4e03-a243-1f51-b16c3dd7842b-7203a922 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: stretch stretch;
  }

  #w-node-_7678f339-fcb3-b85c-5341-34071e937add-1be29cbc {
    place-self: auto;
  }

  #w-node-_7678f339-fcb3-b85c-5341-34071e937ae0-1be29cbc {
    grid-area: 1 / 1 / 2 / 2;
    place-self: stretch stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-abcfacb9-4e03-a243-1f51-b16c3dd7842b-7203a922, #w-node-_7678f339-fcb3-b85c-5341-34071e937ae0-1be29cbc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-abcfacb9-4e03-a243-1f51-b16c3dd7842b-7203a922, #w-node-_7678f339-fcb3-b85c-5341-34071e937ae0-1be29cbc {
    place-self: auto;
  }
}


