/* -----------------------------------*/
/* ---->>> LISTA DE IMPORTAÇÂO <<<----*/
/* -----------------------------------*/
/*===RESET===*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
ul[role='list'],
ol[role='list'] {
  list-style: none;
}
html:focus-within {
  scroll-behavior: smooth;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
input,
button,
textarea,
select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition: none;
  }
}
body,
html {
  height: 100%;
  scroll-behavior: smooth;
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
/*===HELPERS===*/
/*===COMPONENTES===*/
.botao-primary {
  background-color: #833178;
  padding: 10px 45px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  display: flex;
  margin-right: auto;
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
  color: #FFF;
  text-decoration: none;
  font-family: "League Spartan", Sans-serif;
}
.botao-primary:hover {
  background-color: #6C2C6D;
  color: #FFF;
}
.botao_white {
  padding: 7px 20px;
  border-radius: 100px;
  border: 1px solid #36393A;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #36393A;
  text-decoration: none;
  cursor: pointer;
  font-family: "League Spartan", Sans-serif;
}
.botao_white:hover {
  background-color: #36393A;
  color: #fff;
}
.certificados {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.certificados .certificado {
  position: relative;
  cursor: pointer;
  display: flex;
  z-index: 2;
}
.certificados .certificado img {
  margin-bottom: 10px;
}
.certificados .certificado .box_tooltip {
  width: 415px;
  height: 245px;
  background-color: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  position: absolute;
  top: -120px;
  left: 190px;
  display: flex;
  padding: 25px 30px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.certificados .certificado .box_tooltip .icone {
  width: 100px;
  padding-right: 20px;
}
.certificados .certificado .box_tooltip .icone img {
  display: flex;
  margin-left: auto;
  margin-bottom: 0;
}
.certificados .certificado .box_tooltip .texto {
  display: flex;
  flex-direction: column;
}
.certificados .certificado .box_tooltip .texto h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #36393A;
  margin-bottom: 10px;
  text-transform: inherit !important;
}
.certificados .certificado .box_tooltip .texto p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #36393A;
  text-transform: inherit !important;
  margin-bottom: 10px;
  width: 100%;
  max-width: 280px;
}
.certificados .certificado .box_tooltip .texto a {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #833178;
  font-family: "League Spartan", Sans-serif;
}
.certificados:hover .box_tooltip {
  visibility: visible;
  opacity: 1;
}
.si-float-wrapper {
  position: absolute;
  width: 100%;
}
.si-float-wrapper,
.si-float-wrapper * {
  box-sizing: border-box;
}
[class*='si-wrapper'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  cursor: default;
}
.si-wrapper-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -40px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.si-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.si-wrapper-left {
  margin-top: -20px;
  margin-left: -11px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.si-wrapper-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: -20px;
  margin-left: 11px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
[class*='si-shadow-wrapper'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  z-index: 1;
}
.si-shadow-wrapper-top,
.si-shadow-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.si-shadow-frame {
  box-shadow: 0 4px 6px 0 #000;
}
[class*='si-shadow-pointer'] {
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto;
}
[class*='si-shadow-inner-pointer'] {
  position: absolute;
  width: 141%;
  height: 141%;
  box-shadow: -2.82843px 2.82843px 6px 0 #000000;
}
.si-shadow-inner-pointer-top {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.si-shadow-inner-pointer-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
  transform: translate(-50%, 50%) rotate(-45deg);
}
.si-shadow-inner-pointer-left {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.si-shadow-inner-pointer-right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}
.si-frame {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 0;
  overflow: hidden;
  z-index: 2;
}
.si-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  background-color: rgba(131, 49, 119, 0.9);
}
.si-has-border .si-content-wrapper {
  border: 1px solid #bbb;
}
.si-content {
  overflow: auto;
}
.si-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  color: inherit;
  font-family: Arial, Baskerville, monospace;
  font-size: 24px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.si-close-button:hover,
