/**
 * @file
 * Subtheme specific CSS.
 */

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: rgba(0, 0, 0, 0.8);
    position: relative;
    min-height: 100vh;
    padding-top: 70px;
}

body.user-logged-in.toolbar-fixed {
    margin-top: 65px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

a,
.link {
    text-decoration: none;
}

.form-type-select select {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='22px' height='14px' viewBox='0 0 22 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Home-novo-Copy-5' transform='translate(-943.000000, -2313.000000)' stroke='%2300D847' stroke-width='4'%3E%3Cpolyline id='Path-4-Copy-4' transform='translate(954.000000, 2319.320000) rotate(-270.000000) translate(-954.000000, -2319.320000) ' points='949.68 2310.32 958.32 2319.32 949.68 2328.32'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    color: #00D847;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 3px solid #00D847;
    border-radius: 0;
    padding: 0 0 5px 0;
    font-size: 1em;
    font-weight: bold;
    width: 100%;
    display: inline-block;
    box-shadow: none;
    background-repeat: no-repeat;
}

.filtros select::-ms-expand {
    display: none;
}

.filtros select:focus {
    box-shadow: none;
}

.btn {
    background: #00d847;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

label {
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-size: 0.7rem;
    display: block;
    text-align: left;
}

.form-type-select {
    width: 200px;
    margin-right: 25px;
}


.node__title {
    font-size: 48px;
    line-height: 1.0625;
    font-weight: 700;
    letter-spacing: -.009em;
}

.title {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
    letter-spacing: .004em;
}

.subhead {
    font-size: 24px;
    line-height: 1.16667;
    font-weight: 500;
    letter-spacing: .009em;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}

.node__content p {
    font-size: 16px;
    line-height: 1.4211;
    font-weight: 400;
    letter-spacing: .012em;
}

.quote {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0em;
}

.image-caption {
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 600;
    letter-spacing: -.01em;
}

.ear {
    font-size: 16px;
    line-height: 1.33337;
    font-weight: normal;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.label {
    font-weight: 700;
    font-size: 1em;
    letter-spacing: 0em;
    text-transform: uppercase;
    opacity: 0.6;
    margin: 0rem 0 0.3rem 0;
}

/* NODE ARTICLE */
.node__noticia_header_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.node--type-article article header {
    width: 980px;
    margin: 10% auto 20px;
    padding-top: 35px;
    z-index: 70;
}

.node--type-article .node__title {
    font-size: 45px;
    line-height: 1.0625;
    font-weight: 700;
    letter-spacing: -.009em;
    text-shadow: unset;
}

article.node.node--type-article {
    border-radius: 20px;
    margin-top: 2rem;
}

article.node--type-article .node__content {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-top: 0px;
}

.node--type-article .node__content img {
    width: 100%;
}
.navbar-brand {
    text-indent: -999;
    white-space: nowrap;
}

.navbar-brand .img-fluid.d-inline-block {
    filter: drop-shadow(0px 1px 4px #0000007d);
}

#navbar-main,
.site-footer__bottom #block-turismo23-menusuperior {
    background-image: linear-gradient(to top, rgba(2, 8, 33, 0), rgba(2, 33, 10, 0.45));
    backdrop-filter: blur(8px);
    box-shadow: 0px 1px 5px #00000060, 0px 1px 3px #ffffff80 inset;
    padding: 0.5rem 1rem;
}
.dropdown-menu.show {
    background: #053613;
}
.navbar-toggler {
    background-color: #01fa5d;
    margin-right: 0.5rem;
}
#navbar-main .nav,
#block-turismo23-menusuperior .nav {
    text-transform: uppercase;
    color: #fff;
}

#navbar-main .nav a,
#block-turismo23-menusuperior .nav a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: -0.02rem;
    font-size: 0.9rem;
    text-shadow: 0px 2px 8px #0000008c;
}

/* HOME */
.path-frontpage .title,
.path-frontpage .node__title .path-frontpage .main-content {
    display: none;
}

#block-turismo23-homeheader {
    padding: 0;
}

.view-header h2 {
    font-size: 3.3rem;
    font-weight: 600
}

.view-header .escuro,
.view-header .claro {
    padding-top: 40px;
}

.view-header .escuro h2,
.view-header .escuro p {
    color: #d0f588;
}

.block-views-blocklistas-block-home .view-header .escuro h2 {
    width: max-content;
    margin: auto;
    font-size: 3.3rem;
    font-weight: 600
}

.view-header .claro {
    padding: 40px 0;
}

.view-header .claro h2,
.view-header .claro p {
    color: #053613;
    margin-bottom: 0;
}

#edit-term-node-tid-depth ul {

    margin: auto;
    text-align: center;
}

#block-turismo23-videohome h2 {
    display: none;
}

#block-turismo23-videohome {
    padding: 0;
}

.hearder-ico {
    width: auto;
    margin: auto;
}

.escuro .col-md-10,
.claro .col-md-10 {
    border-left: 2px solid;
}

