@import url('https://fonts.googleapis.com/css2?family=Glory:wght@400;500;600;700&display=swap');

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, 
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, menu, nav, section { display: block; }
body { line-height: 1; }
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; }

:root {
  --color-brand-1: #C10230;
  --color-brand-2: #303030;
  --color-brand-3: #77001c;
  --color-brand-4: #ededed;
}

:focus {
  outline: none;
}

::placeholder {
  color: var(--color-brand-2) !important;
  opacity: 1;
}

.c-brand-1 {
  color: var(--color-brand-1) !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FFF;
  overflow-x: hidden;
  font-family: Glory, sans-serif;
  color: var(--color-brand-2);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
span,
div,
input,
select,
a,
button,
legend {
  font-family: Glory, sans-serif;
}

strong {
  font-weight: 700;
}

.h1 {
  font-weight: 400;
  font-size: 30px;
  line-height: 31.36px;    
  margin-bottom: 15px;
}

.h2 {
  font-weight: 500;
  font-size: 18px;
  /* line-height: 48px;     */
  color: var(--color-brand-2);
  margin-bottom: 20px;
}

.h3 {
  font-weight: 500;
  font-size: 28px;
  /* line-height: 48px;     */
  color: var(--color-brand-2);
  margin-bottom: 20px;
}

.fw-600 {
  font-weight: 600;
}

.fs-5 {
  font-size: 20px;
}

.container {
  max-width: 1180px;
}

.nav-item {
  height: 55px;
}

.nav-link {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.btn {
  font-size: 12px;
  padding: 12px 24px;
  width: 200px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.text-primary {
 color: var(--color-brand-1) !important;
}

a.text-primary:hover {
  color: var(--color-brand-3) !important;
 }

.btn-primary {
  background-color: var(--color-brand-1);
  border-color: var(--color-brand-1);
}

.btn-primary:hover {
  background-color: var(--color-brand-3);
  border-color: var(--color-brand-3);
}

.btn .text-primary:hover {
  color: #fff !important;
}

.btn-secondary {
  font-weight: 500;
  background-color: var(--color-brand-2);
  border-color: var(--color-brand-2);
}

.btn-secondary:hover {
  background-color: var(--color-brand-1) !important;
  border-color: var(--color-brand-1) !important;
}

a.text-secondary:hover {
  color: #fff !important;

}

.btn-menu {
  max-width: 211px !important;
}

.btn-light {
  color: var(--color-brand-1);
  background-color: #fff;
}

.rounded-pill {
  border-radius: 30px;
}

.btn-320w {
  width: 320px !important;
}

.navbar-light .navbar-toggler-icon {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyNCAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeT0iMC41IiB3aWR0aD0iMjQiIGhlaWdodD0iNCIgcng9IjIiIGZpbGw9IiNDMTAyMzAiLz4KPHJlY3QgeT0iOS41IiB3aWR0aD0iMjQiIGhlaWdodD0iNCIgcng9IjIiIGZpbGw9IiNDMTAyMzAiLz4KPHJlY3QgeT0iMTguNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjQiIHJ4PSIyIiBmaWxsPSIjQzEwMjMwIi8+Cjwvc3ZnPgo=);
  max-width: 24px;
}

.navbar-light .navbar-toggler {
	border-color: transparent;
}

.card-picture {
  width: 113px;
  height: 198px;
}

.card-number {
  font-weight: 500;
  font-size: 31px;
  line-height: 35px;
  color: #CACACA;
}

.card-body-content {
  max-width: 190px;
}

.card-texts {
  border-radius: 18px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: -40px;
  z-index: 2;
  position: relative;
  /* min-height: 168px; */
}

.card-text {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
}

/* Carrossel */

.swiper {
  padding-bottom: 54px;
}

.swiper-pagination-bullet-active {
  background: var(--color-brand-1,var(--swiper-theme-color)) !important;
  width: 35px !important;
}

.swiper-pagination-bullet {
  width: 17px;
	height: 6px;
	display: inline-block;
	border-radius: 20px;
	background: #D9D9D9;
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
  transition: all ease-in-out 300ms;
}

.swiper-horizontal > .swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
/* end ↑ Carrossel */

.compre-online {
  position: relative;
  z-index: 2;
  padding-bottom: 150px !important;
}

/*.mapa {
  min-height: 830.63px;
  background-image: url(imagens/bg-mapa.webp);
  background-position: 23% 0;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 61px;
  padding-bottom: 130px;
  margin-top: -140px;
  position: relative;
  z-index: 1;
}

.mapa-nordeste {
  max-width: 320px;
}*/

section {
  scroll-padding-top: 87px !important;
  scroll-margin-top: 87px;
}

.meta {
  background-color: #fafafa;
}

.card-meta {
  /* cursor: pointer; */
  max-width: 328px;
  margin: 0 auto;
}

.cards-meta-gap {
  gap: 30px;
}

/* .card-meta-description {
  visibility: hidden !important;
  height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
} */

.card-meta-title {
  font-weight: 600;
  top: 88px;
  left: 50%;
  /* transform: translateX(-50%); */
  /* white-space: nowrap; */
  /* transition: all 0.3s ease-in-out; */
}

.card-meta-picture {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.16);
  border-radius: 18px;
  transition: all 0.3s ease-in-out;
}

.sombra {
  margin-bottom: 24px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 24px rgba(0, 0, 0, 0.16);
}

/* Accordion */
.accordion-button:not(.collapsed) {
  color: var(--color-brand-3);
	background-color: #fafafa;
  
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
	filter: grayscale(100);
}
/* end Accordion */

.card-meta-picture img {
  height: auto;
  min-width: 328px;
  /* filter: brightness(0.65); */
  transition: all 0.3s ease-in-out;
}

.card-meta-picture > img.no-filter {
  /* filter: none; */
}

.card-meta-title.translate-transform {
  /* transform: none; */
}

/* .card-meta-description.no-hidden {
  visibility: visible !important;
  opacity: 1;
  height: 80px;
} */



.mais-3-decadas {
  background-color: #fafafa;
  /* padding-top: 125px; */
  /* margin-top: -120px; */
}

.swiper-3-decadas .card-text {
  margin-top: 12px;
}

.tipos-row {
  gap: 16px;
}

.swiper-tipos {
  padding-bottom: 34px;
}

.card-medicamento {
  min-width: 150px;
  max-width: 215px;
  height: 224px;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.07);
  border-radius: 17px;
  padding: 12px 17px 24px;
  margin: 0 8px 20px;
}

