/* oleg - reset - start */
html {
  scroll-behavior: smooth;
}

body, html, h1, h2, h3, h4, h5, h6, ul, figure, p {
  margin: 0px;
  padding: 0px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 0;
  background: none;
  margin: 0;
  padding: 0;
}

select, input[type=text], input[type=submit], input[type=number], input[type=phone], input[type=email], input[type=password],
input[type=mail], input[type=tel], textarea {
  outline: none;
  margin: 0;
  border-radius: 0;
}

input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
}

div, section, main, aside, header, footer, p, h1, h2, h3, h4, h5, h6, form, input, ul, li, td, aside, a, nav {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
}

iframe {
  border: none;
}

/* oleg - reset - end */
/* oleg - classes - start */
/* oleg - responsive - start */
/* oleg - responsive - end */
.u-displaynone {
  display: none !important;
}

.u-displayblock {
  display: block !important;
}

.u-no-up-tablet {
  display: block !important;
}
@media (min-width: 752px) {
  .u-no-up-tablet {
    display: none !important;
  }
}

.u-no-up-tabletwide {
  display: block !important;
}
@media (min-width: 1024px) {
  .u-no-up-tabletwide {
    display: none !important;
  }
}

.u-no-up-desktop {
  display: block !important;
}
@media (min-width: 1248px) {
  .u-no-up-desktop {
    display: none !important;
  }
}

.u-no-up-desktopwide {
  display: block !important;
}
@media (min-width: 1440px) {
  .u-no-up-desktopwide {
    display: none !important;
  }
}

.u-no-down-tablet {
  display: none !important;
}
@media (min-width: 752px) {
  .u-no-down-tablet {
    display: block !important;
  }
}

.u-no-down-tabletwide {
  display: none !important;
}
@media (min-width: 1024px) {
  .u-no-down-tabletwide {
    display: block !important;
  }
}

.u-no-down-desktop {
  display: none !important;
}
@media (min-width: 1248px) {
  .u-no-down-desktop {
    display: block !important;
  }
}

.u-no-down-desktopwide {
  display: none !important;
}
@media (min-width: 1440px) {
  .u-no-down-desktopwide {
    display: block !important;
  }
}

/* oleg - classes - end */
/* oleg - colors - start */
/* oleg - colors - end */
/* oleg - extends - start */
/* oleg - extends - end */
/* oleg - responsive - start */
/* oleg - responsive - end */
/* oleg - b-variables - start */
@font-face {
  font-family: "helvetica-bold";
  src: url("../fonts/helvetica-bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "helvetica-light";
  src: url("../fonts/helvetica-light.ttf");
  font-display: swap;
}
@font-face {
  font-family: "helvetica";
  src: url("../fonts/helvetica.ttf");
  font-display: swap;
}
@font-face {
  font-family: "lato-bold";
  src: url("../fonts/lato-bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "lato-light";
  src: url("../fonts/lato-light.ttf");
  font-display: swap;
}
@font-face {
  font-family: "lato";
  src: url("../fonts/lato.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ptsans";
  src: url("../fonts/ptsans.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ptsans-bold";
  src: url("../fonts/ptsans.ttf");
  font-display: swap;
}
p, a, ul, li, button {
  font-family: "ptsans", "lato-light";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "ptsans-bold", "lato-bold";
}

.u-c-main {
  color: #0B205B;
}

.u-bg-main {
  background: #0B205B;
}

.u-c-second {
  color: #6F96D1;
}

.u-bg-second {
  background: #6F96D1;
}

.u-c-third {
  color: #1D4872;
}

.u-bg-third {
  background: #1D4872;
}

/* oleg - b-variables - end */
/* MIDGARD - l-wrapper--standard - start */
/* oleg - responsive - start */
/* oleg - responsive - end */
.l-wrapper--standard {
  display: grid;
  grid-template-columns: 1fr 95% 1fr;
}
@media (min-width: 390px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 90% 1fr;
  }
}
@media (min-width: 480px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 85% 1fr;
  }
}
@media (min-width: 560px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 80% 1fr;
  }
}
@media (min-width: 640px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 75% 1fr;
  }
}
@media (min-width: 752px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 710px 1fr;
  }
}
@media (min-width: 1024px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 900px 1fr;
  }
}
@media (min-width: 1248px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 1100px 1fr;
  }
}
@media (min-width: 1440px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 1300px 1fr;
  }
}
@media (min-width: 1800px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 1500px 1fr;
  }
}
.l-wrapper--standard__content {
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 390px) {
  .l-wrapper--standard__content {
    width: 90%;
  }
}
@media (min-width: 480px) {
  .l-wrapper--standard__content {
    width: 85%;
  }
}
@media (min-width: 560px) {
  .l-wrapper--standard__content {
    width: 80%;
  }
}
@media (min-width: 640px) {
  .l-wrapper--standard__content {
    width: 75%;
  }
}
@media (min-width: 752px) {
  .l-wrapper--standard__content {
    width: 710px;
  }
}
@media (min-width: 1024px) {
  .l-wrapper--standard__content {
    width: 900px;
  }
}
@media (min-width: 1248px) {
  .l-wrapper--standard__content {
    width: 1100px;
  }
}
@media (min-width: 1440px) {
  .l-wrapper--standard__content {
    width: 1300px;
  }
}
@media (min-width: 1800px) {
  .l-wrapper--standard__content {
    width: 1500px;
  }
}

/* MIDGARD - l-wrapper--standard - end */
/* oleg - wrapper-standard-variables - start */
.l-de-home {
  grid-template-areas: "band band band" "header header header" "main main main" "iconsone iconsone iconsone" "pqdelfhy pqdelfhy pqdelfhy" ". comofunciona ." ". testemonials ." "superhost superhost superhost" ". nossosmimos ." ". noticias ." "footer footer footer" "copy copy copy";
}

.l-de-contato {
  grid-template-areas: "band band band" "header header header" ". breadcrumb ." "main main main" ". comofunciona ." "footer footer footer" "copy copy copy";
}

.l-de-quemsomos {
  grid-template-areas: "band band band" "header header header" ". breadcrumb ." "main main main" ". time ." ". noticias ." "footer footer footer" "copy copy copy";
}

.l-band {
  grid-area: band;
  background: #0B205B !important;
  padding: 15px 0;
}
@media (min-width: 1248px) {
  .l-band {
    padding: 13px 0;
  }
}
@media (min-width: 1440px) {
  .l-band {
    padding: 15px 0;
  }
}

.l-header {
  grid-area: header;
}

.l-breadcrumb {
  grid-area: breadcrumb;
}

.l-main {
  grid-area: main;
}

.l-iconsone {
  grid-area: iconsone;
}

.l-pqdelfhy {
  grid-area: pqdelfhy;
}

.l-comofunciona {
  grid-area: comofunciona;
}

.l-testemonials {
  grid-area: testemonials;
}

.l-nossosmimos {
  grid-area: nossosmimos;
}

.l-noticias {
  grid-area: noticias;
}

.l-footer {
  grid-area: footer;
}

.l-copy {
  grid-area: copy;
}

.l-time {
  grid-area: time;
}

.l-superhost {
  grid-area: superhost;
}