.escuro .col-md-1,
.claro .col-md-1 {
    justify-content: center;
    align-items: center;
    display: flex;
}

/* NODE NOTICIAS */
.node--type-article .content header.container.noimage {
    margin-top: unset !important;
}
.node__header_image {
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 75vh;
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
}

.node--type-article .content header {
    display: block;
    position: relative;
    margin-top: 55.5vh;
    background: #f5f7f7;
    padding: 40px 0;
    border-radius: 20px 20px 0 0;
}

.node--type-article .field--name-field-tags {
    margin: 1.5rem 0 0.2em;
    display: inline-block;
}

.header_content {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.image-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.image-6 {
    flex: 0 0 auto;
    width: 50%;
}

.image-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

/* NODE LISTA */
.node--type-listas .node__title {
    font-size: 4rem;
    line-height: 1.0625;
    font-weight: 700;
    letter-spacing: -.009em;
    text-align: center;
}

.node--type-listas .field--name-field-subtitulo p {
    font-size: 21px;
    color: #FFFFFF;
    letter-spacing: -0.58px;
    text-align: center;
    line-height: 90px;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.50);
}

.node--type-listas .main-content {
    padding: 0;
}

.content header {
    display: block;
    position: relative;
    margin-top: 55.5vh;
    background: #f5f7f7;
    padding: 40px 0;
    border-radius: 20px 20px 0 0;
}

/* NOTICIAS DIVIDIDO */
.dividido .col-md-6 img {
    width: 100%;
}

.content .dividido header {
    display: flex;
    position: relative;
    background: none;
    padding: 40px 0;
    border-radius: 20px;
    margin: 0;
    flex-flow: column wrap;
    justify-content: center;
    align-content: center;
}

/* NOTICIAS PEQUENO */

.node__header_inline.foto_pequena {
    background-color: #F4FDE9;
    color: #053613
}

.node__header_inline.foto_pequena header {
    display: block;
    position: relative;
    margin-top: 0;
    background: none;
    padding: 40px 0;
    border-radius: 20px 20px 0 0;
}

.float-left {
    float: left;
}

/* NODE LOCAIS */

.node--type-locais .node__header_noimage {
    background: #0C291B;
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
    align-content: center;
    min-height: 500px;
}

.node--type-locais .node__header_noimage h1 {
    margin: 50px 0;
    color: #D0F588;
}

.node--type-locais .node__header_image {
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 85vh;
    position: relative;
    background: #0000001c;
    margin-top: unset;
}

.node--type-locais .node__header_image picture {
    height: 100vh;
    display: block;
    position: absolute;
    width: 100%;
    opacity: 0.7;
}

.node--type-locais .node__header_image header {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
    align-content: center;
    background: #00000057;
    margin: 0;
}

.node__title {
    font-size: 70px;
    line-height: 1.0625;
    font-weight: 700;
    letter-spacing: -.009em;
    text-shadow: 1px 4px 5px #00000021;
}

.aviso-content .btn.btn-link.p-0 {
    font-size: 0.7rem;
    text-decoration: none;
    letter-spacing: 0rem;
    width: 80px;
}

.node--type-locais .node__header_image img {
    height: 100%;
    left: 0;
    object-fit: cover;
    top: 0;
    width: 100%;
}

.node--type-locais .node__header_image .container-full {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.node--type-locais .barra-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    white-space: nowrap;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
}

.node--type-locais .barra-avisos {
    display: flex;
}

.node--type-locais .paragraph.paragraph--type--titulo-lateral-e-texto,
.node--type-locais .paragraph.paragraph--type--texto-cheio {
    display: flex;
    flex-flow: wrap row;
    margin: 30px 0;
    padding: 40px;
    border-radius: 0;
}

.avisos-item {
    margin: 10px;
    width: auto;
    display: inline-block;
}

.avisos-item .card-highlights {
    box-shadow: none;
    padding: 10px;
    color: #55565A;
    background: #fff;
    border-bottom: 0;
    border-radius: 15px;
    flex-flow: wrap row;
    font-family: 'Montserrat', Helvetica, sans-serif;
    justify-content: start;
}

.aviso-content {
    white-space: break-spaces;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    margin-right: 5px;
}

.avisos-item .altura050,
.md .avisos-item .altura050,
.lg .avisos-item .altura050 {
    min-height: 100px;
    max-height: 100px;
    height: 100px;
}

.avisos-item .card.card-highlights {
    box-shadow: none;
    padding: 10px;
    color: #55565A;
    background: #fff;
    border-bottom: 0;
    border-radius: 15px;
    flex-flow: wrap row;
    font-family: 'Montserrat', Helvetica, sans-serif;
    justify-content: start;
}

.card.card-highlights div p:first-child {
    font-weight: 700;
    font-size: 0.7em;
    letter-spacing: 0em;
    text-transform: uppercase;
    opacity: 0.6;
    margin: 0;
}

.card-highlights-aviso p {
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #3571B7;
    letter-spacing: 0.03px;
    font-size: 0.8em;
    opacity: 0.8;
}

.aviso-image {
    align-self: center;
}