.card-medicamento .card-text {
  font-size: 20px;
  line-height: 21.28px; 
  padding-top: 2px;
  padding-bottom: 49px;
}

.card-medicamento a {
  font-size: 15px;
  font-weight: 700;
}

.cards-duvidas {
  gap: 21px;
}

.duvidas-title {
  color: var(--color-brand-1);
  font-weight: 600;
}


.card-body-content > picture > img {
	height: 164px;
	width: 100%;
}

.card-texts {
  min-height: 249px;
}

@media ( min-width: 768px) {
  .card-body-content > picture > img {
    height: auto;
  }

  .card-texts {
   min-height: 214px;
  }

  .card-meta-title {
    top: 171px;
  }

  .card-meta {
    max-width: 199px;
  }

  .card-meta-picture img {
    height: 364px;
    min-width: 199px;
  }  
  
  .roval .content {
    background-image: url(imagens/roval_a_sua_farmacia_de_manipulacao.webp);
    mix-blend-mode: darken;
    min-height: 639px;
    /* background-position: calc(100% + 53px) 0; */
    background-position: calc(100%) 0;
    background-size: 669px;
    background-repeat: no-repeat;
  }

  .cards-duvidas {
    gap: 115px;
  }
  .card-duvida {
    max-width: 244px;
  }
  .h1 {
    font-size: 39px;
    line-height: 43.66px;    
    margin-bottom: 24px;
  }
  
  .h2 {
    font-weight: 500;
    font-size: 25px;
    line-height: 28px;    
  }
  
  /* 
  .h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 48px;     
    color: var(--color-brand-2);
    margin-bottom: 20px;
  } 
  */

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-mt-0 {
    padding-top: 0 !important;
  }

  .mr-ml-0 {
    margin-right: 0 !important;
  }

  .mr-md-36 {
    margin-right: 36px !important;
  }

  .pt-md-146 {
    padding-top: 146px;
  }

  .pb-md-168 {
    padding-bottom: 168px;
  }

  .text-md-left {
    text-align: left !important;
  }

  .btn {
    width: 225px;
    font-size: 15px;
    white-space: nowrap;
  }
  
  .btn-menu {
    min-width: 211px !important;
  }

  .swiper-tipos {
    overflow: visible;
  }

  .swiper-compre-online .swiper-slide {
    width: 277px !important;
  } 

  .card-body-content {
    max-width: initial;
  }

  .card-medicamento {
    min-width: 200px;
  }

  .mapa {
    min-height: 830.63px;
    background-position: top center;
  }
 
  .tipos-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
   
}@import url('https://fonts.googleapis.com/css2?family=Glory:wght@400;500;600;700&display=swap');

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, 
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, menu, nav, section { display: block; }
body { line-height: 1; }
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; }

