@charset "UTF-8";
/*
Theme Name: Programa Conviva Bem :: novo visual
Theme URI: https://convivabem.com.br
Author: Dalí Team & GHOSTi Team
Description: Tema desenvolvido para a nova versão do website do Programa Conviva Bem da empresa Merck Brasil.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@font-face {
  font-family: "Verdana";
  src: url(assets/fonts/Verdana/Verdana.eot);
  src: url(assets/fonts/Verdana/Verdana.eot?#iefix) format("embedded-opentype"), url(assets/fonts/Verdana/Verdana.otf) format("otf"), url(assets/fonts/Verdana/Verdana.svg#Verdana) format("svg"), url(assets/fonts/Verdana/Verdana.ttf) format("truetype"), url(assets/fonts/Verdana/Verdana.woff) format("woff");
}
@font-face {
  font-family: "Verdana Bold";
  src: url(assets/fonts/Verdana-Bold/Verdana-Bold.eot);
  src: url(assets/fonts/Verdana-Bold/Verdana-Bold.eot?#iefix) format("embedded-opentype"), url(assets/fonts/Verdana-Bold/Verdana-Bold.otf) format("otf"), url(assets/fonts/Verdana-Bold/Verdana-Bold.svg#Verdana-Bold) format("svg"), url(assets/fonts/Verdana-Bold/Verdana-Bold.ttf) format("truetype"), url(assets/fonts/Verdana-Bold/Verdana-Bold.woff) format("woff");
}
@font-face {
  font-family: "Merck-Regular";
  src: url("assets/fonts/Merck-Regular/Merck-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Merck-Regular/Merck-Regular.woff") format("woff"), url("assets/fonts/Merck-Regular/Merck-Regular.ttf") format("truetype"), url("assets/fonts/Merck-Regular/Merck-Regular.svg#Merck-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* TYPOGRAPHY
-------------------------------------------------- */
/* COLORS DEFAULT
-------------------------------------------------- */
/* GLOBAL
-------------------------------------------------- */
/* GLOBAL
-------------------------------------------------- */
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
input,
button,
select,
textarea {
  font-family: "Verdana", sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
}

html {
  position: relative;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 100;
}

/* GROUPING
-------------------------------------------------- */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

ul {
  font-family: "Verdana", sans-serif;
  font-size: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* TEXT-LEVEL SEMANTIC
-------------------------------------------------- */
b, strong {
  font-family: "Verdana Bold", sans-serif;
  font-weight: 100;
}

p {
  font-size: 1rem;
  line-height: 1.8rem;
}

a {
  color: #ee3d96;
  text-decoration: none;
}

a:hover, a:focus {
  color: #16becf;
  text-decoration: none;
}

.btn.active, .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none;
}