.card .aviso-image img {
    height: 50px;
    width: 65px;
}

.node--type-locais .card .aviso-image {
    align-self: center;
    height: 40px;
    width: 40px;
}

.node--type-locais .card .aviso-image img {
    height: unset;
    width: unset;
    object-fit: contain;
}

.aviso-content {
    white-space: break-spaces;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    margin-right: 5px;
}

.avisos-item .card.card-highlights h3 {
    font-size: 1.4em;
    color: inherit;
    letter-spacing: -1.1px;
    text-align: left;
    line-height: 30px;
    font-weight: 700;
    margin: 0.1em 0;
    opacity: 1;
}

.avisos-item .field__item {
    margin: 0;
    font-size: 0.9rem;
}

.avisos-item .card.card-highlights:hover {
    background-color: #BFFFAD;
    color: #11170F;
    transform: translateY(-1px);
}

article.node {
    position: relative;
}

.node--type-locais footer {
    background: #0D2011;
    color: #D0F588;
}

.card-end {
    background: #0C291B;
    border-radius: 20px;
}

/* CARD SERVICO */
.filtro-card {
    color: #213222;
    border: none;
    border-radius: 10px;
    background: #00D847;
    transition: all ease-in-out 200ms;
}

.filtro-card.w-100.h-100:hover {
    background: #86FF4F;
}

.filtro-card img {
    margin-top: 10px;
}

.filtro-card h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: -0.02rem;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.view-servicos .row>div>h3 {
    background: #213222;
    text-align: center;
    padding: 20px;
    color: #00d847;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    position: sticky;
    top: 65px;
    z-index: 5;
}

.view-content.row>div {
    margin: 20px 0;
    position: relative;
}

.card.card-servico {
    background: #EDEFF0;
    justify-content: start;
    align-content: start;
    flex-wrap: wrap;
    height: 100%;
}

.card.card-servico .card-header {
    width: 100%;
    height: fit-content;
    min-height: 110px;
}

.card-servico .badge {
    background: transparent;
    display: flex;
    font-family: Open Sans;
    font-size: 10px;
    letter-spacing: 3.12px;
    text-transform: uppercase;
    color: #2E912F;
    border-radius: 0;
    justify-content: start;
    align-items: start;
    flex-flow: wrap row;
    width: auto;
    padding: 3px;
}

.card-servico .card-meta {
    background: transparent;
    width: auto;
    text-align: start;
    font-size: 0.8rem;
    font-weight: normal;
    color: inherit;
    text-transform: inherit;
}

.card-servico .card-meta p {
    margin: 0;
}

.card-servico .card-content {
    display: block;
    flex-flow: unset;
    padding: 10px 20px 20px;
    width: 100%;
    font-size: 0.9rem;
}

/* PARAGRAPHS TEXTO E FOTO */

.field--name-field-media-image img {
    width: 100%;
    min-width: unset;
    max-height: unset;
    max-width: unset;
    min-height: unset;
    transition: all ease-in-out 250ms;
    border-radius: 10px;
    margin: 0 0 10px;
}

.col-md-12 .field--name-field-media-image {
    width: 100%;
    margin: unset;
}

.para-content h2 .field__item,
.para-content h2 {
    font-weight: 900;
    font-size: 2.813rem;
    color: #0C291B;
    letter-spacing: -1.26px;
    font-family: "sofia Sans Condensed", sans-serif;
    text-transform: uppercase;
}

.paragraph--type--quadro-foto .field.field--name-field-body h2 {
    color: #0C291B;
    letter-spacing: -1.26px;
    font-family: "sofia Sans Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 900;
}

.paragraph--type--quadro-foto .field.field--name-field-body small h2 {
    font-size: 1.5rem
}

.paragraph--type--quadro-foto .field.field--name-field-body h2 strong {
    color: #CCF7AA;
    background-color: #0C291B;
}

.para-content h2 .field__item span {
    color: #CCF7AA;
    background-color: #0C291B;
}

.para-content p {
    line-height: 1.6rem;
    font-size: 1rem;
    font-weight: 500;
}

.para-content p img {
    border-radius: 20px;
}

/* PARAGRAPHS QUADRO */

figure.caption figcaption,
.field--name-field-legenda {
    background: #e5e6ea;
    padding: 0 0 15px 0;
    color: #55565a;
    text-align: center;
    font-size: 0.9rem;
    border-radius: 20px;
}

.paragraph.paragraph--type--quadro-foto.paragraph--view-mode--default {
    border-radius: 15px;
    overflow: hidden;
}

.paragraph.paragraph--type--titulo-lateral-e-texto,
.paragraph.paragraph--type--texto-cheio {
    display: flex;
    flex-flow: wrap row;
    background: #163517;
    margin: 30px 0;
    padding: 40px;
    border-radius: 15px;
    color: #D0F588;
}

.paragraph.paragraph--type--titulo-lateral-e-texto .field--name-field-body {
    width: 66%;
    padding: 0 30px;
}

