* {
    box-sizing: border-box
}

::-moz-selection {
    background: #263868;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #263868;
    color: #fff;
    text-shadow: none
}

body {
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    letter-spacing: -.6px;
    background-color: #fbfbfb;
    color: #00367c
}

body.darkmode {
    background-color: #333
}

#cgs-general {
    position: relative
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    color: #00367c
}

.darkmode h1,
.darkmode h2,
.darkmode h3,
.darkmode h4,
.darkmode h5,
.darkmode h6 {
    color: #fff
}

p {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 400;
    color: #263868
}

.darkmode p {
    color: #f5f5f5
}

strong {
    color: #00367c
}

.darkmode strong {
    color: #fff
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer
}

button:focus {
    outline: none
}

a {
    text-decoration: none;
    color: #5d5d5d;
    overflow-wrap: break-word
}

a:hover {
    color: #4d8cec;
    transition: color .2s ease
}

a:hover h1,
a:hover h2,
a:hover h3 {
    text-decoration: underline;
    -webkit-text-decoration-color: #fdb92e;
    text-decoration-color: #fdb92e;
    transition: color .2s ease-in
}

.darkmode a:hover h1,
.darkmode a:hover h2,
.darkmode a:hover h3 {
    -webkit-text-decoration-color: #4d8cec;
    text-decoration-color: #4d8cec
}

.container {
    max-width: 1640px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box
}

@media(max-width:1440px) {
    .container {
        max-width: 1170px
    }
}

@media(max-width:1280px) {
    .container {
        max-width: 100%;
        padding: 0 30px
    }
}

@media(max-width:810px) {
    .container {
        max-width: 728px;
        padding: 0
    }
}

@media(max-width:600px) {
    .container {
        padding: 0 16px
    }
}

@media(max-width:360px) {
    .container {
        padding: 0 12px
    }
}

@media(max-width:320px) {
    .container {
        padding: 0 10px
    }
}

.container .row {
    margin: 30px 0 0
}

@media(max-width:810px) {
    .container .row {
        margin: 20px 0 0
    }
}

.container .row {
    overflow: hidden
}

.container .col-1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    width: auto !important;
}

@media(max-width:1024px) {
    .container .col-1 {
        grid-gap: 20px
    }
}

.container .col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px
}

@media(max-width:1024px) {
    .container .col-2 {
        grid-gap: 20px
    }
}

.container .col-2-1 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 30px
}

@media(max-width:1024px) {
    .container .col-2-1 {
        grid-template-columns: 1fr;
        grid-gap: 20px
    }
}

.container .col-3 {
    grid-template-columns: 520px 1.2fr 1fr;
    grid-gap: 30px
}

@media(max-width:1700px) {
    .container .col-3 {
        grid-template-columns: 520px 1fr 1fr;
        grid-gap: 30px
    }
}

@media(max-width:1024px) {
    .container .col-3 {
        grid-template-columns: 2fr 1fr;
        grid-gap: 20px
    }
}

@media(max-width:810px) {
    .container .col-3 {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px
    }
}

@media(max-width:600px) {
    .container .col-3 {
        grid-template-columns: 1fr;
        grid-gap: 20px
    }
}

.container .col-3 .col:last-child .card a .cardBox>h2 {
    padding: 0 30px
}

.container .col-3-invert {
    display: grid;
    grid-template-columns: 1fr 1fr 521px;
    grid-gap: 30px
}

@media(max-width:1024px) {
    .container .col-3-invert {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px
    }
}

@media(max-width:600px) {
    .container .col-3-invert {
        grid-template-columns: 1fr;
        grid-gap: 16px
    }
}

.container .col-3-equal {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px
}

@media(max-width:810px) {
    .container .col-3-equal {
        grid-template-columns: 1fr;
        grid-gap: 20px
    }
}

.container .col-3-2_1 {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-gap: 30px
}

@media(max-width:1024px) {
    .container .col-3-2_1 {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px
    }
}

@media(max-width:600px) {
    .container .col-3-2_1 {
        grid-template-columns: 1fr;
        grid-gap: 16px
    }
}

.container .col-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 300px;
    grid-gap: 30px
}

@media(max-width:1024px) {
    .container .col-4 {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px
    }
}

@media(max-width:810px) {
    .container .col-4 {
        grid-template-columns: 1fr
    }
}

.container .col-4-invert {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 470px;
    grid-gap: 30px
}

@media(max-width:810px) {
    .container .col-4-invert {
        grid-template-columns: 1fr;
        grid-gap: 20px
    }
}

.container .col-4-adRet {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 336px;
    grid-gap: 30px
}

@media(max-width:810px) {
    .container .col-4-adRet {
        grid-template-columns: 1fr;
        grid-gap: 20px
    }
}

.container .col-6 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 16px
}

.cgs-flip {
    transform: scaleX(-1)
}

.block-screen {
    overflow: hidden;
    width: 100vw;
    height: 100%;
    position: relative
}

.block-screen:before {
    height: 100% !important;
    position: absolute;
    z-index: 102
}

div {
    color: #00367c
}

.darkmode div {
    color: #fff
}

svg {
    fill: #00367c
}

.darkmode svg {
    fill: #fff
}

ul.socialBar {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 81px;
    background: #eee 0 0 no-repeat padding-box;
    margin: 30px 0 50px;
    padding-left: 18px
}

@media(max-width:600px) {
    ul.socialBar {
        padding: 0;
        margin: 20px 0 0
    }
}

ul.socialBar li {
    margin: 0 10px
}

@media(max-width:1130px) {
    ul.socialBar li {
        margin-right: 10px
    }
}

ul.socialBar li.aria-share {
    font-weight: 700;
    font-size: 26px;
    font-family: Lato;
    letter-spacing: .52px;
    color: #4d4d4d
}

@media(max-width:600px) {
    ul.socialBar li.aria-share {
        font-size: 20px
    }
}

@media(max-width:320px) {
    ul.socialBar li.aria-share {
        font-size: 16px
    }
}

ul.socialBar li a {
    border: none
}

ul.socialBar li a svg {
    width: 26px;
    height: 26px;
    fill: #9a9a9a
}

.darkmode ul.socialBar li a svg {
    fill: #ff6d6d
}

@media(max-width:600px) {
    ul.socialBar li a svg {
        width: 20px;
        height: 20px
    }
}

ul.socialBar li a:hover svg {
    fill: #263868
}

.position {
    position: absolute;
    z-index: 5;
    color: #fff;
    background-color: #b9161f;
    padding: 5px;
    font-size: 11px;
    font-weight: 700
}

.visible-mobile {
    display: none
}

@media(max-width:600px) {
    .visible-mobile {
        display: block
    }
}

.cgs-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.rotate45 {
    transform: rotate(45deg)
}

.wpdt-c {
    margin: 0 auto !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important
}

.wpdt-c thead tr th {
    padding: 14px 10px 14px 40px !important
}

.header {
    position: -webkit-sticky;
    position: sticky;
    height: 67px;
    z-index: 10;
    top: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:600px) {
    .header {
        height: 55px
    }
}

.header .header-col {
    width: 100%
}

.darkmode .header .header-col {
    background-color: #333
}

@media(max-width:810px) {
    .header .header-col {
        height: 55px
    }
}

.header .header-col .container-head {
    display: grid;
    grid-template-columns: 373px 1fr;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin: 0 auto;
    height: 67px
}

@media(max-width:1440px) {
    .header .header-col .container-head {
        grid-template-columns: 250px 1fr
    }
}

@media(max-width:1024px) {
    .header .header-col .container-head {
        grid-template-columns: 200px 1fr
    }
}

@media(max-width:810px) {
    .header .header-col .container-head {
        height: 55px;
        grid-template-columns: 1fr 4fr 1fr;
        grid-auto-flow: column;
        justify-content: space-between;
        gap: 0
    }
}

.header .header-col .container-head .nav-offcanvas-self {
    display: none
}

@media(max-width:810px) {
    .header .header-col .container-head .nav-offcanvas-self {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 30px;
        height: 30px
    }

    .header .header-col .container-head .nav-offcanvas-self button {
        width: 33px;
        height: 30px;
        padding: 0;
        margin: 0
    }

    .header .header-col .container-head .nav-offcanvas-self button svg {
        width: 33px;
        height: 30px
    }
}

.header .header-col .container-head .logo {
    display: flex;
    text-align: center;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative
}

@media(max-width:1024px) {
    .header .header-col .container-head .logo {
        width: 200px
    }
}

@media(max-width:810px) {
    .header .header-col .container-head .logo {
        max-height: 37px;
        align-items: center;
        width: 150px;
        justify-content: center
    }
}

.header .header-col .container-head .logo a {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 373px;
    width: 100%;
    height: 150px;
    background-color: #fff;
    border-radius: 25px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

@media(max-width:1440px) {
    .header .header-col .container-head .logo a {
        max-width: 250px
    }
}

@media(max-width:1024px) {
    .header .header-col .container-head .logo a {
        max-width: 200px;
        height: 100px
    }
}

@media(max-width:810px) {
    .header .header-col .container-head .logo a {
        width: 100%;
        height: 37px
    }
}

.header .header-col .container-head .logo a img {
    max-width: 330px;
    width: 100%
}

.header .header-col .container-head .logo a img.l-mobile {
    display: none
}

@media(max-width:810px) {
    .header .header-col .container-head .logo a img.l-mobile {
        display: block;
        height: 100%;
        width: auto
    }
}

.header .header-col .container-head .logo a svg {
    width: 100%;
    border-radius: 25px;
    margin: 0;
    display: block;
    fill: #ec2526
}

.header .header-col .container-head .logo a svg.d-mobile {
    display: block
}

@media(max-width:810px) {
    .header .header-col .container-head .logo a svg.d-mobile {
        display: none
    }
}

.darkmode .header .header-col .container-head .logo a svg {
    fill: #fff
}

@media(max-width:810px) {
    .header .header-col .container-head .logo a svg {
        height: 37px;
        padding: 0;
        margin: 0;
        display: none
    }
}

.header .header-col .container-head .cgs-menu-main {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 34px
}

@media(max-width:810px) {
    .header .header-col .container-head .cgs-menu-main {
        display: none
    }
}

.header .header-col .container-head .cgs-menu-main nav {
    position: relative;
    z-index: 1
}

.header .header-col .container-head .cgs-menu-main nav .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    border-collapse: separate;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 67px
}

@media(max-width:1024px) {
    .header .header-col .container-head .cgs-menu-main nav .menu {
        justify-content: center
    }
}

.header .header-col .container-head .cgs-menu-main nav .menu>li {
    color: #263868;
    margin-right: 21px;
    display: inline-block;
    font-size: 0;
    position: relative;
    padding: 10px 0;
    display: flex;
    justify-content: center
}

.header .header-col .container-head .cgs-menu-main nav .menu>li.menu-item-has-children>a {
    display: flex;
    align-items: center
}

.header .header-col .container-head .cgs-menu-main nav .menu>li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    display: flex
}

.header .header-col .container-head .cgs-menu-main nav .menu>li>.sub-menu {
    opacity: 0;
    transition: transform .3s cubic-bezier(.88, -.72, 0, 1), opacity .3s ease-in-out;
    transform: translateY(-4rem);
    list-style: none;
    margin: 0;
    position: absolute;
    top: 50px;
    z-index: 2;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1607843137);
    border-radius: 10px;
    padding: 40px 34px;
    width: auto;
    max-width: 1188px;
    height: auto;
    display: none;
    gap: 100px
}

.header .header-col .container-head .cgs-menu-main nav .menu>li>.sub-menu li.coluna:not(:first-child)>a {
    display: none
}

.header .header-col .container-head .cgs-menu-main nav .menu>li>.sub-menu li>.sub-menu {
    box-shadow: none !important;
    margin: 0;
    padding: 0 0 0 26px;
    display: flex;
    flex-direction: column;
    border-left: 4px solid #fdb92e;
    text-align: left;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.header .header-col .container-head .cgs-menu-main nav .menu>li>.sub-menu li>.sub-menu li a {
    text-align: left;
    line-height: 1.2
}

.header .header-col .container-head .cgs-menu-main nav .menu>li.current_page_item>a:before {
    background: #fdb92e;
    width: 80%;
    opacity: 1
}

.header .header-col .container-head .cgs-menu-main nav .menu>li:last-child {
    margin-right: 0
}

.darkmode .header .header-col .container-head .cgs-menu-main nav .menu>li {
    color: #fff
}

.header .header-col .container-head .cgs-menu-main nav .menu>li a {
    color: #263868;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    letter-spacing: 0;
    padding: 10px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: .2s
}

@media(max-width:1440px) {
    .header .header-col .container-head .cgs-menu-main nav .menu>li a {
        font-size: 15px
    }
}

.header .header-col .container-head .cgs-menu-main nav .menu>li a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    margin: auto 0;
    left: 0;
    right: 0;
    width: 0;
    height: 5px;
    background: #fdb92e;
    opacity: 0;
    transition: all .3s ease-in-out;
    border-radius: 10px
}

.header .header-col .container-head .cgs-menu-main nav .menu>li a:after {
    display: block;
    content: attr(title);
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.header .header-col .container-head .cgs-menu-main nav .menu>li a.active:before,
.header .header-col .container-head .cgs-menu-main nav .menu>li a:hover:before {
    background: #fdb92e;
    width: 80%;
    opacity: 1
}

.darkmode .header .header-col .container-head .cgs-menu-main nav .menu>li a {
    color: #fff
}

@media(max-width:1117px) {
    .header .header-col .container-head .cgs-menu-main nav .menu>li a {
        font-size: .7rem
    }
}

.header .header-col .container-head .cgs-menu-main .bg-simulador {
    background: #263868 0 0 no-repeat padding-box;
    border-radius: 10px;
    padding: 26px;
    color: #fff;
    width: 334px;
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.header .header-col .container-head .cgs-menu-main .bg-simulador h4 {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
    color: #fdb92e;
    padding: 0;
    margin: 0
}

.header .header-col .container-head .cgs-menu-main .bg-simulador p {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    padding: 0;
    margin: 0
}

.header .header-col .container-head .cgs-menu-main .bg-simulador .img-simulador {
    margin: 0
}

.header .header-col .container-head .cgs-menu-main .bg-simulador a.btn-simulador {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0;
    color: #263868;
    background: #fdb92e 0 0 no-repeat padding-box;
    padding: 9px 17px;
    text-align: right;
    margin: 0 0 0 auto
}

.header .header-col .container-head .cgs-menu-main .bg-simulador a.btn-simulador:hover {
    border: none
}

.header .header-col .container-head .cgs-menu-main .bg-simulador a.btn-simulador:hover:after,
.header .header-col .container-head .cgs-menu-main .bg-simulador a.btn-simulador:hover:before {
    display: none
}

.header .header-col .container-head .cgs-menu-main .cgs-buttons {
    position: relative;
    height: 67px;
    max-width: 296px;
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0
}

.header .header-col .container-head .cgs-menu-main .cgs-buttons ul#menu-auxiliar {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-collapse: separate;
    height: 67px
}

.header .header-col .container-head .cgs-menu-main .cgs-buttons ul#menu-auxiliar>li {
    position: relative;
    margin-right: 19px;
    display: inline-block;
    font-size: 0;
    padding: 10px 0;
    display: flex;
    justify-content: center
}

.header .header-col .container-head .cgs-menu-main .cgs-buttons ul#menu-auxiliar>li.menu-item-has-children>a {
    display: flex;
    align-items: center
}

.header .header-col .container-head .cgs-menu-main .cgs-buttons ul#menu-auxiliar>li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    display: flex
}

.header .header-col .container-head .cgs-menu-main .cgs-buttons ul#menu-auxiliar>li>.sub-menu {
    opacity: 0;
    transition: transform .3s cubic-bezier(.88, -.72, 0, 1), opacity .3s ease-in-out;
    transform: translateY(-4rem);
    list-style: none;
    margin: 0;
    position: absolute;
    top: 44px;
    z-index: 2;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1607843137);
    border-radius: 10px;
    padding: 40px 34px;
    width: auto;
    max-width: 1188px;
    height: auto;
    display: none;
    gap: 100px
}

.header .header-col .container-head .cgs-menu-main .cgs-buttons ul#menu-auxiliar>li>.sub-menu li.coluna:not(:first-child)>a {
    display: none
}

.header .header-col .container-head .cgs-menu-main .cgs-buttons ul#menu-auxiliar>li>.sub-menu li>.sub-menu {
    box-shadow: none !important;
    margin: 0;
    padding: 0 0 0 26px;
    display: flex;
    flex-direction: column;
    border-left: 4px solid #fdb92e;
    text-align: left;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.header .header-col .container-head .cgs-menu-main .cgs-buttons ul#menu-auxiliar>li>.sub-menu li>.sub-menu li a {
    text-align: left;
    line-height: 1.2
}

.header .header-col .container-head .cgs-menu-main .cgs-buttons ul#menu-auxiliar>li[class^=cps-btn-] {
    width: auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.header .header-col .container-head .cgs-menu-main .cgs-buttons ul#menu-auxiliar>li[class^=cps-btn-]>a {
    color: #fff;
    font-weight: 700;
    padding: 9px 18px;
    line-height: 1;
    height: 44px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px
}

.header .header-col .container-head .cgs-menu-main .cgs-buttons ul#menu-auxiliar>li[class^=cps-btn-]>a:before {
    content: unset
}

.header .header-col .container-head .cgs-menu-main .cgs-buttons ul#menu-auxiliar>li.cps-btn-1 {
    border-right: 1px solid #ccc;
    padding-right: 19px
}

.header .header-col .container-head .cgs-menu-main .cgs-buttons ul#menu-auxiliar>li.cps-btn-1>ul {
    right: 0
}

.header .header-col .container-head .cgs-menu-main .cgs-buttons ul#menu-auxiliar>li.cps-btn-1>a {
    background-color: #263868
}

.header .header-col .container-head .cgs-menu-main .cgs-buttons ul#menu-auxiliar>li.cps-btn-1>a:hover {
    background-color: #1f2e55
}

.header .header-col .container-head .cgs-menu-main .cgs-buttons ul#menu-auxiliar>li.cps-btn-2>a {
    background-color: #fdb92e
}

.header .header-col .container-head .cgs-menu-main .cgs-buttons ul#menu-auxiliar>li.cps-btn-2>a:hover {
    background-color: #fdb115
}

.header .header-col .container-head .cgs-menu-main .cgs-buttons ul#menu-auxiliar>li.current_page_item>a:before {
    background: #fdb92e;
    width: 80%;
    opacity: 1
}

.header .header-col .container-head .cgs-menu-main .cgs-buttons ul#menu-auxiliar>li:last-child {
    margin-right: 0
}

.darkmode .header .header-col .container-head .cgs-menu-main .cgs-buttons ul#menu-auxiliar>li {
    color: #fff
}

.header .header-col .container-head .cgs-menu-main .cgs-buttons ul#menu-auxiliar>li a {
    color: #263868;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    letter-spacing: 0;
    padding: 10px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: .2s
}

@media(max-width:1440px) {
    .header .header-col .container-head .cgs-menu-main .cgs-buttons ul#menu-auxiliar>li a {
        font-size: 15px
    }
}

.header .header-col .container-head .cgs-menu-main .cgs-buttons ul#menu-auxiliar>li a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    margin: auto 0;
    left: 0;
    right: 0;
    width: 0;
    height: 5px;
    background: #fdb92e;
    opacity: 0;
    transition: all .3s ease-in-out;
    border-radius: 10px
}

.header .header-col .container-head .cgs-menu-main .cgs-buttons ul#menu-auxiliar>li a:after {
    display: block;
    content: attr(title);
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.header .header-col .container-head .cgs-menu-main .cgs-buttons ul#menu-auxiliar>li a.active:before,
.header .header-col .container-head .cgs-menu-main .cgs-buttons ul#menu-auxiliar>li a:hover:before {
    background: #fdb92e;
    width: 80%;
    opacity: 1
}

.darkmode .header .header-col .container-head .cgs-menu-main .cgs-buttons ul#menu-auxiliar>li a {
    color: #fff
}

@media(max-width:1117px) {
    .header .header-col .container-head .cgs-menu-main .cgs-buttons ul#menu-auxiliar>li a {
        font-size: .7rem
    }
}

.header .header-col .container-head .cgs-menu-main .cgs-menu-main-bottom-bar {
    display: none
}

.header .header-col .container-head .cgs-menu-main .cgs-btn-float {
    position: absolute;
    bottom: -50px;
    right: 0;
    height: 50px;
    width: 100%;
    max-width: 398px;
    background-color: #b9161f;
    border-radius: 0 0 20px 20px;
    color: #fff
}

.header .header-col .container-head .cgs-menu-main .cgs-btn-float span {
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-weight: 700;
    font-size: 14px
}

.header .header-col .container-head .cgs-menu-main .cgs-btn-float span a {
    text-decoration: underline;
    color: #fff
}

@media(max-width:810px) {
    .header .header-col .container-head .cgs-btn-float {
        position: absolute;
        bottom: -33px;
        right: 0;
        height: 34px;
        width: 100%;
        max-width: 100%;
        background-color: #b9161f;
        border-radius: 0 0 20px 20px;
        color: #fff;
        padding: 0 36px
    }

    .header .header-col .container-head .cgs-btn-float span {
        color: #fff;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 35px;
        font-weight: 700;
        font-size: 14px
    }

    .header .header-col .container-head .cgs-btn-float span a {
        text-decoration: underline;
        color: #fff
    }

    .header .header-col .container-head .cgs-menu-main-bottom-bar {
        display: block
    }
}

.header .header-col .container-head .aux {
    display: none
}

@media(max-width:810px) {
    .header .header-col .container-head .aux {
        display: flex;
        justify-content: flex-end;
        align-items: center
    }

    .header .header-col .container-head .aux button {
        width: 33px;
        height: 30px;
        padding: 0;
        margin: 0
    }

    .header .header-col .container-head .aux button svg {
        width: 33px;
        height: 30px
    }
}

.cardBig {
    position: relative;
    margin-bottom: 0
}

.cardBig .entry-icons {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    background-color: transparent;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
    width: auto
}

.cardBig .entry-icons>.item-icons {
    height: unset;
    margin: 8px 0 0
}

.cardBig .entry-icons>.item-icons:hover svg {
    opacity: 1
}

.cardBig .entry-icons>.item-icons:hover div {
    background-color: #e80a16
}

.cardBig .entry-icons>.item-icons svg {
    width: 25px;
    height: 28px;
    fill: #fff;
    opacity: .7;
    transition: all .2s ease-in-out
}

.cardBig .entry-icons>.item-icons div {
    background-color: red;
    padding: 5px 10px;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 12px;
    color: #fefefe;
    transition: all .2s ease-in-out
}

.cardBig>a {
    position: relative;
    display: block;
    height: 373px
}

@media(max-width:600px) {
    .cardBig>a {
        height: 250px
    }
}

.cardBig>a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000, rgba(29, 29, 29, 0) 63%, rgba(0, 0, 0, .48083));
    z-index: 1
}

.cardBig>a:hover picture img {
    transform: scale(1.02);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.cardBig>a picture {
    display: block;
    position: absolute;
    z-index: 0;
    opacity: .9;
    width: 100%;
    overflow: hidden
}

@media(max-width:600px) {
    .cardBig>a picture {
        height: 250px
    }
}

.cardBig>a picture img {
    transition: all 2s ease-in-out;
    width: 100%
}

.cardBig>a .entry-text {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%
}

.cardBig>a .entry-text div {
    padding: 0 28px 28px
}

.cardBig>a .entry-text div strong {
    background-color: #a70a0a;
    padding: 4px 8px;
    color: #fff;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase
}

.cardBig>a .entry-text div h1,
.cardBig>a .entry-text div h2 {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .6);
    margin: 10px 0 0;
    font-size: 20px;
    line-height: 24px
}

.cardStandard {
    margin-bottom: 20px;
    position: relative
}

.cardStandard a {
    position: relative;
    width: 100%;
    display: block
}

.cardStandard a .entry-icons {
    position: absolute
}

.cardStandard a picture {
    position: relative;
    width: 100%;
    height: 200px;
    display: block;
    overflow: hidden
}

@media(max-width:600px) {
    .cardStandard a picture {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.cardStandard a picture img {
    height: auto;
    width: 100%
}

@media(max-width:810px) {
    .cardStandard a picture img {
        display: block;
        width: 100%;
        height: auto
    }
}

.cardStandard a picture strong {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: #a70a0a;
    padding: 4px 8px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 15px
}

.cardStandard a .entry-text h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    margin: 10px 0
}

@media(max-width:600px) {
    .cardStandard a .entry-text h2 {
        font-size: 26px
    }
}

.cardStandard a .entry-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 4px
}

