@import url("../font/fonts.css");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, hr, th, td {
    margin: 0;
    padding: 0;
}

h3, h4, h5, h6 {
    font-weight: 700;
}

h1, h2 {
    font-weight: 700;
}

small {
    font-weight: normal;
    font-size: .75rem;
}

html {
    font-family: 'Jotia', sans-serif;
}

/** Colocar com a fonte do google que tiver */

strong, b {
    font-weight: 700;
}

* {
    box-sizing: border-box;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    display: block;
}

a, a:hover, a i, a:hover i, button, button:hover, button i, button:hover i {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
}

input, textarea, button {
    outline: none;
    border: 0;
    padding: 0;
    background: transparent;
    font: inherit;
}

body {
    color: #2B2B2B;
    background: #FFFFFF;
    font-weight: 400;
}

.clear {
    width: 100%;
    clear: both;
    display: block;
    height: 0px;
}

img {
    max-width: 100%;
    height: auto;
}

.hidden-desktop {
    display: none!important;
}

/** Evita que o font-awesome trave o carregamento da pÃ¡gina */

html.fa-events-icons-loading .fa-fw {
    display: inline-block;
    width: 1.28571429em;
}

html.fa-events-icons-loading .fa-fw::before {
    content: "\00a0";
}

/** muda aquele azul quando o usuÃ¡rio seleciona texto */

::selection {
    background: #677266;
    color: #fff;
}

/**********************************************
**     loader 
** ********************************************/

.loader {
    background-size: 100px, 100px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 99999999;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.loader img {
    height: 200px;
    width: 200px;
    object-fit: contain;
    object-position: center;
}

html.loading {
    overflow: hidden
}

html.loading .loader {
    display: flex;
}

/******  End of loader  *******/

/**********************************************
**          Menu
** ********************************************/

header {
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    /* background: linear-gradient(to bottom, rgba(0,0,0), transparent); */
    padding: 30px 0;
    transition: all 0.5s ease;
    /* background: transparent; */
}

nav {
    position: relative;
    margin: 0 auto;
}

.flexmenu {
    display: grid;
    grid-template-columns: minmax(0, 260px) 1fr 1fr;
    align-items: center;
    justify-items: center;
    /* flex-flow: row wrap; */
    /* justify-content: space-between; */
}

.logo {
    z-index: 123;
    width: 262px;
}

.logo__pic {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center left;
}

#main-menu {
    flex-grow: 1;
    display: flex;
    align-items: center;
    position: relative;
    height: 52px;
}

#main-menu::after {
    content: '';
    position: absolute;
    width: 121.3%;
    left: -10.6%;
    height: 2px;
    background: #70707010;
    bottom: -14px;
}

.main-menu__item {
    border: 0;
    list-style: none;
    display: inline-block;
    position: relative;
}

.main-menu__link {
    position: relative;
    padding: 13px 1.2rem;
    font-weight: 600;
    text-decoration: none;
    /* text-transform: uppercase; */
    color: #677266;
    min-height: 0px;
    vertical-align: middle;
    overflow: hidden;
    display: block;
    white-space: nowrap;
}

.main-menu__item::before {
    content: '';
    width: 0%;
    height: 2px;
    background: #677266;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -19px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.main-menu__item:hover::before {
    content: '';
    width: 100%;
}

.main-menu__item.active a {
    font-weight: 800;
}

.iconesMenu {
    display: flex;
    /* margin-left: auto; */
}

.iconeMenu {
    color: #4A4A4A;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 10px;
}

.iconeMenu:hover i {
    color: #4A4AFF;
}

.busca {
    width: 100%;
    /* overflow: hidden; */
    position: relative;
}

.busca::after {
    content: '';
    position: absolute;
    width: 121.3%;
    left: -10.6%;
    height: 2px;
    background: #70707010;
    bottom: -15px;
}

.busca__input {
    width: 100%;
    border: 2px solid #91919130;
    border-radius: 30px;
    padding: 16px 27px;
    font-weight: 500;
    width: 500px;
    max-width: 100%;
}

