:root {
  --radiant-ui-components-library-marketplace--color--white: white;
  --dorado: #a57c56;
  --azul: #16252d;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --waves-library--black: #131313;
  --waves-library--white: white;
  --relume-library-lite--rl-white: white;
  --relume-library-lite--rl-black: black;
  --waves-library--dark-elevation: #ede0d8;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.rt-category-cards-text {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-transform: capitalize;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text.rt-margin-bottom-twenty {
  color: var(--dorado);
  margin-bottom: 0;
}

.rt-category-cards-text.rt-margin-bottom-contact {
  margin-bottom: 40px;
  font-size: 30px;
}

.rt-component-container {
  width: 100%;
  max-width: 1300px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.sectores {
  background-color: var(--azul);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-second-section-icon-divider {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: stretch;
}

.rt-second-section-icon-divider.rt-icon-divider-two {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
}

.rt-second-section-icon-block {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.rt-icon-content-box-content {
  max-width: 330px;
  margin-top: 15px;
}

.rt-icon-content-box {
  flex-flow: column;
  flex: 1;
  padding-top: 16px;
  padding-bottom: 18px;
}

.rt-icon-box-bg-color {
  pointer-events: none;
  background-image: none;
  position: absolute;
  inset: 0%;
}

.rt-icon-box-divider {
  background-color: #c3c3c3;
  width: 1px;
}

.rt-second-section-icon-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}

.rt-second-section-icon-box.rt-two-icon-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 10px;
}

.rt-second-section-icon-box.rt-one-icon-box {
  margin-top: 10px;
}

.rt-second-section-icon-hover-out {
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 100%);
}

.rt-second-section-icon-hover-in.rt-two-icon-hover-in, .rt-second-section-icon-hover-in.rt-one-icon-hover-in {
  max-width: 100%;
}

.rt-second-icon-box-second-section {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 1;
  max-width: 590px;
  margin-top: -2px;
}

.rt-second-icon-box-section-heading {
  max-width: 426px;
  margin-top: 0;
  margin-bottom: 46px;
}

.rt-second-icon-box-first-section {
  border-radius: 10px;
  flex: 1;
  max-width: 520px;
  overflow: hidden;
}

.rt-home-three-second-icon-box-section {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
}

.rt-margin-bottom-twenty {
  margin-bottom: 20px;
}

.rt-full-width {
  border-radius: 10px;
  width: 100%;
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-advertise-content-icon-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 42px;
  display: flex;
}

.rt-advertise-icon-wrapper {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  border: 1px solid #0000004d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 600;
  position: relative;
}

.rt-advertise-icon-wrapper.rticon-two {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-dotted-line {
  border: 1px dashed #0003;
  flex: 1;
  width: 1px;
  height: 100%;
}

.rt-advertise-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-advertise-content-text-wrapper {
  max-width: 495px;
}

.rt-border-radius-six {
  border-radius: 6px;
}

.rt-advertise-content-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-advertise-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 300px;
  line-height: 23px;
  transition: color .35s;
}

.rt-position-relative {
  position: relative;
}