/* FORMS
-------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  border: 0;
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  box-shadow: none;
  outline: 0 none;
}

.navbar-front {
  background-color: white;
}
.navbar-front .nav-link {
  background-color: transparent;
  color: #ee3d96;
  font-size: 0.9rem;
  line-height: 1.2;
}
.navbar-front .nav-link:hover, .navbar-front .nav-link:focus, .navbar-front .nav-link.active {
  color: #522e91;
}
.navbar-front .btn-navbar {
  background-color: #ee3d96;
  border-color: #ee3d96;
  border-radius: 0.9rem;
  color: white;
  font-size: 0.9rem;
  padding: 0.45rem 1.4rem 0.3rem;
}
.navbar-front .btn-navbar:hover, .navbar-front .btn-navbar:focus {
  background-color: #522e91;
  border-color: #522e91;
}
.navbar-front .btn-navbar.active {
  background-color: #522e91;
  border-color: #522e91;
}
.navbar-front .btn-navbar.active:hover, .navbar-front .btn-navbar.active:focus {
  background-color: #522e91;
  border-color: #522e91;
}
.navbar-front .btn-logged {
  background-color: #522e91;
  border-color: #522e91;
  border-radius: 0.9rem;
  color: white;
  font-size: 0.9rem;
  padding: 0.25rem 1.3rem 0.15rem;
}
.navbar-front .btn-logged:hover, .navbar-front .btn-logged:focus {
  background-color: #522e91;
  border-color: #522e91;
  color: white;
}
.navbar-front.__2p {
  padding-bottom: 4.7rem;
}
.navbar-front.__3p {
  padding-bottom: 6.7rem;
}
.navbar-front.__4p {
  padding-bottom: 8.7rem;
}
.navbar-front.__6p {
  padding-bottom: 13.1rem;
}
.navbar-front.__7p {
  padding-bottom: 14.7rem;
}

.navbar-toggle {
  padding: 13px 10px 10px;
}

.navbar-toggle .icon-bar {
  background-color: #484c55;
}

.navbar-brand img {
  height: 45px;
  width: auto;
}

.dropdown-content {
  background-color: white;
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 2;
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.nav-dropdown:hover .dropdown-content {
  display: block;
}

@media only screen and (min-width: 768px) {
  .navbar-brand img {
    height: 74px;
  }
}
/* MOBILE
-------------------------------------------------- */
.navbar-toggler {
  border: 0;
  display: flex;
  padding: 0;
  position: relative;
  width: 35px;
  height: 25px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar-toggler span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #522e91;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar-toggler span:nth-child(1) {
  top: 0;
}
.navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(3) {
  top: 9px;
}
.navbar-toggler span:nth-child(4) {
  top: 18px;
}
.navbar-toggler.open span:nth-child(1) {
  top: 9px;
  width: 0;
  left: 50%;
}
.navbar-toggler.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggler.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggler.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.nav-mobile {
  background: white;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
  right: -100%;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1010;
}
.nav-mobile.active {
  opacity: 1;
  right: 0%;
  overflow: scroll;
}
.nav-mobile .btn-navbar {
  background-color: #ee3d96;
  border-color: #ee3d96;
  border-radius: 0.9rem;
  color: white;
  font-size: 0.9rem;
  padding: 0.45rem 1.4rem 0.3rem;
}
.nav-mobile .btn-navbar:hover, .nav-mobile .btn-navbar:focus, .nav-mobile .btn-navbar.active {
  background-color: white;
  border-color: white;
  color: #522e91;
}
.nav-mobile .nav-link.active {
  font-family: "Verdana Bold", sans-serif;
  font-weight: 100;
  color: #522e91;
}
.nav-mobile .accordion-item {
  border: 0 !important;
}
.nav-mobile .accordion-item .accordion-button {
  color: #ee3d96;
  text-transform: uppercase;
}
.nav-mobile .accordion-item .accordion-button::after {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" fill="%23ee3d96"><path d="M4 .755l14.374 11.245-14.374 11.219.619.781 15.381-12-15.391-12-.609.755z"/></svg>');
  background-size: 17px;
  margin-left: 15px;
}
.nav-mobile .accordion-item .accordion-button.active {
  color: #522e91;
}
.nav-mobile .accordion-item .accordion-button.active::after {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" fill="%23522e91"><path d="M4 .755l14.374 11.245-14.374 11.219.619.781 15.381-12-15.391-12-.609.755z"/></svg>');
}
.nav-mobile .accordion-item .accordion-button:not(.collapsed) {
  background-color: white;
  box-shadow: none;
}
.nav-mobile .accordion-item .accordion-button:not(.collapsed)::after {
  transform: matrix(0, 1, -1, 0, 1, 1) !important;
}
.nav-mobile .accordion-item .accordion-button.__only::after {
  background-image: none;
}
.nav-mobile ul.accordion-menu {
  list-style: none;
}
.nav-mobile ul.accordion-menu li a {
  background-color: transparent;
  border-radius: 2rem;
  color: #ee3d96;
  line-height: 1;
  font-size: 1.1rem;
  padding: 0.7rem 0 0.4rem !important;
}
.nav-mobile ul.accordion-menu li a.active {
  font-family: "Verdana Bold", sans-serif;
  font-weight: 100;
  color: #522e91;
}