.cardHor {
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    margin: 16px 0 0;
    padding-bottom: 16px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    min-height: 86px
}

@media(max-width:600px) {
    .cardHor {
        gap: 16px
    }
}

.cardHor:last-of-type {
    border-bottom: none
}

.darkmode .cardHor {
    border-bottom: 1px solid #313131
}

.cardHor .position {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.cardHor.noimage {
    justify-content: center;
    max-width: 942px;
    margin: 0 auto 20px
}

.cardHor picture {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 100px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:810px) {
    .cardHor picture {
        max-width: 100%;
        height: 120px
    }
}

@media(max-width:600px) {
    .cardHor picture {
        height: 62px
    }
}

.cardHor picture img {
    width: auto;
    height: 100%;
    display: block
}

@media(max-width:810px) {
    .cardHor picture img {
        width: 100%;
        height: auto
    }
}

.cardHor .entry-text {
    display: block;
    height: 100%
}

.cardHor .entry-text strong {
    background-color: #a70a0a;
    padding: 4px 8px;
    font-weight: 700;
    font-size: 11px;
    line-height: 15px;
    display: flex;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fefefe;
    text-transform: uppercase
}

@media(max-width:810px) {
    .cardHor .entry-text strong {
        margin-bottom: 4px
    }
}

.cardHor .entry-text h2 {
    margin: 0;
    width: 100%;
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media(max-width:600px) {
    .cardHor .entry-text h2 {
        margin: 5px 0;
        font-size: 1rem
    }
}

.cardHor .entry-text p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .9rem
}

.cardHor .entry-text .relation-col {
    margin-top: 10px
}

.cardHor .entry-text .relation-col a {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 10px
}

.cardHor .entry-text .relation-col a svg {
    width: 24px;
    height: 24px
}

@media(max-width:810px) {
    .cgs-content.cgs-content-home .cardHor {
        gap: 0 !important
    }
}

@media(max-width:810px) {

    .cgs-content.cgs-content-home .cardHor picture,
    a .cgs-content.cgs-content-home .cardHor picture {
        display: none !important
    }
}

.cardBox header {
    margin-bottom: 8px !important
}

.cardBox header h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px !important;
    line-height: 33px !important;
    color: #fff !important;
    margin-left: 0 !important
}

.cardBox header h3:before {
    content: unset !important
}

.cardBox article {
    width: 100%;
    min-height: 434px;
    overflow: hidden;
    border-radius: 10px;
    background: #f4f4f4
}

.cardBox article.cgs-enquete {
    padding: 30px;
    width: 100%;
    color: #333 !important;
    display: block;
    background-color: #fbfbfb;
    border-radius: 10px;
    height: 440px;
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, .13)
}

.cardBox article.cgs-enquete .wp-polls {
    width: 100%
}

.cardBox article.cgs-enquete .wp-polls .wp-polls-form p {
    margin: 0
}

.cardBox article.cgs-enquete .wp-polls .wp-polls-form p strong {
    color: #333 !important;
    margin-bottom: 12px;
    display: block
}

.cardBox article.cgs-enquete .wp-polls p {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    color: #333 !important;
    text-align: left !important
}

.cardBox article.cgs-enquete .wp-polls p strong {
    color: #333 !important;
    margin-bottom: 12px
}

.cardBox article.cgs-enquete .wp-polls .wp-polls-ans {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.cardBox article.cgs-enquete .wp-polls .wp-polls-ans .Buttons {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: red;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 20px;
    margin: 10px auto;
    cursor: pointer
}

.cardBox article.cgs-enquete .wp-polls .wp-polls-ans .entry-footer-polls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

.cardBox article.cgs-enquete .wp-polls .wp-polls-ans p {
    margin: 0
}

.cardBox article.cgs-enquete .wp-polls .wp-polls-ul {
    margin: 0;
    padding: 0
}

.cardBox article.cgs-enquete .wp-polls .wp-polls-ul li {
    color: #333;
    margin-bottom: 20px
}

.cardBox article.cgs-enquete .wp-polls .wp-polls-ul li small {
    display: block;
    line-height: 1.6;
    font-size: 12px;
    font-style: italic
}

.cardBox article.cgs-enquete .wp-polls .wp-polls-ul li .pollbar {
    border-radius: 3px;
    background-color: red;
    background-image: unset;
    border: none;
    height: 4px;
    margin: 5px 0 0
}

.cardBox article.cgs-enquete .wp-polls .wp-polls-ul li strong {
    color: #333;
    font-size: 1.2rem
}

.cardBox article.cgs-enquete .wp-polls .wp-polls-ul li strong i small {
    font-size: 11px;
    font-weight: 400
}

.cardBox article.cgs-enquete .entry-text ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.cardBox article.cgs-enquete .entry-text ul li {
    padding: 4px 0;
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px
}

.cardBox article.cgs-enquete .entry-text ul li input {
    color: rgba(0, 0, 0, .5)
}

.cardBox article.cgs-enquete .entry-text ul li span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    margin-left: 8px
}

.cardBox article picture img {
    width: 100%
}

.cardBox article .entry-text {
    padding: 0 30px 20px
}

.cardBox article .entry-text h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #00367c
}

.cardBox article .entry-text p {
    color: #263868
}

@media(max-width:810px) {
    .cardBox.cgs-fatos-em-fotos .col-2 {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:600px) {
    .cardBox.cgs-fatos-em-fotos .col-2 {
        grid-template-columns: 1fr 1fr
    }
}

.cardBox.cgs-fatos-em-fotos .col-2 .col {
    cursor: pointer;
    max-width: 410px;
    overflow: hidden;
    border-radius: 10px;
    height: 134px;
    display: block
}

@media(max-width:810px) {
    .cardBox.cgs-fatos-em-fotos .col-2 .col {
        height: 210px
    }
}

@media(max-width:600px) {
    .cardBox.cgs-fatos-em-fotos .col-2 .col {
        height: 100px
    }
}

.cardBox.cgs-fatos-em-fotos .col-2 .col picture {
    display: block;
    height: 210px;
    overflow: hidden;
    border-radius: 10px
}

@media(max-width:600px) {
    .cardBox.cgs-fatos-em-fotos .col-2 .col picture {
        height: 86px
    }
}

.cardBox.cgs-fatos-em-fotos .col-2 .col picture img {
    height: 100%;
    width: auto;
    cursor: pointer
}

@media(max-width:810px) {
    .cardBox.cgs-fatos-em-fotos .col-2 .col picture img {
        height: auto;
        width: 100%;
        cursor: pointer
    }
}

.cardBox.cgs-fatos-em-fotos .col-2 .col.active {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    height: 330px;
    order: 1;
    position: relative
}

.cardBox.cgs-fatos-em-fotos .col-2 .col.active picture {
    display: block;
    height: 360px;
    overflow: hidden;
    border-radius: 10px
}

@media(max-width:810px) {
    .cardBox.cgs-fatos-em-fotos .col-2 .col.active {
        max-width: 100%;
        height: 360px
    }
}

@media(max-width:600px) {
    .cardBox.cgs-fatos-em-fotos .col-2 .col.active {
        max-width: 100%;
        height: 220px
    }
}

.cardBox.cgs-fatos-em-fotos .col-2 .col.active:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000, rgba(29, 29, 29, 0) 63%, rgba(0, 0, 0, .48083));
    z-index: 1
}

.cardBox.cgs-fatos-em-fotos .col-2 .col.active h2 {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 0 16px;
    z-index: 2;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: flex-end;
    color: hsla(0, 0%, 100%, .8);
    text-shadow: 0 3px 4px rgba(0, 0, 0, .25)
}

.cardNotas {
    background: #f8f8f8;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 0
}

.darkmode .cardNotas {
    background-color: hsla(0, 0%, 97.3%, .1490196078)
}

.cardNotas header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 0 !important
}

.cardNotas header img {
    width: 62px;
    border: 2px solid #b9161f;
    border-radius: 50%
}

.darkmode .cardNotas header img {
    border: 3px solid #ff6d6d
}

.cardNotas header div h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px !important;
    line-height: 33px !important;
    margin: 0
}

.cardNotas header div h3:before {
    content: unset !important
}

.cardNotas header div small {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 18px
}

.cardNotas .cgs-timeline {
    padding-top: 23px;
    position: relative
}

.cardNotas .cgs-timeline:before {
    content: "";
    border-left: 2px solid #b9161f;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    width: 3px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 0
}

.darkmode .cardNotas .cgs-timeline:before {
    border-left: 2px solid #ff6d6d
}

.cardNotas .cgs-timeline article {
    display: flex;
    gap: 16px;
    position: relative;
    z-index: 5;
    padding-bottom: 20px
}

@media(max-width:600px) {
    .cardNotas .cgs-timeline article:last-of-type {
        padding-bottom: 0
    }
}

.cardNotas .cgs-timeline article:last-of-type .markup:after {
    content: unset
}

.cardNotas .cgs-timeline article .markup {
    width: 39px;
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
    position: relative
}

.cardNotas .cgs-timeline article .markup:before {
    content: "";
    background: #fff;
    border: 2px solid #b9161f;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 50%
}

.darkmode .cardNotas .cgs-timeline article .markup:before {
    background: #505050;
    border: 2px solid #ff6d6d
}

.cardNotas .cgs-timeline article .markup:after {
    content: "";
    background: #fff;
    border-right: 2px solid #b9161f;
    box-sizing: border-box;
    width: 2px;
    height: calc(100% + 30px);
    position: absolute;
    right: 5px;
    top: 0;
    z-index: -1
}

.darkmode .cardNotas .cgs-timeline article .markup:after {
    background: unset;
    border: 1px solid #ff6d6d
}

.cardNotas .cgs-timeline article a {
    width: calc(100% - 37px);
    display: block
}

.cardNotas .cgs-timeline article a>div {
    display: flex;
    align-items: center;
    gap: 5px
}

.cardNotas .cgs-timeline article a>div span {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    color: #545454
}

.darkmode .cardNotas .cgs-timeline article a>div span {
    color: #f5f5f5
}

.cardNotas .cgs-timeline article a>div .tags {
    display: flex;
    align-items: center;
    gap: 5px
}

.cardNotas .cgs-timeline article a>div .tags small {
    font-style: normal;
    font-weight: 700;
    font-size: 9px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #b9161f;
    color: #fefefe;
    padding: 2px 3px;
    border-radius: 3px
}

.cardNotas .cgs-timeline article a h2 {
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin: 4px 0 0;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1.2rem
}

.relation {
    margin: 0 16px
}

.relation a {
    display: flex !important;
    align-items: center;
    width: 100%
}

.relation a svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    fill: none;
    stroke: #263868
}

.relation a svg path {
    stroke: #263868
}

.darkmode .relation a svg,
.darkmode .relation a svg path {
    stroke: #f5f5f5
}

.relation a h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    margin: 16px 0 0;
    padding: 0;
    max-width: 280px;
    color: #263868
}

@media(max-width:810px) {
    .relation a h3 {
        margin: 8px 0 0
    }
}

.darkmode .relation a h3 {
    color: #f5f5f5
}

#cgs-sidenav {
    transform: translate3d(-100%, 0, 0)
}

.cgs-sidenav-overlay {
    display: none
}

.cgs-modal {
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s, visibility 0s .6s
}

.cgs-head-category {
    margin: 0;
    position: relative
}

@media(max-width:600px) {
    .cgs-head-category {
        margin: 10px 0 -15px
    }
}

.cgs-head-category h1 {
    font-size: 120px;
    line-height: 1;
    letter-spacing: -3.54px;
    color: #e1e1e1;
    text-transform: uppercase;
    padding-left: 75px
}

@media(max-width:600px) {
    .cgs-head-category h1 {
        padding-left: 40px;
        font-size: 60px
    }
}

.cgs-head-category:before {
    content: "";
    display: block;
    width: 90px;
    height: 75px;
    position: absolute;
    left: 0;
    top: -5px;
    bottom: 0;
    margin: auto;
    opacity: .7;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0
}

@media(max-width:600px) {
    .cgs-head-category:before {
        width: 50px
    }
}

.cgs-single .container {
    max-width: 940px;
    margin: 0 auto
}

.cgs-single .cgs-block-title {
    margin-top: -100px;
    display: flex;
    justify-content: space-between;
    position: relative
}

@media(max-width:600px) {
    .cgs-single .cgs-block-title {
        flex-direction: column;
        margin-top: -30px
    }
}

.cgs-single .cgs-block-title .cgs-card-info {
    background-color: #fff;
    display: inline-block;
    padding: 2px 6px;
    position: absolute;
    z-index: 0;
    top: -24px
}

@media(max-width:600px) {
    .cgs-single .cgs-block-title .cgs-card-info {
        left: 10px
    }
}

.cgs-single .cgs-title-single {
    font-size: 64px;
    letter-spacing: -1.55px;
    line-height: .96;
    max-width: 460px;
    text-transform: uppercase;
    position: relative;
    z-index: 1
}

@media(max-width:600px) {
    .cgs-single .cgs-title-single {
        font-size: 56px;
        max-width: 100%;
        padding: 0 10px
    }
}

.cgs-single .cgs-title-single span {
    display: inline;
    box-shadow: 20px 0 0 #fff;
    background-color: #fff
}

.cgs-single .cgs-excerpt-single {
    font-size: 24px;
    line-height: 1.17;
    letter-spacing: 1.35px;
    color: #000;
    margin-top: 120px;
    max-width: 400px;
    padding-right: 50px
}

@media(max-width:600px) {
    .cgs-single .cgs-excerpt-single {
        padding: 0 20px;
        max-width: 94%;
        margin-top: 20px
    }
}

.cgs-single .cgs-image-single img {
    display: block;
    width: 100%;
    max-height: 480px;
    min-height: 480px;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width:600px) {
    .cgs-single .cgs-image-single img {
        min-height: 250px
    }
}

.cgs-single .cgs-info-post {
    margin: 15px 0 25px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    height: 60px;
    align-items: center
}

@media(max-width:600px) {
    .cgs-single .cgs-info-post {
        justify-content: space-between;
        padding: 0 20px
    }
}

.cgs-single .cgs-info-post .cgs-signature-date a {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    position: relative;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: .5px;
    color: #000;
    transition: opacity .3s
}

@media(max-width:1024px) {
    .cgs-single .cgs-info-post .cgs-signature-date a:hover {
        opacity: .8
    }
}

.cgs-single .cgs-info-post .cgs-signature-date a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    border-radius: 100%
}

.cgs-single .cgs-info-post .cgs-signature-date a time {
    color: #adadad
}

.cgs-single .cgs-info-post .cgs-signature-date a strong {
    letter-spacing: normal;
    text-transform: uppercase
}

.cgs-single .cgs-info-post .cgs-share-single {
    display: flex;
    padding-left: 100px;
    margin: 0
}

@media(max-width:600px) {
    .cgs-single .cgs-info-post .cgs-share-single {
        padding: 0
    }
}

.cgs-single .cgs-share-single {
    display: flex;
    justify-content: center;
    margin: 30px auto
}

.cgs-single .cgs-share-single a {
    display: block;
    width: 38px;
    height: 38px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    transition: transform .3s
}

@media(max-width:600px) {
    .cgs-single .cgs-share-single a {
        width: 32px;
        height: 32px
    }
}

@media(max-width:1024px) {
    .cgs-single .cgs-share-single a:hover {
        transform: scale(1.1)
    }
}

.cgs-single .cgs-share-single a+a {
    margin-left: 30px
}

@media(max-width:600px) {
    .cgs-single .cgs-share-single a+a {
        margin-left: 20px
    }
}

@media(max-width:1024px) {
    .cgs-single .cgs-content {
        max-width: 580px
    }
}

.cgs-btn {
    display: block;
    position: relative;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer
}

.cgs-btn:focus {
    outline: none
}

.cgs-btn-close {
    height: 32px;
    width: 32px;
    font-size: 0;
    transition: transform .3s
}

.cgs-btn-close:after,
.cgs-btn-close:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    transform: rotate(45deg)
}

.cgs-btn-close:after {
    transform: rotate(-45deg)
}

@media(max-width:1024px) {
    .cgs-btn-close:hover {
        transform: rotate(90deg)
    }
}

.cgs-btn-close.cgs-btn-black:after,
.cgs-btn-close.cgs-btn-black:before {
    background-color: #000
}

.cgs-btn-load {
    background-color: #fdb92e;
    color: #fff;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    display: flex;
    align-items: center;
    text-align: center;
    transition: all .3s ease-in-out
}

@media(max-width:600px) {
    .cgs-btn-load {
        font-size: 1rem;
        line-height: 1.2;
        margin-top: 40px
    }
}

.cgs-btn-load:hover {
    background-color: red
}

.menu-item-16112>a {
    background-color: #fdb92e;
    padding: 10px !important
}

.menu-item-16112>a:hover {
    background-color: #fdb115
}

form.wpcf7-form {
    max-width: 800px;
    margin: 0 auto
}

form.wpcf7-form>p {
    font-size: 14px !important;
    line-height: 1.6;
    font-weight: 400
}

form.wpcf7-form select,
form.wpcf7-form textarea {
    width: 100%
}

form.wpcf7-form input,
form.wpcf7-form select,
form.wpcf7-form textarea {
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #263868;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .05)
}

@media(max-width:600px) {
    form.wpcf7-form input {
        font-size: 16px
    }
}

form.wpcf7-form input::-moz-placeholder {
    color: #263868
}

form.wpcf7-form input:-ms-input-placeholder {
    color: #263868
}

form.wpcf7-form input::placeholder {
    color: #263868
}

form.wpcf7-form input:focus::-moz-placeholder {
    color: transparent
}

form.wpcf7-form input:focus:-ms-input-placeholder {
    color: transparent
}

form.wpcf7-form input:focus::placeholder {
    color: transparent
}

form.wpcf7-form input[type^=email],
form.wpcf7-form input[type^=text] {
    display: block;
    width: 100%
}

form.wpcf7-form input[type^=submit] {
    border: 2px solid #22325d;
    background-color: #263868;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 800;
    color: #fdb92e;
    text-transform: uppercase;
    padding: 10px 16px;
    margin: 0 auto;
    display: block;
    text-align: center
}

@media(max-width:600px) {
    form.wpcf7-form input[type^=submit] {
        padding: 18px 10px;
        font-size: 18px
    }
}

.cgs-footer {
    margin-top: 40px
}

@media(max-width:600px) {
    .cgs-footer {
        margin-top: 0
    }
}

.cgs-footer .cgs-footerMain {
    background-color: #263868;
    color: #fff
}

.cgs-footer .cgs-footerMain .container .menu-footer-container,
.cgs-footer .cgs-footerMain .container .menu-menu-footer-container {
    padding: 35px 0
}

.cgs-footer .cgs-footerMain .container .menu-footer-container>ul,
.cgs-footer .cgs-footerMain .container .menu-menu-footer-container>ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 16px;
    margin: 0;
    padding: 0
}

@media(max-width:1024px) {

    .cgs-footer .cgs-footerMain .container .menu-footer-container>ul,
    .cgs-footer .cgs-footerMain .container .menu-menu-footer-container>ul {
        grid-template-columns: 1fr 1fr 1fr;
        align-items: flex-start;
        justify-content: center;
        gap: 40px 10px;
        padding: 35px 20px
    }
}

@media(max-width:600px) {

    .cgs-footer .cgs-footerMain .container .menu-footer-container>ul,
    .cgs-footer .cgs-footerMain .container .menu-menu-footer-container>ul {
        grid-template-columns: 1fr;
        align-items: center;
        justify-content: center;
        grid-gap: 10px;
        padding: 35px 0
    }
}

.cgs-footer .cgs-footerMain .container .menu-footer-container>ul>li>a,
.cgs-footer .cgs-footerMain .container .menu-menu-footer-container>ul>li>a {
    margin: 0 0 15px;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    display: block
}

@media(max-width:810px) {

    .cgs-footer .cgs-footerMain .container .menu-footer-container>ul>li,
    .cgs-footer .cgs-footerMain .container .menu-menu-footer-container>ul>li {
        font-size: 1.3rem
    }
}

@media(max-width:1024px) {

    .cgs-footer .cgs-footerMain .container .menu-footer-container>ul>li,
    .cgs-footer .cgs-footerMain .container .menu-menu-footer-container>ul>li {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center
    }
}

@media(max-width:600px) {

    .cgs-footer .cgs-footerMain .container .menu-footer-container>ul>li,
    .cgs-footer .cgs-footerMain .container .menu-menu-footer-container>ul>li {
        margin-bottom: 30px
    }
}

.cgs-footer .cgs-footerMain .container .menu-footer-container>ul>li>ul.sub-menu,
.cgs-footer .cgs-footerMain .container .menu-menu-footer-container>ul>li>ul.sub-menu {
    margin: 0;
    padding: 0
}

.cgs-footer .cgs-footerMain .container .menu-footer-container>ul>li>ul.sub-menu>li a,
.cgs-footer .cgs-footerMain .container .menu-menu-footer-container>ul>li>ul.sub-menu>li a {
    color: #fff;
    line-height: 1.3;
    display: block;
    padding: 0 0 14px;
    font-size: .9rem;
    font-weight: 400
}

@media(max-width:810px) {

    .cgs-footer .cgs-footerMain .container .menu-footer-container>ul>li>ul.sub-menu>li a,
    .cgs-footer .cgs-footerMain .container .menu-menu-footer-container>ul>li>ul.sub-menu>li a {
        font-size: 1rem;
        line-height: 1.5;
        padding: 6px 0
    }
}

.cgs-footer .cgs-footerSecound {
    background-color: #22325d;
    color: #fff;
    padding: 45px 0
}

.cgs-footer .cgs-footerSecound .col-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto
}

.cgs-footer .cgs-footerSecound .col-1 .col a {
    color: #fff
}

.cgs-footer .cgs-footerSecound .col-1 .col p {
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 1
}

.cgs-footer .cgs-footerSecound .col-1 .col address {
    max-width: 800px;
    margin: 0 auto
}

.cgs-footer .cgs-footerSecound .col-1 .col .social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 19px;
    width: 196px;
    text-align: center;
    margin: 30px auto;
    list-style: none;
    padding-left: 0
}

.cgs-footer .cgs-footerSecound .col-1 .col .social li a {
    display: block;
    height: 32px
}

.cgs-footer .cgs-footerSecound .col-1 .col .social li a svg {
    width: 36px;
    height: 32px;
    fill: #fff
}

.cgs-footer .cgs-footerSecound .col-1 .col.menu-extra {
    width: 100%
}

.cgs-footer .cgs-footerSecound .col-1 .col.menu-extra a {
    display: block;
    text-align: center
}

.cgs-footer .cgs-footerSecound .col-1 .col.menu-extra a:first-of-type {
    display: flex;
    justify-content: center;
    align-items: center
}

.cgs-footer .cgs-footerSecound .col-1 .col.menu-extra a svg {
    width: 29px;
    height: 29px;
    margin-right: 7px
}

.cgs-footer .cgs-footerSecound .col-1 .col.menu-extra a:nth-of-type(2) {
    text-align: right;
    text-decoration: underline
}

address {
    font-style: normal
}

address p {
    line-height: 1;
    letter-spacing: 0
}

.cgs-copyright {
    background-color: #ebebeb;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 119px;
    width: 100%;
    padding: 0 40px
}

@media(max-width:600px) {
    .cgs-copyright {
        height: 76px;
        padding: 0
    }
}

.cgs-copyright .col-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

@media(max-width:600px) {
    .cgs-copyright .col-2 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }
}

.cgs-copyright .col-2 .col {
    width: 100%
}

@media(max-width:600px) {
    .cgs-copyright .col-2 .col {
        width: calc(100% - 65px);
        padding-left: 10px
    }
}

.cgs-copyright .col-2 .cgs-logo-patrocinadores {
    height: 40px
}

.cgs-copyright .col-2 .cgs-txt-copy {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media(max-width:810px) {
    .cgs-copyright .col-2 .cgs-txt-copy {
        text-align: left;
        justify-content: flex-start
    }
}

.cgs-copyright .col-2 .cgs-txt-copy strong {
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 600;
    font-family: Lato, monospace, Arial, Helvetica, "sans-serif"
}

@media(max-width:810px) {
    .cgs-copyright .col-2 .cgs-txt-copy strong {
        font-size: 12px;
        padding-left: 3px
    }
}

.cgs-float-nav {
    position: fixed;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%);
    max-width: 890px;
    width: 100%;
    height: 84px;
    background-color: #fff;
    border-radius: 0 10px 10px 10px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1607843137);
    z-index: 10
}

@media(max-width:1440px) {
    .cgs-float-nav {
        max-width: 680px
    }
}