.paragraph.paragraph--type--texto-cheio .field--name-field-body {
    width: 100%;
}

.page-listas .paragraph.paragraph--type--texto-cheio {
    color: #55565A;
    background-color: unset;
}

.page-listas .paragraph.paragraph--type--texto-cheio h2 {
    font-size: 2.6rem;
    letter-spacing: -0.05rem;
    font-weight: 600;
}

.page-listas .paragraph.paragraph--type--roteiro h2 {
    font-size: 2rem;
    letter-spacing: -0.05rem;
    font-weight: 600;
}

.para-content h2 .field__item,
.title-paragraph,
.body-paragraph h2,
.para-content h2 {
    font-weight: 900;
    font-size: 2.4rem;
    color: #0C291B;
    letter-spacing: -1.26px;
    font-family: "sofia Sans Condensed", sans-serif;
    text-transform: uppercase;
}

.badge {
    background: #d0f588;
    display: flex;
    font-family: Open Sans;
    font-size: 10px;
    letter-spacing: 3.12px;
    text-transform: uppercase;
    color: #0c291b;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    flex-flow: wrap row;
    width: fit-content;
    padding: 10px;
}

.card {
    flex-flow: wrap;
    justify-content: center;
    align-content: center;
    margin-bottom: 15px;
}

.card-content {
    display: flex;
    flex-flow: wrap row;
    padding: 10px 20px 20px;
}

.card h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    width: 100%;
    color: #053613;
    font-size: 20px;
    padding: 10px 0 0;
}

.field.field--name-field-secao {
    margin: auto;
}

.card-huge.card-lista {
    background: #d0f588;
    min-height: 525px;
    width: 360px !important;
    display: inline-flex;
    transition: 200ms all ease-in-out;
    margin-left: 15px;
    padding: 0;
}

.card-huge.card-lista .card-content {
    background: linear-gradient(to bottom, rgba(12, 41, 27, 0.85) 0%, rgba(12, 42, 27, 0) 101%);
    top: 0;
    bottom: auto;
    left: 0;
    border-radius: 6px;
    width: 100%;
    justify-content: center;
}

.card-huge.card-lista h3 {
    font-size: 2.2rem;
    color: #d0f588;
    text-align: center;
}

.card-lista a {
    color: #d0f588;
}

.card-huge {
    background: #0c291b;
    min-height: 376px;
    width: 360px !important;
    display: inline-flex;
    transition: 200ms all ease-in-out;
    margin-left: 15px;
    overflow: hidden;
}

.card.card-huge:hover {
    box-shadow: 2px 4px 16px rgba(0, 0, 0, .16);
    transform: scale3d(1.03, 1.03, 1.03);
}

.card-huge .card-content {
    position: absolute;
    font-size: 1rem;
    white-space: initial;
}

.card-huge h3 {
    font-size: 1.2rem;
    color: #d0f588;
}

.card-huge .card-content {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    bottom: 0;
}

.card.card-destaque {
    height: 350px;
    width: 520px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-left: 15px;
}

.card.card-destaque:hover img {
    transform: scale(1.2);
    filter: brightness(1.1);
}

.card.card-destaque .card-image {
    object-fit: cover;
    height: 350px;
    width: 520px
}

.card.card-destaque .card-content {
    display: flex;
    flex-flow: wrap row;
    padding: 10px 20px 20px;
    position: absolute;
    bottom: 0;
    white-space: initial;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.00) 0%, #000000c2 100%);
}

.card.card-destaque h3 {
    color: #d0f588;
}

/* ONDE IR */
.view-display-id-page_onde_ir .views-row a,
.view-content .col-md-4 a {
    color: #093916;
}

/* CARD LOCAL */

.card-local .card-meta {
    background: #0C291B;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #d0f588;
    text-transform: uppercase;
}

.card-local .card-image {
    width: 100%;
    height: auto;
    transition: all ease-in-out 250ms;
}

.card.card-local:hover {
    background: #eff7e6;
    border-color: #d0f588;
    box-shadow: 0px 3px 5px #00000008;
    transform: translateY(-1px);
}

.card.card-local:hover .card-image {
    transform: scale(1.1);
}

.card.card-local {
    min-height: 420px;
    align-content: flex-start;
    overflow: hidden;
    transition: all ease-in-out 300ms;
}

.card-local .titulo {
    font-family: 'Montserrat', helvetica, sans-serfi;
    font-size: 2rem;
    letter-spacing: -0.03rem;
}

.card-local .endereco {
    font-size: 0.9rem;
    opacity: 0.8;
}

.card-local .horario .item-list,
.card-local .ingresso {
    padding: 5px 10px 5px 10px;
    font-size: 0.8rem;
    background-color: #d0f58826;
    background-position: 0;
    border-radius: 20px;
    background-size: 20px 20px;
    border: 1px solid #d0f588;
}

.card-local .horario .list-group-item {
    background: url("https://turismosantos.com.br/themes/custom/turismo23/images/ico-horario.svg") no-repeat;
    border: none;
    border: none;
    padding: 0 0 0 30px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
}