.busca__input::placeholder {
    color: #c2c7c2;
    font-weight: 600;
}

.busca__buttonSearch {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 100%;
    width: 17%;
    border-radius: 0 30px 30px 0;
}

.fa-search {
    color: #677266;
    font-size: 1.25rem;
}

.busca__buttonSearch:hover {
    background: #677266;
}

.busca__buttonSearch:hover i {
    color: #fff;
}

/** esconde o cabeÃ§alho no topo da pÃ¡gina ao rolar,
 ** colocar o tamanho do cabeÃ§alho ou um pouco menos */

header.headerHidden {
    top: -100px;
}

/** menu "ativo" */

header.active {
    background: #fff;
    padding: 14px 0;
}

header.active .logo {
    display: block;
    width: 200px;
}

header.active .main-menu__link {
    padding: 0px 1.2rem;
}

header.active .fab {
    color: #fff;
}

header.active .main-menu__item.active::before {
    /* top: -24px; */
}

header.active #main-menu {
    height: 32px;
}

header.active .busca__input {
    padding: 11px 27px;
}

header.active .busca::after {
    display: none
}

header.active #main-menu::after {
    display: none;
}

/* CONTAIN FORM RD - SCRIPT RD BLOG INTERN */

.containsFormRD {
    width: 63.2%;
    margin: 10px auto 10px auto;
}

/** busca */

#search {
    width: 100%;
    position: fixed;
    top: -200px;
    left: 0;
    padding: 0;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 10000;
}

.search__close {
    cursor: pointer;
    position: fixed;
    left: 0;
    bottom: -100%;
    width: 100vw;
    height: 0;
    background: transparent;
    pointer-events: none;
    z-index: -1;
    transition: height 1s ease, background 1.5s ease-in;
}

#search.active {
    top: 0px;
    opacity: 1;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 5px 25px rgba(0, 0, 0, 0.125);
}

#search.active .search__close {
    height: calc(100vh - 64px);
    background: rgba(0, 0, 0, 0.75);
    bottom: 0;
    pointer-events: all;
    z-index: 1;
}

.searchForm {
    padding: 0;
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: nowrap;
}

.searchForm__field {
    flex-grow: 1;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    border: 0;
    padding: 20px 18px;
    padding-right: 0;
    color: #767676;
}

.searchForm__field:focus {
    color: #333;
}

.searchForm__btn {
    margin-right: 20px;
    cursor: pointer;
}

.searchForm__btn i {
    color: #50afc1;
    font-size: 1.25rem;
}

.searchForm__btn:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

/******  End of Menu  *******/

/**********************************************
**          FormulÃ¡rio
** ********************************************/

/** FormulÃ¡rio */

.form {
    display: flex;
    flex-wrap: wrap;
}

.form-item {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    display: inline-block;
}

.form-item__label {
    position: absolute;
    font-size: 1rem;
    line-height: 1em;
    top: 20px;
    left: 20px;
    transition: all 0.25s ease;
}

.form-item__field {
    width: 100%;
    display: inline-block;
    border: 1px solid rgba(80, 175, 193, 0.5);
    transition: border 0.25s ease;
    padding: 20px;
    font-size: 1rem;
}

.form-item__field:focus {
    border: 1px solid rgba(80, 175, 193, 1);
}

.form-item.active .form-item__label {
    top: 5px;
    font-size: .75rem;
    opacity: 0.5;
}

/** form com item Ãºnico */

.formSingle {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
}

.formSingle__input {
    padding: 18px 0 18px 30px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 0;
    border-radius: 30px 0 0 30px;
    color: #adadad;
    transition: all 0.25s ease;
    font-size: .875rem;
}

.formSingle__input:focus {
    border-color: #50afc1;
}

.formSingle__btn {
    background: #50afc1;
    color: #ffffff;
    padding: 18px;
    border-radius: 0 30px 30px 0;
    font-weight: 700;
}

/** input numÃ©rico com + e - */