@media(max-width:810px) {
    .cgs-float-nav {
        background-color: #4d8cec;
        color: #fff;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        border-radius: 50%;
        left: unset;
        right: 10px;
        bottom: 16px;
        transform: unset;
        z-index: 99
    }
}

.cgs-float-nav-single .cgs-float-nav.hidden-nav {
    position: fixed;
    bottom: -84px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0
}

.cgs-float-nav-single .cgs-float-nav.hidden-nav .cgs-acesso {
    cursor: pointer
}

.single .cgs-float-nav {
    position: relative;
    bottom: 0;
    left: 0;
    transform: unset;
    margin: 60px auto;
    z-index: 1
}

@media(max-width:810px) {
    .single .cgs-float-nav {
        position: fixed;
        left: unset;
        right: 10px;
        bottom: 16px;
        transform: unset;
        z-index: 99;
        margin: 0
    }
}

.page .cgs-float-nav {
    position: relative;
    bottom: 0;
    left: 0;
    transform: unset;
    margin: 60px auto;
    z-index: 1
}

@media(max-width:810px) {
    .page .cgs-float-nav {
        position: fixed;
        left: unset;
        right: 10px;
        bottom: 16px;
        transform: unset;
        z-index: 99;
        margin: 0
    }
}

.cgs-float-nav .box-float {
    position: relative;
    outline: none
}

@media(max-width:810px) {
    .cgs-float-nav .box-float {
        display: block
    }
}

.cgs-float-nav .box-float .mobile-menu {
    display: none;
    position: relative;
    outline: none
}

.cgs-float-nav .box-float .mobile-menu:focus {
    outline: none;
    box-shadow: none
}

@media(max-width:810px) {
    .cgs-float-nav .box-float .mobile-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 35px;
        height: 35px;
        z-index: 100
    }
}

.cgs-float-nav .box-float .mobile-menu svg {
    width: 35px;
    height: 35px;
    fill: #fff;
    transform: rotate(45deg);
    outline: none
}

.cgs-float-nav .box-float .label-acesso-rapido {
    position: absolute;
    width: 114px;
    left: -120px;
    bottom: -10px;
    background: #00367c;
    color: #fdb92e;
    font-weight: 600;
    text-align: center;
    display: none
}

@media(max-width:810px) {
    .cgs-float-nav .box-float .label-acesso-rapido {
        display: block
    }
}

.cgs-float-nav .box-float .cgs-acesso {
    position: absolute;
    top: -29px;
    left: 0;
    width: 275px;
    height: 29px;
    color: #fff;
    background-color: #263868;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1607843137);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

@media(max-width:810px) {
    .cgs-float-nav .box-float .cgs-acesso {
        display: none
    }
}

.cgs-float-nav .box-float .cgs-acesso strong {
    color: #fdb92e;
    font-size: 16px;
    font-weight: 800
}

.cgs-float-nav .box-float .cgs-acesso small {
    color: #fdb92e;
    font-size: 16px
}

.cgs-float-nav .box-float .menu-acesso-rapido-container {
    display: flex
}

@media(max-width:810px) {
    .cgs-float-nav .box-float .menu-acesso-rapido-container {
        display: block
    }
}

.cgs-float-nav .box-float ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 84px;
    width: 100%;
    max-width: 890px
}

@media(max-width:1440px) {
    .cgs-float-nav .box-float ul {
        max-width: 680px
    }
}

.cgs-float-nav .box-float ul.open {
    display: block
}

@media(max-width:810px) {
    .cgs-float-nav .box-float ul {
        position: absolute;
        bottom: 45px;
        right: 0;
        display: unset;
        justify-content: unset;
        align-items: unset;
        height: auto;
        width: auto;
        max-width: unset;
        display: none
    }
}

.cgs-float-nav .box-float ul li {
    padding: 0 26px 0 0;
    border-right: 1px solid #efefef;
    margin-left: 26px
}

@media(max-width:1440px) {
    .cgs-float-nav .box-float ul li {
        padding: 0 16px 0 0;
        margin-left: 16px
    }
}

@media(max-width:810px) {
    .cgs-float-nav .box-float ul li {
        width: 100%;
        float: right;
        list-style: none;
        text-align: right;
        margin-bottom: 5px;
        margin-left: 0;
        border-right: none;
        padding: 0
    }
}

.cgs-float-nav .box-float ul li:last-child {
    border: none
}

.cgs-float-nav .box-float ul li a {
    color: #263868;
    font-weight: 700;
    font-size: 22px;
    display: block;
    text-align: center
}

@media(max-width:1440px) {
    .cgs-float-nav .box-float ul li a {
        font-size: 18px
    }
}

@media(max-width:810px) {
    .cgs-float-nav .box-float ul li a {
        padding: 8px 15px;
        display: inline-block;
        background: #263868;
        color: #fff;
        border-radius: 5px;
        overflow: hidden;
        white-space: nowrap;
        transition: all .4s;
        font-size: 16px;
        box-shadow: 1px 3px 5px rgba(28, 34, 44, .55)
    }
}

@media(max-width:600px) {
    .cgs-float-nav .box-float ul li a:hover {
        margin-right: 10px;
        text-decoration: none
    }
}

.cgs-float-nav-fixed-height {
    height: 204px
}

.cgs-backTop {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

@media(max-width:600px) {
    .cgs-backTop {
        right: 10px;
        bottom: 10px
    }
}

.cgs-backTop #cgs-b2top {
    cursor: pointer;
    color: #a0a0a0;
    width: 46px;
    height: 46px;
    background: hsla(0, 0%, 71%, .15);
    border: 1px solid rgba(0, 0, 0, .04);
    border-radius: 10px;
    opacity: .8;
    transition: opacity .2s ease
}

@media(max-width:600px) {
    .cgs-backTop #cgs-b2top {
        width: 40px;
        height: 40px
    }
}

.cgs-backTop #cgs-b2top:hover {
    background-color: red
}

.cgs-backTop #cgs-b2top svg.rotate {
    width: 44px;
    height: 44px;
    padding: 7px 6px;
    transform: rotate(90deg);
    opacity: .8;
    transition: opacity .2s ease
}

@media(max-width:600px) {
    .cgs-backTop #cgs-b2top svg.rotate {
        width: 38px;
        height: 38px
    }
}

.glide,
.glide__track {
    padding: 0 !important;
    position: relative
}

.container-slider {
    width: 100%;
    display: block;
    overflow: hidden
}

.container-slider .glide__slides {
    width: 100%
}

.glide {
    margin-bottom: 0 !important
}

@media(max-width:600px) {
    .glide {
        height: 250px
    }
}

.glide .glide__slide img {
    width: auto;
    height: 480px;
    -o-object-fit: contain;
    object-fit: contain
}

.glide .glide__slide p {
    font-size: 14px;
    margin: 15px 0 0;
    padding: 0;
    font-weight: 400;
    color: #2d2d2d;
    text-align: center
}

.glide .glide__slide .caption {
    padding-top: 5px;
    text-align: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0 !important
}

@media(max-width:810px) {
    .glide .glide__slide .caption {
        width: 84%
    }
}

@media(max-width:600px) {
    .glide .glide__slide .caption {
        width: 100%
    }
}

.darkmode .glide .glide__slide .caption {
    background-color: #333
}

.glide .glide__slide .caption svg {
    margin: 2px 15px 0 0;
    padding-top: 0;
    width: 20px;
    height: 20px
}

@media(max-width:600px) {
    .glide .glide__slide .caption {
        padding: 0 !important
    }
}

.glide .glide__slide .caption .credit {
    width: 100%;
    text-align: left;
    padding-top: 3px;
    color: #999;
    background-color: #fff;
    display: block;
    font-family: Open Sans, sans-serif
}

@media(max-width:600px) {
    .glide .glide__slide .caption .credit {
        max-width: 472px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 3px !important;
        padding: 8px 16px 0 0;
        font-size: .8rem
    }
}

.glide__bullets {
    margin: 0 !important;
    top: 400px !important;
    height: 32px
}

@media(max-width:1024px) {
    .glide__bullets {
        top: 355px !important
    }
}

@media(max-width:600px) {
    .glide__bullets {
        top: 225px !important
    }
}

.glide__bullet {
    background-color: red;
    border-radius: 3px !important
}

.glide__bullet--active {
    background-color: red !important;
    outline: unset !important;
    outline-width: 0
}

.glide__bullet--active:focus,
.glide__bullet--active:hover {
    outline: unset !important;
    outline-width: 0 !important;
    border: none !important
}

.glide__bullet--active:focus {
    background-color: red
}

.glide__arrows {
    top: unset;
    bottom: 60px;
    width: auto;
    z-index: 3;
    height: 27px;
    left: 80px
}

@media(600px) {
    .glide__arrows {
        z-index: 2;
        left: 0
    }
}

.glide__arrows button.next,
.glide__arrows button.prev {
    top: unset;
    bottom: 0;
    left: 0;
    z-index: 5;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: transparent;
    text-shadow: unset
}

@media(max-width:1370px) {

    .glide__arrows button.next,
    .glide__arrows button.prev {
        width: 21px;
        height: 27px
    }
}

@media(max-width:1024px) {

    .glide__arrows button.next,
    .glide__arrows button.prev {
        top: 210px
    }
}

@media(max-width:600px) {

    .glide__arrows button.next,
    .glide__arrows button.prev {
        top: 145px
    }
}

.glide__arrows button.next svg,
.glide__arrows button.prev svg {
    width: 21px;
    height: 27px;
    fill: #fff
}

.glide__arrows button.next svg.rotate,
.glide__arrows button.prev svg.rotate {
    transform: rotate(180deg)
}

@media(max-width:1370px) {

    .glide__arrows button.next svg,
    .glide__arrows button.prev svg {
        fill: #fff
    }
}

@media(max-width:600px) {

    .glide__arrows button.next svg,
    .glide__arrows button.prev svg {
        width: 30px;
        height: 30px
    }
}

.glide__arrows button.next {
    right: 0;
    left: unset
}

.carousel {
    margin: 0;
    position: relative
}

.carousel:after {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: calc(100vh - 253px);
    background: #263868;
    background: linear-gradient(315deg, #263868, #fdb92e);
    background-blend-mode: multiply;
    z-index: 1;
    opacity: .5;
    mix-blend-mode: screen
}

@media(max-width:600px) {
    .carousel:after {
        height: 200px
    }
}

.carousel .glide__slides {
    position: relative
}

.carousel .glide__slide {
    overflow: hidden;
    height: calc(100vh - 253px);
    align-items: center
}

@media(max-width:600px) {
    .carousel .glide__slide {
        height: 200px
    }
}

.carousel .glide__slide img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.carousel .glide__slide picture {
    display: flex;
    width: inherit;
    height: inherit
}

@media(max-width:600px) {
    .carousel .glide__slide picture {
        height: 100%
    }
}

.carousel .glide__slide picture img {
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover
}

.carousel .glide__slide h3,
.carousel .glide__slide h4 {
    color: red;
    margin: 0 0 8px;
    font-size: 14px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.entry-more-read .carousel .glide__slide h3,
.entry-more-read .carousel .glide__slide h4 {
    text-align: left;
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
    color: #00367c
}

.darkmode .entry-more-read .carousel .glide__slide h3,
.darkmode .entry-more-read .carousel .glide__slide h4 {
    color: #fff
}

.carousel .glide__slide h5 {
    color: #212121;
    font-size: 1.3rem;
    margin: 0;
    text-align: center
}

.entry-more-read .carousel .glide__slide h5 {
    text-align: left
}

.carousel .glide__slide p {
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 4px 0 0;
    text-align: center
}

.entry-more-read .carousel .glide__slide p {
    text-align: left
}

.carousel .glide__slide .caption {
    padding-top: 5px !important;
    text-align: left;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0 !important
}

.carousel .glide__slide .caption time {
    font-size: 12px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #ec2526
}

.darkmode .carousel .glide__slide .caption time {
    color: #ff6d6d
}

.carousel .glide__slide .caption svg {
    margin: 2px 15px 0 0;
    padding-top: 0;
    width: 20px;
    height: 20px
}

.carousel .glide__slide .caption div {
    width: calc(100% - 30px);
    margin-bottom: 0 !important
}

@media(max-width:600px) {
    .carousel .glide__slide .caption div {
        padding: 0 !important
    }
}

.carousel .glide__slide .caption div .legenda-gal {
    max-width: 100%;
    display: block;
    font-family: Open Sans, sans-serif;
    font-size: 1.1rem
}

@media(max-width:600px) {
    .carousel .glide__slide .caption div .legenda-gal {
        font-size: 1rem;
        line-height: 1.2
    }
}

.carousel .glide__slide .caption div .credit {
    width: 100%;
    text-align: left;
    padding-top: 3px;
    color: #999;
    background-color: #fff;
    display: block;
    font-family: Open Sans, sans-serif
}

@media(max-width:600px) {
    .carousel .glide__slide .caption div .credit {
        max-width: 472px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 3px !important;
        padding: 8px 16px 0 0;
        font-size: .8rem
    }
}

.carousel .glide__track {
    padding: 0 !important
}

.carousel .glide__arrow {
    box-shadow: none;
    transform: unset !important
}

.carousel .glide__arrows {
    box-shadow: none;
    width: 800px;
    margin: 0 auto;
    position: absolute
}

@media(max-width:600px) {
    .carousel .glide__arrows {
        width: 280px;
        left: 16px;
        bottom: 4px
    }
}

.carousel .glide__arrows button svg {
    fill: #fdb92e
}

.carousel .glide__bullets {
    margin: 0 !important;
    top: unset !important;
    bottom: 0;
    width: 100%;
    max-width: auto;
    padding: 0 40px;
    left: 0;
    transform: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px
}

@media(max-width:810px) {
    .carousel .glide__bullets {
        max-width: 100%;
        width: auto;
        left: 0;
        padding: 0;
        z-index: 3
    }
}

.carousel .glide__bullets .glide__bullet {
    border-radius: 3px !important;
    background-color: #e5e5e5;
    opacity: .3;
    width: 100%;
    height: 4px;
    position: relative
}

.carousel .glide__bullets .glide__bullet:after {
    content: attr(title);
    position: absolute;
    top: 14px;
    left: 0;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    overflow: hidden;
    line-height: 1
}

@media(max-width:600px) {
    .carousel .glide__bullets .glide__bullet:after {
        display: none
    }
}

@media(max-width:810px) {
    .carousel .glide__bullets .glide__bullet {
        width: 50px
    }
}

.carousel .glide__bullets .glide__bullet--active {
    background-color: #fff !important;
    outline: unset !important;
    outline-width: 0;
    opacity: 1
}

.carousel .glide__bullets .glide__bullet--active:focus,
.carousel .glide__bullets .glide__bullet--active:hover {
    outline: unset !important;
    outline-width: 0 !important;
    border: none !important
}

.carousel .glide__bullets .glide__bullet--active:focus {
    background-color: red
}

.glide__slides,
.glide__track {
    margin: 0 !important
}

button.next,
button.prev {
    top: unset;
    bottom: 0;
    left: 0;
    z-index: 5;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: transparent;
    text-shadow: unset
}

@media(max-width:1370px) {

    button.next,
    button.prev {
        width: 21px;
        height: 27px
    }
}

@media(max-width:810px) {

    button.next,
    button.prev {
        display: none
    }
}

button.next svg,
button.prev svg {
    width: 21px;
    height: 27px;
    fill: #fff
}

button.next svg.rotate,
button.prev svg.rotate {
    transform: rotate(180deg)
}

@media(max-width:1370px) {

    button.next svg,
    button.prev svg {
        fill: #fff
    }
}

@media(max-width:600px) {

    button.next svg,
    button.prev svg {
        width: 30px;
        height: 30px
    }
}

button.next {
    right: 0;
    left: unset
}

#cgs-main aside section {
    margin-bottom: 30px
}

#cgs-main aside section>h2 {
    margin: 0 0 1em;
    text-align: left
}

#cgs-main aside section .box-struct .col {
    margin: 0 0 27px;
    padding: 0 0 27px;
    border-bottom: 2px solid #c2c2c2
}

#cgs-main aside section .box-struct .col:last-of-type {
    border: none
}

#cgs-main aside section .box-struct .col .box {
    display: flex;
    gap: 26px
}

#cgs-main aside section .box-struct .col .box a picture {
    width: 140px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    display: block
}

#cgs-main aside section .box-struct .col .box a picture img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

#cgs-main aside section .box-struct .col .box .box-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch
}

#cgs-main aside section .box-struct .col .box .box-content .box-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fdb92e;
    border-radius: 8px;
    width: 126px;
    height: 28px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #263868
}

#cgs-main aside section .box-struct .col .box .box-content .date {
    font-size: 12px;
    font-weight: 900;
    color: #4d4d4d;
    margin-bottom: 16px;
    display: block
}

#cgs-main aside section .box-struct .col .box .box-content h4 {
    font-size: 17px;
    font-weight: 700;
    color: #263868;
    margin: 0;
    padding: 0
}

#cgs-main aside section .box-struct .col .box .box-content h4.no-image {
    margin-bottom: 20px
}

#cgs-main aside section figure {
    margin: 0;
    padding: 0;
    width: auto;
    height: 280px;
    border-radius: 15px;
    overflow: hidden;
    display: block;
    -o-object-fit: contain;
    object-fit: contain
}

#cgs-main aside section figure>div {
    border-radius: 15px
}

#cgs-main aside section figure iframe {
    border-radius: 15px;
    width: 100%
}

#cgs-main aside section ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#cgs-main aside section form {
    width: 100%
}

#cgs-main aside section form.wp-block-search .wp-block-search__inside-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px
}

#cgs-main aside section form.wp-block-search .wp-block-search__inside-wrapper input {
    max-width: 398px;
    width: 100%;
    height: 62px;
    background: #fff 0 0 no-repeat padding-box;
    border: 2px solid #c2c2c2;
    border-radius: 9px;
    padding: 15px;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: #363636
}

#cgs-main aside section form.wp-block-search .wp-block-search__inside-wrapper button {
    width: 79px;
    height: 62px;
    background: #fdc655 0 0 no-repeat padding-box;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: center
}

#cgs-main aside section form.wp-block-search .wp-block-search__inside-wrapper button svg {
    width: 35px;
    height: 35px;
    fill: #fbfbfb;
    transform: scaleX(-1)
}

@media(max-width:600px) {
    #cgs-main aside section iframe {
        width: 100%
    }
}

#cgs-main aside section .wp-block-search__label {
    display: block;
    height: 100%;
    margin-bottom: 1em
}

#cgs-main aside section .wp-block-search__label,
#cgs-main aside section h2,
#cgs-main aside section h3 {
    font-weight: 700;
    letter-spacing: 0;
    font-size: 26px;
    color: #263868;
    position: relative;
    line-height: 1.1;
    padding-bottom: 17px;
    width: 170px;
    text-transform: uppercase
}

#cgs-main aside section .wp-block-search__label:before,
#cgs-main aside section h2:before,
#cgs-main aside section h3:before {
    position: absolute;
    content: "";
    top: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #fdb92e 0 0 no-repeat padding-box
}

.entry-faq {
    margin: 0 auto 100px;
    padding-top: 100px;
    max-width: 991px;
    width: 100%
}

.entry-faq header {
    margin-bottom: 48px
}

.entry-faq header h3 {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    color: #263868;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1;
    padding: 0
}

.entry-faq header h3:before {
    content: "";
    width: 11px;
    height: 36px;
    background-color: #fdb92e;
    margin-right: 16px;
    padding: 0
}

.entry-faq header small {
    font-weight: 400
}

@media(max-width:600px) {
    .entry-faq header small {
        font-size: 16px
    }
}

.entry-faq input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.entry-faq .row {
    display: flex
}

.entry-faq .row .col {
    flex: 1
}

.entry-faq .row .col:last-child {
    margin-left: 1em
}

.tabs {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.tab {
    width: 100%;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1607843137);
    border-radius: 0 10px 10px 10px
}

.tab a {
    color: #4d8cec
}

.tab-label {
    display: flex;
    padding: 1em
}

.tab-label p {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0;
    color: #263868;
    line-height: 1;
    padding-left: 20px;
    display: flex
}

.tab-label p span {
    padding-right: 40px
}

.tab-label:hover {
    background: #e6e6e6
}

.tab-label:after {
    content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all .35s;
    background-color: #263868;
    border-radius: 50%;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px
}

.tab-content {
    max-height: 0;
    padding: 0 20px;
    color: #fff;
    background: #fff;
    transition: all .35s;
    color: #000;
    box-sizing: border-box
}

.tab-content,
.tab-content span {
    text-align: left;
    font-size: 20px;
    font-weight: 400
}

.tab-content span {
    color: #000;
    display: block;
    width: 100%
}

.tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: .75em;
    background: #fff;
    cursor: pointer
}

.tab-close:hover,
input:checked+.tab-label {
    background: #e6e6e6
}

@media(max-width:600px) {
    input:checked+.tab-label {
        padding: 1em 1em 0
    }
}

input:checked+.tab-label:after {
    transform: rotate(90deg);
    background-color: #fdb92e
}

@media(max-width:600px) {
    input:checked+.tab-label:after {
        width: 20px;
        height: 20px
    }
}

input:checked~.tab-content {
    max-height: 100vh;
    padding: 1em
}

@media(max-width:600px) {
    input:checked~.tab-content {
        padding: 1em 1em 0
    }
}

.tab-label {
    display: grid;
    justify-content: space-between;
    align-items: center;
    padding: 1em 1em 0;
    cursor: pointer;
    grid-template-columns: 1fr 40px;
    gap: 10px
}

.tab-label:hover {
    background-color: transparent
}

.tab-label p span {
    color: #fdb92e;
    font-weight: 400;
    padding-right: 20px
}

.ideal {
    max-width: 1170px;
    padding: 0 15px;
    width: 100%;
    margin: 70px auto
}

.ideal .values,
.ideal .vision {
    max-width: 800px;
    width: 100%
}

.ideal .mission,
.ideal .values,
.ideal .vision {
    margin-bottom: 40px
}

.ideal .mission h3,
.ideal .values h3,
.ideal .vision h3 {
    margin: 0 auto 1rem !important;
    font-weight: 700;
    font-size: 32px;
    color: #263868
}

.ideal .box-content {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1607843137);
    border-radius: 10px;
    padding: 16px 30px;
    margin-bottom: 30px
}

.ideal .box-content p {
    font-size: 20px;
    font-weight: 400;
    color: #2d2d2d;
    padding: 0;
    margin: 0
}

.ideal .box-content ul {
    padding: 8px 0 0 20px;
    margin: 0
}

.ideal .box-content ul li {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    color: #2d2d2d;
    margin-bottom: 16px
}

#modal {
    display: none;
    position: absolute;
    z-index: 8887;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    transition: all 1s ease-in-out;
    overflow-y: scroll
}

#modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    padding: 20px;
    max-width: 600px;
    width: 100%
}

@media(max-width:810px) {
    #modal-content {
        width: 82%
    }
}

#modal-top {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 20px
}

#modal-close {
    color: #fff;
    text-decoration: none;
    font-size: 36px;
    font-weight: 100
}

#modal-closefocus,
#modal-closehover {
    text-decoration: none;
    cursor: pointer
}

#modal-title {
    color: #fff
}

#modalFotos {
    flex-direction: column;
    justify-content: center;
    align-items: center
}

#modalFotos,
.modal-close {
    position: fixed;
    display: flex
}

.modal-close {
    top: 14%;
    left: 51%;
    transform: translate(-50%, -50%);
    max-width: 990px;
    width: 100%;
    height: 50px;
    z-index: 106;
    justify-content: flex-end;
    cursor: pointer
}

@media(max-width:600px) {
    .modal-close {
        top: 5px;
        right: 5px
    }
}

.modal-close svg {
    text-decoration: none;
    font-size: 36px;
    font-weight: 100;
    fill: #fff;
    background-color: #fdb92e;
    border-radius: 50%;
    width: 50px;
    height: 50px
}

@media(max-width:600px) {
    .modal-close svg {
        width: 30px;
        height: 30px
    }
}

.modal-closefocus,
.modal-closehover {
    text-decoration: none;
    cursor: pointer
}

.modal-content {
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 990px;
    width: 100%;
    height: 75vh;
    z-index: 105;
    border-radius: 10px;
    overflow-y: scroll;
    overflow-x: hidden
}

@media(max-width:810px) {
    .modal-content {
        width: 90vw;
        height: 80vh
    }
}

.modal-content .modal-container {
    margin: 0;
    padding: 30px 60px
}

@media(max-width:810px) {
    .modal-content .modal-container {
        padding: 20px
    }
}

.modal-content .modal-container h3 {
    font-size: 40px;
    font-weight: 700;
    color: #263868;
    margin: 0 0 25px;
    padding: 0;
    text-align: center
}