.si-close-button:focus {
  opacity: 0.7;
}
[class*='si-pointer-border'] {
  position: absolute;
  border: 15px solid transparent;
  z-index: 3;
}
[class*='si-pointer-bg'] {
  position: relative;
  border: 15px solid transparent;
  z-index: 4;
}
.si-has-border [class*='si-pointer-bg'] {
  border-width: 15px;
}
.si-pointer-border-top,
.si-pointer-border-bottom {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.si-pointer-border-left,
.si-pointer-border-right {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.si-pointer-top {
  border-bottom: 0;
}
.si-pointer-border-top {
  bottom: 0;
  border-top-color: #bbb;
}
.si-pointer-bg-top {
  border-top-color: rgba(131, 49, 119, 0.9);
}
.si-has-border .si-pointer-bg-top {
  top: -1px;
  margin-bottom: 0px;
}
.si-pointer-bottom {
  border-top: 0;
}
.si-pointer-border-bottom {
  top: 0;
  border-bottom-color: #bbb;
}
.si-pointer-bg-bottom {
  border-bottom-color: #eee;
}
.si-has-border .si-pointer-bg-bottom {
  bottom: -1px;
  margin-top: 0px;
}
.si-pointer-left {
  border-right: 0;
}
.si-pointer-border-left {
  right: 0;
  border-left-color: #bbb;
}
.si-pointer-bg-left {
  border-left-color: #eee;
}
.si-has-border .si-pointer-bg-left {
  left: -1px;
  margin-right: 0px;
}
.si-pointer-right {
  border-left: 0;
}
.si-pointer-border-right {
  left: 0;
  border-right-color: #bbb;
}
.si-pointer-bg-right {
  border-right-color: #eee;
}
.si-has-border .si-pointer-bg-right {
  right: -1px;
  margin-left: 0px;
}
.custom-window {
  top: 30px;
  max-width: 400px;
  -webkit-transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  visibility: hidden;
}
.custom-window.open .si-frame {
  overflow: visible;
}
.custom-window.active {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.custom-window .si-content-wrapper {
  padding-bottom: 10px;
}
.custom-window .si-content {
  overflow: visible;
}
.custom-content {
  position: relative;
  max-height: inherit;
  padding-top: 0;
  overflow: auto;
  z-index: 2;
}
.custom-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.custom-window .custom-content .custom-header {
  position: relative;
  font-size: 21px;
  font-weight: bold;
  margin: 0;
  padding: 30px;
  background-color: #833177;
  color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  line-height: 25px;
}
.custom-window .custom-content .custom-header small {
  max-width: 250px;
  display: block;
  font-size: 0.65em;
  font-weight: 400;
  opacity: 0.85;
  line-height: 20px;
  margin: 10px 0;
  text-transform: uppercase;
}
.custom-body {
  padding: 30px;
  background-color: #fff;
}
.custom-body p {
  font-size: 16px;
  margin: 0;
  word-break: break-all;
}
.custom-body * + p {
  margin-top: 1em;
}
.custom-body a {
  font-size: 15px;
  justify-content: center;
  line-height: 20px;
}
.custom-close {
  position: absolute;
  top: 0;
  padding: 0;
  border-radius: 0;
  right: -36px;
  width: 36px;
  height: 36px;
  -webkit-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  border: 0;
  background-color: rgba(68, 67, 62, 0.8);
  color: #fff;
  font-size: 1.5em;
  font-weight: 400;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  line-height: 0;
  font-size: 32px !important;
  line-height: 20px !important;
}
.custom-close:hover,
.custom-close:focus,
.custom-close:active {
  background-color: rgba(28, 28, 26, 0.8);
}
@media (min-width: 992px) {
  .custom-window {
    max-width: 380px;
  }
  .custom-content {
    padding-top: 0;
  }
  .custom-img {
    height: 160px;
  }
  .custom-header,
  .custom-body {
    padding: 30px;
  }
}
.elementor-field-group-id_doutor,
.elementor-field-group-field_a1eabdb,
.elementor-field-group-field_d9a944d,
.elementor-field-group-field_02ef4b6,
.elementor-field-group-field_96abda7,
.elementor-field-group-field_6abd2b1,
.elementor-field-group-field_b36d946 {
  display: none;
}
/*===PAGE===*/
.fundo_busca {
  width: 100%;
  min-height: 400px;
  background-image: url('../imagens/bg-search.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fundo_busca_degrade {
  width: 100%;
  min-height: 400px;
  background-image: linear-gradient(to right, #833178, rgba(131, 49, 120, 0)), url('../imagens/bg-search.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fundo_busca_degrade .texto {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  margin-top: -100px;
}
.fundo_busca_degrade .texto h1 {
  width: 100%;
  max-width: 345px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  color: #FFF;
  line-height: 44px;
}
.fundo_busca_degrade .texto .titulo_100 {
  width: 100%;
  max-width: 100%;
}
.fundo_busca_degrade .texto .botao {
  background-color: transparent;
  padding: 8px 18px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  display: flex;
  margin-right: auto;
  border: 2px solid #FFF;
  font-size: 22px;
  font-weight: 600;
  line-height: 21px;
  color: #FFF;
  text-decoration: none;
  font-family: "League Spartan", Sans-serif;
}
.fundo_busca_degrade .texto .botao:hover {
  background-color: #FFF;
  color: #833178;
}
.busca {
  width: 100%;
  display: flex;
  justify-content: center;
}
.busca .box_busca {
  width: 100%;
  max-width: 900px;
  height: 380px;
  display: flex;
  align-items: center;
}
.busca .box_busca .texto h1 {
  width: 100%;
  max-width: 345px;
  font-size: 40px;
  font-weight: bold;
  color: #5b215e;
  line-height: 44px;
}
.busca .box_busca .texto p {
  width: 100%;
  max-width: 310px;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #5b215e;
  line-height: 22px;
}
.busca .box_busca .form_busca {
  width: 420px;
  margin-left: auto;
}
.busca .box_busca .form_busca .form_busca_interna {
  display: flex;
  gap: 10px;
}
.busca .box_busca .form_busca .form_busca_interna .form-group {
  width: 100%;
}
.busca .box_busca .form_busca label {
  font-size: 15px;
  font-weight: 400;
  color: #5b215e;
  line-height: 22px;
}
.busca .box_busca .form_busca .choices__inner {
  border: 1px solid #5b215e;
  background-color: #ffffff;
  border-radius: 100px;
  color: #ac79ba;
}
.busca .box_busca .form_busca .form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #5b215e;
  border-radius: 100px;
  outline: none;
  font-size: 15px;
  font-weight: 400;
  color: #ac79ba;
  line-height: 22px;
}
.busca .box_busca .form_busca .form-control:placeholder {
  color: #ac79ba;
}
.busca .box_busca .form_busca .list_checkbox {
  display: flex;
  flex-direction: column;
  margin: 25px 0;
}
.busca .box_busca .form_busca .list_checkbox label {
  margin-top: 15px;
}
.busca .box_busca .form_busca .list_checkbox label:first-child {
  margin-top: 0;
}
.busca .box_busca .form_busca .list_checkbox label input[type="radio"] {
  accent-color: #ac79ba;
  transform: scale(1.5);
}
.busca .box_busca .form_busca .list_checkbox label span {
  margin-left: 10px;
  margin-top: -3px;
}
.busca .box_busca .form_busca .botao {
  background-color: #ac79ba;
  padding: 11px 25px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  margin: auto;
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  line-height: 21px;
  color: #FFF;
  font-family: "League Spartan", Sans-serif;
}
.busca .box_busca .form_busca .botao:hover {
  background-color: #6C2C6D;
}
@media (max-width: 768px) {
  .busca .box_busca .form_busca {
    width: 100%;
    max-width: 420px;
  }
  .busca .box_busca .form_busca .form_busca_interna {
    flex-direction: column;
  }
}
.cards_dentistas {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 120px;
}
.cards_dentistas .lista_dentistas_mapa {
  width: 100%;
  max-width: 1100px;
  background-color: #FFF;
  border-radius: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  margin-top: -130px;
  display: flex;
  position: relative;
}
.cards_dentistas .lista_dentistas_mapa .lista {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 80px 40px;
}
.cards_dentistas .lista_dentistas_mapa .lista .card_doctor {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #8A8A8A;
}
.cards_dentistas .lista_dentistas_mapa .lista .card_doctor .infos {
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
}
.cards_dentistas .lista_dentistas_mapa .lista .card_doctor .infos h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #36393A;
  text-transform: uppercase;
  font-family: "League Spartan", Sans-serif;
  margin-bottom: 15px;
}
.cards_dentistas .lista_dentistas_mapa .lista .card_doctor .infos p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #36393A;
  text-transform: uppercase;
  font-family: "League Spartan", Sans-serif;
  margin-bottom: 10px;
  width: 100%;
  max-width: 280px;
}
.cards_dentistas .lista_dentistas_mapa .lista .card_doctor .infos .botao {
  background-color: #833178;
  padding: 8px 16px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  display: flex;
  margin-right: auto;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #FFF;
  text-decoration: none;
  font-family: "League Spartan", Sans-serif;
}
.cards_dentistas .lista_dentistas_mapa .lista .card_doctor .infos .botao:hover {
  background-color: #6C2C6D;
}
.cards_dentistas .lista_dentistas_mapa .lista .paginacao {
  display: flex;
}
.cards_dentistas .lista_dentistas_mapa .lista .paginacao ul {
  display: flex;
  list-style-type: none;
  margin-left: auto;
}
.cards_dentistas .lista_dentistas_mapa .lista .paginacao ul li {
  font-size: 15px;
  font-weight: 600;
  line-height: 27px;
  color: #833178;
}
.cards_dentistas .lista_dentistas_mapa .lista .paginacao ul li a {
  width: 40px;
  height: 22px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #833178;
  margin: 0 5px;
  font-size: 15px;
  font-weight: 600;
  line-height: 27px;
  color: #833178;
}
.cards_dentistas .lista_dentistas_mapa .lista .paginacao ul li a:hover {
  border: 1px solid #8A8A8A;
  background-color: #8A8A8A;
  color: #FFF;
}
.cards_dentistas .lista_dentistas_mapa .lista .paginacao ul li .current {
  border: 1px solid #8A8A8A;
  background-color: #8A8A8A;
  color: #FFF;
}
.cards_dentistas .lista_dentistas_mapa .lista .paginacao ul .icon-next {
  margin-left: 10px;
}
.cards_dentistas .lista_dentistas_mapa .lista .paginacao ul .icon-prev {
  margin-right: 10px;
}
.cards_dentistas .lista_dentistas_mapa .mapa {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  border-radius: 0 30px 30px 0;
}
.card_dentista {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 120px;
}
.card_dentista .box_white {
  display: flex;
  flex-direction: column;
  padding: 70px 80px 40px 80px;
  width: 100%;
  max-width: 1100px;
  background-color: #FFF;
  border-radius: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  margin-top: -130px;
}
.card_dentista .box_white .dentista {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: 25px;
}
.card_dentista .box_white .dentista .informacoes {
  max-width: 280px;
  display: flex;
  flex-direction: column;
}
.card_dentista .box_white .dentista .informacoes h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #36393A;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.card_dentista .box_white .dentista .informacoes p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #36393A;
  text-transform: uppercase;
  font-family: "League Spartan", Sans-serif;
  margin-bottom: 10px;
  width: 100%;
  max-width: 280px;
}
.card_dentista .box_white .dentista .infos_copy {
  display: flex;
  flex-direction: column;
}
.card_dentista .box_white .dentista .infos_copy .icon_text {
  display: flex;
  align-items: center;
}
.card_dentista .box_white .dentista .infos_copy .icon_text p {
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  color: #36393A;
  margin-bottom: 0;
  font-family: "League Spartan", Sans-serif;
}
.card_dentista .box_white .dentista .infos_copy .botao_white {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  font-family: "League Spartan", Sans-serif;
}
.card_dentista .box_white .botao-primary {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1100px) {
  .cards_dentistas {
    padding: 0 20px;
  }
  .fundo_busca_degrade {
    padding: 0 20px;
  }
  .card_dentista {
    padding: 0 20px;
  }
  .card_dentista .box_white {
    padding: 70px 30px 40px 30px;
  }
}
@media (max-width: 768px) {
  .busca {
    padding: 0 20px;
  }
  .busca .box_busca {
    flex-direction: column;
    height: auto;
    padding: 40px 0;
  }
  .busca .box_busca .form_busca {
    margin-right: auto;
    margin-top: 40px;
  }
  .cards_dentistas .lista_dentistas_mapa {
    flex-direction: column;
    margin-bottom: 150px;
  }
  .cards_dentistas .lista_dentistas_mapa .lista .card {
    flex-direction: column;
  }
  .cards_dentistas .lista_dentistas_mapa .lista .card .certificados {
    margin-top: 30px;
  }
  .cards_dentistas .lista_dentistas_mapa .mapa {
    max-width: 100%;
    min-height: 500px;
    border-radius: 0 0 30px 30px;
  }
  .card_dentista .box_white .dentista {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .card_dentista .box_white .dentista .infos_copy {
    margin-top: 30px;
  }
}