.numericInput {
    position: relative;
    width: 85px;
    overflow: hidden;
}

.numericInput__field {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 1.25rem;
    line-height: 1em;
    color: #50afc1;
    padding: 5px 30px 5px 15px;
}

.numericInput__btn {
    position: absolute;
    z-index: 2;
    right: 0;
    width: 30px;
    height: 50%;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #50afc1;
    font-size: .75rem;
}

.numericInput__btn::before {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    transition: transform 0.25s ease
}

.numericInput__btn--add {
    top: 0;
}

.numericInput__btn--add::before {
    content: '\f106';
    bottom: 0;
}

.numericInput__btn--remove {
    bottom: 0;
}

.numericInput__btn--remove::before {
    content: '\f107';
    top: 0;
}

.numericInput__btn:hover {
    background: #50afc1;
    color: #ffffff;
}

.numericInput__btn--add:hover::before {
    transform: translate(-50%, -50%);
}

.numericInput__btn--remove:hover::before {
    transform: translate(-50%, 50%);
}

input::placeholder, textarea::placeholder {
    color: currentColor;
    opacity: 1;
    font: inherit;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: currentColor;
    opacity: 1;
    font: inherit;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: currentColor;
    opacity: 1;
    font: inherit;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: currentColor;
    opacity: 1;
    font: inherit;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: currentColor;
    opacity: 1;
    font: inherit;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: currentColor;
    opacity: 1;
    font: inherit;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/** BotÃµes */

/******  End of FormulÃ¡rio  *******/

/**********************************************
**          CKEDITOR
** ********************************************/

.tem-ckeditor {
    color: #677266;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    text-align: left;
}

.tem-ckeditor p {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-align: left;
    margin-bottom: 1em;
}

.tem-ckeditor em {
    font-style: italic;
}

.tem-ckeditor strong {
    font-weight: 700;
}

.tem-ckeditor ul, .tem-ckeditor ol {
    padding-left: 30px;
    border-left: 2px solid #50afc1;
    margin: 25px auto 30px 0;
}

.tem-ckeditor ul {
    list-style: none;
}

.tem-ckeditor ul li::before {
    content: 'â€¢';
    display: inline-block;
    font: inherit;
    font-weight: 700;
    margin-right: 5px;
    color: #50afc1
}

.tem-ckeditor ol {
    list-style: none;
    counter-reset: ckeditor
}

.tem-ckeditor ol li::before {
    counter-increment: ckeditor;
    content: counter(ckeditor);
    display: inline-block;
    font: inherit;
    font-weight: 700;
    margin-right: 5px;
    color: #50afc1
}

.tem-ckeditor li {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    text-align: left;
    margin-bottom: 1em;
    line-height: 1.5em;
}

.tem-ckeditor a {
    font-weight: 700;
    color: #50afc1;
    text-decoration: underline;
    display:inline;
}

.tem-ckeditor table {
    border-collapse: collapse;
    padding: 1em;
    margin: 1em auto;
    max-width: calc(100% - 1em);
    overflow-x: scroll;
    border: none;
}

.tem-ckeditor table th {
    font-size: 1em;
    font-weight: 700;
    border-bottom: 2px solid #f0f0f0;
    border-right: 2px solid #f0f0f0;
    color: #50afc1;
    padding: 0.5em;
}

.tem-ckeditor table th:last-child {
    border-right: 0;
}

.tem-ckeditor table tr td {
    padding: 0.5em;
    border: none;
    border-right: 1px solid #f0f0f0;
    text-align: left;
    font-size: 0.75em;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1.5em;
}

.tem-ckeditor table tr td:last-child {
    border-right: 0;
}

.tem-ckeditor table tr:last-child td {
    border-bottom: 0;
}

.tem-ckeditor img {
    max-width: 90%;
    height: auto;
    object-fit: contain;
    object-position: center;
    margin: 25px auto;
    display: block;
}

/******  End of CKEDITOR  *******/

.blogBanner {
    width: 100%;
    height: 624px;
    background-size: cover;
    /* background-attachment: fixed; */
    position: relative;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0px 80px 60px 80px;
    margin-top: 170px;
    overflow: hidden;
}

.blogBanner::after {
    content: url('../img/detalhe.png');
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 16px;
}

.blogBanner__data {
    color: #fff;
    font-size: 1.25rem;
    border-bottom: 4px solid #19AA80;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.blogBanner__data .fa-calendar-alt {
    margin-right: 10px;
    font-size: 1.125rem;
}

.blogBanner__data span {
    font-weight: 600;
}

.blogBanner__titulo {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    margin-bottom: 50px;
    text-shadow: 0px 0px 13px #0000007B;
}

.blogTags__opc {
    color: #ffffff50;
    font-weight: 600;
    font-size: 1rem;
    margin-right: 11px;
}

.blogLista .container:first-child {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: flex-end;
    gap: 29px 2.2rem;
    padding-top: 190px;
}

.blogLista {
    position: relative;
}

.blogLista::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 735px;
    background: #78827710;
    left: 0;
    top: 512px;
    z-index: -1;
}