.card-local .opcoes .item-list .list-group-item {
    padding: 5px 10px 5px 10px;
    font-size: 0.8rem;
    background-color: #d0f58826;
    background-position: 0;
    border-radius: 20px;
    background-size: 20px 20px;
    border: 1px solid #d0f588;
}

.card-local .card-info {
    width: 100%;
    display: flex;
    flex-flow: wrap row;
}

.card-local .opcoes .list-group-item {
    width: auto;
}

.card-local .opcoes .list-group {
    display: flex;
    flex-flow: wrap row;
    justify-content: start;
    align-content: center;
}

.horario-more {
    background: transparent;
    border: 1px solid #d0f589;
    border-radius: 20px;
}

.card-local .opcoes {
    width: 100%;
}

/* NODE ROTEIRO */

.page-listas .node__header_image {
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 80vh;
    position: relative;
    background: #000;
}

.wrapper-secao {
    position: relative;
    display: flex;
}

.wrapper-secao .col-md-5.p-0,
.wrapper-secao .mapa-wrapper-sticky {
    position: sticky;
    height: 100vh;
    top: 0;
}

.page-listas .field--name-field-subtitulo {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.03rem;
}

#mapa_roteiro,
#ondeficar,
#ondeir {
    display: block;
    height: 92vh;
    margin-top: 8vh;
}

.page-listas .wrapper-body {
    padding: 4rem 0;
}

.page-listas .node__header_image header {
    margin: unset;
    text-align: center;
    background: #00000024;
}

.page-listas .wrapper-body {
    padding: 4rem 0;
}

.roteiro-item.viewing {
    padding: 4rem 1rem;
    transform: scale(1);
    background: #fafcfc;
}

.roteiro-item {
    padding: 4rem 1rem;
    transform: scale(0.9);
    transition: all 250ms ease-in-out;
}

.roteiro-item .field--name-field-image {
    float: none;
}

.ponto-paragraph {
    display: none;
}

.roteiro-item .image-paragraph img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.breakpoint-current {
    left: 0;
    margin-top: -10px;
    position: fixed;
}

.leaflet-popup-content-wrapper {
    background: #0c291b !important;
    color: #fff !important;
}

.leaflet-popup-tip {
    background: #0c291b !important;
}

.leaflet-container .leaflet-popup-content-wrapper a {
    color: #d0f588 !important;
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: -10px !important;
    right: -10px !important;
    border: none;
    text-align: center;
    width: 24px;
    height: 24px;
    font: 16px/24px Tahoma, Verdana, sans-serif;
    color: #0c291b !important;
    text-decoration: none;
    background: #d0f588 !important;
    border-radius: 20px !important;
}