/* GLOBAL
-------------------------------------------------- */
html, body {
  background-color: white;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

body {
  color: black;
  min-height: 75rem;
  padding-top: 4.5rem;
}

.ff-merck {
  font-family: "Merck-Regular", sans-serif;
}

.bg-purple {
  background-color: #522e91;
}

.bg-pink {
  background-color: #ee3d96;
}

.bg-yellow {
  background-color: #ffcb05;
}

.bg-cyan {
  background-color: #16becf !important;
}

.bg-blue {
  background-color: #0f69ae !important;
}

.bg-white {
  background-color: white;
}

.c-purple {
  color: #522e91 !important;
}

.c-pink {
  color: #ee3d96 !important;
}

.c-yellow {
  color: #ffcb05 !important;
}

.c-cyan {
  color: #16becf !important;
}

.c-blue {
  color: #0f69ae !important;
}

.c-white {
  color: white !important;
}

.fs-9 {
  font-size: 0.9rem !important;
}

.fs-8 {
  font-size: 0.8rem !important;
}

.title-high {
  font-size: 2.2rem;
  line-height: 1.3;
}
.title-high img {
  width: 4rem;
}
.title-high.__mobile {
  font-size: 1.75rem;
}

.title-card {
  font-size: 1.7rem;
  line-height: 1.3;
}

.p-tags {
  font-size: 0.9rem;
  line-height: 3.5;
}

.p-refs {
  font-size: 0.75rem;
  line-height: 1.4;
  word-wrap: break-word;
}

.ul-tags {
  font-size: 0.9rem;
  line-height: 1.5;
  padding-left: 1rem;
  list-style: disc;
}

.hr-white {
  border-color: white;
  opacity: 0.5;
}

@media (min-width: 768px) {
  body {
    padding-top: 6rem;
  }
  .title-high {
    font-size: 4.3rem;
    line-height: 1.2;
  }
  .title-high.__small {
    font-size: 3.2rem;
  }
  .title-high img {
    width: auto;
  }
  .title-high.__mobile {
    font-size: 4.3rem;
  }
  .title-card {
    font-size: 1.9rem;
  }
  .title-card small {
    font-size: 1.3rem;
  }
}
/* MAIN
-------------------------------------------------- */
section {
  padding: 3rem 0;
}

.bg-drops-pink {
  background: url("assets/images/backgrounds/drops-right-pink.png") no-repeat scroll top 25px right -20px #16becf;
  background-size: auto 20%;
}

.bg-drops-yellow {
  background: url("assets/images/backgrounds/drops-right-yellow.png") no-repeat scroll top 22rem right #16becf;
  background-size: 40vw auto;
  padding-bottom: 5rem;
}
.bg-drops-yellow.__bg-none {
  background-image: none;
}

.bg-curve-purple {
  background: url("assets/images/backgrounds/curve-bottom-purple.jpg") no-repeat scroll top center #522e91;
  background-size: 107% auto;
}

.bg-beehive-yellow {
  background: url("assets/images/backgrounds/beehive-bottom-yellow.png") no-repeat scroll bottom center #0f69ae;
  background-size: 120% auto;
  padding-bottom: 9rem;
}

.bg-beehive-pink {
  background: url("assets/images/backgrounds/beehive-right-pink.png") no-repeat scroll right top 6% #522e91;
  background-size: 45% auto;
}

.bg-beehive-pink2 {
  background: url("assets/images/backgrounds/beehive-right-pink.png") no-repeat scroll right -46% top #522e91;
  background-size: 40% auto;
}

.drops-pink-img {
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  width: 26vw;
  z-index: 9;
}
.drops-pink-img.__small {
  left: -7rem;
}

.drops-yellow-img1 {
  position: absolute;
  top: -2rem;
  right: -4%;
  width: 45%;
}

.beehive-pink-img1 {
  position: absolute;
  bottom: 10rem;
  left: -8%;
  width: 45vw;
}

.beehive-pink-img2 {
  position: absolute;
  top: 2rem;
  right: 0;
  width: 31vw;
  z-index: 9;
}
.beehive-pink-img2.__small {
  width: 27vw;
}

.beehive-pink-img3 {
  position: absolute;
  top: -55rem;
  left: 0;
  width: 47vw;
}

.beehive-pink-img4 {
  position: absolute;
  bottom: -13rem;
  left: 0;
  width: 29vw;
}

.beehive-pink-img5 {
  position: absolute;
  bottom: -14rem;
  left: 0;
  width: 35vw;
}

.beehive-pink-img6 {
  position: absolute;
  bottom: 9rem;
  right: 0;
  width: 24vw;
}

.beehive-yellow-img1 {
  position: absolute;
  top: -5rem;
  left: -1%;
  width: 50vw;
}

.beehive-yellow-img2 {
  position: absolute;
  bottom: -6rem;
  left: -1%;
  width: 27.4vw;
}
.beehive-yellow-img2.__plusbottom {
  bottom: -100vh !important;
}

.beehive-yellow-img2_2 {
  position: absolute;
  bottom: 18%;
  left: -1%;
  width: 27.4vw;
}

.beehive-yellow-img3 {
  position: absolute;
  top: 65rem;
  left: -12%;
  width: 40vw;
}

.beehive-purple-img {
  position: absolute;
  bottom: -29rem;
  right: 0;
  width: 31vw;
}

.shape-yellow {
  margin-bottom: 15rem;
}
.shape-yellow .shape-yellow-img {
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  width: 200%;
}
.shape-yellow .shape-yellow-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.shape-yellow .shape-yellow-video {
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shape-pink-rounded {
  background-color: #ee3d96;
  border-radius: 0.8rem;
}

.shape-white-rounded {
  background-color: white;
  border-radius: 0.8rem;
}

.line-purple {
  border-top: 1px solid #522e91;
  opacity: 0.39;
}

.line-cyan {
  border-top: 1px solid #16becf;
  opacity: 0.39;
}

.line-white {
  border-top: 1px solid white;
  opacity: 0.39;
}

.tips-content p, .tips-content ul {
  color: #522e91;
  margin-bottom: 1rem;
}
.tips-content p img {
  margin-bottom: 2rem;
  height: auto;
  width: 100%;
}
.tips-content .tips-limit-gradient {
  background: -moz-linear-gradient(90deg, rgb(29, 190, 207) 7%, rgba(29, 190, 207, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(29, 190, 207) 7%, rgba(29, 190, 207, 0) 100%);
  background: -o-linear-gradient(90deg, rgb(29, 190, 207) 7%, rgba(29, 190, 207, 0) 100%);
  background: -ms-linear-gradient(90deg, rgb(29, 190, 207) 7%, rgba(29, 190, 207, 0) 100%);
  background: linear-gradient(0deg, rgb(29, 190, 207) 7%, rgba(29, 190, 207, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80%;
  width: 100%;
  z-index: 9;
}
.tips-content .rounded-img {
  border-radius: 15px;
}

.aside-nav {
  border-radius: 0.8rem;
  padding: 1.5rem 2.1rem;
}
.aside-nav li a {
  font-size: 0.9rem;
}
.aside-nav li a:hover, .aside-nav li a:focus, .aside-nav li a.active {
  color: #522e91;
}

.toc-nav .toc-nav-toggle {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.4rem;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.toc-nav .toc-nav-toggle svg {
  width: 1em;
  height: 1em;
  fill: currentcolor;
}
.toc-nav .toc-nav-toggle:focus, .toc-nav .toc-nav-toggle:hover {
  color: #522e91;
}
.toc-nav .toc-nav-collapse nav {
  background-color: rgb(248, 249, 250);
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  padding: 1rem 1.25rem;
}
.toc-nav .toc-nav-collapse nav a {
  font-size: 0.9rem;
}
.toc-nav .toc-nav-collapse nav a:hover, .toc-nav .toc-nav-collapse nav a:focus, .toc-nav .toc-nav-collapse nav a.active {
  color: #522e91;
}

@media (min-width: 768px) {
  section {
    padding: 5rem 0;
  }
  .bg-drops-pink {
    background-position: top right;
    background-size: auto 75%;
  }
  .bg-drops-yellow {
    background-position: top 4rem right;
    background-size: auto 45vw;
  }
  .bg-drops-yellow.__bg-none {
    background: url("assets/images/backgrounds/drops-right-yellow.png") no-repeat scroll top 4rem right #16becf;
    background-size: auto 45vw;
  }
  .bg-curve-purple {
    background-size: auto;
  }
  .bg-beehive-yellow {
    background-size: auto;
    padding-bottom: 13rem;
  }
  .bg-beehive-pink {
    background-image: none;
    background-color: #522e91;
  }
  .drops-pink-img {
    bottom: unset;
    top: 21rem;
    left: 0;
    width: 29vw;
  }
  .beehive-pink-img1 {
    bottom: unset;
    top: 14rem;
    left: -1%;
    width: 30vw;
  }
  .beehive-pink-img3 {
    top: -28rem;
    left: 0;
    width: 31vw;
  }
  .beehive-yellow-img1 {
    top: -10rem;
    left: -1%;
    width: 34vw;
  }
  .shape-yellow {
    margin-bottom: 17rem;
  }
  .shape-yellow .shape-yellow-img {
    width: 100%;
  }
  .shape-yellow .shape-yellow-text {
    width: 60%;
  }
  .shape-yellow .shape-yellow-video {
    top: 95%;
  }
}
/* CARDS
-------------------------------------------------- */
.card.card-default {
  background: transparent;
  border: 0;
  border-radius: 0;
}

.card.card-podcast {
  background: transparent;
  border: 1px solid #16becf;
  border-radius: 0.8rem;
}
.card.card-podcast .card-body {
  padding: 1.2rem 1.4rem;
}

.card.card-blue {
  background: #0f69ae;
  border: 0;
  border-radius: 0.8rem;
  padding: 2rem;
  height: auto;
}

.card.card-height {
  background: transparent;
  border: 0;
  border-radius: 0;
}
.card.card-height .card-image {
  height: auto;
}
.card.card-height .card-image img {
  max-height: 100%;
  width: auto;
}

.card-play {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@media (min-width: 768px) {
  .card.card-podcast .card-body {
    padding: 1.6rem 2rem;
  }
  .card.card-blue {
    height: 230px;
  }
  .card.card-height .card-image {
    height: 300px;
  }
}
/* BUTTONS
-------------------------------------------------- */
.btn.btn-clean {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.active, .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-high {
  background-color: #ee3d96;
  border: none;
  border-radius: 0.8rem;
  color: white;
  font-size: 1.1rem;
  line-height: 1.2;
  padding: 1.1rem 1.5rem 0.9rem;
  overflow: hidden;
  white-space: nowrap;
}
.btn.btn-high:hover, .btn.btn-high:focus {
  background-color: #522e91;
}
.btn.btn-high.__purple {
  background-color: #522e91;
}
.btn.btn-high.__purple:hover, .btn.btn-high.__purple:focus {
  background-color: #0f69ae;
}
.btn.btn-high.__pink {
  background-color: #ee3d96;
}
.btn.btn-high.__pink:hover, .btn.btn-high.__pink:focus {
  background-color: #0f69ae;
}
.btn.btn-high.__inline {
  font-size: 0.8rem;
  width: 75%;
}

.btn.btn-plus {
  background-color: #16becf;
  border: 0;
  border-radius: 50%;
  color: #522e91;
  font-size: 1.8rem;
  line-height: 0;
  padding: 0.4rem;
  position: relative;
  height: 2.6rem;
  width: 2.6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn.btn-plus:after {
  background: #522e91;
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  height: 3px;
  width: 50%;
  top: 50%;
  left: 50%;
}
.btn.btn-plus:before {
  background: #522e91;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
  width: 3px;
}
.btn.btn-plus:hover:after, .btn.btn-plus:hover:before, .btn.btn-plus:focus:after, .btn.btn-plus:focus:before {
  background: white;
}
.btn.btn-plus:not(.collapsed) {
  content: "";
  color: #16becf;
}
.btn.btn-plus:not(.collapsed)::after {
  background: white;
}
.btn.btn-plus:not(.collapsed):before {
  background-color: #16becf;
}

.btn.btn-glo {
  background-color: #16becf;
  border: 1px solid #522e91;
  border-radius: 1.2rem;
  color: #522e91;
  font-size: 0.8rem;
  line-height: 1.3;
  padding: 0.6rem 1.1rem 0.5rem;
}
.btn.btn-glo.__pink {
  background-color: #ee3d96;
  border: 1px solid #ee3d96;
  color: white;
}
.btn.btn-glo.__pink:hover, .btn.btn-glo.__pink:focus, .btn.btn-glo.__pink.active {
  background-color: #0f69ae !important;
  border: 1px solid #0f69ae !important;
  color: white !important;
}
.btn.btn-glo:hover, .btn.btn-glo:focus, .btn.btn-glo.active {
  background-color: #522e91;
  border: 1px solid #522e91;
  color: white;
}
.btn.btn-glo.__remove {
  border: 0;
}
.btn.btn-glo.__remove:hover, .btn.btn-glo.__remove:focus, .btn.btn-glo.__remove.active {
  background-color: #16becf;
  border: 0;
  color: #522e91;
  cursor: default;
}

.collapse-link::before {
  background-image: url("assets/images/icons/arrow-close.png");
  background-size: 10px 10px;
  content: "";
  display: inline-block;
  margin-bottom: 1px;
  margin-right: 4px;
  width: 10px;
  height: 10px;
}

.collapse-link:not(.collapsed):before {
  transform: rotate(90deg);
}

@media (min-width: 768px) {
  .btn.btn-high.__inline {
    width: 25%;
  }
}
.audio-style {
  background-color: #16becf;
}

/* TABLES
-------------------------------------------------- */
.table.table-admin {
  font-size: 0.9rem;
  color: #522e91;
}
.table.table-admin th, .table.table-admin td {
  border-bottom: 1px solid rgba(82, 46, 145, 0.39);
  box-shadow: none;
  font-weight: 100;
}
.table.table-admin thead {
  background-color: #522e91;
  color: white;
}
.table.table-admin thead th, .table.table-admin thead td {
  padding: 0.4rem 0.5rem 0.25rem;
}
.table.table-admin tbody th, .table.table-admin tbody td {
  padding: 0.7rem 0.5rem;
}

/* FOOTER
-------------------------------------------------- */
.footer {
  background: url("assets/images/backgrounds/footer.jpg") no-repeat scroll bottom right #16becf;
  background-size: 200% auto;
  padding-top: 3.5rem;
  padding-bottom: 8rem;
}
.footer p {
  margin-bottom: 10px;
  margin-top: 0;
}
.footer a, .footer a:hover, .footer a:focus {
  color: #522e91;
}
.footer a.link-small, .footer a.link-small:hover, .footer a.link-small:focus {
  font-size: 0.75rem;
}
.footer .__small {
  font-size: 0.75rem;
}
.footer .icon-svg {
  height: 50px;
  width: 50px;
}

.shape-footer-rounded {
  background-color: white;
  border-radius: 0.8rem;
  color: #522e91;
  padding: 2rem 2rem;
}

@media (min-width: 768px) {
  .footer {
    background: url("assets/images/backgrounds/footer.jpg") no-repeat scroll bottom center #16becf;
    background-size: 100% auto;
    padding-top: 5rem;
    padding-bottom: 16rem;
  }
  .shape-footer-rounded {
    padding: 4rem 0;
  }
}
/* FORMS
-------------------------------------------------- */
.form-label-default {
  font-size: 0.9rem;
}

.form-control-default {
  border-color: white;
  border-radius: 0.6rem;
  padding: 0.5rem 0.95rem;
}
.form-control-default.form-control-file {
  background-color: transparent;
  border: 0;
  color: white;
}
.form-control-default.form-control-file::file-selector-button {
  background-color: #522e91 !important;
  border-color: #522e91 !important;
  border-radius: 0.9rem !important;
  color: white !important;
  font-size: 0.9rem !important;
  font-family: "Verdana Bold", sans-serif !important;
}

.btn.btn-submit {
  background-color: #522e91;
  border-color: #522e91;
  border-radius: 0.9rem;
  color: white;
  font-size: 0.9rem;
  padding: 0.45rem 1.4rem 0.3rem;
}
.btn.btn-submit:hover, .btn.btn-submit:focus {
  background-color: #ee3d96;
  border-color: #ee3d96;
}

.btn-link {
  color: #522e91;
  font-size: 0.8rem;
}
.btn-link:hover, .btn-link:focus {
  color: white;
}

.form-check-label {
  font-size: 0.9rem;
}

.form-msg {
  color: white;
  font-family: "Verdana Bold", sans-serif;
  font-size: 0.8rem;
  line-height: 1.4rem;
}

.auth-error {
  color: #ee3d96;
  font-size: 0.8rem;
}

/* MODAL
-------------------------------------------------- */
.modal.modal-clean .modal-content {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal.modal-clean .btn-close {
  background-color: #16becf;
  border: 0;
  border-radius: 50%;
  color: white;
  font-size: 1.3rem;
  line-height: 1.1;
  height: 2.2rem;
  opacity: 1;
  padding: 0.4rem;
  position: absolute;
  top: -5px;
  right: -5px;
  transition: color 0.2s;
  width: 2.2rem;
  z-index: 999;
}
.modal.modal-clean .btn-close:hover, .modal.modal-clean .btn-close:focus {
  background-color: #ee3d96;
  color: white;
  opacity: 1;
}

.modal-backdrop {
  background-color: #522e91;
}

.modal.modal-merckcb .modal-dialog {
  margin: 0;
}

.modal.modal-merckcb .modal-content {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal.modal-merckcb .modal-header {
  background-color: #484c55;
  border-bottom: 0;
  color: #fff;
  padding: 12px 12px 10px;
}

.modal.modal-merckcb .modal-header .close {
  color: #ebebeb;
  opacity: 1;
  text-shadow: none;
}

.modal.modal-merckcb .modal-title {
  font-family: "Verdana Bold", sans-serif;
  font-size: 0.85em;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
}

.modal.modal-merckcb .modal-body {
  color: #484c55;
  font-size: 0.75em;
  padding: 15px 15px 20px;
  text-align: justify;
}

.modal.modal-merckcb .modal-body ol {
  margin-bottom: 0;
  padding-left: 25px;
}

.modal.modal-merckcb .modal-body ol > li {
  margin-bottom: 10px;
}

.modal.modal-merckcb .modal-body ol > li:last-child {
  margin-bottom: 0;
}

.modal.modal-merckcb .modal-body ol > li > ol {
  margin-top: 5px;
  margin-bottom: 15px;
}

.modal.modal-merckcb .modal-body.modal-body-policy > ol > li > ol {
  padding-left: 10px;
}

.modal.modal-merckcb .modal-body.modal-body-policy > ol > li > ol li {
  display: table;
  counter-increment: list;
}

.modal.modal-merckcb .modal-body.modal-body-policy > ol > li > ol li:before {
  content: counter(list, lower-alpha) ") ";
  display: table-cell;
  padding-right: 0.6em;
}

.modal.modal-merckcb .modal-body.modal-body-terms ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.modal.modal-merckcb .modal-body.modal-body-terms > ol > li > ol, .modal.modal-merckcb .modal-body.modal-body-terms > ol > li > ol > li > ol {
  margin-top: 10px;
  margin-bottom: 5px;
}

.modal.modal-merckcb .modal-body.modal-body-terms li {
  display: table;
  counter-increment: item;
}

.modal.modal-merckcb .modal-body.modal-body-terms li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

.modal.modal-merckcb .modal-body.modal-body-terms > ol > li > ol > li > ol li {
  counter-increment: list;
}

.modal.modal-merckcb .modal-body.modal-body-terms > ol > li > ol > li > ol li:before {
  content: counter(list, lower-alpha) ") ";
}

@media (min-width: 768px) {
  .modal.modal-exit .modal-body {
    font-size: 1.4em;
    padding: 3.5rem;
  }
  .modal.modal-exit .modal-box {
    padding: 5rem 4rem;
  }
  .modal-box-btn {
    font-size: 1.2em;
  }
  .modal.modal-merckcb .modal-dialog {
    margin: 30px auto;
  }
  .modal.modal-merckcb .modal-title {
    font-size: 1em;
  }
  .modal.modal-merckcb .modal-body {
    font-size: 0.9em;
    padding: 20px 40px 30px;
  }
}

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