.blogTags {
    display: flex;
    align-items: center;
}

.blogItem .blogBanner__data {
    margin-bottom: 0;
    margin-right: 64px;
    color: #677266;
    font-size: .875rem;
}

.blogItem {
    position: relative;
}

.blogItem .blogItem__imgContain {
    overflow: hidden;
    border-radius: 4px;
}

.blogItem .blogItem__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .5s;
}

.blogItem .blogItemColumn1 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.blogItem .blogTags__opc {
    font-size: .875rem;
    color: #67726650;
}

.blogItem .blogBanner__titulo {
    font-size: 2rem;
    color: #677266;
    text-shadow: 0 0 0 #0000;
    line-height: 1.3;
    /*padding-right: 7rem;*/
    transition: .5s;
}

.blogItem:hover .blogBanner__titulo {
    color: #19AA80;
}

.blogItem:hover .blogItem__img {
    transform: scale(1.05);
}

.blogItem:nth-of-type(1) {
    grid-column: span 2;
    /*grid-row: span 3;*/
    width: 73%;
    justify-self: flex-start;
}

.blogItem:nth-of-type(1) .blogItem__imgContain {
    width: 100%;
    height: 400px;
    margin-bottom: 27px;
    border-radius: 4px;
    position: relative;
}

.blogItem:nth-of-type(1) .blogItem__imgContain::after {
    content: url('../img/detalhe.png');
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 12px;
    border-radius: 0px 0px 6px 6px;
}

.blogItem:nth-of-type(2) {
    /*grid-row: span 3;*/
    width: 153%;
    justify-self: flex-start;
    margin-left: -53%;
}

.blogInternaContain .blogItem:nth-of-type(2) {
    margin-left: 0
}

.blogItem:nth-of-type(2) .blogItem__imgContain {
    height: 400px;
    margin-bottom: 27px;
    border-radius: 4px;
    position: relative;
}

.blogItem:nth-of-type(2) .blogItem__imgContain::after {
    content: url('../img/detalhe.png');
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 12px;
    border-radius: 0px 0px 6px 6px;
}

/*.blogItem:nth-of-type(1n + 2){width: 72%;}
.blogItem:nth-of-type(1n + 2) .blogItem__imgContain{width: 100%; height: 139px; margin-bottom: 12px;}
.blogItem:nth-of-type(1n + 2) .blogItemColumn1 {margin-bottom: 0;}
.blogItem:nth-of-type(1n + 2) .blogBanner__data {border: none;}
.blogItem:nth-of-type(1n + 2) .blogBanner__titulo{font-size: 1.125rem;line-height: 1.4rem;padding-right: 0;}
.blogItem:nth-of-type(1n + 2) .blogTags{display: none;}*/

.blogItem:nth-of-type(5), .blogItem:nth-of-type(6), .blogItem:nth-of-type(7) {
    /*margin-top: 162px;*/
}

.blogItem:nth-of-type(1n+3) {
    width: 100%;
}