.leaflet-popup-content {
    margin: 13px 24px 13px 20px;
    line-height: 1.3;
    font-size: 13px;
    font-size: 1.08333em;
    min-height: 1px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

/* MAPA LOCAIS */
.leaflet-map-divicon>div,
.leaflet-marker-icon.pin-locais {
    border: 2px solid #FFFFFF;
    width: 40px !important;
    height: 40px !important;
    border-radius: 40px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #6EFF60;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.marker-cluster div {
    text-align: center;
    padding: 5px 0;
    font-size: 1rem;
}

.marker-cluster span {
    line-height: 30px;
    color: #fff;
}

.marker-cluster {
    font-weight: bolder;
    border-radius: 50px;
    text-shadow: 0px 1px 2px #0000002b;
}

.marker-cluster-small {
    background-color: rgba(118, 214, 83, 0.8);
}

.marker-cluster-medium {
    background-color: rgba(86, 155, 61, 0.8);
}

.marker-cluster-large {
    background-color: rgba(13, 100, 77, 0.8);
}


.leaflet-map-divicon.Japonesa,
.leaflet-map-divicon.Coreana,
.leaflet-map-divicon.Chinesa {
    background-image: url("https://turismosantos.com.br/themes/custom/turismo23/images/ico-asia.svg");
    background-size: 75%;
}

.leaflet-map-divicon.bar {
    background-image: url("https://turismosantos.com.br/themes/custom/turismo23/images/ico-bar.svg");
    background-size: 75%;
}

.leaflet-map-divicon.cafe {
    background-image: url("https://turismosantos.com.br/themes/custom/turismo23/images/ico-cafe-alt.svg");
    background-size: 75%;
}

.leaflet-map-divicon.cinema {
    background-image: url("https://turismosantos.com.br/themes/custom/turismo23/images/ico-cinema.svg");
    background-size: 75%;
}

.leaflet-map-divicon.compras,
.leaflet-marker-icon.pin-locais.Compras {
    background-image: url("https://turismosantos.com.br/themes/custom/turismo23/images/ico-compras-alt.svg");
    background-size: 75%;
}

.leaflet-map-divicon.teatro {
    background-image: url("https://turismosantos.com.br/themes/custom/turismo23/images/ico-cultura.svg");
    background-size: 75%;
}

.leaflet-map-divicon.Museus,
.leaflet-marker-icon.pin-locais.Museus.e.Centros.Culturais {
    background-image: url("https://turismosantos.com.br/themes/custom/turismo23/images/ico-museu.svg");
    background-size: 75%;
}

.leaflet-map-divicon.teatro,
.leaflet-marker-icon.pin-locais.Teatro {
    background-image: url("https://turismosantos.com.br/themes/custom/turismo23/images/ico-cultura.svg");
    background-size: 75%;
}

.leaflet-map-divicon.doceria {
    background-image: url("https://turismosantos.com.br/themes/custom/turismo23/images/ico-doce.svg");
    background-size: 75%;
}

.leaflet-map-divicon.esporte {
    background-image: url("https://turismosantos.com.br/themes/custom/turismo23/images/ico-esporte.svg");
    background-size: 75%;
}

.leaflet-map-divicon.acomodacoes,
.leaflet-map-divicon.Acomodações,
.leaflet-map-divicon.Hotel,
.leaflet-map-divicon.Pousada {
    background-image: url("https://turismosantos.com.br/themes/custom/turismo23/images/ico-hotel-alt.svg");
    background-size: 75%;
}

.leaflet-map-divicon.Restaurante {
    background-image: url("https://turismosantos.com.br/themes/custom/turismo23/images/ico-restaurante.svg");
    background-size: 75%;
}

.leaflet-map-divicon.pizzaria {
    background-image: url("https://turismosantos.com.br/themes/custom/turismo23/images/ico-pizza.svg");
    background-size: 75%;
}

.leaflet-map-divicon.praia {
    background-image: url("https://turismosantos.com.br/themes/custom/turismo23/images/ico-praia.svg");
    background-size: 75%;
}

.leaflet-map-divicon.padaria {
    background-image: url("https://turismosantos.com.br/themes/custom/turismo23/images/ico-padaria.svg");
    background-size: 75%;
}

.leaflet-map-divicon.Mexicana {
    background-image: url("https://turismosantos.com.br/themes/custom/turismo23/images/ico-mexicano.svg");
    background-size: 75%;
}

.leaflet-map-divicon.Night {
    background-image: url("https://turismosantos.com.br/themes/custom/turismo23/images/ico-night.svg");
    background-size: 75%;
}

.leaflet-map-divicon.mar {
    background-image: url("https://turismosantos.com.br/themes/custom/turismo23/images/ico-peixe.svg");
    background-size: 75%;
}

.leaflet-map-divicon.churrascaria {
    background-image: url("https://turismosantos.com.br/themes/custom/turismo23//images/ico-churrascaria.svg");
    background-size: 75%;
}

.leaflet-map-divicon.Passeios,
.leaflet-marker-icon.pin-locais.Passeios {
    background-image: url("https://turismosantos.com.br/themes/custom/turismo23/images/ico-passeio.svg");
    background-size: 75%;
}

.leaflet-map-divicon.Parques {
    background-image: url("https://turismosantos.com.br/themes/custom/turismo23/images/ico-parque.svg");
    background-size: 75%;
}




/* NODE LISTAS */
.page-listas .node__header_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.page-listas .ear {
    color: #01f65b;
    letter-spacing: 0.3rem;
}

.page-listas .node__header_image header {
    margin: unset;
    text-align: center;
    background: #00000024;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
    align-content: center;
    position: absolute;
}

.page-listas .node__header_image {
    overflow: hidden;
}

.page-listas .field--name-field-subtitulo {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.03rem;
    margin-bottom: 15px;
}

.leaflet-routing-alternatives-container {
    display: none;
}

/* NODE BASIC PAGE */
.node--type-page .node__header_image {
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 80vh;
    position: relative;
    background: #000;
}

.node--type-page .node__header_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.node--type-page .ear {
    color: #01f65b;
    letter-spacing: 0.3rem;
}

.node--type-page .node__header_image header {
    margin: unset;
    text-align: center;
    background: #00000024;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
    align-content: center;
    position: absolute;
}

.node--type-page .node__header_image {
    overflow: hidden;
}

.node--type-page .field--name-field-subtitulo {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.03rem;
    margin-bottom: 15px;
}

.node--type-page .paragraph.paragraph--type--texto-cheio {
    color: #55565A;
    background-color: unset;
}

.node--type-page .paragraph.paragraph--type--texto-cheio h2 {
    font-size: 2.6rem;
    letter-spacing: -0.05rem;
    font-weight: 600;
}

.node--type-page .paragraph.paragraph--type--roteiro h2 {
    font-size: 2rem;
    letter-spacing: -0.05rem;
    font-weight: 600;
}

/* NODE EVENTOS */

.node--type-eventos header .col-md-6 {
    background-color: #F5FEE8;
    color: #0C291B;
}

.header-content {
    display: flex;
    flex-flow: wrap row;
    height: 100%;
    align-content: center;
}

.node--type-eventos .node__title {
    font-size: 55px;
    line-height: 1.0625;
    font-weight: 700;
    letter-spacing: -.009em;
    text-shadow: none;
}

.node--type-eventos .date-ear {
    background: #0C291B;
    color: #f5fee8;
    width: 100%;
    display: block;
    letter-spacing: 1rem;
}

.field.field--name-field-data-evento {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-evenly;
}

.field.field--name-field-data-evento .field__item {
    font-size: 2.2rem;
    font-weight: bold;
}

.field.field--name-field-data-evento {
    background: #0C291B;
    color: #f5fee8;
}

.node--type-eventos .node__header_image {
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 65vh;
    position: relative;
}

.foto_heroi img {
    width: 100%;
    height: auto;
}

.node--type-eventos header picture img {
    width: 100%;
    height: auto;
}


.node--type-eventos .node__title {
    font-size: 40px;
    line-height: 1.0625;
    font-weight: 700;
    letter-spacing: -.009em;
    text-shadow: unset;
}

.node--type-eventos .dividido.node__header_divided img {
    width: 100%;
    height: auto;
}

.eventos-destaques .avisos-item .altura050 {
    min-height: auto;
    max-height: auto;
    height: auto;
}

.eventos-destaques .avisos-item .card.card-highlights {
    padding: 10px 10px;
    flex-flow: wrap row-reverse;
    display: flex;
    border: none;
    width: 100%;
}

.eventos-destaques .avisos-item {
    margin: 0;
    display: flex;
    justify-content: start;
}

.eventos-destaques .aviso-content {
    flex-direction: column;
    margin: .5rem !important;
}

.eventos-destaques .aviso-image {
    width: 33px;
    height: 33px;
}

.eventos-destaques .card .aviso-image img {
    height: 100%;
    width: 100%;
}

.eventos-destaques {
    background: #fff;
}

.field.field--name-field-datas.field--type-daterange.field--label-hidden.field__item {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    border-radius: 10px;
    padding: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #0C291B;
    align-items: center;
}

.field--name-field-datas .datetime {
    color: #D0F588;
    font-size: 2rem;
    font-weight: bold;
    background: #053613;
    padding: 1rem;
    border-radius: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.dividido.node__header_divided {
    background: #F4FDE9;
    color: #053613;
}

.page-eventos .node__title {}

.node--type-eventos .node__title {
    text-align: center;
    margin: 1rem 0;
}

.node--type-eventos .card-highlights-avisos p {
    margin: 0;
}
/* VIEW NOTICIAS */
.page-view-noticias .card-huge {
    background: #0c291b;
    height: 420px;
    width: 320px !important;
    display: flex;
    transition: 200ms all ease-in-out;
    margin-left: 15px;
    overflow: hidden;
    padding: 0;
}
.page-view-noticias .card-huge img{
    width: 100%;
}
/* VIEWS LISTAS */
.view-header {
    margin-bottom: 20px;
}

.view-header .verde-escuro h2 {
    color: #d0f588;
    font-weight: bold;
    font-size: 3rem;
}

.view-header .verde-escuro p {
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #d0f588;
}

.form-item-field-tipo-de-local-target-id {
    width: 100%;
}

.bef-links ul {
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
}

.bef-links bef-nested ul {
    list-style: none;
}

.bef-links ul li {
    list-style: none;
    width: auto;
    display: inline-block;
    margin-bottom: 30px;
}

.js-form-item.js-form-type-select.form-type-select.js-form-item-term-node-tid-depth.form-item-term-node-tid-depth {
    width: 100%;
}

a.bef-link {
    padding: 8px 10px 8px 50px;
    border: 2px solid;
    margin-left: 15px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: auto 70%;
    background-position: 8px;
}

#edit-term-node-tid-depth-2092 {
    background-image: url("https://turismosantos.com.br/themes/custom/turismo23/images/ico-compras.svg")
}

#edit-term-node-tid-depth-66 {
    background-image: url("https://turismosantos.com.br/themes/custom/turismo23/images/ico-hotel.svg")
}