:root {
  --color-brand-1: #C10230;
  --color-brand-2: #303030;
  --color-brand-3: #77001c;
  --color-brand-4: #ededed;
}

:focus {
  outline: none;
}

::placeholder {
  color: var(--color-brand-2) !important;
  opacity: 1;
}

.c-brand-1 {
  color: var(--color-brand-1) !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FFF;
  overflow-x: hidden;
  font-family: Glory, sans-serif;
  color: var(--color-brand-2);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
span,
div,
input,
select,
a,
button,
legend {
  font-family: Glory, sans-serif;
}

strong {
  font-weight: 700;
}

.h1 {
  font-weight: 400;
  font-size: 30px;
  line-height: 31.36px;    
  margin-bottom: 15px;
}

.h2 {
  font-weight: 500;
  font-size: 18px;
  /* line-height: 48px;     */
  color: var(--color-brand-2);
  margin-bottom: 20px;
}

.h3 {
  font-weight: 500;
  font-size: 28px;
  /* line-height: 48px;     */
  color: var(--color-brand-2);
  margin-bottom: 20px;
}

.fw-600 {
  font-weight: 600;
}

.fs-5 {
  font-size: 20px;
}

.btn {
  font-size: 12px;
  padding: 12px 24px;
  width: 220px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.text-primary {
 color: var(--color-brand-1) !important;
}

a.text-primary:hover {
  color: var(--color-brand-3) !important;
 }

.btn-primary {
  background-color: var(--color-brand-1);
  border-color: var(--color-brand-1);
}

.btn-primary:hover {
  background-color: var(--color-brand-3);
  border-color: var(--color-brand-3);
}

.btn .text-primary:hover {
  color: #fff !important;
}

.btn-secondary {
  font-weight: 500;
  background-color: var(--color-brand-2);
  border-color: var(--color-brand-2);
}

.btn-secondary:hover {
  background-color: var(--color-brand-1) !important;
  border-color: var(--color-brand-1) !important;
}

a.text-secondary:hover {
  color: #fff !important;

}

.btn-menu {
  max-width: 211px !important;
}

.btn-light {
  color: var(--color-brand-1);
  background-color: #fff;
}

.rounded-pill {
  border-radius: 30px;
}

.btn-320w {
  width: 320px !important;
}

.navbar-light .navbar-toggler-icon {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyNCAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeT0iMC41IiB3aWR0aD0iMjQiIGhlaWdodD0iNCIgcng9IjIiIGZpbGw9IiNDMTAyMzAiLz4KPHJlY3QgeT0iOS41IiB3aWR0aD0iMjQiIGhlaWdodD0iNCIgcng9IjIiIGZpbGw9IiNDMTAyMzAiLz4KPHJlY3QgeT0iMTguNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjQiIHJ4PSIyIiBmaWxsPSIjQzEwMjMwIi8+Cjwvc3ZnPgo=);
  max-width: 24px;
}

.navbar-light .navbar-toggler {
	border-color: transparent;
}

.card-picture {
  width: 113px;
  height: 198px;
}

.card-number {
  font-weight: 500;
  font-size: 31px;
  line-height: 35px;
  color: #CACACA;
}

.card-body-content {
  max-width: 185px;
}

.card-texts {
  border-radius: 18px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: -40px;
  z-index: 2;
  position: relative;
  /* min-height: 214px; */
}

.card-text {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
}

/* Carrossel */

.swiper {
  padding-bottom: 54px;
}

.swiper-pagination-bullet-active {
  background: var(--color-brand-1,var(--swiper-theme-color)) !important;
  width: 35px !important;
}

.swiper-pagination-bullet {
  width: 17px;
	height: 6px;
	display: inline-block;
	border-radius: 20px;
	background: #D9D9D9;
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
  transition: all ease-in-out 300ms;
}

.swiper-horizontal > .swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
/* end ↑ Carrossel */

.compre-online {
  position: relative;
  z-index: 2;
  padding-bottom: 55px !important;
}

.mapa {
  min-height: 830.63px;
  background-image: url(imagens/bg-mapa.webp);
  /* background-color: #b7022e; */
  background-position: 23% 0;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 61px;
  padding-bottom: 130px;
  margin-top: -140px;
  position: relative;
  z-index: 1;
}

.mapa-nordeste {
  max-width: 320px;
}

.mais-3-decadas {
  background-color: #fafafa;
  /* padding-top: 125px; */
  /* margin-top: -120px; */
}

.swiper-3-decadas .card-text {
  margin-top: 12px;
}

.tipos-row {
  gap: 16px;
}

.swiper-tipos {
  padding-bottom: 34px;
}

.medicamentos-tipos {
background-color: var(--color-brand-1);
}

.card-medicamento {
  min-width: 150px;
  max-width: 215px;
  height: 224px;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.07);
  border-radius: 17px;
  padding: 12px 17px 24px;
  margin: 0 8px 20px;
}