.blogItem:nth-of-type(1n+3) .blogItem__imgContain {
    width: 100%;
    height: 195px;
    position: relative;
}

.blogItem:nth-of-type(1n+3) .blogItem__imgContain::after {
    content: url('../img/detalhe.png');
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 12px;
    border-radius: 0px 0px 6px 6px;
}

.blogItem:nth-of-type(1n+3) .blogItem__img {
    width: 100%;
}

.blogItem:nth-of-type(1n+3) .blogTags {
    display: flex;
    align-items: center;
}

.blogItem:nth-of-type(1n+3) .blogItemColumn1 {
    margin-bottom: 16px;
}

.blogItem:nth-of-type(1n+3) .blogBanner__data {
    margin-right: 35px;
    margin-top: 15px;
    border-bottom: 4px solid #19AA80;
}

.blogInternaContain .blogItem:nth-of-type(1n+3) .blogBanner__data {
    margin-top: 0;
}

.blogItem:nth-of-type(1n+3) .blogBanner__titulo {
    font-size: 1.5rem;
    line-height: 30px;
}

.pagina.container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 92px;
}

.pagina a {
    color: #677266;
    text-decoration: none;
    padding: 4px 8px;
}

.pagina a.pag-active,
.pagina .pags a.pag-active,
.pags a.active {
    color: #19AA80;
    font-weight: 700;
    border: 2px solid #19AA80;
}

.pag-dots {
    color: #677266;
    padding: 0 4px;
    pointer-events: none;
}

.pags {
    display: flex;
    align-items: center;
    gap: 4px;
}

.pagina__prev, .pagina__next {
    font-size: 1.125rem;
    display: flex;
    align-items: center;
}

.pagina__prev i, .pagina__next i {
    color: #19AA80;
    font-size: 1.25rem;
}

.pagina__prev i {
    margin-right: 10px;
}

.pagina__next i {
    margin-left: 10px;
}

.pags {
    display: flex;
    align-items: center;
}

.pags a {
    font-size: 1rem;
    width: 33px;
    height: 33px;
    margin: 0 10px;
    border: 2px solid #19AA8000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pags a:hover {
    border: 2px solid #19AA80;
}

.pagina__prev:hover, .pagina__next:hover {
    color: #19AA80;
}

.pagina__prev:hover i {
    transform: translateX(-2px)
}

.pagina__next:hover i {
    transform: translateX(2px)
}

/* blog Interna */

.blogInterna {
    /* margin-top: 404px; */
}

.blogInterna .blogTags {
    justify-content: center;
}

.blogInterna .blogTags__opc {
    color: #67726650;
}

.blogInterna-titulo {
    color: #677266;
    text-shadow: none;
    text-align: center;
    padding: 23px 100px 43px;
}

.blogIntImg {
    width: 100%;
    height: 624px;
    object-fit: contain;
    border-radius: 4px;
}

.blogInterna .blogBanner {
    overflow: auto;
    height: auto;
    padding: 0;
    margin-top: 204px;
}

.container.blogIntImgContain {
    position: relative;
    z-index: 2;
}

.blogTextContain {
    background: #78827710;
    margin-top: -241px;
    padding-top: 241px;
    z-index: 1;
    position: relative;
    padding-bottom: 133px;
}

.blogTextContain-data {
    color: #677266;
    margin-bottom: 0;
    border: none;
}

.blogContainInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    width: 63.2%;
    margin: 78px auto 46px auto;
    border-bottom: 2px solid #E5E5E5;
}

.redesSociais .fab {
    color: #6B766A;
    font-size: 1.125rem;
}

.redesSociais .fab:hover {
    transform: translateY(-2px);
}

.redesSociais {
    display: flex;
    align-items: center;
}

.redesSociais a {
    margin-right: 35px;
}

.redesSociais a:last-child {
    margin-right: 0px;
}

.tem-ckeditor.blogText {
    width: 63.2%;
    margin: auto;
}