#edit-term-node-tid-depth-2093 {
    background-image: url("https://turismosantos.com.br/themes/custom/turismo23/images/ico-evento.svg")
}

#edit-term-node-tid-depth-2091 {
    background-image: url("https://turismosantos.com.br/themes/custom/turismo23/images/ico-cafe.svg")
}

#edit-term-node-tid-depth-2090 {
    background-image: url("https://turismosantos.com.br/themes/custom/turismo23/images/ico-atracao.svg")
}

#edit-term-node-tid-depth-2093 {
    background-image: url("https://turismosantos.com.br/themes/custom/turismo23/images/ico-festivais.svg")
}

#edit-term-node-tid-depth-198 {
    background-image: url("https://turismosantos.com.br/themes/custom/turismo23/images/ico-servicos.svg")
}


#block-turismo23-page-title {
    display: none;
}

#block-turismo23-views-block-listas-block-home,
#block-turismo23-views-block-noticias-block-home {
    background: #0C291B;
}

#block-turismo23-views-block-listas-block-home .view-header {
    text-align: center;
}

#block-turismo23-views-block-listas-block-home .header-title {

    color: #d0f588;
    width: 90%;
    margin: 0 5%;
}

#block-turismo23-views-block-listas-block-home .header-desc {
    font-size: 14px;
    color: #d0f588;
    letter-spacing: 1px;
    font-weight: 600;
    display: block;
    width: 90%;
    margin: 0 5%;
}