.contacto {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/shutterstock_771045052.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-autofit-cover {
  object-fit: cover;
}

.rt-margin-bottom-thirty {
  margin-bottom: 30px;
}

.rt-contact-one {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  flex: 1;
  order: -1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-button-text-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.rt-contact-one-hero-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.rt-contact-one-side-bar {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  display: block;
}

.rt-form-button-two {
  color: var(--dorado);
  -webkit-text-stroke-color: var(--azul);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Work Sans, sans-serif;
  display: flex;
}

.rt-contact-one-hero-main {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-contact-one-side-bar-text, .rt-contact-one-side-bar-address {
  max-width: 250px;
}

.rt-underline-off-2 {
  text-decoration: none;
}

.rt-underline-off-2.rt-padding-bottom-fourty {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.rt-text-field-2 {
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #0003;
  height: 53px;
  padding-left: 20px;
  padding-right: 20px;
}

.rt-text-field-2.rt-title-top {
  border-width: 1px;
  border-color: var(--dorado);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  font-size: 14px;
  font-weight: 400;
}

.rt-text-field-2.rt-title-top::placeholder {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
}

.rt-textarea-2 {
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #0003;
  min-height: 120px;
  padding-left: 20px;
  padding-right: 20px;
}

.rt-textarea-2.rt-title-top {
  border-width: 1px;
  border-color: var(--dorado);
  letter-spacing: 0;
  font-size: 14px;
}

.rt-textarea-2.rt-title-top::placeholder {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  font-weight: 400;
}

.rt-submit-button {
  color: #3330;
  -webkit-text-stroke-color: var(--azul);
  background-color: #3898ec00;
  width: 130px;
  height: 63px;
  position: relative;
}

.rt-button-typography {
  color: var(--azul);
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
}

.rt-button-circle {
  border: 1px solid var(--azul);
  border-radius: 100px;
  width: 38%;
  min-width: 66px;
  height: 66px;
  min-height: 66px;
  position: absolute;
  inset: 0%;
}

.rt-form-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.rt-form-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.rt-title-top {
  color: var(--azul);
  letter-spacing: .01px;
  font-family: Work Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
}

.rt-title-top.rt-color-orange {
  color: var(--azul);
}

.rt-title-top.rt-color-black {
  color: var(--dorado);
}

.rt-button-5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 66px;
  line-height: 28px;
  display: flex;
  position: relative;
}

.rt-button-5.rt-underline-off-2 {
  text-overflow: clip;
  overflow-wrap: normal;
  text-decoration: none;
}

.rt-form-button-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--azul);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.rt-border-radious-twenty {
  border-radius: 20px;
}

.rt-border-radious-twenty.rt-overflow-hidden.rt-height-full {
  height: 100%;
}

.rt-color-orange {
  color: #edcba4;
}

.rt-color-black {
  color: #141517;
}

.rt-error-message {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.rt-success-message {
  background-color: var(--azul);
  color: var(--dorado);
  text-align: center;
  border-radius: 12px;
}

.rt-margin-bottom-thirty-2 {
  margin-bottom: 30px;
}

.rt-padding-bottom-fourty {
  padding-bottom: 40px;
}

.rt-margin-bottom-fourty {
  margin-bottom: 40px;
}

.rt-margin-bottom-fourty.rt-body-font-color {
  color: var(--azul);
  margin-bottom: 30px;
  font-family: Work Sans, sans-serif;
  font-weight: 600;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---heading-3-no-margins {
  color: var(--dorado);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-32 {
  width: 50px;
  height: 50px;
}

.waves---mg-bottom-16 {
  color: var(--waves-library--white);
  margin-bottom: 16px;
}

.waves---grid-halves-sticky {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---sticky-halves-left {
  position: relative;
}

.waves---master-tiles-features-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 545px;
  display: flex;
}

.waves---sticky-halves {
  position: sticky;
  top: 88px;
}

.waves-tile-features-2 {
  grid-row-gap: 16px;
  background-color: var(--azul);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px 40px;
  display: flex;
}

.waves---content-sticky-features-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 420px;
  display: flex;
}

.waves---paragraph-big {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 130%;
}

.h2 {
  margin-top: 0;
  font-size: 20px;
  line-height: 130%;
}

.waves---paragraph-small {
  font-size: 16px;
  line-height: 100%;
}

.waves-icon-24 {
  width: 24px;
  height: 24px;
}

.waves-footer-1 {
  background-color: var(--azul);
  padding-top: 80px;
  padding-bottom: 20px;
}

.waves-top-footer-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-brand-link-footer-1 {
  height: 60px;
}

.waves-brand-footer-1 {
  width: 100%;
  height: 100%;
  display: block;
}

.waves-top-right-footer-1 {
  grid-column-gap: 32px;
  color: var(--dorado);
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-link-footer-1 {
  color: var(--dorado);
  font-family: Work Sans, sans-serif;
  text-decoration: none;
}

.waves-link-footer-1:hover {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-weight: 500;
}

.waves-divider-footer-1 {
  background-color: var(--dorado);
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.waves-bottom-footer-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-bottom-right-footer-1 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.bold-text {
  font-weight: 400;
}

.bold-text:hover {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-weight: 500;
}

.bold-text-2, .bold-text-3 {
  font-weight: 400;
}

.bold-text-4 {
  color: #fff;
  font-family: Work Sans, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 100%;
}

.div-block {
  color: var(--waves-library--white);
  font-family: Work Sans, sans-serif;
  font-size: 17px;
}

.waves---mega-heading-1 {
  margin-top: -30px;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 90%;
  display: flex;
}

.waves---subtitle {
  width: auto;
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves-section-hero-5 {
  color: var(--waves-library--white);
  background-image: url('../images/frame_105.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 340px;
  padding-bottom: 88px;
  position: relative;
}

.waves-gradient-hero-5 {
  background-image: linear-gradient(#1313131a 22%, #131313a8 77%, #131313cc);
  position: absolute;
  inset: 0%;
}

.waves-title-wrap-hero-5 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.waves---cta-white {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  background-color: var(--dorado);
  border-radius: 1000px;
  min-width: 200px;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
  transition: background-color .475s;
}

.waves---cta-white.wide-cta:hover {
  background-color: var(--azul);
}

.bold-text-5 {
  font-family: Oswald, sans-serif;
  font-size: 75px;
  line-height: 120%;
}

.bold-text-6, .bold-text-7 {
  color: var(--waves-library--white);
}

.rt-component-contac {
  width: 100%;
  max-width: 1300px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.bold-text-8, .bold-text-9 {
  color: var(--dorado);
  font-family: Oswald, sans-serif;
  font-size: 48px;
}

.rt-category-cards-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1300px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-margin-top-thirty {
  margin-top: 30px;
}

.rt-margin-bottom-ten {
  margin-bottom: 10px;
}

.rt-home-two-about-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.rt-border-ten {
  border-radius: 10px;
  overflow: hidden;
}

.rt-border-ten.rt-up {
  position: relative;
  box-shadow: -8px 11px 14px 1px #0003;
}

.rt-box-one-block {
  background-image: url('../images/Frame.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 35px;
  margin-top: 32px;
  padding-left: 42px;
}

.rt-home-two-about-left {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 0 55%;
  align-self: center;
}

.rt-margin-top-twenty {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
}

.rt-autofit-5 {
  object-fit: cover;
}

.rt-autofit-5.rt-about-img-one {
  opacity: 1;
  border-radius: 10px;
  align-self: center;
  position: absolute;
  left: 0%;
  right: auto;
}

.rt-devider-one {
  background-color: #02015a1f;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
}

.rt-devider-one.rt-margin-top-thirty {
  background-color: var(--azul);
}

.rt-home-two-about-right {
  flex: 0 50%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-box-one-block-text {
  margin-top: 32px;
  padding-left: 0;
}

.bold-text-10 {
  color: var(--azul);
  font-family: Oswald, sans-serif;
  font-size: 48px;
}

.bold-text-11 {
  color: var(--azul);
  font-family: Oswald, sans-serif;
}

.bold-text-12 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-family: Work Sans, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.bold-text-13 {
  color: var(--dorado);
  font-family: Work Sans, sans-serif;
  font-weight: 600;
}

.bold-text-14 {
  color: var(--dorado);
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.bold-text-15 {
  letter-spacing: -.5px;
  font-family: Work Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.paragraph {
  color: var(--azul);
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.bold-text-16 {
  color: var(--dorado);
  margin-top: 0;
  padding-top: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  display: block;
}

.list {
  color: var(--azul);
  padding-left: 20px;
  font-family: Work Sans, sans-serif;
  font-weight: 400;
}

.paragraph-2 {
  color: var(--waves-library--black);
  font-weight: 500;
}

.list-item, .div-block-2, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20 {
  font-weight: 400;
}

.bold-text-21 {
  color: var(--dorado);
  font-family: Work Sans, sans-serif;
  font-weight: 600;
}

.paragraph-3, .paragraph-4 {
  line-height: 29px;
}

.bold-text-22, .bold-text-23 {
  font-family: Oswald, sans-serif;
}

.paragraph-5 {
  font-family: Work Sans, sans-serif;
  font-size: 17px;
  line-height: 29px;
}

.list-2 {
  padding-left: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 17px;
  line-height: 29px;
}

.bold-text-24 {
  font-family: Oswald, sans-serif;
}

.list-3 {
  padding-left: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 17px;
  line-height: 29px;
}

.bold-text-25 {
  font-family: Oswald, sans-serif;
}

.list-4 {
  padding-left: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 17px;
  line-height: 29px;
}

.bold-text-26 {
  font-family: Oswald, sans-serif;
}

.list-5 {
  padding-left: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 17px;
  line-height: 29px;
}

.bold-text-27 {
  color: var(--azul);
  font-family: Work Sans, sans-serif;
}

.bold-text-28 {
  color: var(--azul);
  font-family: Work Sans, sans-serif;
  font-weight: 600;
  line-height: 25px;
}

.bold-text-29 {
  font-weight: 600;
}

.italic-text {
  color: var(--dorado);
  font-style: normal;
  font-weight: 700;
}

.bold-text-30 {
  font-size: 35px;
  display: block;
}

.waves-navbar-1 {
  z-index: 105;
  background-color: var(--waves-library--white);
  border-bottom: 1px solid #13131333;
  height: 80px;
}

.waves---nav-container {
  max-width: 1440px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-master-nav-1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.waves---nav-brand-link {
  height: 24px;
}

.waves---brand {
  max-width: none;
  height: 100%;
}

.waves---nav-link {
  padding: 12px 16px;
}

.waves-right-nav-1 {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-buttons-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-menu {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 8px 12px 16px;
  display: flex;
}

.waves-icon-drodpdown {
  width: 24px;
  height: 24px;
}

.waves-dropdown-list.w--open {
  background-color: var(--waves-library--white);
  border: 1px solid #1313131a;
  border-radius: 4px;
}

.waves---dropdown-link {
  text-align: center;
}

.waves---nav-cta {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.rt-navbar-one {
  z-index: 1;
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  padding-left: 15px;
  padding-right: 15px;
  font-family: Outfit;
  font-weight: 300;
}

.rt-container {
  max-width: 1290px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-navbar-one-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
}

.rt-navbar-one-toggle {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--radiant-ui-components-library-marketplace--color--white);
  justify-content: center;
  align-items: center;
  padding: 23px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.rt-navbar-one-dropdown {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 7px 7px 20px #00000003;
}

.rt-navbar-one-dropdown.w--open {
  padding-top: 12px;
  padding-bottom: 12px;
}

.rt-navbar-one-link {
  padding: 6px 20px 0;
  font-size: 15px;
  font-weight: 400;
  transition: transform .3s;
}

.rt-navbar-one-link:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  transform: translate(5px);
}

.rt-navbar-one-right-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.rt-call-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  display: flex;
}

.rt-call-button-text-wrapper {
  justify-content: center;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.rt-button-text-one {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transform: translate(0, 100%);
}

.rt-button-text-two {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  position: absolute;
}

.rt-navbar-one-button {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.rt-nav-menu-7 {
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.rl_navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.rl_navbar2_component {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--dorado);
  background-color: var(--relume-library-lite--rl-white);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.rl_navbar2_link {
  color: var(--relume-library-lite--rl-black);
  padding: .5rem 1rem;
  font-family: Work Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar2_link:hover {
  color: var(--dorado);
  font-weight: 700;
}

.rl_navbar2_link.w--current {
  color: #000;
}

.rl_navbar2_link.w--current:hover {
  font-weight: 700;
}

.rl_navbar2_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar2_dropdown-link.w--current {
  color: #000;
}

.rl_navbar2_menu-button {
  padding: 0;
}

.rl_navbar2_logo-link {
  padding-left: 0;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.rl_navbar2_menu.is-page-height-tablet {
  justify-content: flex-end;
  align-items: center;
}

.rl_navbar2_button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar2_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
  position: absolute;
}

.rl_navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.rl_navbar2_dropdwn-toggle {
  color: var(--relume-library-lite--rl-black);
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.bold-text-31 {
  font-family: Work Sans, sans-serif;
  font-weight: 400;
}

.bold-text-31:hover {
  font-weight: 700;
}

.bold-text-32 {
  font-weight: 400;
}

.bold-text-32:hover {
  font-weight: 700;
}

.bold-text-33 {
  font-weight: 400;
}

.bold-text-33:hover {
  font-weight: 700;
}

.list-6 {
  padding-left: 20px;
}

.image {
  border-radius: 12px;
}

.rt-category-cards-contaco {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-transform: capitalize;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-contaco.rt-margin-bottom-twenty {
  color: var(--dorado);
  margin-bottom: 0;
}

.rt-category-cards-contaco.rt-margin-bottom-contact {
  margin-bottom: 40px;
  font-size: 30px;
  display: none;
}

.rt-icon-content-box-copy {
  flex-flow: column;
  flex: 1;
  padding-top: 16px;
  padding-bottom: 18px;
}

.rt-second-section-icon-block-copy {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.rt-second-section-icon-hover-in-copy.rt-two-icon-hover-in, .rt-second-section-icon-hover-in-copy.rt-one-icon-hover-in, .rt-second-section-icon-hover-in-copy-copy.rt-two-icon-hover-in, .rt-second-section-icon-hover-in-copy-copy.rt-one-icon-hover-in {
  max-width: 100%;
}

.rt-second-section-icon-block-copy-copy {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.rt-category-cards-text-copy {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-transform: capitalize;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-copy.rt-margin-bottom-twenty {
  color: var(--dorado);
  margin-bottom: 0;
}

.rt-category-cards-text-copy.rt-margin-bottom-contact {
  margin-bottom: 40px;
  font-size: 30px;
}

@media screen and (min-width: 1280px) {
  .rt-contact-one {
    flex-flow: row;
    flex: 1;
    order: 1;
  }

  .rt-contact-one-hero-block {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .rt-advertise-image-wrapper {
    border-radius: 6px;
  }

  .rt-contact-one {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .rt-home-two-about-block {
    grid-column-gap: 47px;
  }

  .rt-home-two-about-left {
    max-width: 44%;
  }

  .rt-autofit-5.rt-about-img-one {
    display: block;
    left: 10%;
  }

  .rt-navbar-one {
    z-index: 9;
  }
}

@media screen and (max-width: 991px) {
  .rt-icon-content-box-content {
    max-width: none;
  }

  .rt-second-section-icon-box {
    width: 100%;
  }

  .rt-second-section-icon-hover-out.rt-one-icon-hover-out {
    transform: none;
  }

  .rt-second-icon-box-second-section {
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }

  .rt-second-icon-box-section-heading {
    max-width: 100%;
    margin-bottom: 28px;
  }

  .rt-second-icon-box-first-section {
    width: 100%;
    max-width: none;
  }

  .rt-second-icon-box-image {
    width: 100%;
    height: auto;
  }

  .rt-home-three-second-icon-box-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    margin-top: 70px;
  }

  .rt-advertise-content-text-wrapper {
    max-width: none;
  }

  .rt-advertise-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: stretch;
  }

  .rt-contact-one-hero-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .rt-contact-one-side-bar {
    order: 1;
  }

  .rt-contact-one-side-bar-text, .rt-contact-one-side-bar-address {
    max-width: 100%;
  }

  .rt-contact-one-form {
    flex: 0 auto;
  }

  .rt-error-message, .rt-success-message {
    padding: 10px;
  }

  .rt-responsive-full-width-2 {
    width: 100%;
  }

  .waves---grid-halves-sticky {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .waves---sticky-halves-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .waves---master-tiles-features-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .waves---sticky-halves {
    flex-direction: column;
    align-items: center;
  }

  .waves---content-sticky-features-2 {
    text-align: center;
    align-items: center;
  }

  .waves-top-footer-1 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .waves-divider-footer-1 {
    margin-top: 40px;
  }

  .waves-bottom-footer-1 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-section-hero-5 {
    padding-top: 240px;
  }

  .rt-home-two-about-block {
    flex-flow: column;
    align-items: stretch;
  }

  .rt-box-one-block {
    margin-top: 25px;
  }

  .rt-home-two-about-left {
    margin-bottom: 30px;
  }

  .rt-autofit-5.rt-about-img-one {
    display: block;
  }

  .rt-box-one-block-text {
    margin-top: 25px;
  }

  .waves---nav-brand-link {
    padding-left: 0;
  }

  .waves---nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .waves---nav-buttons-right {
    grid-column-gap: 8px;
  }

  .waves---nav-menu {
    background-color: var(--waves-library--white);
    border: 1px solid #1313131a;
    border-radius: 8px;
    margin-top: 4px;
  }

  .waves-dropdown-toggle {
    padding-right: 16px;
    font-size: 20px;
  }

  .waves-dropdown-list.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .waves---dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .waves---menu-button {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---menu-button.w--open {
    background-color: var(--waves-library--black);
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---hamburger-icon {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
  }

  .waves---nav-dropdown {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .rt-navbar-one-right-wrapper {
    display: none;
  }

  .rt-menu-button-2 {
    color: var(--radiant-ui-components-library-marketplace--color--white);
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .rl_menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .rl_menu-icon2_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar2_button-wrapper {
    align-items: center;
  }

  .rl_navbar2_link {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar2_menu-button {
    padding: 0;
  }

  .rl_navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar2_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .rl_menu-icon2_line-bottom, .rl_menu-icon2_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .rl_navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .rl_navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .rt-icon-box-divider {
    display: none;
  }

  .rt-second-section-icon-box {
    margin-bottom: 10px;
  }

  .rt-home-three-second-icon-box-section {
    margin-top: 62px;
  }

  .rt-contact-one {
    flex-flow: column;
  }

  .rt-contact-one-hero-main {
    padding-top: 70px;
  }

  .rt-responsive-full-width {
    width: 100%;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves-section-hero-5 {
    padding-top: 160px;
  }

  .waves-title-wrap-hero-5 {
    text-align: center;
    align-items: center;
  }

  .rt-box-one-block {
    padding-left: 37px;
  }

  .rt-autofit-5 {
    height: auto;
  }

  .rt-box-one-block-text {
    padding-left: 37px;
  }

  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .rl_navbar2_component {
    min-height: 4rem;
  }

  .rl_navbar2_button {
    padding: .25rem 1rem;
  }
}

@media screen and (max-width: 479px) {
  .rt-category-cards-text {
    text-align: left;
    font-size: 18px;
    display: block;
  }

  .rt-category-cards-text.rt-margin-bottom-twenty {
    text-align: left;
  }

  .rt-category-cards-text.rt-margin-bottom-contact {
    display: none;
  }

  .rt-component-container {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-second-section-icon-divider {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .rt-second-section-icon-block {
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rt-icon-content-box-content {
    text-align: center;
  }

  .rt-icon-content-box {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    display: flex;
  }

  .rt-second-section-icon-box.rt-two-icon-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .rt-second-section-icon-box.rt-one-icon-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .rt-second-section-icon-hover-in.rt-one-icon-hover-in {
    flex: none;
    margin-top: 0;
    padding-right: 0;
    display: block;
  }

  .rt-second-icon-box-section-heading {
    text-align: left;
  }

  .rt-dotted-line {
    display: none;
  }

  .rt-advertise-content {
    flex-direction: column;
  }

  .contacto {
    background-image: linear-gradient(#ffffffe6, #ffffffe6);
    background-position: 0 0;
    background-size: auto;
  }

  .rt-margin-bottom-thirty {
    line-height: 23px;
  }

  .rt-contact-one-side-bar {
    width: 100%;
  }

  .rt-contact-one-hero-main {
    padding-top: 0;
  }

  .rt-text-field-2.rt-title-top {
    padding-right: 0;
  }

  .rt-form-block-2 {
    flex-flow: column;
  }

  .rt-title-top, .rt-margin-bottom-fourty.rt-body-font-color {
    font-size: 15px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-tile-features-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .waves---paragraph-big {
    line-height: 100%;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .waves-bottom-right-footer-1 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves-section-hero-5 {
    background-image: url('../images/iphone_13_14_1.webp'), url('../images/frame_105.webp');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: cover, cover;
    background-attachment: scroll, fixed;
    width: 100%;
    height: 100%;
    padding-bottom: 48px;
  }

  .bold-text-5 {
    font-size: 45px;
  }

  .rt-component-contac {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-8 {
    line-height: 42px;
  }

  .rt-component-container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-box-one-block-text {
    padding-left: 0;
    font-size: 15px;
  }

  .bold-text-10 {
    line-height: 45px;
  }

  .bold-text-12 {
    font-size: 15px;
    line-height: 25px;
    display: block;
  }

  .bold-text-15, .paragraph {
    font-size: 15px;
  }

  .bold-text-16 {
    padding-top: 10px;
    padding-left: 5px;
    font-size: 19px;
    display: block;
  }

  .list {
    padding-left: 0;
  }

  .bold-text-17 {
    font-size: 15px;
    line-height: 25px;
  }

  .bold-text-18 {
    font-size: 15px;
    line-height: 25px;
    display: block;
  }

  .bold-text-19 {
    font-size: 15px;
    line-height: 25px;
  }

  .bold-text-21 {
    text-align: left;
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-3, .paragraph-4, .paragraph-5 {
    font-size: 15px;
    line-height: 25px;
  }

  .bold-text-25 {
    display: block;
  }

  .bold-text-27 {
    font-size: 20px;
    line-height: 22px;
  }

  .bold-text-28 {
    font-size: 15px;
  }

  .bold-text-30 {
    font-size: 20px;
  }

  .waves---nav-cta {
    display: none;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .rl_menu-icon2_line-middle {
    background-color: var(--azul);
  }

  .rl_navbar2_component {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .rl_navbar2_link {
    text-align: left;
    padding-bottom: 2rem;
    font-size: 2rem;
  }

  .rl_navbar2_logo-link {
    width: 150px;
  }

  .rl_navbar2_menu.is-page-height-tablet {
    width: 100%;
  }

  .rl_menu-icon2_line-bottom, .rl_menu-icon2_line-top {
    background-color: var(--azul);
  }

  .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18 {
    font-size: 15px;
    line-height: 25px;
  }

  .rt-category-cards-contaco {
    text-align: center;
  }

  .rt-category-cards-contaco.rt-margin-bottom-twenty, .rt-category-cards-contaco.rt-margin-bottom-contact {
    text-align: left;
  }

  .rt-icon-content-box-copy {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    display: flex;
  }

  .rt-second-section-icon-block-copy {
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .rt-second-section-icon-hover-in-copy.rt-one-icon-hover-in {
    margin-top: 10px;
  }

  .rt-second-section-icon-hover-in-copy-copy.rt-one-icon-hover-in {
    margin-top: 0;
  }

  .rt-second-section-icon-block-copy-copy {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .rt-category-cards-text-copy {
    text-align: left;
    padding-left: 5px;
    font-size: 18px;
    display: block;
  }

  .rt-category-cards-text-copy.rt-margin-bottom-twenty {
    text-align: left;
  }

  .rt-category-cards-text-copy.rt-margin-bottom-contact {
    display: none;
  }
}

#w-node-_6fafc042-bf7a-19e9-5453-8c0dd6f36985-d5120d90 {
  justify-self: end;
}

#w-node-f7e182b5-753c-811b-f5df-b41f78c4e069-d5120d90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f7e182b5-753c-811b-f5df-b41f78c4e073-d5120d90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6a65f37b-da16-c919-a6ca-93240557fbff-d5120d90, #w-node-_6a65f37b-da16-c919-a6ca-93240557fc00-d5120d90 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6a65f37b-da16-c919-a6ca-93240557fc01-d5120d90 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_6a65f37b-da16-c919-a6ca-93240557fc06-d5120d90 {
  grid-area: 1 / 1 / 2 / 2;
}


