p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 2rem;
  color: #274962;
}
@media screen and (max-width: 500px) {
  p {
    font-size: 1.167rem;
  }
}

.tc {
  text-align: center;
}

.uc,
.uC {
  text-transform: uppercase;
}

.fontXLarge {
  font-size: 3.625rem;
  color: #274962;
  line-height: 1.15;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .fontXLarge {
    font-size: 3rem;
  }
}

.fontLarge {
  font-size: 2.625rem;
  font-weight: 700;
  color: #274962;
}
@media screen and (max-width: 500px) {
  .fontLarge {
    font-size: 2.4447rem;
  }
}

.fontMedium {
  font-size: 1.375rem;
  font-weight: 700;
  color: #274962;
}

.strong {
  font-weight: bold;
}

/* Classes de color */
.c-white {
  color: #fff;
}

.c-texto {
  color: #274962 !important;
}

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

a {
  text-decoration: none;
}

svg,
img {
  max-width: 100%;
  height: auto;
}

html,
body {
  height: 100%;
  margin: 0;
  font-size: 12px;
  font-family: "Inter", sans-serif;
}
@media only screen and (min-width: 1280px) {
  html,
  body {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1680px) {
  html,
  body {
    font-size: 18px;
  }
}

html {
  height: auto;
}

body {
  position: relative;
  height: auto;
}

div.button,
button.button,
a.button {
  display: inline-table;
  background-color: #90d31e;
  padding: 0.83333rem 2.22222rem;
  border-radius: 3.33333rem;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  margin-top: 1.3333rem;
  border: none;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
div.button svg,
div.button path,
button.button svg,
button.button path,
a.button svg,
a.button path {
  transition: 0.3s ease-in-out;
}
div.button span.ico,
button.button span.ico,
a.button span.ico {
  display: inline-table;
  vertical-align: middle;
  transform: translate(0, 0);
  transition: 0.3s ease-in-out;
}
div.button span.txt,
button.button span.txt,
a.button span.txt {
  vertical-align: middle;
}
div.button span.ico + span.txt,
button.button span.ico + span.txt,
a.button span.ico + span.txt {
  margin-left: 10px;
}
div.button span.txt + span.ico,
button.button span.txt + span.ico,
a.button span.txt + span.ico {
  margin-left: 10px;
}
div.button.m0,
button.button.m0,
a.button.m0 {
  margin-top: 0;
}
div.button:hover,
button.button:hover,
a.button:hover {
  background-color: #ff8c00;
}
div.button:hover span.ico,
button.button:hover span.ico,
a.button:hover span.ico {
  transform: translate(3px, 0);
}
div.button.outline,
button.button.outline,
a.button.outline {
  background-color: transparent;
}

button.button {
  border-radius: 3.33333rem;
  background: #6196e0;
  padding: 1.33333rem 2.22222rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
  font-family: "Inter", sans-serif;
  font-weight: normal;
}

.grid {
  width: min(92%, 72.5rem);
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .grid {
    width: 90%;
  }
}

strong {
  font-weight: 800;
}

.wpcf7 .btn {
  width: 100%;
  text-align: right;
}
.wpcf7 .btn p {
  padding-top: 0;
}
.wpcf7 .btn button.button {
  margin-top: 1rem !important;
}
.wpcf7 .wpcf7-form {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.wpcf7 p {
  position: relative;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translate(0, -20%);
  width: 20px;
  height: 20px;
}
.wpcf7 .wpcf7-response-output {
  padding: 15px !important;
  text-align: center;
  font-size: 18px;
  color: #274962;
}
.wpcf7 .tr {
  position: relative;
  width: 100%;
}
.wpcf7 .tr p {
  padding-top: 10px;
}
.wpcf7 .tc {
  width: 100%;
  text-align: center !important;
}
.wpcf7 .campField {
  width: 100%;
  margin-top: 15px;
}
.wpcf7 .campField:first-child {
  margin-top: 0;
}
.wpcf7 .campField.w50 {
  width: 49%;
}
@media screen and (max-width: 500px) {
  .wpcf7 .campField.w50 {
    width: 100% !important;
  }
}
.wpcf7 .campField.w33 {
  width: 28%;
}
.wpcf7 .campField.w66 {
  width: 70%;
}
.wpcf7 .campField.checkbox .wpcf7-checkbox {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.wpcf7 .campField.checkbox .wpcf7-list-item {
  width: 48%;
  margin: 15px 0;
  display: block;
  position: relative;
  font-size: 13px;
  font-weight: normal;
}
.wpcf7 .campField.checkbox .wpcf7-list-item input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.wpcf7 .campField.w50 {
  width: 49%;
}
.wpcf7 .campField p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 2rem;
  color: #274962;
  padding-top: 5px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 500px) {
  .wpcf7 .campField p {
    font-size: 1.167rem;
  }
}
.wpcf7 .campField p ~ p {
  padding-top: 0;
}
.wpcf7 .campField .textfield {
  width: 100%;
  border: none;
  background: transparent;
  padding: 15px;
  color: #274962;
  margin-top: 5px;
  border-radius: 8px;
  border-radius: 2.77778rem;
  border: 1px solid #ddd;
  background: #fff;
}
.wpcf7 .campField ::placeholder {
  color: #16205b;
  opacity: 0.8;
}
.wpcf7 .campField textarea.textfield {
  resize: vertical;
  height: 100px;
  border-radius: 1.38889rem;
  border: 1px solid #ddd;
  background: #fff;
}

p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 2rem;
  color: #274962;
}
@media screen and (max-width: 500px) {
  p {
    font-size: 1.167rem;
  }
}

.tc {
  text-align: center;
}

.uc,
.uC {
  text-transform: uppercase;
}

.fontXLarge {
  font-size: 3.625rem;
  color: #274962;
  line-height: 1.15;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .fontXLarge {
    font-size: 3rem;
  }
}

.fontLarge {
  font-size: 2.625rem;
  font-weight: 700;
  color: #274962;
}
@media screen and (max-width: 500px) {
  .fontLarge {
    font-size: 2.4447rem;
  }
}

.fontMedium {
  font-size: 1.375rem;
  font-weight: 700;
  color: #274962;
}

.strong {
  font-weight: bold;
}

/* Classes de color */
.c-white {
  color: #fff;
}

.c-texto {
  color: #274962 !important;
}

.sec-header {
  width: 100%;
  left: 0;
  transition: 0.3s ease-in-out;
  z-index: 555;
  position: fixed;
  padding: 0.3333rem 0;
}
.sec-header .logo {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-self: center;
  width: 380px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 500px) {
  .sec-header .logo {
    width: 80%;
  }
}
.sec-header .logo a + a {
  border-left: 1px solid #dcdcdc;
  padding-left: 2rem;
}
.sec-header .grid {
  padding: 1.1rem 2.78rem;
  width: min(95%, 84.875rem);
  border-radius: 1.187rem;
  border-radius: 0.55556rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.71) 0%, rgba(255, 255, 255, 0.63) 100%);
  backdrop-filter: blur(4.5999999046px);
}
@media screen and (max-width: 500px) {
  .sec-header .grid {
    padding: 2rem;
  }
}
.sec-header .sec-menu {
  align-self: center;
  transition: 0.3s ease-in-out;
}
.sec-header .sec-menu input#menuhamburguer {
  display: none;
}
@media screen and (max-width: 1025px) {
  .sec-header .sec-menu {
    z-index: 9999999999;
    order: 4;
    display: flex;
  }
  .sec-header .sec-menu .menu-responsivo {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    position: unset;
    top: 30px;
    right: 25px;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #fff, 0 0 0 8px #fff;
    z-index: 2;
    transition: 0.4s ease-in-out;
  }
  .sec-header .sec-menu .menu-responsivo:hover {
    box-shadow: 0 0 0 8px #fff, 0 0 0 8px #fff;
  }
  .sec-header .sec-menu .menu-responsivo .hamburguer {
    display: block;
    background: #6196e0;
    width: 25px;
    height: 2px;
    position: relative;
    top: 14px;
    left: 2px;
    transition: 0.4s ease-in-out;
    cursor: pointer;
    z-index: 9;
  }
  .sec-header .sec-menu .menu-responsivo .hamburguer:after, .sec-header .sec-menu .menu-responsivo .hamburguer:before {
    background: #6196e0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.4s ease-in-out;
    left: 0;
  }
  .sec-header .sec-menu .menu-responsivo .hamburguer:before {
    top: -6px;
  }
  .sec-header .sec-menu .menu-responsivo .hamburguer:after {
    bottom: -6px;
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ label .hamburguer {
    transform: rotate(45deg);
    transform-origin: center;
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ label .hamburguer:after, .sec-header .sec-menu input#menuhamburguer:checked ~ label .hamburguer:before {
    transform: rotate(90deg);
    top: 0;
    bottom: 0;
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ label .menu-responsivo {
    box-shadow: 0 0 0 130vw #fff, 0 0 0 130vh #fff;
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ .menu-div-menu ul {
    transition: 0.25s 0.4s ease;
    opacity: 1 !important;
    visibility: unset;
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ .menu-div-menu ul li ul {
    transition: 0s;
    padding: 0;
  }
  .sec-header .sec-menu ul {
    position: fixed;
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 0%, 0);
    opacity: 0;
    transition: 0.4s ease-in-out;
    visibility: hidden;
    z-index: 2;
    width: 100%;
  }
}
@media screen and (max-width: 1025px) and (max-width: 500px) {
  .sec-header .sec-menu ul {
    width: 100%;
    padding: 4rem 2rem;
  }
}
@media screen and (max-width: 1025px) {
  .sec-header .sec-menu ul li {
    width: auto;
    display: block;
    text-align: center;
  }
  .sec-header .sec-menu ul li.menu-item-home {
    display: none;
  }
  .sec-header .sec-menu ul li .sub-menu {
    position: unset !important;
    transform: translate(0, 0) !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .sec-header .sec-menu ul li a:not(.button) {
    font-size: 1.667rem !important;
    padding: 1.333rem 0 !important;
    color: #6196e0 !important;
  }
  .sec-header .sec-menu ul li a.button {
    font-size: 1.5rem !important;
    padding: 1.333rem 2.667rem !important;
    margin-top: 1.5rem;
  }
}
.sec-header .sec-menu li {
  display: inline-flex;
  position: relative;
}
.sec-header .sec-menu li .arrow-icon {
  margin-left: 3px;
  font-size: 0.8em;
  transition: transform 0.3s ease;
}
.sec-header .sec-menu li a:not(.button) {
  display: block;
  color: #304b6c;
  padding: 1rem 0.667rem;
  transition: 0.3s ease-in-out;
  font-size: 14px;
  font-weight: bold;
}
.sec-header .sec-menu li a:not(.button):hover {
  opacity: 0.6;
}
.sec-header .sec-menu li a.button {
  font-size: 0.7887rem !important;
  padding: 0.667rem 1.333rem;
}

.background-degrade {
  background: linear-gradient(180deg, #eaeaea 0%, #f6f7ff 100%);
}

.background-degrade-2 {
  background: linear-gradient(223deg, #f3f3f3 -0.09%, #f6f7ff 75.91%), #f6f7ff;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}
.hero {
  padding: 11rem 0 0 0;
  background: url("../img/detail-hero-banner.svg");
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
}
.hero::before {
  content: "";
  width: 28.5rem;
  height: 13.44444rem;
  flex-shrink: 0;
  border-radius: 15.16667rem;
  background: rgba(97, 126, 161, 0.38);
  filter: blur(249.0500030518px);
  position: absolute;
  right: 0;
  top: 3%;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .hero::before {
    display: none;
  }
}
.hero:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5.22222rem;
  background: #304b6c;
}
.hero .grid {
  flex-direction: column;
  max-width: 52.16667rem;
  position: relative;
  z-index: 3;
}
.hero .hero__text {
  text-align: center;
  padding-bottom: 7rem;
}
.hero .hero__text h1 {
  font-size: 2.625rem;
  font-weight: 700;
  color: #6196e0;
}
@media screen and (max-width: 500px) {
  .hero .hero__text h1 {
    font-size: 2.4447rem;
  }
}
.hero .hero__text p {
  padding-top: 1rem;
}
.hero .hero-image {
  width: 100%;
  margin-bottom: 2.222rem;
  position: relative;
  border-radius: 1.38889rem;
}
.hero .hero-image::after {
  content: "";
  position: absolute;
  width: 7.22222rem;
  height: 7.22222rem;
  flex-shrink: 0;
  border-radius: 27.77778rem;
  background: #ffd900;
  filter: blur(249.0500030518px);
  right: 0;
  top: 1rem;
}
@media screen and (max-width: 500px) {
  .hero .hero-image::after {
    display: none;
  }
}
.hero .hero-image img {
  width: 100%;
  border-radius: 1.38889rem;
}

.features {
  padding: 5rem 0;
}
.features .grid {
  flex-wrap: nowrap;
  gap: 3rem;
  position: relative;
}
@media screen and (max-width: 500px) {
  .features .grid {
    flex-direction: column;
  }
}
.features .grid .features-text {
  flex: 1;
  padding: 4rem 0;
  position: sticky;
  align-self: flex-start;
  top: 4rem;
}
@media screen and (max-width: 500px) {
  .features .grid .features-text {
    position: unset;
  }
}
.features .grid .features-text h2 {
  font-size: 3.625rem;
  color: #6196e0;
  line-height: 1.15;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .features .grid .features-text h2 {
    font-size: 3rem;
  }
}
.features .grid .features-text .features-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
}
.features .grid .features-text .features-list .feature-item {
  display: inline-flex;
  gap: 0.5rem;
}
.features .grid .features-text .features-list .feature-item .ico {
  width: 1rem;
}
.features .grid .features-text .features-list .feature-item .txt {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 0;
  color: #274962;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .features .grid .features-text .features-list .feature-item .txt {
    font-size: 1.167rem;
  }
}
.features .grid .features-boxs {
  flex: 1;
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}
.features .grid .features-boxs h3 {
  color: #fff;
  font-size: 1.33333rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.6rem */
}
.features .grid .features-boxs .box-1 {
  width: 100%;
  background-color: #6683a6;
  border-radius: 1.38889rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 3rem 3rem;
  gap: 2rem;
}
.features .grid .features-boxs .box-1 strong {
  display: block;
}
.features .grid .features-boxs .box-2 {
  width: 66.666666%;
  background-color: #243e50;
  border-radius: 1.38889rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 3rem 3rem;
  gap: 2rem;
}
.features .grid .features-boxs .box-2 strong {
  display: block;
}
.features .grid .features-boxs .box-3 {
  width: calc(33.333333% - 1rem);
  padding: 3rem 3rem;
  background-color: #6683a6;
  border-radius: 1.38889rem;
}
.features .grid .features-boxs .box-4 {
  width: calc(50% - 0.5rem);
  background-color: #6683a6;
  border-radius: 1.38889rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 2rem 3rem;
  gap: 2rem;
}
.features .grid .features-boxs .box-4 strong {
  display: block;
}
.features .grid .features-boxs .box-5 {
  width: calc(50% - 0.5rem);
  background-color: #243e50;
  border-radius: 1.38889rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 2rem 3rem;
  gap: 2rem;
}
.features .grid .features-boxs .box-5 strong {
  display: block;
}
.features .grid .features-boxs .image-1,
.features .grid .features-boxs .image-2 {
  width: 100%;
}
.features .grid .features-boxs .image-1 img,
.features .grid .features-boxs .image-2 img {
  border-radius: 1.38889rem;
}

.cta {
  position: relative;
}
.cta:after {
  width: 28.5rem;
  height: 13.44444rem;
  flex-shrink: 0;
  content: "";
  border-radius: 15.16667rem;
  background: rgba(0, 229, 255, 0.14);
  position: absolute;
  right: 0;
  top: 50%;
  filter: blur(249.0500030518px);
}
@media screen and (max-width: 500px) {
  .cta:after {
    display: none;
  }
}
.cta .grid {
  position: relative;
  z-index: 3;
  padding: 3.56rem 3rem;
  border-radius: 1.66667rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.34) 50%, rgba(255, 255, 255, 0.67) 100%);
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 500px) {
  .cta .grid {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }
}
.cta .grid h2 {
  font-size: 2.625rem;
  font-weight: 700;
  color: #6196e0;
}
@media screen and (max-width: 500px) {
  .cta .grid h2 {
    font-size: 2.4447rem;
  }
}
@media screen and (max-width: 500px) {
  .cta .grid h2 {
    font-size: 2rem;
  }
}
.cta .grid p {
  padding-top: 1rem;
}
.cta .grid .cta-content {
  flex: 8;
}
.cta .grid .cta-button {
  flex: 3;
}
.cta .grid .cta-button a.button {
  width: 100%;
  padding: 1.3333rem 2rem;
  margin-top: 0;
}

.applications {
  padding: 6rem 0 8rem 0;
}
.applications .applications-image {
  width: 40%;
}
@media screen and (max-width: 500px) {
  .applications .applications-image {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.applications .applications-image img {
  width: 100%;
  border-radius: 1.38889rem;
}
.applications .applications-text {
  width: 55%;
}
@media screen and (max-width: 500px) {
  .applications .applications-text {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.applications .applications-text h2 {
  font-size: 2.625rem;
  font-weight: 700;
  color: #6196e0;
}
@media screen and (max-width: 500px) {
  .applications .applications-text h2 {
    font-size: 2.4447rem;
  }
}
.applications .applications-text h2 + p {
  font-weight: bold;
  padding-top: 1rem;
}
.applications .applications-text .applications-grid {
  gap: 1rem;
  padding-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: dense;
}
@media screen and (max-width: 500px) {
  .applications .applications-text .applications-grid {
    grid-template-columns: 1fr;
  }
}
.applications .applications-text .applications-grid .app-item {
  padding: 1.167rem;
  border-radius: 0.66667rem;
  border: 2px solid rgba(97, 150, 224, 0.17);
  color: #6196e0;
  font-size: 1rem;
  font-weight: 800;
  line-height: 110%;
}
.applications .applications-text .applications-grid .app-item:last-child:nth-child(odd) {
  grid-column: span 2;
}

.about {
  padding: 8rem 0;
  margin-top: -3rem;
  border-radius: 2.77778rem 2.77778rem 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.54) 0%, #fff 100%);
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 500px) {
  .about {
    padding: 6rem 0;
  }
}
.about .about-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.about .about-content h2 {
  font-size: 2.625rem;
  font-weight: 700;
  color: #6196e0;
}
@media screen and (max-width: 500px) {
  .about .about-content h2 {
    font-size: 2.4447rem;
  }
}
.about .about-content h2 + p {
  padding-top: 0;
}
.about .about-content .about-cards {
  width: 100%;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 500px) {
  .about .about-content .about-cards {
    flex-direction: column;
  }
}
.about .about-content .about-cards .about-card {
  flex: 1;
  background-color: #f7f8ff;
  padding: 2.1rem;
  border-radius: 0.66667rem;
}
.about .about-content .about-cards .about-card h3 {
  color: #6196e0;
  font-size: 1.22222rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 1.34444rem */
  margin-top: 0.8887rem;
}
.about .about-content .about-cards .about-card p {
  padding-top: 1rem;
}

.replaceable {
  padding: 4rem 0;
  position: relative;
}
.replaceable:after {
  width: 28.5rem;
  height: 13.44444rem;
  flex-shrink: 0;
  content: "";
  border-radius: 15.16667rem;
  background: rgba(0, 229, 255, 0.14);
  position: absolute;
  right: 0;
  top: 10%;
  filter: blur(249.0500030518px);
}
@media screen and (max-width: 500px) {
  .replaceable:after {
    display: none;
  }
}
.replaceable .grid {
  position: relative;
  z-index: 3;
}
.replaceable .replaceable-content {
  width: 40%;
  align-self: center;
}
@media screen and (max-width: 500px) {
  .replaceable .replaceable-content {
    width: 100%;
    margin-bottom: 2rem;
    order: 2;
  }
}
.replaceable .replaceable-content h2 {
  font-size: 2.625rem;
  font-weight: 700;
  color: #6196e0;
}
@media screen and (max-width: 500px) {
  .replaceable .replaceable-content h2 {
    font-size: 2.4447rem;
  }
}
.replaceable .replaceable-image {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .replaceable .replaceable-image {
    width: 100%;
    margin-bottom: 2rem;
    order: 1;
  }
}
.replaceable .replaceable-image img {
  width: 100%;
  border-radius: 1.38889rem;
}
.replaceable .replaceable-cards {
  width: 100%;
  display: flex;
  gap: 2rem;
  padding-top: 4rem;
  position: relative;
}
.replaceable .replaceable-cards:after {
  width: 7.22222rem;
  height: 7.22222rem;
  content: "";
  border-radius: 27.77778rem;
  background: #ffd900;
  position: absolute;
  left: -3rem;
  filter: blur(149.0500030518px);
}
@media screen and (max-width: 500px) {
  .replaceable .replaceable-cards:after {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .replaceable .replaceable-cards {
    order: 3;
    flex-direction: column;
  }
}
.replaceable .replaceable-cards .replaceable-card {
  flex: 1;
  background-color: #fff;
  padding: 2.1rem;
  border-radius: 0.66667rem;
  position: relative;
  z-index: 3;
}
.replaceable .replaceable-cards .replaceable-card h3 {
  color: #6196e0;
  font-size: 1.22222rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 1.34444rem */
  margin-top: 0.8887rem;
}
.replaceable .replaceable-cards .replaceable-card p {
  padding-top: 1rem;
}

.contact {
  padding: 6rem 0 5rem 0;
}
@media screen and (max-width: 500px) {
  .contact {
    padding: 4rem 0;
  }
}
.contact .grid {
  max-width: 35.33333rem;
}
.contact .contact-text h2 {
  font-size: 2.625rem;
  font-weight: 700;
  color: #6196e0;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .contact .contact-text h2 {
    font-size: 2.4447rem;
  }
}
.contact .contact-text h2 + p {
  padding-top: 1rem;
  text-align: center;
}
.contact .contact-content {
  width: 100%;
}
.contact .contact-content .contact-form {
  border-radius: 1.94444rem;
  background: linear-gradient(180deg, rgba(97, 150, 224, 0.11) 0%, rgba(196, 221, 255, 0.11) 100%);
  backdrop-filter: blur(90.25px);
  padding: 3.2222rem 2.5556rem;
  margin-top: 2rem;
}
.contact .contact-content .contact-form .form-header {
  text-align: center;
}
.contact .contact-content .contact-form .form-header p {
  padding-top: 0;
}

.footer {
  background: url("../img/detail-rodape.svg");
  background-repeat: no-repeat;
  background-size: 85% auto;
  background-position: -58% 100%;
  padding: 3rem 0 10rem 0;
}
.footer .grid {
  align-items: flex-start;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .footer .grid {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.footer .footer-logo {
  position: relative;
  min-width: 25%;
}
@media screen and (max-width: 500px) {
  .footer .footer-logo {
    order: 3;
    max-width: 100%;
  }
}
.footer .footer-logo .footer-copyright {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
}
@media screen and (max-width: 500px) {
  .footer .footer-logo .footer-copyright {
    position: unset;
    text-align: center;
  }
}
.footer .footer-logo .footer-copyright p {
  color: #000;
  opacity: 0.5;
  font-size: 0.76667rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 0.8rem */
}
.footer .footer-contact {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 2rem 0 2rem;
  gap: 2rem;
}
.footer .footer-contact .contact-item {
  display: flex;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 500px) {
  .footer .footer-contact .contact-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer .footer-contact .contact-item .ico {
  margin-right: 10px;
}
.footer .footer-contact .contact-item .txt {
  color: #274962;
}
.footer .footer-by {
  max-width: 272px;
}

/*# sourceMappingURL=style.css.map */
