@font-face {
  font-family: ClearSans;
  font-style: normal;
  font-weight: 700;
  src: url(../font/ClearSans-Bold.ttf) format("truetype"); }

@font-face {
  font-family: ClearSans;
  font-style: italic;
  font-weight: 700;
  src: url(../font/ClearSans-BoldItalic.ttf) format("truetype"); }

@font-face {
  font-family: ClearSans;
  font-style: italic;
  font-weight: 400;
  src: url(../font/ClearSans-Italic.ttf) format("truetype"); }

@font-face {
  font-family: ClearSans;
  font-style: italic;
  font-weight: 300;
  src: url(../font/ClearSans-Light.ttf) format("truetype"); }

@font-face {
  font-family: ClearSans;
  font-style: normal;
  font-weight: 500;
  src: url(../font/ClearSans-Medium.ttf) format("truetype"); }

@font-face {
  font-family: ClearSans;
  font-style: italic;
  font-weight: 500;
  src: url(../font/ClearSans-MediumItalic.ttf) format("truetype"); }

@font-face {
  font-family: ClearSans;
  font-style: normal;
  font-weight: 400;
  src: url(../font/ClearSans-Regular.ttf) format("truetype"); }

@font-face {
  font-family: ClearSans;
  font-style: normal;
  font-weight: 100;
  src: url(../font/ClearSans-Thin.ttf) format("truetype"); }

/*
WP default aligns
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignwide {
  margin: 32px calc(25% - 25vw);
  max-width: 1600px;
  padding-right: 10px;
  padding-left: 10px; }
  @media screen and (min-width: 768px) {
    .alignwide {
      padding-right: 25px;
      padding-left: 25px; } }

.alignfull {
  margin: 32px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  text-align: center; }
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/**
* Blocks
*/
.block_instituto_porcelli_v1_banner {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 0px; }
  .block_instituto_porcelli_v1_banner img {
    width: 100vw;
    object-fit: cover; }
    @media screen and (min-width: 992px) {
      .block_instituto_porcelli_v1_banner img {
        height: calc(100vh - 115px); } }
  .block_instituto_porcelli_v1_banner .banner-desktop {
    display: none; }
    @media screen and (min-width: 992px) {
      .block_instituto_porcelli_v1_banner .banner-desktop {
        display: block; } }
  .block_instituto_porcelli_v1_banner .banner-mobile {
    display: block; }
    @media screen and (min-width: 992px) {
      .block_instituto_porcelli_v1_banner .banner-mobile {
        display: none; } }

@media screen and (min-width: 992px) {
  .block_instituto_porcelli_v1_cards {
    padding: 0px; } }

