html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: normal; }

img {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

/*#region GENERAL */
/*#endregion */
/*#region FORM*/
/*#endregion*/
@media (min-width: 1200px) {
  .container {
    max-width: 1315px; } }
@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 15px; } }
.pointer-events--none {
  pointer-events: none; }

.header {
  margin-top: 20px; }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 120px; }
  .header__brand img {
    width: 190px;
    display: block; }
    @media (max-width: 992px) {
      .header__brand img {
        width: 100px; } }
  .header nav ul {
    margin: 0;
    padding: 0; }
    .header nav ul li {
      padding: 0;
      margin: 0 !important; }
      .header nav ul li a {
        line-height: 1;
        color: #57b99d;
        font-size: 1.8rem;
        text-transform: uppercase;
        font-weight: 500; }
        @media (max-width: 1199px) {
          .header nav ul li a {
            font-size: 1.4rem; } }
        @media (max-width: 992px) {
          .header nav ul li a {
            font-size: 1.2rem; } }
      .header nav ul li::after {
        content: '';
        margin: 0 12px;
        width: 1px;
        height: 14px;
        background-color: #57b99d;
        display: inline-block; }
        @media (max-width: 1199px) {
          .header nav ul li::after {
            margin: 0 6px; } }
      .header nav ul li:last-child::after {
        display: none; }
  .header__ico-close {
    position: absolute;
    top: 27px;
    left: 20px;
    z-index: 9999;
    width: 30px;
    height: 30px; }
  .header__ico-menu {
    top: 27px;
    left: 20px;
    z-index: 99;
    max-width: 24px; }
  .header__courtain {
    transition: all ease-in-out 0.2s;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: #005b97;
    z-index: 9999999;
    color: white;
    transform: translateX(-100%); }
    .header__courtain.open {
      transform: translateX(0); }
    .header__courtain ul {
      padding: 10px 30px;
      margin: 70px 0; }
      .header__courtain ul li {
        padding: 15px 0;
        border-bottom: solid 1px rgba(255, 255, 255, 0.5); }
        .header__courtain ul li:last-child {
          border-bottom: none; }
        .header__courtain ul li a {
          color: white;
          font-size: 1.6rem; }
        .header__courtain ul li ul {
          margin: 0; }
          .header__courtain ul li ul li {
            padding: 10px;
            border-bottom: none; }

