.hidden-desktop {
  display: none;
}

@media (max-width: 1024px) {
  .mobile_grid_landscape .header-box .container .nav-box {
    background-color: #fff !important;
  }

  .main_menu_nav > li .sub-menu,
  .mobile_grid_landscape .header-box {
    box-shadow: none !important;
  }

  .mobile_grid_landscape
    .header-box
    .container
    .nav-box
    .main_menu_nav
    .sub-menu:before {
    display: none;
  }

  .header-box .container .logo-box .logo a img {
    width: 120px !important;
  }

  .mobile_grid_landscape .header-box .container .logo-box {
    padding: 5px 15px !important;
  }

  .hidden-desktop {
    display: block;
  }
}

.consulting-header-button {
  font-weight: 700;
}

.header_style_10
  .header-box
  .container
  .nav-box
  .main_menu_nav
  > li.menu-item-has-children
  > a:after {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Nunito Sans" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #3b3b3b;
  line-height: normal;
}

body p,
body .comment-body .comment-text p,
body .wpb_text_column p,
body .comment-body .comment-text ul,
body .wpb_text_column ul,
body .comment-body .comment-text ol,
body .wpb_text_column ol {
  color: #3b3b3b;
  font-size: 16px;
  line-height: normal;
}

body .comment-body .comment-text ol,
body .wpb_text_column ol {
  padding: 0 0 0 24px !important;
}

body .comment-body .comment-text ul li::marker,
body .wpb_text_column ul li::marker {
  font-size: 22px;
}

body .vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat {
  background-color: transparent;
}

body .bg--primary {
  background-color: #35a8e0;
}

body .color--white {
  color: #fff;
}

body .color--white *,
body .color--white p {
  color: #fff;
}

body .text-contain {
  max-width: 600px;
  margin: auto;
}

body * {
  -webkit-font-smoothing: antialiased !important;
}

body .button,
body .post-password-form input[type="submit"],
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button,
body .woocommerce input.button.alt,
body .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  font-size: 13px;
  letter-spacing: 0.25px;
}

body .btn--white {
  background-color: #fff;
  color: #35a8e0;
  border-radius: 5px;
}

.modal-backdrop.fade.in,
.modal-backdrop.fade.show {
  display: none !important;
}
.modal.fade.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none !important;
  font-family: "Nunito Sans" !important;
}

.far,
.fas {
  font-family: "Font Awesome 5 Free" !important;
}

#main {
  padding: 0;
  padding-bottom: 0 !important;
}

@media (max-width: 991px) {
  body header#header .stm-header .stm-navigation__default > ul > li {
    margin-bottom: 10px;
  }

  body
    header#header
    .stm-header
    .stm-navigation__default
    > ul
    > li.hidden.menu-item {
    display: block !important;
  }

  body
    header#header
    .stm-header
    .stm-navigation__default
    > ul
    > li.menu-item-has-children
    > a:after {
    border-color: #3b3b3b transparent transparent !important;
    border-width: 6px 6px 0 !important;
  }
}

body header#header .stm-header .stm-navigation__default > ul > li > a {
  color: #3b3b3b;
  font-size: 14px;
  font-weight: 700 !important;
  transition: 0.2s;
}

body header#header .stm-header .stm-navigation__default > ul > li:hover > a,
body
  header#header
  .stm-header
  .stm-navigation__default
  > ul
  > li.current-menu-item
  > a,
body
  header#header
  .stm-header
  .stm-navigation__default
  > ul
  > li.current_page_parent
  > a {
  color: #35a8e0;
}

body
  header#header
  .stm-header
  .stm-navigation__default
  > ul
  > li
  ul.sub-menu
  li
  a {
  color: #35a8e0;
}

body
  header#header
  .stm-header
  .stm-navigation__default
  > ul
  > li
  ul.sub-menu
  li:hover
  a {
  color: #fff;
}