.tem-ckeditor.blogText p {
    line-height: 1.6;
    margin-bottom: 0px;
}

.blogInternaContain {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: flex-end;
    gap: 29px 2.2rem;
    padding-top: 116px;
}

.blogInternaContain .blogItem {
    width: 100%;
    grid-column: span 1;
    grid-row: span 1;
}

.blogInternaContain .blogItem .blogItem__imgContain {
    height: 195px;
    margin-bottom: 12px;
}

.blogInternaContain .blogItem .blogTags {
    display: flex;
    align-items: center;
}

.blogInternaContain .blogItem .blogItemColumn1 {
    margin-bottom: 16px;
}

.blogInternaContain .blogItem .blogBanner__data {
    margin-right: 35px;
    border-bottom: 4px solid #19AA80;
}

.blogInternaContain .blogItem .blogBanner__titulo {
    font-size: 1.625rem;
    line-height: 25px;
    padding: 0;
}

.blogInterna .blogBanner::after {
    display: none;
}

.blogInterna .blogTextContain::after {
    content: url(../img/detalhe.png);
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 16px;
    left: 50%;
    transform: translateX(-50%);
}

.container.blogInternaContain {
    margin-top: 100px;
    margin-bottom: 58px;
}

.newsletter {
    background: #e8ece7;
    padding: 70px 0;
}

.newsletterForm {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    gap: 33px;
}

.newsletter__titulo {
    text-align: center;
    font-size: 2.25rem;
    color: #6d786b;
    margin-bottom: 40px;
}

.newsletterForm__input {
    -webkit-appearance: none;
    font-size: 1.125rem;
    font-weight: 600;
    background: transparent;
    border: none;
    border-bottom: 1px solid #a9a9a9;
    color: #6d786b;
    padding: 20px 0;
    width: 100%;
    outline: none;
}

select.newsletterForm__input {
    padding: 21px 0;
    margin-right: 0;
    width: 100%;
    font-family: 'Jotia', sans-serif;
}

.selectContain {
    position: relative;
}

.selectContain .fa-chevron-down {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #4baa81;
}

.newsletter__button {
    font-size: .75rem;
    text-transform: uppercase;
    color: #6d786b;
    font-weight: 600;
}

.newsletter__button:hover {
    color: #4baa81;
}

.newsletter__button .fa-chevron-right {
    color: #4baa81;
    margin-left: 8px;
    transition: .5s;
}

.newsletter__button:hover .fa-chevron-right {
    transform: translateX(2px);
}

/* footer interna */

footer {
    background: #353535;
}

#footer-menu {
    flex-grow: 1;
    display: flex;
    align-items: center;
    position: relative;
    height: 52px;
    gap: 10px;
}

#footer-menu .main-menu__link {
    color: #fff;
}

footer .fa-search, footer .busca__input {
    color: #fff;
}

footer .flexmenu {
    padding: 70px 0;
    /*border-bottom: 1px solid #51515140; */
}

footer .busca::after {
    display: none;
}

.main-menu__item::before {}

.footerRow2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 22px 0 25px;
    position: relative;
    border-top: 1px solid #51515140;
}

.footerRow2 .fa-long-arrow-alt-up {
    color: #fff;
    border: 1px solid #fff;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    border-radius: 8px;
}

.footerRow2 .fa-long-arrow-alt-up:hover {
    transform: translateY(-2px);
}

.footerRow2__direitos {
    color: #fff;
    opacity: .2;
}

.footerRow2__duo {
    width: 35px;
    filter: invert(1) grayscale(1);
    transition: .5s;
    cursor: pointer;
}

.footerRow2__duo:hover {
    width: 35px;
    transform: translateX(2px);
}

.footerRow2__arrow {
    width: 41px;
    transition: .5s;
}

.footerRow2__arrow:hover {
    transform: translateY(-5px)
}

.redes_footer {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 20px;
    align-items: center;
}

.redes_footer a {
    margin: 0 5px;
    color: #fff;
    font-size: 1.5rem;
}

