@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #FFFFFF;
  }
}
@keyframes shrink {
  100% {
    transform: scale(0.9);
  }
}
@keyframes wobble {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes mymove {
  0% {
    top: 0;
  }
  100% {
    top: -25px;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.2 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

html {
  scroll-behavior: smooth;
}

body {
  color: #0D1B36;
  font-size: 16px;
  font-weight: 400;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #FFFFFF;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: #12A0F6;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.2em;
  font-family: inherit;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

p,
li {
  line-height: 1.2em;
}

p {
  font-size: 16px;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

strong {
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 38px;
  }
}
.header-accent-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 1000;
  background: linear-gradient(90deg, #12A0F6, #834DD7, #3FE88D);
}

.header-cta {
  display: none;
}

@media only screen and (min-width: 1440px) {
  .header-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    margin-left: 16px;
    padding: 0 18px;
    height: 44px;
    border-radius: 50px;
    background: linear-gradient(90deg, #12A0F6, #834DD7);
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
  .header-cta i {
    font-size: 18px;
  }
  .header-cta:hover {
    box-shadow: 0 6px 18px rgba(18, 160, 246, 0.35);
    transform: translateY(-1px);
  }
}
.open-nav {
  position: relative;
}
.open-nav header .header .header-nav nav {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

header {
  margin-top: 4px;
}
header .header {
  padding: 20px 0;
  box-shadow: 0 4px 20px rgba(13, 27, 54, 0.06);
}
header .header .header-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
header .header .header-nav .logo {
  width: 100%;
  max-width: 260px;
}
header .header .header-nav .toggle-nav i, header .header .header-nav .toggle-nav svg, header .header .header-nav .toggle-nav .ui-icon {
  font-size: 24px;
  color: #12A0F6;
}
header .header.fixed {
  padding: 20px 0;
  position: fixed;
  top: 4px;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #FFFFFF;
  box-shadow: 0 4px 20px 0 rgba(13, 27, 54, 0.1);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
header .header.fixed .header-nav .logo {
  max-width: 260px;
}

@media only screen and (min-width: 768px) {
  header .header {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 1023px) {
  header .header .header-nav nav {
    width: 80vw;
    height: 100%;
    position: fixed;
    top: 0;
    right: -1px;
    z-index: 3;
    min-height: auto;
    background-color: #FFFFFF;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  header .header .header-nav nav > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #834DD7;
    padding: 15px 20px;
  }
  header .header .header-nav nav > div span {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  header .header .header-nav nav > div i, header .header .header-nav nav > div svg {
    color: #FFFFFF;
    font-size: 16px;
  }
  header .header .header-nav nav .menu li {
    position: relative;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
  }
  header .header .header-nav nav .menu li a {
    display: block;
    width: 100%;
    padding: 15px 20px;
    color: #0D1B36;
    line-height: 1em;
    text-decoration: none;
    text-align: left;
    border-bottom: 1px solid #dee1e2;
  }
  header .header .header-nav nav .menu li.active a {
    font-weight: 600;
  }
}
@media only screen and (min-width: 1024px) {
  header .header .header-nav nav > div {
    display: none !important;
  }
  header .header .header-nav nav .menu li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
  }
  header .header .header-nav nav .menu li a {
    position: relative;
    padding-bottom: 6px;
    color: #0D1B36;
    font-weight: 500;
  }
  header .header .header-nav nav .menu li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, #12A0F6, #834DD7, #3FE88D);
    transform: scaleX(0);
    transform-origin: left;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
  header .header .header-nav nav .menu li.active a, header .header .header-nav nav .menu li:hover a {
    color: #12A0F6;
  }
  header .header .header-nav nav .menu li.active a:after, header .header .header-nav nav .menu li:hover a:after {
    transform: scaleX(1);
    opacity: 1;
  }
  header .header .header-nav nav .menu li:first-child {
    margin-left: 0;
  }
  header .header .header-nav nav .menu li:last-child {
    margin-right: 0;
  }
  header .header .header-nav .toggle-nav {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  header {
    margin: 0 20px;
    border-radius: 20px;
  }
  header .header .header-nav .logo {
    max-width: 300px;
  }
  header .header .header-nav nav .menu li {
    margin: 0 12px;
  }
  header .header .header-nav nav .menu li a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  header .header .header-nav .logo {
    max-width: 260px;
  }
  header .header .header-nav nav .menu li {
    margin: 0 16px;
  }
}
.hero {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero .content {
  max-width: 520px;
}

.home .hero {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/home/hero-mypharma-tratamentos-avancados.jpg");
  min-height: 50vh;
}
.home .hero .content p {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 30px;
}
.home .hero .content p span {
  color: #3FE88D;
  font-weight: 500;
  font-size: 24px;
}
.home .hero .content p small {
  font-weight: 400;
  font-size: 18px;
}
.home .hero .content p:last-child {
  line-height: 0.8em;
}

.about .hero,
.services .hero,
.public .hero,
.public-child .hero,
.blog .hero,
.ecommerce .hero,
.contact .hero {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/hero-mypharma-paginas-internas-02.jpg");
  min-height: 32vh;
}
.about .hero .content h1,
.services .hero .content h1,
.public .hero .content h1,
.public-child .hero .content h1,
.blog .hero .content h1,
.ecommerce .hero .content h1,
.contact .hero .content h1 {
  color: #3FE88D;
}
.about .hero .content h1 span,
.services .hero .content h1 span,
.public .hero .content h1 span,
.public-child .hero .content h1 span,
.blog .hero .content h1 span,
.ecommerce .hero .content h1 span,
.contact .hero .content h1 span {
  display: block;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.5em;
}

@media only screen and (min-width: 768px) {
  .home .hero {
    min-height: 70vh;
  }
  .home .hero .content p {
    font-size: 44px;
  }
  .home .hero .content p span {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero {
    margin: 0 20px;
    border-radius: 20px;
  }
  .home .hero {
    min-height: 82vh;
  }
}
footer {
  background-color: #0D1B36;
}
footer p, footer a, footer li {
  color: #FFFFFF;
}
footer .items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding: 46px 0;
}
footer .items .-item ul li {
  line-height: 1.5em;
}
footer .items .-item ul li a:hover {
  color: #12A0F6;
}
footer .items .-item.-synapse img {
  display: block;
  max-width: 300px;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 16px 22px;
  margin-bottom: 16px;
}
footer .items .-item.-synapse ul li {
  display: inline-block;
  padding: 0 5px;
}
footer .items .-item.-synapse ul li a i {
  font-size: 24px;
}
footer .items .-item.-synapse ul li a:hover {
  color: #12A0F6;
}
footer .copy {
  border-top: 1px solid #834DD7;
  text-align: center;
  padding: 20px 0;
}
footer .copy a {
  color: #12A0F6;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  footer .items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1200px) {
  footer {
    margin: 0 20px;
    border-radius: 20px;
  }
}
.button {
  position: relative;
  padding: 0 60px 0 30px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  border-radius: 50px;
  background-color: #12A0F6;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  letter-spacing: 1.5px;
  height: 68px;
  line-height: 68px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.button:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background-image: url("../img/icon-arrow-right-white.svg");
}
.button:hover {
  background-color: rgb(3.055954089%, 51.2721186035%, 80.4734576758%);
  animation: wobble 1s ease-in-out 1;
}

.button-white {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #12A0F6;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1.5px;
  margin-top: 20px;
  padding-right: 40px;
}
.button-white:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background-size: cover;
  background-image: url("../img/icon-arrow-right-green.svg");
}
.button-white:hover {
  color: rgb(3.055954089%, 51.2721186035%, 80.4734576758%);
}

@media only screen and (min-width: 768px) {
  .button {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .button {
    font-size: 20px;
  }
}
section {
  padding: 40px 0;
}

.container {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container:before, .container:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 768px) {
  section {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1200px) {
  section {
    padding: 120px 0;
  }
}
.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../img/loading.svg") center no-repeat #fff;
}

::-webkit-scrollbar-track {
  background-color: #808080;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #808080;
}

::-webkit-scrollbar-thumb {
  background-color: #0D1B36;
}

@media only screen and (max-width: 1023px) {
  .overlay.active {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 2;
  }
}
.home .about .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1296px;
  margin: 0 auto;
}
.home .about .content .-text p {
  margin-bottom: 15px;
}
.home .about .content .-text ul {
  margin-bottom: 24px;
}
.home .about .content .-text ul li {
  position: relative;
  padding: 7.5px 0 7.5px 24px;
}
.home .about .content .-text ul li:before {
  content: "✓";
  font-family: inherit;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #12A0F6;
  font-size: 16px;
  height: 16px;
}
.home .public {
  position: relative;
  z-index: 9;
  background-color: #0D1B36;
  background-image: url("../img/home/publicos-atendidos-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .public .intro {
  max-width: 784px;
  margin: auto;
}
.home .public .intro h2, .home .public .intro h3, .home .public .intro p {
  color: #FFFFFF;
  text-align: center;
}
.home .public .intro h2 {
  color: #12A0F6;
  margin-bottom: 0.2em;
}
.home .public .intro h3 {
  font-weight: 200;
  margin-bottom: 1.2em;
}
.home .public .intro p:last-child {
  margin-top: 15px;
}
.home .public .items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 40px;
}
.home .public .items .-item {
  padding: 30px;
  border-radius: 25px;
  background-color: #FFFFFF;
}
.home .public .items .-item img {
  margin-bottom: 10px;
}
.home .public .items .-item h4 {
  color: #0D1B36;
  font-size: 20px;
}
.home .public .items .-item p {
  color: #808080;
  font-size: 16px;
}
.home .profile {
  text-align: center;
}
.home .profile .container {
  max-width: 810px;
  margin: auto;
}
.home .profile img {
  position: relative;
  animation: mymove 1s infinite ease-in-out alternate;
}
.home .profile p {
  font-weight: 700;
  margin-top: 24px;
  font-size: 26px;
}
.home .data {
  text-align: center;
  background-image: url("../img/home/dados-bg.png");
  background-position: center;
  background-repeat: no-repeat;
}
.home .data .intro {
  max-width: 934px;
  margin: 0 auto 40px;
}
.home .data .intro p {
  font-size: 22px;
  font-weight: 500;
}
.home .data .items {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
  gap: 20px;
}
.home .data .items .-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 292px;
  height: 292px;
  border: 1px solid #0D1B36;
  border-radius: 50%;
  margin: auto;
}
.home .data .items .-item p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.8em;
}
.home .data .items .-item p span {
  font-size: 42px;
  font-weight: 900;
  display: block;
}
.home .data .items .-item:nth-child(n) {
  color: #0D1B36;
}
.home .data .items .-item:nth-child(2n) {
  color: #FFFFFF;
  background-color: #0D1B36;
}

@media only screen and (min-width: 768px) {
  .home .public .items {
    grid-template-columns: 1fr 1fr;
  }
  .home .data .intro {
    margin-bottom: 60px;
  }
  .home .data .items {
    grid-template-columns: 1fr 1fr;
  }
  .home .data .items .-item {
    max-width: 320px;
    height: 320px;
  }
  .home .data .items .-item p {
    line-height: 2.2em;
  }
  .home .data .items .-item p span {
    font-size: 54px;
  }
}
@media only screen and (min-width: 1024px) {
  .home .about .content {
    flex-direction: row;
    align-items: center;
  }
  .home .about .content .-image,
  .home .about .content .-text {
    width: 50%;
  }
  .home .about .content .-image {
    position: relative;
  }
  .home .about .content .-image img {
    position: relative;
    z-index: 9;
  }
  .home .about .content .-image:before {
    content: "";
    position: absolute;
    left: -30%;
    bottom: -30%;
    width: 495px;
    height: 495px;
    background-image: url("../img/home/sobre-bg-detail.png");
  }
  .home .public .items {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .home .about .content {
    gap: 50px;
  }
  .home .about .content .-image {
    width: 46%;
  }
  .home .about .content .-text {
    width: 54%;
  }
  .home .public {
    margin: 0 20px;
    border-radius: 20px;
    padding: 100px 0;
  }
  .home .public .items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 36px;
  }
  .home .profile {
    padding: 100px 0;
  }
  .home .data {
    background-size: cover;
  }
  .home .data .items {
    margin-top: 100px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0;
  }
  .home .data .items .-item {
    max-width: 290px;
    height: 290px;
  }
  .home .data .items .-item:nth-child(2n) {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 1400px) {
  .home .data .items .-item {
    max-width: 330px;
    height: 330px;
  }
}
.about p strong {
  font-weight: 500;
}
.about .intro .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about .intro .content .-text p {
  color: #0D1B36;
  margin-bottom: 15px;
}
.about .intro .content .-text p:last-child {
  margin: 0;
}
.about .intro .content .-image img {
  border-radius: 20px;
}
.about .history .content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.about .history .content .-text {
  background-color: #0D1B36;
  background-image: url("../img/about/historia-detalhe-bg.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  padding: 30px;
}
.about .history .content .-text p {
  color: #FFFFFF;
  margin-bottom: 15px;
}
.about .history .content .-text p:last-child {
  margin: 0;
}
.about .history .content .-mvv {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about .history .content .-mvv .-item {
  border-bottom: 1px solid rgba(18, 160, 246, 0.15);
  padding: 0 20px 20px 20px;
}
.about .history .content .-mvv .-item h3 {
  position: relative;
  padding-left: 40px;
}
.about .history .content .-mvv .-item h3:before {
  font-family: inherit;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #0D1B36;
  font-size: 25px;
  height: 25px;
}
.about .history .content .-mvv .-item p, .about .history .content .-mvv .-item li {
  font-size: 16px;
}
.about .history .content .-mvv .-item ul li {
  position: relative;
  padding: 7.5px 0 7.5px 24px;
}
.about .history .content .-mvv .-item ul li:before {
  content: "✓";
  font-family: inherit;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #12A0F6;
  font-size: 16px;
  height: 16px;
}
.about .history .content .-mvv .-item:nth-of-type(1) h3:before {
  content: "◎";
}
.about .history .content .-mvv .-item:nth-of-type(2) h3:before {
  content: "◉";
}
.about .history .content .-mvv .-item:nth-of-type(3) {
  padding-bottom: 0;
  border: 0;
}
.about .history .content .-mvv .-item:nth-of-type(3) h3:before {
  content: "◇";
}
.about .public {
  background-color: rgba(18, 160, 246, 0.15);
}
.about .public .intro {
  max-width: 880px;
  margin: auto;
  text-align: center;
}
.about .public .items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 40px;
}
.about .public .items .-item {
  padding: 30px;
  border-radius: 25px;
  background-color: #FFFFFF;
}
.about .public .items .-item img {
  margin-bottom: 10px;
}
.about .public .items .-item h4 {
  color: #0D1B36;
  font-size: 20px;
}
.about .public .items .-item p {
  color: #808080;
  font-size: 16px;
}
.about .cta {
  text-align: center;
}
.about .cta .container {
  max-width: 890px;
  margin: auto;
}
.about .cta p {
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 26px;
}

@media only screen and (min-width: 768px) {
  .about .public .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .about .intro .content {
    flex-direction: row;
    gap: 60px;
  }
  .about .intro .content .-image,
  .about .intro .content .-text {
    width: 50%;
  }
  .about .intro .content .-image {
    background-image: url("../img/about/sobre-a-mypharma2go-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
  }
  .about .intro .content .-image img {
    display: none;
  }
  .about .intro .content .-text {
    padding: 40px 0;
  }
  .about .history {
    padding: 0 0 80px;
  }
  .about .history .content {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
  .about .history .content .-text {
    width: 42%;
  }
  .about .history .content .-mvv {
    width: 58%;
  }
  .about .history .content .-text {
    padding: 54px;
  }
  .about .public .items {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .about .history .content {
    gap: 60px;
  }
  .about .history .content .-text {
    width: 45%;
    padding: 80px;
    background-size: auto;
  }
  .about .history .content .-mvv {
    width: 55%;
  }
  .about .public {
    margin: 0 20px;
    border-radius: 20px;
    padding: 100px 0;
  }
  .about .public .items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 36px;
  }
  .about .cta {
    padding: 100px 0;
  }
}
.services p strong {
  font-weight: 500;
}
.services .solutions .intro {
  max-width: 772px;
  margin: auto;
  text-align: center;
}
.services .solutions .items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 40px;
}
.services .solutions .items .-item {
  padding: 30px;
  border-radius: 25px;
  background-color: #0D1B36;
}
.services .solutions .items .-item img {
  margin-bottom: 10px;
}
.services .solutions .items .-item h4 {
  color: #FFFFFF;
  font-size: 20px;
}
.services .solutions .items .-item p {
  color: #FFFFFF;
  font-size: 16px;
}
.services .benefits {
  background-image: url("../img/services/beneficios-bg.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.services .benefits .content {
  max-width: 492px;
}
.services .benefits .content h2 {
  color: #0D1B36;
}
.services .benefits .content p {
  font-size: 16px;
  margin-bottom: 15px;
}
.services .benefits .content p:last-child {
  margin: 0;
}
.services .benefits .content ul {
  margin-bottom: 24px;
}
.services .benefits .content ul li {
  position: relative;
  padding: 7.5px 0 7.5px 24px;
}
.services .benefits .content ul li:before {
  content: "✓";
  font-family: inherit;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #12A0F6;
  font-size: 16px;
  height: 16px;
}
.services .cta {
  text-align: center;
}
.services .cta .container {
  max-width: 930px;
  margin: auto;
}
.services .cta p {
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 26px;
}

@media only screen and (min-width: 768px) {
  .services .solutions .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .services .solutions .items {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .services .solutions {
    padding: 100px 0;
  }
  .services .solutions .items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 36px;
  }
  .services .benefits {
    padding: 80px 0;
  }
  .services .benefits .content {
    max-width: 534px;
  }
  .services .cta {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .services .benefits {
    margin: 0 20px;
    border-radius: 20px;
    padding: 120px 0;
  }
}
.public p strong {
  font-weight: 500;
}
.public .segments .intro {
  max-width: 880px;
  margin: auto;
  text-align: center;
}
.public .segments .items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 40px;
}
.public .segments .items .-item {
  padding: 30px;
  border-radius: 25px;
  background-color: rgba(18, 160, 246, 0.15);
}
.public .segments .items .-item img {
  margin-bottom: 10px;
}
.public .segments .items .-item h4 {
  color: #0D1B36;
  font-size: 20px;
}
.public .segments .items .-item p {
  color: #808080;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .public .segments .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .public .segments .items {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .public .segments .items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 36px;
  }
}
.public-child .intro .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1296px;
  margin: 0 auto;
}
.public-child .intro .content .-text p {
  margin-bottom: 15px;
}
.public-child .intro .content .-text p:last-child {
  margin: 0;
}
.public-child .intro .content .-image {
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 360px;
}
.public-child .benefits {
  position: relative;
  z-index: 9;
  background-color: #0D1B36;
  background-image: url("../img/home/publicos-atendidos-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.public-child .benefits .intro {
  text-align: center;
}
.public-child .benefits .intro h3 {
  font-weight: 300;
  color: #FFFFFF;
}
.public-child .benefits .items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 40px;
}
.public-child .benefits .items .-item {
  padding: 30px;
  border-radius: 25px;
  background-color: #FFFFFF;
}
.public-child .benefits .items .-item span {
  font-weight: 900;
  font-size: 80px;
  color: rgba(18, 160, 246, 0.15);
}
.public-child .benefits .items .-item h4 {
  color: #0D1B36;
  font-size: 20px;
}
.public-child .benefits .items .-item p {
  color: #808080;
  font-size: 16px;
}
.public-child .operation {
  text-align: center;
}
.public-child .operation .intro {
  max-width: 768px;
  margin: 0 auto;
}
.public-child .operation .intro h3 {
  font-weight: 300;
  color: #0D1B36;
}
.public-child .operation .items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 40px;
}
.public-child .operation .items .-item .-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: auto;
}
.public-child .operation .items .-item span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 50%;
  margin: 15px auto;
  color: #FFFFFF;
  background-color: #0D1B36;
}
.public-child .operation .items .-item .-text h4 {
  font-size: 18px;
}
.public-child .operation .items .-item .-text p {
  font-size: 14px;
}
.public-child .suport {
  background-color: rgba(18, 160, 246, 0.15);
}
.public-child .suport .content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.public-child .suport .content .-intro p {
  margin-bottom: 15px;
}
.public-child .suport .content .-intro p:nth-of-type(2) {
  margin: 0;
}
.public-child .suport .content .-intro .-contact {
  background-color: #12A0F6;
  padding: 30px 20px;
  border-radius: 20px;
  margin-top: 30px;
}
.public-child .suport .content .-intro .-contact ul {
  position: relative;
  padding-left: 60px;
}
.public-child .suport .content .-intro .-contact ul li {
  line-height: 1.4em;
}
.public-child .suport .content .-intro .-contact ul li a {
  color: #FFFFFF;
}
.public-child .suport .content .-intro .-contact ul::before {
  content: "☎";
  font-family: inherit;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 42px;
}
.public-child .suport .content .-faq .accordion {
  width: 100%;
}
.public-child .suport .content .-faq .accordion .accordion__item {
  position: relative;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid rgba(3.055954089%, 51.2721186035%, 80.4734576758%, 0.15);
  overflow: hidden;
}
.public-child .suport .content .-faq .accordion .accordion__item::before, .public-child .suport .content .-faq .accordion .accordion__item::after {
  content: "";
  width: 12px;
  height: 3px;
  top: 28px;
  background-color: #0D1B36;
  border-radius: 50px;
  position: absolute;
  transition: all 0.5s ease;
}
.public-child .suport .content .-faq .accordion .accordion__item::before {
  right: 0px;
  transform: rotate(-45deg);
}
.public-child .suport .content .-faq .accordion .accordion__item::after {
  right: 7px;
  transform: rotate(45deg);
}
.public-child .suport .content .-faq .accordion .accordion__item:focus {
  outline: 0;
  cursor: default;
}
.public-child .suport .content .-faq .accordion .accordion__item:focus .accordion__title {
  font-weight: 600;
  color: #12A0F6;
}
.public-child .suport .content .-faq .accordion .accordion__item:focus .accordion__content {
  height: auto;
  padding: 10px 0 20px 0px;
  visibility: visible;
  transform: rotate3d(0, 0, 0, 0deg);
  opacity: 1;
}
.public-child .suport .content .-faq .accordion .accordion__item:focus::before {
  transform: rotate(45deg);
}
.public-child .suport .content .-faq .accordion .accordion__item:focus::after {
  transform: rotate(-45deg);
}
.public-child .suport .content .-faq .accordion .accordion__item .accordion__title {
  padding: 20px 32px 20px 0;
  color: #0D1B36;
  font-weight: 600;
  line-height: 1.2em;
}
.public-child .suport .content .-faq .accordion .accordion__item .accordion__title:hover {
  color: #12A0F6;
}
.public-child .suport .content .-faq .accordion .accordion__item .accordion__content {
  visibility: collapse;
  opacity: 0;
  height: 0;
  transform-origin: center center;
  transform: rotate3d(-1, 0, 0, 90deg);
  transition: all 0.3s ease;
}
.public-child .suport .content .-faq .accordion .accordion__item .accordion__content p, .public-child .suport .content .-faq .accordion .accordion__item .accordion__content li {
  font-size: 16px;
}
.public-child .cta {
  text-align: center;
}
.public-child .cta .container {
  max-width: 890px;
  margin: auto;
}
.public-child .cta p {
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 26px;
}

@media only screen and (min-width: 768px) {
  .public-child .operation .items {
    gap: 0;
  }
  .public-child .operation .items .-item {
    position: relative;
    padding: 20px 0;
  }
  .public-child .operation .items .-item span {
    position: relative;
    z-index: 9;
  }
  .public-child .operation .items .-item .-text {
    padding: 0 20px;
  }
  .public-child .operation .items .-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 195px;
    width: 100%;
    height: 1px;
    background-color: rgba(18, 160, 246, 0.15);
  }
  .public-child .suport .content {
    flex-direction: row;
    gap: 20px;
  }
  .public-child .suport .content .-intro .-contact {
    max-width: 340px;
    padding: 30px;
  }
  .public-child.-industria .benefits .items,
  .public-child.-industria .operation .items, .public-child.-associacoes .benefits .items,
  .public-child.-associacoes .operation .items, .public-child.-sus .benefits .items,
  .public-child.-sus .operation .items, .public-child.-prescritores .benefits .items,
  .public-child.-prescritores .operation .items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .public-child.-operadoras .benefits .items, .public-child.-hospitais .benefits .items, .public-child.-farmacias .benefits .items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .public-child.-operadoras .operation .items, .public-child.-hospitais .operation .items, .public-child.-farmacias .operation .items {
    grid-template-columns: 1fr 1fr;
  }
  .public-child.-pacientes .benefits .items,
  .public-child.-pacientes .operation .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .public-child .intro .content {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
  .public-child .intro .content .-image,
  .public-child .intro .content .-text {
    width: 50%;
  }
  .public-child .benefits .items {
    margin-top: 80px;
  }
  .public-child .suport .content {
    gap: 60px;
    padding: 0 40px;
  }
  .public-child.-industria .benefits .items, .public-child.-sus .benefits .items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .public-child.-industria .operation .items, .public-child.-sus .operation .items {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .public-child.-operadoras .benefits .items, .public-child.-hospitais .benefits .items {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .public-child.-operadoras .operation .items, .public-child.-hospitais .operation .items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .public-child.-farmacias .benefits .items,
  .public-child.-farmacias .operation .items, .public-child.-pacientes .benefits .items,
  .public-child.-pacientes .operation .items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .public-child.-associacoes .benefits .items,
  .public-child.-associacoes .operation .items, .public-child.-prescritores .benefits .items,
  .public-child.-prescritores .operation .items {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1200px) {
  .public-child .intro .content {
    gap: 80px;
  }
  .public-child .benefits {
    margin: 0 20px;
    border-radius: 20px;
    padding: 100px 0;
  }
  .public-child .benefits .items {
    gap: 25px;
  }
  .public-child .suport {
    padding: 80px 0;
    margin: 0 20px;
    border-radius: 20px;
  }
  .public-child .cta {
    padding: 100px 0;
  }
  .public-child.-industria .benefits .items {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.blog .intro .container > h2 {
  text-align: center;
  color: #0D1B36;
  padding-bottom: 40px;
}
.blog .intro .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  filter: grayscale(1);
  opacity: 0.5;
}
.blog .intro .content .-text p {
  margin-bottom: 15px;
}
.blog .intro .content .-text p:last-child {
  margin: 0;
}
.blog .intro .content .-categories h3 {
  font-size: 20px;
  font-weight: 500;
}
.blog .intro .content .-categories ul {
  margin-bottom: 24px;
}
.blog .intro .content .-categories ul li {
  position: relative;
  padding: 7.5px 0 7.5px 24px;
  font-weight: 500;
}
.blog .intro .content .-categories ul li:before {
  content: "→";
  font-family: inherit;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #12A0F6;
  font-size: 16px;
  height: 16px;
}

@media only screen and (min-width: 768px) {
  .blog .intro .content {
    flex-direction: row;
  }
  .blog .intro .content .-text {
    width: 60%;
  }
  .blog .intro .content .-text p {
    font-size: 16px;
  }
  .blog .intro .content .-categories {
    width: 40%;
  }
}
@media only screen and (min-width: 1024px) {
  .blog .intro .content {
    gap: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .intro .content {
    gap: 80px;
  }
}
.ecommerce .intro h2, .ecommerce .intro h3 {
  text-align: center;
}
.ecommerce .intro h3 {
  color: #0D1B36;
  font-weight: 500;
}
.ecommerce .intro .lojas {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 30px;
}
.ecommerce .intro .lojas .-item {
  padding: 15px;
  border-radius: 20px;
  background-color: #F8F8F8;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.ecommerce .intro .lojas .-item .-img {
  height: 268px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
}
.ecommerce .intro .lojas .-item .-brand {
  position: relative;
  width: 212px;
  height: 112px;
  display: block;
  background: #FFFFFF;
  border-radius: 20px;
  margin: -56px auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.ecommerce .intro .lojas .-item .-brand img {
  position: absolute;
  max-width: 180px;
  max-height: 90%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ecommerce .intro .lojas .-item .-text {
  text-align: center;
  padding: 10px;
  margin-top: 62px;
}
.ecommerce .intro .lojas .-item .-text p {
  color: #0D1B36;
  font-size: 16px;
  font-weight: 500;
}
.ecommerce .intro .lojas .-item:hover {
  background-color: rgba(18, 160, 246, 0.15);
}
.ecommerce .cta {
  text-align: center;
  padding-top: 0;
}
.ecommerce .cta .container {
  max-width: 930px;
  margin: auto;
}
.ecommerce .cta p {
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 26px;
}
.ecommerce .cta .button {
  padding-right: 30px;
}
.ecommerce .cta .button i {
  font-size: 30px;
  padding-left: 10px;
  vertical-align: middle;
}
.ecommerce .cta .button::after {
  background-image: none;
}

@media only screen and (min-width: 768px) {
  .ecommerce .intro .lojas {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .ecommerce .intro .lojas {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1400px) {
  .ecommerce .intro .lojas {
    margin-top: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.contact .intro .content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contact .intro .content .-form form {
  margin-top: 30px;
}
.contact .intro .content .-form form fieldset {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact .intro .content .-form form fieldset .field label {
  display: block;
  margin-bottom: 5px;
}
.contact .intro .content .-form form fieldset .field input,
.contact .intro .content .-form form fieldset .field select,
.contact .intro .content .-form form fieldset .field textarea {
  width: 100%;
  color: #0D1B36;
  padding: 0 15px;
  font-size: 16px;
  line-height: 40px;
  font-family: inherit;
  border-radius: 5px;
  border: 1px solid rgba(18, 160, 246, 0.15);
}
.contact .intro .content .-form form fieldset .field select {
  height: 42px;
}
.contact .intro .content .-form form fieldset .field textarea {
  padding: 15px;
  line-height: 1.2em;
  min-height: 140px;
  resize: none;
}
.contact .intro .content .-form form fieldset .field button {
  border: 0;
  cursor: pointer;
  font-family: inherit;
}
.contact .intro .content .-form form fieldset .field.-half {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.contact .intro .content .-contact {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.contact .intro .content .-contact ul li i, .contact .intro .content .-contact ul li svg, .contact .intro .content .-contact ul li .ui-icon {
  color: #12A0F6;
  padding-right: 8px;
  font-size: 20px;
}
.contact .intro .content .-contact ul li a {
  font-weight: 500;
  color: #0D1B36;
}
.contact .intro .content .-contact ul li a:hover {
  color: #12A0F6;
}

@media only screen and (min-width: 768px) {
  .contact .intro .content {
    flex-direction: row;
  }
  .contact .intro .content .-form form fieldset .field.-half {
    grid-template-columns: 1fr 1fr;
  }
  .contact .intro .content .-contact ul li {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact .intro .content {
    gap: 80px;
  }
}

.ui-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 1.2em;
  line-height: 1;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6em;
  height: 1.6em;
  border-radius: 0.2em;
  font: 700 0.8em/1 ui-sans-serif, system-ui, sans-serif;
  color: currentColor;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