@media(max-width:600px) {
    .modal-content .modal-container h3 {
        font-size: 24px
    }
}

.modal-content .modal-container .wp-caption {
    width: 100% !important;
    height: auto !important
}

.modal-content .modal-container .wp-caption .wp-caption-text {
    font-size: 12px
}

.modal-content .modal-container img {
    width: 100%;
    height: auto !important
}

.modal-content .modal-container p {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: #263868;
    margin: 0 0 1.4rem;
    padding: 0
}

.modal-top {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 20px
}

.modal-title {
    color: #fff
}

form.search-modal-form {
    display: flex;
    align-items: center;
    max-width: 600px
}

@media(max-width:810px) {
    form.search-modal-form {
        flex-direction: column;
        width: 300px
    }
}

.form-input {
    border: 1px solid #ebebeb;
    font-size: 1.5rem;
    display: flex;
    height: 57px;
    background: #fff;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 400px
}

@media(max-width:810px) {
    .form-input {
        width: 320px
    }
}

.form-input+.form-input {
    margin-top: .8em
}

.submit {
    text-align: center
}

.submit-button {
    border: none;
    background-color: red;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem 1.2rem;
    cursor: pointer;
    height: 57px
}

@media(max-width:810px) {
    .submit-button {
        margin-top: 10px
    }
}

.form-input .input {
    border: none;
    padding: .4em .7em .4em 45px;
    height: 54px;
    width: 100%;
    display: block
}

.form-input .input:focus {
    outline: none
}

.form-input .icon {
    left: 0;
    top: 0;
    width: 30px;
    margin: .37em
}

.form-input .icon~.input {
    padding-left: 10px
}

.form-input .button {
    background: none;
    border: none;
    margin: .5em;
    top: 0;
    right: 0
}

.form-input .button~.input {
    padding-right: 2em
}

.svg {
    display: block;
    width: 30px;
    height: 30px
}

.svg svg {
    width: 100%;
    height: 25px
}

.busca-refinada {
    margin-top: 40px
}

.text-input {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px
}

.text-input>input {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ebebeb
}

.group-select {
    display: flex;
    flex-direction: row;
    justify-content: space-around
}

select {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px;
    background: #fff;
    border: 1px solid #ebebeb
}

#changeRegion {
    display: block;
    width: 110px;
    margin: 0 5px;
    padding: 0;
    background-color: transparent;
    border: none;
    color: #263868
}

.darkmode #changeRegion {
    color: #22325d
}

#changeRegion:focus-visible {
    outline-width: 0
}

#close-box {
    width: 45px;
    height: 45px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 8889
}

#close-box svg {
    width: 45px;
    height: 45px;
    fill: #fff
}

@media screen and (max-width:600px) {
    .group-select {
        flex-direction: column;
        justify-content: flex-start;
        align-items: left;
        margin: 10px 40px 10px 0
    }
}

.fixed-body {
    overflow: hidden;
    height: 100vh
}

aside.offcanvas-self {
    position: fixed;
    z-index: 2147483647;
    top: 0;
    left: 0;
    height: 100%;
    width: 280px;
    background: #fff;
    overflow: hidden;
    transform: translate3d(-301px, 0, 0);
    transition-property: transform;
    will-change: transform, -webkit-transform;
    overflow-y: auto
}

.darkmode aside.offcanvas-self {
    background: #333
}

aside.offcanvas-self .close {
    text-align: right;
    margin: 5px 5px 0 0;
    cursor: pointer
}

aside.offcanvas-self .close a svg {
    width: 20px;
    height: 20px;
    fill: #263868
}

.darkmode aside.offcanvas-self .close a svg {
    fill: #22325d
}

aside.offcanvas-self .options-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 30px
}

aside.offcanvas-self .logo a.cw {
    margin: 5px 0 20px;
    padding: 0 60px;
    display: block;
    font-size: .6rem
}

aside.offcanvas-self .logo a.cw img {
    width: 100%
}

aside.offcanvas-self .logo a.cw svg {
    display: block;
    fill: #263868;
    width: 100%;
    max-height: 40px
}

.darkmode aside.offcanvas-self .logo a.cw svg {
    fill: #fff
}

@media(max-width:600px) {
    aside.offcanvas-self .logo a.cw svg {
        max-height: 30px
    }
}

aside.offcanvas-self .social {
    width: 100%;
    padding: 36px 30px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    background-color: #22325d
}

aside.offcanvas-self .social li {
    width: 28px;
    height: 28px;
    display: inline-block;
    padding: 0 2px
}

aside.offcanvas-self .social li a svg {
    width: 28px;
    height: 28px;
    fill: #fff
}

.darkmode aside.offcanvas-self .social li a svg {
    fill: #fff
}

aside. .social li a svg:hover {
    fill: #fdb92e
}

aside.offcanvas-self .social li a svg use {
    width: 28px;
    height: 28px;
    margin: 0;
    padding: 0
}

.offcanvas-self,
.offcanvas-self a {
    color: #fff
}

.darkmode .offcanvas-self,
.darkmode .offcanvas-self a {
    color: #f5f5f5
}

.offcanvas-self .burger,
.offcanvas-self a .burger,
.offcanvas-self a nav,
.offcanvas-self nav {
    box-shadow: unset !important;
    border-bottom: 1px solid #f3f3f3
}

.darkmode .offcanvas-self .burger,
.darkmode .offcanvas-self a .burger,
.darkmode .offcanvas-self a nav,
.darkmode .offcanvas-self nav {
    border-bottom: 1px solid #313131
}

.offcanvas-self .burger ul,
.offcanvas-self a .burger ul,
.offcanvas-self a nav ul,
.offcanvas-self nav ul {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid hsla(0, 0%, 93.7%, .0784313725)
}

.offcanvas-self .burger ul li,
.offcanvas-self a .burger ul li,
.offcanvas-self a nav ul li,
.offcanvas-self nav ul li {
    padding: 4px 30px;
    font-weight: 400;
    text-transform: none;
    color: #263868
}

@media(max-width:810px) {

    .offcanvas-self .burger ul li,
    .offcanvas-self a .burger ul li,
    .offcanvas-self a nav ul li,
    .offcanvas-self nav ul li {
        padding: 7px 30px
    }
}

.darkmode .offcanvas-self .burger ul li,
.darkmode .offcanvas-self a .burger ul li,
.darkmode .offcanvas-self a nav ul li,
.darkmode .offcanvas-self nav ul li {
    fill: #fff;
    color: #f5f5f5
}

.offcanvas-self .burger ul li:hover,
.offcanvas-self .burger ul li:hover a,
.offcanvas-self a .burger ul li:hover,
.offcanvas-self a .burger ul li:hover a,
.offcanvas-self a nav ul li:hover,
.offcanvas-self a nav ul li:hover a,
.offcanvas-self nav ul li:hover,
.offcanvas-self nav ul li:hover a {
    color: #22325d
}

.darkmode .offcanvas-self .burger ul li:hover a,
.darkmode .offcanvas-self a .burger ul li:hover a,
.darkmode .offcanvas-self a nav ul li:hover a,
.darkmode .offcanvas-self nav ul li:hover a {
    color: #263868
}

.darkmode .offcanvas-self .burger ul li:hover,
.darkmode .offcanvas-self a .burger ul li:hover,
.darkmode .offcanvas-self a nav ul li:hover,
.darkmode .offcanvas-self nav ul li:hover {
    background-color: #f5f5f5;
    color: #263868
}

.offcanvas-self .burger ul li:first-child,
.offcanvas-self a .burger ul li:first-child,
.offcanvas-self a nav ul li:first-child,
.offcanvas-self nav ul li:first-child {
    display: block;
    margin-top: 10px
}

.offcanvas-self .burger ul li a,
.offcanvas-self a .burger ul li a,
.offcanvas-self a nav ul li a,
.offcanvas-self nav ul li a {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
    padding: 5px 0;
    text-decoration: none;
    transition: background-color .3s ease;
    opacity: 1;
    color: #263868;
    text-transform: uppercase
}

.darkmode .offcanvas-self .burger ul li a,
.darkmode .offcanvas-self a .burger ul li a,
.darkmode .offcanvas-self a nav ul li a,
.darkmode .offcanvas-self nav ul li a {
    color: #fff
}

.offcanvas-self .burger ul li a:hover,
.offcanvas-self a .burger ul li a:hover,
.offcanvas-self a nav ul li a:hover,
.offcanvas-self nav ul li a:hover {
    color: #22325d
}

.bar,
.cgs-main-wrap,
.hamburger,
.mask,
.offcanvas-self {
    transition-duration: .1s;
    transition-timing-function: cubic-bezier(.694, .0482, .335, 1)
}

.show-sidebar .cgs-main-wrap {
    transform: translate3d(301px, 0, 0)
}

.show-sidebar .offcanvas-self {
    transform: translateZ(0)
}

.show-sidebar .mask {
    opacity: 1;
    pointer-events: auto
}

.show-sidebar .hamburger {
    background-color: transparent;
    border-color: #0f1114
}

.show-sidebar .bar {
    background-color: #f5f5f5
}

.show-sidebar .bar:first-child {
    width: 120%;
    transform: rotate(45deg) translate(5px, 8px)
}

.show-sidebar .bar:nth-child(2) {
    opacity: 0
}

.show-sidebar .bar:last-child {
    width: 120%;
    transform: rotate(-45deg) translate(4px, -8px)
}

.block-scroll {
    width: 100vw;
    height: 100%;
    overflow: hidden;
    position: relative
}

.block-scroll:before {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(19, 20, 41, .8);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    width: 100vw;
    height: 100%;
    z-index: 102;
    content: ""
}

@media screen and (max-width:1000px) {
    .burger {
        display: flex;
        flex-direction: column
    }

    .burger a {
        padding-left: 32.5px
    }
}

.sub-menu .sub-menu li {
    padding: 5px 20px 0 !important
}

@media(max-width:600px) {
    .sub-menu .sub-menu li {
        padding: 7px 20px 2px !important
    }
}

.coluna {
    margin: 0;
    padding: 0 !important
}

.coluna>a {
    display: none !important
}

.slider {
    width: 100%;
    height: calc(100vh - 253px);
    position: relative;
    z-index: 0
}

@media(max-width:600px) {
    .slider {
        height: 200px
    }
}

.slider-simulador {
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 0
}

@media(max-width:600px) {
    .slider-simulador {
        height: 400px
    }
}

.slider-simulador .slide a {
    width: 100%;
    height: 400px;
    display: block
}

.slider-simulador .slide a picture {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
    overflow: hidden
}

.slider-simulador .slide a picture img {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.slider .slide a {
    width: inherit;
    height: inherit;
    display: block
}

.slider .slide a picture {
    display: flex;
    justify-content: center;
    align-items: center;
    width: inherit;
    height: inherit;
    overflow: hidden
}

.slider .slide a picture img {
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover
}

.slider .dots-vertical {
    position: absolute;
    top: 207px;
    left: 12px;
    width: 66px;
    z-index: 3
}

@media(max-width:600px) {
    .slider .dots-vertical {
        display: none
    }
}

.slider .dots-vertical svg {
    width: 66px
}

.slider .dots-horizontal {
    width: 115px;
    position: absolute;
    bottom: -38px;
    right: 33px;
    left: unset;
    z-index: 3
}

@media(max-width:600px) {
    .slider .dots-horizontal {
        display: none
    }
}

.slider .dots-horizontal svg {
    width: 115px;
    height: 84px
}

h1 {
    max-width: 676px;
    display: flex;
    font-weight: 700;
    font-size: 32px;
    color: #263868;
    margin: 30px auto 30px;
    text-align: center;
    justify-content: center
}

@media(max-width:1440px) {
    h1 {
        max-width: 702px;
        width: 100%;
        font-size: 28px
    }
}

@media(max-width:810px) {
    h1 {
        max-width: 812px;
        width: 100%;
        padding: 0 20px;
        font-size: 26px;
        margin: 40px auto
    }
}

@media(max-width:600px) {
    h1 {
        max-width: 812px;
        width: 100%;
        padding: 0 16px;
        font-size: 22px;
        margin: 20px auto
    }
}

@media(max-width:810px) {
    .services {
        margin: 20px 0
    }
}

.table {
    width: 100%;
    height: 100%
}

@media(max-width:810px) {
    .table {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        width: auto;
        gap: 12px;
        padding: 0 0 20px
    }
}

.table::-webkit-scrollbar {
    display: none
}

.table__cell {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 20%;
    overflow: hidden;
    align-items: flex-start;
    justify-content: center;
    transition: width .5s cubic-bezier(.4, 0, .2, 1)
}

@media(max-width:810px) {
    .table__cell {
        width: 70vw;
        overflow: unset
    }
}

.table__cell a {
    width: 100%;
    height: 600px;
    border-radius: 10px;
    display: block;
    overflow: hidden
}

@media(max-width:1440px) {
    .table__cell a {
        height: 450px
    }
}

@media(max-width:810px) {
    .table__cell a {
        height: auto;
        max-width: 300px
    }
}

.table__cell a picture {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px
}

@media(max-width:1440px) {
    .table__cell a picture {
        height: 450px
    }
}

@media(max-width:810px) {
    .table__cell a picture {
        height: 260px
    }
}

.table__cell a picture img {
    width: auto;
    height: 600px;
    -o-object-fit: contain;
    object-fit: contain
}

@media(max-width:810px) {
    .table__cell a picture img {
        height: 300px
    }
}

.table__cell:hover {
    width: 50%
}

@media(max-width:810px) {
    .table__cell:hover {
        width: unset
    }
}

.table__cell span {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: #263868;
    display: block
}

.table__cell:hover span {
    opacity: 1;
    transition-delay: .3s
}

.home-cta-app {
    background: hsla(0, 0%, 89.4%, .2784313725) 0 0 no-repeat padding-box;
    padding: 40px 0 20px;
    margin: 100px 0 0;
    box-sizing: border-box;
    width: 100%
}

@media(max-width:600px) {
    .home-cta-app {
        padding: 40px 0;
        margin: 0
    }
}

.home-cta-app .box-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

@media(max-width:600px) {
    .home-cta-app .box-content {
        grid-template-columns: 1fr;
        width: 100%
    }
}

.home-cta-app .box-content .box-left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

@media(max-width:1440px) {
    .home-cta-app .box-content .box-left img {
        max-height: 370px
    }
}

@media(max-width:600px) {
    .home-cta-app .box-content .box-left img {
        width: 100%;
        max-width: 210px;
        max-height: none
    }
}

.home-cta-app .box-content .box-right {
    max-width: 515px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    width: 100%
}

.home-cta-app .box-content .box-right h3 {
    text-align: center;
    font-size: 29px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 63px
}

@media(max-width:1440px) {
    .home-cta-app .box-content .box-right h3 {
        font-size: 24px;
        margin-bottom: 33px
    }
}

@media(max-width:600px) {
    .home-cta-app .box-content .box-right h3 {
        font-size: 20px;
        padding: 0 20px;
        margin-bottom: 0
    }
}

.home-cta-app .box-content .box-right h3 strong {
    font-weight: 800
}

.home-cta-app .box-content .box-right .cta {
    width: 360px;
    height: 75px;
    display: flex;
    align-items: center;
    gap: 22px;
    border-radius: 10px;
    background-color: #263868;
    color: #fff;
    padding: 0 28px
}

@media(max-width:1440px) {
    .home-cta-app .box-content .box-right .cta {
        width: 290px
    }
}

@media(max-width:600px) {
    .home-cta-app .box-content .box-right .cta {
        width: 100%;
        height: 60px;
        min-width: 245px;
        gap: 20px
    }
}

.home-cta-app .box-content .box-right .cta:hover {
    background-color: #fdb92e
}

.home-cta-app .box-content .box-right .cta svg {
    width: 43px;
    height: 43px;
    fill: #fff
}

@media(max-width:600px) {
    .home-cta-app .box-content .box-right .cta svg {
        width: 33px;
        height: 33px
    }
}

.home-cta-app .box-content .box-right .cta strong {
    color: #fff;
    font-size: 22px;
    font-weight: 800
}

@media(max-width:1440px) {
    .home-cta-app .box-content .box-right .cta strong {
        font-size: 20px
    }
}

@media(max-width:600px) {
    .home-cta-app .box-content .box-right .cta strong {
        font-size: 18px
    }
}

.cgs-box-cta {
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1607843137);
    border-radius: 10px;
    padding: 38px 90px;
    max-width: 968px;
    width: 100%;
    margin: 70px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width:600px) {
    .cgs-box-cta {
        flex-direction: column;
        padding: 28px 30px;
        gap: 20px;
        margin: 30px auto
    }
}

.cgs-box-cta h4 {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0;
    color: #263868;
    max-width: 335px;
    margin: 0;
    padding: 0
}

@media(max-width:600px) {
    .cgs-box-cta h4 {
        font-size: 18px;
        text-align: center
    }
}

.cgs-box-cta h4 small {
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 0;
    color: #263868
}

.cgs-box-cta button {
    background: #fdb92e 0 0 no-repeat padding-box;
    border-radius: 10px;
    padding: 13px 56px
}

.cgs-box-cta button a {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase
}

@media(max-width:600px) {
    .cgs-box-cta button a {
        font-size: 17px
    }
}

#simulador {
    padding: 140px 0 0;
    box-sizing: border-box;
    width: 100%;
    display: block
}

@media(max-width:600px) {
    #simulador {
        padding: 40px 0 0
    }
}

#simulador .container-flow {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 70px;
    justify-content: flex-start
}

@media(max-width:810px) {
    #simulador .container-flow {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 16px;
        width: 100%
    }
}

@media(max-width:600px) {
    #simulador .container-flow {
        padding: 0 16px;
        width: 100%;
        display: block
    }
}

#simulador .container-flow .glide {
    max-width: 1146px;
    margin-top: 100px;
    position: relative
}

@media(max-width:1440px) {
    #simulador .container-flow .glide {
        max-width: 950px
    }
}

@media(max-width:1366px) {
    #simulador .container-flow .glide {
        max-width: 800px
    }
}

@media(max-width:1280px) {
    #simulador .container-flow .glide {
        max-width: 700px
    }
}

@media(max-width:1024px) {
    #simulador .container-flow .glide {
        max-width: 500px
    }
}

@media(max-width:810px) {
    #simulador .container-flow .glide {
        max-width: 500px;
        margin: 0 auto
    }
}

@media(max-width:600px) {
    #simulador .container-flow .glide {
        display: none
    }
}

#simulador .container-flow .glide .dots-carousel-slider {
    position: absolute;
    left: unset;
    right: -50px;
    top: -70px;
    z-index: -1;
    width: 159px;
    height: 144px
}

@media(max-width:600px) {
    #simulador .container-flow .glide .dots-carousel-slider {
        right: -16px
    }
}

#simulador .container-flow .glide .glide__track {
    position: relative
}

#simulador .container-flow .glide .glide__track .glide__slide img {
    width: 100%;
    height: auto
}

#simulador .container-flow .glide .glide__track .glide__slide .cgs-legend {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 222px);
    gap: 25px
}

@media(max-width:600px) {
    #simulador .container-flow .glide .glide__track .glide__slide .cgs-legend {
        width: 200px
    }
}

#simulador .container-flow .glide .glide__track .glide__slide .cgs-legend p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0;
    color: #2d2d2d
}

#simulador .container-flow .glide .glide__track .glide__slide .cgs-legend svg {
    width: 120px;
    height: 50px
}

#simulador .container-flow .glide .glide__track .glide__bullets {
    position: absolute;
    top: unset !important;
    left: unset;
    bottom: 20px;
    right: 0;
    transform: unset;
    display: flex;
    height: 10px
}

#simulador .container-flow .glide .glide__track .glide__bullets .glide__bullet {
    width: 49px;
    height: 9px;
    background: #707070 0 0 no-repeat padding-box;
    border-radius: 10px !important
}

@media(max-width:600px) {
    #simulador .container-flow .glide .glide__track .glide__bullets .glide__bullet {
        width: 9px
    }
}

#simulador .container-flow .glide .glide__track .glide__bullets .glide__bullet--active {
    background-color: #fdb92e !important
}

#simulador .carousel-simulador {
    width: 100%
}

@media(max-width:600px) {
    #simulador .carousel-simulador {
        display: none
    }
}

#simulador .carousel-simulador .slider {
    width: 100%
}

#simulador .simulador {
    background: #263868 0 0 no-repeat padding-box;
    border-radius: 10px;
    max-width: 500px;
    padding: 36px;
    color: #fff;
    position: relative;
    margin-right: 90px;
    box-sizing: border-box
}

@media(max-width:810px) {
    #simulador .simulador {
        margin: 30px auto
    }
}

@media(max-width:600px) {
    #simulador .simulador {
        width: 100%;
        padding: 36px 24px;
        margin-right: 0
    }
}

#simulador .simulador:after {
    content: "";
    position: absolute;
    top: -50px;
    left: unset;
    right: -45px;
    background: #fdb92e 0 0 no-repeat padding-box;
    border-radius: 10px;
    z-index: -1;
    width: 90px;
    height: 600px
}

@media(max-width:600px) {
    #simulador .simulador:after {
        display: none;
        width: 0;
        height: 0
    }
}

#simulador .simulador .produtos {
    margin: 20px 0
}

#simulador .simulador .produtos ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center
}

@media(max-width:600px) {
    #simulador .simulador .produtos ul {
        gap: 20px
    }
}

#simulador .simulador .produtos ul li {
    display: flex;
    justify-content: center;
    align-items: center
}

#simulador .simulador .produtos ul li button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 3px;
    width: 42px
}

@media(max-width:600px) {
    #simulador .simulador .produtos ul li button {
        width: 32px
    }
}

#simulador .simulador .produtos ul li button.active small {
    text-decoration: underline;
    color: #fdb92e
}

#simulador .simulador .produtos ul li button.active svg {
    fill: #fdb92e
}

#simulador .simulador .produtos ul li button:hover small {
    text-decoration: underline;
    color: #fdb92e
}

#simulador .simulador .produtos ul li button:hover svg {
    fill: #fdb92e
}

#simulador .simulador .produtos ul li button svg {
    width: 42px;
    height: 44px;
    fill: #fbfbfb;
    display: flex;
    align-items: flex-end
}

@media(max-width:600px) {
    #simulador .simulador .produtos ul li button svg {
        width: 32px;
        height: 38px
    }
}

#simulador .simulador .produtos ul li button small {
    font-size: 14px;
    font-weight: 700;
    color: #fbfbfb
}

@media(max-width:600px) {
    #simulador .simulador .produtos ul li button small {
        font-size: 12px
    }
}

#simulador .simulador header h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fbfbfb;
    text-transform: uppercase;
    margin: 0;
    padding: 0
}

@media(max-width:600px) {
    #simulador .simulador header h4 {
        font-size: 18px
    }
}

#simulador .simulador p {
    font-size: 18px;
    font-weight: 400;
    color: #fbfbfb;
    margin: 13px 0 0
}

@media(max-width:600px) {
    #simulador .simulador p {
        font-size: 16px
    }
}

#simulador .simulador form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    display: none
}

#simulador .simulador form.active {
    display: flex
}

#simulador .simulador .row {
    display: flex;
    color: #fbfbfb;
    gap: 10px
}

#simulador .simulador .row.accept {
    margin: 10px 0 22px
}

#simulador .simulador .row.accept label a {
    color: #fff;
    text-decoration: underline
}

#simulador .simulador input {
    background: #263868 0 0 no-repeat padding-box;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #fbfbfb
}

@media(max-width:600px) {
    #simulador .simulador input {
        font-size: 16px
    }
}

#simulador .simulador input::-moz-placeholder {
    color: hsla(0, 0%, 98.4%, .4117647059)
}

#simulador .simulador input:-ms-input-placeholder {
    color: hsla(0, 0%, 98.4%, .4117647059)
}

#simulador .simulador input::placeholder {
    color: hsla(0, 0%, 98.4%, .4117647059)
}

#simulador .simulador input:focus::-moz-placeholder {
    color: transparent
}

#simulador .simulador input:focus:-ms-input-placeholder {
    color: transparent
}

#simulador .simulador input:focus::placeholder {
    color: transparent
}

#simulador .simulador input[type^=email],
#simulador .simulador input[type^=text] {
    display: block;
    width: 100%
}

#simulador .simulador input[type^=submit] {
    border: 2px solid #fdb92e;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 800;
    color: #fdb92e;
    text-transform: uppercase;
    padding: 10px 16px;
    margin: 0 auto;
    display: block;
    text-align: center
}

@media(max-width:600px) {
    #simulador .simulador input[type^=submit] {
        padding: 18px 10px;
        font-size: 18px
    }
}

.container-flow {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 75px
}