.footer {
  background-color: #071d49;
  color: #8799AB;
  font-size: 1.4rem;
  text-align: center;
  padding: 50px 0;
}
  .footer .container {
    max-width: 800px; }
  .footer a {
    color: #8799AB;  }
  .footer__nav ul {
    display: flex;
    justify-content: space-around; }
    .footer__nav ul li a {
      font-size: 16px; }
  .footer__description {
    line-height: 1.3; }

.h1 {
  font-size: 3rem;
  font-weight: 500;
  text-transform: uppercase; }

.h2 {
  font-size: 2.8rem;
  font-weight: 500; }

.h3 {
  font-size: 2.3rem;
  font-weight: 500;
  text-transform: uppercase; }

.h4 {
  font-size: 2.2rem;
  font-weight: 500; }

.h5 {
  font-size: 1.8rem;
  font-weight: 500; }

.btn-abb {
  border-radius: 15px;
  font-size: 2.5rem;
  font-weight: 700;
  color: black;
  background-color: #fdd017;
  padding: 15px 20px;
  text-transform: uppercase;
  border: 0;
  user-select: none;
  transition: all 0.2s ease-in-out; }
  @media (max-width: 1199px) {
    .btn-abb {
      font-size: 2rem; } }
  @media (max-width: 991px) {
    .btn-abb {
      font-size: 1.8rem; } }
  .btn-abb:hover {
    text-decoration: none;
    color: black;
    background-color: #f8c802; }
  .btn-abb--secondary {
    font-size: 1.5rem; }
    .btn-abb--secondary:hover {
      text-decoration: none; }

.hero {
  position: relative;
  background-image: url(../../assets/images/bg-hero.png);
  background-position: right center;
  background-size: cover;
  overflow: hidden; }
  @media (max-width: 991px) {
    .hero {
      background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../assets/images/bg-hero.png); } }
  @media (max-width: 767px) {
    .hero {
      background-position: center; } }
  .hero .container {
    display: flex;
    justify-content: flex-end; }
  .hero__wrapper-content {
    height: 800px;
    max-width: 550px;
    background-image: url(../../assets/images/bg-hero-description.svg);
    background-repeat: no-repeat;
    background-size: 100% 120%;
    background-position: top center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (max-width: 1199px) {
      .hero__wrapper-content {
        height: 500px;
        max-width: 380px; } }
    @media (max-width: 991px) {
      .hero__wrapper-content {
        height: auto;
        margin: 30px 0;
        background: none; } }
  .hero__description {
    font-size: 2.8rem;
    color: white;
    max-width: 80%;
    line-height: 1.3; }
    @media (max-width: 1199px) {
      .hero__description {
        font-size: 2rem; } }
  .hero__cta {
    align-self: center; }

.shape-fill {
  position: absolute;
  top: 0;
  width: 100%;
  height: 120px;
  background: transparent url(../../assets/images/bg-top-effect.png) no-repeat top center;
  background-size: 100% auto; }
  @media (max-width: 991px) {
    .shape-fill {
      height: 60px; } }
  @media (max-width: 570px) {
    .shape-fill {
      height: 40px; } }
  .shape-fill--footer {
    background: transparent url(../../assets/images/bg-footer-effect.png) no-repeat top center;
    background-size: 100% auto; }

.instructions {
  margin: 50px 0; }
  .instructions .row .col {
    text-align: center; }
    @media (max-width: 991px) {
      .instructions .row .col {
        margin-bottom: 20px; } }
  .instructions__title {
    color: #005b97;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .instructions__title {
        text-align: center; } }
  .instructions__wrapper-img {
    min-height: 190px;
    text-align: center; }
  .instructions__img {
    max-width: 70%;
    margin-bottom: 0 auto;
    max-height: 175px;
    margin-bottom: 20px; }
    @media (max-width: 1199px) {
      .instructions__img {
        margin-bottom: 0;
        max-width: 100%; } }
  .instructions__title-step {
    display: block;
    font-weight: 500;
    font-size: 2.4rem;
    color: black; }
  .instructions p {
    font-size: 1.6rem; }

.search-farmacy {
  position: relative;
  background-color: #fdd017;
  padding: 60px 0; }
  .search-farmacy__wrapper-brands {
    margin-top: 70px; }
    .search-farmacy__wrapper-brands a {
      display: flex;
      justify-content: center; }
      .search-farmacy__wrapper-brands a img {
        max-width: 250px;
        margin-bottom: 45px;
        display: block; }
        @media (max-width: 1200px) {
          .search-farmacy__wrapper-brands a img {
            max-width: 130px !important;
            margin-bottom: 40px; } }
        .search-farmacy__wrapper-brands a img.pacheco {
          max-width: 230px; }
        .search-farmacy__wrapper-brands a img.saoPaulo {
          max-width: 240px;
          margin-bottom: 20px; }
        .search-farmacy__wrapper-brands a img.drogasil {
          margin-bottom: 5px;
          max-width: 230px; }
        .search-farmacy__wrapper-brands a img.drogaRaia {
          max-width: 150px; }
        .search-farmacy__wrapper-brands a img.pagueMenos {
          max-width: 180px; }
        .search-farmacy__wrapper-brands a img.panvel {
          max-width: 180px; }
        .search-farmacy__wrapper-brands a img.bio {
          max-width: 160px; }
    .search-farmacy__wrapper-brands .r a img {
      margin-bottom: 20px; }
  .search-farmacy__form {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #57b99d;
    width: 90%;
    padding: 15px;
    margin-top: 40px; }
    @media (max-width: 991px) {
      .search-farmacy__form {
        margin-top: 0; } }
    .search-farmacy__form .btn {
      font-size: 1.4rem;
      padding: 10px 20px;
      background-color: black;
      border-color: black;
      color: white; }
      @media (max-width: 574px) {
        .search-farmacy__form .btn {
          width: 100%; } }

.box {
  font-size: 1.8rem;
  position: relative;
  padding: 150px 0;
  background: #005b97;
  background: linear-gradient(180deg, #005b97 0%, #57b99d 100%); }
  @media (max-width: 767px) {
    .box {
      padding: 80px 0 150px; } }
  .box .container {
    display: flex;
    align-items: center;
    justify-content: center; }
  .box__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-self: center;
    border-radius: 15px;
    background-color: white;
    padding: 50px 100px;
    box-shadow: 0px 0px 21px -7px black;
    width: 80%;
    min-height: 550px; }
    @media (max-width: 767px) {
      .box__content {
        padding: 50px 50px;
        width: 90%; } }
    @media (max-width: 574px) {
      .box__content {
        padding: 30px 30px; } }
  .box__step {
    flex: 1;
    display: flex;
    flex-direction: column; }
    .box__step footer {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: end;
      margin-top: 50px;
      text-align: center; }
  .box .row {
    margin-bottom: 15px; }
  .box__title {
    color: #005b97;
    margin-bottom: 15px; }
  .box__instructions {
    font-size: 1.3rem; }
  .box__description {
    font-size: 1.6rem; }
  .box__dots {
    position: absolute;
    bottom: -80px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center; }
    .box__dots ul {
      margin: 0;
      padding: 0; }
      .box__dots ul li a {
        color: white;
        font-weight: 500;
        background-color: #005b97;
        border-radius: 50%;
        padding: 10px;
        opacity: .5;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.8rem; }
        .box__dots ul li a.selected {
          opacity: 1; }
        .box__dots ul li a:hover {
          text-decoration: none; }
      .box__dots ul li:nth-child(2) {
        margin: 0 40px; }

select, input[type="text"], input[type="checkbox"] {
  border-color: #57b99d; }

select, input[type="text"] {
  border-radius: 20px;
  color: #071d49;
  font-size: 1.8rem;
  padding: 10px 15px;
  width: 100%; }
  select:focus, input[type="text"]:focus {
    box-shadow: none;
    border-color: #57b99d; }

label {
  font-size: 1.8rem;
  line-height: 1.2; }

.input-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 225px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer; }
  .input-file__trigger {
    cursor: pointer;
    border: solid 1px #57b99d;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px; }
    .input-file__trigger img {
      margin-right: 20px;
      width: 59px;
      height: 62px; }
    .input-file__trigger span {
      margin-top: 5px;
      font-size: 11px;
      display: block; }

/*#region GENERAL */
/*#endregion */
/*#region FORM*/
/*#endregion*/
@media (min-width: 1200px) {
  .container {
    max-width: 1315px; } }
@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 15px; } }
.pointer-events--none {
  pointer-events: none; }

.farmacy {
  position: relative; }
  .farmacy.box-sc {
    margin: -150px 0 100px;
    background-color: white; }
    @media (max-width: 767px) {
      .farmacy.box-sc {
        margin: -50px 0 50px; } }
  .farmacy__tel, .farmacy__tel:focus, .farmacy__tel:active {
    outline: none;
    box-shadow: none;
    color: #3d3d3d;
    text-decoration: none; }
  .farmacy__loading {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    background: rgba(255, 255, 255, 0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transform: translateY(-100%);
    transition: all ease-in-out .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .farmacy__loading.show {
      transform: translateY(0); }
    .farmacy__loading .spinner-border {
      width: 40px;
      height: 40px; }
  .farmacy__wrapper-map {
    position: relative;
    height: 95%;
    overflow: hidden;
    width: 90%; }
    @media (max-width: 991px) {
      .farmacy__wrapper-map {
        min-height: 400px; } }
  .farmacy__map {
    position: relative;
    overflow: hidden;
    background-color: white;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 100%; }
  .farmacy .btn {
    padding: 10px 25px;
    font-size: 1.2rem; }

.cookie-notice {
  position: fixed;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 0;
  padding: 30px 20px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 1.6rem;
  color: white;
  transform: translateY(100%);
  transition: all ease-in-out .5s; }
  @media (max-width: 575px) {
    .cookie-notice {
      flex-direction: column;
      padding: 20px; }
      .cookie-notice .btn {
        margin-top: 10px !important; } }
  .cookie-notice.show {
    transform: translateY(0); }
  .cookie-notice p {
    margin: 0 50px 0; }
    @media (max-width: 575px) {
      .cookie-notice p {
        margin: 0 0 10px 0; } }
  .cookie-notice .btn {
    font-size: 1.4rem;
    margin: 0 10px;
    background-color: white; }

.modal {
  font-size: 1.8rem; }
  .modal-content {
    padding: 30px 30px; }

#form-register [class^=col] {
  align-self: self-start; }

.regulamento .box .h4 {
  margin: 20px 0 5px; }
.regulamento .box .h5 {
  margin: 10px 0 5px; }
.regulamento .box p {
  margin-bottom: 15px; }

html {
  overflow-x: hidden !important;
  font-size: 10px;
  height: 100%; }
  @media (max-width: 1199px) {
    html {
      font-size: 10px; } }
  @media (max-width: 991px) {
    html {
      font-size: 10px; } }
  @media (max-width: 767px) {
    html {
      font-size: 10px; } }
  @media (max-width: 769px) {
    html {
      font-size: 9px; } }
  html body {
    font-size: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #3d3d3d;
    height: 100%;
    background-color: white;
    overflow-x: hidden; }
    html body .mobile {
      display: none; }
      @media (max-width: 767px) {
        html body .mobile {
          display: flex !important; } }
    html body .desk {
      display: none; }
      @media (min-width: 768px) {
        html body .desk {
          display: flex !important; } }
    html body .inner-text {
      padding-left: 25px; }
    html body .behind {
      z-index: -1 !important; }
    html body label.error, html body span.text-danger, html body span.field-validation-error {
      display: block;
      margin-top: 3px;
      color: red;
      font-size: 11px; }
    html body main {
      overflow-x: hidden; }
    html body p {
      margin-bottom: 15px;
      font-weight: 300; }

.pointer-events--none {
  pointer-events: none; }

@media (min-width: 1200px) {
  .container {
    max-width: 1315px; } }
@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 15px; } }