/**********************************************
**          RESPONSIVO
** ********************************************/

.container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 80px;
    box-sizing: border-box;
}

.blogText h2, .blogText h3, .blogText p {
    margin: 1em 0;
}
.tem-ckeditor.blogText div {
    margin: 1em 0;
}

/** desktop -> telas grandes */

@media (min-width: 1920px) {}

/** desktop -> alguns notebooks e maioria dos monitores */

@media (max-width: 1920px) {}

/** desktop -> maioria dos notebooks */

@media (max-width: 1440px) {
    .container {
        padding: 0px 8.25%;
    }

    /* ajuste pedido para a barra de busca em telas menores */
    .busca__input {
        width: 280px !important;
    }

    .busca__buttonSearch {
        width: 30% !important;
    }
}

/** mobile -> ipad pro, tablets em landscape, celulares maiores em landscape */

@media (max-width: 1200px) {}

@media (max-width: 1024px) {}

/** mobile -> tablets maiores, celulares em landscape, ... */

@media (max-width: 992px) {
    /** menu */
    header {
        padding: 10px 0;
    }
    #main-menu {
        position: fixed;
        display: flex;
        flex-direction: column;
        background: #677266;
        right: -100%;
        top: 0px;
        width: 300px;
        bottom: 0;
        z-index: 999999999;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 50px 1rem 1rem;
        transition: all 1s ease;
        min-height: 100vh;
        overflow-y: scroll;
    }
    #fechar-menu {
        color: #fff;
        text-transform: lowercase;
        font-size: 1.5rem;
        font-weight: lighter;
        display: flex!important;
        align-items: center;
        justify-content: center;
        width: 50px;
        text-align: center;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
    }
    #mobile-toggle {
        border-bottom: 2px solid #000;
        border-top: 2px solid #000;
        width: 28px;
        margin-left: auto;
        height: 14px;
    }
    #mobile-toggle::after {
        content: "";
        display: block;
        height: 2px;
        background: #000;
        margin-top: 4px;
    }
    #fechar-menu::before {
        content: "";
        position: fixed;
        height: 100vh;
        width: 0;
        left: 0;
        top: 0;
        z-index: -1;
        transition: all 1s ease;
    }
    #fechar-menu.active::before {
        background: rgba(0, 0, 0, 0.5);
        width: calc(100% - 300px);
    }
    #main-menu .flexmenu {
        grid-template-columns: 1fr 1fr;
        justify-items: flex-start;
    }
    #main-menu .busca {
        margin-top: 20px;
        width: 85%;
        display: block !important;
    }
    #main-menu .busca__input {
        color: #fff;
        padding: 15px 27px;
    }
    #main-menu .busca__buttonSearch {
        background-color: transparent;
    }
    #main-menu .fa-search {
        color: #fff;
    }
    header .flexmenu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    header > .container {
        max-width: 100% !important;
        padding-left: 8.25% !important;
        padding-right: 8.25% !important;
    }
    header .flexmenu .busca.hidden-desktop {
        display: none !important;
    }
    header .flexmenu #mobile-toggle {
        flex-shrink: 0;
        margin-left: auto;
    }
    header .flexmenu .logo {
        flex-shrink: 0;
    }
    .containsFormRD {
        width: 80%;
    }
    .main-menu__item {
        width: 100%;
        margin: 10px auto;
        margin: 0;
    }
    .main-menu__link {
        width: 100%;
        padding: 1rem 2px;
        color: #fff;
        display: block;
        line-height: 1.25em;
        /* border-bottom: 1px solid #f0f0f0; */
    }
    .main-menu__link.active {
        border-bottom-color: #50afc1
    }
    .main-menu__link::before {
        content: unset;
    }
    .main-menu__item.active::before {
        display: none;
    }
    .iconesMenu {
        text-align: center;
        margin: 10px auto 0 2px;
    }
    .iconeMenu {
        color: #fff;
        margin: 0 15px 0 0px;
    }
    .hidden-mobile {
        display: none!important;
    }
    .hidden-desktop {
        display: block!important;
    }
    header.active .main-menu__link {
        padding: 1rem 2px;
    }
    .logo {
        width: 150px;
    }
    header.active .logo {
        width: 150px;
    }
    header.active {
        padding: 10px 0;
    }
    /* blog */
    .blogBanner {
        padding: 0px 0 58px 45px;
        height: 350px;
        margin-top: 120px;
    }
    .blogBanner__titulo {
        font-size: 2.5rem;
        line-height: 1.3;
    }
    .blogLista .container:first-child {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: flex-end;
        gap: 27px 2.2rem;
        padding-top: 73px;
    }
    .blogLista .container:first-child .blogItem:first-child {
        grid-column: span 2;
        grid-row: span 2;
        ;
    }
    .blogLista .container:first-child .blogItem {
        width: 100%;
        grid-column: span 1;
        grid-row: span 1;
        margin-top: 0;
        margin-left: 0;
    }
    .blogLista .container:first-child .blogItem .blogItem__imgContain {
        height: 195px;
        margin-bottom: 12px;
    }
    .blogLista .container:first-child .blogItem .blogTags {
        display: flex;
        align-items: center;
    }
    .blogLista .container:first-child .blogItem .blogItemColumn1 {
        margin-bottom: 16px;
    }
    .blogLista .container:first-child .blogItem .blogBanner__data {
        margin-right: 35px;
        border-bottom: 4px solid #19AA80;
    }
    .blogLista .container:first-child .blogItem .blogBanner__titulo {
        font-size: 1.375rem;
        line-height: 25px;
        padding-right: 0;
        padding-bottom: 10px;
        padding-top: 0px;
    }
    /* blog interna */
    .blogIntImg {
        height: 300px;
    }
    .blogContainInfo, .tem-ckeditor.blogText {
        width: 80%;
    }
    .container.blogInternaContain {
        grid-template-columns: 1fr 1fr;
    }
    .blogInterna .blogBanner {
        margin-top: 150px;
    }
    .blogInterna .blogTextContain::after {
        display: none;
    }
    .blogTextContain {
        padding-bottom: 50px;
    }
    .pagina.container {
        margin: 0;
    }
    footer .flexmenu {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 30px 0;
    }
    #footer-menu {
        display: none;
    }
    #footer-menu {
        flex-wrap: wrap;
        height: auto;
        text-align: center;
    }
    footer .main-menu__item {
        width: 25%;
    }
    .footerRow2 {
        flex-direction: column;
    }
    .footerRow2__direitos {
        margin: 20px 0;
        text-align: center;
    }
    .redes_footer {
        justify-content: center;
        margin-bottom: 20px;
        align-items: center;
    }
}

