:root {
  --primary-color: #ff7816;
  --secondary-color: #7500db;
  --text-color: #000;
  --text-color-alternative: #fff;
  --blue: #002d6a;
}
body{
  padding-top: 64px;
}
footer {
  font-size: 1rem;
  line-height: 150%;
}

p, li{
  font-size: 1rem;
  line-height: 150%;
  padding: 5px 0;
}

h1, h2, h3, h4, h5, h6{
  line-height: 150%;
  font-weight: bold;
  font-family: Arial, sans-serif;
}


.ot-sdk-show-settings{
  color: white !important;
  border: none !important;
  padding: 0px !important;
  font-size: 1.125rem !important;
  line-height: 150% !important;
  text-decoration: underline;
}

.ot-sdk-show-settings:hover{
  background-color: transparent !important;
}

.column-margin{
  margin: 15px 0px;
}

.rounded-top-left {
  border-top-left-radius: 15px;
}
.rounded-top-right {
  border-top-right-radius: 15px;
}

.carac-table .col-4 {
  padding: 5px 10px;
}

.col-border-bottom {
  border-bottom: 1px solid var(--primary-color);
}

.col-border-left {
  border-left: 1px solid var(--primary-color);
}

.col-border-right {
  border-right: 1px solid var(--primary-color);
}

.border-bottom-radius-right {
  border-bottom: 1px solid var(--primary-color);
  border-radius: 0px 0px 15px 0px;
  border-right: 1px solid var(--primary-color);
}

.border-bottom-radius-left {
  border-left: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  border-radius: 0px 0px 0px 15px;
}

.text-justify {
  text-align: justify !important;
}

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

.text-right {
  text-align: right !important;
}
.font-4 {
  font-size: 1rem;
  line-height: 150%;
}
.w-33 {
  width: 33.3333%;
}

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

.secondary-color {
  color: var(--secondary-color) !important;
}

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

.text-color-alternative {
  color: var(--text-color-alternative) !important;
}

.blue {
  color: var(--blue) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
}

.row-fix {
  position: relative;
}

.pdm-img {
  width: 490px;
  height: auto;
}

.header-img {
  margin-top: -2px;
  max-width: 1200px;
  height: auto;
}

.width-sm-fix {
  width: 50% !important;
}

@media screen and (max-width: 576px) {
  .pdm-img {
    width: 100%;
    height: auto;
  }
  .header-img {
    max-width: 100%;
    height: auto;
  }
  .row-fix {
    overflow: hidden !important;
  }
  .girl-position-2 {
    overflow: hidden;
  }
  .width-sm-fix {
    width: 100% !important;
  }
  .col-border-bottom {
    border: 1px solid var(--primary-color);
  }

  .col-border-left {
    border: 1px solid var(--primary-color);
  }

  .col-border-right {
    border: 1px solid var(--primary-color);
  }

  .border-bottom-radius-right {
    border: 1px solid var(--primary-color);
  }

  .border-bottom-radius-left {
    border: 1px solid var(--primary-color);
  }
}

.outer {
  border: 0;
  text-align: right;
  vertical-align: bottom;
}

.girl-position {
  position: absolute;
  width: 330px;
  bottom: 0%;
  right: 300px;
  overflow: hidden;
}

.girl-position-2 {
  width: 400px;
  top: 10%;
  overflow: hidden;
  transform: translateY(10%);
}

.girl-position-3 {
  width: 270px;
  position: absolute;
  bottom: -30px;
  left: 50%;
}

.img2-position {
  position: relative;
  width: 340px;
  bottom: 80px;
  left: 80px;
  overflow: hidden;
}

.guy-position {
  position: absolute;
  width: 325px;
  bottom: 0;
  transform: translateY(8%);
}

.guy2-position {
  width: 380px;
  position: relative;
  top: 60px;
}

.post-container {
  margin: 20px 20px 0 0;
  border: 0;
  overflow: auto;
}
.post-thumb {
  float: left;
}
.post-thumb img {
  width: 115px;
  display: block;
}
.post-content {
  margin-left: 20px;
}
.post-title {
  font-weight: bold;
  font-size: 200%;
}

.icon-img {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center !important;
  min-width: 0;
  word-wrap: break-word;
  background: transparent;
  background-clip: border-box;
  border: 0;
}

@media screen and (max-width: 576px) {
  .sm-order-first {
    order: -1 !important;
  }
}