body header#header .stm-header__row_color_center {
  padding-top: 0;
  padding-bottom: 0;
}

body header#header .stm-header .stm-logo {
  padding: 10px 15px;
  margin: 0;
}

body header#header .stm-header .stm-logo img {
  max-width: 120px;
}

@media (max-width: 1023px) {
  body header#header .stm-header .stm-logo {
    padding: 10px 15px;
  }

  body header#header .stm-header .stm-logo img {
    max-width: 120px;
  }
}

body header#header .stm_mobile__header {
  background-color: #fff;
  padding: 5px 15px;
}

body header#header .stm_mobile__header .stm_mobile__logo img {
  max-width: 120px;
}

#main .page_title {
  background: linear-gradient(
    0deg,
    #35a8e0 0%,
    #35a8e0 50%,
    #1d70b7 100%
  ) !important;
  color: #fff !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#main .page_title > .container {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
}

#main .page_title .breadcrumbs {
  font-size: 14px;
  font-weight: 700;
}

footer#footer {
  background-color: #3b3b3b;
  color: #fff;
}

footer#footer a {
  color: #fff;
  transition: 0.2s;
}

footer#footer a:hover {
  color: #35a8e0 !important;
}

footer#footer .footer-top {
  display: none;
}

footer#footer .footer_widgets > .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer#footer .footer_widgets > .row:before,
footer#footer .footer_widgets > .row:after {
  display: none;
}

footer#footer .footer_widgets > .row .col-lg-3:not(:first-child) {
  width: auto;
}

@media (max-width: 991px) {
  footer#footer
    .footer_widgets
    > .row
    .col-lg-3:not(:first-child):not(:last-child) {
    display: none;
  }
}

footer#footer .footer_widgets .widget {
  margin: 0 0 30px;
}

footer#footer .footer_widgets .widget .widget_title {
  text-transform: uppercase !important;
  color: #35a8e0 !important;
  font-size: 18px !important;
  letter-spacing: normal !important;
}

footer#footer .footer_widgets .widget_nav_menu ul li {
  width: auto !important;
  list-style: none;
  font-size: 14px !important;
  padding: 0 !important;
  display: block !important;
}

footer#footer .footer_widgets .widget_nav_menu ul li:before {
  display: none !important;
}

footer#footer
  .footer_widgets
  .widget_socials
  .socials_widget_wrapper
  ul.widget_socials
  li
  a {
  background-color: transparent;
  font-size: 20px;
  padding: 0 15px;
  margin-left: -15px;
}

footer#footer
  .footer_widgets
  .widget_socials
  .socials_widget_wrapper
  ul.widget_socials
  li
  a:hover {
  color: #35a8e0;
}

footer#footer .footer__extra {
  background-color: #fff;
  color: #3b3b3b;
  padding: 15px 0;
  font-size: 12px;
}

footer#footer .footer__extra .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

footer#footer .footer__extra .row:before,
footer#footer .footer__extra .row:after {
  display: none;
}

@media (min-width: 992px) {
  footer#footer .footer__extra .row .row {
    justify-content: flex-end;
  }

  footer#footer .footer__extra .row .row .col-md-offset-3 {
    width: auto;
    max-width: 340px;
    padding-right: 0;
  }

  footer#footer .footer__extra .row .row .footer__centro {
    width: auto;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  footer#footer .footer__extra {
    text-align: center;
  }

  footer#footer .footer__extra img {
    margin: auto;
  }
}

footer#footer .footer__livro img {
  max-width: 120px;
}

footer#footer .footer__centro {
  text-align: right;
}

footer#footer .footer__centro img {
  max-width: 160px;
}

footer#footer .footer__certificados {
  text-align: right;
}

footer#footer .footer__certificados img {
  width: 100%;
}