/** mobile> tablets */

@media (max-width: 768px) {
    .newsletterForm {
        grid-template-columns: 1fr 1fr;
    }
}

/** mobile> celulares  */

@media (max-width: 576px) {
    .blogLista .container:first-child {
        grid-template-columns: 1fr;
    }
    .blogLista .container:first-child .blogItem:first-child {
        grid-column: span 1;
        grid-row: span 1;
    }
    .blogBanner {
        padding: 20px;
        margin-top: 120px;
    }
    .blogBanner__titulo {
        font-size: 2rem;
    }
    .pagina__prev span, .pagina__next span {
        display: none;
    }
    /* blog interna */
    .blogIntImg {
        height: 300px;
    }
    .blogContainInfo, .tem-ckeditor.blogText {
        width: 100%;
    }
    .blogContainInfo {
        margin: 30px auto;
        padding-bottom: 10px;
    }
    .container.blogInternaContain {
        grid-template-columns: 1fr;
    }
    .blogInterna .blogBanner {
        margin-top: 120px;
    }
    .blogBanner__titulo {
        padding: 23px 0px 43px;
        font-size: 1.375rem;
    }
    .newsletterForm {
        grid-template-columns: 1fr;
    }
    .containsFormRD {
        width: 100%;
    }
}

@media (max-width: 450px) {}