.icon-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.icon-img img {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.teste-h3 {
  color: var(--text-color) !important;
  text-align: left !important;
}

.titulo-banner h1 {
  font-size: 1.5rem;
}
@media screen and (max-width: 992px) {
  .titulo-banner h1 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .titulo-banner h1 {
    font-size: 1.125rem;
  }
}
.titulo-home h3,
.section-padding h3,
.section-padding-extra h3 {
  color: var(--secondary-color);
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .titulo-linha h2 {
    font-size: 1.125rem;
  }
}
.titulo-home h2 {
  font-size: 2.813rem;
}
@media screen and (max-width: 992px) {
  .titulo-home h2 {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 576px) {
  .titulo-home h2 {
    font-size: 1.625rem;
  }
}
.banner-topo .titulo-banner h1 {
  font-size: 4rem;
}
@media screen and (max-width: 992px) {
  .banner-topo .titulo-banner h1 {
    font-size: 3.25rem;
  }
}
@media screen and (max-width: 576px) {
  .banner-topo .titulo-banner h1 {
    font-size: 2.125rem;
  }
}
.section-padding {
  padding: 30px 15px;
}
.section-padding-extra {
  padding: 60px 15px 30px;
}
@media screen and (max-width: 992px) {
  .section-padding {
    padding: 20px 10px;
  }
  .section-padding-extra {
    padding: 40px 10px 20px;
  }
}
@media screen and (max-width: 576px) {
  .section-padding {
    padding: 30px 8px;
  }
  .section-padding-extra {
    padding: 20px 8px 10px;
  }
}

body {
  font-family: Arial, sans-serif;
  background-color: #fff;
}
::-moz-selection {
  background: #e66a12;
  color: #490286;
}
::selection {
  background: #e66a12;
  color: #490286;
}
p,
ul,
li {
  font-family: Arial, sans-serif;
  color: #000;
}
.coluna {
  margin: 15px 0px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1100px;
  }
}
.play-button {
  height: 80px;
  width: 80px;
  background-color: transparent;
  position: absolute;
  display: block;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: background-color 0.2s, border 0.2s;
}
.play-button i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  font-size: 1.75rem;
  transition: color 0.2s;
}
.play-button.audio-button i {
  font-size: 2.563rem;
}
.video-thumb {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  cursor: pointer;
  -webkit-filter: saturate(0);
  filter: saturate(0);
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}
.video-thumb .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  transition: background-color 0.2s;
}
.video-thumb:hover {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}
.video-thumb:hover .play-button {
  background-color: #007bc3;
  border-color: #007bc3;
}
.video-thumb:hover .play-button i {
  color: #fff;
}
.video-thumb:hover .overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