@media (max-width: 767px) {
  footer#footer .footer__livro,
  footer#footer .footer__centro {
    max-width: 200px;
    margin: auto;
    margin: 30px auto;
  }

  footer#footer .footer__certificados {
    margin-top: 30px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  footer#footer .copyright-wrap {
    text-align: center;
  }
}

footer#footer .copyright-wrap svg {
  margin-bottom: -2px;
}

/** Text Animation **/
@keyframes fadeInLeft {
  0% {
    opacity: 0 !important;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  20% {
    opacity: 0 !important;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    opacity: 1 !important;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0 !important;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1 !important;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.custom-section--slider {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 991px) {
  .custom-section--slider {
    height: auto;
  }
}

.custom-section--slider .slide {
  height: calc(100vh - 15vh);
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

@media (max-width: 991px) {
  .custom-section--slider .slide {
    padding: 100px 0 0;
    height: auto;
    min-height: calc(100vh - 100px);
    background-position: 70%;
  }

  .custom-section--slider .slide:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(53, 168, 224, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: -1;
  }
}

.custom-section--slider .slide .eltdf-row-grid-section > .row {
  display: flex;
  align-items: center;
  height: 100%;
}

@media (max-width: 991px) {
  .custom-section--slider .slide .eltdf-row-grid-section > .row {
    flex-direction: column;
    justify-content: space-between;
  }
}

.custom-section--slider .slide__column {
  width: 50%;
  height: 100%;
  padding: 0 15px;
}

.custom-section--slider .slide__column--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}

@media (max-width: 991px) {
  .custom-section--slider .slide__column--text {
    align-items: center;
    text-align: center;
  }
}

.custom-section--slider .slide__column--text h2 {
  font-size: 48px;
  line-height: 48px;
  text-transform: none;
  color: #3b3b3b;
}

@media (max-width: 991px) {
  .custom-section--slider .slide__column--text h2 {
    font-size: 38px;
    line-height: 38px;
  }
}

.custom-section--slider .slide__column--text .desc {
  margin: 20px 0 60px;
  font-size: 20px;
}

.custom-section--slider .slide__column--text .desc * {
  font-size: 20px;
}

@media (max-width: 991px) {
  .custom-section--slider .slide__column--text .desc {
    margin: 20px 0 30px;
  }
}

@media (max-width: 991px) {
  .custom-section--slider .slide__column--text h2,
  .custom-section--slider .slide__column--text .desc,
  .custom-section--slider .slide__column--text p {
    color: #fff;
  }
}

@media (max-width: 991px) {
  .custom-section--slider .slide__column {
    width: 100%;
    height: auto;
  }
}

.custom-section--slider--ready .slide__column--text {
  animation-name: fadeInLeft;
  animation-duration: 1.3s;
  opacity: 1 !important;
}

.custom-section--slider .slick-arrow {
  height: 45px;
  width: 45px;
  border: 3px solid #fff;
  border-left: 0;
  border-top: 0;
  z-index: 1;
  transition: 0.2s;
}

@media (max-width: 991px) {
  .custom-section--slider .slick-arrow {
    height: 25px;
    width: 25px;
  }
}

.custom-section--slider .slick-arrow::before {
  display: none !important;
}

.custom-section--slider .slick-arrow.slick-prev {
  left: 60px;
  transform: rotate(133deg);
}

.custom-section--slider .slick-arrow.slick-prev:hover {
  left: 55px;
}

@media (max-width: 991px) {
  .custom-section--slider .slick-arrow.slick-prev {
    left: 20px;
  }

  .custom-section--slider .slick-arrow.slick-prev:hover {
    left: 15px;
  }
}

.custom-section--slider .slick-arrow.slick-next {
  right: 60px;
  transform: rotate(-45deg);
}

.custom-section--slider .slick-arrow.slick-next:hover {
  right: 55px;
}

@media (max-width: 991px) {
  .custom-section--slider .slick-arrow.slick-next {
    right: 20px;
  }

  .custom-section--slider .slick-arrow.slick-next:hover {
    right: 15px;
  }
}

.custom-section--slider .slick-slide {
  overflow: hidden;
  position: relative;
}

.home__qualidades {
  border-radius: 0px 100px 0px 0px;
  overflow: hidden;
  background: linear-gradient(70deg, #35a8e0 0%, #35a8e0 50%, #1d70b7 100%);
}

.home__qualidades__img img {
  border-radius: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .home__qualidades .vc_custom_1619696090416 {
    background-image: none !important;
  }

  .home__qualidades .vc_custom_1621003902701 {
    padding-right: 15px !important;
  }

  .home__qualidades .icon_box {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
  }

  .home__qualidades .icon_box .icon i {
    margin: auto !important;
  }

  .home__qualidades .icon_box .icon_text {
    margin: 15px 0;
  }
}

.posts_list > ul > li {
  border-bottom: 0 !important;
}

.posts_list > ul > li h4 {
  margin-bottom: 5px !important;
}

.post_details_wr .stm_post_info {
  border-top: 0 !important;
}

.stm_news .news_list {
  display: flex;
  flex-wrap: wrap;
}

.stm_news .news_list li {
  overflow: hidden;
}

.stm_news .news_list li .post_inner {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  height: 100%;
}

.stm_news .news_list li .post_inner .image {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  margin: 0;
}

.stm_news .news_list li .post_inner .image a img {
  width: 100%;
}

.stm_news .news_list li .post_inner .image a:before,
.stm_news .news_list li .post_inner .image a:after {
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

.stm_news_unit-block {
  border-radius: 0 0 10px 10px;
  padding: 30px 30px;
}

.stm_news_unit-block h5 a {
  font-size: 18px;
  font-weight: 700;
  color: #35a8e0;
}

.home__garantias .vc_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.home__garantias .vc_row:before,
.home__garantias .vc_row:after {
  display: none;
}

@media (max-width: 767px) {
  .home__garantias .vc_row:first-child {
    margin-bottom: -140px !important;
  }
}

.home__garantias__text {
  padding: 20px;
}

.home__garantias__text h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: normal;
}

.home__garantias .icon_box {
  padding: 40px 40px 30px;
  position: relative;
  z-index: 1;
}

.home__garantias .icon_box .icon {
  height: 70px;
  width: 70px;
  background: linear-gradient(0deg, #35a8e0 0%, #35a8e0 50%, #1d70b7 100%);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home__garantias .icon_box .icon i {
  width: 52px !important;
  background-color: transparent !important;
}

.home__garantias .icon_box .icon_text h4 {
  font-size: 26px !important;
  margin-top: 20px;
  margin-bottom: 5px;
}

.home__garantias .icon_box::after {
  content: "";
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #35a8e0;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
  z-index: -1;
}

.home__garantias .icon_box:hover:after {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 5px 30px #35a8e0;
  transform: scale(1.05);
}

.home__garantias .icon_box:hover .icon_text {
  color: #fff;
}

.home__garantias .icon_box:hover .icon_text p {
  color: #fff;
}

.home__garantias .icon_box:hover .icon_text h4 {
  color: #fff;
}

.stm_contacts_widget.style_4 {
  font-family: "Nunito Sans";
}

.stm_contacts_widget.style_4 ul li {
  font-family: "Nunito Sans" !important;
  color: #3b3b3b !important;
  font-size: 16px;
}

.stm_contacts_widget.style_4 ul li a {
  color: #3b3b3b !important;
}

.stm_contacts_widget.style_4 ul li .icon {
  color: #35a8e0;
}

.contacto__form .form-control,
.contacto__form .input-group .form-control,
.contacto__form .post-password-form input[type="password"],
.contacto__form .woocommerce form .form-row input.input-text,
.contacto__form .woocommerce form .form-row textarea,
.contacto__form .wpcf7-form-control,
.contacto__form
  body
  .woocommerce-cart
  table.cart
  td.actions
  .coupon
  .input-text {
  background-color: #fff;
  border: 1px solid #cacaca;
  font-size: 14px;
}

.single-garantias #main .page_title {
  margin: 0 !important;
}

@media (max-width: 991px) {
  .single-garantias__wrap {
    display: flex;
    flex-direction: column;
  }

  .single-garantias__wrap .coberturas__desc {
    order: 1;
  }

  .single-garantias__wrap .coberturas__titulo {
    order: 2;
  }

  .single-garantias__wrap .pixels-hotspots__wrap {
    order: 3;
  }

  .single-garantias__wrap .pixels-hotspots__drop {
    order: 4;
  }

  .single-garantias__wrap .coberturas__pdf {
    order: 5;
  }

  .single-garantias__wrap .pixels-plano {
    order: 6;
  }

  .single-garantias__wrap .pixels-banner {
    order: 7;
  }
}

@keyframes animBlock {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.coberturas__titulo {
  margin-top: 40px;
  margin-bottom: 0;
}

.coberturas__desc {
  background: #e5ecf2;
  margin: auto calc(-50vw + 50%);
  width: 100vw;
  text-align: center;
  padding: 40px 0;
}

.coberturas__desc__icon {
  max-width: 110px;
  padding: 20px;
  border-radius: 100%;
  background: linear-gradient(
    0deg,
    #35a8e0 0%,
    #35a8e0 50%,
    #1d70b7 100%
  ) !important;
  margin: 30px auto;
}

.coberturas__desc__desc {
  margin: 30px auto;
  max-width: 800px;
}

.coberturas__pdf {
  display: flex;
  width: 100%;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .coberturas__pdf {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: -80px;
    margin-bottom: 80px;
  }
}

.coberturas__pdf a {
  color: #35a8e0;
  font-size: 17px;
  display: flex;
  padding: 10px;
  align-items: center;
  white-space: nowrap;
  z-index: 1;
  transition: 0.2s;
}

.coberturas__pdf a svg {
  max-width: 24px;
  fill: currentColor;
  margin-right: 10px;
  width: 100%;
}

.coberturas__pdf a strong {
  font-weight: 700;
}

.coberturas__pdf a:hover {
  text-decoration: none;
  color: #1d70b7;
}

.pixels-hotspots {
  position: relative;
  max-width: 900px !important;
  margin: auto;
}

.pixels-hotspots__wrap {
  padding: 30px 0;
}

.pixels-hotspots__single {
  position: absolute;
  margin-top: -18px;
  margin-left: -18px;
}

.pixels-hotspots__info {
  position: relative;
  margin: 86px 0 0 0;
  display: none;
  margin-left: -90px;
  z-index: 3;
}

@media (max-width: 991px) {
  .pixels-hotspots__info {
    display: none !important;
  }
}

.pixels-hotspots__info::before {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  top: -28px;
  left: 83px;
  background-color: #35a8e0;
  z-index: 1;
  transform: rotate(80deg);
}

.pixels-hotspots__caption {
  text-align: left;
  width: 300px;
  padding: 30px 30px;
  line-height: 1.25;
  background-color: #35a8e0;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0 5px 30px #35a8e0;
}

.pixels-hotspots__caption h4 {
  color: #fff;
  padding: 0;
}

.pixels-hotspots__caption p {
  color: #fff;
  font-size: 14px;
}

.pixels-hotspots__icon {
  margin: auto;
  z-index: 1;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 991px) {
  .pixels-hotspots__icon {
    font-size: 10px;
    font-weight: 400;
  }
}

.pixels-hotspots__title {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  max-width: 0;
  overflow: hidden;
  transition: 0.2s;
  line-height: 14px;
  height: 14px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .pixels-hotspots__title {
    display: none;
  }
}

.pixels-hotspots__label {
  display: block;
  max-width: 30px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
  background: linear-gradient(
    0,
    #35a8e0 0%,
    #35a8e0 50%,
    #1d70b7 100%
  ) !important;
  border-radius: 30px;
  border: 2px solid #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  line-height: 14px;
  transition: 0.2s;
  position: absolute;
  z-index: 1;
}

.pixels-hotspots__label:hover {
  z-index: 4;
}

@media (max-width: 991px) {
  .pixels-hotspots__label {
    font-size: 10px;
    width: 20px;
    height: 20px;
    max-width: 20px;
    padding: 0;
    border: 1px solid #fff;
  }
}

.pixels-hotspots__close {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 36px;
  height: 36px;
  border-radius: 36px;
  cursor: pointer;
  background-color: transparent;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
}

.pixels-hotspots__input {
  display: none;
}

.pixels-hotspots__input:checked {
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0.01);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.pixels-hotspots__input:checked ~ .pixels-hotspots__info {
  display: block;
  animation: animBlock 0.15s;
}

.pixels-hotspots__input:checked ~ .pixels-hotspots__close {
  display: block;
}

.pixels-hotspots__input:not(:checked) ~ .pixels-hotspots__label:hover {
  max-width: 400px;
}

.pixels-hotspots__input:not(:checked)
  ~ .pixels-hotspots__label:hover
  .pixels-hotspots__title {
  max-width: 400px;
  padding-left: 5px;
}

.pixels-hotspots__drop {
  margin-top: 0;
}

@media (min-width: 991px) {
  .pixels-hotspots__drop {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px 0px;
    margin-top: 60px;
  }

  .pixels-hotspots__drop__collapse {
    display: none !important;
  }
}

.pixels-hotspots__drop__title {
  color: inherit;
  margin-left: 10px;
  transition: 0.2s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}

@media (max-width: 991px) {
  .pixels-hotspots__drop__title {
    max-width: 100%;
  }
}

.pixels-hotspots__drop__plus {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: none;
}

.pixels-hotspots__drop__plus::after {
  transition: 0.2s;
  color: inherit;
  font-size: 22px;
  font-weight: 900;
}

@media (max-width: 991px) {
  .pixels-hotspots__drop__plus {
    display: flex;
    align-items: center;
    content: "-";
  }

  .pixels-hotspots__drop__plus::after {
    display: block;
    content: "-";
  }
}

.pixels-hotspots__drop__icon {
  background: linear-gradient(
    0,
    #35a8e0 0%,
    #35a8e0 50%,
    #1d70b7 100%
  ) !important;
  display: flex;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  line-height: 12px;
}

@media (min-width: 992px) {
  .pixels-hotspots__drop__icon {
    position: absolute;
    left: 0;
    border: 0;
    width: 24px;
    min-width: 24px;
    height: 24px;
  }
}

.pixels-hotspots__drop .card.panel {
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
  margin-bottom: 5px;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .pixels-hotspots__drop .card.panel {
    margin-bottom: 5px;
  }
}

.pixels-hotspots__drop .card.panel button {
  display: flex;
  align-items: center;
  text-align: left;
  padding-left: 24px;
  position: relative;
  -webkit-appearance: none;
}

.pixels-hotspots__drop .card.panel button:hover,
.pixels-hotspots__drop .card.panel button:focus {
  text-decoration: none;
  outline: none;
}

@media (max-width: 991px) {
  .pixels-hotspots__drop .card.panel button {
    padding: 10px 15px;
    font-size: initial;
    font-weight: 700;
    background-color: #35a8e0;
    transition: 0.2s;
    color: #fff;
    padding-right: 35px;
  }

  .pixels-hotspots__drop .card.panel button.collapsed {
    color: #35a8e0;
    background-color: #e5ecf2;
  }

  .pixels-hotspots__drop
    .card.panel
    button.collapsed
    .pixels-hotspots__drop__plus::after {
    content: "+";
  }
}

.pixels-hotspots__drop__collapse {
  background-color: #35a8e0;
}

.pixels-hotspots__drop__collapse .card-body {
  color: #fff;
  padding: 15px 20px;
}

.pixels-hotspots__drop__collapse .card-body p {
  color: #fff;
}

.pixels-plano {
  background: #e5ecf2;
  margin: auto calc(-50vw + 50%);
  width: 100vw;
  padding: 40px 0;
}

.pixels-plano__plano {
  padding: 20px 0;
}

.pixels-plano__plano h3 {
  text-transform: uppercase !important;
}

.pixels-plano__garantia {
  background: #fff;
  border-radius: 5px;
  padding: 0px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .pixels-plano__garantia {
    padding: 0px;
  }
}

.pixels-plano__img {
  padding: 15px;
}

.pixels-plano__img a {
  cursor: pointer;
}

.pixels-plano__img img {
  max-width: 120px;
}

@media (max-width: 991px) {
  .pixels-plano__img img {
    max-width: 80px;
  }
}

.pixels-plano__info {
  padding: 15px;
  margin-right: auto;
}

.pixels-plano__info a {
  cursor: pointer;
}

.pixels-plano__info a:hover {
  text-decoration: none;
}

.pixels-plano__info h4 {
  font-weight: 500;
  padding: 0;
  margin: 0;
}

.pixels-plano__info p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .pixels-plano__info {
    padding-left: 0;
    width: calc(100% - 110px);
  }
}

.pixels-plano__pop,
.pixels-plano__form {
  padding: 15px;
}

.pixels-plano__pop > a,
.pixels-plano__form > a {
  font-size: 13px;
  color: #777;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
}

.pixels-plano__pop > a > i,
.pixels-plano__form > a > i {
  margin-left: 10px;
}

.pixels-plano__pop > a:hover,
.pixels-plano__form > a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .pixels-plano__pop > a {
    display: none;
  }
}

@media (max-width: 767px) {
  .pixels-plano__form {
    padding-left: 0;
    width: calc(100% - 110px);
    margin-left: auto;
  }
}

.pixels-plano .modal.in,
.pixels-plano .modal.show {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex !important;
  align-items: center;
}

.pixels-plano .modal.in h2,
.pixels-plano .modal.show h2 {
  margin: 0;
}

.pixels-plano .modal.in .modal-dialog,
.pixels-plano .modal.show .modal-dialog {
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.pixels-plano .modal.in .modal-content,
.pixels-plano .modal.show .modal-content {
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  width: 100%;
}

.pixels-plano .modal.in .modal-header,
.pixels-plano .modal.in .modal-body,
.pixels-plano .modal.show .modal-header,
.pixels-plano .modal.show .modal-body {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.pixels-plano .modal.in .modal-header .form-desc,
.pixels-plano .modal.in .modal-body .form-desc,
.pixels-plano .modal.show .modal-header .form-desc,
.pixels-plano .modal.show .modal-body .form-desc {
  margin-bottom: 30px;
  margin-top: 15px;
}

.pixels-plano .modal.in .modal-header .form-desc p,
.pixels-plano .modal.in .modal-body .form-desc p,
.pixels-plano .modal.show .modal-header .form-desc p,
.pixels-plano .modal.show .modal-body .form-desc p {
  margin-bottom: 0;
}

.pixels-plano .modal.in .close,
.pixels-plano .modal.show .btn-close {
  height: 30px;
  width: 30px;
  top: 20px;
  right: 20px;
  position: absolute;
  font-size: 35px;
}

.pixels-plano .modal.in .close span {
  font-size: 40px;
}

.pixels-plano .modal.in .form-control,
.pixels-plano .modal.in .input-group .form-control,
.pixels-plano .modal.in .post-password-form input[type="password"],
.pixels-plano .modal.in .woocommerce form .form-row input.input-text,
.pixels-plano .modal.in .woocommerce form .form-row textarea,
.pixels-plano .modal.in .wpcf7-form-control,
.pixels-plano .modal.show .form-control,
.pixels-plano .modal.show .input-group .form-control,
.pixels-plano .modal.show .post-password-form input[type="password"],
.pixels-plano .modal.show .woocommerce form .form-row input.input-text,
.pixels-plano .modal.show .woocommerce form .form-row textarea,
.pixels-plano .modal.show .wpcf7-form-control,
.pixels-plano
  .modal.in
  body
  .woocommerce-cart
  table.cart
  td.actions
  .coupon
  .input-text,
.pixels-plano
  .modal.show
  body
  .woocommerce-cart
  table.cart
  td.actions
  .coupon
  .input-text {
  background-color: #fff;
  border: 1px solid #cacaca;
  font-size: 14px;
}

.pixels-banner {
  padding: 60px 0;
  margin: 0 calc(-50vw + 50%);
  width: 100vw;
  color: #fff !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.pixels-banner .row .col-xs-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  max-width: 800px;
  margin: auto;
  float: none;
}

.pixels-banner .row .col-xs-12 h2,
.pixels-banner .row .col-xs-12 p {
  color: #fff;
}

.pixels-banner .row .col-xs-12 .button {
  margin-top: 30px;
}

.stm_post_info ul li.post_by {
  display: none;
}

.stm_post_info .comments_num {
  display: none;
}

.sidebar-area .widget_title {
  font-weight: 700;
}

.select2-container.select2-container--default .select2-selection--single {
  background-color: #f2f2f2 !important;
  border: 0 !important;
}

.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_meta ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_pages ul li a,
.widget.widget_product_categories ul li a {
  display: block;
}

.sobre__icon .vc_custom_heading {
  max-width: 600px;
  margin: auto;
}

.sobre__icon .vc_custom_heading h2 {
  margin-bottom: 30px;
}

.sobre__icon .vc_custom_heading .subtitle {
  padding-top: 10px;
  font-weight: 600;
}

.sobre__icon [class^="sng-"],
.sobre__icon [class*=" sng-"] {
  color: #fff;
}

@keyframes animateline {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -80px;
  }
}

.procedimentos__separator {
  display: flex;
  position: relative;
  text-align: center;
  height: 60px;
  max-height: 60px;
  overflow: hidden;
}

.procedimentos__separator svg {
  height: 80px;
}

.procedimentos__separator svg line {
  stroke: #35a8e0;
  stroke-width: 5px;
  stroke-linecap: round;
  stroke-dasharray: 5px 20px;
  animation: animateline 5s linear both infinite;
}

.procedimentos__heading {
  border-radius: 5px;
  overflow: hidden;
}

.procedimentos__row {
  padding: 5px 15px;
  position: relative;
}

.procedimentos__row .vc_custom_heading {
  padding: 30px;
}

.procedimentos__row .vc_col-has-fill > .vc_column-inner {
  box-shadow: 0 2px 10px #e6e6e6;
}

.procedimentos__row .icon_box {
  padding: 15px 20px;
  position: relative;
  z-index: 1;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

.procedimentos__row .icon_box .icon {
  height: 70px !important;
  width: 70px !important;
  background: linear-gradient(0deg, #35a8e0 0%, #35a8e0 50%, #1d70b7 100%);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto !important;
}

.procedimentos__row .icon_box .icon i {
  width: 52px !important;
  background-color: transparent !important;
}

.procedimentos__row .icon_box .icon_text {
  width: calc(100% - 70px);
  padding-left: 30px;
}

.procedimentos__row .icon_box .icon_text h4 {
  font-size: 22px !important;
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 700;
}

.procedimentos .vc_row.vc_column-gap-30 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

@media (max-width: 991px) {
  .vc_cta3_content-container h2 {
    text-align: center !important;
  }
}