.block_instituto_porcelli_v1_cards .container {
  padding: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  gap: 10px; }
  @media screen and (min-width: 992px) {
    .block_instituto_porcelli_v1_cards .container {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-direction: normal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -moz-box-align: stretch;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap; } }
  .block_instituto_porcelli_v1_cards .container .owl-cards {
    width: 100%; }
    .block_instituto_porcelli_v1_cards .container .owl-cards .owl-stage-outer .owl-stage {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .block_instituto_porcelli_v1_cards .container .owl-cards .owl-stage-outer .owl-stage .owl-item {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        .block_instituto_porcelli_v1_cards .container .owl-cards .owl-stage-outer .owl-stage .owl-item .card-item {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -moz-box-direction: normal;
          -moz-box-orient: vertical;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: start;
          -moz-box-pack: start;
          -ms-flex-pack: start;
          -webkit-justify-content: start;
          justify-content: start;
          -webkit-box-align: start;
          -moz-box-align: start;
          -ms-flex-align: start;
          -webkit-align-items: start;
          align-items: start;
          width: 70%;
          height: 100%;
          padding: 30px 10px;
          border: 2px solid #e0b65b;
          border-radius: 28px; }
          @media screen and (min-width: 992px) {
            .block_instituto_porcelli_v1_cards .container .owl-cards .owl-stage-outer .owl-stage .owl-item .card-item {
              padding: 50px 20px;
              width: 100%; } }
          .block_instituto_porcelli_v1_cards .container .owl-cards .owl-stage-outer .owl-stage .owl-item .card-item .card-image {
            width: 60px;
            height: 60px;
            object-fit: contain;
            margin-bottom: 10px; }
          .block_instituto_porcelli_v1_cards .container .owl-cards .owl-stage-outer .owl-stage .owl-item .card-item h3 {
            color: #e0b65b;
            font-family: Montserrat Alternates, sans-serif;
            font-size: 30px;
            font-weight: 700; }
          .block_instituto_porcelli_v1_cards .container .owl-cards .owl-stage-outer .owl-stage .owl-item .card-item .card-text {
            color: #505050;
            text-align: start;
            font-size: 18px; }

.block_instituto_porcelli_v1_especialidade.cinza .container .owl-especialidades .owl-stage-outer .owl-stage .owl-item .card-item {
  background-color: #ececec; }
  .block_instituto_porcelli_v1_especialidade.cinza .container .owl-especialidades .owl-stage-outer .owl-stage .owl-item .card-item .card-header-especialidade > h3 {
    color: #e0b65b; }

.block_instituto_porcelli_v1_especialidade .container {
  padding: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .block_instituto_porcelli_v1_especialidade .container {
      padding: initial;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-direction: normal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 0px;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
  .block_instituto_porcelli_v1_especialidade .container > h4 {
    font-family: Montserrat Alternates, sans-serif;
    color: #e0b65b;
    width: 100%;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px; }
    @media screen and (min-width: 992px) {
      .block_instituto_porcelli_v1_especialidade .container > h4 {
        width: 20%;
        text-align: start;
        margin-bottom: 0px; } }
  .block_instituto_porcelli_v1_especialidade .container .owl-especialidades {
    width: 100%; }
    @media screen and (min-width: 992px) {
      .block_instituto_porcelli_v1_especialidade .container .owl-especialidades {
        width: 75%; } }
    .block_instituto_porcelli_v1_especialidade .container .owl-especialidades .owl-stage-outer {
      width: 100vw; }
      .block_instituto_porcelli_v1_especialidade .container .owl-especialidades .owl-stage-outer .owl-stage {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .block_instituto_porcelli_v1_especialidade .container .owl-especialidades .owl-stage-outer .owl-stage .owl-item .card-item {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -moz-box-direction: normal;
          -moz-box-orient: vertical;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: start;
          -moz-box-pack: start;
          -ms-flex-pack: start;
          -webkit-justify-content: start;
          justify-content: start;
          -webkit-box-align: start;
          -moz-box-align: start;
          -ms-flex-align: start;
          -webkit-align-items: start;
          align-items: start;
          width: 100%;
          padding: 30px;
          background-color: #e0b65b;
          border-radius: 28px;
          height: 100%; }
          @media screen and (min-width: 992px) {
            .block_instituto_porcelli_v1_especialidade .container .owl-especialidades .owl-stage-outer .owl-stage .owl-item .card-item {
              padding: 50px; } }
          .block_instituto_porcelli_v1_especialidade .container .owl-especialidades .owl-stage-outer .owl-stage .owl-item .card-item .card-header-especialidade {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: start;
            -moz-box-pack: start;
            -ms-flex-pack: start;
            -webkit-justify-content: start;
            justify-content: start;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            gap: 20px;
            width: 100%;
            margin-bottom: 25px; }
            .block_instituto_porcelli_v1_especialidade .container .owl-especialidades .owl-stage-outer .owl-stage .owl-item .card-item .card-header-especialidade .card-image {
              min-width: 75px;
              max-width: 75px;
              min-height: 75px;
              max-height: 75px;
              object-fit: contain;
              background-color: #ffffff;
              border-radius: 12px;
              padding: 12px; }
            .block_instituto_porcelli_v1_especialidade .container .owl-especialidades .owl-stage-outer .owl-stage .owl-item .card-item .card-header-especialidade > h3 {
              color: #ffffff;
              font-family: Montserrat Alternates, sans-serif;
              font-size: 28px;
              font-weight: 700;
              margin: 0px; }
              @media screen and (min-width: 992px) {
                .block_instituto_porcelli_v1_especialidade .container .owl-especialidades .owl-stage-outer .owl-stage .owl-item .card-item .card-header-especialidade > h3 {
                  font-size: 30px; } }
          .block_instituto_porcelli_v1_especialidade .container .owl-especialidades .owl-stage-outer .owl-stage .owl-item .card-item .card-text {
            color: #000000;
            text-align: start;
            font-size: 16px; }
            @media screen and (min-width: 992px) {
              .block_instituto_porcelli_v1_especialidade .container .owl-especialidades .owl-stage-outer .owl-stage .owl-item .card-item .card-text {
                font-size: 18px; } }
    .block_instituto_porcelli_v1_especialidade .container .owl-especialidades .owl-nav {
      display: none; }

.block_instituto_porcelli_v1_imagem_texto {
  padding-bottom: 70px;
  border-bottom: 1px solid #00000080; }
  .block_instituto_porcelli_v1_imagem_texto .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%; }
    .block_instituto_porcelli_v1_imagem_texto .container.direita .sub-container img {
      order: 1; }
    .block_instituto_porcelli_v1_imagem_texto .container.direita .sub-container .list-text {
      order: 0; }
    .block_instituto_porcelli_v1_imagem_texto .container.esquerda .sub-container img {
      order: 0; }
    .block_instituto_porcelli_v1_imagem_texto .container.esquerda .sub-container .list-text {
      order: 1; }
    .block_instituto_porcelli_v1_imagem_texto .container .sub-container {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      gap: 10px; }
      @media screen and (min-width: 992px) {
        .block_instituto_porcelli_v1_imagem_texto .container .sub-container {
          width: 85%;
          -webkit-box-direction: normal;
          -webkit-box-orient: horizontal;
          -moz-box-direction: normal;
          -moz-box-orient: horizontal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -moz-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between; } }
      .block_instituto_porcelli_v1_imagem_texto .container .sub-container img {
        width: 100%; }
        @media screen and (min-width: 992px) {
          .block_instituto_porcelli_v1_imagem_texto .container .sub-container img {
            width: 50%; } }
      .block_instituto_porcelli_v1_imagem_texto .container .sub-container .list-text {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: start;
        justify-content: start;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        @media screen and (min-width: 992px) {
          .block_instituto_porcelli_v1_imagem_texto .container .sub-container .list-text {
            width: 40%; } }
        .block_instituto_porcelli_v1_imagem_texto .container .sub-container .list-text ul {
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-gap: 10px; }
          @media screen and (min-width: 992px) {
            .block_instituto_porcelli_v1_imagem_texto .container .sub-container .list-text ul {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-direction: normal;
              -webkit-box-orient: vertical;
              -moz-box-direction: normal;
              -moz-box-orient: vertical;
              -webkit-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column; } }
          .block_instituto_porcelli_v1_imagem_texto .container .sub-container .list-text ul li {
            color: #5e5e5e;
            font-size: 20px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: start;
            -moz-box-pack: start;
            -ms-flex-pack: start;
            -webkit-justify-content: start;
            justify-content: start;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            gap: 10px; }
            @media screen and (min-width: 992px) {
              .block_instituto_porcelli_v1_imagem_texto .container .sub-container .list-text ul li {
                font-size: 26px; } }
            .block_instituto_porcelli_v1_imagem_texto .container .sub-container .list-text ul li::before {
              content: "";
              width: 16px;
              height: 16px;
              background-color: #e0b65b;
              border-radius: 100%; }

.block_instituto_porcelli_v1_links_flutuantes {
  margin-top: -30px; }
  .block_instituto_porcelli_v1_links_flutuantes .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%; }
    .block_instituto_porcelli_v1_links_flutuantes .container .sub-container {
      background-color: #ececec;
      box-shadow: 0px 4px 4px #00000040;
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: start;
      align-items: start;
      gap: 20px;
      padding: 20px;
      border-radius: 20px; }
      @media screen and (min-width: 992px) {
        .block_instituto_porcelli_v1_links_flutuantes .container .sub-container {
          width: 85%;
          -webkit-box-direction: normal;
          -webkit-box-orient: horizontal;
          -moz-box-direction: normal;
          -moz-box-orient: horizontal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -moz-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          padding: 30px 40px; } }
      .block_instituto_porcelli_v1_links_flutuantes .container .sub-container .link-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: start;
        justify-content: start;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        flex: 1; }
        .block_instituto_porcelli_v1_links_flutuantes .container .sub-container .link-item .link-image {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          width: 50px;
          height: 50px;
          background-color: #e0b65b;
          border-radius: 100%;
          padding: 10px;
          margin-right: 10px; }
          .block_instituto_porcelli_v1_links_flutuantes .container .sub-container .link-item .link-image img {
            width: 100%; }
        .block_instituto_porcelli_v1_links_flutuantes .container .sub-container .link-item .link-text {
          margin: 0px;
          color: #403e40;
          font-size: 18px;
          line-height: 26px; }
          @media screen and (min-width: 992px) {
            .block_instituto_porcelli_v1_links_flutuantes .container .sub-container .link-item .link-text {
              font-size: 20px; } }
          .block_instituto_porcelli_v1_links_flutuantes .container .sub-container .link-item .link-text b {
            font-size: 28px;
            font-weight: bold; }
            @media screen and (min-width: 992px) {
              .block_instituto_porcelli_v1_links_flutuantes .container .sub-container .link-item .link-text b {
                font-size: 30px; } }

.block_instituto_porcelli_v1_links {
  box-shadow: 0px 4px 4px #00000040;
  margin-bottom: 0 !important;
  margin-top: 0 !important; }
  .block_instituto_porcelli_v1_links.margin-top-30 {
    margin-top: -30px !important; }
  .block_instituto_porcelli_v1_links.amarelo {
    background-color: #e0b65b; }
    .block_instituto_porcelli_v1_links.amarelo .link-image {
      background-color: #ececec; }
  .block_instituto_porcelli_v1_links.cinza {
    background-color: #ececec; }
    .block_instituto_porcelli_v1_links.cinza .link-image {
      background-color: #e0b65b; }
  .block_instituto_porcelli_v1_links .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%; }
    .block_instituto_porcelli_v1_links .container .sub-container {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: start;
      align-items: start;
      gap: 20px;
      padding: 20px;
      border-radius: 20px; }
      @media screen and (min-width: 992px) {
        .block_instituto_porcelli_v1_links .container .sub-container {
          -webkit-box-direction: normal;
          -webkit-box-orient: horizontal;
          -moz-box-direction: normal;
          -moz-box-orient: horizontal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -moz-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          padding: 30px 40px; } }
      .block_instituto_porcelli_v1_links .container .sub-container .link-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        flex: 1; }
        .block_instituto_porcelli_v1_links .container .sub-container .link-item .link-image {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          width: 50px;
          height: 50px;
          border-radius: 100%;
          padding: 10px;
          margin-right: 10px; }
          .block_instituto_porcelli_v1_links .container .sub-container .link-item .link-image img {
            width: 100%; }
        .block_instituto_porcelli_v1_links .container .sub-container .link-item .link-text {
          margin: 0px;
          color: #403e40;
          font-size: 18px;
          line-height: 26px; }
          @media screen and (min-width: 992px) {
            .block_instituto_porcelli_v1_links .container .sub-container .link-item .link-text {
              font-size: 20px; } }
          .block_instituto_porcelli_v1_links .container .sub-container .link-item .link-text b {
            font-size: 28px;
            font-weight: bold; }
            @media screen and (min-width: 992px) {
              .block_instituto_porcelli_v1_links .container .sub-container .link-item .link-text b {
                font-size: 30px; } }

.block_instituto_porcelli_v1_slide_videos {
  background-color: #ececec;
  padding: 50px 0px;
  margin-bottom: 0px !important; }
  .block_instituto_porcelli_v1_slide_videos .container {
    padding: 0px; }
    .block_instituto_porcelli_v1_slide_videos .container .owl-reels .owl-stage-outer {
      width: 100vw; }
      .block_instituto_porcelli_v1_slide_videos .container .owl-reels .owl-stage-outer .owl-stage {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .block_instituto_porcelli_v1_slide_videos .container .owl-reels .owl-stage-outer .owl-stage .owl-item {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center; }
          .block_instituto_porcelli_v1_slide_videos .container .owl-reels .owl-stage-outer .owl-stage .owl-item .reel-item {
            padding: 5px;
            width: 70%; }
            @media screen and (min-width: 992px) {
              .block_instituto_porcelli_v1_slide_videos .container .owl-reels .owl-stage-outer .owl-stage .owl-item .reel-item {
                width: 100%; } }
            .block_instituto_porcelli_v1_slide_videos .container .owl-reels .owl-stage-outer .owl-stage .owl-item .reel-item iframe {
              width: 100% !important;
              min-width: inherit !important;
              margin: 0px !important; }
    .block_instituto_porcelli_v1_slide_videos .container .owl-reels .owl-nav {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      position: absolute;
      width: 98%;
      top: calc(50% - 60px); }
      @media screen and (min-width: 992px) {
        .block_instituto_porcelli_v1_slide_videos .container .owl-reels .owl-nav {
          width: 80vw; } }
      .block_instituto_porcelli_v1_slide_videos .container .owl-reels .owl-nav button {
        width: 60px;
        height: 60px;
        background-color: #e0b65b;
        border-radius: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        .block_instituto_porcelli_v1_slide_videos .container .owl-reels .owl-nav button.owl-next::before {
          content: "";
          background-image: url(.././images/CaretRight.svg);
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          height: 30px;
          width: 30px;
          position: absolute; }
        .block_instituto_porcelli_v1_slide_videos .container .owl-reels .owl-nav button.owl-prev::before {
          content: "";
          background-image: url(.././images/CaretLeft.svg);
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          height: 30px;
          width: 30px;
          position: absolute; }
        .block_instituto_porcelli_v1_slide_videos .container .owl-reels .owl-nav button span {
          display: none; }

.block_instituto_porcelli_v1_titulo_slide_antes_depois {
  padding: 50px 0px; }
  .block_instituto_porcelli_v1_titulo_slide_antes_depois .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%; }
    .block_instituto_porcelli_v1_titulo_slide_antes_depois .container .sub-container {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      gap: 10px; }
      @media screen and (min-width: 992px) {
        .block_instituto_porcelli_v1_titulo_slide_antes_depois .container .sub-container {
          width: 85%;
          -webkit-box-direction: normal;
          -webkit-box-orient: horizontal;
          -moz-box-direction: normal;
          -moz-box-orient: horizontal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -moz-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          gap: 20px; } }
      .block_instituto_porcelli_v1_titulo_slide_antes_depois .container .sub-container .side-text {
        width: 100%; }
        @media screen and (min-width: 992px) {
          .block_instituto_porcelli_v1_titulo_slide_antes_depois .container .sub-container .side-text {
            width: 50%; } }
        .block_instituto_porcelli_v1_titulo_slide_antes_depois .container .sub-container .side-text h3 {
          font-family: Montserrat Alternates, sans-serif;
          color: #e0b65b;
          width: 100%;
          font-weight: 700;
          font-size: 32px;
          text-align: center;
          margin-bottom: 20px; }
          @media screen and (min-width: 992px) {
            .block_instituto_porcelli_v1_titulo_slide_antes_depois .container .sub-container .side-text h3 {
              text-align: start; } }
      .block_instituto_porcelli_v1_titulo_slide_antes_depois .container .sub-container .images {
        width: 100%;
        overflow: hidden;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px; }
        @media screen and (min-width: 992px) {
          .block_instituto_porcelli_v1_titulo_slide_antes_depois .container .sub-container .images {
            width: 50%; } }
        .block_instituto_porcelli_v1_titulo_slide_antes_depois .container .sub-container .images .owl-stage-outer {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          width: 100%; }
          .block_instituto_porcelli_v1_titulo_slide_antes_depois .container .sub-container .images .owl-stage-outer .owl-stage {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex; }
            .block_instituto_porcelli_v1_titulo_slide_antes_depois .container .sub-container .images .owl-stage-outer .owl-stage .image-item {
              position: relative;
              width: 100%;
              height: 400px;
              overflow: hidden;
              border: 2px solid #ccc;
              border-radius: 10px; }
              .block_instituto_porcelli_v1_titulo_slide_antes_depois .container .sub-container .images .owl-stage-outer .owl-stage .image-item .image {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-size: cover;
                background-position: center; }
                .block_instituto_porcelli_v1_titulo_slide_antes_depois .container .sub-container .images .owl-stage-outer .owl-stage .image-item .image::after {
                  clip-path: inset(0 50% 0 0);
                  transition: clip-path 0.2s ease-out; }
                .block_instituto_porcelli_v1_titulo_slide_antes_depois .container .sub-container .images .owl-stage-outer .owl-stage .image-item .image.after {
                  clip-path: inset(0px 50% 0px 0px); }
              .block_instituto_porcelli_v1_titulo_slide_antes_depois .container .sub-container .images .owl-stage-outer .owl-stage .image-item .slider {
                position: absolute;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
                width: 6px;
                height: 100%;
                background: #d9d9d9;
                cursor: pointer;
                z-index: 10; }
                .block_instituto_porcelli_v1_titulo_slide_antes_depois .container .sub-container .images .owl-stage-outer .owl-stage .image-item .slider .slider-handle {
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  transform: translate(-50%, -50%);
                  width: 16px;
                  height: 16px;
                  background-color: #d9d9d9;
                  border-radius: 50%;
                  cursor: grab;
                  z-index: 11; }
        .block_instituto_porcelli_v1_titulo_slide_antes_depois .container .sub-container .images .owl-nav {
          display: none; }
        .block_instituto_porcelli_v1_titulo_slide_antes_depois .container .sub-container .images .owl-dots {
          width: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          gap: 10px; }
          .block_instituto_porcelli_v1_titulo_slide_antes_depois .container .sub-container .images .owl-dots .owl-dot {
            min-width: 15px;
            max-width: 15px;
            min-height: 15px;
            max-height: 15px;
            background-color: #d9d9d9;
            border-radius: 100%;
            border: 0px solid transparent; }
            .block_instituto_porcelli_v1_titulo_slide_antes_depois .container .sub-container .images .owl-dots .owl-dot.active {
              background-color: #e0b65b; }

.block_instituto_porcelli_v1_titulo_slide_profissionais {
  background-color: #e0b65b;
  padding: 100px 0px;
  margin-bottom: 0px !important; }
  .block_instituto_porcelli_v1_titulo_slide_profissionais .container {
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%; }
    @media screen and (min-width: 992px) {
      .block_instituto_porcelli_v1_titulo_slide_profissionais .container {
        padding: initial;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-direction: normal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0px;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between; } }
    .block_instituto_porcelli_v1_titulo_slide_profissionais .container h4 {
      font-family: Montserrat Alternates, sans-serif;
      color: #ffffff;
      width: 100%;
      font-weight: 700;
      font-size: 29px;
      text-align: center;
      margin-bottom: 20px; }
      @media screen and (min-width: 992px) {
        .block_instituto_porcelli_v1_titulo_slide_profissionais .container h4 {
          width: 20%;
          text-align: start;
          margin-bottom: 0px; }
          .block_instituto_porcelli_v1_titulo_slide_profissionais .container h4 br {
            display: none; } }
    .block_instituto_porcelli_v1_titulo_slide_profissionais .container .owl-profissionais {
      overflow: hidden;
      width: 100%; }
      @media screen and (min-width: 992px) {
        .block_instituto_porcelli_v1_titulo_slide_profissionais .container .owl-profissionais {
          width: 75%; } }
      .block_instituto_porcelli_v1_titulo_slide_profissionais .container .owl-profissionais .owl-stage-outer .owl-stage {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        will-change: transform;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: start;
        justify-content: start; }
        .block_instituto_porcelli_v1_titulo_slide_profissionais .container .owl-profissionais .owl-stage-outer .owl-stage .owl-item {
          flex: 0 0 auto; }
          .block_instituto_porcelli_v1_titulo_slide_profissionais .container .owl-profissionais .owl-stage-outer .owl-stage .owl-item .profissionais-item {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: start;
            -moz-box-pack: start;
            -ms-flex-pack: start;
            -webkit-justify-content: start;
            justify-content: start;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            width: 100%;
            gap: 15px; }
            .block_instituto_porcelli_v1_titulo_slide_profissionais .container .owl-profissionais .owl-stage-outer .owl-stage .owl-item .profissionais-item img {
              border-radius: 100%;
              width: 100px;
              height: 100px; }
              @media screen and (min-width: 992px) {
                .block_instituto_porcelli_v1_titulo_slide_profissionais .container .owl-profissionais .owl-stage-outer .owl-stage .owl-item .profissionais-item img {
                  width: 130px;
                  height: 130px; } }
            .block_instituto_porcelli_v1_titulo_slide_profissionais .container .owl-profissionais .owl-stage-outer .owl-stage .owl-item .profissionais-item .profissionais-text {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-direction: normal;
              -webkit-box-orient: vertical;
              -moz-box-direction: normal;
              -moz-box-orient: vertical;
              -webkit-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column;
              -webkit-box-align: start;
              -moz-box-align: start;
              -ms-flex-align: start;
              -webkit-align-items: start;
              align-items: start;
              -webkit-box-pack: center;
              -moz-box-pack: center;
              -ms-flex-pack: center;
              -webkit-justify-content: center;
              justify-content: center; }
              .block_instituto_porcelli_v1_titulo_slide_profissionais .container .owl-profissionais .owl-stage-outer .owl-stage .owl-item .profissionais-item .profissionais-text .title {
                font-weight: 700;
                font-size: 25px;
                margin: 0; }
                .block_instituto_porcelli_v1_titulo_slide_profissionais .container .owl-profissionais .owl-stage-outer .owl-stage .owl-item .profissionais-item .profissionais-text .title.white {
                  color: #ffffff; }
                .block_instituto_porcelli_v1_titulo_slide_profissionais .container .owl-profissionais .owl-stage-outer .owl-stage .owl-item .profissionais-item .profissionais-text .title.black {
                  color: #403e40; }
              .block_instituto_porcelli_v1_titulo_slide_profissionais .container .owl-profissionais .owl-stage-outer .owl-stage .owl-item .profissionais-item .profissionais-text .paragraph {
                color: #403e40;
                font-size: 18px;
                margin: 0px; }
      .block_instituto_porcelli_v1_titulo_slide_profissionais .container .owl-profissionais .owl-nav {
        display: none; }

.block_instituto_porcelli_v1_cards_titulo_icone {
  padding: 0px; }
  .block_instituto_porcelli_v1_cards_titulo_icone .container {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    grid-auto-rows: 1fr; }
    @media screen and (min-width: 992px) {
      .block_instituto_porcelli_v1_cards_titulo_icone .container {
        padding: 0px;
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
    .block_instituto_porcelli_v1_cards_titulo_icone .container .card-titulo-icone {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      height: auto;
      background-color: #e0b65b;
      border-radius: 16px;
      padding: 40px 20px;
      gap: 30px; }
      @media screen and (min-width: 992px) {
        .block_instituto_porcelli_v1_cards_titulo_icone .container .card-titulo-icone {
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-box-direction: normal;
          -webkit-box-orient: horizontal;
          -moz-box-direction: normal;
          -moz-box-orient: horizontal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          padding: 20px;
          gap: 10px; } }
      .block_instituto_porcelli_v1_cards_titulo_icone .container .card-titulo-icone img {
        width: 60px;
        height: 60px;
        object-fit: contain; }
      .block_instituto_porcelli_v1_cards_titulo_icone .container .card-titulo-icone h3 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
        margin: 0px;
        text-align: center; }
        .block_instituto_porcelli_v1_cards_titulo_icone .container .card-titulo-icone h3 br {
          display: none; }
        @media screen and (min-width: 992px) {
          .block_instituto_porcelli_v1_cards_titulo_icone .container .card-titulo-icone h3 {
            font-size: 25px;
            text-align: start; }
            .block_instituto_porcelli_v1_cards_titulo_icone .container .card-titulo-icone h3 br {
              display: block; } }

@media screen and (min-width: 992px) {
  .block_instituto_porcelli_v1_exames {
    padding: 0px; } }

.block_instituto_porcelli_v1_exames .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 20px; }
  @media screen and (min-width: 992px) {
    .block_instituto_porcelli_v1_exames .container {
      padding: 0px;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-direction: normal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .block_instituto_porcelli_v1_exames .container .left-side {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 20px; }
    @media screen and (min-width: 992px) {
      .block_instituto_porcelli_v1_exames .container .left-side {
        width: 25%;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: start;
        align-items: start;
        gap: 10px; } }
    .block_instituto_porcelli_v1_exames .container .left-side img {
      object-fit: contain;
      margin-bottom: 10px; }
    .block_instituto_porcelli_v1_exames .container .left-side h2 {
      color: #e0b65b;
      font-size: 30px; }
  .block_instituto_porcelli_v1_exames .container .right-side {
    width: 100%; }
    @media screen and (min-width: 992px) {
      .block_instituto_porcelli_v1_exames .container .right-side {
        width: 70%; } }
    .block_instituto_porcelli_v1_exames .container .right-side ul {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 10px; }
      @media screen and (min-width: 992px) {
        .block_instituto_porcelli_v1_exames .container .right-side ul {
          grid-template-columns: 1fr 1fr 1fr 1fr; } }
      .block_instituto_porcelli_v1_exames .container .right-side ul li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: start;
        justify-content: start;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        .block_instituto_porcelli_v1_exames .container .right-side ul li span {
          display: block;
          font-size: 18px;
          color: #e0b65b;
          position: relative;
          margin-bottom: 10px;
          font-weight: 400;
          margin-left: 15px; }
          .block_instituto_porcelli_v1_exames .container .right-side ul li span::before {
            content: "";
            width: 5px;
            height: 100%;
            position: absolute;
            left: -15px;
            background-color: #e0b65b; }

.block_instituto_porcelli_v1_banner_sem_altura {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 0px; }
  .block_instituto_porcelli_v1_banner_sem_altura img {
    width: 100vw;
    object-fit: cover; }
  .block_instituto_porcelli_v1_banner_sem_altura .banner-desktop {
    display: none; }
    @media screen and (min-width: 992px) {
      .block_instituto_porcelli_v1_banner_sem_altura .banner-desktop {
        display: block; } }
  .block_instituto_porcelli_v1_banner_sem_altura .banner-mobile {
    display: block; }
    @media screen and (min-width: 992px) {
      .block_instituto_porcelli_v1_banner_sem_altura .banner-mobile {
        display: none; } }

.block_instituto_porcelli_v1_contato .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .block_instituto_porcelli_v1_contato .container {
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-direction: normal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 0px; } }
  .block_instituto_porcelli_v1_contato .container .side-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
    width: 100%;
    gap: 15px; }
    @media screen and (min-width: 992px) {
      .block_instituto_porcelli_v1_contato .container .side-text {
        width: 60%; } }
    .block_instituto_porcelli_v1_contato .container .side-text h3 {
      font-size: 30px;
      color: #403e40;
      font-weight: 700;
      margin: 0px; }
    .block_instituto_porcelli_v1_contato .container .side-text p {
      font-size: 18px;
      line-height: 24px;
      color: #5e5e5e;
      margin: 0px; }
    .block_instituto_porcelli_v1_contato .container .side-text a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: start;
      justify-content: start;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      gap: 10px;
      font-size: 24px;
      line-height: 28px;
      color: #403e40;
      font-weight: 700;
      word-break: break-all; }
      .block_instituto_porcelli_v1_contato .container .side-text a:hover {
        text-decoration: underline;
        text-underline-offset: 6px; }
      .block_instituto_porcelli_v1_contato .container .side-text a img {
        width: 50px;
        height: 50px;
        background-color: #e0b65b;
        border-radius: 100%;
        padding: 10px;
        object-fit: contain; }
  .block_instituto_porcelli_v1_contato .container .side-image {
    width: 100%; }
    @media screen and (min-width: 992px) {
      .block_instituto_porcelli_v1_contato .container .side-image {
        width: 35%; } }
    .block_instituto_porcelli_v1_contato .container .side-image img {
      width: 100%; }

.block_instituto_porcelli_v1_endereco .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .block_instituto_porcelli_v1_endereco .container {
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-direction: normal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 0px; } }
  .block_instituto_porcelli_v1_endereco .container .side-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
    width: 100%;
    gap: 15px; }
    @media screen and (min-width: 992px) {
      .block_instituto_porcelli_v1_endereco .container .side-text {
        width: 55%; } }
    .block_instituto_porcelli_v1_endereco .container .side-text h3 {
      font-size: 30px;
      color: #403e40;
      font-weight: 700;
      margin: 0px; }
    .block_instituto_porcelli_v1_endereco .container .side-text a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: start;
      justify-content: start;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      gap: 10px;
      font-size: 24px;
      line-height: 28px;
      color: #403e40;
      font-weight: 700;
      word-break: break-all; }
      .block_instituto_porcelli_v1_endereco .container .side-text a:hover {
        text-decoration: underline;
        text-underline-offset: 6px; }
      .block_instituto_porcelli_v1_endereco .container .side-text a img {
        width: 50px;
        height: 50px;
        background-color: #e0b65b;
        border-radius: 100%;
        padding: 10px;
        object-fit: contain; }
  .block_instituto_porcelli_v1_endereco .container .side-endereco {
    width: 100%; }
    @media screen and (min-width: 992px) {
      .block_instituto_porcelli_v1_endereco .container .side-endereco {
        width: 40%; } }
    .block_instituto_porcelli_v1_endereco .container .side-endereco iframe {
      width: 100%;
      border-radius: 16px;
      height: 288px; }

.block_instituto_porcelli_v1_faq .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  gap: 20px; }
  @media screen and (min-width: 992px) {
    .block_instituto_porcelli_v1_faq .container {
      padding: 0px; } }
  .block_instituto_porcelli_v1_faq .container h3 {
    font-size: 30px;
    color: #403e40;
    font-weight: 700;
    margin: 0px; }
  .block_instituto_porcelli_v1_faq .container .pergunta-resposta {
    border-bottom: 1px solid #e0b65b;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
    width: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .block_instituto_porcelli_v1_faq .container .pergunta-resposta h4 {
      font-size: 24px;
      color: #e0b65b;
      font-weight: 700; }
    .block_instituto_porcelli_v1_faq .container .pergunta-resposta p {
      display: none;
      font-size: 18px;
      color: #403e40; }

