/*
Theme Name: Instituto Sabrina Matias
Theme URI: https://institutosabrinamatias.com.br
Template: blocksy
Author: J1 Studio
Author URI: https://j1studio.com.br
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments
Version: 1.0.0
*/
p:empty {
  display: none;
}
p:last-child {
  margin-bottom: 0;
}
body {
  background-color: #fff;
  background-image: url("./images/default-background.png");
  background-size: 100% auto;
  background-position: center top 160px;
  background-repeat: repeat-y;
}
@media only screen and (max-width: 767px) {
  h1:has(br) > br,
  h2:has(br) > br,
  h3:has(br) > br,
  h4:has(br) > br,
  h5:has(br) > br,
  h6:has(br) > br {
    display: none;
  }
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
h1 s,
h2 s,
h3 s,
h4 s,
h5 s,
h6 s {
  font-weight: 400;
	font-family: var(--theme-font-family);
  font-style: italic !important;
  text-decoration: none;
font-size: 1.1em;
}
.heading__section strong {
  color: var(--theme-palette-color-1);
}
.heading__section em {
  color: var(--theme-palette-color-11);
}
.heading__section s {
  color: var(--theme-palette-color-12);
}
.button__cta,
.button__cta_positivo {
  position: relative;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  z-index: 1;
}
.button__cta:before,
.button__cta_positivo:before {
  content: '';
  position: absolute;
  width: 52px;
  height: 52px;
  top: 0;
  left: 92% !important;
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: block;
  z-index: 2;
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  inset-block: 0;
  inset-inline: 0;
  border-radius: 56px;
}
.button__cta:hover:before,
.button__cta_positivo:hover:before {
  opacity: 1 !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button__cta:before {
  background-image: url("../../uploads/2025/07/icone-seta-direita.svg");
  background-color: #000;
}
.button__cta_positivo:before {
  background-image: url("../../uploads/2025/07/icone-seta-direita-positivo.svg");
  background-color: #fff;
}
#header .btn-header__desktop {
  border-width: 1px;
}
.ct-drawer-canvas .ct-panel-actions {
  padding-inline: 18px;
}
.ct-drawer-canvas .btn-header__mobile {
  border-width: 1px;
}
.ct-drawer-canvas .btn-header__mobile:hover svg path {
  stroke: var(--theme-palette-color-2) !important;
}
@media only screen and (min-width: 768px) {
  .page .hero-section .ct-container {
    padding-right: 184px !important;
  }
}
.section-introducao .section-boxes > div + div,
.section-diferenciais .section-boxes > div + div {
  border-left: none;
}
.ct-breadcrumbs,
.rank-math-breadcrumb {
  font-family: 'Pragmatica', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .ct-breadcrumbs,
  .rank-math-breadcrumb {
    font-size: 12px;
  }
}
.ct-breadcrumbs .separator,
.rank-math-breadcrumb .separator {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
}
.ct-breadcrumbs a,
.rank-math-breadcrumb a {
  text-decoration: none;
  color: var(--theme-palette-color-1);
}
.ct-breadcrumbs a:hover,
.rank-math-breadcrumb a:hover {
  text-decoration: none;
}
.fluentform textarea {
  border-radius: 16px !important;
  resize: none;
}
@media only screen and (min-width: 768px) {
  #footer [data-row="top"] {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #footer [data-row="bottom"] .ct-container {
    -ms-grid-columns: none;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: auto;
  }
}
@media only screen and (max-width: 767px) {
  #footer [data-row="bottom"] [data-column="widget-area-5"] {
    display: none;
  }
}
#fluentform_2 .ff-t-container {
  gap: 0;
}
@media only screen and (max-width: 767px) {
  #fluentform_2 .ff-t-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px !important;
    grid-template-columns: 1fr 50px !important;
  }
}
#fluentform_2 .ff-t-container input[type="email"] {
  border: 1px solid var(--theme-palette-color-10);
  background: rgba(255,255,255,0.1);
}
#fluentform_2 .ff-t-container input[type="email"]::-webkit-input-placeholder {
  color: var(--theme-palette-color-8);
}
#fluentform_2 .ff-t-container input[type="email"]:-ms-input-placeholder {
  color: var(--theme-palette-color-8);
}
#fluentform_2 .ff-t-container input[type="email"]::-ms-input-placeholder {
  color: var(--theme-palette-color-8);
}
#fluentform_2 .ff-t-container input[type="email"]::placeholder {
  color: var(--theme-palette-color-8);
}
#fluentform_2 .ff-t-container input[type="email"]:focus {
  background: #fff;
}
#fluentform_2 .ff-t-container .ff_submit_btn_wrapper {
  margin-top: 0;
}
#fluentform_2 .ff-t-container .ff-btn-submit {
  background-image: url("../../uploads/2025/07/icone-seta-direita-positivo.svg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  padding-right: 6px;
  padding-left: 6px;
  margin-left: -12px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-width: 50px !important;
}
#fluentform_2 .ff-t-container .ff-btn-submit:hover {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