@media(max-width:600px) {
    .container-flow {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 16px;
        width: 100%;
        display: block
    }
}

@media(max-width:600px) {
    .carousel-simulador {
        display: none
    }
}

.carousel-simulador .container-slider {
    margin-top: 100px
}

.carousel-simulador .slider {
    width: 100%
}

.cgs-modal-simulador {
    position: fixed;
    background-color: rgba(38, 56, 104, .7607843137);
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999998
}

.cgs-modal-simulador.show {
    display: flex
}

.cgs-modal-simulador.hide {
    display: none
}

.cgs-modal-simulador:after {
    position: absolute;
    background-color: rgba(38, 56, 104, .7607843137);
    filter: blur(20px);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh
}

.cgs-modal-simulador .box-simulador {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    width: 50vw;
    height: 90vh;
    max-height: 650px;
    overflow: scroll
}

@media(max-width:810px) {
    .cgs-modal-simulador .box-simulador {
        width: 95vw;
        height: 97vh;
        max-height: 750px;
        padding: 20px
    }
}

.cgs-modal-simulador .box-simulador .cgs-btn-simulador-close {
    display: flex;
    justify-content: flex-end;
    cursor: pointer
}

.cgs-modal-simulador .box-simulador .cgs-btn-simulador-close svg {
    width: 20px;
    height: 20px;
    fill: #263868
}

.cgs-modal-simulador .box-simulador iframe {
    margin: 0 auto;
    width: 100%;
    height: inherit;
    overflow-y: scroll !important
}

.cgs-modal-simulador .box-simulador iframe>* {
    overflow-y: scroll !important
}

.cgs-modal-simulador .box-simulador iframe>h2 {
    font-size: 24px !important
}

@media(max-width:600px) {
    .cgs-modal-simulador .box-simulador iframe>table {
        width: 100%;
        overflow: scroll
    }
}

.cgs-last-news {
    position: relative;
    margin: 70px 0
}

@media(max-width:600px) {
    .cgs-last-news {
        margin: 20px 0
    }
}

.cgs-last-news .container header {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 48px;
    margin-bottom: 40px
}

@media(max-width:600px) {
    .cgs-last-news .container header {
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 40px 0 20px;
        padding: 0
    }
}

.cgs-last-news .container header h3 {
    width: 293px;
    color: #263868;
    margin: 0 0 20px;
    padding: 0
}

.cgs-last-news .container header h3 a {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    color: #263868;
    text-transform: uppercase
}

@media(max-width:1440px) {
    .cgs-last-news .container header h3 a {
        font-size: 32px
    }
}

@media(max-width:600px) {
    .cgs-last-news .container header h3 a {
        font-size: 26px;
        line-height: 1;
        height: auto
    }
}

@media(max-width:600px) {
    .cgs-last-news .container header>div {
        display: none
    }
}

.cgs-last-news .container header>div a {
    display: block;
    margin-left: 110px;
    text-align: left;
    text-decoration: underline;
    color: #263868;
    font-size: 20px;
    font-weight: 700
}

@media(max-width:1440px) {
    .cgs-last-news .container header>div a {
        margin-left: 0;
        font-size: 16px
    }
}

@media(max-width:600px) {
    .cgs-last-news .container header>div a {
        display: none
    }
}

.cgs-last-news .container header:before {
    position: absolute;
    content: "";
    top: unset;
    bottom: 0;
    left: 0;
    width: 403px;
    height: 10px;
    background: #fdb92e 0 0 no-repeat padding-box
}

@media(max-width:1440px) {
    .cgs-last-news .container header:before {
        width: 283px
    }
}

@media(max-width:600px) {
    .cgs-last-news .container header:before {
        bottom: 0;
        width: 80%
    }
}

.cgs-last-news .container .cgs-news {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px
}

@media(max-width:810px) {
    .cgs-last-news .container .cgs-news {
        grid-template-columns: 1fr;
        padding-bottom: 30px;
        gap: 16px
    }
}

.cgs-last-news .container .cgs-news .box {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1607843137);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%
}

@media(max-width:600px) {
    .cgs-last-news .container .cgs-news .box {
        flex-direction: column;
        width: 100%;
        min-height: unset
    }
}

.cgs-last-news .container .cgs-news .box a {
    display: block;
    width: 100%
}

.cgs-last-news .container .cgs-news .box a picture {
    width: 100%;
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}

@media(max-width:600px) {
    .cgs-last-news .container .cgs-news .box a picture {
        height: 220px;
        width: 100%
    }
}

.cgs-last-news .container .cgs-news .box a picture img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

@media(max-width:600px) {
    .cgs-last-news .container .cgs-news .box a picture img {
        width: 100%;
        height: auto
    }
}

.cgs-last-news .container .cgs-news .box .box-content {
    padding: 20px
}

@media(max-width:1440px) {
    .cgs-last-news .container .cgs-news .box .box-content {
        padding: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

.cgs-last-news .container .cgs-news .box .box-content h2 {
    margin: 0
}

@media(max-width:600px) {
    .cgs-last-news .container .cgs-news .box .box-content h2 {
        font-size: 20px
    }
}

.cgs-last-news .container .cgs-news .box .box-content h2.no-image {
    font-size: 24px
}

@media(max-width:1440px) {
    .cgs-last-news .container .cgs-news .box .box-content h2.no-image {
        font-size: 20px
    }
}

@media(max-width:600px) {
    .cgs-last-news .container .cgs-news .box .box-content h2.no-image {
        font-size: 18px;
        line-height: 1.2
    }
}

.cgs-last-news .container .cgs-news .box .box-content .date {
    text-align: left;
    font-weight: 900;
    font-size: 12px;
    font-size: "Lato";
    color: #4d4d4d;
    margin: 0 0 20px;
    padding: 0
}

.distribuicao {
    margin: 120px 0
}

@media(max-width:600px) {
    .distribuicao {
        margin: 0
    }
}

@media(max-width:600px) {
    .distribuicao .container {
        padding-bottom: 30px
    }
}

.distribuicao header {
    position: relative;
    margin: 0 0 10px
}

@media(max-width:600px) {
    .distribuicao header {
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 10px 0 20px;
        padding: 0
    }
}

.distribuicao header h3 {
    width: 701px;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.1;
    color: #263868;
    padding: 0 0 20px;
    margin: 0 0 20px;
    text-transform: uppercase
}

@media(max-width:1440px) {
    .distribuicao header h3 {
        font-size: 22px
    }
}

@media(max-width:600px) {
    .distribuicao header h3 {
        font-size: 20px;
        line-height: 1;
        height: auto;
        margin: 0 0 20px;
        width: 100%
    }
}

.distribuicao header h3 small {
    font: normal normal normal 43px/46px Open Sans;
    font-size: 33px;
    font-weight: 400;
    line-height: 1.1
}

@media(max-width:600px) {
    .distribuicao header h3 small {
        font-size: 22px
    }
}

.distribuicao header:before {
    position: absolute;
    content: "";
    top: unset;
    bottom: 0;
    left: 0;
    width: 403px;
    height: 10px;
    background: #fdb92e 0 0 no-repeat padding-box
}

@media(max-width:600px) {
    .distribuicao header:before {
        width: 80%
    }
}

.distribuicao .mapa-rede {
    display: block;
    position: relative;
    z-index: 1
}

.distribuicao .mapa-rede iframe {
    background-color: #fff
}

@media(max-width:600px) {
    .distribuicao .mapa-rede iframe {
        height: 300px
    }
}

.distribuicao .menu-rede {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 34px 50px;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1607843137);
    border-radius: 10px;
    position: relative;
    z-index: 3
}

@media(max-width:810px) {
    .distribuicao .menu-rede {
        margin: 0 auto;
        padding: 20px
    }
}

.distribuicao .menu-rede ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 26px
}

@media(max-width:810px) {
    .distribuicao .menu-rede ul {
        display: grid;
        align-items: stretch;
        grid-template-columns: 1fr 1fr;
        gap: 10px
    }
}

.distribuicao .menu-rede ul li {
    margin: 0;
    color: #fff;
    background: #263868 0 0 no-repeat padding-box;
    border-radius: 10px;
    padding: 18px
}

@media(max-width:600px) {
    .distribuicao .menu-rede ul li {
        padding: 10px
    }
}

.distribuicao .menu-rede ul li.active {
    background-color: #fdb92e
}

.distribuicao .menu-rede ul li.mute {
    background: #707070 0 0 no-repeat padding-box
}

.distribuicao .menu-rede ul li button {
    color: #fff;
    text-align: left;
    font-weight: 700;
    font-size: 18px
}

@media(max-width:1440px) {
    .distribuicao .menu-rede ul li button {
        font-size: 15px
    }
}

@media(max-width:600px) {
    .distribuicao .menu-rede ul li button {
        font-size: 11px
    }
}

.distribuicao .menu-rede ul li button small {
    font-size: 16px;
    font-weight: 400
}

@media(max-width:600px) {
    .distribuicao .menu-rede ul li button small {
        font-size: 10px;
        margin-top: 3px;
        display: block;
        width: 100%
    }
}

.distribuicao .menu-rede .rede-legendas {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 139px;
    margin: 30px 0 0
}

@media(max-width:810px) {
    .distribuicao .menu-rede .rede-legendas {
        flex-direction: column;
        align-items: flex-start;
        margin: 20px 0 0;
        width: 100%;
        gap: 30px
    }
}

@media(max-width:600px) {
    .distribuicao .menu-rede .rede-legendas {
        gap: 10px
    }
}

.distribuicao .menu-rede .rede-legendas h4 {
    margin: 0;
    padding: 0 0 0 46px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #263868;
    display: flex;
    align-items: center
}

@media(max-width:600px) {
    .distribuicao .menu-rede .rede-legendas h4 {
        font-size: 12px
    }
}

.distribuicao .menu-rede .rede-legendas h4.rede-legenda-pead:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 26px;
    height: 22px;
    background: red 0 0 no-repeat padding-box
}

@media(max-width:600px) {
    .distribuicao .menu-rede .rede-legendas h4.rede-legenda-pead:before {
        top: 0
    }
}

.distribuicao .menu-rede .rede-legendas h4.rede-legenda-aco:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 26px;
    height: 22px;
    background: #4d8cec 0 0 no-repeat padding-box
}

@media(max-width:600px) {
    .distribuicao .menu-rede .rede-legendas h4.rede-legenda-aco:before {
        top: 0
    }
}

.content-materia .entry-open {
    height: 467px;
    width: 100%;
    position: relative;
    background-color: #333;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.content-materia .entry-open .responsive-img {
    height: 467px
}

.content-materia .entry-open .responsive-img picture {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center
}

@media(max-width:600px) {
    .content-materia .entry-open .responsive-img picture {
        width: auto;
        height: 467px;
        overflow: hidden
    }
}

.content-materia .entry-open .responsive-img picture img {
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover
}

.content-materia .entry-open .box-content {
    max-width: 1640px;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: unset;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%);
    z-index: 3
}

@media(max-width:1440px) {
    .content-materia .entry-open .box-content {
        max-width: 1370px
    }
}

.content-materia .entry-open .box-content h1 {
    font-weight: 800;
    text-align: left;
    font-size: 46px;
    color: #fbfbfb;
    max-width: 1139px;
    width: 100%;
    margin: 0 0 40px;
    justify-content: flex-start
}

@media(max-width:600px) {
    .content-materia .entry-open .box-content h1 {
        font-size: 26px;
        margin: 0 0 20px;
        padding: 0
    }
}

.content-materia .entry-open .box-content .breadcrumb {
    text-align: left;
    font-weight: 400;
    font-size: 20px;
    font-family: Lato;
    color: #fbfbfb;
    position: relative;
    border-bottom: 1px solid #fbfbfb;
    padding-bottom: 3px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media(max-width:600px) {
    .content-materia .entry-open .box-content .breadcrumb {
        font-size: 16px;
        border-bottom: none;
        text-decoration: underline
    }
}

.content-materia .entry-open .box-content .breadcrumb span span a {
    color: #fff
}

.content-materia .entry-open:after {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 467px;
    background: #09132d;
    z-index: 2;
    opacity: .6
}

.content-materia .entry-open:before {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 467px;
    background: #263868;
    background: linear-gradient(315deg, #263868 20%, #fdb92e);
    background-blend-mode: multiply;
    z-index: 2;
    opacity: 1;
    mix-blend-mode: screen
}

.content-materia .wrapper {
    padding: 0;
    margin: 0 auto
}

@media(max-width:810px) {
    .content-materia .wrapper {
        flex-direction: column;
        max-width: 728px;
        padding: 0
    }
}

@media(max-width:600px) {
    .content-materia .wrapper {
        padding: 0;
        margin: 20px 0 0
    }
}

.content-materia .wrapper .body-content {
    padding: 0 16px;
    margin: 0 auto !important;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 500px;
    gap: 30px
}

@media(max-width:1440px) {
    .content-materia .wrapper .body-content {
        grid-template-columns: 1fr 450px;
        gap: 80px
    }
}

@media(max-width:810px) {
    .content-materia .wrapper .body-content {
        padding: 0
    }
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content {
        grid-template-columns: 1fr
    }
}

.content-materia .wrapper .body-content article.article {
    margin-bottom: 40px
}

.content-materia .wrapper .body-content article.article h1 {
    display: flex;
    font-weight: 700;
    font-size: 32px;
    color: #263868;
    margin: 0 auto 10px;
    text-align: left;
    justify-content: flex-start;
    max-width: unset
}

.content-materia .wrapper .body-content article.article time {
    font-weight: 700;
    font-size: 16px;
    color: #263868;
    display: block;
    margin-bottom: 20px
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article time {
        padding: 0 16px
    }
}

.content-materia .wrapper .body-content article.article .materia-title {
    margin: 0;
    padding: 0 16px
}

@media(max-width:810px) {
    .content-materia .wrapper .body-content article.article .materia-title .col-2 {
        grid-template-columns: 1fr
    }
}

.content-materia .wrapper .body-content article.article .materia-title strong {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: .75rem;
    text-transform: uppercase;
    line-height: 1;
    background-color: red;
    color: #fff;
    margin: 0;
    padding: .7rem .9rem;
    display: inline-block;
    width: auto
}

@media(max-width:810px) {
    .content-materia .wrapper .body-content article.article .materia-title strong {
        font-size: .65rem
    }
}

.content-materia .wrapper .body-content article.article .materia-title h1 {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 48px;
    line-height: 1.15;
    margin: 0 0 1rem;
    padding-top: .8rem
}

@media(max-width:810px) {
    .content-materia .wrapper .body-content article.article .materia-title h1 {
        font-size: 1.7rem;
        margin: 10px 0;
        padding: 0
    }
}

.content-materia .wrapper .body-content article.article .entry-video iframe {
    width: 100%;
    height: 466px;
    border-bottom: 6px solid red
}

.content-materia .wrapper .body-content article.article .entry-video .responsive-img-caption {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;
    justify-content: center
}

.content-materia .wrapper .body-content article.article .entry-video .entry-subscribe-yt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 24px
}

.content-materia .wrapper .body-content article.article .entry-video .entry-subscribe-yt h2,
.content-materia .wrapper .body-content article.article .entry-video .entry-subscribe-yt small {
    display: flex;
    align-items: center;
    margin-right: 5px;
    width: 100%;
    height: 24px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #00367c
}

.content-materia .wrapper .body-content article.article .entry-author {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center
}

@media(max-width:810px) {
    .content-materia .wrapper .body-content article.article .entry-author.opiniao .autor {
        padding: 0
    }
}

.content-materia .wrapper .body-content article.article .entry-author.opiniao .autor .item .sigla {
    width: 80px;
    max-width: 80px;
    height: 80px;
    border-radius: 50%
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-author.opiniao .autor .item .sigla {
        width: 60px;
        max-width: 60px;
        height: 60px
    }
}

.content-materia .wrapper .body-content article.article .entry-author.opiniao .autor .item .sigla>a {
    width: 80px;
    max-width: 80px;
    height: 80px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-author.opiniao .autor .item .sigla>a {
        width: 60px;
        max-width: 60px;
        height: 60px
    }
}

.content-materia .wrapper .body-content article.article .entry-author.opiniao .autor .item .sigla>a picture {
    display: flex;
    align-items: center
}

.content-materia .wrapper .body-content article.article .entry-author.opiniao .autor .item .sigla>a picture img {
    width: 100%;
    height: auto
}

.content-materia .wrapper .body-content article.article .entry-author.opiniao .autor .item .name {
    font-size: 22px
}

@media(max-width:810px) {
    .content-materia .wrapper .body-content article.article .entry-author.opiniao .autor .item .name {
        font-size: 16px
    }
}

.content-materia .wrapper .body-content article.article .entry-author .autor {
    display: flex;
    flex-direction: row;
    max-width: 960px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-items: center;
    font-family: Open Sans, sans-serif;
    box-sizing: border-box;
    margin: 0
}

@media(max-width:810px) {
    .content-materia .wrapper .body-content article.article .entry-author .autor {
        max-width: 100%;
        padding: 0 16px;
        margin: 0;
        margin-bottom: .5rem !important
    }
}

.content-materia .wrapper .body-content article.article .entry-author .autor a {
    border: none
}

.content-materia .wrapper .body-content article.article .entry-author .autor .item {
    display: flex;
    align-items: center;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 5px !important;
    padding: 0 !important;
    gap: 10px
}

.content-materia .wrapper .body-content article.article .entry-author .autor .item>img {
    width: 100px;
    float: left;
    margin-right: 8px
}

.content-materia .wrapper .body-content article.article .entry-author .autor .item .sigla {
    margin-bottom: 0 !important;
    padding: 0 !important
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-author .autor .item .sigla {
        width: 42px;
        height: 42px
    }

    .opiniao .content-materia .wrapper .body-content article.article .entry-author .autor .item .sigla {
        width: 60px;
        max-width: 60px;
        height: 60px;
        overflow: hidden;
        border-radius: 50%
    }
}

.content-materia .wrapper .body-content article.article .entry-author .autor .item .sigla a {
    display: flex;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-author .autor .item .sigla a {
        width: 42px;
        height: 42px
    }

    .opiniao .content-materia .wrapper .body-content article.article .entry-author .autor .item .sigla a {
        width: 60px;
        height: 60px;
        border-radius: 50%
    }
}

.content-materia .wrapper .body-content article.article .entry-author .autor .item .sigla .letras {
    width: 30px;
    font-family: Open Sans, sans-serif;
    color: #fff;
    padding: 0 !important;
    margin: auto !important
}

@media(max-width:810px) {
    .content-materia .wrapper .body-content article.article .entry-author .autor .item .sigla .letras {
        font-size: 10px
    }
}

.content-materia .wrapper .body-content article.article .entry-author .autor .item img {
    width: auto;
    height: 48px;
    background-color: transparent
}

.opiniao .content-materia .wrapper .body-content article.article .entry-author .autor .item img {
    height: 60px
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-author .autor .item img {
        height: 42px;
        width: 42px
    }
}

@media(max-width:320px) {
    .content-materia .wrapper .body-content article.article .entry-author .autor .item img {
        height: 32px
    }
}

.content-materia .wrapper .body-content article.article .entry-author .autor .item .name {
    margin-right: 20px;
    margin-bottom: 0 !important;
    font-family: Open Sans, sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: red
}

.darkmode .content-materia .wrapper .body-content article.article .entry-author .autor .item .name {
    color: #ff6d6d
}

@media(max-width:810px) {
    .content-materia .wrapper .body-content article.article .entry-author .autor .item .name {
        margin-left: 0;
        margin-right: 8px;
        padding-left: 0;
        padding-right: 8px;
        font-size: 16px
    }
}

.content-materia .wrapper .body-content article.article .entry-author .autor .item .local {
    font-weight: 600;
    font-size: 11px;
    line-height: 12px;
    color: #787878
}

.darkmode .content-materia .wrapper .body-content article.article .entry-author .autor .item .local {
    color: #f5f5f5
}

.content-materia .wrapper .body-content article.article .responsive-img {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 !important
}

@media(max-width:810px) {
    .content-materia .wrapper .body-content article.article .responsive-img {
        max-width: 728px
    }
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .responsive-img {
        max-width: 630px
    }
}

.content-materia .wrapper .body-content article.article .responsive-img picture {
    display: flex;
    width: 100%;
    display: block
}

@media(max-width:810px) {
    .content-materia .wrapper .body-content article.article .responsive-img picture {
        width: 100%;
        max-width: 100%
    }
}

.content-materia .wrapper .body-content article.article .responsive-img picture img {
    height: 100%;
    width: 100%
}

@media(max-width:810px) {
    .content-materia .wrapper .body-content article.article .responsive-img picture img {
        width: 100%
    }
}

.content-materia .wrapper .body-content article.article .responsive-img .cgs-article-destaque {
    width: 100%
}

.content-materia .wrapper .body-content article.article .responsive-img .responsive-img-caption {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    text-align: center;
    line-height: 1.6
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .responsive-img .responsive-img-caption {
        width: 100%;
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
        padding: 0 16px
    }
}

.content-materia .wrapper .body-content article.article .responsive-img .responsive-img-caption small {
    margin: 4px 0 10px;
    color: #555;
    text-align: center;
    font-size: 1rem;
    line-height: 1.4
}

.darkmode .content-materia .wrapper .body-content article.article .responsive-img .responsive-img-caption small {
    color: #f5f5f5
}

@media(max-width:810px) {
    .content-materia .wrapper .body-content article.article .responsive-img .responsive-img-caption small {
        margin: 0;
        font-size: .75rem;
        line-height: 1rem
    }
}

.content-materia .wrapper .body-content article.article .entry-content {
    margin: 0 auto
}

@media(max-width:1000px) {
    .content-materia .wrapper .body-content article.article .entry-content {
        max-width: 800px
    }
}

@media(max-width:810px) {
    .content-materia .wrapper .body-content article.article .entry-content {
        max-width: 100%;
        padding: 0 16px;
        margin: 0 auto;
        width: 100%
    }
}

.content-materia .wrapper .body-content article.article .entry-content blockquote,
.content-materia .wrapper .body-content article.article .entry-content ol,
.content-materia .wrapper .body-content article.article .entry-content ul {
    margin: 0 auto 1.8rem !important
}

.content-materia .wrapper .body-content article.article .entry-content h1,
.content-materia .wrapper .body-content article.article .entry-content h2,
.content-materia .wrapper .body-content article.article .entry-content h3,
.content-materia .wrapper .body-content article.article .entry-content h4,
.content-materia .wrapper .body-content article.article .entry-content h5,
.content-materia .wrapper .body-content article.article .entry-content h6 {
    margin: 0 auto 1rem !important;
    font-weight: 700;
    font-size: 32px;
    color: #263868
}

.content-materia .wrapper .body-content article.article .entry-content .entry-block h2,
.content-materia .wrapper .body-content article.article .entry-content .entry-block h3,
.content-materia .wrapper .body-content article.article .entry-content .entry-block h4 {
    margin: 0 !important
}

@media(max-width:810px) {

    .content-materia .wrapper .body-content article.article .entry-content .entry-block h2,
    .content-materia .wrapper .body-content article.article .entry-content .entry-block h3,
    .content-materia .wrapper .body-content article.article .entry-content .entry-block h4 {
        margin: 2rem 0 .7rem !important
    }
}

.content-materia .wrapper .body-content article.article .entry-content .cardPoderSemPudor header h4,
.content-materia .wrapper .body-content article.article .entry-content .frase-do-dia header h4 {
    margin: 0 !important
}

.content-materia .wrapper .body-content article.article .entry-content .cardPoderSemPudor h2,
.content-materia .wrapper .body-content article.article .entry-content .cardPoderSemPudor h3,
.content-materia .wrapper .body-content article.article .entry-content .frase-do-dia h2,
.content-materia .wrapper .body-content article.article .entry-content .frase-do-dia h3 {
    margin: 1.2rem 0 .8rem !important
}

.content-materia .wrapper .body-content article.article .entry-content table {
    display: block
}

.content-materia .wrapper .body-content article.article .entry-content .alignright {
    float: right;
    margin-bottom: 1.8rem;
    margin-top: 8px;
    margin-left: 30px !important
}

@media(max-width:1440px) {
    .content-materia .wrapper .body-content article.article .entry-content .alignright {
        max-width: 400px
    }
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content .alignright {
        width: 100% !important;
        height: 100% !important;
        float: unset;
        margin: 0 0 28px !important
    }
}

.content-materia .wrapper .body-content article.article .entry-content .aligncenter {
    margin: 0 auto 28px
}

.content-materia .wrapper .body-content article.article .entry-content .alignleft {
    float: left;
    margin-bottom: 1.8rem;
    margin-top: 8px;
    margin-right: 30px !important
}

@media(max-width:1440px) {
    .content-materia .wrapper .body-content article.article .entry-content .alignleft {
        max-width: 400px
    }
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content .alignleft {
        width: 100% !important;
        height: 100% !important;
        float: unset;
        margin: 0 0 28px !important
    }
}

.content-materia .wrapper .body-content article.article .entry-content .wp-caption.alignnone {
    width: 100% !important;
    height: 100% !important
}

.content-materia .wrapper .body-content article.article .entry-content .wp-caption.alignright {
    float: right;
    margin-bottom: 0;
    margin-top: 8px;
    margin-left: 30px !important
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content .wp-caption.alignright {
        width: 100% !important;
        height: 100% !important;
        float: unset;
        margin: 0 0 28px !important
    }
}

.content-materia .wrapper .body-content article.article .entry-content .wp-caption.alignright .wp-caption-text {
    border: none;
    margin: 0
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content .wp-caption.alignright .wp-caption-text {
        border-bottom: 1px solid #e0e0e0
    }
}

.content-materia .wrapper .body-content article.article .entry-content .wp-caption.alignleft {
    float: left;
    margin-bottom: 0;
    margin-top: 8px;
    margin-right: 30px !important
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content .wp-caption.alignleft {
        width: 100% !important;
        height: 100% !important;
        float: unset;
        margin: 0 0 28px !important
    }
}

.content-materia .wrapper .body-content article.article .entry-content .wp-caption.alignleft .wp-caption-text {
    border: none;
    margin: 0
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content .wp-caption.alignleft .wp-caption-text {
        border-bottom: 1px solid #e0e0e0
    }
}

.content-materia .wrapper .body-content article.article .entry-content .wp-caption .wp-caption-text {
    display: flex;
    align-items: flex-start;
    width: 100%;
    text-align: left;
    padding: 3px 0;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.6;
    color: #263868;
    font-size: 16px;
    font-family: Lato
}

.darkmode .content-materia .wrapper .body-content article.article .entry-content .wp-caption .wp-caption-text {
    color: #fff
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content .wp-caption .wp-caption-text {
        margin: 0 0 10px;
        font-size: .68rem
    }
}

.content-materia .wrapper .body-content article.article .entry-content .wp-caption img {
    height: auto;
    width: 100%
}

.content-materia .wrapper .body-content article.article .entry-content figure img {
    height: auto
}

.content-materia .wrapper .body-content article.article .entry-content a {
    color: #263868;
    line-height: 1.5;
    border-bottom: 1px solid;
    font-weight: 600
}

.darkmode .content-materia .wrapper .body-content article.article .entry-content a {
    color: #ff6d6d
}

.content-materia .wrapper .body-content article.article .entry-content a:hover {
    color: #22325d
}

.content-materia .wrapper .body-content article.article .entry-content h1 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.1;
    margin: .77rem 0 1.8rem
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content h1 {
        font-size: 1.6rem;
        line-height: 1.1;
        padding: 0 16px
    }
}

