.footer .nav-footer .social-medias a:hover, .footer .nav-footer .footer-list .footer-link:hover, .header .navbar .nav-link:hover {
  animation-name: link-hover;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.311, 0.441, 0.444, 1.649);
}

@keyframes link-hover {
  100% {
    color: #A4855D;
  }
}

.consulte{
  color: white;
  font-size: 0.9em;
}

.consulte2{
  color: black;
  font-size: 0.9em;
}

.btn {
  padding: 6px 18px;
}
.btn.btn-mry-primary {
  background-color: #A4855D;
  border: 1px solid #A4855D;
  color: white;
  box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028), 12.5px 12.5px 10px rgba(0, 0, 0, 0.035), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05), 100px 100px 80px rgba(0, 0, 0, 0.07);
}
.btn.btn-mry-primary.btn-form {
  width: 100%;
  height: 48px;
  padding: 12px 36px;
  border-radius: 0.5rem;
  box-shadow: none;
}
.btn.btn-mry-primary.large-btn {
  border-radius: 1.4rem;
  padding: 20px 42px;
  box-shadow: none;
}
.btn.btn-mry-primary:hover {
  background-color: #ad916d;
  border: 1px solid #ad916d;
  color: white;
}
.btn.btn-mry-primary:focus {
  background-color: #A4855D;
  border: 1px solid #A4855D;
  color: white;
  box-shadow: 0 0 0 0.2rem rgba(164, 133, 93, 0.35);
}
.btn.btn-mry-secondary {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
  color: #A4855D;
  box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028), 12.5px 12.5px 10px rgba(0, 0, 0, 0.035), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05), 100px 100px 80px rgba(0, 0, 0, 0.07);
}
.btn.btn-mry-secondary.btn-form {
  width: 100%;
  height: 48px;
  padding: 12px 36px;
  border-radius: 0.5rem;
  box-shadow: none;
}
.btn.btn-mry-secondary.large-btn {
  border-radius: 1.4rem;
  padding: 20px 42px;
  box-shadow: none;
}
.btn.btn-mry-secondary:hover {
  background-color: white;
  border: 1px solid white;
  color: #A4855D;
}
.btn.btn-mry-secondary:focus {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
  color: #A4855D;
  box-shadow: 0 0 0 0.2rem rgba(164, 133, 93, 0.35);
}

.border-gold-1 {
  margin: 0;
  border: 0;
  height: 1px;
  opacity: 1;
  background: #A4855D;
}

.line-hr {
  margin: 0 0 20px 0;
  border: 0;
  height: 1px;
  opacity: 0.2;
  background: white;
}

.border-gold-3 {
  margin: 0;
  border: 0;
  height: 3px;
  opacity: 1;
  background: #A4855D;
}

.bg-blue-primary {
  background-color: #13253B;
}

.bg-mry-secondary {
  background-color: #A4855D;
}

.bg-mry-white {
  background-color: #EAEBEB;
}

.bg-blue-secondary {
  background-color: #8398A2;
}

.text-mry-secondary {
  color: #A4855D;
}

.text-mry-primary {
  color: #13253B;
}

.title-1 {
  font-size: 24px;
}
.title-1 > h1 {
  font-size: 24px;
}

.title-2 {
  font-size: 18px;
}

.title-3 {
  font-size: 14.4px;
  font-style: italic;
}

.paragraph {
  font-size: 14.4px;
}

.article span {
  color: #A4855D;
}
.article u {
  color: #A4855D;
}

