@charset "UTF-8";

/* FONTES */
  @font-face {
    font-family: 'lexendregular';
    src: url('../fonts/lexend-variablefont_wght-webfont.woff2') format('woff2'),
         url('../fonts/lexend-variablefont_wght-webfont.woff') format('woff');
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-variablefont_wdthwght-webfont.woff2') format('woff2'),
         url('../fonts/opensans-variablefont_wdthwght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
  font-family: 'montserratblack';
  src: url('../fonts/Montserrat-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

  :root {
    --fontPadrao: 'montserratregular';
    --fontBold: 'montserratbold';
    --fontBlack: 'montserratblack';
    --kry-color-1: #168770;
    --kry-color-2: #333333;
    --kry-color-3: #F1F1F1;
    --kry-color-4: #113833;
    --kry-color-5: #E4F2EF;
  }

/* RESET / AJUSTES GLOBAIS */
  * {
    box-sizing: border-box;
  }

  html{
    scroll-behavior: smooth;
  }

  body {
    font-family: 'montserratregular';
    background-color: #F0F0F0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
  }

  strong,
  b {
    font-weight: 700;
    font-family: inherit;
  }

  a {
    color: inherit;
    text-decoration: none;
    transition: all .3s linear;
  }

  a:link,
  a:visited {
    color: inherit;
  }

  a:hover,
  a:active {
    color: #000000;
  }

  a:focus {
    outline: none!important;
    outline-offset: 0!important;
  }

  dl,
  ol,
  ul {
    margin-bottom: 0.5rem;
  }

  ::-moz-selection {
    background: var(--kry-color-1);
    color: #FFFFFF;
  }

  ::selection {
    background: var(--kry-color-1);
    color: #FFFFFF;
  }

  .modal-open {
    overflow: auto !important;
    padding-right: 0 !important;
  }

/* ESTRUTURA */
  .website {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    overflow-x: hidden;
  }

  .container {
    width: 100% !important;
    max-width: 1170px !important;
  }

  .container .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .container .row > * {
    padding: 0 .75rem;
  }

/* EDITOR / CONTEÚDO */
  .editor,
  .editor p,
  .editor li {
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
  }

  .editor p {
    margin-bottom: 20px;
  }

  .editor a {
    color: var(--kry-color-3) !important;
  }

  .editor a:hover {
    text-decoration: underline !important;
  }

/* ALINHAMENTOS WORDPRESS  */
  .alignleft {
    float: left;
    margin: 16px 16px 16px 0;
  }

  .alignright {
    float: right;
    margin: 16px 0 16px 16px;
  }

  .aligncenter {
    display: block;
    margin: 16px auto;
  }

/* PAGINAÇÃO / LOADING */
  .pagination .active a,
  .pagination .active a:hover {
    background-color: var(--kry-color-1);
    border-color: var(--kry-color-1);
  }

  .lds-ellipsis div {
    background-color: #000000;
  }

/* CONTACT FORM 7 */
  .wpcf7-not-valid {
    background-color: #FFD2D2 !important;
  }

  .wpcf7-form-control-wrap {
    display: block;
  }

  .wpcf7-response-output {
    color: #FFFFFF !important;
    border: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: center !important;
    font-weight: bold !important;
    padding: 10px 20px !important;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
  }

  .wpcf7 form.failed .wpcf7-response-output,
  .wpcf7 form.aborted .wpcf7-response-output {
    background-color: #dc3232;
  }

  .wpcf7 form.spam .wpcf7-response-output {
    background-color: #f56e28;
  }

  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    background-color: #ffb900;
  }

  span.wpcf7-not-valid-tip {
    position: absolute;
    z-index: 1;
    top: 1px;
    right: 3px;
    font-size: 9px;
  }

/* FORMULÁRIOS / RECAPTCHA */
  form iframe {
    width: 304px !important;
    height: 78px !important;
  }

  .g-recaptcha {
    display: block;
    margin-bottom: 20px;
  }

/* ACEITAR TERMOS / COOKIES */
  .aceitar_termos {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 20px;
    text-align: center;
    color: #FFFFFF;
    background-color: rgba(33, 33, 33, 0.9);
  }

  .aceitar_termos a {
    color: #FFFC9E !important;
  }

  .aceitar_termos a:hover {
    color: #38A7EB !important;
  }

  a.ctacookies {
    display: inline-block;
    padding: 3px 15px;
    margin-left: 10px;
    color: #FFFFFF;
    background-color: #FF0000;
    border-radius: 50px;
    cursor: pointer;
    transition: all .3s linear;
  }

  a.ctacookies:hover {
    filter: brightness(1.2);
  }

/* BOTÃO WHATSAPP */
  .btnwhats {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 64px;
    height: 64px;

    background-color: #29A71A;
    border-radius: 50%;
  }

  .btnwhats img {
    width: 42px;
    height: 42px;
    transition: all .2s linear;
  }

  .btnwhats:hover {
    filter: brightness(1.2);
  }

/* RESPONSIVIDADE */
  @media (min-width: 1200px) {
    .container {
      padding: 0;
    }
  }

  @media (max-width: 991px) {
    form .row > div {
      width: 100%;
    }

    form {
      border: 0;
      padding: 0;
    }

    .fxsm {
      height: auto;
      min-height: 0;
      padding: 40px 0;
    }
  }

  @media (max-width: 900px) {
    .btnwhats {
      right: auto;
      left: 50%;
      transform: translateX(-50%);
    }
  }

  @media (max-width: 480px) {
    .fxsm {
      padding: 30px 0;
    }
  }

  @media (max-width: 400px) {
    .g-recaptcha {
      transform: scale(0.7);
      transform-origin: 0 0;
    }
  }

/* BLOG */
  .kry__blog{
    font-family: var(--fontPadrao);
    padding: 110px 0 50px;
  }

  .kry__blog .container{
    padding-top: 50px;
    padding-bottom: 65px;
  }

  .kry__blog .container .row{
    row-gap: 25px;
  }

  .kry__blog .result__title{
    font-family: var(--fontBold);
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 25px;
  }

  .kry__blog .col__list__posts{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 35px;
  }

  .kry__blog .post__container{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    border-bottom: 1px solid #CBCBCB;
  }

  .kry__blog .post__header{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: justify;
    row-gap: 15px;
  }

  .kry__blog .post__header .category__wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 14px 10px;
  }

  .kry__blog .category__wrapper .post__category{
    display: block;
    min-width: 186px;
    height: auto;
    font-family: var(--fontPadrao);
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;
    color: #FFFFFF;
    background-color: var(--kry-color-4);
    border-radius: 5px;
    transition: all .3s ease;
    padding: 7px 12px;
  }

  .kry__blog .category__wrapper .post__category:hover{
    filter: brightness(1.35);
  }

  .kry__blog .post__header h3{
    font-family: var(--fontBold);
    font-weight: 500;
    font-size: 24px;
    line-height: 1.4;
    color: #000000;
    transition: color .3s ease;
  }

  .post__container:has(.post__body:hover) .post__header h3,
  .kry__blog .post__header h3:hover{
    color: var(--kry-color-1);
  }

  .kry__blog .post__body{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px 20px;
    padding-bottom: 22px;
  }

  .kry__blog .post__body .post__thumbnail{
    flex-shrink: 0;
    width: 100%;
    max-width: 370px;
    height: 230px;
  }

  .kry__blog .post__thumbnail img{
    width: 100%;
    max-width: 370px;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    transition: all .3s ease;
  }

  .post__container:has(.post__header h3:hover) .post__body .post__thumbnail img,
  .kry__blog .post__body:hover .post__thumbnail img{
    transform: scale(.975);
  }

  .kry__blog .post__body .post__content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: justify;
    row-gap: 15px;
    max-width: 100%;
  }

  .kry__blog .post__author{
    max-width: 860px;
    font-family: var(--fontPadrao);
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;
    color: #000000;
    border-bottom: 1px solid #CBCBCB;
  }

  .kry__blog .post__excerpt p{
    font-family: var(--fontPadrao);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.34;
    color: #000000;
    margin-bottom: 0;
  }

  .kry__blog__sidebar .form__search{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 5px;
    margin-bottom: 78px;
  }

  .kry__blog__sidebar .form__search .search__input{
    flex-grow: 1;
    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #CBCBCB;
    font-family: var(--fontPadrao);
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
    padding: 8px 9px;
  }

  .kry__blog__sidebar .form__search .search__input::placeholder{
    color: #777777;
  }

  .kry__blog__sidebar .form__search .btn__search{
    display: flex;
    align-items: center;
    background-color: var(--kry-color-4);
    border-radius: 3px;
    border: none;
    padding: 10px;
  }

  .kry__blog__sidebar .form__search .btn__search img{
    width: 17px;
    height: 17px;
    object-fit: cover;
  }

  .kry__blog__sidebar .author__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
    background-color: var(--kry-color-4);
    /* rogeiru */
    border-radius: 12px;
    padding: 20px 30px;
    margin-bottom: 30px;
  }

  .kry__blog__sidebar .author__container .author__picture{
    width: 100%;
    max-width: 190px;
    height: 135px;
    margin-bottom: 18px;
  }

  .kry__blog__sidebar .author__container .author__picture img{
    width: 100%;
    max-width: 190px;
    height: 100%;
    max-height: 135px;
    border-radius: 10px;
    object-fit: cover;
  }

  .kry__blog__sidebar .author__container .author__name{
    font-family: var(--fontBold);
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    border-bottom: 1px solid #F2F2F2;
    margin: 0 0 15px;
  }

  .kry__blog__sidebar .author__container .author__excerpt{
    font-family: var(--fontPadrao);
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0;
    text-align: center;
  }

  .kry__blog__sidebar .social__media__wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
    margin-bottom: 30px;
  }

  .kry__blog__sidebar .category__container{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 17px;
    margin-bottom: 30px;
  }

  .kry__blog__sidebar .category__item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 18px;
    background-color: var(--kry-color-4);
    border-radius: 10px;
    transition: all .3s ease;
    padding: 11px 10px;
  }

  .kry__blog__sidebar .category__item:hover{
    filter: brightness(1.3);
  }

  .kry__blog__sidebar .category__item .icon{
    display: block;
    width: 45px;
    height: 45px;
    flex-shrink: 0;
  }

  .kry__blog__sidebar .category__item img{
    width: 100%;
    max-width: 45px;
    height: 100%;
    max-height: 45px;
  }

  .kry__blog__sidebar .category__item .category__name{
    font-family: var(--fontPadrao);
    font-weight: 800;
    font-size: 13px;
    line-height: 1.3;
    color: #FFFFFF;
  }

  .kry__blog__sidebar .blog__sidebar__banners img{
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .pagenavi__container{
    margin-top: 40px;
  }

  .pagenavi__container .wp-pagenavi{
    justify-items: flex-start;
    align-content: center;
  }

  .pagenavi__container span,
  .pagenavi__container .page,
  .pagenavi__container .previouspostslink,
  .pagenavi__container .nextpostslink{
    display: inline-block;
    background-color: var(--kry-color-1);
    border: 1px solid #DFDFDF;
    font-family: var(--fontPadrao);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    align-content: center;
    color: #FFFFFF;
    transition: all .3s linear;
    padding: 4px 8px;
  }

  .pagenavi__container .current,
  .pagenavi__container .page:hover,
  .pagenavi__container .previouspostslink:hover,
  .pagenavi__container .nextpostslink:hover{
    background-color: var(--kry-color-3);
    color: var(--kry-color-2);
  }

  .pagenavi__container .previouspostslink{
    border-radius: 5px 0px 0px 5px;
  }

  .pagenavi__container .nextpostslink{
    border-radius: 0px 5px 5px 0px;
  }

  .kry__blog__single .post__container{
    border-bottom: none;
  }

  .kry__blog__single .post__header h1{
    font-family: var(--fontBold);
    font-weight: 400;
    font-size: 28px;
    line-height: 1.4;
    color: #000000;
  }

  .kry__blog .post__editor{
    font-family: var(--fontPadrao);
  }

  .kry__blog .post__editor::after {
    content: '';
    display: table;
    clear: both;
  }

  .kry__blog .post__editor p,
  .kry__blog .post__editor li
  {
    font-family: var(--fontPadrao);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
  }

  .kry__blog .post__editor strong,
  .kry__blog .post__editor b{
    font-weight: 700;
  }

  .kry__blog .post__editor i,
  .kry__blog .post__editor em,
  .kry__blog .post__editor cite{
    font-style: italic;
  }

  .kry__blog .post__editor u{
    text-decoration: underline;
  }

  .kry__blog .post__editor img{
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .kry__blog .post__editor h1,
  .kry__blog .post__editor h2,
  .kry__blog .post__editor h3,
  .kry__blog .post__editor h4,
  .kry__blog .post__editor h5,
  .kry__blog .post__editor h6{
    font-family: var(--fontBold);
    margin-top: 0px;
  }

  .kry__blog .post__editor hr{
    margin: 1.5rem 0;
    opacity: .5;
  }

  .kry__blog .post__editor s,
  .kry__blog .post__editor del{
    text-decoration: line-through 2px;
  }

  .kry__blog .post__editor a{
    position: relative;
    color: var(--kry-color-1);
    transition: all .3s ease;
  }

  .kry__blog .post__editor a::before{
    content: '';
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 2px;
    background-color: #444444;
    border-radius: 2px;
    transition: all .3s ease;
  }

  .kry__blog .post__editor a:hover{
    color: #444444;
  }

  .kry__blog .post__editor a:hover::before{
    width: 100%;
  }

  .kry__blog .post__editor abbr{
    font-weight: 600;
    text-decoration: none;
    color: var(--kry-color-1);
  }

  .kry__blog .post__editor code{
    font-family: var(--fontPadrao);
    font-size: 17px;
    background-color: #F0F0F0;
  }

  .kry__blog .post__editor blockquote{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    border-left: 5px solid var(--kry-color-1);
    border-radius: 15px;
    padding: 20px;
    margin: 3rem 0px;
  }

  .kry__blog .post__editor blockquote > *{
    font-size: 16px;
    margin-bottom: 0 !important;
  }

  .kry__blog .post__editor mark{
    color: #FFF;
    background-color: var(--kry-color-1);
    border-radius: 2px;
  }

  .kry__blog .post__editor pre{
    background-color: #F0F0F0;
    border: 1px solid #D0D0D0;
    border-radius: 3px;
    padding: 8px 10px;
    margin: 1rem 0;
  }

  .kry__blog .post__editor ul,
  .kry__blog .post__editor ol{
    padding-left: 1.2rem;
  }

  .kry__blog .post__editor ::marker{
    font-size: 18px;
    font-weight: 600;
    color: var(--kry-color-1);
  }

  .kry__blog .post__editor dt{
    font-size: 18px;
    font-weight: 700;
  }

  .kry__blog .post__editor dd{
    font-size: 16px;
    font-weight: 400;
    padding-left: 18px;
  }

  .kry__blog .post__editor .table-responsive{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .kry__blog .post__editor .table{
    --bs-table-bg: transparent;
    margin-bottom: 0;
  }

  .kry__blog .post__editor .table:has(thead) thead tr,
  .kry__blog .post__editor .table:not(:has(thead)) tbody tr:first-child{
    background-color: var(--kry-color-1);
    color: #FFF;
  }

  .kry__blog .post__editor .table th,
  .kry__blog .post__editor .table:not(:has(thead)) tbody tr:first-child td{
    color: #FFF;
  }

  .kry__blog .post__editor .table tfoot{
    background-color: #CCCCCC;
  }

  .kry__blog .post__editor .table tfoot td{
    font-size: 15px;
    color: #444444;
  }

  .kry__blog .post__editor .table tr{
    font-weight: 400;
    font-size: 19px;
    color: #000000;
  }

  .kry__blog .post__editor .table td{
    padding: 5px;
  }

  .kry__blog .post__editor table{
    width: 100%;
  }

  .kry__blog .post__editor tbody,
  .kry__blog .post__editor tr,
  .kry__blog .post__editor td,
  .kry__blog .post__editor th{
    border: 1px solid #000 !important;
  }
  
  .kry__blog .post__editor figure{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  
  .kry__blog .post__editor figcaption{
    font-size: 14px;
    color: #A0A0A0;
  }
  
  .kry__blog .post__editor audio{
    width: 100%;
    max-width: 400px;
    margin: .8rem 0;
  }

  .kry__blog .post__editor audio::-webkit-media-controls-panel{
    background-color: #CCCCCC;
  }

  .kry__blog .post__editor audio::-webkit-media-controls-play-button{
    background-color: #FFFFFF;
    border-radius: 50%;
  }
  
  .kry__blog .post__editor video{
    width: auto;
    height: auto;
    max-width: 100%;
    border-radius: 12px;
    background-color: #000;
    outline: none;
    margin: .8rem 0;
  }
  
  .kry__blog .post__editor address{
    width: fit-content;
    font-style: normal;
    background-color: #CCCCCC;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    padding: 20px;
  }
  
  .kry__blog .post__editor sub,
  .kry__blog .post__editor sup{
    font-size: 0.8rem;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  .kry__blog .post__editor sub{
    bottom: -0.3rem;
  }

  .kry__blog .post__editor sup{
    top: -0.3rem;
  }
  
  .kry__blog .post__editor small{
    font-size: 0.9rem;
    font-weight: 300;
  }
  
  .kry__blog .post__editor form{
    margin: 0.8rem 0;
  }
  
  .kry__blog .post__editor label{
    font-family: var(--fontPadrao);
    font-size: 18px;
    font-weight: 400;
    color: #000000;
  }

  .kry__blog .post__editor textarea,
  .kry__blog .post__editor input,
  .kry__blog .post__editor input{
    border: 1px solid #CBCBCB;
    border-radius: 8px;
    padding: 10px 15px;
  }

  .kry__blog .post__editor textarea{
    width: 100%;
    height: 100px;
    resize: none;
  }

  .kry__blog .post__editor button{
    background-color: var(--kry-color-1);
    border-radius: 100px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    transition: all .3s ease;
    padding: 12px 18px;
  }

  .kry__blog .post__editor button:hover{
    filter: brightness(1.4);
  }

  .others__posts__container{
    margin-top: 50px;
  }

  .others__posts__container h3{
    font-family: var(--fontBold);
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 15px;
  }

  .others__posts__container .other__post{
    display: block;
    width: 100%;
    max-width: 370px;
  }

  .others__posts__container .other__post .post__thumbnail{
    position: relative;
    display: block;
    width: 100%;
    height: 230px;
    margin-bottom: 15px;
  }

  .other__post .post__thumbnail::before{
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0;
    background-color: rgba(0,0,0,0);
    border-radius: 20px;
    transition: background-color .3s ease;
  }

  .others__posts__container .other__post:hover .post__thumbnail::before{
    background-color: rgba(0,0,0,.25);
  }

  .other__post .post__thumbnail img{
    width: 100%;
    max-width: 370px;
    height: 100%;
    max-height: 230px;
    border-radius: 20px;
  }

  .other__post .other__post__title{
    font-family: var(--fontPadrao);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    color: #000000;
  }

  .comments__container{
    margin-top: 25px;
  }

  .comments__container .comments__title,
  .comments__container .comment-reply-title{
    font-family: var(--fontPadrao);
    font-size: 23px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
  }

  .comments__wrapper{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 20px;
  }

  .comments__wrapper .comment__item{
    position: relative;
    z-index: 10;
    width: 100%;
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
    background-color: var(--kry-color-1);
    border-radius: 10px;
    padding: 12px 18px;
  }

  .comments__wrapper .comment__reply{
    width: calc(100% - 40px);
    background-color: var(--kry-color-2);
    margin-left: 40px;
  }

  .comments__wrapper .comment__reply::before{
    content: '';
    position: absolute;
    top: -25px;
    left: 30px;
    z-index: 15;
    height: 25px;
    width: 4px;
    background-color: var(--kry-color-1);
  }

  .comment__item .comment__author__letter{
    position: relative;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  .comment__item .comment__author__letter span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
  }

  .comment__item .comment__name p{
    font-family: var(--fontPadrao);
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 10px;
  }

  .comment__item .comment__content{
    font-family: var(--fontPadrao);
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    p{
      margin-bottom: 0;
    }
  }

  .comments__wrapper .comment__null{
    font-family: var(--fontPadrao);
    font-size: 22px;
    font-weight: 400;
    color: #000000;
  }

  .comments__form .comment-notes{
    font-family: var(--fontPadrao);
    font-size: 16px;
    font-weight: 400;
    color: #000000;
  }

  .comments__form .comment-form-comment,
  .comments__form .comment-form-author,
  .comments__form .comment-form-email{
    font-family: var(--fontPadrao);
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 1rem;
  }

  .comments__form .comment-form-comment textarea,
  .comments__form .comment-form-author input,
  .comments__form .comment-form-email input{
    border: 1px solid #CBCBCB;
    border-radius: 8px;
    padding: 10px 15px;
  }

  .comments__form .comment-form-comment textarea{
    width: 100%;
    height: 100px;
    resize: none;
  }

  .comments__form .form-submit .submit{
    background-color: var(--kry-color-2);
    border-radius: 100px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    transition: all .3s ease;
    padding: 15px 20px;
  }

  .comments__form .form-submit .submit:hover{
    filter: brightness(1.4);
  }

  .comments__form .comment-form-author,
  .comments__form .comment-form-email{
    width: 49.7%;
    display: inline-flex;
    flex-direction: column;
  }

  .comments__form .comment-form-cookies-consent{
    display: none;
  }

  @media(max-width: 1025px){
    .kry__blog{
      padding: 50px 10px 20px;
    }
  }
  @media (max-width: 991px) {
    .kry__blog .col__list__posts{
      align-items: center;
    }

    .kry__blog .col__single__post,
    .others__posts__container .col-lg-4,
    .kry__blog .blog__sidebar__banners,
    .kry__blog .others__posts__wrapper{
      justify-items: center;
    }

    .kry__blog .post__container,
    .kry__blog .comments__container,
    .kry__blog .others__posts__container{
      width: 100%;
      max-width: 85%;
    }

    .col__blog__sidebar{
      justify-items: center;
    }
    .kry__blog__sidebar{
      width: 100%;
      max-width: 300px;
    }

    .comments__container h3,
    .others__posts__container h3,
    .pagenavi__container{
      text-align: center;
    }

    .comments__form .comment-form-author, .comments__form .comment-form-email{
      width: 100%;
    }
  }
  @media(max-width: 767px){
    .kry__blog .post__header{
      align-items: center;
    }

    .kry__blog .post__header h1{
      font-size: 21px;
    }

    .kry__blog .post__body{
      flex-direction: column;
      align-items: center;
    }

    .other__post .other__post__title{
      font-size: 18px;
    }
  }
  @media (max-width: 480px) {
    .kry__blog .post__container,
    .kry__blog .comments__container,
    .kry__blog .others__posts__container{
      max-width: 95%;
    }

    .kry__blog .category__wrapper .post__category{
      min-width: auto;
    }

    .kry__blog .post__header h1{
      font-size: 19px;
    }

    .comment__item .comment__author__letter{
      width: 45px;
      height: 45px;
      font-size: 25px;
    }

    .comments__wrapper .comment__reply{
      width: calc(100% - 20px);
      margin-left: 20px;
    }
  }

/* SECTION TITULO */
  .section__titulo{
    background-color: var(--kry-color-2);
    margin-top: 130px;
  }

  .section__titulo .container{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section__titulo h1,
  .section__titulo h2{
    font-family: var(--fontBold);
    font-size: 30px;
    font-weight: 700;
    color: #FFF;    
    margin: 0px;
  }

  .bread{
    font-size: 12px;
    color: #FFF;
    margin-top: 10px;
  }

  .bread a,
  .bread span{
    font-family: var(--fontPadrao);
    font-size: 18px;
    color: #FFF;
  }

  .bread a:hover{
    color: var(--kry-color-3);
  }

/* 404 */
  .pg-404 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--kry-color-1);
    color: #fff;
    font-family: var(--fontPadrao), sans-serif;
    padding: 60px 20px;
  }

  .pg-404 .container {
    max-width: 700px;
  }

  .pg-404 h1 {
    font-size: 8rem;
    font-weight: 700;
    line-height: 1;
    color: var(--kry-color-3);
    margin-bottom: 10px;
  }

  .pg-404 h2 {
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
  }

  .pg-404 .editor {
    font-family: var(--fontPadrao), sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #dcdcdc;
  }

  .pg-404 .editor a {
    color: var(--kry-color-3);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
  }

  .pg-404 .editor a:hover {
    color: var(--kry-color-1);
    border-color: var(--kry-color-1);
  }

  .pg-404 .clearfix {
    clear: both;
  }

  @media (max-width: 600px) {
    .pg-404 h1 {
      font-size: 5rem;
    }
    .pg-404 h2 {
      font-size: 1.2rem;
    }
  }

/* PAGE PADRAO */
  .page-padrao{
    padding: 100px 10px;
  }
  
/* ONE PAGE - FRONT-PAGE */
  .header-op {
    padding: 30px 0;
    background-color: var(--kry-color-4);
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: ellipse(80% 100% at 50% 0%);
    position: fixed;
    z-index: 99999;
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
  }

  .header-op .conteudo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header-op .logo {
    width: 70px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-op .logo img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-op .menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .header-op .menu .contato {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }

  .header-op .menu .contato .item {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .header-op .menu .contato .item .icn {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-op .menu .contato .item .icn img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
  }

  .header-op .menu .contato .item p {
    font-family: var(--fontPadrao);
    font-size: 15px;
    line-height: 25px;
    color: #FFF;
    margin: 0;
  }

  .header-op .menu .linha {
    width: 200%;
    height: 2px;
    background-color: #FFF;
  }

  .header-op .menu .itens-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header-op .menu .itens-menu a {
    font-family: var(--fontPadrao);
    font-size: 15px;
    color: #FFF;
    margin: 0;
    border-bottom: 1px solid transparent;
    transition: 0.2s ease-in-out;
  }

  .header-op .menu .itens-menu a:hover {
    border-color: #FFF;
  }

  .header-op .btn-menu-op {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 34px;
    height: 26px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    position: relative;
    z-index: 100002;
  }

  .header-op .btn-menu-op span {
    display: block;
    width: 34px;
    height: 4px;
    background-color: #FFF;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
  }

  .header-op.menu-aberto .btn-menu-op span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }

  .header-op.menu-aberto .btn-menu-op span:nth-child(2) {
    opacity: 0;
  }

  .header-op.menu-aberto .btn-menu-op span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }

  .header-op .overlay-menu-op {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
    z-index: 100000;
  }

  .header-op .menu-mobile-op {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 85%;
    height: 100vh;
    background-color: var(--kry-color-4);
    padding: 100px 30px 40px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    transform: translateX(100%);
    transition: 0.3s ease-in-out;
    z-index: 100001;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
  }

  .header-op .menu-mobile-op a {
    font-family: var(--fontPadrao);
    font-size: 17px;
    color: #FFF;
    line-height: 1.3;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 12px;
    text-decoration: none;
  }

  .header-op .menu-mobile-op a:hover {
    color: #FFF;
    opacity: 0.8;
  }

  .header-op .menu-mobile-op .contato-mobile {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
  }

  .header-op .menu-mobile-op .contato-mobile a {
    font-size: 14px;
    line-height: 1.4;
    border-bottom: 0;
    padding-bottom: 0;
  }

  .header-op.menu-aberto .overlay-menu-op {
    opacity: 1;
    visibility: visible;
  }

  .header-op.menu-aberto .menu-mobile-op {
    transform: translateX(0);
  }

  .header-op .conteudo:before,
  .header-op .conteudo:after{
    display: unset!important;
    content: none!important;
  }

  .btn-padrao {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--kry-color-1);
    border-radius: 50px;
    border: 0;
    font-family: var(--fontPadrao);
    font-size: 16px;
    color: #FFF !important;
    width: 100%;
    min-height: 40px;
    transition: transform 0.2s ease-in-out;
  }

  .btn-padrao:hover {
    transform: scale(1.05);
  }

  .fx1-op {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 750px;
    background-color: #1b1714;
    margin-top: 105px;
  }

  .fx1-op h1 {
    font-family: var(--fontBlack);
    font-size: 20px;
    margin: 0 0 15px;
    color: #FFF;
    text-align: center;
  }

  .fx1-op p {
    font-family: var(--fontPadrao);
    font-size: 17px;
    line-height: 25px;
    color: #FFF;
    margin: 0;
    text-align: center;
  }

  .fx1-op .txt-btn {
    width: 100%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px;
    padding: 0 0 30px;
  }

  .fx1-op .txt-btn .img {
    width: 450px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fx1-op .txt-btn .img img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
  }

  .fx1-op .txt-btn .area-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 270px;
  }

  .fx2-op {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: -80px;
    gap: 0;
    background-color: #FFF;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
    scroll-behavior: smooth;
  }

  .fx2-op.arrastando {
    cursor: grabbing;
    scroll-behavior: auto;
  }

  .fx2-op::-webkit-scrollbar {
    display: none;
  }

  .fx2-op .img {
    width: 570px;
    height: 725px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 570px;
  }

  .fx2-op .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    user-select: none;
  }

  .fx2-next {
    position: sticky;
    left: calc(100vw - 25%);
    top: 570px;
    z-index: 10;
    width: 40px;
    height: 40px;
    min-width: 40px;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fx2-next img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
    transition: 0.3s ease-in-out;
  }

  .fx2-next img:hover{
    filter: brightness(8.2);
  }

  .fx2-prev {
    position: sticky;
    left: calc(100vw - 40%);
    top: 570px;
    z-index: 11;
    width: 40px;
    height: 40px;
    min-width: 40px;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s ease-in-out;
  }

  .fx2-prev.ativo {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .fx2-prev img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
    transform: rotate(180deg);
    transition: 0.3s ease-in-out;
  }

  .fx2-prev img:hover {
    filter: brightness(8.2);
  }

  .fx3-op {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    background-color: #FFF;
    clip-path: ellipse(130% 100% at 50% 0%);
    margin-bottom: -60px;
  }

  .fx3-op h2 {
    font-family: var(--fontBlack);
    font-size: 38px;
    line-height: 44px;
    color: var(--kry-color-1);
    margin: 0;
  }

  .fx3-op p {
    font-family: var(--fontPadrao);
    font-size: 17px;
    line-height: 25px;
    margin: 0;
    font-weight: bolder;
  }

  .fx3-op strong {
    font-family: var(--fontBold);
  }

  .fx3-op .conteudo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }

  .fx3-op .conteudo .img {
    width: 370px;
    height: 576px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    overflow: hidden;
  }

  .fx3-op .conteudo .img img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
  }

  .fx3-op .conteudo .txt {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 770px;
  }
  
  .fx4-op {
    padding: 110px 0 50px;
    background-color: var(--kry-color-5);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fx4-op h2 {
    font-family: var(--fontBlack);
    font-size: 38px;
    line-height: 44px;
    margin: 0;
    color: var(--kry-color-1);
    text-align: center;
  }

  .fx4-op .conteudo {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .fx4-op .tratamentos {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
  }

  .fx4-op .tratamentos .item {
    width: 100%;
    max-width: 530px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .fx4-op .tratamentos .item .pergunta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 535px;
    padding: 15px 20px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid var(--kry-color-1);
    transition: 0.3s ease-in-out;
    cursor: pointer;
    text-decoration: none;
  }

  .fx4-op .tratamentos .item .pergunta:hover {
    background-color: var(--kry-color-1);
  }

  .fx4-op .tratamentos .item.active .pergunta {
    background-color: var(--kry-color-1);
  }

  .fx4-op .tratamentos .item .pergunta span {
    width: 100%;
    max-width: 480px;
    display: flex;
    font-family: var(--fontBold);
    font-size: 19px;
    color: inherit;
  }

  .fx4-op .tratamentos .item .pergunta .icn {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
  }

  .fx4-op .tratamentos .item .pergunta .icn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .fx4-op .tratamentos .item .pergunta:hover span,
  .fx4-op .tratamentos .item .pergunta:active span,
  .fx4-op .tratamentos .item.active .pergunta span {
    color: #FFF;
  }

  .fx4-op .tratamentos .item .pergunta:hover .icn img,
  .fx4-op .tratamentos .item .pergunta:active .icn img,
  .fx4-op .tratamentos .item.active .pergunta .icn img {
    filter: brightness(100);
  }

  .fx4-op .tratamentos .item .resposta {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    font-family: var(--fontPadrao);
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }

  .fx4-op .tratamentos .item.active .resposta {
    max-height: 1000px;
    padding: 15px;
  }

  .fx4-op .tratamentos .item.active .pergunta .icn {
    transform: rotate(-90deg);
  }

  .fx5-op {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--kry-color-5);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 785px;
  }

  .fx5-op h2 {
    font-family: var(--fontBlack);
    font-size: 38px;
    line-height: 44px;
    color: #FFF;
    margin: 0;
    text-align: center;
  }

  .fx5-op p {
    font-family: var(--fontBold);
    font-size: 17px;
    line-height: 25px;
    color: #FFF;
    margin: 0;
    text-align: center;
  }

  .fx5-op .conteudo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding: 0 0 80px;
  }

  .fx5-op .depoimentos {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 30px;
  }

  .fx5-op .depoimentos .item {
    width: 370px;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    padding: 35px 15px 15px;
    background-color: #FFF;
    border-radius: 20px;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
  }

  .fx5-op .depoimentos .item .icn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -18px;
    left: 162.5px;
  }

  .fx5-op .depoimentos .item .icn img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
  }

  .fx5-op .depoimentos .item .txt {
    font-family: var(--fontPadrao);
    font-size: 17px;
  }

  .fx5-op .depoimentos .item .nome {
    font-family: var(--fontBold);
    font-size: 16px;
    color: var(--kry-color-4);
  }

  .fx5-op .area-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 270px;
  }

  .fx5-op .owl-carousel .owl-stage-outer {
    padding: 10px 0 0!important;
  }

  .fx5-op .owl-carousel.owl-drag .owl-item {
    align-items: center!important;
    justify-content: center!important;
    display: flex!important;
  }

  .fx6-op {
    padding: 5px 0 30px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fx6-op h2 {
    font-family: var(--fontBlack);
    font-size: 38px;
    line-height: 44px;
    margin: 0;
    color: var(--kry-color-1);
  }

  .fx6-op h3 {
    font-family: var(--fontBlack);
    font-size: 28px;
    line-height: 44px;
    margin: 0;
    color: var(--kry-color-1);
  }

  .fx6-op p {
    font-size: 17px;
    line-height: 25px;
    margin: 0;
  }

  .fx6-op p strong {
    font-family: var(--fontBold);
  }

  .fx6-op .conteudo {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .fx6-op .parceiros {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .fx6-op .parceiros .item {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .fx6-op .parceiros .item .img {
    width: 370px;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
  }

  .fx6-op .parceiros .item .img img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
  }

  .fx6-op .parceiros .item .txt {
    width: 100%;
    max-width: 770px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .fx7-op {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 755px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .fx7-op h2 {
    font-family: var(--fontBlack);
    font-size: 38px;
    line-height: 44px;
    margin: 0;
    color: var(--kry-color-1);
  }

  .fx7-op span {
    font-family: var(--fontBold);
    font-size: 17px;
    line-height: 25px;
  }

  .fx7-op .conteudo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
  }

  .fx7-op .titulo {
    text-align: center;
  }

  .fx7-op .itens {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }

  .fx7-op .itens .card-blog {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    width: 370px;
    transition: transform 0.2s ease-in-out;
  }

  .fx7-op .itens .card-blog:hover {
    transform: scale(0.99);
  }

  .fx7-op .itens .card-blog .img {
    width: 370px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
  }

  .fx7-op .itens .card-blog .img img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
  }

  .fx7-op .area-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 270px;
  }

  .footer-op {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 0 50px;
    background-color: var(--kry-color-4);
    clip-path: ellipse(120% 100% at 50% 100%);
    margin-top: -75px;
  }

  .footer-op h2 {
    font-family: var(--fontBlack);
    font-size: 38px;
    line-height: 44px;
    margin: 0 0 -15px;
    color: var(--kry-color-1);
  }

  .footer-op p {
    font-size: 17px;
    line-height: 25px;
    margin: 0;
    color: #FFF;
  }

  .footer-op .conteudo {
    display: flex;
    flex-direction: column;
    gap: 120px;
  }

  .footer-op .mapa-txt {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 35px;
  }

  .footer-op .mapa-txt .mapa {
    width: 570px;
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
  }

  .footer-op .mapa-txt .mapa iframe {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
  }

  .footer-op .mapa-txt .txt {
    width: 100%;
    max-width: 570px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .footer-op .mapa-txt .txt .area-btn {
    width: 100%;
    max-width: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-op .creditos {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer-op .creditos .kryzalis {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .footer-op .creditos .kryzalis .icn {
    width: 50px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-op .creditos .kryzalis .icn img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    margin-top: -12px;
  }

  @media(max-width: 1441px){
    .fx2-next, .fx2-prev {
      top: 615px;
    }
  }

  @media(max-width: 1025px){
    .header-op {
      padding: 10px;
      clip-path: none;
      margin: 0;
    }

    .header-op .conteudo {
      justify-content: space-between;
    }

    .header-op .logo img {
      height: auto;
      object-fit: contain;
    }

    .header-op .menu {
      display: none;
    }

    .header-op .btn-menu-op {
      display: flex;
    }

    .fx1-op{
      padding: 20px 10px;
      min-height: auto;
      background-image: none!important;
      margin-top: 75px;
    }

    .fx1-op h1 {
      font-size: 22px;
      margin: 0 0 10px;
    }

    .fx1-op p {
      font-size: 14px;
      line-height: normal;
    }

    .fx1-op .conteudo{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .fx1-op .txt-btn{
      max-width: 670px;
      gap: 20px;
      padding: 0;
    }

    .fx1-op .txt-btn .img{
      width: 100%;
      max-width: 450px;
      height: auto;
    }

    .fx2-op .img {
      max-width: 341px;
      height: 420px;
    }

    .fx2-next{
      left: calc(100vw - 32%);
    }

    .fx2-prev{
      left: calc(100vw - 50%);
    }

    .fx3-op{
      padding: 20px 10px;
      clip-path: none;
      margin: 0;
    }

    .fx3-op .conteudo{
      flex-direction: column;
      gap: 20px;
    }

    .fx3-op .conteudo .img{
      width: 100%;
      max-width: 370px;
      height: auto;
    }

    .fx3-op .conteudo .txt{
      text-align: center;
      max-width: 670px;
    }

    .fx3-op h2 {
      font-size: 20px;
      line-height: normal;
    }

    .fx3-op p {
      font-size: 14px;
      line-height: normal;
    }

    .fx4-op{
      padding: 20px 10px;
    }

    .fx4-op .conteudo{
      gap: 20px;
    }

    .fx4-op h2{
      font-size: 20px;
    }

    .fx4-op .tratamentos .item .pergunta span {
      font-size: 16px;
    }

    .fx4-op .tratamentos .item .resposta{
      font-size: 14px;
    }

    .fx4-op .tratamentos {
      gap: 15px;
    }

    .fx4-op .tratamentos .item .pergunta{
      padding: 10px 15px;
    }

    .fx5-op {
      padding: 20px 10px;
      min-height: auto;
    }

     .fx5-op h2 {
      font-size: 20px;
      line-height: normal;
    }

    .fx5-op p {
      font-size: 14px;
      line-height: normal;
    }

    .fx5-op .conteudo {
      gap: 30px;
      padding: 0 0 40px;
    }

    .fx5-op .depoimentos .item .icn {
      left: 127.5px;
    }

    .fx5-op .depoimentos .item {
      width: 100%;
      max-width: 300px;
      min-height: 190px;
    }

    .fx6-op{
      padding: 20px 10px;
    }

    .fx6-op .conteudo {
      gap: 20px;
    }

    .fx6-op .titulo{
      text-align: center;
    }

    .fx6-op .parceiros {
      gap: 20px;
    }

    .fx6-op .parceiros .item{
      flex-direction: column;
      justify-content: center;
      gap: 15px;
      text-align: center;
    }

    .fx6-op .parceiros .item .img {
      width: 100%;
      max-width: 370px;
      height: auto;
    }

    .fx6-op .parceiros .item .txt {
      max-width: 670px;
    }

    .fx6-op h2 {
      font-size: 20px;
      line-height: normal;
    }

    .fx6-op h3 {
      font-size: 18px;
      line-height: normal;
    }

    .fx6-op p {
      font-size: 14px;
      line-height: normal;
    }

    .fx7-op{
      padding: 100px 10px 20px;
      min-height: auto;
    }

    .fx7-op .conteudo {
      gap: 20px;
    }

    .fx7-op .itens .card-blog {
      gap: 10px;
      width: 100%;
      max-width: 300px;
    }

    .fx7-op .itens .card-blog .img {
      width: 300px;
      height: 170px;
    }

    .footer-op{
      padding: 30px 10px 100px;
      margin: 0;
      clip-path: none;
    }

    .footer-op .conteudo{
      gap: 60px;
    }

    .footer-op .mapa-txt{
      flex-direction: column-reverse;
      align-items: center;
      gap: 30px;
    }

    .footer-op .mapa-txt .txt{
      align-items: center;
      justify-content: center;
      gap: 20px;
      text-align: center;
    }

    .footer-op .mapa-txt .mapa {
      width: 100%;
      max-width: 570px;
      height: 300px;
    }

    .footer-op .creditos{
      flex-direction: column;
      justify-content: center;
      gap: 15px;
      text-align: center;
    }

    .footer-op h2 {
      font-size: 20px;
      line-height: normal;
      margin: 0;
    }

    .footer-op p {
      font-size: 14px;
      line-height: normal;
    }    
  }

  @media (max-width: 769px) {
    .fx2-op .img {
      width: 320px;
      height: 400px;
      min-width: 320px;
      flex: 0 0 320px;
    }

    .fx2-prev {
      left: calc(100vw - 40%);
    }
  }

  @media(max-width: 426px){
    .header-op .menu-mobile-op {
      width: 280px;
      padding: 90px 24px 35px;
    }

    .header-op .menu-mobile-op a {
      font-size: 16px;
    }

    .fx2-next {
      left: calc(100vw - 20%);
    }
  }

  @media(max-width: 376px){
    .fx2-next {
      left: calc(100vw - 15%);
    }
  }

  @media(max-width: 320px){
    .fx2-prev {
      left: calc(100vw - 30%);
    }
  }