@media(max-width:320px) {
    .content-materia .wrapper .body-content article.article .entry-content h1 {
        font-size: 1.2rem
    }
}

.content-materia .wrapper .body-content article.article .entry-content h2 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 1.2rem;
    font-weight: 600;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content h2 {
        padding: 0 16px;
        font-size: 1.5rem;
        font-weight: 700
    }
}

@media(max-width:320px) {
    .content-materia .wrapper .body-content article.article .entry-content h2 {
        font-size: 1rem
    }
}

.content-materia .wrapper .body-content article.article .entry-content h3 {
    font-size: 1.63rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 8px;
    text-transform: unset
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content h3 {
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
        padding: 0;
        font-size: 1.5rem
    }
}

@media(max-width:320px) {
    .content-materia .wrapper .body-content article.article .entry-content h3 {
        font-size: 1.43rem
    }
}

.content-materia .wrapper .body-content article.article .entry-content h4 {
    font-size: 1.33rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content h4 {
        max-width: 500px;
        padding: 0 16px
    }
}

.content-materia .wrapper .body-content article.article .entry-content h5 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content h5 {
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
        padding: 0 16px
    }
}

.content-materia .wrapper .body-content article.article .entry-content h6 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content h6 {
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
        padding: 0 16px
    }
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content figure {
        width: 100%;
        margin: 0
    }
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content figure footer {
        padding: 0 16px;
        font-weight: bolder;
        color: #000;
        margin-bottom: 3px
    }
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content figure figcaption {
        padding: 0 16px;
        margin-bottom: 24px
    }
}

.content-materia .wrapper .body-content article.article .entry-content audio {
    width: 370px !important;
    height: 52px !important;
    display: flex;
    margin: 0 auto;
    justify-content: center
}

.content-materia .wrapper .body-content article.article .entry-content>ul {
    margin: 0 auto 1.8rem;
    padding: 0 0 0 1.2rem;
    width: calc(100% - 30px - 1.2rem);
    display: block
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content>ul {
        max-width: 630px !important;
        padding: 0 16px
    }
}

.content-materia .wrapper .body-content article.article .entry-content>ul li {
    font-size: 1.1rem;
    margin-bottom: .5rem;
    line-height: 1.5;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    display: list-item;
    list-style: disc;
    font-family: Open Sans, sans-serif;
    color: #263868
}

.darkmode .content-materia .wrapper .body-content article.article .entry-content>ul li {
    color: #f5f5f5
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content>ul li {
        margin-bottom: .4rem
    }
}

@media(max-width:320px) {
    .content-materia .wrapper .body-content article.article .entry-content>ul li {
        font-size: .9rem;
        line-height: 1.3
    }
}

.content-materia .wrapper .body-content article.article .entry-content>ul li::marker {
    color: red;
    font-weight: 700
}

.darkmode .content-materia .wrapper .body-content article.article .entry-content>ul li::marker {
    color: #ff6d6d
}

.content-materia .wrapper .body-content article.article .entry-content ol {
    margin: 0 auto 1.8rem;
    padding: 0 0 0 1.2rem;
    width: calc(100% - 30px - 1.2rem);
    display: block;
    box-sizing: border-box
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content ol {
        width: calc(100% - 32px);
        max-width: 630px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding: 0 16px
    }
}

.content-materia .wrapper .body-content article.article .entry-content ol li {
    font-size: 1.1rem;
    margin-bottom: .5rem;
    line-height: 1.5;
    display: list-item;
    list-style: decimal;
    font-family: Open Sans, sans-serif;
    padding-left: 5px;
    color: #263868
}

.darkmode .content-materia .wrapper .body-content article.article .entry-content ol li {
    color: #f5f5f5
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content ol li {
        margin-bottom: .4rem
    }
}

@media(max-width:320px) {
    .content-materia .wrapper .body-content article.article .entry-content ol li {
        font-size: .9rem;
        line-height: 1.3
    }
}

.content-materia .wrapper .body-content article.article .entry-content ol li::marker {
    color: red;
    font-weight: 700
}

.darkmode .content-materia .wrapper .body-content article.article .entry-content ol li::marker {
    color: #ff6d6d
}

.content-materia .wrapper .body-content article.article .entry-content blockquote {
    border-left: 4px solid red;
    margin: 0 auto 1.8rem;
    padding: 1rem 0 1rem 30px;
    width: calc(100% - 66px);
    clear: both
}

.darkmode .content-materia .wrapper .body-content article.article .entry-content blockquote {
    border-left: 4px solid #ff6d6d
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content blockquote {
        max-width: 436px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 1.5rem;
        padding: 0 16px
    }
}

.content-materia .wrapper .body-content article.article .entry-content blockquote p {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 0 1rem;
    padding: 0;
    font-family: Open Sans, sans-serif
}

@media(max-width:320px) {
    .content-materia .wrapper .body-content article.article .entry-content blockquote p {
        font-size: 1rem;
        line-height: 1.3
    }
}

.content-materia .wrapper .body-content article.article .entry-content blockquote small {
    display: block;
    padding-left: 25px;
    font-style: italic;
    font-family: Open Sans, sans-serif;
    position: relative
}

.content-materia .wrapper .body-content article.article .entry-content blockquote small:before {
    width: 15px;
    height: 2px;
    background-color: #3d3d3d;
    content: "";
    position: absolute;
    left: 0;
    top: 10px
}

.content-materia .wrapper .body-content article.article .entry-content div,
.content-materia .wrapper .body-content article.article .entry-content p {
    margin: 0 auto 1.8rem;
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    line-height: 1.3;
    color: #000
}

.content-materia .wrapper .body-content article.article .entry-content div br,
.content-materia .wrapper .body-content article.article .entry-content p br {
    content: "";
    display: block;
    width: 100%;
    margin-bottom: 1.8rem;
    line-height: 1.3
}

.darkmode .content-materia .wrapper .body-content article.article .entry-content div,
.darkmode .content-materia .wrapper .body-content article.article .entry-content p {
    color: #f5f5f5
}

@media(max-width:600px) {

    .content-materia .wrapper .body-content article.article .entry-content div,
    .content-materia .wrapper .body-content article.article .entry-content p {
        padding: 0;
        font-size: 18px;
        margin: 0 0 28px;
        line-height: 28px
    }
}

@media(max-width:320px) {

    .content-materia .wrapper .body-content article.article .entry-content div,
    .content-materia .wrapper .body-content article.article .entry-content p {
        font-size: 1.1rem;
        margin: 0 0 1.5rem
    }
}

.content-materia .wrapper .body-content article.article .entry-content div:empty,
.content-materia .wrapper .body-content article.article .entry-content p:empty {
    display: none
}

.content-materia .wrapper .body-content article.article .entry-content div>div,
.content-materia .wrapper .body-content article.article .entry-content div>p,
.content-materia .wrapper .body-content article.article .entry-content p>div,
.content-materia .wrapper .body-content article.article .entry-content p>p {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto 1.8rem;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 32px
}

@media(max-width:600px) {

    .content-materia .wrapper .body-content article.article .entry-content div>div,
    .content-materia .wrapper .body-content article.article .entry-content div>p,
    .content-materia .wrapper .body-content article.article .entry-content p>div,
    .content-materia .wrapper .body-content article.article .entry-content p>p {
        margin: 0 0 28px;
        line-height: 28px
    }
}

.content-materia .wrapper .body-content article.article .entry-content p>.alignright {
    float: right;
    margin-bottom: 1.8rem;
    margin-top: 8px;
    margin-left: 30px !important;
    margin-right: 0 !important
}

@media(max-width:810px) {
    .content-materia .wrapper .body-content article.article .entry-content p>.alignright {
        margin-right: 0 !important
    }
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content p>.alignright {
        width: 100% !important;
        height: 100% !important;
        float: unset;
        margin: 0 0 28px !important
    }
}

.content-materia .wrapper .body-content article.article .entry-content p>.aligncenter {
    margin: 0 auto 28px
}

.content-materia .wrapper .body-content article.article .entry-content p>.alignleft {
    float: left;
    margin-bottom: 1.8rem;
    margin-top: 8px;
    margin-right: 30px !important;
    margin-left: 0 !important
}

@media(max-width:810px) {
    .content-materia .wrapper .body-content article.article .entry-content p>.alignleft {
        margin-left: 0 !important
    }
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content p>.alignleft {
        width: 100% !important;
        height: 100% !important;
        float: unset;
        margin: 0 0 28px !important
    }
}

.content-materia .wrapper .body-content article.article .entry-content p a strong {
    color: #263868
}

.content-materia .wrapper .body-content article.article .entry-content p a:hover {
    color: #22325d
}

.content-materia .wrapper .body-content article.article .entry-content p a:hover>strong {
    color: #263868
}

.content-materia .wrapper .body-content article.article .entry-content p strong {
    font-weight: 700
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content>p:first-of-type {
        margin-top: .8rem
    }
}

.content-materia .wrapper .body-content article.article .entry-content>div:last-child,
.content-materia .wrapper .body-content article.article .entry-content>p:last-child {
    margin-bottom: 4rem
}

.content-materia .wrapper .body-content article.article .entry-content table {
    border-collapse: collapse;
    max-width: 800px;
    width: 100%;
    height: 100% !important;
    overflow-x: scroll;
    margin-bottom: 1.8rem;
    table-layout: auto
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content table {
        width: calc(100% - 32px) !important;
        max-width: calc(100% - 32px) !important;
        display: block;
        margin: 0 auto 1.4rem
    }
}

.content-materia .wrapper .body-content article.article .entry-content table tbody tr:first-child {
    background-color: #fbfbfb
}

.darkmode .content-materia .wrapper .body-content article.article .entry-content table tbody tr:first-child {
    color: #fff;
    background-color: #333
}

.content-materia .wrapper .body-content article.article .entry-content table tbody tr:first-child td {
    color: #00367c;
    background-color: #fbfbfb;
    font-family: Open Sans, serif;
    font-size: 1rem
}

.darkmode .content-materia .wrapper .body-content article.article .entry-content table tbody tr:first-child td {
    color: #fff;
    background-color: #333
}

.content-materia .wrapper .body-content article.article .entry-content table tbody tr:first-child td p {
    color: #00367c;
    font-family: Open Sans, serif;
    margin: 0;
    font-size: 1rem
}

.darkmode .content-materia .wrapper .body-content article.article .entry-content table tbody tr:first-child td p {
    color: #fff
}

.content-materia .wrapper .body-content article.article .entry-content table tbody td,
.content-materia .wrapper .body-content article.article .entry-content table tbody th,
.content-materia .wrapper .body-content article.article .entry-content table tbody tr {
    margin: 0;
    padding: .5rem 8px;
    line-height: 1.5;
    border-bottom: 1px solid #ddd;
    color: #3d3d3d
}

.content-materia .wrapper .body-content article.article .entry-content table tbody th {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd
}

.content-materia .wrapper .body-content article.article .entry-content table tbody th:last-child {
    padding-bottom: 1rem
}

.content-materia .wrapper .body-content article.article .entry-content table tbody tr:hover {
    background-color: #f5f5f5
}

.content-materia .wrapper .body-content article.article .entry-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

.content-materia .wrapper .body-content article.article .entry-content small.legenda {
    max-width: 350px;
    margin: 0 auto 1.8rem;
    display: block;
    text-align: left;
    font-size: .7rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: transparent;
    color: #333;
    padding: 0;
    border: none;
    font-family: Open Sans, sans-serif
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content small.legenda {
        padding: 3px 16px 0
    }
}

.content-materia .wrapper .body-content article.article .entry-content .align-left {
    max-width: 100%;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 1.8rem;
    background-color: #fff
}

@media(max-width:1160px) {
    .content-materia .wrapper .body-content article.article .entry-content .align-left {
        margin: 0 0 1.8rem;
        float: unset;
        display: block;
        width: 100%;
        max-width: 100%
    }
}

.content-materia .wrapper .body-content article.article .entry-content .align-left>img {
    width: 350px;
    height: 233px;
    max-width: 100%
}

.content-materia .wrapper .body-content article.article .entry-content .twitter-tweet {
    margin: 0 auto 1.8rem !important;
    box-sizing: border-box
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content .twitter-tweet {
        padding: 0 16px;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 1.4rem !important
    }
}

.content-materia .wrapper .body-content article.article .entry-content .instagram-media {
    margin: 0 auto 1.8rem !important;
    box-sizing: border-box;
    position: unset !important
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content .instagram-media {
        min-width: 284px !important;
        width: calc(100% - 32px) !important;
        margin-right: 16px !important;
        margin-left: 16px !important;
        padding: 0 16px
    }
}

.content-materia .wrapper .body-content article.article .entry-content .video-embed {
    display: block;
    width: 100%;
    margin: 0 auto 1.8rem;
    padding: 0 !important
}

.content-materia .wrapper .body-content article.article .entry-content iframe[data-src^="http://www.youtube.com"],
.content-materia .wrapper .body-content article.article .entry-content iframe[data-src^="https://www.youtube.com"],
.content-materia .wrapper .body-content article.article .entry-content iframe[src^="http://www.youtube.com"],
.content-materia .wrapper .body-content article.article .entry-content iframe[src^="https://www.youtube.com"] {
    max-width: 560px;
    display: block;
    margin: 0 auto;
    padding: 0;
    background-color: #ccc;
    width: 100%;
    height: 100%;
    min-height: 315px
}

@media(max-width:600px) {

    .content-materia .wrapper .body-content article.article .entry-content iframe[data-src^="http://www.youtube.com"],
    .content-materia .wrapper .body-content article.article .entry-content iframe[data-src^="https://www.youtube.com"],
    .content-materia .wrapper .body-content article.article .entry-content iframe[src^="http://www.youtube.com"],
    .content-materia .wrapper .body-content article.article .entry-content iframe[src^="https://www.youtube.com"] {
        max-width: 100%;
        height: 200px;
        width: 100%;
        height: 300px;
        min-height: 300px
    }
}

@media(max-width:414px) {

    .content-materia .wrapper .body-content article.article .entry-content iframe[data-src^="http://www.youtube.com"],
    .content-materia .wrapper .body-content article.article .entry-content iframe[data-src^="https://www.youtube.com"],
    .content-materia .wrapper .body-content article.article .entry-content iframe[src^="http://www.youtube.com"],
    .content-materia .wrapper .body-content article.article .entry-content iframe[src^="https://www.youtube.com"] {
        height: 233px;
        min-height: 233px
    }
}

@media(max-width:375px) {

    .content-materia .wrapper .body-content article.article .entry-content iframe[data-src^="http://www.youtube.com"],
    .content-materia .wrapper .body-content article.article .entry-content iframe[data-src^="https://www.youtube.com"],
    .content-materia .wrapper .body-content article.article .entry-content iframe[src^="http://www.youtube.com"],
    .content-materia .wrapper .body-content article.article .entry-content iframe[src^="https://www.youtube.com"] {
        height: 211px;
        min-height: 211px
    }
}

@media(max-width:320px) {

    .content-materia .wrapper .body-content article.article .entry-content iframe[data-src^="http://www.youtube.com"],
    .content-materia .wrapper .body-content article.article .entry-content iframe[data-src^="https://www.youtube.com"],
    .content-materia .wrapper .body-content article.article .entry-content iframe[src^="http://www.youtube.com"],
    .content-materia .wrapper .body-content article.article .entry-content iframe[src^="https://www.youtube.com"] {
        height: 190px;
        min-height: 190px
    }
}

.content-materia .wrapper .body-content article.article .entry-content iframe[src^="https://www.facebook.com"] {
    max-width: 100%;
    margin: 0 auto 1.8rem;
    display: flex;
    align-items: justify-content
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .entry-content iframe[src^="https://www.facebook.com"] {
        max-height: 212px;
        margin: 0 auto 1.4rem
    }
}

.content-materia .wrapper .body-content article.article .entry-content iframe[id^=twitter-widget] {
    width: 100% !important
}

.content-materia .wrapper .body-content article.article .header-comments {
    position: relative;
    display: block;
    width: auto
}

.content-materia .wrapper .body-content article.article .header-comments:before {
    position: absolute;
    content: "";
    top: unset;
    bottom: 0;
    left: 0;
    width: 357px;
    height: 10px;
    background: #fdb92e 0 0 no-repeat padding-box
}

.content-materia .wrapper .body-content article.article .header-comments h3 {
    text-align: left;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    color: #263868;
    padding-bottom: 17px
}

.content-materia .wrapper .body-content article.article .comments {
    display: block;
    width: 100%;
    clear: both
}

@media(max-width:810px) {
    .content-materia .wrapper .body-content article.article .comments {
        margin: 0 auto
    }
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content article.article .comments {
        padding: 0 16px
    }
}

.content-materia .wrapper .body-content aside {
    display: block
}

@media(max-width:600px) {
    .content-materia .wrapper .body-content aside {
        padding: 0 16px
    }
}

.content-materia .wrapper .body-content aside iframe {
    width: 100%
}

.category,
.editoria,
.page {
    margin: 0 auto;
    padding: 0
}

.category .entry-open,
.editoria .entry-open,
.page .entry-open {
    height: 448px;
    width: 100%;
    position: relative;
    background-color: #333;
    margin: 0;
    padding: 0;
    overflow: hidden
}

@media(max-width:600px) {

    .category .entry-open,
    .editoria .entry-open,
    .page .entry-open {
        height: 210px
    }
}

.category .entry-open .responsive-img,
.editoria .entry-open .responsive-img,
.page .entry-open .responsive-img {
    width: inherit;
    height: inherit
}

.category .entry-open .responsive-img picture,
.editoria .entry-open .responsive-img picture,
.page .entry-open .responsive-img picture {
    width: inherit;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center
}

.category .entry-open .responsive-img picture img,
.editoria .entry-open .responsive-img picture img,
.page .entry-open .responsive-img picture img {
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover
}

.category .entry-open .box-content,
.editoria .entry-open .box-content,
.page .entry-open .box-content {
    max-width: 1640px;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: unset;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%);
    z-index: 3
}

@media(max-width:1440px) {

    .category .entry-open .box-content,
    .editoria .entry-open .box-content,
    .page .entry-open .box-content {
        max-width: 1170px
    }
}

.category .entry-open .box-content h1,
.editoria .entry-open .box-content h1,
.page .entry-open .box-content h1 {
    font-weight: 900;
    font-size: 32px;
    color: #fbfbfb;
    max-width: 1139px;
    margin-bottom: 40px;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
    justify-content: flex-start
}

@media(max-width:600px) {

    .category .entry-open .box-content h1,
    .editoria .entry-open .box-content h1,
    .page .entry-open .box-content h1 {
        font-size: 26px;
        margin: 0 0 20px;
        padding: 0
    }
}

.category .entry-open .box-content h1.headline,
.editoria .entry-open .box-content h1.headline,
.page .entry-open .box-content h1.headline {
    justify-content: flex-start !important
}