#block-turismo23-views-block-listas-block-home .form-select {
    width: 100%;
    color: #212529;
    background-color: #0c291b;
    background-image: none;
    border: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-item-field-tags-target-id {
    width: 100% !important;
}

#edit-field-tags-target-id ul {
    flex-direction: row;
    display: flex;
    max-width: 100%;
    justify-content: center;
}

.form-item-field-tags-target-id label {
    display: none;
}

#edit-field-tags-target-id a {
    color: #01FA5D;
}

#edit-field-tags-target-id ul li {
    position: relative;
    display: block;
    padding: 5px;
    border: 2px solid #01FA5D;
    text-decoration: none;
    border-radius: 6px;
    margin: 0 10px;
}

#edit-field-tags-target-id ul {
    flex-direction: row;
    display: flex;
    max-width: 100%;
}

/* TAGS */

.field--name-field-tags {
    margin: 0 0 1.2em;
    display: inline-block;
}

.field--name-field-tags a {
    background-color: #102B1691;
    border-radius: 50px;
    padding: 5px 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.04rem;
    color: #01FA5D;
    transition: all ease-in-out 200ms;
    backdrop-filter: blur(5px);
}

.field--name-field-tags a:hover {
    background-color: #5CFF45;
    color: #1a931d;
    transform: scale(1.1) translateY(-1px);
}

/* VIEWS HEADER */
.header-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    color: #053613;
    font-weight: 800;
    width: 90%;
}

.header-desc {
    font-size: 14px;
    color: #797B82;
    letter-spacing: 1px;
    font-weight: 600;
}

/* SHARE MENU */

.side_buttons {
    padding: 20px 0 20px;
    display: flex;
    flex-flow: column;
    position: fixed;
    width: 60px;
    background: #fff;
    border-radius: 20px;
    margin-top: 45px;
    bottom: 55vh;
    left: 0.5vw;
}


.sm .side_buttons,
.xs .side_buttons,
.image-noticia.sem-imagem .side_buttons {
    position: relative;
    width: 100%;
    flex-flow: row;
    flex-wrap: wrap;
    top: auto;
}

.lg .side_buttons {
    left: 10rem;
}

.sharing-buttons {
    padding: 20px 0 20px;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}

.resp-sharing-button__link {
    color: #fff;
    height: auto;
    margin: 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.noticia-simples .resp-sharing-button__link {
    color: #01FA5D;
}

.noticia-simples .resp-sharing-button__icon {
    stroke: #0d2011;
    fill: #01FA5D;
}

.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

.resp-sharing-button {
    transition: 200ms ease-out;
    padding: 0.6em 0 0.2em 0em;
    margin: 0 1.1em 0em;
    border-radius: 20px;
}

.xs .resp-sharing-button {
    margin: 0;
    border-radius: 50px;
}

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    fill: #2c6a2e;
}

.resp-sharing-button__icon svg {
    width: 26px;
    height: 33px;
}

@media (prefers-color-scheme: dark) {
    .side_buttons {
        background: #2C4220;
    }

    .resp-sharing-button__icon--solid,
    .resp-sharing-button__icon--solidcircle {
        fill: #F7FDEA;
        stroke: transparent;
    }

    .resp-sharing-button__icon--solid:hover,
    .resp-sharing-button__icon--solidcircle:hover {
        fill: #99E665;
    }
}

/* Mobile First (até 576px) */
@media (max-width: 576px) {

    .card.card-destaque {
        height: 270px;
        width: 320px;
    }

    .card h3 {
        font-size: 15px;
    }

    .badge {
        font-size: 9px;
        padding: 7px;
    }

    .block-views-blocklistas-block-home .view-header .escuro h2 {
        width: auto;
        font-size: 2.4rem;
    }

    .card-huge.card-lista {
        min-height: 300px;
        width: 320px !important;
        height: 450px;
    }

    .card-huge {
        min-height: 300px;
        width: 300px !important;
        height: 350px;
    }

    .card-noticia .card-image {
        width: 100%;
    }

    /* menu-horizontal.css | https://www.turismosantos.com.br/themes/custom/turismo23/css/menu-horizontal.css?t37zz5 */

    .btn-scroll-left,
    .btn-scroll-right {
        width: 50px;
        height: 20%;
        top: 33%;
    }




/* style.css | https://www.turismosantos.com.br/themes/custom/turismo23/css/style.css?t381wy */

.side_buttons {
    padding: 5px 0 5px;
    flex-flow: row;
    width: 100vw;
    bottom: 10px;
    left: 0;
    justify-content: space-evenly;
}

.dividido.node__header_divided {
    background: #053613;
    color: #d0f588;
}

.node--type-article .node__title {
    font-size: 40px;
}
article.node--type-article .node__content {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}


}