.topo-interna {
  height: 200px;
  position: relative;
}
.topo-interna .container {
  position: relative;
  height: 100%;
}
.topo-interna .conteudo {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.topo-interna .conteudo h1 {
  color: #fff;
}
.topo-interna .overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .topo-interna {
    height: 160px;
  }
}
@media screen and (max-width: 576px) {
  .topo-interna {
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  body [data-aos][data-aos][data-aos-duration][data-aos-delay] {
    transition-delay: 0ms;
    transition-duration: 750ms;
  }
}
@font-face {
  font-family: 'Flaticon';
  src: url('fonts/Flaticon.eot');
  src: url('Flaticon.eot?#iefix') format('embedded-opentype'),
    url('fonts/Flaticon.woff2') format('woff2'),
    url('fonts/Flaticon.woff') format('woff'),
    url('fonts/Flaticon.ttf') format('truetype'),
    url('fonts/Flaticon.svg#Flaticon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Flaticon';
    src: url('fonts/Flaticon.svg#Flaticon') format('svg');
  }
}
.fi:before {
  display: inline-block;
  font-family: 'Flaticon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.5;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.flaticon-facebook:before {
  content: '\f100';
}
.flaticon-linkedin:before {
  content: '\f101';
}
.flaticon-twitter:before {
  content: '\f102';
}
.flaticon-instagram:before {
  content: '\f103';
}
.flaticon-youtube:before {
  content: '\f104';
}
.flaticon-email:before {
  content: '\f105';
}
.flaticon-menu:before {
  content: '\f106';
}
.flaticon-arrow-left:before {
  content: '\f107';
}
.flaticon-arrow-right:before {
  content: '\f108';
}
.flaticon-phone:before {
  content: '\f109';
}
.flaticon-whatsapp:before {
  content: '\f10a';
}
.flaticon-marker:before {
  content: '\f10b';
}
.flaticon-cellphone:before {
  content: '\f10c';
}
.flaticon-skype:before {
  content: '\f10d';
}
.flaticon-calendar:before {
  content: '\f10e';
}
.flaticon-download:before {
  content: '\f10f';
}
.flaticon-clock:before {
  content: '\f110';
}
.flaticon-cancel:before {
  content: '\f111';
}
.flaticon-confirm:before {
  content: '\f112';
}
.flaticon-user:before {
  content: '\f113';
}
.flaticon-check:before {
  content: '\f114';
}
.flaticon-play:before {
  content: '\f115';
}
.flaticon-pdf:before {
  content: '\f116';
}
.flaticon-external:before {
  content: '\f117';
}
.flaticon-google:before {
  content: '\f118';
}
.flaticon-search:before {
  content: '\f119';
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 0px;
  background-color: var(--secondary-color);
  z-index: 9999999!important;
}
header .menu {
  padding: 0px;
  margin: 0px;
}
header .menu li {
  display: inline-block;
  list-style: none;
}
header .menu li a {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  min-width: 44px;
  min-height: 44px;
  display: inline-block;
  line-height: 44px;
}
header .menu li:after {
  content: '•';
  display: inline-block;
  color: #fff;
  margin: 0px 5px;
}
header .menu li:last-child:after {
  content: none;
}
footer {
  background-color: #fff;
  padding: 40px 0px;
  position: relative;
  z-index: 3;
}
footer .referencias h3 {
  font-size: 1rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
}
footer .referencias li {
  font-size: 1rem;
  color: #000;
  margin-bottom: 10px;
  padding: 0;
}
footer .referencias ol {
  margin: 0px;
  padding: 0px;
  padding-left: 16px;
  margin-bottom: 40px;
}
.bottom-footer {
  background-color: var(--secondary-color);
  padding: 40px 0px;
  position: relative;
  z-index: 4;
}

footer .logos {
  margin-bottom: 40px;
}
footer .logos img {
  margin: 0px 60px;
}
footer .logos .sbr {
  max-width: 310px;
}
footer .logos .abbvie {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 992px) {
  footer .logos .sbr {
    max-width: 200px;
  }
  footer .logos .abbvie {
    height: 30px;
  }
}
@media screen and (max-width: 576px) {
  footer .logos img {
    margin: 15px auto;
    display: block;
  }
  footer .logos .sbr {
    max-width: 180px;
  }
  footer .logos .abbvie {
    height: 25px;
  }
}
footer .menu-footer {
  padding: 0px;
  margin: 15px 0px;
  text-align: center;
}
footer .menu-footer li {
  display: inline-block;
  list-style: none;
}
footer .menu-footer li a {
  color: #fff;
}
footer .menu-footer li:after {
  content: '|';
  display: inline-block;
  color: #fff;
  margin: 0px 5px;
}
footer .menu-footer li:last-child:after {
  content: none;
}
footer .direitos {
  color: #fff;
  text-align: center;
}
.banner-topo {
  background-color: var(--primary-color);
  overflow: hidden;
}
.banner-topo .titulo-banner {
  position: relative;
  z-index: 2;
}
.banner-topo .titulo-banner h1 {
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 800;
}
.banner-topo .imagem-banner {
  position: absolute;
  right: 65px;
  top: 20px;
  width: 350px;
}
.titulo-home {
  margin: 40px 0px;
}
.titulo-home h2 {
  font-weight: 400;
  margin-bottom: 40px;
}

.icon-desc {
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.white-bg {
  background-image: url(https://image.abbviemail.com/lib/fe9213737763047c7c/m/5/35cf92f2-74c0-4032-be5f-542a89939b3b.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
ul {
  list-style: none;
  padding: 0px 40px;
}
.ul-primary li::before {
  content: '\2022';
  color: var(--primary-color);
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.ul-secondary li::before {
  content: '\2022';
  color: var(--secondary-color);
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.cta-section {
  background-color: var(--secondary-color);
  margin: 0;
}
.cta-section h1 {
  font-size: 6rem;
  color: #fff;
}
.cta-section h2 {
  color: var(--secondary-color);
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0;
  margin-top: 1rem;
}
.cta-section h4 {
  font-size: 1.8rem;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .cta-section h1 {
    font-size: 3rem;
  }
  .cta-section h2 {
    font-weight: 700;
    margin-top: 0;
  }
  .results .btn.btn-primary {
    position: inherit !important;
    padding: 10px 60px !important;
    top: 0 !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (max-width: 576px) {
  .cta-section h1 {
    font-size: 2rem;
  }

  .cta-section h4 {
    font-size: 0.9rem;
  }
  .cta-section a {
    font-size: 0.9rem;
  }
}
.cta-section a {
  font-size: 1.8rem;
  color: var(--primary-color);
  text-decoration: none;
  transition: 0.3s;
}
.cta-section a:hover {
  color: #0d57c7;
  transition: 0.3s;
}

.titulo-teste h1 {
  font-size: 2rem;
  color: var(--primary-color);
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  .titulo-teste h1 {
    font-size: 1rem;
  }
}
.teste-section .wrapper {
  margin: 15px 0px 30px;
  border-bottom: 1px solid var(--text-color)
}
.teste-section .wrapper .quiz {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-right: 16%;
}
.teste-section .wrapper .quiz .circle {
  background-image: url('https://image.abbviemail.com/lib/fe9213737763047c7c/m/6/85842343-9014-452c-9500-8a98db9f2f8c.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 38px;
  width: 38px;
  position: relative;
}
.teste-section .wrapper .quiz .circle p {
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 800;
  margin-bottom: 0px;
  font-size: 1.125rem;
}
.teste-section .wrapper .quiz h2 {
  color: var(--text-color);
  margin-bottom: 0;
  margin-left: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.teste-section .wrapper p {
  font-size: 1rem;
  margin-top: 0px;
  color: var(--text-color);
}
@media screen and (max-width: 768px) {
  .teste-section .wrapper .quiz p {
    font-size: 1rem;
  }
}
.teste-section .wrapper .answer-wrapper {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  color: #fff;
}
.teste-section .wrapper .answer-wrapper .answer {
  margin: 0px 10%;
  display: flex;
  align-items: center;
}
.teste-section .wrapper .answer-wrapper .answer input {
  height: 25px;
  width: 25px;
  margin-right: 5px;
}
.teste-section .wrapper .answer-wrapper .answer {
  margin-top: 25px;
  line-height: 150%;
}
.teste-section .wrapper .answer-wrapper .answer label {
  color: var(--text-color);
}
.mini-text {
  font-size: 0.688rem !important;
  line-height: 150% !important;
  margin-bottom: 0 !important;
}

.btn.btn-primary{
  padding: 15px 25px;
  font-size: 1.125rem;
  line-height: 150%; 
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background-color: var(--secondary-color);
  border-radius: 20px;
  border: 0;
  transition: 0.7s;
  min-height: 44px;
  min-width: 44px;
}

.btn.btn-primary a{
  text-decoration: none; 
}

.btn.btn-primary:hover{
  background-color: #5700a3;
}

.results .btn.btn-primary {
  position: relative;
  padding: 20px 120px;
  font-size: 1.625rem;
  line-height: 150%;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background-color: var(--secondary-color);
  border-radius: 20px;
  border: 0;
  transition: 0.7s;
  top: 95px;
}

.results .btn.btn-primary:hover {
  background-color: #5700a3;
}

.carac-diagnostico {
  border-collapse: collapse;
  padding: 5px;
  border-radius: 15px;
}
.carac-diagnostico th {
  padding: 5px;
  background: #ff7816;
}
.carac-diagnostico th:nth-child(1) {
  border-top-left-radius: 15px;
}
.carac-diagnostico th:nth-child(2) {
  border-top-right-radius: 15px;
}
.carac-diagnostico td {
  border: 1px solid #ff7816;
  text-align: left;
  padding: 5px;
}

@media screen and (max-width: 1500px) {
  .banner-topo .imagem-banner {
    right: -75px!important; 
  }
}

@media screen and (max-width: 1200px) {
  .display-sm-none {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .end-margin {
    margin-bottom: 4.5rem;
  }
}

.titulo-resultado h1 {
  font-size: 4rem;
  font-weight: 700;
  color: var(--primary-color);
}
.titulo-resultado .titulo {
  font-size: 3rem;
  font-weight: 600;
  color: var(--secondary-color);
}
@media screen and (max-width: 992px) {
  .titulo-resultado h1 {
    font-size: 2rem;
  }
}
a.link-resultado {
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: bold;
  transition: 0.7s;
}

a.link-resultado:hover {
  color: #f69494;
  text-decoration: underline;
  transition: 0.7s;
}

.box-dermatologista{
  background-color: var(--secondary-color);
  padding: 15px;
  color: white;
  margin-bottom: 20px;
  border-radius: 5px;
}

.box-dermatologista p, .box-dermatologista h2, .box-dermatologista a{
  color: white;
  text-align: left;
}

.box-dermatologista h2{
  font-size: 1rem;
  margin-bottom: 5px;
}

.lista-downloads .download-box{
  background-color: var(--secondary-color);
  border-radius: 5px;
  overflow: hidden;
}
.lista-downloads .download-box .thumbnail{
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
}
.lista-downloads .download-box .descricao{
  margin: 20px;
}
.lista-downloads .download-box .descricao p{
  color: var(--text-color-alternative);
}
.lista-downloads .download-box .botoes{
  margin: 20px;
}
.lista-downloads .download-box .botoes a{
  display: block;
  margin: 10px auto;
  text-decoration: none;
}
.lista-downloads .download-box .botoes button{
  font-size: 0.75rem;
  text-decoration: none;
}

.lista-downloads .download-box button{
  padding: 5px 12px;
  background-color: var(--primary-color);
  border: 2px solid transparent;
  color: var(--text-color);
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  transition: background-color .2s, color .2s, border .2s;
  min-height: 44px;
  min-width: 44px;
  font-weight: bold;
}
.lista-downloads .download-box button:hover{
  border: 2px solid var(--primary-color);
  background-color: transparent;
  color: var(--primary-color);
}

.rotate {
  transform: rotateY(180deg);
}
.nav-pills .nav-link.active {
  font-weight: bold;
  color: var(--text-color);
  border: 1px solid transparent;
  background-color: var(--primary-color);
}
.nav-pills .nav-link {
  font-weight: bold;
  font-size: 1.8rem;
  color: var(--text-color);
  background-color: #fe9e60;
  border-radius: 0;
  width: 50%;
  padding: 1.2rem;
}

.tab-textos .foto{
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.tab-textos .foto:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 15px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  right: 0px;
  top: 100px;
}

@media screen and (max-width: 768px){
  .tab-textos .foto:after{
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #ffffff transparent;
    left: 20px;
    bottom: 0px;
    top: auto;
  }
}

.tab-textos .foto img{
  width: 100%;
  height: auto;
}

.tab-textos .texto p{
  font-size: 1rem;
}

.tab-textos .texto .quote{
  font-size: 9.375rem;
  display: inline-block;
  line-height: 150%;
  height: 75px;
  vertical-align: middle;
  color: #002d6a;
  margin-bottom: 20px;
}

.video-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: border-box;
  border-radius: 0rem;
}

.video-title {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.video-title a {
  text-decoration: none;
  color: var(--secondary-color);
  font-weight: bold;
  font-size: 1.25rem;
  margin: 0;
  transition: 0.7s;
}
.video-title a:hover {
  color: #e37c7c;
  font-weight: bold;
  margin: 0;
  transition: 0.7s;
  cursor: pointer;
}

.materiais .btn.btn-primary {
  width: 20rem;
  height: 3rem;
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 600;
  color: #fff;
  background: var(--secondary-color);
  border-radius: 25px;
  border-color: var(--secondary-color);
  transition: 0.7s;
}

.materiais .btn.btn-primary:hover {
  background: #e37c7c;
  transition: 0.7s;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
}

.cta-teste{
  background-color: var(--blue);
  padding: 40px 0px;
}

.cta-teste p{
  color: var(--text-color-alternative);
  margin-bottom: 0px;
  padding-right: 10px;
  font-size: 1.125rem;
}

.cta-teste .btn{
  padding: 15px 45px;
  font-size: 1rem;
}

#onetrust-pc-btn-handler{
  min-height: 44px !important;
  min-width: 44px !important;
}

@media screen and (max-width: 992px){
  body{
    padding-top: 118px;
  }
}

@media screen and (max-width: 576px){
  .main-header{
    position: static;
  }
  .main-header .menu li{
    font-size: 0.75rem;
    padding: 3px 0px;
  }
  body{
    padding-top: 0px;
  }
  .cta-teste{
    padding: 25px 0px;
    text-align: center;
  }
  .cta-teste p{
    font-size: 1rem;
    padding-right: 0px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 366px){
  body{
    padding-top: 0px;
  }
}