.category .entry-open .box-content .breadcrumb,
.editoria .entry-open .box-content .breadcrumb,
.page .entry-open .box-content .breadcrumb {
    text-align: left;
    font-weight: 400;
    font-size: 20px;
    font-family: Lato;
    color: #fbfbfb;
    position: relative;
    border-bottom: 1px solid #fbfbfb;
    padding-bottom: 3px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media(max-width:600px) {

    .category .entry-open .box-content .breadcrumb,
    .editoria .entry-open .box-content .breadcrumb,
    .page .entry-open .box-content .breadcrumb {
        font-size: 16px
    }
}

.category .entry-open .box-content .breadcrumb a,
.editoria .entry-open .box-content .breadcrumb a,
.page .entry-open .box-content .breadcrumb a {
    color: #fbfbfb
}

.category .entry-open .box-content .breadcrumb a:hover,
.editoria .entry-open .box-content .breadcrumb a:hover,
.page .entry-open .box-content .breadcrumb a:hover {
    color: #fff
}

.category .entry-open:after,
.editoria .entry-open:after,
.page .entry-open:after {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 467px;
    background: #09132d;
    z-index: 2;
    opacity: .6
}

.category .entry-open:before,
.editoria .entry-open:before,
.page .entry-open:before {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 467px;
    background: #263868;
    background: linear-gradient(315deg, #263868 20%, #fdb92e);
    background-blend-mode: multiply;
    z-index: 2;
    opacity: 1;
    mix-blend-mode: screen
}

.category h2,
.editoria h2,
.page h2 {
    margin: 0 auto 70px;
    font-size: 32px;
    font-weight: 700;
    color: #263868;
    max-width: 812px;
    text-align: center
}

@media(max-width:600px) {

    .category h2,
    .editoria h2,
    .page h2 {
        font-size: 22px
    }
}

.category .services,
.editoria .services,
.page .services {
    margin-bottom: 100px
}

.category .content-page,
.editoria .content-page,
.page .content-page {
    max-width: 991px;
    width: 100%;
    margin: 0 auto
}

.category .content-page .entry-director,
.editoria .content-page .entry-director,
.page .content-page .entry-director {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px
}

@media(max-width:600px) {

    .category .content-page .entry-director,
    .editoria .content-page .entry-director,
    .page .content-page .entry-director {
        grid-template-columns: 1fr;
        gap: 30px
    }
}

.category .content-page .entry-director .card_dir img,
.editoria .content-page .entry-director .card_dir img,
.page .content-page .entry-director .card_dir img {
    width: 100%;
    border-radius: 10px;
    margin: 0;
    padding: 0;
    box-shadow: 4px 4px 12px 5px rgba(0, 0, 0, .13)
}

.category .content-page .entry-director .card_dir .entry-text,
.editoria .content-page .entry-director .card_dir .entry-text,
.page .content-page .entry-director .card_dir .entry-text {
    display: flex;
    margin: 16px 0 0
}

.category .content-page .entry-director .card_dir .entry-text:before,
.editoria .content-page .entry-director .card_dir .entry-text:before,
.page .content-page .entry-director .card_dir .entry-text:before {
    content: "";
    width: 5px;
    height: 20px;
    background-color: #fdb92e;
    margin-right: 7px;
    padding: 0;
    display: block
}

.category .content-page .entry-director .card_dir .entry-text .data h4,
.editoria .content-page .entry-director .card_dir .entry-text .data h4,
.page .content-page .entry-director .card_dir .entry-text .data h4 {
    color: #263868;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: .9rem
}

.category .content-page .entry-director .card_dir .entry-text .data small,
.editoria .content-page .entry-director .card_dir .entry-text .data small,
.page .content-page .entry-director .card_dir .entry-text .data small {
    text-transform: uppercase;
    color: #707070;
    font-weight: 700;
    font-size: 11px;
    margin: 0;
    padding: 0
}

@media(max-width:600px) {

    .category .content-page .dataTable,
    .category .content-page .wpDataTables,
    .editoria .content-page .dataTable,
    .editoria .content-page .wpDataTables,
    .page .content-page .dataTable,
    .page .content-page .wpDataTables {
        width: 100% !important;
        overflow: scroll
    }
}

.category .content-page>ul,
.editoria .content-page>ul,
.page .content-page>ul {
    margin: 20px auto 1.8rem;
    padding: 0 0 0 1.2rem;
    width: calc(100% - 30px - 1.2rem);
    display: block
}

@media(max-width:600px) {

    .category .content-page>ul,
    .editoria .content-page>ul,
    .page .content-page>ul {
        max-width: 630px !important;
        padding: 0 16px
    }
}

.category .content-page>ul li,
.editoria .content-page>ul li,
.page .content-page>ul li {
    font-size: 1.1rem;
    margin-bottom: .5rem;
    line-height: 1.5;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    display: list-item;
    list-style: disc;
    font-family: Open Sans, sans-serif;
    color: #000
}

@media(max-width:600px) {

    .category .content-page>ul li,
    .editoria .content-page>ul li,
    .page .content-page>ul li {
        margin-bottom: .4rem
    }
}

@media(max-width:320px) {

    .category .content-page>ul li,
    .editoria .content-page>ul li,
    .page .content-page>ul li {
        font-size: .9rem;
        line-height: 1.3
    }
}

.category .content-page>ul li::marker,
.editoria .content-page>ul li::marker,
.page .content-page>ul li::marker {
    color: #263868;
    font-weight: 700
}

.category .content-page ol,
.editoria .content-page ol,
.page .content-page ol {
    margin: 20px auto 1.8rem;
    padding: 0 0 0 1.2rem;
    width: calc(100% - 30px - 1.2rem);
    display: block;
    box-sizing: border-box
}

@media(max-width:600px) {

    .category .content-page ol,
    .editoria .content-page ol,
    .page .content-page ol {
        width: calc(100% - 32px);
        max-width: 630px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding: 0 16px
    }
}

.category .content-page ol li,
.editoria .content-page ol li,
.page .content-page ol li {
    font-size: 16px;
    margin-bottom: .5rem;
    line-height: 1.5;
    display: list-item;
    list-style: decimal;
    font-family: Open Sans, sans-serif;
    padding-left: 5px;
    color: #000
}

@media(max-width:600px) {

    .category .content-page ol li,
    .editoria .content-page ol li,
    .page .content-page ol li {
        margin-bottom: .4rem
    }
}

@media(max-width:320px) {

    .category .content-page ol li,
    .editoria .content-page ol li,
    .page .content-page ol li {
        font-size: .9rem;
        line-height: 1.3
    }
}

.category .content-page ol li::marker,
.editoria .content-page ol li::marker,
.page .content-page ol li::marker {
    color: #263868;
    font-weight: 700
}

.category .content-page h1,
.category .content-page h2,
.category .content-page h3,
.editoria .content-page h1,
.editoria .content-page h2,
.editoria .content-page h3,
.page .content-page h1,
.page .content-page h2,
.page .content-page h3 {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    color: #263868;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1;
    padding: 0
}

@media(max-width:600px) {

    .category .content-page h1,
    .category .content-page h2,
    .category .content-page h3,
    .editoria .content-page h1,
    .editoria .content-page h2,
    .editoria .content-page h3,
    .page .content-page h1,
    .page .content-page h2,
    .page .content-page h3 {
        font-size: 20px;
        align-items: center
    }
}

.category .content-page h1:not(:first-child),
.category .content-page h2:not(:first-child),
.category .content-page h3:not(:first-child),
.editoria .content-page h1:not(:first-child),
.editoria .content-page h2:not(:first-child),
.editoria .content-page h3:not(:first-child),
.page .content-page h1:not(:first-child),
.page .content-page h2:not(:first-child),
.page .content-page h3:not(:first-child) {
    margin-top: 64px
}

.category .content-page h1:before,
.category .content-page h2:before,
.category .content-page h3:before,
.editoria .content-page h1:before,
.editoria .content-page h2:before,
.editoria .content-page h3:before,
.page .content-page h1:before,
.page .content-page h2:before,
.page .content-page h3:before {
    content: "";
    width: 11px;
    height: 36px;
    background-color: #fdb92e;
    margin-right: 7px;
    padding: 0
}

@media(max-width:600px) {

    .category .content-page h1:before,
    .category .content-page h2:before,
    .category .content-page h3:before,
    .editoria .content-page h1:before,
    .editoria .content-page h2:before,
    .editoria .content-page h3:before,
    .page .content-page h1:before,
    .page .content-page h2:before,
    .page .content-page h3:before {
        margin-top: 3px
    }
}

.category .content-page h4,
.editoria .content-page h4,
.page .content-page h4 {
    font-weight: 700;
    text-align: left;
    font-size: 17px;
    margin-bottom: 5px;
    letter-spacing: 0;
    color: #263868
}

.category .content-page h5,
.editoria .content-page h5,
.page .content-page h5 {
    font-size: 16px;
    font-style: italic;
    padding-top: 0;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 5px;
    color: #000;
    letter-spacing: 0
}

.category .content-page table,
.editoria .content-page table,
.page .content-page table {
    border-collapse: collapse;
    margin: 40px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    min-width: 812px;
    font-family: Open Sans !important
}

@media(max-width:600px) {

    .category .content-page table,
    .editoria .content-page table,
    .page .content-page table {
        width: 100%;
        min-width: unset
    }
}

.category .content-page table>*,
.editoria .content-page table>*,
.page .content-page table>* {
    font-family: Open Sans !important
}

.category .content-page table td,
.category .content-page table th,
.editoria .content-page table td,
.editoria .content-page table th,
.page .content-page table td,
.page .content-page table th {
    padding: 12px 15px
}

.category .content-page table thead,
.editoria .content-page table thead,
.page .content-page table thead {
    border-radius: 10px 10px 0 0
}

.category .content-page table thead th,
.category .content-page table thead tr,
.editoria .content-page table thead th,
.editoria .content-page table thead tr,
.page .content-page table thead th,
.page .content-page table thead tr {
    background-color: #fdb92e !important;
    text-align: left !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding-left: 40px
}

.category .content-page table thead th strong,
.category .content-page table thead tr strong,
.editoria .content-page table thead th strong,
.editoria .content-page table thead tr strong,
.page .content-page table thead th strong,
.page .content-page table thead tr strong {
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    font-size: 20px;
    padding-left: 40px
}

.category .content-page table thead th,
.editoria .content-page table thead th,
.page .content-page table thead th {
    padding: 14px 0
}

.category .content-page table tbody tr,
.editoria .content-page table tbody tr,
.page .content-page table tbody tr {
    border-bottom: 1px solid #c8c8c8
}

.category .content-page table tbody tr:nth-of-type(2n),
.editoria .content-page table tbody tr:nth-of-type(2n),
.page .content-page table tbody tr:nth-of-type(2n) {
    background-color: #f3f3f3
}

.category .content-page table tbody tr:last-of-type,
.editoria .content-page table tbody tr:last-of-type,
.page .content-page table tbody tr:last-of-type {
    border-bottom: 2px solid #fdb92e
}

.category .content-page table tbody tr td,
.editoria .content-page table tbody tr td,
.page .content-page table tbody tr td {
    border: 1px solid #c8c8c8;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #000;
    text-align: left;
    padding: 14px 10px 14px 40px
}

.category .content-page table.aligncenter,
.editoria .content-page table.aligncenter,
.page .content-page table.aligncenter {
    margin: 40px auto
}

.category .content-page ul li,
.editoria .content-page ul li,
.page .content-page ul li {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.6
}

.category .content-page .wp-caption img,
.editoria .content-page .wp-caption img,
.page .content-page .wp-caption img {
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137)
}

.category .content-page .wp-caption .wp-caption-text,
.editoria .content-page .wp-caption .wp-caption-text,
.page .content-page .wp-caption .wp-caption-text {
    display: flex;
    align-items: flex-start;
    width: 100%;
    text-align: left;
    padding: 3px 0;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.6;
    color: #263868;
    font-size: 16px;
    font-family: Lato;
    margin-top: 0
}

.category .content-page .alignright,
.editoria .content-page .alignright,
.page .content-page .alignright {
    float: right;
    margin-left: 50px;
    margin-bottom: 1.5rem
}

.category .content-page .alignright .wp-caption-text,
.editoria .content-page .alignright .wp-caption-text,
.page .content-page .alignright .wp-caption-text {
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    width: 100%;
    border: none
}

.category .content-page p,
.editoria .content-page p,
.page .content-page p {
    font-size: 16px;
    font-weight: 400;
    color: #000
}

.category .content-page p.aligncenter,
.editoria .content-page p.aligncenter,
.page .content-page p.aligncenter {
    width: 100%;
    max-width: 100%
}

@media(max-width:600px) {

    .category .content-page p img,
    .editoria .content-page p img,
    .page .content-page p img {
        width: 100%;
        height: auto
    }
}

.category .wrapper,
.editoria .wrapper,
.page .wrapper {
    display: grid;
    grid-template-columns: auto 336px;
    grid-template-rows: auto;
    grid-gap: 50px;
    padding: 0;
    max-width: 1170px;
    margin: 20px auto 0;
    width: 100%;
    justify-content: space-between
}

@media(max-width:1366px) {

    .category .wrapper,
    .editoria .wrapper,
    .page .wrapper {
        grid-template-columns: 1fr 336px;
        padding: 0 16px
    }
}

@media(max-width:1024px) {

    .category .wrapper,
    .editoria .wrapper,
    .page .wrapper {
        grid-template-columns: 1fr 300px
    }
}

@media(max-width:810px) {

    .category .wrapper,
    .editoria .wrapper,
    .page .wrapper {
        grid-template-columns: 1fr;
        max-width: 728px;
        padding: 0;
        margin: 0 auto;
        grid-gap: 30px
    }
}

@media(max-width:600px) {

    .category .wrapper,
    .editoria .wrapper,
    .page .wrapper {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin: 0 auto;
        padding: 0 16px
    }
}

.category .wrapper-videos,
.editoria .wrapper-videos,
.page .wrapper-videos {
    margin: 40px 0
}

.category .wrapper-videos .list-videos,
.editoria .wrapper-videos .list-videos,
.page .wrapper-videos .list-videos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    grid-template-rows: auto;
    max-width: 1170px;
    margin: 0 auto
}

@media(max-width:810px) {

    .category .wrapper-videos .list-videos,
    .editoria .wrapper-videos .list-videos,
    .page .wrapper-videos .list-videos {
        padding: 0 16px
    }
}

.category .wrapper-videos .list-videos .item,
.editoria .wrapper-videos .list-videos .item,
.page .wrapper-videos .list-videos .item {
    margin: 0 auto
}

.category .wrapper-videos .list-videos .item:first-of-type,
.editoria .wrapper-videos .list-videos .item:first-of-type,
.page .wrapper-videos .list-videos .item:first-of-type {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 700px;
    height: 400px
}

@media(max-width:810px) {

    .category .wrapper-videos .list-videos .item:first-of-type,
    .editoria .wrapper-videos .list-videos .item:first-of-type,
    .page .wrapper-videos .list-videos .item:first-of-type {
        width: 100%;
        height: 250px
    }
}

.category .wrapper-videos .list-videos .item iframe,
.editoria .wrapper-videos .list-videos .item iframe,
.page .wrapper-videos .list-videos .item iframe {
    width: inherit;
    height: inherit;
    -o-object-fit: contain;
    object-fit: contain
}

.category .wrapper .content-news,
.editoria .wrapper .content-news,
.page .wrapper .content-news {
    display: flex;
    justify-content: center
}

@media(max-width:1366px) {

    .category .wrapper .content-news,
    .editoria .wrapper .content-news,
    .page .wrapper .content-news {
        border-right: none
    }
}

@media(max-width:1024px) {

    .category .wrapper .content-news,
    .editoria .wrapper .content-news,
    .page .wrapper .content-news {
        padding-right: 20px
    }
}

@media(max-width:810px) {

    .category .wrapper .content-news,
    .editoria .wrapper .content-news,
    .page .wrapper .content-news {
        width: 100%;
        padding-right: 0;
        flex-direction: column
    }
}

.category .wrapper .content-news .spotlight .cardHor,
.editoria .wrapper .content-news .spotlight .cardHor,
.page .wrapper .content-news .spotlight .cardHor {
    display: flex;
    grid-template-columns: unset
}

@media(max-width:600px) {

    .category .wrapper .content-news .spotlight .cardHor,
    .editoria .wrapper .content-news .spotlight .cardHor,
    .page .wrapper .content-news .spotlight .cardHor {
        flex-direction: column
    }
}

@media(max-width:600px) {

    .category .wrapper .content-news .spotlight .cardHor:first-of-type a,
    .editoria .wrapper .content-news .spotlight .cardHor:first-of-type a,
    .page .wrapper .content-news .spotlight .cardHor:first-of-type a {
        display: block;
        width: 100%;
        max-width: 100%
    }
}

.category .wrapper .content-news .spotlight .cardHor:first-of-type a picture,
.editoria .wrapper .content-news .spotlight .cardHor:first-of-type a picture,
.page .wrapper .content-news .spotlight .cardHor:first-of-type a picture {
    width: 362px;
    max-width: 362px;
    height: auto
}

@media(max-width:810px) {

    .category .wrapper .content-news .spotlight .cardHor:first-of-type a picture,
    .editoria .wrapper .content-news .spotlight .cardHor:first-of-type a picture,
    .page .wrapper .content-news .spotlight .cardHor:first-of-type a picture {
        width: 200px;
        max-width: 200px;
        height: auto
    }
}

@media(max-width:600px) {

    .category .wrapper .content-news .spotlight .cardHor:first-of-type a picture,
    .editoria .wrapper .content-news .spotlight .cardHor:first-of-type a picture,
    .page .wrapper .content-news .spotlight .cardHor:first-of-type a picture {
        width: 100%;
        max-width: 100%;
        height: unset
    }
}

.category .wrapper .content-news .spotlight .cardHor:first-of-type a picture img,
.editoria .wrapper .content-news .spotlight .cardHor:first-of-type a picture img,
.page .wrapper .content-news .spotlight .cardHor:first-of-type a picture img {
    width: 100%
}

.category .wrapper .content-news .list-news,
.editoria .wrapper .content-news .list-news,
.page .wrapper .content-news .list-news {
    clear: both;
    display: block;
    max-width: 770px
}

@media(max-width:810px) {

    .category .wrapper .content-news .list-news,
    .editoria .wrapper .content-news .list-news,
    .page .wrapper .content-news .list-news {
        margin-bottom: 0
    }
}

.category .wrapper .content-news .list-news nav,
.editoria .wrapper .content-news .list-news nav,
.page .wrapper .content-news .list-news nav {
    box-shadow: none
}

.category .wrapper .content-news .list-news nav ul,
.editoria .wrapper .content-news .list-news nav ul,
.page .wrapper .content-news .list-news nav ul {
    display: flex;
    gap: 20px;
    margin: 60px 0 40px
}

.category .wrapper .content-news .list-news nav ul li,
.editoria .wrapper .content-news .list-news nav ul li,
.page .wrapper .content-news .list-news nav ul li {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    border: none;
    margin: 0;
    padding: 10px 0;
    background-color: #b9161f
}

.category .wrapper .content-news .list-news nav ul li.active,
.category .wrapper .content-news .list-news nav ul li:hover,
.editoria .wrapper .content-news .list-news nav ul li.active,
.editoria .wrapper .content-news .list-news nav ul li:hover,
.page .wrapper .content-news .list-news nav ul li.active,
.page .wrapper .content-news .list-news nav ul li:hover {
    background-color: red
}

.category .wrapper .content-news .list-news nav ul li a,
.category .wrapper .content-news .list-news nav ul li span,
.editoria .wrapper .content-news .list-news nav ul li a,
.editoria .wrapper .content-news .list-news nav ul li span,
.page .wrapper .content-news .list-news nav ul li a,
.page .wrapper .content-news .list-news nav ul li span {
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 100%;
    display: block
}

.category .wrapper .content-news .list-news .cardHor,
.editoria .wrapper .content-news .list-news .cardHor,
.page .wrapper .content-news .list-news .cardHor {
    display: flex;
    grid-template-columns: unset
}

@media(max-width:600px) {

    .category .wrapper .content-news .list-news .cardHor,
    .editoria .wrapper .content-news .list-news .cardHor,
    .page .wrapper .content-news .list-news .cardHor {
        flex-direction: column
    }
}

.category .wrapper .content-news .list-news .cardHor time,
.editoria .wrapper .content-news .list-news .cardHor time,
.page .wrapper .content-news .list-news .cardHor time {
    display: block;
    margin-top: 8px
}

.category .wrapper .content-news .list-news .cardHor.no-image,
.editoria .wrapper .content-news .list-news .cardHor.no-image,
.page .wrapper .content-news .list-news .cardHor.no-image {
    padding: 0 0 40px;
    position: relative;
    margin-bottom: 30px
}

.category .wrapper .content-news .list-news .cardHor.no-image h2,
.editoria .wrapper .content-news .list-news .cardHor.no-image h2,
.page .wrapper .content-news .list-news .cardHor.no-image h2 {
    margin-bottom: 0 !important
}

.category .wrapper .content-news .list-news .cardHor.no-image:after,
.editoria .wrapper .content-news .list-news .cardHor.no-image:after,
.page .wrapper .content-news .list-news .cardHor.no-image:after {
    content: "";
    width: 45px;
    height: 8px;
    background-color: #b9161f;
    bottom: 0;
    left: 0;
    position: absolute
}

.darkmode .category .wrapper .content-news .list-news .cardHor.no-image:after,
.darkmode .editoria .wrapper .content-news .list-news .cardHor.no-image:after,
.darkmode .page .wrapper .content-news .list-news .cardHor.no-image:after {
    background-color: #f5f5f5
}

.category .wrapper .content-news .list-news .cardHor>a,
.editoria .wrapper .content-news .list-news .cardHor>a,
.page .wrapper .content-news .list-news .cardHor>a {
    display: block
}

@media(max-width:810px) {

    .category .wrapper .content-news .list-news .cardHor>a,
    .editoria .wrapper .content-news .list-news .cardHor>a,
    .page .wrapper .content-news .list-news .cardHor>a {
        width: 100%;
        max-width: 200px
    }
}

@media(max-width:600px) {

    .category .wrapper .content-news .list-news .cardHor>a,
    .editoria .wrapper .content-news .list-news .cardHor>a,
    .page .wrapper .content-news .list-news .cardHor>a {
        width: 100%;
        max-width: 100%
    }
}

.category .wrapper .content-news .list-news .cardHor>a:empty,
.editoria .wrapper .content-news .list-news .cardHor>a:empty,
.page .wrapper .content-news .list-news .cardHor>a:empty {
    display: none
}

.category .wrapper .content-news .list-news .cardHor>a picture,
.editoria .wrapper .content-news .list-news .cardHor>a picture,
.page .wrapper .content-news .list-news .cardHor>a picture {
    width: 252px;
    max-width: 252px;
    height: auto
}

@media(max-width:810px) {

    .category .wrapper .content-news .list-news .cardHor>a picture,
    .editoria .wrapper .content-news .list-news .cardHor>a picture,
    .page .wrapper .content-news .list-news .cardHor>a picture {
        width: 200px;
        max-width: 200px;
        height: auto
    }
}

@media(max-width:600px) {

    .category .wrapper .content-news .list-news .cardHor>a picture,
    .editoria .wrapper .content-news .list-news .cardHor>a picture,
    .page .wrapper .content-news .list-news .cardHor>a picture {
        width: 100%;
        max-width: 100%;
        height: auto
    }
}

.category .wrapper .content-news .list-news .cardHor>a picture img,
.editoria .wrapper .content-news .list-news .cardHor>a picture img,
.page .wrapper .content-news .list-news .cardHor>a picture img {
    width: 100%
}

.category .wrapper .content-news .list-news .cardHor .entry-text,
.editoria .wrapper .content-news .list-news .cardHor .entry-text,
.page .wrapper .content-news .list-news .cardHor .entry-text {
    display: block;
    width: 100%
}

.category .wrapper .content-news .list-news .cardHor .entry-text h2,
.editoria .wrapper .content-news .list-news .cardHor .entry-text h2,
.page .wrapper .content-news .list-news .cardHor .entry-text h2 {
    text-align: left;
    font-size: 24px;
    margin-bottom: 10px
}

.category .wrapper .content-news .list-news .cardHor .entry-text p,
.editoria .wrapper .content-news .list-news .cardHor .entry-text p,
.page .wrapper .content-news .list-news .cardHor .entry-text p {
    font-size: 16px
}

.category .wrapper .content-news .list-news .cardHor .entry-text a,
.editoria .wrapper .content-news .list-news .cardHor .entry-text a,
.page .wrapper .content-news .list-news .cardHor .entry-text a {
    display: block;
    width: 100%
}

.category .wrapper .content-news .list-news .cardHor .entry-text a strong,
.editoria .wrapper .content-news .list-news .cardHor .entry-text a strong,
.page .wrapper .content-news .list-news .cardHor .entry-text a strong {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2
}

.category .wrapper .content-news .list-news .cardHor .entry-text a h2,
.editoria .wrapper .content-news .list-news .cardHor .entry-text a h2,
.page .wrapper .content-news .list-news .cardHor .entry-text a h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    margin: 4px 0 12px
}

@media(max-width:810px) {

    .category .wrapper .content-news .list-news .cardHor .entry-text a h2,
    .editoria .wrapper .content-news .list-news .cardHor .entry-text a h2,
    .page .wrapper .content-news .list-news .cardHor .entry-text a h2 {
        font-size: 1.2rem;
        line-height: 1.2
    }
}

.category .wrapper .content-news .list-news .cardHor .entry-text a p,
.editoria .wrapper .content-news .list-news .cardHor .entry-text a p,
.page .wrapper .content-news .list-news .cardHor .entry-text a p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3
}

@media(max-width:600px) {

    .category .wrapper .content-news .list-news .cardHor .entry-text a p,
    .editoria .wrapper .content-news .list-news .cardHor .entry-text a p,
    .page .wrapper .content-news .list-news .cardHor .entry-text a p {
        display: none
    }
}

@media(max-width:810px) {

    .category .wrapper .content-news .list-news .cardHor .entry-text a time,
    .editoria .wrapper .content-news .list-news .cardHor .entry-text a time,
    .page .wrapper .content-news .list-news .cardHor .entry-text a time {
        font-size: 10px
    }
}

.category .wrapper .content-news .list-news button,
.editoria .wrapper .content-news .list-news button,
.page .wrapper .content-news .list-news button {
    border: none;
    background-color: red;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem 1.2rem;
    cursor: pointer;
    margin-top: 1rem;
    margin-right: 10px;
    font-family: Open Sans, sans-serif;
    font-size: .8rem
}

.category .wrapper .content-news .list-news small,
.editoria .wrapper .content-news .list-news small,
.page .wrapper .content-news .list-news small {
    color: #999
}

.category .wrapper .content-news .list-news ul,
.editoria .wrapper .content-news .list-news ul,
.page .wrapper .content-news .list-news ul {
    margin: 0 0 1.8rem;
    padding: 0;
    list-style: none
}

.category .wrapper .content-news .list-news ul li,
.editoria .wrapper .content-news .list-news ul li,
.page .wrapper .content-news .list-news ul li {
    clear: both;
    width: 100%;
    display: block;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f5f5f5
}

@media(max-width:600px) {

    .category .wrapper .content-news .list-news ul li,
    .editoria .wrapper .content-news .list-news ul li,
    .page .wrapper .content-news .list-news ul li {
        margin-bottom: 30px;
        padding-bottom: 30px
    }
}

.category .wrapper .content-news .list-news ul li a,
.editoria .wrapper .content-news .list-news ul li a,
.page .wrapper .content-news .list-news ul li a {
    display: block
}