/* oleg - wrapper-standard-variables - end */
/* oleg - b-variables - start */
@font-face {
  font-family: "helvetica-bold";
  src: url("../fonts/helvetica-bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "helvetica-light";
  src: url("../fonts/helvetica-light.ttf");
  font-display: swap;
}
@font-face {
  font-family: "helvetica";
  src: url("../fonts/helvetica.ttf");
  font-display: swap;
}
@font-face {
  font-family: "lato-bold";
  src: url("../fonts/lato-bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "lato-light";
  src: url("../fonts/lato-light.ttf");
  font-display: swap;
}
@font-face {
  font-family: "lato";
  src: url("../fonts/lato.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ptsans";
  src: url("../fonts/ptsans.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ptsans-bold";
  src: url("../fonts/ptsans.ttf");
  font-display: swap;
}
p, a, ul, li, button {
  font-family: "ptsans", "lato-light";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "ptsans-bold", "lato-bold";
}

.u-c-main {
  color: #0B205B;
}

.u-bg-main {
  background: #0B205B;
}

.u-c-second {
  color: #6F96D1;
}

.u-bg-second {
  background: #6F96D1;
}

.u-c-third {
  color: #1D4872;
}

.u-bg-third {
  background: #1D4872;
}

/* oleg - b-variables - end */
/* oleg - reset - start */
html {
  scroll-behavior: smooth;
}

body, html, h1, h2, h3, h4, h5, h6, ul, figure, p {
  margin: 0px;
  padding: 0px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 0;
  background: none;
  margin: 0;
  padding: 0;
}

select, input[type=text], input[type=submit], input[type=number], input[type=phone], input[type=email], input[type=password],
input[type=mail], input[type=tel], textarea {
  outline: none;
  margin: 0;
  border-radius: 0;
}

input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
}

div, section, main, aside, header, footer, p, h1, h2, h3, h4, h5, h6, form, input, ul, li, td, aside, a, nav {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
}

iframe {
  border: none;
}

/* oleg - reset - end */
/* oleg - classes - start */
/* oleg - responsive - start */
/* oleg - responsive - end */
.u-displaynone {
  display: none !important;
}

.u-displayblock {
  display: block !important;
}

.u-no-up-tablet {
  display: block !important;
}
@media (min-width: 752px) {
  .u-no-up-tablet {
    display: none !important;
  }
}

.u-no-up-tabletwide {
  display: block !important;
}
@media (min-width: 1024px) {
  .u-no-up-tabletwide {
    display: none !important;
  }
}

.u-no-up-desktop {
  display: block !important;
}
@media (min-width: 1248px) {
  .u-no-up-desktop {
    display: none !important;
  }
}

.u-no-up-desktopwide {
  display: block !important;
}
@media (min-width: 1440px) {
  .u-no-up-desktopwide {
    display: none !important;
  }
}

.u-no-down-tablet {
  display: none !important;
}
@media (min-width: 752px) {
  .u-no-down-tablet {
    display: block !important;
  }
}

.u-no-down-tabletwide {
  display: none !important;
}
@media (min-width: 1024px) {
  .u-no-down-tabletwide {
    display: block !important;
  }
}

.u-no-down-desktop {
  display: none !important;
}
@media (min-width: 1248px) {
  .u-no-down-desktop {
    display: block !important;
  }
}

.u-no-down-desktopwide {
  display: none !important;
}
@media (min-width: 1440px) {
  .u-no-down-desktopwide {
    display: block !important;
  }
}

/* oleg - classes - end */
/* oleg - colors - start */
/* oleg - colors - end */
/* oleg - extends - start */
/* oleg - extends - end */
/* oleg - responsive - start */
/* oleg - responsive - end */
/* oleg - mixins - start */
/* oleg - responsive - start */
/* oleg - responsive - end */
/* oleg - mixins - end */	 */
.banner-rct__one {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-rct__one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-rct__slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
.banner-rct__slide.ativo {
  opacity: 1;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/* oleg - responsive - start */
.c-prightleft__mainbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9997;
  background: rgba(255, 255, 255, 0.75);
}
.c-prightleft__showcontent {
  z-index: 9998;
  position: fixed;
  top: 0;
  height: 100vh;
  overflow: auto;
  transition: 1s;
  transition-delay: 0.25s;
  background: #6F96D1;
  right: -300px;
  width: 300px;
  -webkit-box-shadow: -4px 0px 13px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -4px 0px 13px -6px rgba(0, 0, 0, 0.75);
  box-shadow: -4px 0px 13px -6px rgba(0, 0, 0, 0.75);
}
.c-prightleft__showcontent--is-show {
  right: 0px !important;
}

.menumobile {
  padding: 30px 25px;
}
.menumobile__close {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: nowrap;
  margin: 0 0 25px 0;
}
.menumobile__close a {
  color: white;
}
.menumobile__content ul {
  border-bottom: 1px solid white;
  padding: 0 0 50px 0;
}
.menumobile__content ul li {
  padding: 10px 15px;
  border-bottom: 1px solid rgb(72.3473684211, 121.8157894737, 196.6526315789);
}
.menumobile__content ul li a {
  color: white;
  font-size: 14px;
}
.menumobile__content ul li:last-child {
  border-bottom: none;
}
.menumobile__social {
  margin: 15px 0 0 15px;
}
.menumobile__social ul li {
  display: inline;
  margin: 0 15px 0 0;
}
.menumobile__social ul li a {
  font-size: 20px;
  color: white;
}

.c-whatsapp__one {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(#2C963C, #25B33B);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-shadow: 7px 10px 13px -6px rgba(128, 129, 132, 0.75);
  -moz-box-shadow: 7px 10px 13px -6px rgba(128, 129, 132, 0.75);
  box-shadow: 7px 10px 13px -6px rgba(128, 129, 132, 0.75);
}
.c-whatsapp__one p {
  color: white;
  position: relative;
  font-size: 28px;
  margin: 5px 2px 0 0;
}

/* oleg - b-variables - start */
@font-face {
  font-family: "helvetica-bold";
  src: url("../fonts/helvetica-bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "helvetica-light";
  src: url("../fonts/helvetica-light.ttf");
  font-display: swap;
}
@font-face {
  font-family: "helvetica";
  src: url("../fonts/helvetica.ttf");
  font-display: swap;
}
@font-face {
  font-family: "lato-bold";
  src: url("../fonts/lato-bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "lato-light";
  src: url("../fonts/lato-light.ttf");
  font-display: swap;
}
@font-face {
  font-family: "lato";
  src: url("../fonts/lato.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ptsans";
  src: url("../fonts/ptsans.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ptsans-bold";
  src: url("../fonts/ptsans.ttf");
  font-display: swap;
}
p, a, ul, li, button {
  font-family: "ptsans", "lato-light";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "ptsans-bold", "lato-bold";
}

.u-c-main {
  color: #0B205B;
}

.u-bg-main {
  background: #0B205B;
}

.u-c-second {
  color: #6F96D1;
}

.u-bg-second {
  background: #6F96D1;
}

.u-c-third {
  color: #1D4872;
}

.u-bg-third {
  background: #1D4872;
}

/* oleg - b-variables - end */
/* oleg - reset - start */
html {
  scroll-behavior: smooth;
}

body, html, h1, h2, h3, h4, h5, h6, ul, figure, p {
  margin: 0px;
  padding: 0px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 0;
  background: none;
  margin: 0;
  padding: 0;
}

select, input[type=text], input[type=submit], input[type=number], input[type=phone], input[type=email], input[type=password],
input[type=mail], input[type=tel], textarea {
  outline: none;
  margin: 0;
  border-radius: 0;
}

input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
}

div, section, main, aside, header, footer, p, h1, h2, h3, h4, h5, h6, form, input, ul, li, td, aside, a, nav {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
}

iframe {
  border: none;
}

/* oleg - reset - end */
/* oleg - classes - start */
/* oleg - responsive - start */
/* oleg - responsive - end */
.u-displaynone {
  display: none !important;
}

.u-displayblock {
  display: block !important;
}

.u-no-up-tablet {
  display: block !important;
}
@media (min-width: 752px) {
  .u-no-up-tablet {
    display: none !important;
  }
}

.u-no-up-tabletwide {
  display: block !important;
}
@media (min-width: 1024px) {
  .u-no-up-tabletwide {
    display: none !important;
  }
}

.u-no-up-desktop {
  display: block !important;
}
@media (min-width: 1248px) {
  .u-no-up-desktop {
    display: none !important;
  }
}

.u-no-up-desktopwide {
  display: block !important;
}
@media (min-width: 1440px) {
  .u-no-up-desktopwide {
    display: none !important;
  }
}

.u-no-down-tablet {
  display: none !important;
}
@media (min-width: 752px) {
  .u-no-down-tablet {
    display: block !important;
  }
}

.u-no-down-tabletwide {
  display: none !important;
}
@media (min-width: 1024px) {
  .u-no-down-tabletwide {
    display: block !important;
  }
}

.u-no-down-desktop {
  display: none !important;
}
@media (min-width: 1248px) {
  .u-no-down-desktop {
    display: block !important;
  }
}

.u-no-down-desktopwide {
  display: none !important;
}
@media (min-width: 1440px) {
  .u-no-down-desktopwide {
    display: block !important;
  }
}

/* oleg - classes - end */
/* oleg - colors - start */
/* oleg - colors - end */
/* oleg - extends - start */
/* oleg - extends - end */
/* oleg - responsive - start */
/* oleg - responsive - end */
/* oleg - mixins - start */
/* oleg - responsive - start */
/* oleg - responsive - end */
/* oleg - mixins - end */	 */
.l-band {
  background: pink;
}

.m-band {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m-band__social {
  margin: 4px 0 0 0;
}
.m-band__social ul li {
  display: inline;
}
.m-band__social ul li a {
  color: white;
  font-size: 17px;
  margin: 0px 10px 0 0;
}
@media (min-width: 752px) {
  .m-band__social ul li a {
    font-size: 19px;
  }
}
@media (min-width: 1248px) {
  .m-band__social ul li a {
    font-size: 24px;
    margin: 0px 15px 0 0;
  }
}
.m-band__contatorapido {
  margin: -1px 0 0 0;
}
.m-band__contatorapido a {
  color: white;
  font-size: 11px;
  text-transform: uppercase;
  border: 1px solid white;
  padding: 5px 10px;
  border-radius: 0 5px 0 5px;
  font-family: "ptsans";
}
@media (min-width: 752px) {
  .m-band__contatorapido a {
    font-size: 13px;
    padding: 7px 15px;
  }
}
@media (min-width: 1248px) {
  .m-band__contatorapido a {
    font-size: 14px;
    padding: 10px 15px;
  }
}
@media (min-width: 1440px) {
  .m-band__contatorapido a {
    font-size: 15px;
    padding: 12px 17px;
  }
}

.banner-equipe {
  position: relative;
}
.banner-equipe__arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1248px) {
  .banner-equipe__arrows {
    display: none;
  }
}
.banner-equipe__content {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner-equipe__container {
  display: flex;
  transition: transform 0.5s ease;
}
.banner-equipe__slide {
  flex: 0 0 50%;
  text-align: center;
  box-sizing: border-box;
}
@media (min-width: 752px) {
  .banner-equipe__slide {
    flex: 0 0 25%;
  }
}
@media (min-width: 1248px) {
  .banner-equipe__slide {
    flex: 0 0 22%;
    margin: 0 1.5%;
  }
}
.banner-equipe__slide img {
  width: 90%;
  border-radius: 10px;
  margin: 0 0 15px 0;
}

.m-blog__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.m-blog__title {
  width: 100%;
}
.m-blog__homelist {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
  width: 100%;
}
@media (min-width: 752px) {
  .m-blog__homelist {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
    width: 700px;
  }
}
@media (min-width: 1024px) {
  .m-blog__homelist {
    width: 800px;
  }
}
@media (min-width: 1248px) {
  .m-blog__homelist {
    width: 1100px;
  }
}
@media (min-width: 1440px) {
  .m-blog__homelist {
    width: 1200px;
  }
}
@media (min-width: 1800px) {
  .m-blog__homelist {
    width: 1300px;
  }
}
.m-blog__homelistcard {
  width: 100%;
  margin: 0 0 20px 0;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 752px) {
  .m-blog__homelistcard {
    margin: 20px 4%;
    width: 42%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 1248px) {
  .m-blog__homelistcard {
    width: 22.5%;
    margin: 30px 1% 0 1%;
  }
}
.m-blog__homelistcard:last-child {
  margin: 0;
}
@media (min-width: 752px) {
  .m-blog__homelistcard:last-child {
    margin: 20px 1.5%;
  }
}
@media (min-width: 1248px) {
  .m-blog__homelistcard:last-child {
    margin: 30px 2%;
  }
}
.m-blog__homelistcard--img {
  border-radius: 10px 10px 0 0;
  aspect-ratio: 2/1.5;
  width: 40%;
}
@media (min-width: 752px) {
  .m-blog__homelistcard--img {
    aspect-ratio: 16/9;
    width: 100%;
  }
}
.m-blog__homelistcard--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
  float: left;
}
@media (min-width: 752px) {
  .m-blog__homelistcard--img img {
    border-radius: 10px 10px 0 0;
  }
}
.m-blog__homelistcard--info {
  background: white;
  padding: 10px;
  border-radius: 0 10px 10px 0;
  border: 1px solid #E5E6E7;
  width: 58%;
}
@media (min-width: 752px) {
  .m-blog__homelistcard--info {
    margin: 5px 0 0 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 12px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 1248px) {
  .m-blog__homelistcard--info {
    margin: 10px 0 0 0;
  }
}
.m-blog__homelistcard--info h3 {
  font-size: 15px;
  margin: 0 0 10px 0;
  color: #0B205B;
  height: 58px;
  overflow: hidden;
}
@media (min-width: 752px) {
  .m-blog__homelistcard--info h3 {
    font-size: 16px;
    line-height: 1.25;
    height: 42px;
  }
}
.m-blog__homelistcard--info p {
  font-size: 14px;
  height: 39px;
  overflow: hidden;
  color: #3F3F41;
}
@media (min-width: 480px) {
  .m-blog__homelistcard--info p {
    height: 55px;
  }
}
@media (min-width: 1024px) {
  .m-blog__homelistcard--info p {
    height: 50px;
  }
}
.m-blog__vertodas {
  width: 100%;
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.m-blog__pagelist {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
  width: 100%;
}
@media (min-width: 752px) {
  .m-blog__pagelist {
    display: flex;
    flex-direction: row;
    align-items: normal;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
    width: 700px;
  }
}
@media (min-width: 1024px) {
  .m-blog__pagelist {
    width: 800px;
  }
}
@media (min-width: 1248px) {
  .m-blog__pagelist {
    width: 1100px;
  }
}
@media (min-width: 1440px) {
  .m-blog__pagelist {
    width: 100%;
  }
}
@media (min-width: 1800px) {
  .m-blog__pagelist {
    width: 100%;
  }
}
.m-blog__pagelistcard {
  width: 100%;
  margin: 0 0 20px 0;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 752px) {
  .m-blog__pagelistcard {
    margin: 20px 4%;
    width: 42%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 1248px) {
  .m-blog__pagelistcard {
    width: 22.5%;
    margin: 30px 1% 0 1%;
  }
}
.m-blog__pagelistcard:last-child {
  margin: 0;
}
@media (min-width: 752px) {
  .m-blog__pagelistcard:last-child {
    margin: 20px 1.5%;
  }
}
@media (min-width: 1248px) {
  .m-blog__pagelistcard:last-child {
    margin: 30px 2%;
  }
}
.m-blog__pagelistcard--img {
  border-radius: 10px 10px 0 0;
  aspect-ratio: 2/1.5;
  width: 40%;
}
@media (min-width: 752px) {
  .m-blog__pagelistcard--img {
    aspect-ratio: 16/9;
    width: 100%;
  }
}
.m-blog__pagelistcard--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
  float: left;
}
@media (min-width: 752px) {
  .m-blog__pagelistcard--img img {
    border-radius: 10px 10px 0 0;
  }
}
.m-blog__pagelistcard--info {
  background: white;
  padding: 10px;
  border-radius: 0 10px 10px 0;
  border: 1px solid #E5E6E7;
  width: 58%;
}
@media (min-width: 752px) {
  .m-blog__pagelistcard--info {
    margin: 5px 0 0 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 12px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 1248px) {
  .m-blog__pagelistcard--info {
    margin: 10px 0 0 0;
  }
}
.m-blog__pagelistcard--info h3 {
  font-size: 15px;
  margin: 0 0 10px 0;
  color: #0B205B;
  height: 58px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 752px) {
  .m-blog__pagelistcard--info h3 {
    font-size: 16px;
    line-height: 1.25;
    height: 42px;
  }
}
.m-blog__pagelistcard--info p {
  font-size: 14px;
  height: 39px;
  overflow: hidden;
  color: #3F3F41;
}
@media (min-width: 480px) {
  .m-blog__pagelistcard--info p {
    height: 55px;
  }
}
@media (min-width: 1024px) {
  .m-blog__pagelistcard--info p {
    height: 50px;
  }
}

.m-bloglist {
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
}
@media (min-width: 752px) {
  .m-bloglist {
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: normal;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.m-bloglist main {
  margin: 0 0 20px 0;
  width: 100%;
}
@media (min-width: 752px) {
  .m-bloglist main {
    margin: 0;
    width: 72%;
  }
}
@media (min-width: 1248px) {
  .m-bloglist main {
    margin: 0;
    width: 80%;
  }
}
.m-bloglist aside {
  background: #E5E6E7;
  padding: 35px 25px;
  margin: 0 0 20px 0;
}
@media (min-width: 752px) {
  .m-bloglist aside {
    width: 25%;
    margin: 0;
  }
}
@media (min-width: 1248px) {
  .m-bloglist aside {
    width: 18%;
    margin: 0;
  }
}
.m-bloglist__card {
  margin: 0 0 10px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 752px) {
  .m-bloglist__card {
    margin: 0px 0 20px 0;
  }
}
.m-bloglist__card:last-child {
  margin: 0;
}
.m-bloglist__card h5 {
  color: #6F96D1;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 0 7px 0;
  border-bottom: 1px solid rgb(72.3473684211, 121.8157894737, 196.6526315789);
  margin: 0 0 15px 0;
  width: 100%;
}
.m-bloglist__card a {
  background: white;
  color: #0B205B;
  font-size: 13px;
  margin: 0 0 10px 0;
  width: 100%;
  padding: 10px;
  border-radius: 0 10px 10px 0;
  border-left: 3px solid #0B205B;
}
.m-bloglist__carac {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.m-bloglist__mimos {
  background: #0B205B;
  width: 90%;
  margin: 10px 0;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.m-bloglist__mimos img {
  width: 40%;
  margin: 0 0 10px 0;
}
.m-bloglist__mimos h4 {
  color: white;
  text-align: center;
  font-size: 14px;
  width: 100%;
}
.m-bloglist__pagination {
  margin: 20px 0 0 0;
}
.m-bloglist__pagination ul {
  padding: 10px 0 0 2%;
  border-top: 1px solid #E5E6E7;
}
@media (min-width: 752px) {
  .m-bloglist__pagination ul {
    padding: 20px 0 0 2%;
  }
}
.m-bloglist__pagination ul li {
  display: inline;
  font-size: 13px;
}
.m-bloglist__pagination ul li::after {
  content: "|";
  color: #BBBDBF;
  margin: 0 15px;
}
@media (min-width: 752px) {
  .m-bloglist__pagination ul li::after {
    margin: 0 25px;
  }
}
.m-bloglist__pagination ul li:last-child::after {
  content: "";
}
.m-bloglist__pagination ul li a {
  color: #0B205B;
}

.m-breadcrumb {
  padding: 20px 0 15px 0;
}
@media (min-width: 752px) {
  .m-breadcrumb {
    padding: 25px 0 20px 0;
  }
}
@media (min-width: 1248px) {
  .m-breadcrumb {
    padding: 40px 0 30px 0;
  }
}
.m-breadcrumb ul li {
  display: inline;
  color: #57585A;
  font-size: 14px;
}
.m-breadcrumb ul li a {
  color: #6F96D1;
}
.m-breadcrumb ul li a:hover {
  text-decoration: underline;
}
.m-breadcrumb ul li::after {
  margin: 0 15px;
  content: "|";
  color: #929497;
}
.m-breadcrumb ul li:last-child::after {
  content: "";
}

.m-comofunciona {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.m-comofunciona__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 752px) {
  .m-comofunciona__content {
    display: flex;
    flex-direction: row;
    align-items: normal;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 600px;
  }
}
@media (min-width: 1248px) {
  .m-comofunciona__content {
    width: 1100px;
  }
}
.m-comofunciona__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px 0 0 0;
}
.m-comofunciona__card {
  background: #3F3F41;
  border-radius: 10px;
  width: 90%;
  margin: 10px 0;
  padding: 20px;
}
@media (min-width: 752px) {
  .m-comofunciona__card {
    width: 46%;
    margin: 15px 0;
  }
}
@media (min-width: 1248px) {
  .m-comofunciona__card {
    margin: 0;
    width: 23%;
  }
}
.m-comofunciona__card:last-child {
  margin: 10px 0 0 0;
}
@media (min-width: 752px) {
  .m-comofunciona__card:last-child {
    margin: 15px 0;
  }
}
@media (min-width: 1248px) {
  .m-comofunciona__card:last-child {
    margin: 0;
  }
}
.m-comofunciona__card h5 {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  margin: 16px 0 5px 0;
  line-height: 1.5;
}
@media (min-width: 1248px) {
  .m-comofunciona__card h5 {
    font-size: 15px;
    margin: 20px 0 10px 0;
  }
}
.m-comofunciona__card h6 {
  font-weight: normal;
  font-family: "ptsans";
  color: white;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 1248px) {
  .m-comofunciona__card h6 {
    font-size: 15px;
  }
}
.m-comofunciona__card--icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #6F96D1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-shadow: 7px 11px 13px -6px rgba(0, 0, 0, 0.85);
  -moz-box-shadow: 7px 11px 13px -6px rgba(0, 0, 0, 0.85);
  box-shadow: 7px 11px 13px -6px rgba(0, 0, 0, 0.85);
}
@media (min-width: 752px) {
  .m-comofunciona__card--icon {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1248px) {
  .m-comofunciona__card--icon {
    width: 75px;
    height: 75px;
  }
}
@media (min-width: 1440px) {
  .m-comofunciona__card--icon {
    width: 95px;
    height: 95px;
  }
}
.m-comofunciona__card--icon img {
  width: 65%;
}
.m-comofunciona__title {
  width: 100%;
}
.m-comofunciona__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 752px) {
  .m-comofunciona__cta {
    margin: 30px 0 0 0;
  }
}
@media (min-width: 1248px) {
  .m-comofunciona__cta {
    margin: 35px 0 0 0;
  }
}
@media (min-width: 1440px) {
  .m-comofunciona__cta {
    margin: 40px 0 0 0;
  }
}

.m-contato {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
}
@media (min-width: 752px) {
  .m-contato {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.m-contato__infos {
  margin: 0 0 20px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 752px) {
  .m-contato__infos {
    margin: 0;
    width: 48%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.m-contato__form {
  width: 100%;
  background: #0B205B;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-shadow: 0px 10px 10px -7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 10px 10px -7px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 10px 10px -7px rgba(0, 0, 0, 0.35);
}
@media (min-width: 752px) {
  .m-contato__form {
    width: 48%;
    border-radius: 10px;
    padding: 50px;
  }
}
.m-contato__card {
  background: white;
  width: 250px;
  margin: 0 0 20px 0;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-shadow: 0px 10px 10px -7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 10px 10px -7px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 10px 10px -7px rgba(0, 0, 0, 0.35);
}
.m-contato__card:last-child {
  margin: 0;
}
.m-contato__card:nth-last-child(2) {
  margin: 0;
}
@media (min-width: 752px) {
  .m-contato__card {
    margin: 15px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .m-contato__card:last-child {
    margin: 15px 0;
  }
  .m-contato__card:nth-last-child(2) {
    margin: 15px 0;
  }
}
.m-contato__card img {
  width: 90px;
}
.m-contato__card div {
  width: 70%;
}
.m-contato__card div p {
  font-size: 15px;
  width: 100%;
  text-align: center;
  color: #3F3F41;
}
.m-contato__card div h5 {
  color: #6F96D1;
  font-size: 18px;
  margin: 10px 0px;
  width: 100%;
  text-align: center;
}
.m-contato__card div ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}
.m-contato__card div ul li {
  display: inline;
  margin: 0 7px;
}
.m-contato__card div ul li a {
  font-size: 25px;
  color: #0B205B;
}
.m-contato form p {
  color: #3F3F41;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 20px 0;
  color: white;
}
.m-contato form div {
  border: 1px solid #E5E6E7;
  border-radius: 5px;
  background: white;
  margin: 0 0 10px 0;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m-contato form input, .m-contato form select, .m-contato form textarea {
  border: none;
  border-radius: 5px;
  width: 90%;
  font-family: "ptsans";
  color: #57585A;
  font-size: 14px;
}
.m-contato form input:-moz-placeholder, .m-contato form select:-moz-placeholder, .m-contato form textarea:-moz-placeholder {
  font-family: "ptsans";
  color: #57585A;
  font-size: 14px;
}
.m-contato form input::-moz-placeholder, .m-contato form select::-moz-placeholder, .m-contato form textarea::-moz-placeholder {
  font-family: "ptsans";
  color: #57585A;
  font-size: 14px;
}
.m-contato form input:-ms-input-placeholder, .m-contato form select:-ms-input-placeholder, .m-contato form textarea:-ms-input-placeholder {
  font-family: "ptsans";
  color: #57585A;
  font-size: 14px;
}
.m-contato form input::-webkit-input-placeholder, .m-contato form select::-webkit-input-placeholder, .m-contato form textarea::-webkit-input-placeholder {
  font-family: "ptsans";
  color: #57585A;
  font-size: 14px;
}
.m-contato form span {
  color: #6F96D1;
  font-size: 20px;
  margin: 3.5px 0 0 0;
}
.m-contato form select {
  color: #57585A;
  font-family: "ptsans";
  font-size: 14px;
}
.m-contato form textarea {
  width: 100%;
}
.m-contato form input[type=submit] {
  width: 100%;
  background: #6F96D1;
  text-transform: uppercase;
  font-size: 13px;
  padding: 15px 0;
  border-radius: 5px;
  color: white;
}
.m-contato__thanks {
  background: red;
  width: 45%;
}
.m-contato__thanks p {
  font-size: 15px;
  color: #3F3F41;
  line-height: 1.25;
}

.l-copy {
  background: #0B205B;
}

.m-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid white;
  padding: 17px 0;
}
@media (min-width: 752px) {
  .m-copy {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0;
  }
}
.m-copy__rights {
  margin: 0 0 10px 0;
}
.m-copy__rights p {
  font-size: 12px;
  color: white;
  font-family: "ptsans";
}
.m-copy__social ul li {
  display: inline-block;
}
.m-copy__social ul li a {
  color: white;
  margin: 0 10px 0 0;
  font-size: 20px;
}

.l-footer {
  background: #0B205B;
}

.m-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 752px) {
  .m-footer {
    display: flex;
    flex-direction: row;
    align-items: inherit;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.m-footer__content {
  width: 90%;
  margin: 20px 0;
}
@media (min-width: 752px) {
  .m-footer__content {
    width: 20%;
  }
}
.m-footer__content p {
  color: white;
  font-size: 14px;
  line-height: 1.75;
}
.m-footer__content form {
  display: flex;
  flex-direction: row;
  align-items: inherit;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m-footer__content form input {
  border: none;
}
.m-footer__content form input[type=text] {
  padding: 13px;
  flex-grow: 2.5;
  font-family: "ptsans";
  color: #3F3F41;
  font-size: 14px;
  border-radius: 7px 0 0 7px;
}
.m-footer__content form input[type=text]:-moz-placeholder {
  font-family: "ptsans";
  color: #3F3F41;
  font-size: 14px;
}
.m-footer__content form input[type=text]::-moz-placeholder {
  font-family: "ptsans";
  color: #3F3F41;
  font-size: 14px;
}
.m-footer__content form input[type=text]:-ms-input-placeholder {
  font-family: "ptsans";
  color: #3F3F41;
  font-size: 14px;
}
.m-footer__content form input[type=text]::-webkit-input-placeholder {
  font-family: "ptsans";
  color: #3F3F41;
  font-size: 14px;
}
.m-footer__content form input[type=submit] {
  background: #6F96D1;
  flex-grow: 1.5;
  text-transform: uppercase;
  font-family: "ptsans";
  color: white;
  font-size: 13px;
  border-radius: 0 7px 7px 0;
}
.m-footer__content form input[type=submit]:-moz-placeholder {
  font-family: "ptsans";
  color: white;
  font-size: 13px;
}
.m-footer__content form input[type=submit]::-moz-placeholder {
  font-family: "ptsans";
  color: white;
  font-size: 13px;
}
.m-footer__content form input[type=submit]:-ms-input-placeholder {
  font-family: "ptsans";
  color: white;
  font-size: 13px;
}
.m-footer__content form input[type=submit]::-webkit-input-placeholder {
  font-family: "ptsans";
  color: white;
  font-size: 13px;
}
.m-footer__content h3 {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "ptsans";
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid rgb(168.9789473684, 192.2763157895, 227.5210526316);
}
.m-footer__content ul li {
  padding: 0 0 0 15px;
}
.m-footer__content ul li a {
  color: white;
  font-size: 14px;
  line-height: 2;
}
.m-footer__icons {
  color: white;
  float: left;
  margin: 5px 10px 0 0;
  font-size: 13px !important;
}

.m-general__ctaone {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 25px 0 0 0;
}
@media (min-width: 752px) {
  .m-general__ctaone {
    margin: 30px 0 0 0;
  }
}
@media (min-width: 1248px) {
  .m-general__ctaone {
    margin: 35px 0 0 0;
  }
}
@media (min-width: 1440px) {
  .m-general__ctaone {
    margin: 40px 0 0 0;
  }
}
.m-general__ctaone a {
  background: #6F96D1;
  font-size: 14px;
  color: white;
  width: 225px;
  font-family: "ptsans";
  text-align: center;
  text-transform: uppercase;
  padding: 19px 0;
  border-radius: 10px 0 10px 0;
}
@media (min-width: 752px) {
  .m-general__ctaone a {
    font-size: 14px;
    width: 250px;
  }
}
@media (min-width: 1248px) {
  .m-general__ctaone a {
    font-size: 15px;
  }
}
.m-general__titleone {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
@media (min-width: 752px) {
  .m-general__titleone {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1440px) {
  .m-general__titleone {
    margin: 0 0 40px 0;
  }
}
.m-general__titleone h2 {
  position: relative;
  font-family: "ptsans-bold";
  font-size: 22px;
}
@media (min-width: 752px) {
  .m-general__titleone h2 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .m-general__titleone h2 {
    font-size: 30px;
  }
}
@media (min-width: 1248px) {
  .m-general__titleone h2 {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .m-general__titleone h2 {
    font-size: 35px;
  }
}
@media (min-width: 1800px) {
  .m-general__titleone h2 {
    font-size: 40px;
  }
}
.m-general__ornamentright {
  width: 100px;
  background: #BBBDBF;
  height: 1.5px;
  margin: 0 0 0 15px;
  position: relative;
}
@media (min-width: 752px) {
  .m-general__ornamentright {
    width: 150px;
    margin: 0 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .m-general__ornamentright {
    width: 175px;
    margin: 0 0 0 25px;
  }
}
@media (min-width: 1248px) {
  .m-general__ornamentright {
    width: 200px;
    margin: 0 0 0 30px;
  }
}
@media (min-width: 1800px) {
  .m-general__ornamentright {
    width: 350px;
    margin: 0 0 0 50px;
  }
}
.m-general__ornamentright::after {
  position: absolute;
  height: 10px;
  width: 10px;
  content: "";
  border-radius: 50%;
  background: #6F96D1;
  right: -5px;
  top: -4px;
}
@media (min-width: 752px) {
  .m-general__ornamentright::after {
    height: 15px;
    width: 15px;
    right: -20px;
    top: -7.5px;
  }
}
@media (min-width: 1024px) {
  .m-general__ornamentright::after {
    height: 18px;
    width: 18px;
    right: -25px;
    top: -8px;
  }
}
@media (min-width: 1800px) {
  .m-general__ornamentright::after {
    height: 25px;
    width: 25px;
    right: -30px;
    top: -12.5px;
  }
}
.m-general__ornamentleft {
  width: 70px;
  background: #BBBDBF;
  height: 1.5px;
  margin: 0 10px 0 0;
  position: relative;
}
@media (min-width: 752px) {
  .m-general__ornamentleft {
    width: 150px;
    margin: 0 20px 0 0;
  }
}
@media (min-width: 1024px) {
  .m-general__ornamentleft {
    width: 175px;
    margin: 0 25px 0 0;
  }
}
@media (min-width: 1248px) {
  .m-general__ornamentleft {
    width: 200px;
    margin: 0 30px 0 0;
  }
}
@media (min-width: 1800px) {
  .m-general__ornamentleft {
    width: 350px;
    margin: 0 50px 0 0;
  }
}
.m-general__ornamentleft::after {
  position: absolute;
  height: 10px;
  width: 10px;
  content: "";
  border-radius: 50%;
  background: #6F96D1;
  left: -13px;
  top: -4px;
}
@media (min-width: 752px) {
  .m-general__ornamentleft::after {
    height: 15px;
    width: 15px;
    left: -20px;
    top: -7.5px;
  }
}
@media (min-width: 1024px) {
  .m-general__ornamentleft::after {
    height: 18px;
    width: 18px;
    left: -25px;
    top: -8px;
  }
}
@media (min-width: 1800px) {
  .m-general__ornamentleft::after {
    height: 25px;
    width: 25px;
    left: -30px;
    top: -12.5px;
  }
}
.m-general__theright {
  justify-content: flex-end !important;
}
.m-general__paddingone {
  padding: 40px 0;
}
@media (min-width: 752px) {
  .m-general__paddingone {
    padding: 40px 0;
  }
}
@media (min-width: 1248px) {
  .m-general__paddingone {
    padding: 50px 0;
  }
}
@media (min-width: 1440px) {
  .m-general__paddingone {
    padding: 60px 0;
  }
}
.m-general__btnone {
  background: #6F96D1;
  font-size: 13px;
  font-family: "ptsans";
  color: white;
  text-transform: uppercase;
  width: 250px;
  margin: 10px;
  padding: 15px 0;
  border-radius: 0 10px 0 10px;
  transition: 0.5s;
  text-align: center;
}
@media (min-width: 752px) {
  .m-general__btnone {
    width: 215px;
  }
}
@media (min-width: 1248px) {
  .m-general__btnone {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  .m-general__btnone {
    width: 225px;
    padding: 15px 0;
  }
}
@media (min-width: 1800px) {
  .m-general__btnone {
    width: 250px;
    padding: 20px 0;
  }
}
.m-general__btnone:hover {
  background: rgb(72.3473684211, 121.8157894737, 196.6526315789);
  -webkit-box-shadow: 4px 4px 5px 0px rgba(146, 148, 151, 0.5);
  -moz-box-shadow: 4px 4px 5px 0px rgba(146, 148, 151, 0.5);
  box-shadow: 4px 4px 5px 0px rgba(146, 148, 151, 0.5);
}
.m-general__btnone:active {
  top: -1px;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(76, 76, 78, 0.5);
  -moz-box-shadow: 4px 4px 5px 0px rgba(76, 76, 78, 0.5);
  box-shadow: 4px 4px 5px 0px rgba(76, 76, 78, 0.5);
}
.m-general__btntwo {
  background: #6F96D1;
  font-size: 13px;
  font-family: "ptsans";
  color: white;
  text-transform: uppercase;
  width: 200px;
  margin: 10px 0;
  padding: 15px 0;
  border-radius: 0 10px 0 10px;
  transition: 0.5s;
  text-align: center;
}
@media (min-width: 752px) {
  .m-general__btntwo {
    width: 100%;
    padding: 10px 0;
  }
}
@media (min-width: 1248px) {
  .m-general__btntwo {
    padding: 15px 0;
  }
}
.m-general__btntwo:hover {
  background: rgb(72.3473684211, 121.8157894737, 196.6526315789);
  -webkit-box-shadow: 4px 4px 5px 0px rgba(146, 148, 151, 0.5);
  -moz-box-shadow: 4px 4px 5px 0px rgba(146, 148, 151, 0.5);
  box-shadow: 4px 4px 5px 0px rgba(146, 148, 151, 0.5);
}
.m-general__btntwo:active {
  top: -1px;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(76, 76, 78, 0.5);
  -moz-box-shadow: 4px 4px 5px 0px rgba(76, 76, 78, 0.5);
  box-shadow: 4px 4px 5px 0px rgba(76, 76, 78, 0.5);
}
.m-general__btnthree {
  background: #6F96D1;
  font-size: 13px;
  font-family: "ptsans";
  color: white;
  text-transform: uppercase;
  margin: 10px 0;
  padding: 15px;
  border-radius: 0 10px 0 10px;
  transition: 0.5s;
  text-align: center;
}
@media (min-width: 752px) {
  .m-general__btnthree {
    width: 100%;
    padding: 10px;
  }
}
@media (min-width: 1248px) {
  .m-general__btnthree {
    padding: 15px;
  }
}
.m-general__btnthree:hover {
  background: rgb(72.3473684211, 121.8157894737, 196.6526315789);
  -webkit-box-shadow: 4px 4px 5px 0px rgba(146, 148, 151, 0.5);
  -moz-box-shadow: 4px 4px 5px 0px rgba(146, 148, 151, 0.5);
  box-shadow: 4px 4px 5px 0px rgba(146, 148, 151, 0.5);
}
.m-general__btnthree:active {
  top: -1px;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(76, 76, 78, 0.5);
  -moz-box-shadow: 4px 4px 5px 0px rgba(76, 76, 78, 0.5);
  box-shadow: 4px 4px 5px 0px rgba(76, 76, 78, 0.5);
}

.l-header {
  -webkit-box-shadow: 0px 10px 10px -7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 10px -7px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 10px -7px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.m-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 0;
}
@media (min-width: 752px) {
  .m-header {
    padding: 15px 0;
  }
}
@media (min-width: 1248px) {
  .m-header {
    padding: 20px 0;
  }
}
@media (min-width: 1440px) {
  .m-header {
    padding: 25px 0;
  }
}
.m-header__logo img {
  width: 160px;
}
@media (min-width: 752px) {
  .m-header__logo img {
    width: 170px;
  }
}
@media (min-width: 1248px) {
  .m-header__logo img {
    width: 180px;
  }
}
@media (min-width: 1440px) {
  .m-header__logo img {
    width: 200px;
  }
}
@media (min-width: 1248px) {
  .m-header__nav--activenav {
    display: none;
  }
}
.m-header__nav--activenav a {
  font-size: 22px;
  color: #6F96D1;
}
.m-header__nav--thenav {
  display: none;
}
@media (min-width: 1248px) {
  .m-header__nav--thenav {
    display: block;
  }
}
.m-header__nav--thenav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m-header__nav--thenav ul li {
  margin: 0 0 0 25px;
}
@media (min-width: 1248px) {
  .m-header__nav--thenav ul li {
    margin: 0 0 0 35px;
  }
}
.m-header__nav--thenav ul li a {
  font-size: 15px;
  color: #6C6D70;
  text-transform: uppercase;
  font-family: "ptsans";
}

.l-iconsone {
  background: #F7F7F7;
}

.m-iconsone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 752px) {
  .m-iconsone__content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
@media (min-width: 1248px) {
  .m-iconsone__content {
    width: 1150px;
  }
}
@media (min-width: 1440px) {
  .m-iconsone__content {
    width: 1250px;
  }
}
.m-iconsone__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 300px;
  margin: 0 0 40px 0;
  text-align: center;
}
.m-iconsone__card:last-child {
  margin: 0;
}
@media (min-width: 752px) {
  .m-iconsone__card {
    width: 29%;
    margin: 0;
  }
}
@media (min-width: 1248px) {
  .m-iconsone__card {
    width: 23%;
  }
}
.m-iconsone__card h3 {
  text-transform: uppercase;
  font-size: 15px;
  margin: 20px 0 5px 0;
  color: #6F96D1;
}
@media (min-width: 1248px) {
  .m-iconsone__card h3 {
    font-size: 17px;
  }
}
@media (min-width: 1440px) {
  .m-iconsone__card h3 {
    font-size: 18px;
  }
}
.m-iconsone__card h4 {
  font-size: 14px;
  color: #626466;
  line-height: 1.5;
  font-weight: normal;
}
@media (min-width: 1248px) {
  .m-iconsone__card h4 {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  .m-iconsone__card h4 {
    font-size: 16px;
  }
}
.m-iconsone__icon {
  width: 100px;
  height: 100px;
  -webkit-box-shadow: 7px 10px 13px -6px rgba(128, 129, 132, 0.75);
  -moz-box-shadow: 7px 10px 13px -6px rgba(128, 129, 132, 0.75);
  box-shadow: 7px 10px 13px -6px rgba(128, 129, 132, 0.75);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #0B205B;
  border-radius: 50%;
}
.m-iconsone__icon img {
  width: 55%;
}
.m-iconsone__cta {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0 0 0;
}
@media (min-width: 752px) {
  .m-iconsone__cta {
    margin: 30px 0 0 0;
  }
}
@media (min-width: 1248px) {
  .m-iconsone__cta {
    margin: 35px 0 0 0;
  }
}
@media (min-width: 1440px) {
  .m-iconsone__cta {
    margin: 40px 0 0 0;
  }
}

.l-main {
  background: #F7F7F7;
}

.m-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 0;
}
@media (min-width: 1248px) {
  .m-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 50px 0;
  }
}
.m-main__info {
  width: 90%;
  margin: 0 0 30px 0;
  text-align: center;
}
@media (min-width: 1248px) {
  .m-main__info {
    width: 42%;
    margin: 0 0 0 2.5%;
  }
}
@media (min-width: 1800px) {
  .m-main__info {
    width: 30%;
    margin: 0 5%;
  }
}
.m-main__info h1 {
  font-family: "ptsans-bold";
  font-size: 25px;
  line-height: 1.35;
}
@media (min-width: 1024px) {
  .m-main__info h1 {
    font-size: 30px;
  }
}
@media (min-width: 1248px) {
  .m-main__info h1 {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .m-main__info h1 {
    font-size: 40px;
  }
}
@media (min-width: 1800px) {
  .m-main__info h1 {
    font-size: 45px;
  }
}
.m-main__info h1 span {
  color: #6F96D1;
}
.m-main__info h2 {
  font-family: "ptsans";
  font-size: 18px;
  margin: 20px 0 25px 0;
  color: #76787A;
  line-height: 1.35;
  font-weight: normal;
}
@media (min-width: 1248px) {
  .m-main__info h2 {
    font-size: 18px;
    margin: 25px 0 30px 0;
  }
}
@media (min-width: 1440px) {
  .m-main__info h2 {
    font-size: 22px;
    margin: 25px 0 30px 0;
  }
}
@media (min-width: 1800px) {
  .m-main__info h2 {
    font-size: 23px;
    margin: 25px 0 30px 0;
  }
}
.m-main__info div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.m-main__img {
  width: 90%;
  position: relative;
  aspect-ratio: 16/9;
}
@media (min-width: 752px) {
  .m-main__img {
    width: 70%;
  }
}
@media (min-width: 1248px) {
  .m-main__img {
    width: 50%;
  }
}
@media (min-width: 1800px) {
  .m-main__img {
    width: 60%;
  }
}
.m-main__img img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 1248px) {
  .m-main__img img {
    border-radius: 0px 0px 0 25px;
  }
}
.m-main__banname {
  background: rgb(14, 5, 44);
  background: linear-gradient(180deg, rgba(14, 5, 44, 0) 10%, rgba(14, 5, 44, 0.6320903361) 46%, rgba(14, 5, 44, 0.6797093838) 62%, rgba(14, 5, 44, 0.7973564426) 80%, rgb(14, 5, 44) 95%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 10px;
}
@media (min-width: 752px) {
  .m-main__banname {
    border-radius: 0px 0px 0 25px;
    height: 200px;
  }
}
.m-main__banname h3 {
  color: white;
  text-transform: uppercase;
  font-family: "ptsans";
  font-weight: normal;
  font-size: 15px;
  margin-top: 50px;
}
@media (min-width: 752px) {
  .m-main__banname h3 {
    font-size: 25px;
    margin-top: 100px;
  }
}
@media (min-width: 1248px) {
  .m-main__banname h3 {
    font-size: 30px;
  }
}
.m-main__infoquemsomos {
  width: 90%;
  margin: 0 0 30px 0;
  text-align: center;
}
@media (min-width: 752px) {
  .m-main__infoquemsomos {
    width: 45%;
    margin: 0;
  }
}
@media (min-width: 1248px) {
  .m-main__infoquemsomos {
    width: 50%;
  }
}
@media (min-width: 1800px) {
  .m-main__infoquemsomos {
    width: 55%;
    margin: 0 2.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.m-main__infoquemsomos--info h4 {
  color: #3F3F41;
  font-family: "ptsans";
  font-weight: normal;
  font-size: 14px;
  margin-top: 30px;
  line-height: 1.5;
}
@media (min-width: 752px) {
  .m-main__infoquemsomos--info h4 {
    font-size: 15px;
    margin-top: 40px;
  }
}
@media (min-width: 1248px) {
  .m-main__infoquemsomos--info h4 {
    font-size: 20px;
  }
}
.m-main__infoquemsomos--info h1 {
  font-family: "ptsans-bold";
  font-size: 25px;
  line-height: 1.35;
}
@media (min-width: 1024px) {
  .m-main__infoquemsomos--info h1 {
    font-size: 30px;
  }
}
@media (min-width: 1248px) {
  .m-main__infoquemsomos--info h1 {
    font-size: 35px;
  }
}
@media (min-width: 1440px) {
  .m-main__infoquemsomos--info h1 {
    font-size: 40px;
  }
}
@media (min-width: 1800px) {
  .m-main__infoquemsomos--info h1 {
    font-size: 45px;
  }
}
.m-main__infoquemsomos--info h1 span {
  color: #6F96D1;
}
.m-main__infoquemsomos--btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}
.m-main__imgquemsomos {
  width: 90%;
  position: relative;
  aspect-ratio: 16/9;
}
@media (min-width: 752px) {
  .m-main__imgquemsomos {
    width: 40%;
  }
}
@media (min-width: 1800px) {
  .m-main__imgquemsomos {
    width: 40%;
  }
}
.m-main__imgquemsomos img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 752px) {
  .m-main__imgquemsomos img {
    border-radius: 0px 0px 0 25px;
  }
}

.m-nossosmimos__title {
  background: white;
}
.m-nossosmimos__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}
@media (min-width: 752px) {
  .m-nossosmimos__content {
    display: flex;
    flex-direction: row;
    align-items: inherit;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.m-nossosmimos__card {
  width: 250px;
}
@media (min-width: 752px) {
  .m-nossosmimos__card {
    width: 32%;
  }
}
.m-nossosmimos__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  float: left;
}
.m-nossosmimos__simple {
  aspect-ratio: 1/1;
  position: relative;
  background: purple;
  border-radius: 10px;
}
.m-nossosmimos__simple:first-child {
  margin-bottom: 15px;
}
.m-nossosmimos__complete {
  aspect-ratio: 1/2;
  margin: 15px 0;
  position: relative;
  background: yellow;
  border-radius: 10px;
}
@media (min-width: 752px) {
  .m-nossosmimos__complete {
    margin: 0;
    aspect-ratio: 1/2.07;
  }
}
@media (min-width: 1024px) {
  .m-nossosmimos__complete {
    background: magenta;
    aspect-ratio: 1/2.055;
  }
}
@media (min-width: 1248px) {
  .m-nossosmimos__complete {
    background: yellow;
    aspect-ratio: 1/2.05;
  }
}
.m-nossosmimos__txt {
  background: rgba(111, 150, 209, 0.75);
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  padding: 20px 10px;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.m-nossosmimos__txt h5 {
  color: white;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
}

.m-parcerias {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 80%;
  max-width: 1000px;
}
.m-parcerias h1 {
  font-family: "ptsans";
  font-size: 25px;
  line-height: 1.35;
}
@media (min-width: 1024px) {
  .m-parcerias h1 {
    font-size: 30px;
  }
}
@media (min-width: 1248px) {
  .m-parcerias h1 {
    font-size: 35px;
  }
}
@media (min-width: 1440px) {
  .m-parcerias h1 {
    font-size: 40px;
  }
}
@media (min-width: 1800px) {
  .m-parcerias h1 {
    font-size: 45px;
  }
}
.m-parcerias h1 span {
  color: #6F96D1;
}
.m-parcerias h2 {
  font-family: "ptsans";
  font-size: 18px;
  margin: 20px 0 25px 0;
  color: #76787A;
  line-height: 1.35;
  font-weight: normal;
}
@media (min-width: 1248px) {
  .m-parcerias h2 {
    font-size: 20px;
    margin: 25px 0 30px 0;
  }
}
@media (min-width: 1440px) {
  .m-parcerias h2 {
    font-size: 22px;
    margin: 25px 0 30px 0;
  }
}
@media (min-width: 1800px) {
  .m-parcerias h2 {
    font-size: 23px;
    margin: 25px 0 30px 0;
  }
}
.m-parcerias div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.m-postagem {
  width: 900px;
}
.m-postagem p {
  color: #3F3F41;
  line-height: 1.5;
}
.m-postagem__thecenter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.m-postagem__title {
  background: #6A5ACD;
  margin: 0 0 15px 0;
}
@media (min-width: 752px) {
  .m-postagem__title {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1248px) {
  .m-postagem__title {
    margin: 0 0 25px 0;
  }
}
.m-postagem__title h1 {
  font-size: 20px;
}
@media (min-width: 752px) {
  .m-postagem__title h1 {
    font-size: 25px;
  }
}
@media (min-width: 1248px) {
  .m-postagem__title h1 {
    font-size: 30px;
  }
}
.m-postagem__image {
  background: #00BFFF;
  border-radius: 10px;
  aspect-ratio: 16/9;
}
.m-postagem__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-postagem__info {
  background: #708090;
  margin: 20px 0;
}
@media (min-width: 752px) {
  .m-postagem__info {
    margin: 25px 0;
  }
}
@media (min-width: 1248px) {
  .m-postagem__info {
    margin: 30px 0;
  }
}
.m-postagem__content {
  background: #40E0D0;
}
.m-postagem__materia {
  background: #98FB98;
}

.m-post {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.m-post__image {
  background: #00BFFF;
  border-radius: 10px;
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 900px;
}
.m-post__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.m-post__info {
  width: 100%;
  max-width: 900px;
  margin: 20px 0 0 0;
}
@media (min-width: 752px) {
  .m-post__info {
    margin: 25px 0 0 0;
  }
}
.m-post__info h1 {
  font-size: 15px;
  color: #6F96D1;
}
@media (min-width: 752px) {
  .m-post__info h1 {
    font-size: 17px;
  }
}
@media (min-width: 1248px) {
  .m-post__info h1 {
    font-size: 19px;
  }
}
.m-post__info h2 {
  font-size: 14px;
  color: #3F3F41;
  font-weight: normal;
  margin: 10px 0;
}
@media (min-width: 752px) {
  .m-post__info h2 {
    font-size: 15px;
  }
}
@media (min-width: 1248px) {
  .m-post__info h2 {
    font-size: 17px;
    margin: 15px 0;
  }
}
.m-post__info p {
  font-size: 14px;
  line-height: 1.25;
  margin: 0 0 10px 0;
  color: #3F3F41;
}

.l-pqdelfhy {
  background: #EDEDED;
}

.m-pqdelfhy__content {
  margin: 30px 0 0 0;
  display: flex;
  flex-direction: row;
  align-items: inherit;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 752px) {
  .m-pqdelfhy__content {
    display: flex;
    flex-direction: row;
    align-items: normal;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.m-pqdelfhy__card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 0 20px 0;
  padding: 20px;
  border-radius: 7px;
  background: #F0F1F1;
  border-top: 1px solid #E5E6E7;
  border-left: 1px solid #E5E6E7;
  -webkit-box-shadow: inset -5px -5px 10px -10px rgba(146, 148, 151, 0.75);
  -moz-box-shadow: inset -5px -5px 10px -10px rgba(146, 148, 151, 0.75);
  box-shadow: inset -5px -5px 10px -10px rgba(146, 148, 151, 0.75);
}
@media (min-width: 752px) {
  .m-pqdelfhy__card {
    width: 45%;
    margin: 10px 2.5%;
    -webkit-box-shadow: inset -5px -5px 10px -10px rgba(146, 148, 151, 0.75);
    -moz-box-shadow: inset -5px -5px 10px -10px rgba(146, 148, 151, 0.75);
    box-shadow: inset -6px -6px 10px -10px rgba(146, 148, 151, 0.75);
  }
}
@media (min-width: 1248px) {
  .m-pqdelfhy__card {
    width: 30%;
    margin: 14px 1.5%;
    padding: 20px;
  }
}
.m-pqdelfhy__card:last-child {
  margin: 0;
}
@media (min-width: 752px) {
  .m-pqdelfhy__card:last-child {
    margin: 10px 2.5%;
  }
}
@media (min-width: 1248px) {
  .m-pqdelfhy__card:last-child {
    margin: 14px 1.5%;
  }
}
.m-pqdelfhy__card--icon {
  width: 20%;
}
.m-pqdelfhy__card--txt {
  width: 72%;
}
.m-pqdelfhy__card--txt h5 {
  font-size: 14px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  color: #0B205B;
}
@media (min-width: 752px) {
  .m-pqdelfhy__card--txt h5 {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  .m-pqdelfhy__card--txt h5 {
    font-size: 16px;
  }
}
.m-pqdelfhy__card--txt h6 {
  color: #6C6D70;
  font-size: 14px;
  line-height: 1.25;
  font-weight: normal;
  font-family: "ptsans";
}
@media (min-width: 1248px) {
  .m-pqdelfhy__card--txt h6 {
    line-height: 1.5;
  }
}

.l-superhost {
  background: #F0F1F1;
}

.m-superhost {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.m-superhost__image img {
  width: 250px;
}
.m-superhost__others {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1000px;
}
.m-superhost__others--card {
  width: 35%;
  aspect-ratio: 2/1;
  margin: 10px 0;
}
@media (min-width: 752px) {
  .m-superhost__others--card {
    width: 20%;
    margin: 0;
  }
}
.m-superhost__others--card img {
  width: 100%;
  float: left;
}

.m-servicoseplanos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.m-servicoseplanos__title {
  width: 100%;
}
.m-servicoseplanos__planos {
  margin: 0 0 25px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
}
@media (min-width: 752px) {
  .m-servicoseplanos__planos {
    display: flex;
    flex-direction: row;
    align-items: normal;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 35px 0;
  }
}
@media (min-width: 1248px) {
  .m-servicoseplanos__planos {
    margin: 0 0 50px 0;
  }
}
.m-servicoseplanos__plan {
  padding: 20px;
  border-radius: 10px;
  margin: 15px 0;
  width: 80%;
  background: #0B205B;
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 752px) {
  .m-servicoseplanos__plan {
    margin: 0 40px;
    width: 220px;
    background: white;
    border: 1px solid #D0D2D4;
    padding: 15px;
  }
}
@media (min-width: 1024px) {
  .m-servicoseplanos__plan {
    width: 280px;
    padding: 20px;
  }
}
@media (min-width: 1248px) {
  .m-servicoseplanos__plan {
    width: 300px;
  }
}
.m-servicoseplanos__plan:last-child {
  margin: 0;
}
.m-servicoseplanos__plan h2 {
  background: white;
  font-size: 17px;
  color: #0B205B;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  width: 100%;
}
@media (min-width: 752px) {
  .m-servicoseplanos__plan h2 {
    background: #0B205B;
    color: white;
  }
}
@media (min-width: 1248px) {
  .m-servicoseplanos__plan h2 {
    font-size: 18px;
  }
}
.m-servicoseplanos__plan ul {
  margin: 25px 0 20px 0;
  padding: 0 0 0 20px;
}
@media (min-width: 752px) {
  .m-servicoseplanos__plan ul {
    height: 445px;
    overflow: hidden;
    padding: 0 0 0 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .m-servicoseplanos__plan ul {
    height: 375px;
  }
}
@media (min-width: 1248px) {
  .m-servicoseplanos__plan ul {
    height: 430px;
  }
}
.m-servicoseplanos__plan ul li {
  font-size: 15px;
  list-style: circle;
  line-height: 1.5;
  color: white;
  margin: 0 0 5px 0;
}
@media (min-width: 752px) {
  .m-servicoseplanos__plan ul li {
    margin: 0 0 7px 0;
    color: #3F3F41;
  }
}
@media (min-width: 1248px) {
  .m-servicoseplanos__plan ul li {
    margin: 0 0 10px 0;
  }
}
.m-servicoseplanos__plan ul li span {
  background: #0B205B;
  color: white;
  padding: 0 5px;
  border-radius: 5px;
}
.m-servicoseplanos__servicos {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 752px) {
  .m-servicoseplanos__servicos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.m-servicoseplanos__servicos h5 {
  color: #6F96D1;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  height: 18px;
  overflow: hidden;
  text-align: center;
  font-size: 13px;
  width: 100%;
}
@media (min-width: 1248px) {
  .m-servicoseplanos__servicos h5 {
    font-size: 14px;
  }
}
.m-servicoseplanos__servicos p {
  color: #0B205B;
  font-size: 13px;
  text-align: center;
  height: 70px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 752px) {
  .m-servicoseplanos__servicos p {
    color: white;
  }
}
@media (min-width: 1024px) {
  .m-servicoseplanos__servicos p {
    height: 55px;
  }
}
@media (min-width: 1248px) {
  .m-servicoseplanos__servicos p {
    line-height: 1.35;
    height: 50px;
  }
}
@media (min-width: 1440px) {
  .m-servicoseplanos__servicos p {
    height: 73px;
  }
}
.m-servicoseplanos__serv {
  background: #E5E6E7;
  width: 45%;
  margin: 10px 2.5%;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 480px) {
  .m-servicoseplanos__serv {
    width: 30%;
    margin: 10px 1.5%;
  }
}
@media (min-width: 752px) {
  .m-servicoseplanos__serv {
    width: 22%;
    margin: 10px 1.5%;
    padding: 15px;
    background: #0B205B;
  }
}
@media (min-width: 1440px) {
  .m-servicoseplanos__serv {
    width: 15%;
    margin: 10px 0.5%;
  }
}

.m-termos {
  margin: 30px 0;
}
.m-termos p {
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  color: #3F3F41;
  width: 100%;
  margin: 0 0 10px 0;
}

.l-testemonials {
  margin: 50px 0;
}

.m-testemonials {
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 752px) {
  .m-testemonials {
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
@media (min-width: 1248px) {
  .m-testemonials {
    width: 1200px;
  }
}
@media (min-width: 1440px) {
  .m-testemonials {
    width: 1200px;
  }
}
.m-testemonials__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 25px;
}
@media (min-width: 752px) {
  .m-testemonials__content {
    width: 70%;
    margin: 0 0 0 0;
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.m-testemonials__content h2 {
  color: #0B205B;
  font-size: 15px;
  text-align: center;
  margin: 10px 0 5px 0;
}
@media (min-width: 752px) {
  .m-testemonials__content h2 {
    text-align: left;
  }
}
.m-testemonials__content p {
  font-size: 14px;
  line-height: 1.25;
  color: #3F3F41;
  font-family: "ptsans";
  text-align: center;
}
@media (min-width: 752px) {
  .m-testemonials__content p {
    text-align: left;
  }
}
.m-testemonials__image {
  background: gray;
  width: 70%;
  aspect-ratio: 16/9;
  display: none;
}
@media (min-width: 752px) {
  .m-testemonials__image {
    display: block;
  }
}
.m-testemonials__icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: gray;
}