.card-medicamento .card-text {
  font-size: 20px;
  line-height: 21.28px; 
  padding-top: 2px;
  padding-bottom: 49px;
}

.card-medicamento a {
  font-size: 15px;
  font-weight: 700;
}

.roval {
  background-color: #f7f7f7;
}

.roval .left {
  max-width: 580px;
}

.lista .highlight {
  color: var(--color-brand-1);
}

.roval .lista li {
  marker: var(--color-brand-1);
}

.roval .lista li:before {
  content: "•";
  color: var(--color-brand-1);
  margin-right: 7px;
}


@media ( min-width: 768px) {
  .h1 {
    font-size: 39px;
    line-height: 43.66px;    
    margin-bottom: 26px;
  }
  
  .h2 {
    font-weight: 500;
    font-size: 25px;
    line-height: 28px;    
  }
  
  /* 
  .h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 48px;     
    color: var(--color-brand-2);
    margin-bottom: 20px;
  } 
  */

  .roval .content .title {
    margin-top: 146px !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-mt-0 {
    padding-top: 0 !important;
  }

  .mr-ml-0 {
    margin-right: 0 !important;
  }

  .mr-md-36 {
    margin-right: 36px !important;
  }

  .pt-md-146 {
    padding-top: 146px;
  }

  .pb-md-168 {
    padding-bottom: 168px;
  }

  .text-md-left {
    text-align: left !important;
  }

  .btn {
    width: 225px;
    font-size: 15px;
  }
  
  .btn-menu {
    min-width: 211px !important;
  }

  .swiper-tipos {
    overflow: visible;
  }

  .swiper-compre-online .swiper-slide {
    width: 277px !important;
  } 

  .card-body-content {
    max-width: initial;
  }

  .card-medicamento {
    min-width: 200px;
  }

  .mapa {
    min-height: 830.63px;
    background-position: top center;
  }
 
  .tipos-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
   
}