.category .wrapper .content-news .list-news ul li a article,
.editoria .wrapper .content-news .list-news ul li a article,
.page .wrapper .content-news .list-news ul li a article {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box
}

@media(max-width:600px) {

    .category .wrapper .content-news .list-news ul li a article,
    .editoria .wrapper .content-news .list-news ul li a article,
    .page .wrapper .content-news .list-news ul li a article {
        display: flex;
        flex-direction: row
    }
}

.category .wrapper .content-news .list-news ul li a article picture,
.editoria .wrapper .content-news .list-news ul li a article picture,
.page .wrapper .content-news .list-news ul li a article picture {
    order: 1;
    overflow: hidden;
    height: 141px;
    width: 270px;
    display: block
}

.category .wrapper .content-news .list-news ul li a article picture img,
.editoria .wrapper .content-news .list-news ul li a article picture img,
.page .wrapper .content-news .list-news ul li a article picture img {
    width: 100%
}

@media(max-width:810px) {

    .category .wrapper .content-news .list-news ul li a article picture img,
    .editoria .wrapper .content-news .list-news ul li a article picture img,
    .page .wrapper .content-news .list-news ul li a article picture img {
        width: 100%;
        margin-right: 10px;
        margin-bottom: .2rem
    }
}

.category .wrapper .content-news .list-news ul li a article .box-text,
.editoria .wrapper .content-news .list-news ul li a article .box-text,
.page .wrapper .content-news .list-news ul li a article .box-text {
    order: 2;
    width: calc(100% - 290px)
}

@media(max-width:600px) {

    .category .wrapper .content-news .list-news ul li a article .box-text,
    .editoria .wrapper .content-news .list-news ul li a article .box-text,
    .page .wrapper .content-news .list-news ul li a article .box-text {
        max-width: 100%
    }
}

.category .wrapper .content-news .list-news ul li a article .box-text:hover>h2,
.editoria .wrapper .content-news .list-news ul li a article .box-text:hover>h2,
.page .wrapper .content-news .list-news ul li a article .box-text:hover>h2 {
    color: #191919
}

.category .wrapper .content-news .list-news ul li a article .box-text:hover>p,
.editoria .wrapper .content-news .list-news ul li a article .box-text:hover>p,
.page .wrapper .content-news .list-news ul li a article .box-text:hover>p {
    color: #333
}

.category .wrapper .content-news .list-news ul li a article .box-text h2,
.editoria .wrapper .content-news .list-news ul li a article .box-text h2,
.page .wrapper .content-news .list-news ul li a article .box-text h2 {
    margin: 0;
    color: #1f1f1f;
    font-size: 1.5rem;
    font-weight: 700
}

@media(max-width:600px) {

    .category .wrapper .content-news .list-news ul li a article .box-text h2,
    .editoria .wrapper .content-news .list-news ul li a article .box-text h2,
    .page .wrapper .content-news .list-news ul li a article .box-text h2 {
        font-size: 1.3rem
    }
}

@media(max-width:320px) {

    .category .wrapper .content-news .list-news ul li a article .box-text h2,
    .editoria .wrapper .content-news .list-news ul li a article .box-text h2,
    .page .wrapper .content-news .list-news ul li a article .box-text h2 {
        font-size: 1.1rem
    }
}

.category .wrapper .content-news .list-news ul li a article .box-text h2.no-image,
.editoria .wrapper .content-news .list-news ul li a article .box-text h2.no-image,
.page .wrapper .content-news .list-news ul li a article .box-text h2.no-image {
    font-size: 1.5rem
}

@media(max-width:320px) {

    .category .wrapper .content-news .list-news ul li a article .box-text h2.no-image,
    .editoria .wrapper .content-news .list-news ul li a article .box-text h2.no-image,
    .page .wrapper .content-news .list-news ul li a article .box-text h2.no-image {
        font-size: 1.3rem
    }
}

.category .wrapper .content-news .list-news ul li a article .box-text p,
.editoria .wrapper .content-news .list-news ul li a article .box-text p,
.page .wrapper .content-news .list-news ul li a article .box-text p {
    margin: .5rem 0 .3rem;
    color: #5d5d5d;
    font-size: 1rem;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media(max-width:600px) {

    .category .wrapper .content-news .list-news ul li a article .box-text p,
    .editoria .wrapper .content-news .list-news ul li a article .box-text p,
    .page .wrapper .content-news .list-news ul li a article .box-text p {
        font-size: 1rem;
        display: none
    }
}

.category .wrapper .content-news .list-news ul li a article .box-text p:after,
.editoria .wrapper .content-news .list-news ul li a article .box-text p:after,
.page .wrapper .content-news .list-news ul li a article .box-text p:after {
    content: " ";
    clear: both;
    width: 100%;
    height: auto;
    left: 0;
    top: 0
}

.category .wrapper .content-news .list-news ul li a article .box-text small,
.editoria .wrapper .content-news .list-news ul li a article .box-text small,
.page .wrapper .content-news .list-news ul li a article .box-text small {
    color: #aaa;
    font-size: .7rem;
    letter-spacing: -.005rem
}

.category .wrapper .sidebar,
.editoria .wrapper .sidebar,
.page .wrapper .sidebar {
    width: 336px
}

@media(max-width:1024px) {

    .category .wrapper .sidebar,
    .editoria .wrapper .sidebar,
    .page .wrapper .sidebar {
        width: 300px
    }
}

@media(max-width:810px) {

    .category .wrapper .sidebar,
    .editoria .wrapper .sidebar,
    .page .wrapper .sidebar {
        width: 100%;
        margin-top: 0;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between
    }
}

@media(max-width:600px) {

    .category .wrapper .sidebar,
    .editoria .wrapper .sidebar,
    .page .wrapper .sidebar {
        width: 100%;
        margin-top: 1.5rem;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between
    }
}

.category .wrapper .sidebar .cgs-ads,
.editoria .wrapper .sidebar .cgs-ads,
.page .wrapper .sidebar .cgs-ads {
    position: -webkit-sticky;
    position: sticky;
    top: 30px
}

@media(max-width:810px) {

    .category .wrapper .sidebar section,
    .editoria .wrapper .sidebar section,
    .page .wrapper .sidebar section {
        width: 100%
    }
}

@media(max-width:600px) {

    .category .wrapper .sidebar section,
    .editoria .wrapper .sidebar section,
    .page .wrapper .sidebar section {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

.category .wrapper .sidebar section:first-of-type,
.editoria .wrapper .sidebar section:first-of-type,
.page .wrapper .sidebar section:first-of-type {
    margin: 0 !important
}

.category .wrapper .sidebar section.read-more h3,
.editoria .wrapper .sidebar section.read-more h3,
.page .wrapper .sidebar section.read-more h3 {
    font-size: 24px !important;
    line-height: 33px !important
}

@media(max-width:810px) {

    .category .wrapper .sidebar section.read-more h3,
    .editoria .wrapper .sidebar section.read-more h3,
    .page .wrapper .sidebar section.read-more h3 {
        margin-top: 0
    }
}

@media(max-width:600px) {

    .category .wrapper .sidebar section.read-more h3,
    .editoria .wrapper .sidebar section.read-more h3,
    .page .wrapper .sidebar section.read-more h3 {
        margin-top: 30px
    }
}

.category .wrapper .sidebar section.read-more .cardHor a,
.editoria .wrapper .sidebar section.read-more .cardHor a,
.page .wrapper .sidebar section.read-more .cardHor a {
    order: 2;
    display: block
}

.category .wrapper .sidebar section.read-more .cardHor a:empty,
.editoria .wrapper .sidebar section.read-more .cardHor a:empty,
.page .wrapper .sidebar section.read-more .cardHor a:empty {
    display: none
}

.category .wrapper .sidebar section.read-more .cardHor a picture,
.editoria .wrapper .sidebar section.read-more .cardHor a picture,
.page .wrapper .sidebar section.read-more .cardHor a picture {
    width: 100px !important
}

.category .wrapper .sidebar section.read-more .cardHor .entry-text,
.editoria .wrapper .sidebar section.read-more .cardHor .entry-text,
.page .wrapper .sidebar section.read-more .cardHor .entry-text {
    order: 1
}

.category .wrapper .sidebar section.read-more .cardHor .entry-text time,
.editoria .wrapper .sidebar section.read-more .cardHor .entry-text time,
.page .wrapper .sidebar section.read-more .cardHor .entry-text time {
    display: none
}

#cgs-main .cgs-page {
    margin-top: 50px
}

@media(max-width:810px) {
    #cgs-main .cgs-page {
        margin-top: 20px
    }
}

#cgs-main .cgs-page .cgs-title-single {
    margin: 0 0 30px
}

@media(max-width:600px) {
    #cgs-main .cgs-page .cgs-title-single {
        padding: 0
    }
}

.cgs-page header h1 {
    margin: 0 auto 1.8rem;
    max-width: 850px;
    padding: 0 16px;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    display: flex;
    align-items: center
}

@media(max-width:810px) {
    .cgs-page header h1 {
        max-width: 670px;
        padding: 0 16px;
        font-size: 24px;
        line-height: 1.2
    }
}

.cgs-page header h1:before {
    content: "";
    width: 8px;
    height: 40px;
    background-color: #a70a0a;
    margin-right: 10px;
    padding: 4px 0
}

.cgs-page .wrapper {
    margin: 0 auto;
    max-width: 850px;
    padding: 0 16px
}

@media(max-width:810px) {
    .cgs-page .wrapper {
        max-width: 670px;
        padding: 0 16px
    }
}

@media(max-width:600px) {
    .cgs-page .wrapper {
        max-width: 100%
    }
}

.cgs-page .wrapper p {
    margin: 0 auto 1.8rem;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -.6px
}

.cgs-page .wrapper figure figcaption {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    line-height: 1.6;
    margin: 4px 0 10px;
    color: #555;
    text-align: center;
    font-size: 1rem;
    line-height: 1.4
}

.cgs-page .wrapper h1,
.cgs-page .wrapper h2,
.cgs-page .wrapper h3,
.cgs-page .wrapper h4,
.cgs-page .wrapper h5,
.cgs-page .wrapper h6 {
    margin: 0 0 1.8rem
}

.cgs-page .wrapper img {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block
}

.cgs-page .wrapper h3 {
    padding-bottom: 10px;
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 10px
}

.cgs-search {
    min-height: 50vh
}

@media(max-width:600px) {
    .cgs-search .cgs-head-category {
        margin-bottom: 15px
    }
}

.cgs-search .cgs-widget {
    margin-top: 0
}

@media(max-width:600px) {
    .cgs-search .cgs-widget {
        margin: 30px auto
    }
}

@media(max-width:1024px) {
    .cgs-search .cgs-widget {
        position: -webkit-sticky;
        position: sticky;
        top: 60px
    }
}

.cgs-informacoes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 17px;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box
}

@media(max-width:1024px) {
    .cgs-informacoes-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:600px) {
    .cgs-informacoes-grid {
        grid-template-columns: 1fr
    }
}

.cgs-informacoes-grid .item {
    width: 100%;
    display: block;
    overflow: hidden
}

.cgs-informacoes-grid .item a {
    position: relative;
    display: block;
    height: 270px;
    width: 100%
}

.cgs-informacoes-grid .item a:after {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 270px;
    background: #050811;
    z-index: 1;
    opacity: .6
}

.cgs-informacoes-grid .item a picture {
    height: 270px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}

.cgs-informacoes-grid .item a picture img {
    width: auto;
    height: 270px;
    -o-object-fit: contain;
    object-fit: contain
}

.cgs-informacoes-grid .item a .box-content {
    position: absolute;
    top: 0;
    left: 16px;
    display: flex;
    padding: 14px 10px;
    z-index: 2
}

.cgs-informacoes-grid .item a .box-content h4 {
    position: relative;
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    padding: 0 16px 0 0;
    margin: 0;
    width: 100%;
    display: block
}

.cgs-informacoes-grid .item a .box-content h4:before {
    position: absolute;
    content: "";
    width: 11px;
    height: 30px;
    background-color: #fdb92e;
    padding: 0;
    left: -16px;
    top: 2px
}

@media(max-width:600px) {
    .cgs-informacoes-grid .item a .box-content h4:before {
        margin-top: 3px
    }
}

@media(max-width:600px) {

    #cgs-main .cgs-search .column,
    #cgs-main .cgs-search .columns {
        padding: 0;
        margin: 0
    }
}

#cgs-main .cgs-search .gsc-wrapper {
    margin: 45px 0 0
}

@media(max-width:600px) {
    #cgs-main .cgs-search .gsc-wrapper {
        margin: 20px 0 0
    }
}

@media(max-width:600px) {

    #cgs-main .cgs-search .gsc-wrapper table,
    #cgs-main .cgs-search .gsc-wrapper table tbody,
    #cgs-main .cgs-search .gsc-wrapper table td,
    #cgs-main .cgs-search .gsc-wrapper table tr {
        display: block;
        width: 100%;
        overflow: hidden;
        padding: 0;
        margin: 0
    }
}

@media(max-width:600px) {
    #cgs-main .cgs-search .gsc-result-info-container {
        display: none
    }
}

#cgs-main .cgs-search .gsc-webResult {
    width: 100%;
    padding: 0;
    margin: 0 0 45px;
    border-bottom: none
}

@media(max-width:600px) {
    #cgs-main .cgs-search .gsc-webResult {
        margin: 0 0 25px
    }
}

#cgs-main .cgs-search .gs-promotion-image-box,
#cgs-main .cgs-search .gs-web-image-box {
    margin-right: 12px;
    width: 300px;
    height: auto;
    overflow: hidden;
    padding: 0
}

@media(max-width:600px) {

    #cgs-main .cgs-search .gs-promotion-image-box,
    #cgs-main .cgs-search .gs-web-image-box {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0
    }
}

#cgs-main .cgs-search .gs-promotion-image-box a,
#cgs-main .cgs-search .gs-web-image-box a {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 100%
}

#cgs-main .cgs-search .gs-result img.gs-image,
#cgs-main .cgs-search .gs-result img.gs-promotion-image {
    display: inline-block;
    width: 300px;
    height: 200px;
    max-width: 300px;
    max-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border: none;
    transition: transform .3s
}

#cgs-main .cgs-search .gs-result img.gs-image:hover,
#cgs-main .cgs-search .gs-result img.gs-promotion-image:hover {
    transform: scale(1.1)
}

@media(max-width:600px) {

    #cgs-main .cgs-search .gs-result img.gs-image,
    #cgs-main .cgs-search .gs-result img.gs-promotion-image {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 100%
    }
}

#cgs-main .cgs-search .gs-promotion-text-cell,
#cgs-main .cgs-search .gsc-table-cell-snippet-close {
    vertical-align: top;
    width: auto;
    padding: 0;
    display: flex;
    flex-direction: column
}

@media(max-width:600px) {

    #cgs-main .cgs-search .gs-promotion-text-cell,
    #cgs-main .cgs-search .gsc-table-cell-snippet-close {
        margin: 12px 0 0 !important
    }
}

#cgs-main .cgs-search .gsc-result .gs-title {
    display: block;
    height: auto;
    text-decoration: none
}

@media(max-width:600px) {
    #cgs-main .cgs-search .gsc-thumbnail {
        overflow: hidden
    }
}

#cgs-main .cgs-search .cse .gs-webResult.gs-result .gsc-cursor-page,
#cgs-main .cgs-search .cse .gs-webResult.gs-result a.gs-title,
#cgs-main .cgs-search .cse .gs-webResult.gs-result a.gs-title:active,
#cgs-main .cgs-search .cse .gs-webResult.gs-result a.gs-title:active b,
#cgs-main .cgs-search .cse .gs-webResult.gs-result a.gs-title:link,
#cgs-main .cgs-search .cse .gs-webResult.gs-result a.gs-title:link b,
#cgs-main .cgs-search .cse .gs-webResult.gs-result a.gs-title:visited,
#cgs-main .cgs-search .cse .gs-webResult.gs-result a.gs-title:visited b,
#cgs-main .cgs-search .cse .gs-webResult.gs-result a.gs-title b,
#cgs-main .cgs-search .cse .gs-webResult.gs-result a.gsc-trailing-more-results:link,
#cgs-main .cgs-search .gs-imageResult .gsc-cursor-page,
#cgs-main .cgs-search .gs-imageResult a.gs-title,
#cgs-main .cgs-search .gs-imageResult a.gs-title:active,
#cgs-main .cgs-search .gs-imageResult a.gs-title:active b,
#cgs-main .cgs-search .gs-imageResult a.gs-title:link,
#cgs-main .cgs-search .gs-imageResult a.gs-title:link b,
#cgs-main .cgs-search .gs-imageResult a.gs-title:visited,
#cgs-main .cgs-search .gs-imageResult a.gs-title:visited b,
#cgs-main .cgs-search .gs-imageResult a.gs-title b,
#cgs-main .cgs-search .gs-imageResult a.gsc-trailing-more-results:link,
#cgs-main .cgs-search .gs-webResult.gs-result .gsc-cursor-page,
#cgs-main .cgs-search .gs-webResult.gs-result a.gs-title,
#cgs-main .cgs-search .gs-webResult.gs-result a.gs-title:active,
#cgs-main .cgs-search .gs-webResult.gs-result a.gs-title:active b,
#cgs-main .cgs-search .gs-webResult.gs-result a.gs-title:link,
#cgs-main .cgs-search .gs-webResult.gs-result a.gs-title:link b,
#cgs-main .cgs-search .gs-webResult.gs-result a.gs-title:visited,
#cgs-main .cgs-search .gs-webResult.gs-result a.gs-title:visited b,
#cgs-main .cgs-search .gs-webResult.gs-result a.gs-title b,
#cgs-main .cgs-search .gs-webResult.gs-result a.gsc-trailing-more-results:link,
#cgs-main .cgs-search .gsc-webResult .gs-no-results-result .gs-snippet {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0 0 5px;
    font-size: 42px;
    line-height: .9;
    letter-spacing: -.5px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .3s
}

@media(max-width:600px) {

    #cgs-main .cgs-search .cse .gs-webResult.gs-result .gsc-cursor-page,
    #cgs-main .cgs-search .cse .gs-webResult.gs-result a.gs-title,
    #cgs-main .cgs-search .cse .gs-webResult.gs-result a.gs-title:active,
    #cgs-main .cgs-search .cse .gs-webResult.gs-result a.gs-title:active b,
    #cgs-main .cgs-search .cse .gs-webResult.gs-result a.gs-title:link,
    #cgs-main .cgs-search .cse .gs-webResult.gs-result a.gs-title:link b,
    #cgs-main .cgs-search .cse .gs-webResult.gs-result a.gs-title:visited,
    #cgs-main .cgs-search .cse .gs-webResult.gs-result a.gs-title:visited b,
    #cgs-main .cgs-search .cse .gs-webResult.gs-result a.gs-title b,
    #cgs-main .cgs-search .cse .gs-webResult.gs-result a.gsc-trailing-more-results:link,
    #cgs-main .cgs-search .gs-imageResult .gsc-cursor-page,
    #cgs-main .cgs-search .gs-imageResult a.gs-title,
    #cgs-main .cgs-search .gs-imageResult a.gs-title:active,
    #cgs-main .cgs-search .gs-imageResult a.gs-title:active b,
    #cgs-main .cgs-search .gs-imageResult a.gs-title:link,
    #cgs-main .cgs-search .gs-imageResult a.gs-title:link b,
    #cgs-main .cgs-search .gs-imageResult a.gs-title:visited,
    #cgs-main .cgs-search .gs-imageResult a.gs-title:visited b,
    #cgs-main .cgs-search .gs-imageResult a.gs-title b,
    #cgs-main .cgs-search .gs-imageResult a.gsc-trailing-more-results:link,
    #cgs-main .cgs-search .gs-webResult.gs-result .gsc-cursor-page,
    #cgs-main .cgs-search .gs-webResult.gs-result a.gs-title,
    #cgs-main .cgs-search .gs-webResult.gs-result a.gs-title:active,
    #cgs-main .cgs-search .gs-webResult.gs-result a.gs-title:active b,
    #cgs-main .cgs-search .gs-webResult.gs-result a.gs-title:link,
    #cgs-main .cgs-search .gs-webResult.gs-result a.gs-title:link b,
    #cgs-main .cgs-search .gs-webResult.gs-result a.gs-title:visited,
    #cgs-main .cgs-search .gs-webResult.gs-result a.gs-title:visited b,
    #cgs-main .cgs-search .gs-webResult.gs-result a.gs-title b,
    #cgs-main .cgs-search .gs-webResult.gs-result a.gsc-trailing-more-results:link,
    #cgs-main .cgs-search .gsc-webResult .gs-no-results-result .gs-snippet {
        margin-bottom: 4px;
        font-size: 36px
    }
}

#cgs-main .cgs-search .gs-result .gs-snippet {
    font-size: 13px;
    line-height: 1.31;
    letter-spacing: normal;
    color: #070707;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    padding-right: 20px
}

@media(max-width:600px) {
    #cgs-main .cgs-search .gs-result .gs-snippet {
        font-size: 12px;
        display: none
    }
}

#cgs-main .cgs-search .cse .gsc-cursor-box,
#cgs-main .cgs-search .gsc-cursor-box {
    font-size: 0;
    text-align: center;
    padding: 20px 0 0;
    margin: 0 0 30px;
    border-top: 1px solid #e9e9e9
}

#cgs-main .cgs-search .cse .gsc-cursor-box .gsc-cursor,
#cgs-main .cgs-search .cse .gsc-cursor-box .gsc-cursor-page,
#cgs-main .cgs-search .gsc-cursor-box .gsc-cursor,
#cgs-main .cgs-search .gsc-cursor-box .gsc-cursor-page {
    display: inline-block;
    vertical-align: top
}

#cgs-main .cgs-search .cse .gsc-cursor-box .gsc-cursor-page,
#cgs-main .cgs-search .gsc-cursor-box .gsc-cursor-page {
    font-size: 16px
}

#cgs-main .cgs-search .cse .gsc-control-cse,
#cgs-main .cgs-search .gsc-control-cse,
#cgs-main .cgs-search .gsc-table-result {
    padding: 0
}

#cgs-main .cgs-search .cse .gs-webResult.gs-result a.gs-title:hover,
#cgs-main .cgs-search .gs-imageResult a.gs-title:hover,
#cgs-main .cgs-search .gs-webResult.gs-result a.gs-title:hover {
    color: rgba(0, 0, 0, .5647058824) !important
}

#cgs-main .cgs-search .gs-promotion div.gs-visibleUrl-long,
#cgs-main .cgs-search .gs-webResult div.gs-visibleUrl-long,
#cgs-main .cgs-search .gsc-adBlock,
#cgs-main .cgs-search .gsc-thumbnail-inside {
    display: none
}

#cgs-main .cgs-search .gsc-cursor {
    display: flex !important;
    justify-content: center
}

#cgs-main .cgs-search .gsc-cursor .gsc-cursor-page {
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all .3s
}

#cgs-main .cgs-search .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page,
#cgs-main .cgs-search .gsc-cursor .gsc-cursor-page:hover {
    background-color: #000;
    color: #fff
}

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide * {
    box-sizing: inherit
}

.glide__slides,
.glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slide,
.glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows,
.glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

.glide__arrow {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: transparent;
    border: 2px solid hsla(0, 0%, 100%, .5);
    border-radius: 4px;
    box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, .1);
    text-shadow: 0 .25em .5em rgba(0, 0, 0, .1);
    opacity: 1;
    cursor: pointer;
    transition: opacity .15s ease, border .3s ease-in-out;
    transform: translateY(-50%);
    line-height: 1
}

.glide__arrow:focus {
    outline: none
}

.glide__arrow:hover {
    border-color: #fff
}

.glide__arrow--left {
    left: 2em
}

.glide__arrow--right {
    right: 2em
}

.glide__arrow--disabled {
    opacity: .33
}

.glide__bullets {
    position: absolute;
    z-index: 2;
    bottom: 2em;
    left: 50%;
    display: inline-flex;
    list-style: none;
    transform: translateX(-50%)
}

.glide__bullet {
    background-color: hsla(0, 0%, 100%, .5);
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .3s ease-in-out;
    cursor: pointer;
    line-height: 0;
    box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, .1);
    margin: 0 .25em
}

.glide__bullet:focus {
    outline: none
}

.glide__bullet:focus,
.glide__bullet:hover {
    border: 2px solid #fff;
    background-color: hsla(0, 0%, 100%, .5)
}

.glide__bullet--active {
    background-color: #fff
}

.glide--swipeable {
    cursor: grab;
    cursor: -webkit-grab
}

.glide--dragging {
    cursor: grabbing;
    cursor: -webkit-grabbing
}