body {
  font-family: "Maven Pro", sans-serif;
  box-sizing: content-box;
}
body .bg-config {
  height: 80vh;
}
@media only screen and (min-width: 0px) and (max-width: 599px) {
  body .bg-config.bg-home {
          background-image: linear-gradient(to top, #13253b 20%, rgba(19, 37, 59, 0.4) 60%, rgba(19, 37, 59, 0) 70%), url("../img/background/woman-home-background/550-720.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    
  }
  body #teste{
    margin-top: 200px;
  }

}
@media only screen and (min-width: 599px) and (max-width: 899px) {
  body .bg-config.bg-home {
    background-image: linear-gradient(to right, #13253b 20%, rgba(19, 37, 59, 0.4) 60%, rgba(19, 37, 59, 0) 70%), url("../img/background/woman-home-background/899-820.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 899px) and (max-width: 1199px) {
  body .bg-config.bg-home {
    background-image: linear-gradient(to right, #13253b 20%, rgba(19, 37, 59, 0.4) 60%, rgba(19, 37, 59, 0) 70%), url("../img/background/woman-home-background/1199-720.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1799px) {
  body .bg-config.bg-home {
    background-image: linear-gradient(to right, #13253b 20%, rgba(19, 37, 59, 0.4) 60%, rgba(19, 37, 59, 0) 70%), url("../img/background/woman-home-background/1779-900.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 1800px) {
  body .bg-config.bg-home {
    background-image: linear-gradient(to right, #13253b 20%, rgba(19, 37, 59, 0.4) 60%, rgba(19, 37, 59, 0) 70%), url("../img/background/woman-home-background/2600-1000.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 0px) and (max-width: 599px) {
  body .bg-config.bg-how-we-are {
    background-image: linear-gradient(to left , #13253b 10%, rgba(19, 37, 59, 0.4) 70%, rgba(19, 37, 59, 0) 80%), url("../img/background/team-background/599x800.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 599px) and (max-width: 899px) {
  body .bg-config.bg-how-we-are {
    background-image: linear-gradient(to left, #13253b 30%, rgba(19, 37, 59, 0.4) 70%, rgba(19, 37, 59, 0) 80%), url("../img/background/team-background/899x820.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 899px) and (max-width: 1199px) {
  body .bg-config.bg-how-we-are {
    background-image: linear-gradient(to left, #13253b 30%, rgba(19, 37, 59, 0.4) 70%, rgba(19, 37, 59, 0) 80%), url("../img/background/team-background/1199-720.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1799px) {
  body .bg-config.bg-how-we-are {
    background-image: linear-gradient(to left, #13253b 30%, rgba(19, 37, 59, 0.4) 70%, rgba(19, 37, 59, 0) 80%), url("../img/background/team-background/1779-900.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 1800px) {
  body .bg-config.bg-how-we-are {
    background-image: linear-gradient(to left, #13253b 30%, rgba(19, 37, 59, 0.4) 70%, rgba(19, 37, 59, 0) 80%), url("../img/background/team-background/2600-1000.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 0px) and (max-width: 599px) {
  body .bg-config.bg-solutions {
    background-image: linear-gradient(0deg, rgba(19, 37, 59, 0.8771708513) 0%, rgba(19, 37, 59, 0.4457983022) 63%, rgba(19, 37, 59, 0.1768907392) 100%), url("../img/background/grow-background/599-800.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 599px) and (max-width: 899px) {
  body .bg-config.bg-solutions {
    background-image: linear-gradient(0deg, rgba(19, 37, 59, 0.8771708513) 0%, rgba(19, 37, 59, 0.4457983022) 63%, rgba(19, 37, 59, 0.1768907392) 100%), url("../img/background/grow-background/899-820.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 899px) and (max-width: 1199px) {
  body .bg-config.bg-solutions {
    background-image: linear-gradient(0deg, rgba(19, 37, 59, 0.8771708513) 0%, rgba(19, 37, 59, 0.4457983022) 63%, rgba(19, 37, 59, 0.1768907392) 100%), url("../img/background/grow-background/1199-720.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1799px) {
  body .bg-config.bg-solutions {
    background-image: linear-gradient(0deg, rgba(19, 37, 59, 0.8771708513) 0%, rgba(19, 37, 59, 0.4457983022) 63%, rgba(19, 37, 59, 0.1768907392) 100%), url("../img/background/grow-background/1779-900.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 1800px) {
  body .bg-config.bg-solutions {
    background-image: linear-gradient(0deg, rgba(19, 37, 59, 0.8771708513) 0%, rgba(19, 37, 59, 0.4457983022) 63%, rgba(19, 37, 59, 0.1768907392) 100%), url("../img/background/grow-background/2600-1000.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 0px) and (max-width: 599px) {
  body .bg-config.bg-our-references {
    background-image: linear-gradient(to left, #13253b 30%, rgba(19, 37, 59, 0.4) 70%, rgba(19, 37, 59, 0) 80%), url("../img/background/woman-background/599-800.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 599px) and (max-width: 899px) {
  body .bg-config.bg-our-references {
    background-image: linear-gradient(to left, #13253b 30%, rgba(19, 37, 59, 0.4) 70%, rgba(19, 37, 59, 0) 80%), url("../img/background/woman-background/899-820.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 899px) and (max-width: 1199px) {
  body .bg-config.bg-our-references {
    background-image: linear-gradient(to left, #13253b 30%, rgba(19, 37, 59, 0.4) 70%, rgba(19, 37, 59, 0) 80%), url("../img/background/woman-background/1199-720.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1799px) {
  body .bg-config.bg-our-references {
    background-image: linear-gradient(to left, #13253b 30%, rgba(19, 37, 59, 0.4) 70%, rgba(19, 37, 59, 0) 80%), url("../img/background/woman-background/1779-900.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 1800px) {
  body .bg-config.bg-our-references {
    background-image: linear-gradient(to left, #13253b 30%, rgba(19, 37, 59, 0.4) 70%, rgba(19, 37, 59, 0) 80%), url("../img/background/woman-background/2600-1000.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 0px) and (max-width: 599px) {
 body .bg-config.bg-benefits {
    background-image: linear-gradient(to right, #13253b 0%, #13253b 49%, rgba(19, 37, 59, 0) 40%), url("../img/background/winning-background/599xx800.jpg"); 
    background-repeat: no-repeat;
    background-size: cover;
  }
 
}
@media only screen and (min-width: 599px) and (max-width: 899px) {
  body .bg-config.bg-benefits {
    background-image: /* linear-gradient(to right, #13253b 0%, #13253b 49%, rgba(19, 37, 59, 0) 50%), */ url("../img/background/winning-background/899xx820.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 899px) and (max-width: 1199px) {
  body .bg-config.bg-benefits {
    background-image: /*linear-gradient(to right, #13253b 0%, #13253b 49%, rgba(19, 37, 59, 0) 50%),*/ url("../img/background/winning-background/1199xx720.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1799px) {
  body .bg-config.bg-benefits {
    background-image: /*linear-gradient(to right, #13253b 0%, #13253b 49%, rgba(19, 37, 59, 0) 50%), */ url("../img/background/winning-background/1779xx900.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 1800px) {
  body .bg-config.bg-benefits {
    background-image: /*linear-gradient(to right, #13253b 0%, #13253b 49%, rgba(19, 37, 59, 0) 50%), */ url("../img/background/winning-background/2600xx1000.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 0px) and (max-width: 599px) {
  body .bg-tablet {
    background-image: linear-gradient(to right, #13253b 20%, rgba(19, 37, 59, 0.4) 60%, rgba(19, 37, 59, 0) 70%), url("../img/background/tablet-background/599-800.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 599px) and (max-width: 899px) {
  body .bg-tablet {
    background-image: linear-gradient(to right, #13253b 20%, rgba(19, 37, 59, 0.4) 60%, rgba(19, 37, 59, 0) 70%), url("../img/background/tablet-background/899-820.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 899px) and (max-width: 1199px) {
  body .bg-tablet {
    background-image: linear-gradient(to right, #13253b 20%, rgba(19, 37, 59, 0.4) 60%, rgba(19, 37, 59, 0) 70%), url("../img/background/tablet-background/1199-720.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1799px) {
  body .bg-tablet {
    background-image: linear-gradient(to right, #13253b 20%, rgba(19, 37, 59, 0.4) 60%, rgba(19, 37, 59, 0) 70%), url("../img/background/tablet-background/1779-900.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 1800px) {
  body .bg-tablet {
    background-image: linear-gradient(to right, #13253b 20%, rgba(19, 37, 59, 0.4) 60%, rgba(19, 37, 59, 0) 70%), url("../img/background/tablet-background/2600-1000.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
body .bg-tablet {
  background-position: center;
}
body .bg-benefits .bg-benefits-content {
  /*background-color: #13253B;  */
  color: white;
  display: flex;
  align-items: center;
}
body .bg-solutions {
  display: flex;
  align-items: center;
}
body .bg-solutions .bg-solutions-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
body .our-motto {
  padding-bottom: 3rem;
  justify-content: start;
}
body .our-motto .our-motto-item {
  display: flex;
  margin-bottom: 2.4rem;
  align-items: center;
}
body .our-motto .our-motto-item img {
  max-width: 80px;
}
body .our-motto .our-motto-item span {
  background-color: #13253B;
  color: white;
  padding: 0.5rem 1rem;
}
body .list-none {
  list-style: none;
}

.mry-arrow::after {
  content: "";
  background-image: url("../img/icons/icon-arrow-rigth.png");
  background-size: 30px 30px;
  background-size: cover;
}

.link-active {
  color: #A4855D;
}
.link-active:hover {
  color: #A4855D;
  box-shadow: none;
}

.btn-arrow {
  width: 120px;
  height: 125px;
}

.form-control, .form-select {
  height: 48px;
  border-radius: 0.5rem;
}

.header {
  background-color: #13253B;
}
.header .navbar-toggler {
  border: #A4855D 2px solid;
}
.header .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28156, 114, 61, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header .navbar-toggler:hover .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 133, 93, 0.35);
}
.header .navbar .navlogo-link {
  display: flex;
  align-items: center;
}
.header .navbar .navlogo-link img {
  height: 50px;
  width: auto;
}
.header .navbar .nav-link {
  color: #F2F2F2;
  text-transform: uppercase;
}
.header .navbar .nav-link.active {
  color: #A4855D;
}

.footer {
  display: flex;
  flex-direction: column;
  background-color: #13253B;
  color: white;
}
.footer .nav-footer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 5rem;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.footer .nav-footer h5 {
  color: #A4855D;
  font-size: 16px;
  margin-bottom: 0;
}
.footer .nav-footer .footer-list {
  list-style: none;
  padding: 0;
  font-size: 14px;
}
.footer .nav-footer .footer-list .footer-link {
  color: white;
  text-decoration: none;
}
.footer .nav-footer .social-medias {
  display: flex;
  flex-wrap: nowrap;
  font-size: 25px;
  gap: 0 15px;
  list-style: none;
  padding-left: 0;
}
.footer .nav-footer .social-medias a {
  color: white;
  text-decoration: none;
}
.footer .tag-footer {
  flex: 1 0 100%;
  display: flex;
  align-self: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0 10px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-decoration: none;
  color: white;
}
.footer .tag-footer p {
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 0;
}
.footer .tag-footer div {
  width: 100px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer .nav-footer {
    flex-wrap: wrap;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  .footer .nav-footer ul, .footer .nav-footer a, .footer .nav-footer div {
    flex: 1 0 50%;
  }
  .footer .nav-footer .social-medias {
    justify-content: center;
  }

  .bg-config {
    height: 100vh !important;
  }
  .bg-config.bg-benefits .bg-benefits-content {
    background-color: transparent;
    /*background-image: linear-gradient(to right, #13253b 40%, #13253b 70%, rgba(19, 37, 59, 0.85) 100%);*/
  }
  .bg-config.bg-benefits .bg-benefits-content h1 {
    font-size: 22px;
  }
  .bg-config.bg-benefits .bg-benefits-content p {
    font-size: 14px !important;
  }
}
.card-info {
  text-align: center;
  background-color: white;
  padding: 1.2rem 2rem;
}
.card-info .card-img {
  margin-bottom: 1rem;
  width: 50%;
}

.list-item {
  display: flex;
  margin: 0;
  margin-bottom: 1.2rem;
  height: 35px;
}
.list-item span {
  color: #A4855D;
}

.how-it-works {
  background-image: url("../img/background/background-blue.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.how-it-works .how-pointer {
  font-size: 100px;
  line-height: 100px;
  color: #F2F2F2;
  opacity: 50%;
}

.hire-specialist {
  background: url("../img/background/pattern-01.png"), #eaeaea;
  background-repeat: repeat;
  background-size: 350px 109px;
}
.hire-specialist .hire-specialist-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.contract .contract-steps {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  z-index: 4;
}
.contract .contract-steps .contract-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  margin-bottom: 2rem;
  background-color: #13253B;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  box-shadow: 3px 3px 0.3rem #9C723D;
}
.contract .contract-line {
  z-index: 1;
}
.contract .contract-line .line-row .line-col {
  position: relative;
  top: 3.5rem;
  left: auto;
  right: auto;
  box-shadow: 15px 2px 1rem black;
  height: 2px;
  border-width: 0;
  color: gray;
  background-color: gray;
}

.section-solutions {
  display: flex;
  flex-direction: column;
}
.section-solutions .solution-title {
  text-transform: uppercase;
  font-weight: bold;
}
.section-solutions .solution-text {
  align-self: flex-end;
}

@media only screen and (min-width: 1000px) {
  .section-solutions {
    display: flex;
    flex-direction: column;
  }
  .section-solutions .solution-title {
    text-transform: uppercase;
    font-weight: bold;
  }
  .section-solutions .solution-text {
    align-self: flex-start;
    position: relative;
    left: 30%;
  }
}
.cookies-container {
  position: fixed;
  width: 100%;
  bottom: 2rem;
  z-index: 1000;
  opacity: 0;
  transform: translateY(1rem);
  animation: slideUp 0.5s forwards;
}
.cookies-container .cookies-content {
  max-width: 520px;
  background-color: #F2F2F2;
  padding: 1rem;
  margin: 0 auto;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
  border-radius: 5px;
  box-shadow: 0.3px 0.4px 1px rgba(0, 0, 0, 0.013), 0.8px 0.9px 2.3px rgba(0, 0, 0, 0.019), 1.5px 1.5px 4.1px rgba(0, 0, 0, 0.023), 2.4px 2.6px 6.7px rgba(0, 0, 0, 0.027), 4px 4.2px 11.1px rgba(0, 0, 0, 0.031), 6.9px 7.4px 19.4px rgba(0, 0, 0, 0.037), 15px 16px 42px rgba(0, 0, 0, 0.05);
}
.cookies-container .cookies-content .cookies-title {
  grid-column: 2;
  grid-row: 1/3;
  margin: 0 0 6px 0;
}
.cookies-container .cookies-content .cookies-pref {
  margin-bottom: 6px;
}
.cookies-container .cookies-content .cookies-pref label {
  padding-right: 0.8rem;
}
.cookies-container .cookies-content .btn-cookies {
  box-shadow: none !important;
}

@keyframes slideUp {
  to {
    transform: initial;
    opacity: initial;
  }
}
.person-photo {
  display: flex;
  justify-content: center;
}
.person-photo img {
  max-width: 200px;
}

.testimony {
  display: flex;
  overflow-x: hidden;
}

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