@import"https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap";@font-face {
    font-family: "GothamExtraLight";
    src: url("gotham/Gotham-ExtraLight.otf") format("otf")
}

@font-face {
    font-family: "Gotham";
    src: url("gotham/Gotham-Light.otf") format("otf"),url("gotham/Gotham-Light.ttf") format("ttf")
}

@font-face {
    font-family: "GothamThin";
    src: url("gotham/Gotham-Thin.otf") format("otf")
}

@font-face {
    font-family: "GothamMedium";
    src: url("gotham/Gotham-Medium.ttf") format("ttf")
}

@font-face {
    font-family: "GothamBook";
    src: url("gotham/Gotham-Book.ttf") format("ttf")
}

@font-face {
    font-family: "GothamBold";
    src: url("gotham/Gotham-Bold.otf") format("otf"),url("gotham/Gotham-Bold.ttf") format("tff")
}

@font-face {
    font-family: "GothamBlack";
    src: url("gotham/Gotham-Black.otf") format("otf")
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

html {
    font-size: 62.5%
}

body {
    font-size: 1.2rem;
    position: relative
}

header {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,.15);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,.15);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,.15)
}

img,object,embed,video {
    max-width: 100%;
    height: auto
}

a:hover {
    text-decoration: none
}

a {
    text-decoration: none;
    color: inherit
}

ul {
    list-style: none
}

p {
    margin: 0
}

.ontopcdn-containerPage {
    width: 100%;
    max-width: var(--width_container);
    margin: 0 auto;
    font-family: var(--font_family);
    padding-top: 20px
}

.ontopcdn-containerEditor {
    width: 100%;
    margin-top: 10px;
    font-size: 1.4rem;
    font-family: var(--font_family)
}

.ontopcdn-containerEditor>img.img400withText {
    float: left;
    max-width: 400px;
    padding: 0 10px 10px 0px
}

.ontopcdn-containerEditor p {
    margin-bottom: 15px;
    font-size: 1.4rem
}

.ontopcdn-containerEditor ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 20px 10px 40px
}

.ontopcdn-containerEditor ul li {
    list-style: initial;
    padding: 2px 0;
    font-size: 1.4rem
}

.ontopcdn-headerAccessibility {
    background-color: var(--color_primary);
    padding: 10px 5px;
    font-family: var(--font_family)
}

@media screen and (min-width: 1024px) {
    .ontopcdn-headerAccessibility {
        padding:5px 10px
    }
}

.ontopcdn-headerAccessibility .containerAccessibility {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0
}

@media screen and (min-width: 1024px) {
    .ontopcdn-headerAccessibility .containerAccessibility {
        justify-content:space-between
    }
}

.ontopcdn-headerAccessibility .containerAccessibility .left {
    display: none
}

@media screen and (min-width: 1024px) {
    .ontopcdn-headerAccessibility .containerAccessibility .left {
        display:flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        color: #fff;
        text-transform: uppercase;
        font-family: var(--font_family);
        font-size: 12px
    }
}

.ontopcdn-headerAccessibility .containerAccessibility .left>label {
    margin-right: 10px;
    font-size: 12px
}

.ontopcdn-headerAccessibility .containerAccessibility .left .groupCards {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.ontopcdn-headerAccessibility .containerAccessibility .left .groupCards .card {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    padding: 2px 0
}

.ontopcdn-headerAccessibility .containerAccessibility .left .groupCards .card:not(:last-child) {
    margin-right: 10px
}

.ontopcdn-headerAccessibility .containerAccessibility .left .groupCards .card span {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: var(--color_primary);
    font-size: 10px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    margin-right: 5px
}

.ontopcdn-headerAccessibility .containerAccessibility .left .groupCards .card>span {
    background-color: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px
}

.ontopcdn-headerAccessibility .containerAccessibility .left .groupCards .card p {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 12px
}

.ontopcdn-headerAccessibility .containerAccessibility .left .groupCards .card p span {
    content: "";
    position: absolute;
    transition: all .3s ease;
    left: -100%;
    background-color: rgba(0,0,0,0);
    width: 100%;
    height: 2px;
    bottom: -2px
}

.ontopcdn-headerAccessibility .containerAccessibility .left .groupCards .card:hover p span {
    bottom: -2px;
    background-color: var(--color_light);
    left: 0;
    transition: all .3s ease;
    border-radius: 5px
}

.ontopcdn-headerAccessibility .containerAccessibility .right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--font_family);
    font-size: 12px
}

@media screen and (min-width: 600px) {
    .ontopcdn-headerAccessibility .containerAccessibility .right {
        flex-direction:row
    }
}

.ontopcdn-headerAccessibility .containerAccessibility .right>label {
    margin-right: 10px;
    font-size: 12px
}

.ontopcdn-headerAccessibility .containerAccessibility .right .groupCards {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0
}

@media screen and (min-width: 600px) {
    .ontopcdn-headerAccessibility .containerAccessibility .right .groupCards {
        padding:0
    }
}

.ontopcdn-headerAccessibility .containerAccessibility .right .groupCards .card {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    padding: 2px 5px;
    font-size: 14px;
    margin-right: 10px
}

.ontopcdn-headerAccessibility .containerAccessibility .right .groupCards .card:not(:first-child) {
    margin-left: 10px
}

.ontopcdn-headerAccessibility .containerAccessibility .right .groupCards .card span {
    font-size: 20px;
    font-weight: 500
}

@media screen and (min-width: 1024px) {
    .ontopcdn-headerAccessibility .containerAccessibility .right .groupCards .card span {
        font-size:12px
    }
}

.ontopcdn-headerAccessibility .containerAccessibility .right .groupCards .card:last-child img {
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 35px;
    z-index: 999999;
    border-radius: 5px
}

.ontopcdn-headerAccessibility .containerAccessibility .right .groupCards .card:last-child:hover img {
    display: block
}

.ontopcdn-headerAccessibility .containerAccessibility .right>button {
    padding: 0;
    border: 0;
    background-color: rgba(0,0,0,0);
    outline: none;
    overflow: hidden;
    padding: 5px 0;
    cursor: pointer
}

.ontopcdn-headerAccessibility .containerAccessibility .right>button a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.ontopcdn-headerAccessibility .containerAccessibility .right>button a p {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    margin-bottom: 0;
    margin-left: 5px
}

.ontopcdn-headerAccessibility .containerAccessibility .right>button a p span {
    content: "";
    position: absolute;
    transition: all .3s ease;
    left: -100%;
    background-color: rgba(0,0,0,0);
    width: 100%;
    height: 2px;
    bottom: -3px
}

.ontopcdn-headerAccessibility .containerAccessibility .right>button:hover a p span {
    bottom: -3px;
    background-color: var(--color_light);
    left: 0;
    transition: all .3s ease;
    border-radius: 5px
}

#real-accessability {
    display: none
}

.ontopcdn-headerHero {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 315px;
    width: 100%;
    font-family: var(--font_family);
    position: relative
}

.ontopcdn-headerHero .backgroundHeaderHero {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.ontopcdn-headerHero .backgroundHeaderHero img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ontopcdn-headerHero .backgroundHeaderHero .backgroundHeaderHeroMask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.65)
}

.ontopcdn-headerHero .containerHeaderHero {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.ontopcdn-headerHero .containerHeaderHero .ontopcdn-containerPage {
    padding: 10px 5px 5px 5px
}

.ontopcdn-headerHero .containerHeaderHero .ontopcdn-containerPage .heroLastUpdate {
    display: flex;
    justify-content: flex-end;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 1.2rem
}

.ontopcdn-headerHero .containerHeaderHero .ontopcdn-containerPage .heroBtn {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px
}

.ontopcdn-headerHero .containerHeaderHero .ontopcdn-containerPage .heroBtn button {
    min-width: 250px;
    border-radius: 2px;
    border: 0;
    padding: 10px 20px;
    cursor: pointer;
    outline: none;
    transition: all .3s ease;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    transition: all .2s;
    font-family: var(--font_family);
    line-height: 21px
}

.ontopcdn-headerHero .containerHeaderHero .ontopcdn-containerPage .heroBtn button.btnCovid {
    background-color: var(--color_secondary);
    color: #fff
}

.ontopcdn-headerHero .containerHeaderHero .ontopcdn-containerPage .heroBtn button.btnCovid:hover {
    color: var(--color_secondary);
    background-color: #fff
}

.ontopcdn-headerHero .containerHeaderHero .ontopcdn-containerPage .heroBtn button.btnDefault {
    background-color: #fff;
    color: var(--color_primary)
}

.ontopcdn-headerHero .containerHeaderHero .ontopcdn-containerPage .heroBtn button.btnDefault:hover {
    background-color: var(--color_primary);
    color: #fff
}

.ontopcdn-headerHero .containerHeaderHero .ontopcdn-containerPage .heroBtn button:nth-of-type(1) {
    margin: 5px
}

.ontopcdn-headerHero .containerHeaderHero .ontopcdn-containerPage .heroBtn button:nth-of-type(2) {
    margin: 5px 0px 5px 5px
}

.ontopcdn-headerHero .containerHeaderHero .ontopcdn-containerPage .heroSearch {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 30px
}

.ontopcdn-headerHero .containerHeaderHero .ontopcdn-containerPage .heroSearch .searchTitle {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: var(--font_family);
    color: #fff
}

.ontopcdn-headerHero .containerHeaderHero .ontopcdn-containerPage .heroSearch .searchForm {
    width: 100%
}

.ontopcdn-headerHero .containerHeaderHero .ontopcdn-containerPage .heroSearch .searchForm form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    width: 100%
}

.ontopcdn-headerHero .containerHeaderHero .ontopcdn-containerPage .heroSearch .searchForm form input {
    width: calc(100% - 100px);
    font-size: 12px;
    line-height: 21px;
    color: #444;
    padding: 13px 10px;
    border: 0;
    height: 50px;
    border-radius: 5px 0px 0px 5px
}

.ontopcdn-headerHero .containerHeaderHero .ontopcdn-containerPage .heroSearch .searchForm form input:focus {
    outline: none
}

.ontopcdn-headerHero .containerHeaderHero .ontopcdn-containerPage .heroSearch .searchForm form button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 50px;
    padding: 13px 10px;
    background-color: var(--color_primary);
    color: #fff;
    border: 0;
    cursor: pointer;
    outline: none;
    border-radius: 0px 5px 5px 0;
    font-weight: 600
}

.ontopcdn-headerHero .containerHeaderHero .ontopcdn-containerPage .heroSearch .searchForm form button span {
    margin-right: 10px;
    font-size: 14px
}

.ontopcdn-headerHero .containerHeaderHero .ontopcdn-containerPage .heroSearch .searchForm form button i {
    font-weight: 700;
    font-size: 14px;
    transition: all .3s ease
}

.ontopcdn-headerHero .containerHeaderHero .ontopcdn-containerPage .heroInfo {
    display: flex;
    flex-direction: column;
    width: 100%
}

.ontopcdn-headerHero .containerHeaderHero .ontopcdn-containerPage .heroInfo .infoTitle {
    width: 100%
}

.ontopcdn-headerHero .containerHeaderHero .ontopcdn-containerPage .heroInfo .infoTitle h1 {
    width: 100%;
    font-size: 40px;
    text-align: center;
    color: #fff;
    font-weight: 400
}

@media screen and (max-width: 1023px) {
    .ontopcdn-headerNavigation {
        width:100%;
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0px 10px;
        font-family: var(--font_family)
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-headerNavigation {
        width:100%;
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch
    }
}

@media screen and (max-width: 1023px) {
    .ontopcdn-headerNavigation>span {
        font-size:25px;
        padding: 10px
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-headerNavigation>span {
        display:none
    }
}

@media screen and (max-width: 1023px) {
    .ontopcdn-headerNavigation>.navLogo {
        width:100%;
        text-align: center
    }
}

@media screen and (max-width: 1023px) {
    .ontopcdn-headerNavigation>.navLogo img {
        height:60px;
        padding: 5px
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-headerNavigation>.navLogo img {
        max-width:150px;
        max-height: 100px;
        padding: 5px
    }
}

@media screen and (max-width: 1023px) {
    .ontopcdn-headerNavigation .navMenu {
        background:linear-gradient(to bottom, var(--color_primary) 0%, var(--color_secondary) 100%);
        position: fixed;
        height: 100vh;
        width: 100%;
        top: 0;
        left: -100%;
        transition: all .3s ease-in-out;
        z-index: 99999
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-headerNavigation .navMenu {
        display:flex;
        align-items: flex-end;
        z-index: 99999
    }
}

@media screen and (max-width: 1023px) {
    .ontopcdn-headerNavigation .navMenu span {
        display:flex;
        width: 100%;
        height: 50px;
        justify-content: flex-end;
        align-items: center
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-headerNavigation .navMenu span {
        display:none
    }
}

@media screen and (max-width: 1023px) {
    .ontopcdn-headerNavigation .navMenu span i {
        font-size:20px;
        color: var(--color_details);
        background-color: #fff;
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%
    }
}

@media screen and (max-width: 1023px) {
    .ontopcdn-headerNavigation .navMenu ul li {
        margin-left:0;
        line-height: normal;
        font-family: var(--font_family);
        font-size: 21px
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-headerNavigation .navMenu ul li {
        margin-left:0;
        line-height: normal
    }
}

@media screen and (max-width: 1023px) {
    .ontopcdn-headerNavigation .navMenu ul.menu {
        display:flex;
        flex-direction: column;
        margin: 0
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-headerNavigation .navMenu ul.menu {
        display:flex;
        flex-direction: row;
        margin: 0
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-headerNavigation .navMenu ul.menu li a {
        display:flex;
        padding: 10px 15px 20px 10px;
        width: 100%;
        text-decoration: none;
        font-family: var(--font_family);
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: relative
    }
}

@media screen and (max-width: 1023px) {
    .ontopcdn-headerNavigation .navMenu ul.menu>li {
        position:relative
    }
}

@media screen and (max-width: 1023px) {
    .ontopcdn-headerNavigation .navMenu ul.menu>li>a {
        display:flex;
        color: #fff;
        width: 100%;
        padding: 10px 5px;
        transition: all .3s ease
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-headerNavigation .navMenu ul.menu>li>a {
        border-bottom:2px solid rgba(0,0,0,0);
        transition: all .3s ease-in-out;
        margin-bottom: 0;
        color: #000
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-headerNavigation .navMenu ul.menu>li.current-menu-ancestor>a {
        border-bottom:2px solid var(--color_secondary)
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-headerNavigation .navMenu ul.menu>li:not(.current-menu-ancestor):hover>a {
        border-bottom:2px solid var(--color_secondary)
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-headerNavigation .navMenu ul.menu>li:not(:last-child) {
        margin-right:10px
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-headerNavigation .navMenu ul.menu>li.menu-item-has-children {
        position:relative
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-headerNavigation .navMenu ul.menu>li.menu-item-has-children>a {
        cursor:pointer
    }
}

@media screen and (max-width: 1023px) {
    .ontopcdn-headerNavigation .navMenu ul.menu>li.menu-item-has-children>a::before {
        content:"";
        width: 10px;
        height: 10px;
        font-family: "icomoon" !important;
        position: absolute;
        color: #fff;
        font-weight: 900;
        z-index: 9999;
        right: 15px;
        top: 18px;
        transition: all .3s ease;
        font-size: 14px
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-headerNavigation .navMenu ul.menu>li.menu-item-has-children>a::before {
        content:"";
        width: 5px;
        height: 5px;
        font-family: "icomoon" !important;
        position: absolute;
        color: #000;
        font-weight: 900;
        z-index: 9999;
        right: 0px;
        top: 13px;
        transform: rotate(90deg);
        font-size: 10px
    }
}

@media screen and (max-width: 1023px) {
    .ontopcdn-headerNavigation .navMenu ul.menu>li.menu-item-has-children.childrenOpened>a {
        color:var(--color_details);
        transition: all .3s ease;
        background-color: #fff;
        border-radius: 10px;
        font-weight: 500
    }
}

@media screen and (max-width: 1023px) {
    .ontopcdn-headerNavigation .navMenu ul.menu>li.menu-item-has-children.childrenOpened>a::before {
        transform:rotate(90deg);
        color: var(--color_secondary);
        top: 18px;
        transition: all .5s ease
    }
}

@media screen and (max-width: 1023px) {
    .ontopcdn-headerNavigation .navMenu ul.menu>li.menu-item-has-children>ul.sub-menu {
        display:none;
        margin-left: 30px;
        box-shadow: none
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-headerNavigation .navMenu ul.menu>li.menu-item-has-children>ul.sub-menu {
        display:none;
        position: absolute;
        margin: 0;
        top: 51px;
        min-width: 200px;
        padding: 10px 0
    }
}

@media screen and (max-width: 1023px) {
    .ontopcdn-headerNavigation .navMenu ul.menu>li.menu-item-has-children>ul.sub-menu>li>a {
        display:flex;
        color: #fff;
        padding: 10px 0;
        font-weight: 300;
        font-size: 16px
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-headerNavigation .navMenu ul.menu>li.menu-item-has-children>ul.sub-menu li a {
        display:flex;
        width: 100%;
        padding: 10px 10px 10px 20px;
        font-size: 12px;
        color: #000
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-headerNavigation .navMenu ul.menu>li.menu-item-has-children>ul.sub-menu li.current-menu-item a {
        background-color:var(--color_primary);
        color: #fff
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-headerNavigation .navMenu ul.menu>li.menu-item-has-children:hover>ul.sub-menu {
        display:flex;
        flex-direction: column;
        z-index: 9999;
        background-color: #fff;
        width: 100%
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-headerNavigation .navMenu ul.menu>li.menu-item-has-children:hover>ul.sub-menu li:not(:last-child) {
        margin-bottom:5px
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-headerNavigation .navMenu ul.menu>li.menu-item-has-children:hover>ul.sub-menu li:hover a {
        background-color:var(--color_primary);
        color: #fff
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-headerNavigation .navMenu ul.menu>li:last-child>ul.sub-menu {
        right:0
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-headerNavigation .navMenu ul.menu li.current-menu-item>a,.ontopcdn-headerNavigation .navMenu ul.menu li.ontopcdn-current-menu-ancestor>a {
        border-bottom:2px solid var(--color_secondary)
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-headerNavigation .navMenu ul.menu li.ontopcdn-current-menu-ancestor ul li.current-page-ancestor a {
        background-color:var(--color_primary);
        color: #fff
    }
}

.ontopcdn-headerNavigation .navMenu.menuOpened {
    left: 0;
    position: fixed;
    overflow: auto;
    padding: 0 5px
}

footer .subFooter {
    background-color: var(--color_alternate);
    font-family: var(--font_family)
}

footer .subFooter .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: var(--width_container);
    margin: 0 auto;
    min-height: 200px
}

@media screen and (min-width: 600px) {
    footer .subFooter .container {
        justify-content:space-between;
        flex-direction: row;
        align-items: stretch
    }
}

footer .subFooter .container>div {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

footer .subFooter .container .subfooterLogo {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    order: 3
}

@media screen and (min-width: 600px) {
    footer .subFooter .container .subfooterLogo {
        width:30%;
        padding: 0;
        margin-bottom: 0;
        order: 1
    }
}

footer .subFooter .container .subfooterLogo img {
    width: 100%;
    max-width: 300px
}

footer .subFooter .container .subfooterAddress {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    order: 2
}

@media screen and (min-width: 600px) {
    footer .subFooter .container .subfooterAddress {
        width:30%;
        padding: 0;
        margin-bottom: 0;
        order: 2
    }
}

footer .subFooter .container .subfooterAddress>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff
}

footer .subFooter .container .subfooterAddress>div p {
    margin: 0;
    font-size: 14px;
    color: #fff;
    text-align: center
}

footer .subFooter .container .subfooterMenu {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    order: 1
}

@media screen and (min-width: 600px) {
    footer .subFooter .container .subfooterMenu {
        width:30%;
        padding: 0;
        margin-bottom: 0;
        order: 3
    }
}

footer .subFooter .container .subfooterMenu>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff
}

@media screen and (min-width: 600px) {
    footer .subFooter .container .subfooterMenu>div {
        align-items:flex-start
    }
}

footer .subFooter .container .subfooterMenu>div a {
    margin-bottom: 5px;
    color: #fff;
    transition: all .3s ease
}

footer .subFooter .container .subfooterMenu>div a:hover {
    transition: all .3s ease;
    color: var(--color_hover_sitemap)
}

footer .underFooter {
    background-color: var(--color_primary)
}

footer .underFooter .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
    padding: 5px 0;
    width: 100%;
    max-width: var(--width_container);
    margin: 0 auto
}

@media screen and (min-width: 600px) {
    footer .underFooter .container {
        flex-direction:row
    }
}

footer .underFooter .container .copyrights {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
    font-family: var(--font_family);
    font-size: 14px;
    order: 2;
    padding: 5px
}

@media screen and (min-width: 600px) {
    footer .underFooter .container .copyrights {
        order:1
    }
}

footer .underFooter .container .copyrights .client {
    margin-right: 5px
}

footer .underFooter .container .copyrights .company a {
    position: relative;
    overflow: hidden
}

footer .underFooter .container .copyrights .company a span {
    content: "";
    position: absolute;
    transition: all .3s ease;
    left: -100%;
    background-color: rgba(0,0,0,0);
    width: 0;
    height: 0;
    bottom: 0px
}

footer .underFooter .container .copyrights .company a:hover {
    color: inherit
}

footer .underFooter .container .copyrights .company a:hover span {
    width: 100%;
    height: 2px;
    bottom: 0px;
    background-color: var(--color_light);
    left: 0;
    transition: all .3s ease;
    border-radius: 5px
}

footer .underFooter .container .socialmedia {
    display: flex;
    flex-direction: row;
    order: 1;
    padding: 5px
}

@media screen and (min-width: 600px) {
    footer .underFooter .container .socialmedia {
        order:2
    }
}

footer .underFooter .container .socialmedia a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,.03);
    border: solid 1px rgba(255,255,255,.1);
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 5px
}

footer .underFooter .container .socialmedia a:not(:last-child) {
    margin-right: 15px
}

footer .underFooter .container .socialmedia a i {
    font-size: 17px;
    color: #fff;
    transition: all .3s ease
}

footer .underFooter .container .socialmedia a:hover {
    background-color: #fff;
    transition: all .3s ease
}

footer .underFooter .container .socialmedia a:hover i {
    color: var(--color_alternate);
    transition: all .3s ease
}

.ontopcdn-layoutPortalColumnFull {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: var(--width_container);
    min-height: 200px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 50px;
    font-family: var(--font_family)
}

.ontopcdn-layoutPortalColumnDual {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: var(--width_container);
    min-height: 200px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 50px;
    font-family: var(--font_family)
}

@media screen and (min-width: 680px) {
    .ontopcdn-layoutPortalColumnDual {
        flex-direction:row
    }
}

.ontopcdn-layoutPortalColumnDual>.columnLeft {
    order: 2
}

@media screen and (min-width: 680px) {
    .ontopcdn-layoutPortalColumnDual>.columnLeft {
        order:1;
        width: 300px
    }
}

.ontopcdn-layoutPortalColumnDual>.columnRight {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    order: 1;
    padding: 0 15px 15px 15px
}

@media screen and (min-width: 680px) {
    .ontopcdn-layoutPortalColumnDual>.columnRight {
        order:2;
        width: calc(100% - 300px);
        min-height: 50vh
    }
}

.ontopcdn-layoutTransparenciaColumnDual {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    font-family: var(--font_family)
}

.ontopcdn-layoutTransparenciaColumnDual .menuTransparencia-action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    background-color: var(--color_secondary);
    height: 50px;
    padding: 10px
}

@media screen and (min-width: 1024px) {
    .ontopcdn-layoutTransparenciaColumnDual .menuTransparencia-action {
        display:none
    }
}

.ontopcdn-layoutTransparenciaColumnDual .menuTransparencia-action span {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color_details);
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.ontopcdn-layoutTransparenciaColumnDual .menuTransparencia-action span i {
    color: #fff
}

.ontopcdn-layoutTransparenciaColumnDual .columnDualLeft {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    position: fixed;
    width: 100%;
    min-height: 100vh;
    left: -100%;
    top: 0;
    z-index: 99999;
    transition: all .3s ease;
    height: 100%;
    overflow: scroll
}

@media screen and (min-width: 1024px) {
    .ontopcdn-layoutTransparenciaColumnDual .columnDualLeft {
        width:270px;
        background-color: var(--color_primary);
        position: initial;
        overflow: auto;
        height: auto
    }
}

.ontopcdn-layoutTransparenciaColumnDual .columnDualLeft .menuTransparencia-container {
    display: flex;
    flex-direction: column;
    padding: 15px 10px
}

.ontopcdn-layoutTransparenciaColumnDual .columnDualLeft .menuTransparencia-container .groupMenu {
    display: flex;
    flex-direction: column
}

.ontopcdn-layoutTransparenciaColumnDual .columnDualLeft .menuTransparencia-container .groupMenu .groupMenuTitle {
    font-size: 2rem;
    color: var(--color_primary);
    font-weight: 600;
    margin-bottom: 10px
}

@media screen and (min-width: 1024px) {
    .ontopcdn-layoutTransparenciaColumnDual .columnDualLeft .menuTransparencia-container .groupMenu .groupMenuTitle {
        color:#fff
    }
}

.ontopcdn-layoutTransparenciaColumnDual .columnDualLeft .menuTransparencia-container .groupMenu .groupMenuLinks {
    margin-bottom: 20px
}

.ontopcdn-layoutTransparenciaColumnDual .columnDualLeft .menuTransparencia-container .groupMenu .groupMenuLinks .show-subnav {
    display: block
}

.ontopcdn-layoutTransparenciaColumnDual .columnDualLeft .menuTransparencia-container .groupMenu .groupMenuLinks li>ul {
    display: none
}

.ontopcdn-layoutTransparenciaColumnDual .columnDualLeft .menuTransparencia-container .groupMenu .groupMenuLinks ul li {
    width: 100%;
    position: relative;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 0
}

.ontopcdn-layoutTransparenciaColumnDual .columnDualLeft .menuTransparencia-container .groupMenu .groupMenuLinks ul li a {
    width: 100%;
    display: block;
    padding: 10px 20px 10px 10px;
    border-radius: 5px;
    color: #5a5a5a;
    text-decoration: none;
    font-size: 1.4rem
}

@media screen and (min-width: 1024px) {
    .ontopcdn-layoutTransparenciaColumnDual .columnDualLeft .menuTransparencia-container .groupMenu .groupMenuLinks ul li a {
        cursor:pointer;
        color: #fff
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-layoutTransparenciaColumnDual .columnDualLeft .menuTransparencia-container .groupMenu .groupMenuLinks ul li a:hover {
        background-color:var(--color_secondary);
        color: #fff
    }
}

.ontopcdn-layoutTransparenciaColumnDual .columnDualLeft .menuTransparencia-container .groupMenu .groupMenuLinks ul li a.active {
    background-color: var(--color_primary);
    color: #fff;
    transition: all .3s ease
}

@media screen and (min-width: 1024px) {
    .ontopcdn-layoutTransparenciaColumnDual .columnDualLeft .menuTransparencia-container .groupMenu .groupMenuLinks ul li a.active {
        background-color:#fff;
        color: var(--color_primary)
    }
}

.ontopcdn-layoutTransparenciaColumnDual .columnDualLeft .menuTransparencia-container .groupMenu .groupMenuLinks ul li a.active::before {
    transition: all .5s ease;
    top: 5px;
    right: 10px;
    color: #fff
}

.ontopcdn-layoutTransparenciaColumnDual .columnDualLeft .menuTransparencia-container .groupMenu .groupMenuLinks ul li.submenu>a {
    transition: all .3s ease
}

.ontopcdn-layoutTransparenciaColumnDual .columnDualLeft .menuTransparencia-container .groupMenu .groupMenuLinks ul li.submenu>a::before {
    content: "";
    width: 10px;
    height: 10px;
    font-family: "icomoon" !important;
    position: absolute;
    color: #5a5a5a;
    font-weight: 900;
    z-index: 9999;
    padding-top: 12px;
    top: 3px;
    right: 10px;
    transition: all .5s ease
}

@media screen and (min-width: 1024px) {
    .ontopcdn-layoutTransparenciaColumnDual .columnDualLeft .menuTransparencia-container .groupMenu .groupMenuLinks ul li.submenu>a::before {
        color:#fff
    }
}

.ontopcdn-layoutTransparenciaColumnDual .columnDualLeft .menuTransparencia-container .groupMenu .groupMenuLinks ul li.submenu>a.clicked {
    background-color: var(--color_secondary);
    color: #fff;
    transition: all .3s ease
}

.ontopcdn-layoutTransparenciaColumnDual .columnDualLeft .menuTransparencia-container .groupMenu .groupMenuLinks ul li.submenu>a.clicked::before {
    transform: rotate(90deg);
    transition: all .5s ease;
    color: #fff;
    top: 10px;
    right: 5px
}

.ontopcdn-layoutTransparenciaColumnDual .columnDualLeft .menuTransparencia-container .groupMenu .groupMenuLinks ul li.submenu>a.active::before {
    transition: all .5s ease;
    color: #fff
}

@media screen and (min-width: 1024px) {
    .ontopcdn-layoutTransparenciaColumnDual .columnDualLeft .menuTransparencia-container .groupMenu .groupMenuLinks ul li.submenu>a.active::before {
        color:var(--color_primary)
    }
}

.ontopcdn-layoutTransparenciaColumnDual .columnDualLeft .menuTransparencia-container .groupMenu .groupMenuLinks ul li.submenu>a.active.clicked {
    background-color: var(--color_primary);
    color: #fff;
    transition: all .3s ease
}

@media screen and (min-width: 1024px) {
    .ontopcdn-layoutTransparenciaColumnDual .columnDualLeft .menuTransparencia-container .groupMenu .groupMenuLinks ul li.submenu>a.active.clicked {
        background-color:#fff;
        color: var(--color_primary)
    }
}

.ontopcdn-layoutTransparenciaColumnDual .columnDualLeft .menuTransparencia-container .groupMenu .groupMenuLinks ul li.submenu>a.active.clicked::before {
    transition: all .5s ease;
    color: #fff
}

@media screen and (min-width: 1024px) {
    .ontopcdn-layoutTransparenciaColumnDual .columnDualLeft .menuTransparencia-container .groupMenu .groupMenuLinks ul li.submenu>a.active.clicked::before {
        color:var(--color_primary)
    }
}

.ontopcdn-layoutTransparenciaColumnDual .columnDualLeft .menuTransparencia-container .groupMenu .groupMenuLinks ul li.submenu ul {
    padding: 5px 0px 5px 20px;
    padding-left: 20px
}

@media screen and (min-width: 1024px) {
    .ontopcdn-layoutTransparenciaColumnDual .columnDualLeft .menuTransparencia-container .groupMenu .groupMenuLinks ul li.submenu ul {
        padding:5px 0px 5px 10px;
        padding-left: 10px
    }
}

.ontopcdn-layoutTransparenciaColumnDual .columnDualRight {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 5px
}

@media screen and (min-width: 1024px) {
    .ontopcdn-layoutTransparenciaColumnDual .columnDualRight {
        width:calc(100% - 270px);
        padding: 10px
    }
}

.ontopcdn-layoutTransparenciaColumnDual .columnDualRight .menuTransparencia-action {
    justify-content: flex-end;
    background-color: #f1f1f1;
    margin-bottom: 5px
}

.ontopcdn-layoutTransparenciaColumnDual .columnDualRight .ontopcdn-layoutPortalColumnDual {
    margin: 0
}

.ontopcdn-layoutTransparenciaColumnDual.transparenciaMenuOpened .columnDualLeft {
    left: 0;
    transition: all .3s ease
}

#btnGoTop {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 1000;
    bottom: 10px;
    right: 10px;
    background-color: var(--color_primary);
    border: 1px solid #5a5a5a;
    color: #fff;
    transition: all .3s ease;
    font-size: 2.5rem;
    cursor: pointer
}

#btnGoTop.show {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease
}

.ontopcdn-breadcrumbs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-family: var(--font_family)
}

.ontopcdn-breadcrumbs>span {
    display: flex;
    color: #fff;
    letter-spacing: 1px
}

.ontopcdn-breadcrumbs>span:last-child {
    border-bottom: 1px solid rgba(0,0,0,0)
}

.ontopcdn-breadcrumbs>span a {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid rgba(0,0,0,0);
    transition: all .3s ease
}

.ontopcdn-breadcrumbs>span:hover a {
    border-bottom: 1px solid #fff;
    transition: all .3s ease;
    display: block
}

.ontopcdn-breadcrumbs>i {
    margin: 0 5px;
    font-size: 1rem;
    color: #fff
}

.ontopcdn-openContent {
    display: flex;
    flex-direction: column;
    font-size: 1.4rem
}

.ontopcdn-openContent p {
    margin-bottom: 10px
}

.ontopcdn-openContent h1,.ontopcdn-openContent h2,.ontopcdn-openContent h3,.ontopcdn-openContent h4,.ontopcdn-openContent h5,.ontopcdn-openContent h6 {
    margin: 10px 0
}

.ontopcdn-openContent h1 {
    font-size: 2.8rem
}

.ontopcdn-openContent ul,.ontopcdn-openContent ol {
    padding-left: 20px;
    margin-bottom: 10px
}

.ontopcdn-openContent ul li,.ontopcdn-openContent ol li {
    margin-bottom: 5px
}

.ontopcdn-openContent a {
    color: var(--color_light);
    font-weight: 500;
    transition: all .3s ease
}

.ontopcdn-openContent a:hover {
    color: var(--color_dark);
    transition: all .3s ease
}

.ontopcdn-bannerFull {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    font-family: var(--font_family)
}

.ontopcdn-bannerFull a {
    display: flex;
    width: 100%;
    height: 120px;
    overflow: hidden
}

.ontopcdn-bannerFull a img {
    width: 100%;
    height: 100%;
    min-width: 0;
    object-fit: cover
}

.ontopcdn-bannerMiddle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    font-family: var(--font_family)
}

@media screen and (min-width: 768px) {
    .ontopcdn-bannerMiddle {
        flex-direction:row
    }
}

.ontopcdn-bannerMiddle a {
    width: 100%;
    height: 120px;
    margin-bottom: 5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .ontopcdn-bannerMiddle a {
        max-width:calc(50% - 10px);
        margin-bottom: 0px
    }
}

.ontopcdn-bannerMiddle a img {
    width: 100%;
    height: 100%;
    min-width: 0;
    object-fit: cover
}

.ontopcdn-fastAccess {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
    font-family: var(--font_family)
}

@media screen and (min-width: 768px) {
    .ontopcdn-fastAccess {
        flex-direction:row;
        flex-wrap: wrap
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-fastAccess {
        width:60%;
        margin-bottom: 0px
    }
}

.ontopcdn-fastAccess .card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    transition: all .3s ease;
    position: relative;
    border-radius: 0
}

@media screen and (min-width: 768px) {
    .ontopcdn-fastAccess .card {
        width:25%;
        min-height: 135px;
        padding: 10px;
        flex-direction: column
    }
}

.ontopcdn-fastAccess .card:nth-of-type(1),.ontopcdn-fastAccess .card:nth-of-type(4),.ontopcdn-fastAccess .card:nth-of-type(7),.ontopcdn-fastAccess .card:nth-of-type(10) {
    background-color: var(--color_alternate)
}

.ontopcdn-fastAccess .card:nth-of-type(2),.ontopcdn-fastAccess .card:nth-of-type(5),.ontopcdn-fastAccess .card:nth-of-type(11),.ontopcdn-fastAccess .card:nth-of-type(8) {
    background-color: var(--color_semilight)
}

.ontopcdn-fastAccess .card:nth-of-type(3),.ontopcdn-fastAccess .card:nth-of-type(6),.ontopcdn-fastAccess .card:nth-of-type(9) .ontopcdn-fastAccess .card:nth-of-type(12) {
    background-color: var(--color_primary)
}

.ontopcdn-fastAccess .card span {
    width: 100%;
    text-align: right;
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    border: 0;
    position: absolute;
    top: 5px
}

@media screen and (min-width: 768px) {
    .ontopcdn-fastAccess .card span {
        position:relative
    }
}

.ontopcdn-fastAccess .card h2 {
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--font_family);
    font-weight: 400;
    padding: 15px 0;
    text-align: center;
    line-height: normal;
    margin: 0
}

@media screen and (min-width: 768px) {
    .ontopcdn-fastAccess .card h2 {
        padding:0;
        text-align: left
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-fastAccess .card:hover {
        transition:all .3s ease;
        transform: scale(1.02);
        box-shadow: 0px 10px 26px -6px rgba(0,0,0,.75);
        cursor: pointer
    }
}

.ontopcdn-esic {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-family: var(--font_family)
}

@media screen and (min-width: 1024px) {
    .ontopcdn-esic {
        width:calc(40% - 10px)
    }
}

.ontopcdn-esic .esicCall {
    background-color: var(--color_alternate);
    background-blend-mode: multiply;
    min-height: 180px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 20px 10px 10px 10px
}

@media screen and (min-width: 1024px) {
    .ontopcdn-esic .esicCall {
        min-height:180px
    }
}

.ontopcdn-esic .esicCall .esicCallBg {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: .4
}

.ontopcdn-esic .esicCall .esicCallInfo,.ontopcdn-esic .esicCall .esicCallFooter {
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
    z-index: 9;
    position: relative
}

.ontopcdn-esic .esicCall .esicCallInfo {
    display: flex;
    flex-direction: column
}

@media screen and (min-width: 460px) {
    .ontopcdn-esic .esicCall .esicCallInfo {
        flex-direction:row
    }
}

.ontopcdn-esic .esicCall .esicCallInfo .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    color: #fff;
    font-family: var(--font_family);
    margin-bottom: 10px
}

@media screen and (min-width: 460px) {
    .ontopcdn-esic .esicCall .esicCallInfo .header {
        flex-direction:row;
        justify-content: space-between;
        align-items: flex-start;
        height: fit-content;
        width: 180px;
        order: 2;
        text-align: right;
        padding: 0px 5px 10px 5px;
        margin: 0;
        border-left: 1px solid rgba(242,242,242,.1)
    }
}

@media screen and (min-width: 460px) {
    .ontopcdn-esic .esicCall .esicCallInfo .header .icons {
        order:2;
        margin-right: 0;
        padding: 0 5px
    }
}

.ontopcdn-esic .esicCall .esicCallInfo .header .icons i {
    font-size: 40px;
    margin-right: 5px;
    color: #fff;
    transition: all .3s ease
}

@media screen and (min-width: 460px) {
    .ontopcdn-esic .esicCall .esicCallInfo .header .icons i {
        font-size:65px
    }
}

.ontopcdn-esic .esicCall .esicCallInfo .header .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5px;
    padding: 10px 0 10px 0
}

@media screen and (min-width: 460px) {
    .ontopcdn-esic .esicCall .esicCallInfo .header .title {
        padding:0;
        align-items: flex-start
    }
}

.ontopcdn-esic .esicCall .esicCallInfo .header .title label {
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 5px
}

@media screen and (min-width: 460px) {
    .ontopcdn-esic .esicCall .esicCallInfo .header .title label {
        font-size:25px;
        line-height: 25px
    }
}

.ontopcdn-esic .esicCall .esicCallInfo .header .title p {
    font-size: 16px;
    line-height: normal;
    margin: 0
}

@media screen and (min-width: 460px) {
    .ontopcdn-esic .esicCall .esicCallInfo .header .title p {
        font-size:11px;
        line-height: 14px;
        text-align: left;
        padding-right: 0;
        width: 95px
    }
}

.ontopcdn-esic .esicCall .esicCallInfo .details {
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 9;
    color: #fff;
    font-family: var(--font_family);
    padding: 5px
}

@media screen and (min-width: 460px) {
    .ontopcdn-esic .esicCall .esicCallInfo .details {
        width:calc(100% - 180px);
        padding: 0px
    }
}

.ontopcdn-esic .esicCall .esicCallInfo .details .title {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0 0 10px 0;
    margin-bottom: 10px
}

@media screen and (min-width: 460px) {
    .ontopcdn-esic .esicCall .esicCallInfo .details .title {
        justify-content:flex-start
    }
}

.ontopcdn-esic .esicCall .esicCallInfo .details .title h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    line-height: 25px;
    color: #fff
}

.ontopcdn-esic .esicCall .esicCallInfo .details .title h2 strong {
    font-weight: 700
}

.ontopcdn-esic .esicCall .esicCallInfo .details .title>span {
    content: "";
    position: absolute;
    width: 66px;
    height: 6px;
    background-color: var(--color_light);
    bottom: 0
}

.ontopcdn-esic .esicCall .esicCallInfo .details .description {
    display: flex;
    flex-direction: column;
    width: 100%
}

.ontopcdn-esic .esicCall .esicCallInfo .details .description span {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600
}

.ontopcdn-esic .esicCall .esicCallInfo .details .description p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    width: 100%;
    margin: 0
}

@media screen and (min-width: 460px) {
    .ontopcdn-esic .esicCall .esicCallInfo .details .description p {
        max-width:235px;
        font-size: 12px
    }
}

@media screen and (min-width: 600px) {
    .ontopcdn-esic .esicCall .esicCallInfo .details .description p {
        max-width:100%
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-esic .esicCall .esicCallInfo .details .description p {
        max-width:235px;
        font-size: 12px
    }
}

.ontopcdn-esic .esicCall .esicCallLine {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0
}

.ontopcdn-esic .esicCall .esicCallLine span {
    content: "";
    width: calc(100% - 100px);
    height: 3px;
    background-color: var(--color_light)
}

.ontopcdn-esic .esicCall .esicCallLine label {
    width: 100px;
    text-align: right;
    padding-right: 10px
}

.ontopcdn-esic .esicCall .esicCallLine label i {
    font-size: 45px;
    color: #fff
}

.ontopcdn-esic .esicCall .esicCallFooter {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0
}

@media screen and (min-width: 460px) {
    .ontopcdn-esic .esicCall .esicCallFooter {
        flex-direction:row
    }
}

.ontopcdn-esic .esicCall .esicCallFooter button {
    width: 150px;
    text-align: center;
    border: 0;
    height: 30px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 5px;
    outline: none;
    transition: all .3s ease;
    border-radius: 15px;
    overflow: hidden;
    background-color: var(--color_details);
    color: #fff
}

@media screen and (min-width: 460px) {
    .ontopcdn-esic .esicCall .esicCallFooter button {
        margin:0
    }
}

.ontopcdn-esic .esicCall .esicCallFooter p {
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    font-family: var(--font_family);
    margin: 0
}

.ontopcdn-esic .esicCall .esicCallFooter p strong {
    font-weight: 700
}

.ontopcdn-esic .esicCall:hover .esicCallFooter button {
    color: var(--color_details);
    background-color: #fff;
    transition: all .3s ease
}

.ontopcdn-esic .esicGoverno {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--color_alternate);
    padding: 10px 20px;
    position: relative;
    overflow: hidden
}

.ontopcdn-esic .esicGoverno .esicGovernoBg {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -50px;
    overflow: hidden
}

.ontopcdn-esic .esicGoverno h2 {
    font-size: 25px;
    font-family: var(--font_family);
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    line-height: normal;
    margin: 0
}

.ontopcdn-esic .esicGoverno .buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between
}

.ontopcdn-esic .esicGoverno .buttons button {
    width: calc(50% - 5px);
    border: 0;
    border-radius: 5px;
    overflow: hidden
}

.ontopcdn-esic .esicGoverno .buttons button a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
    background-color: #fff;
    color: var(--color_alternate);
    transition: all .3s ease
}

.ontopcdn-esic .esicGoverno .buttons button:hover a {
    background-color: var(--color_details);
    color: #fff;
    transition: all .3s ease
}

.ontopcdn-esic .esicGoverno .forms {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative
}

.ontopcdn-esic .esicGoverno .forms form {
    width: calc(50% - 5px)
}

.ontopcdn-esic .esicGoverno .forms form select {
    width: 100%;
    padding: 4px 10px;
    border: 0;
    border-radius: 5px;
    background-color: #fff;
    color: var(--color_alternate)
}

.ontopcdn-esic .esicGoverno .forms form select option {
    cursor: pointer
}

.ontopcdn-esic .esicGoverno .forms form:not(:last-child) {
    margin-right: 10px
}

.ontopcdn-digitalManagement {
    display: flex;
    background-color: var(--color_secondary);
    width: 100%;
    min-height: 275px;
    position: relative;
    padding: 10px 0;
    margin-bottom: 20px;
    font-family: var(--font_family)
}

@media screen and (min-width: 1024px) {
    .ontopcdn-digitalManagement {
        padding:40px 0
    }
}

.ontopcdn-digitalManagement .bgDigitalManagement {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.ontopcdn-digitalManagement .bgDigitalManagement img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .25
}

.ontopcdn-digitalManagement .ontopcdn-containerPage {
    z-index: 9;
    display: flex;
    flex-direction: column
}

@media screen and (min-width: 1024px) {
    .ontopcdn-digitalManagement .ontopcdn-containerPage {
        flex-direction:row
    }
}

.ontopcdn-digitalManagement .ontopcdn-containerPage h1 {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px;
    font-family: var(--font_family);
    line-height: normal;
    margin: 0
}

@media screen and (min-width: 1024px) {
    .ontopcdn-digitalManagement .ontopcdn-containerPage h1 {
        display:flex;
        flex-direction: column;
        padding: 0 10px;
        width: 250px
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-digitalManagement .ontopcdn-containerPage h1 span {
        width:100%;
        line-height: 40px;
        margin: 0;
        padding: 0
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-digitalManagement .ontopcdn-containerPage h1 span:nth-of-type(1) {
        text-align:left
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-digitalManagement .ontopcdn-containerPage h1 span:nth-of-type(2) {
        text-align:right
    }
}

.ontopcdn-digitalManagement .ontopcdn-containerPage .groupCards {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%
}

@media screen and (min-width: 768px) {
    .ontopcdn-digitalManagement .ontopcdn-containerPage .groupCards {
        flex-direction:row
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-digitalManagement .ontopcdn-containerPage .groupCards {
        width:calc(100% - 250px)
    }
}

.ontopcdn-digitalManagement .ontopcdn-containerPage .groupCards .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #fff;
    transition: all .3s ease;
    padding: 10px;
    margin-bottom: 10px
}

@media screen and (min-width: 768px) {
    .ontopcdn-digitalManagement .ontopcdn-containerPage .groupCards .card {
        width:19%;
        margin-bottom: 0
    }
}

.ontopcdn-digitalManagement .ontopcdn-containerPage .groupCards .card span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    height: 50px;
    width: 50px;
    margin-bottom: 10px;
    color: var(--color_secondary);
    font-family: "icomoon"
}

.ontopcdn-digitalManagement .ontopcdn-containerPage .groupCards .card h2 {
    font-size: 22px;
    font-weight: 600;
    font-family: var(--font_family);
    color: var(--color_secondary);
    line-height: normal;
    margin: 0
}

.ontopcdn-digitalManagement .ontopcdn-containerPage .groupCards .card p {
    font-size: 14px;
    font-family: var(--font_family);
    color: var(--color_secondary);
    text-align: center;
    margin: 0
}

@media screen and (min-width: 1024px) {
    .ontopcdn-digitalManagement .ontopcdn-containerPage .groupCards .card:hover {
        transform:scale(1.08);
        transition: all .3s ease;
        cursor: pointer
    }
}

.ontopcdn-pageTitle {
    width: 100%;
    font-weight: 700;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 1rem;
    color: var(--color_primary);
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: var(--font_family)
}

.ontopcdn-pageTitle span {
    font-size: 3rem;
    margin-right: 15px
}

.ontopcdn-highlightText {
    padding: 0px 20px 0px 10px;
    background-color: var(--color_primary);
    color: #fff;
    font-size: 3rem;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
    font-family: var(--font_family);
    width: max-content
}

@media screen and (min-width: 680px) {
    .ontopcdn-highlightText {
        padding:0px 50px 0px 10px
    }
}

.ontopcdn-boxContact {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    padding: 20px 10px;
    width: 100%;
    background-color: rgba(1,75,140,.05);
    font-family: var(--font_family)
}

.ontopcdn-boxContact .info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 1.4rem;
    padding: 0 20px
}

.ontopcdn-boxContact .info h3 {
    color: var(--color_primary);
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal
}

.ontopcdn-boxContact .info p {
    font-size: 1.2rem;
    color: #5a5a5a;
    margin-bottom: 0px;
    line-height: normal
}

.ontopcdn-boxContact .info button {
    border: 0;
    background-color: var(--color_hover_sitemap);
    width: 100%;
    color: #5a5a5a;
    font-size: 1.2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    cursor: pointer;
    outline: none;
    transition: all .3s ease;
    margin-bottom: 5px
}

.ontopcdn-boxContact .info button a {
    width: 100%;
    padding: 15px 0;
    text-transform: uppercase;
    letter-spacing: 2px
}

.ontopcdn-boxContact .info button:hover {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,.3);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,.3)
}

.ontopcdn-boxContact .info button:hover a {
    color: inherit
}

.ontopcdn-boxContact .info button:hover a:hover {
    color: inherit
}

.ontopcdn-boxProfile {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    font-family: var(--font_family)
}

.ontopcdn-boxProfile .card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background-color: rgba(1,75,140,.05);
    border: 0;
    border-bottom: 5px solid var(--color_primary);
    margin: 0 0 10px 0;
    transition: all .3s ease;
    overflow: hidden
}

.ontopcdn-boxProfile .card .photo {
    width: 100%;
    height: 320px;
    margin-bottom: 20px;
    overflow: hidden
}

.ontopcdn-boxProfile .card .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center
}

.ontopcdn-boxProfile .card .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 0 20px 0;
    color: #5a5a5a
}

.ontopcdn-boxProfile .card .info h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: normal;
    color: #5a5a5a;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 5px;
    transition: all .3s ease
}

.ontopcdn-boxProfile .card .info h5 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: normal;
    color: #5a5a5a;
    font-size: 1.4rem;
    font-weight: 400;
    transition: all .3s ease
}

.ontopcdn-boxProfile .card .socialmedia {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px
}

.ontopcdn-boxProfile .card .socialmedia span {
    color: #5a5a5a;
    font-size: 1.6rem;
    margin: 0 10px;
    font-weight: 500;
    transition: all .3s ease;
    cursor: pointer
}

.ontopcdn-boxProfile>a.card:hover {
    background-color: var(--color_primary);
    transition: all .3s ease
}

.ontopcdn-boxProfile>a.card:hover .info h4,.ontopcdn-boxProfile>a.card:hover .info h5 {
    color: #fff;
    transition: all .3s ease
}

.ontopcdn-boxProfile>a.card:hover .socialmedia span {
    color: #fff;
    transition: all .3s ease
}

.ontopcdn-boxTitle {
    color: #5a5a5a;
    font-weight: 700;
    font-size: 2rem;
    margin: 10px 0 5px 10px;
    font-family: var(--font_family)
}

.ontopcdn-boxLinks {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 10px;
    margin-bottom: 10px;
    width: 100%;
    background-color: rgba(1,75,140,.05);
    font-family: var(--font_family)
}

.ontopcdn-boxLinks>div {
    width: 100%
}

.ontopcdn-boxLinks ul {
    width: 100%;
    position: relative;
    padding: 0 20px
}

.ontopcdn-boxLinks li {
    display: flex;
    align-items: center;
    flex-grow: 1;
    position: relative;
    font-size: 1.4rem;
    color: #5a5a5a;
    transition: all .1s ease;
    padding-right: 10px;
    margin-left: 0;
    line-height: normal
}

.ontopcdn-boxLinks li:before {
    content: "";
    width: 10px;
    height: 10px;
    font-family: "icomoon" !important;
    position: absolute;
    color: #5a5a5a;
    font-weight: 900;
    right: 0;
    top: 10px
}

.ontopcdn-boxLinks li a {
    padding: 10px 0;
    display: flex;
    flex-grow: 1;
    transition: all .1s ease
}

.ontopcdn-boxLinks li.current-menu-item {
    padding-left: 10px;
    font-weight: 500;
    color: var(--color_primary)
}

.ontopcdn-boxLinks li.current-menu-item:before {
    color: var(--color_primary)
}

.ontopcdn-boxLinks li.current-page-ancestor {
    padding-left: 10px;
    font-weight: 500;
    color: var(--color_primary)
}

.ontopcdn-boxLinks li.current-page-ancestor:before {
    color: var(--color_primary)
}

.ontopcdn-boxLinks li:hover {
    color: var(--color_primary)
}

.ontopcdn-boxLinks li:hover:before {
    color: var(--color_primary)
}

.ontopcdn-cardItemSmall {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    font-family: var(--font_family)
}

.ontopcdn-cardItemSmall #cardItemSmall--scroll {
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden
}

.ontopcdn-cardItemSmall .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    transition: all .3s ease;
    cursor: pointer;
    margin: 0px 5px 5px 5px;
    border: 0;
    width: 100%;
    background-color: var(--color_primary)
}

@media screen and (min-width: 460px) {
    .ontopcdn-cardItemSmall .card {
        width:calc(50% - 10px)
    }
}

@media screen and (min-width: 680px) {
    .ontopcdn-cardItemSmall .card {
        width:100%
    }
}

@media screen and (min-width: 720px) {
    .ontopcdn-cardItemSmall .card {
        width:calc(50% - 10px)
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-cardItemSmall .card {
        width:calc(33.3% - 10px);
        background-color: rgba(0,0,0,0)
    }
}

.ontopcdn-cardItemSmall .card .card__title,.ontopcdn-cardItemSmall .card .card__description,.ontopcdn-cardItemSmall .card .card__icon,.ontopcdn-cardItemSmall .card .card__arrowLink {
    display: flex;
    align-items: flex-start;
    margin: 10px 0;
    justify-content: center;
    text-align: center;
    transition: all .3s ease
}

.ontopcdn-cardItemSmall .card .card__title {
    height: 20px;
    width: 100%;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 1.2rem
}

@media screen and (min-width: 1024px) {
    .ontopcdn-cardItemSmall .card .card__title {
        color:var(--color_primary);
        height: 40px
    }
}

.ontopcdn-cardItemSmall .card .card__description {
    flex-grow: 1;
    color: #5a5a5a;
    font-size: 1.2rem
}

.ontopcdn-cardItemSmall .card .card__icon {
    font-size: 3rem;
    color: #fff
}

@media screen and (min-width: 1024px) {
    .ontopcdn-cardItemSmall .card .card__icon {
        color:var(--color_primary)
    }
}

.ontopcdn-cardItemSmall .card .card__arrowLink {
    opacity: 0;
    transition: all .3s ease;
    transform: rotate(-50deg);
    font-size: 2rem;
    opacity: 1;
    color: #fff
}

@media screen and (min-width: 1024px) {
    .ontopcdn-cardItemSmall .card .card__arrowLink {
        opacity:0
    }
}

.ontopcdn-cardItemSmall .card:hover {
    background-color: var(--color_primary);
    color: #fff;
    box-shadow: 0px 0px 10px rgba(1,75,140,.5);
    text-decoration: none
}

@media screen and (min-width: 1024px) {
    .ontopcdn-cardItemSmall .card:hover {
        background-color:var(--color_primary)
    }
}

.ontopcdn-cardItemSmall .card:hover .card__title {
    color: #fff
}

.ontopcdn-cardItemSmall .card:hover .card__description {
    color: #fff
}

.ontopcdn-cardItemSmall .card:hover .card__icon {
    color: #fff
}

.ontopcdn-cardItemSmall .card:hover .card__arrowLink {
    color: #fff;
    opacity: 1
}

.ontopcdn-cardItemMini {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
    font-family: var(--font_family)
}

@media screen and (min-width: 1200px) {
    .ontopcdn-cardItemMini {
        justify-content:flex-start
    }
}

.ontopcdn-cardItemMini #cardItemMini--scroll {
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden
}

.ontopcdn-cardItemMini a .card {
    cursor: pointer;
    text-decoration: none
}

.ontopcdn-cardItemMini .card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding: 10px;
    transition: all .3s ease;
    margin: 5px;
    box-shadow: 0px 5px 10px rgba(0,0,0,.1);
    background-color: var(--color_primary)
}

@media screen and (min-width: 460px) {
    .ontopcdn-cardItemMini .card {
        width:calc(50% - 10px)
    }
}

@media screen and (min-width: 680px) {
    .ontopcdn-cardItemMini .card {
        width:100%
    }
}

@media screen and (min-width: 720px) {
    .ontopcdn-cardItemMini .card {
        width:calc(50% - 10px)
    }
}

@media screen and (min-width: 960px) {
    .ontopcdn-cardItemMini .card {
        width:calc(33.3% - 10px);
        background-color: rgba(0,0,0,0)
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-cardItemMini .card {
        width:calc(25% - 10px);
        background-color: rgba(0,0,0,0)
    }
}

.ontopcdn-cardItemMini .card .header {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    min-height: 20px
}

.ontopcdn-cardItemMini .card .title,.ontopcdn-cardItemMini .card .description,.ontopcdn-cardItemMini .card .icon,.ontopcdn-cardItemMini .card .arrowLink {
    display: flex;
    align-items: flex-start;
    margin: 10px 0;
    justify-content: center;
    text-align: center;
    transition: all .3s ease
}

.ontopcdn-cardItemMini .card .title {
    width: 100%;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 1.6rem;
    align-items: center
}

@media screen and (min-width: 960px) {
    .ontopcdn-cardItemMini .card .title {
        color:var(--color_primary)
    }
}

.ontopcdn-cardItemMini .card .description {
    flex-grow: 1;
    color: #fff;
    font-size: 1.2rem;
    align-items: flex-start;
    min-height: 40px
}

@media screen and (min-width: 960px) {
    .ontopcdn-cardItemMini .card .description {
        color:#5a5a5a
    }
}

.ontopcdn-cardItemMini .card .icon {
    font-size: 3rem;
    display: flex;
    align-items: center;
    color: #fff
}

@media screen and (min-width: 960px) {
    .ontopcdn-cardItemMini .card .icon {
        color:var(--color_primary)
    }
}

.ontopcdn-cardItemMini .card:hover {
    background-color: var(--color_primary);
    color: #fff;
    box-shadow: 0px 0px 10px rgba(1,75,140,.5)
}

@media screen and (min-width: 1024px) {
    .ontopcdn-cardItemMini .card:hover {
        background-color:var(--color_primary)
    }
}

.ontopcdn-cardItemMini .card:hover .title {
    color: #fff
}

.ontopcdn-cardItemMini .card:hover .description {
    color: #fff
}

.ontopcdn-cardItemMini .card:hover .icon {
    color: #fff
}

.ontopcdn-cardItemMini .card:hover .arrowLink {
    color: #fff;
    opacity: 1
}

.ontopcdn-cardItemBig {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 20px;
    font-family: var(--font_family)
}

@media screen and (min-width: 800px) {
    .ontopcdn-cardItemBig {
        margin-bottom:20px
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-cardItemBig {
        justify-content:flex-start
    }
}

.ontopcdn-cardItemBig .card {
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    transition: all .3s ease;
    cursor: pointer;
    margin: 10px;
    flex-basis: 220px;
    max-width: 220px;
    border: none;
    text-decoration: none;
    text-align: center
}

.ontopcdn-cardItemBig .card:hover {
    background-color: var(--color_primary);
    color: #fff;
    box-shadow: 0px 0px 10px rgba(1,75,140,.5)
}

.ontopcdn-cardItemBig .card .card__description,.ontopcdn-cardItemBig .card .card__icon,.ontopcdn-cardItemBig .card .card__title,.ontopcdn-cardItemBig .card .card__arrowLink {
    display: flex;
    align-items: flex-start;
    margin: 10px 0;
    justify-content: center;
    text-align: center;
    transition: all .3s ease
}

.ontopcdn-cardItemBig .card .card__description {
    flex-grow: 1;
    color: #5a5a5a;
    font-size: 1.4rem
}

.ontopcdn-cardItemBig .card .card__icon {
    font-size: 6rem;
    color: var(--color_primary)
}

.ontopcdn-cardItemBig .card .card__title {
    font-weight: 700;
    min-height: 50px;
    width: 100%;
    position: relative;
    color: #5a5a5a;
    font-size: 1.6rem;
    text-transform: uppercase
}

.ontopcdn-cardItemBig .card .card__title span {
    width: 35px;
    height: 2px;
    background-color: var(--color_primary);
    position: absolute;
    bottom: 0
}

.ontopcdn-cardItemBig .card .card__arrowLink {
    opacity: 1;
    transition: all .3s ease;
    font-size: 2rem
}

.ontopcdn-cardItemBig .card .card__arrowLink span {
    background-color: rgba(1,75,140,.1);
    padding: 10px;
    border-radius: 50%;
    color: var(--color_primary);
    transition: all .3s ease
}

.ontopcdn-cardItemBig .card:hover .card__description {
    color: #fff
}

.ontopcdn-cardItemBig .card:hover .card__icon {
    color: #fff
}

.ontopcdn-cardItemBig .card:hover .card__title {
    color: #fff
}

.ontopcdn-cardItemBig .card:hover .card__title span {
    color: var(--color_primary);
    background-color: #fff
}

.ontopcdn-cardItemBig .card:hover .card__arrowLink span {
    transition: all .3s ease;
    background-color: #fff;
    color: var(--color_primary);
    opacity: 1
}

.ontopcdn-cardItemBig.title-combate-a-covid-19 .card:hover {
    background-color: var(--color_details)
}

.ontopcdn-cardItemBig.title-combate-a-covid-19 .card:hover .card__arrowLink span {
    color: var(--color_details)
}

.ontopcdn-iframeFull {
    width: 100%;
    height: 90vh;
    margin-bottom: 20px;
    font-family: var(--font_family)
}

@media screen and (min-width: 680px) {
    .ontopcdn-iframeFull {
        height:100%;
        margin-bottom: 0px;
        margin-top: 0px
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-iframeFull {
        height:100vh
    }
}

.ontopcdn-iframeFull iframe {
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-box-shadow: 0px 10px 4px -5px rgba(0,0,0,.05);
    -moz-box-shadow: 0px 10px 4px -5px rgba(0,0,0,.05);
    box-shadow: 0px 10px 4px -5px rgba(0,0,0,.05)
}

.ontopcdn-iframeTextBefore {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 10px 0;
    font-family: var(--font_family)
}

.ontopcdn-iframeTextBefore p {
    margin-bottom: 0;
    line-height: normal
}

.ontopcdn-iframeWarnBefore {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 10px;
    font-family: var(--font_family)
}

.ontopcdn-iframeWarnBefore>span {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    background-color: #e8e8e8;
    border-radius: 5px
}

.ontopcdn-iframeWarnBefore>span i {
    padding-right: 10px;
    font-weight: 700;
    color: var(--color_hover_sitemap);
    transition: all .3s ease
}

.ontopcdn-iframeWarnBefore>span p {
    margin-bottom: 0;
    line-height: normal
}

.ontopcdn-iframeWarnBefore>span p a {
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s ease;
    border-bottom: 1px solid rgba(0,0,0,0)
}

.ontopcdn-iframeWarnBefore>span p a:hover {
    cursor: pointer;
    color: var(--color_primary);
    transition: all .3s ease;
    border-bottom: 1px solid var(--color_primary)
}

.ontopcdn-iframeDescriptionBefore {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px
}

.ontopcdn-iframeDescriptionBefore h2 {
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--color_primary)
}

.ontopcdn-iframeDescriptionBefore p {
    color: #5a5a5a;
    text-indent: 20px;
    line-height: 24px;
    font-size: 1.4rem
}

.ontopcdn-ellipsisTextSimple {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    font-family: var(--font_family)
}

.ontopcdn-ellipsisTextMultiple {
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-family: var(--font_family)
}

.ontopcdn-listPosts {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0px;
    font-family: var(--font_family)
}

.ontopcdn-listPosts>p {
    width: 100%
}

.ontopcdn-listPosts>.card {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-bottom: 20px;
    border: 0px;
    padding: 0px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,.05);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,.05)
}

.ontopcdn-listPosts>.card>.date {
    background-color: rgba(1,75,140,.05);
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all .3s ease;
    border-radius: 5px;
    overflow: hidden
}

.ontopcdn-listPosts>.card>.date span {
    font-size: 5rem;
    color: var(--color_primary);
    transition: all .3s ease
}

.ontopcdn-listPosts>.card>.date img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease
}

.ontopcdn-listPosts>.card>.date p {
    font-size: 2rem;
    margin: 3px 0px;
    font-weight: 600;
    transition: all .3s ease
}

.ontopcdn-listPosts>.card>.date p:nth-of-type(1) {
    color: var(--color_primary);
    text-transform: uppercase
}

.ontopcdn-listPosts>.card>.date p:nth-of-type(2) {
    color: #5a5a5a
}

.ontopcdn-listPosts>.card>.date:hover {
    transition: all .3s ease;
    background-color: var(--color_primary)
}

.ontopcdn-listPosts>.card>.date:hover span {
    transition: all .3s ease;
    color: #fff
}

.ontopcdn-listPosts>.card>.date:hover img {
    transition: all .3s ease;
    transform: scale(1.05)
}

.ontopcdn-listPosts>.card>.date:hover p {
    transition: all .3s ease
}

.ontopcdn-listPosts>.card>.date:hover p:nth-of-type(1),.ontopcdn-listPosts>.card>.date:hover p:nth-of-type(2) {
    color: #fff
}

.ontopcdn-listPosts>.card>.info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 70px);
    padding-left: 10px
}

.ontopcdn-listPosts>.card>.info>.infoTitle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 2rem;
    color: var(--color_primary);
    width: 100%;
    transition: all .3s ease
}

@media screen and (min-width: 450px) {
    .ontopcdn-listPosts>.card>.info>.infoTitle {
        flex-direction:row;
        align-items: stretch
    }
}

.ontopcdn-listPosts>.card>.info>.infoTitle p {
    margin-bottom: 0px
}

.ontopcdn-listPosts>.card>.info>.infoTitle p:nth-of-type(1) {
    display: flex;
    font-size: 1.8rem;
    color: var(--color_primary);
    font-weight: 600;
    order: 2;
    width: 100%
}

@media screen and (min-width: 450px) {
    .ontopcdn-listPosts>.card>.info>.infoTitle p:nth-of-type(1) {
        order:1
    }
}

.ontopcdn-listPosts>.card>.info>.infoTitle p:nth-of-type(1) a:hover {
    color: #5a5a5a
}

.ontopcdn-listPosts>.card>.info>.infoTitle p:nth-of-type(2) {
    font-size: 2rem;
    color: #5a5a5a;
    order: 1
}

@media screen and (min-width: 450px) {
    .ontopcdn-listPosts>.card>.info>.infoTitle p:nth-of-type(2) {
        order:2;
        margin-bottom: 0px
    }
}

.ontopcdn-listPosts>.card>.info>.infoTitle p:nth-of-type(2) span {
    margin: 0 15px 0 0;
    cursor: pointer;
    transition: all .3s ease
}

@media screen and (min-width: 450px) {
    .ontopcdn-listPosts>.card>.info>.infoTitle p:nth-of-type(2) span {
        margin:0 0 0 15px
    }

    .ontopcdn-listPosts>.card>.info>.infoTitle p:nth-of-type(2) span:hover {
        transition: all .3s ease;
        color: var(--color_primary)
    }
}

.ontopcdn-listPosts>.card>.info>.infoTitle p:nth-of-type(2) a.downloadEnabled:hover {
    transition: all .3s ease
}

.ontopcdn-listPosts>.card>.info>.infoTitle p:nth-of-type(2) a.downloadDisabled span {
    cursor: not-allowed;
    opacity: .15
}

.ontopcdn-listPosts>.card>.info>.infoTitle p:nth-of-type(2) a.downloadDisabled span:hover {
    color: inherit
}

.ontopcdn-listPosts>.card>.info>.infoTitle p a {
    text-decoration: none;
    transition: all .3s ease
}

.ontopcdn-listPosts>.card>.info>.infoDate {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    color: var(--color_primary);
    font-size: 1.2rem
}

.ontopcdn-listPosts>.card>.info>.infoDescription {
    width: 100%;
    display: flex
}

.ontopcdn-listPosts>.card>.info>.infoDescription p {
    font-size: 1.4rem;
    color: #5a5a5a
}

.ontopcdn-pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: var(--font_family)
}

.ontopcdn-pagination .page-numbers {
    color: var(--color_primary);
    background-color: #fff;
    float: left;
    margin: 4px 4px 4px 0;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid var(--color_primary);
    border-radius: 5px;
    transition: all .3s ease
}

@media screen and (min-width: 600px) {
    .ontopcdn-pagination .page-numbers {
        width:40px;
        height: 40px
    }
}

.ontopcdn-pagination .page-numbers:hover {
    background: var(--color_primary);
    color: #fff;
    text-decoration: none;
    transition: all .3s ease
}

.ontopcdn-pagination .current {
    background: var(--color_primary);
    color: #fff;
    cursor: pointer
}

.ontopcdn-pagination .prev,.ontopcdn-pagination .next {
    font-size: 2rem
}

@media screen and (min-width: 360px) {
    .ontopcdn-pagination .prev,.ontopcdn-pagination .next {
        font-size:2.5rem
    }
}

.ontopcdn-pagination .dots {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    width: 10px;
    transition: all .3s ease
}

.ontopcdn-pagination .dots:hover {
    background-color: #fff;
    color: var(--color_primary);
    transition: all .3s ease
}

.ontopcdn-shareSocialMedia {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    font-family: var(--font_family)
}

@media screen and (min-width: 460px) {
    .ontopcdn-shareSocialMedia {
        justify-content:flex-end;
        margin-bottom: 20px
    }
}

.ontopcdn-shareSocialMedia>.card {
    margin: 5px 10px 5px 0;
    min-width: 135px;
    border: 0
}

@media screen and (min-width: 1024px) {
    .ontopcdn-shareSocialMedia>.card {
        margin:10px 10px 0px 0;
        min-width: 120px
    }
}

.ontopcdn-shareSocialMedia>.card>a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 10px;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 5px;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    height: 40px
}

@media screen and (min-width: 1024px) {
    .ontopcdn-shareSocialMedia>.card>a {
        padding:7px 5px;
        height: 30px
    }
}

.ontopcdn-shareSocialMedia>.card>a span {
    width: 25px
}

.ontopcdn-shareSocialMedia>.card>a span i {
    font-size: 1.6rem;
    margin-right: 5px;
    left: 10px;
    top: 10px;
    transition: all .3s ease;
    position: absolute
}

@media screen and (min-width: 1024px) {
    .ontopcdn-shareSocialMedia>.card>a span i {
        left:8px;
        top: 5px
    }
}

.ontopcdn-shareSocialMedia>.card>a p {
    width: calc(100% - 25px);
    font-size: 1.4rem;
    top: 0;
    line-height: 0;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding-right: 5px;
    opacity: 1;
    transition: opacity .3s ease
}

.ontopcdn-shareSocialMedia>.card>a.filedownload {
    transition: all .3s ease;
    background-color: #525659;
    color: #fff
}

.ontopcdn-shareSocialMedia>.card>a.facebook {
    transition: all .3s ease;
    background-color: #3b5998;
    color: #fff
}

.ontopcdn-shareSocialMedia>.card>a.twitter {
    transition: all .3s ease;
    background-color: #50abf1;
    color: #fff
}

.ontopcdn-shareSocialMedia>.card>a.whatsapp {
    transition: all .3s ease;
    background-color: #2ab540;
    color: #fff
}

.ontopcdn-shareSocialMedia>.card>a:hover {
    text-decoration: none
}

@media screen and (min-width: 1024px) {
    .ontopcdn-shareSocialMedia>.card>a:hover span i {
        position:absolute;
        width: 100%;
        height: 100%;
        left: calc(50% - 10px);
        transition: all .3s ease;
        top: 2px;
        font-size: 2.5rem
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-shareSocialMedia>.card>a:hover p {
        opacity:0;
        transition: opacity .3s ease
    }
}

.ontopcdn-sitemapTitle {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: var(--width_container);
    position: relative;
    font-family: var(--font_family);
    margin-bottom: 20px
}

.ontopcdn-sitemapTitle h1 {
    margin: 0;
    padding-left: 25px;
    padding-bottom: 5px;
    line-height: normal;
    position: relative;
    color: var(--color_primary)
}

.ontopcdn-sitemapTitle::after {
    content: "";
    position: absolute;
    width: 75%;
    max-width: 150px;
    height: 2px;
    border-bottom: 3px double var(--color_primary);
    bottom: 0;
    left: 20px
}

.ontopcdn-sitemapPage {
    text-transform: uppercase;
    font-family: var(--font_family)
}

.ontopcdn-sitemapPage .wsp-container {
    max-width: var(--width_container);
    padding: 0 5px
}

@media screen and (min-width: 1024px) {
    .ontopcdn-sitemapPage .wsp-container {
        padding:0 0 0 20px
    }
}

.ontopcdn-sitemapPage .wsp-container ul {
    margin-bottom: 0
}

.ontopcdn-sitemapPage .wsp-container li {
    margin-left: 0;
    line-height: normal
}

.ontopcdn-sitemapPage .wsp-container .wsp-posts-title {
    display: none
}

.ontopcdn-sitemapPage .wsp-container .wsp-pages-title {
    display: none
}

.wsp-container .wsp-pages-list {
    display: flex;
    flex-wrap: wrap
}

.wsp-container .wsp-pages-list li {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%
}

.wsp-container .wsp-pages-list li a {
    display: flex;
    align-items: center;
    font-weight: 400;
    min-height: 50px;
    width: calc(100% - 20px);
    margin-left: 20px;
    padding-left: 5px;
    transition: all .3s ease;
    background-color: #ddd;
    position: relative
}

.wsp-container .wsp-pages-list li:not(.page_item_has_children) {
    order: 1;
    margin-bottom: 10px
}

.wsp-container .wsp-pages-list li.page_item_has_children {
    display: flex;
    order: 2
}

.wsp-container .wsp-pages-list li.page_item_has_children .children {
    margin-left: 20px
}

@media screen and (min-width: 600px) {
    .wsp-container>.wsp-pages-list>li:not(.page_item_has_children) {
        width:49%
    }
}

@media screen and (min-width: 1024px) {
    .wsp-container>.wsp-pages-list>li:not(.page_item_has_children) {
        width:33.33%
    }
}

.wsp-container .wsp-pages-list li a::before {
    font-size: 12px;
    width: 10px;
    height: 10px;
    font-family: "icomoon" !important;
    position: absolute;
    font-weight: 400;
    z-index: 9999;
    padding-top: 12px;
    transition: all .5s ease;
    color: var(--color_secondary);
    left: -15px;
    top: 7px
}

.wsp-container>.wsp-pages-list>li>a::before {
    content: ""
}

.wsp-container>.wsp-pages-list>li>.children>li>a::before {
    content: ""
}

.wsp-container>.wsp-pages-list>li>.children>li>.children>li>a::before {
    content: ""
}

.wsp-container>.wsp-pages-list>li>.children>li>.children>li>.children>li>a::before {
    content: ""
}

.wsp-container>.wsp-pages-list>li>a {
    background-color: var(--color_primary);
    color: #fff
}

.wsp-container>.wsp-pages-list>li>a:hover {
    background-color: var(--color_secondary)
}

.wsp-container>.wsp-pages-list>li>.children>li>a {
    background-color: #fff;
    border: 1px solid var(--color_primary);
    color: var(--color_primary)
}

.wsp-container>.wsp-pages-list>li>.children>li>a:hover {
    background-color: var(--color_details);
    color: #fff
}

.wsp-container>.wsp-pages-list>li>.children>li>.children>li>a {
    background-color: var(--color_secondary);
    border: 1px solid var(--color_secondary);
    color: #fff
}

.wsp-container>.wsp-pages-list>li>.children>li>.children>li>a:hover {
    color: var(--color_hover_sitemap)
}

.wsp-container>.wsp-pages-list>li>.children>li>.children>li>.children>li>a {
    background-color: #fff;
    border: 1px solid var(--color_secondary);
    color: var(--color_primary)
}

.wsp-container>.wsp-pages-list>li>.children>li>.children>li>.children>li>a:hover {
    background-color: var(--color_hover_sitemap);
    color: var(--color_secondary)
}

.ontopcdn-sitemapCategory {
    text-transform: uppercase;
    font-family: var(--font_family)
}

.ontopcdn-sitemapCategory .wsp-container {
    max-width: var(--width_container);
    padding: 0 5px
}

@media screen and (min-width: 1024px) {
    .ontopcdn-sitemapCategory .wsp-container {
        padding:0 0 0 20px
    }
}

.ontopcdn-sitemapCategory .wsp-container ul {
    margin-bottom: 0
}

.ontopcdn-sitemapCategory .wsp-container li {
    margin-left: 0;
    line-height: normal
}

.ontopcdn-sitemapCategory .wsp-container .wsp-posts-title {
    display: none
}

.wsp-container {
    display: flex;
    flex-direction: column;
    width: 100%
}

.wsp-container .wsp-posts-list {
    display: flex;
    flex-wrap: wrap
}

.wsp-container .wsp-posts-list li {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%
}

.wsp-container .wsp-posts-list li .wsp-category-title {
    display: flex;
    display: -webkit-box;
    width: 100%;
    position: relative
}

.wsp-container .wsp-posts-list li .wsp-category-title a {
    display: flex;
    align-items: center;
    font-weight: 400;
    min-height: 50px;
    width: calc(100% - 20px);
    margin-left: 20px;
    padding-left: 5px;
    transition: all .3s ease
}

.wsp-container .wsp-posts-list li:not(.categ_item_has_children) {
    order: 1;
    margin-bottom: 10px
}

.wsp-container .wsp-posts-list li.categ_item_has_children {
    display: flex;
    order: 2
}

.wsp-container .wsp-posts-list li.categ_item_has_children ul {
    margin-left: 20px
}

@media screen and (min-width: 600px) {
    .wsp-container>.wsp-posts-list>li:not(.categ_item_has_children) {
        width:49%
    }
}

@media screen and (min-width: 1024px) {
    .wsp-container>.wsp-posts-list>li:not(.categ_item_has_children) {
        width:33.33%
    }
}

.wsp-container .wsp-posts-list li .wsp-category-title::before {
    font-size: 12px;
    width: 10px;
    height: 10px;
    font-family: "icomoon" !important;
    position: absolute;
    font-weight: 400;
    z-index: 9999;
    padding-top: 12px;
    transition: all .5s ease;
    color: var(--color_secondary);
    left: 5px;
    top: 7px
}

.wsp-container .wsp-posts-list li.categ_item_has_children .wsp-category-title::after {
    font-size: 12px;
    width: 10px;
    height: 10px;
    font-family: "icomoon" !important;
    position: absolute;
    font-weight: 400;
    z-index: 9999;
    padding-top: 12px;
    transition: all .5s ease;
    right: 15px;
    top: 7px
}

.wsp-container>.wsp-posts-list>li>.wsp-category-title::before {
    content: ""
}

.wsp-container>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li>.wsp-category-title::before {
    content: ""
}

.wsp-container>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li>.wsp-category-title::before {
    content: ""
}

.wsp-container>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li>.wsp-category-title::before {
    content: ""
}

.wsp-container>.wsp-posts-list>li:not(.categ_item_has_children) .wsp-category-title a {
    background-color: var(--color_primary);
    color: #fff
}

.wsp-container>.wsp-posts-list>li:not(.categ_item_has_children) .wsp-category-title a:hover {
    background-color: var(--color_secondary)
}

.wsp-container>.wsp-posts-list>li.categ_item_has_children>.wsp-category-title a {
    background-color: var(--color_primary);
    color: #fff
}

.wsp-container>.wsp-posts-list>li.categ_item_has_children>.wsp-category-title a:hover {
    background-color: var(--color_secondary)
}

.wsp-container>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li:not(.categ_item_has_children)>.wsp-category-title a {
    background-color: #fff;
    border: 1px solid var(--color_primary);
    color: var(--color_primary)
}

.wsp-container>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li:not(.categ_item_has_children)>.wsp-category-title a:hover {
    background-color: var(--color_details);
    color: #fff
}

.wsp-container>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li.categ_item_has_children>.wsp-category-title a {
    background-color: #fff;
    border: 1px solid var(--color_primary);
    color: var(--color_primary)
}

.wsp-container>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li.categ_item_has_children>.wsp-category-title a:hover {
    background-color: var(--color_details);
    color: #fff
}

.wsp-container>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li:not(.categ_item_has_children)>.wsp-category-title a {
    background-color: var(--color_secondary);
    border: 1px solid var(--color_secondary);
    color: #fff
}

.wsp-container>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li:not(.categ_item_has_children)>.wsp-category-title a:hover {
    color: var(--color_hover_sitemap)
}

.wsp-container>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li.categ_item_has_children>.wsp-category-title a {
    background-color: var(--color_secondary);
    border: 1px solid var(--color_secondary);
    color: #fff
}

.wsp-container>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li.categ_item_has_children>.wsp-category-title a:hover {
    color: var(--color_hover_sitemap)
}

.wsp-container>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li:not(.categ_item_has_children)>.wsp-category-title a {
    background-color: #fff;
    border: 1px solid var(--color_secondary);
    color: var(--color_primary)
}

.wsp-container>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li:not(.categ_item_has_children)>.wsp-category-title a:hover {
    background-color: var(--color_hover_sitemap);
    color: var(--color_secondary)
}

.wsp-container>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li.categ_item_has_children>.wsp-category-title a {
    background-color: #fff;
    border: 1px solid var(--color_secondary);
    color: var(--color_primary)
}

.wsp-container>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li.categ_item_has_children>.wsp-posts-list>li.categ_item_has_children>.wsp-category-title a:hover {
    background-color: var(--color_hover_sitemap);
    color: var(--color_secondary)
}

.ontopcdn-otherNews {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px
}

.ontopcdn-otherNews>.title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px 0;
    margin-bottom: 10px
}

.ontopcdn-otherNews>.title span {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #d2d9e1;
    position: absolute
}

.ontopcdn-otherNews>.title h1 {
    background-color: #fff;
    padding: 0 10px;
    z-index: 9;
    font-family: var(--font_family);
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0;
    line-height: normal
}

.ontopcdn-otherNews .groupCards {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap
}

@media screen and (min-width: 960px) {
    .ontopcdn-otherNews .groupCards {
        justify-content:center
    }
}

.ontopcdn-otherNews .groupCards .card {
    width: 100%;
    min-width: 225px;
    margin-bottom: 10px;
    height: 250px;
    overflow: hidden;
    position: relative
}

@media screen and (min-width: 460px) {
    .ontopcdn-otherNews .groupCards .card {
        width:calc(25% - 10px);
        margin: 5px
    }
}

.ontopcdn-otherNews .groupCards .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease
}

.ontopcdn-otherNews .groupCards .card span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5rem;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: var(--color_primary)
}

.ontopcdn-otherNews .groupCards .card .cardTitle {
    position: absolute;
    display: flex;
    align-items: flex-end;
    bottom: 0;
    padding: 10px 20px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(125, 125, 125, 0.25) 50%, rgba(255, 255, 255, 0.25) 100%);
    transition: all .3s ease;
    font-size: 1.6rem;
    color: #fff;
    font-family: var(--font_family);
    line-height: normal;
    margin: 0
}

@media screen and (min-width: 960px) {
    .ontopcdn-otherNews .groupCards .card .cardTitle {
        font-size:1.4rem
    }
}

.ontopcdn-otherNews .groupCards .card:hover {
    cursor: pointer
}

.ontopcdn-otherNews .groupCards .card:hover img {
    transform: scale(1.15);
    transition: all .3s ease
}

.ontopcdn-otherNews .groupCards .card:hover .cardTitle {
    background-color: rgba(0,0,0,.45);
    transition: all .3s ease
}

.ontopcdn-listArticles {
    display: flex;
    flex-direction: column;
    font-family: var(--font_family);
    width: 100%;
    min-height: 100vh;
    margin-top: 20px
}

.ontopcdn-listArticles .groupCards {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .ontopcdn-listArticles .groupCards {
        justify-content:flex-start
    }
}

.ontopcdn-listArticles .groupCards .card {
    width: 100%;
    min-width: 300px;
    max-width: 33%;
    display: flex;
    flex-direction: column;
    padding: 5px;
    margin-bottom: 20px;
    position: relative;
    text-decoration: none;
    border: 0
}

.ontopcdn-listArticles .groupCards .card .header {
    height: 200px;
    position: relative
}

.ontopcdn-listArticles .groupCards .card .header .image {
    height: 100%
}

.ontopcdn-listArticles .groupCards .card .header .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px
}

.ontopcdn-listArticles .groupCards .card .header .date {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: var(--color_primary);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    border-radius: 5px;
    z-index: 999;
    transition: all .3s ease;
    border: 2px solid #fff
}

.ontopcdn-listArticles .groupCards .card .header .date p {
    font-size: 1.2rem;
    margin: 0;
    line-height: normal;
    font-family: var(--font_family)
}

.ontopcdn-listArticles .groupCards .card .header .date p:nth-of-type(2) {
    font-weight: 500
}

.ontopcdn-listArticles .groupCards .card .header .seemore {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .3s ease;
    background-color: rgba(0,0,0,0);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.ontopcdn-listArticles .groupCards .card .header .seemore span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    width: 50px;
    height: 50px;
    background-color: var(--color_primary);
    color: #fff;
    border-radius: 50%
}

.ontopcdn-listArticles .groupCards .card .title h2 {
    transition: all .3s ease;
    font-size: 1.6rem;
    padding: 15px 0 0 0;
    min-height: 30px;
    margin: 0;
    font-weight: 600;
    line-height: normal;
    font-family: var(--font_family);
    color: var(--color_primary);
    text-decoration: none;
    transition: all .3s ease
}

.ontopcdn-listArticles .groupCards .card .title>p {
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 1.4rem;
    color: #000;
    margin: 0;
    line-height: normal;
    padding-top: 10px;
    transition: all .3s ease
}

.ontopcdn-listArticles .groupCards .card .title p {
    transition: all .3s ease;
    text-decoration: none
}

.ontopcdn-listArticles .groupCards .card:hover {
    cursor: pointer
}

.ontopcdn-listArticles .groupCards .card:hover .header .seemore {
    opacity: 1;
    transition: all .3s ease;
    background-color: rgba(0,0,0,.75);
    z-index: 99;
    border-radius: 5px
}

.ontopcdn-listArticles .groupCards .card:hover .header .date {
    background-color: #fff;
    color: var(--color_primary)
}

.ontopcdn-listArticles .groupCards .card:hover .title p {
    color: var(--color_primary);
    transition: all .3s ease
}

.ontopcdn-homeTransparenciaSectionTitle {
    width: 100%;
    margin: 10px 0 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-family: var(--font_family)
}

.ontopcdn-homeTransparenciaSectionTitle h2 {
    display: flex;
    align-items: center;
    flex-direction: row;
    color: var(--color_primary);
    text-transform: uppercase;
    padding-left: 10px;
    border-radius: 5px
}

.ontopcdn-homeTransparenciaSectionTitle h2 span {
    font-size: 3rem;
    margin-right: 15px
}

.ontopcdn-homeTransparenciaSectionTitle h2 label {
    font-size: 2.4rem;
    font-weight: 400
}

.ontopcdn-homeTransparenciaSectionTitle.title-combate-a-covid-19 h2 {
    background-color: var(--color_details);
    padding-right: 20px;
    color: #fff
}

.ontopcdn-panelDetails {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    margin-bottom: 25px;
    width: 100%;
    max-width: 1600px;
    font-family: var(--font_family);
    padding: 10px
}

@media screen and (min-width: 1024px) {
    .ontopcdn-panelDetails {
        padding:25px
    }
}

.ontopcdn-panelDetails label {
    font-weight: 500;
    color: var(--color_light);
    text-transform: uppercase;
    font-size: 1.2rem
}

.ontopcdn-panelDetails p {
    font-size: 1.4rem;
    color: #5a5a5a;
    padding-left: 0px
}

@media screen and (min-width: 360px) {
    .ontopcdn-panelDetails p {
        padding-left:10px
    }
}

.ontopcdn-panelDetails .header {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    width: 100%
}

.ontopcdn-panelDetails .header .title {
    display: flex;
    flex-direction: column
}

.ontopcdn-panelDetails .header .title .subtitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

@media screen and (min-width: 460px) {
    .ontopcdn-panelDetails .header .title .subtitle {
        flex-direction:row
    }
}

@media screen and (min-width: 600px) {
    .ontopcdn-panelDetails .header .title .subtitle {
        flex-direction:row;
        justify-content: flex-start
    }
}

.ontopcdn-panelDetails .header .title .subtitle p {
    width: max-content;
    min-width: 200px;
    max-width: 300px;
    padding: 5px;
    border-radius: 5px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 5px
}

.ontopcdn-panelDetails .header .title .subtitle p.principal {
    color: #fff;
    background-color: var(--color_primary);
    border: 1px solid rgba(0,0,0,.15)
}

.ontopcdn-panelDetails .header .title .subtitle p.secondary {
    color: #fff
}

@media screen and (min-width: 460px) {
    .ontopcdn-panelDetails .header .title .subtitle p.secondary {
        margin-left:10px
    }
}

.ontopcdn-panelDetails .header .title .subtitle p.secondary.status--concluida {
    background-color: #399948;
    border: 1px solid #399948
}

.ontopcdn-panelDetails .header .title .subtitle p.secondary.status--andamento {
    background-color: #f7ad12;
    border: 1px solid #f7ad12
}

.ontopcdn-panelDetails .header .title .subtitle p.secondary.status--paralisada {
    background-color: #2d7daa;
    border: 1px solid #2d7daa
}

.ontopcdn-panelDetails .header .title h1 {
    color: var(--color_primary);
    margin-bottom: 20px
}

.ontopcdn-panelDetails .header .description h2 {
    font-weight: 500;
    color: var(--color_primary);
    text-transform: uppercase;
    font-size: 1.4rem
}

.ontopcdn-panelDetails .header .description p {
    font-size: 1.4rem;
    color: #5a5a5a;
    padding-left: 10px
}

.ontopcdn-panelDetails .detailsColumnDouble {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 15px;
    width: 100%
}

.ontopcdn-panelDetails .detailsColumnDouble .title {
    width: 100%;
    font-weight: 500;
    color: var(--color_primary);
    text-transform: uppercase;
    font-size: 1.4rem;
    padding-bottom: 5px
}

.ontopcdn-panelDetails .detailsColumnDouble .groupDetail {
    display: flex;
    flex-direction: column;
    padding: 5px 10px 5px 0;
    margin-bottom: 10px;
    width: 100%
}

@media screen and (min-width: 768px) {
    .ontopcdn-panelDetails .detailsColumnDouble .groupDetail {
        width:50%
    }
}

.ontopcdn-panelDetails .detailsColumnTriple {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 15px;
    width: 100%
}

.ontopcdn-panelDetails .detailsColumnTriple .title {
    width: 100%;
    font-weight: 500;
    color: var(--color_primary);
    text-transform: uppercase;
    font-size: 1.4rem;
    padding-bottom: 5px
}

.ontopcdn-panelDetails .detailsColumnTriple .groupDetail {
    display: flex;
    flex-direction: column;
    padding: 5px 10px 5px 0;
    margin-bottom: 10px;
    width: 100%
}

@media screen and (min-width: 768px) {
    .ontopcdn-panelDetails .detailsColumnTriple .groupDetail {
        width:50%
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-panelDetails .detailsColumnTriple .groupDetail {
        width:33.33%
    }
}

.ontopcdn-panelDetails .dates {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 25px;
    width: 100%
}

.ontopcdn-panelDetails .dates .title {
    width: 100%;
    font-weight: 500;
    color: var(--color_primary);
    text-transform: uppercase;
    font-size: 1.4rem;
    padding-bottom: 5px
}

.ontopcdn-panelDetails .dates .groupDates {
    display: flex;
    flex-direction: row;
    padding-right: 15px;
    padding: 10px 15px;
    border-left: 3px solid var(--color_primary);
    width: 100%;
    margin-bottom: 5px
}

@media screen and (min-width: 768px) {
    .ontopcdn-panelDetails .dates .groupDates {
        width:50%;
        margin-bottom: 0px
    }
}

.ontopcdn-panelDetails .dates .groupDates .cardDate {
    display: flex;
    flex-direction: column;
    width: 50%
}

.ontopcdn-panelDetails .additives {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 25px;
    width: 100%
}

.ontopcdn-panelDetails .additives .title {
    width: 100%;
    font-weight: 500;
    color: var(--color_primary);
    text-transform: uppercase;
    font-size: 1.4rem;
    padding-bottom: 5px
}

.ontopcdn-panelDetails .additives .groupAdditive {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 10px 5px;
    border: 1px solid rgba(0,0,0,.15);
    margin-bottom: 5px;
    border-radius: 5px;
    margin: 10px 10px 10px 0;
    width: calc(100% - 10px)
}

@media screen and (min-width: 420px) {
    .ontopcdn-panelDetails .additives .groupAdditive {
        flex-direction:row
    }
}

@media screen and (min-width: 768px) {
    .ontopcdn-panelDetails .additives .groupAdditive {
        width:calc(50% - 10px)
    }
}

.ontopcdn-panelDetails .additives .groupAdditive .additiveInfo {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 5px
}

@media screen and (min-width: 420px) {
    .ontopcdn-panelDetails .additives .groupAdditive .additiveInfo:nth-of-type(1) {
        margin-bottom:0px;
        width: 70px
    }
}

@media screen and (min-width: 420px) {
    .ontopcdn-panelDetails .additives .groupAdditive .additiveInfo:nth-of-type(2) {
        margin-bottom:0px;
        width: calc(50% - 35px)
    }
}

@media screen and (min-width: 420px) {
    .ontopcdn-panelDetails .additives .groupAdditive .additiveInfo:nth-of-type(3) {
        margin-bottom:0px;
        width: calc(50% - 35px)
    }
}

.ontopcdn-budgetGroupFilter .inputSelect {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden
}

.ontopcdn-budgetGroupFilter .inputSelect>span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 10px;
    cursor: pointer;
    background: var(--color_primary);
    color: #fff;
    margin-bottom: 5px
}

@media screen and (min-width: 1024px) {
    .ontopcdn-budgetGroupFilter .inputSelect>span {
        display:none
    }
}

.ontopcdn-budgetGroupFilter .inputSelect>span p {
    margin: 0
}

.ontopcdn-budgetGroupFilter .inputSelect>span i {
    position: absolute;
    right: 5px;
    transition: all .3s ease
}

.ontopcdn-budgetGroupFilter .inputSelect .inputSelectAbsolut {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: -100vh
}

@media screen and (min-width: 1024px) {
    .ontopcdn-budgetGroupFilter .inputSelect .inputSelectAbsolut {
        flex-direction:row;
        flex-wrap: wrap;
        position: relative;
        top: 0
    }
}

.ontopcdn-budgetGroupFilter .inputSelect .inputSelectAbsolut .rgfSubperiodo>div {
    display: flex;
    flex-direction: column
}

@media screen and (min-width: 1024px) {
    .ontopcdn-budgetGroupFilter .inputSelect .inputSelectAbsolut .rgfSubperiodo>div {
        flex-direction:row
    }
}

.ontopcdn-budgetGroupFilter .inputSelect .inputSelectAbsolut input {
    display: none
}

.ontopcdn-budgetGroupFilter .inputSelect .inputSelectAbsolut input+label {
    cursor: pointer;
    -webkit-appearance: none;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 10px 10px 10px 25px;
    background-color: #fff;
    color: var(--color_primary);
    font-size: 16px;
    border-bottom: 1px solid var(--color_primary);
    transition: all .3s ease
}

@media screen and (min-width: 1024px) {
    .ontopcdn-budgetGroupFilter .inputSelect .inputSelectAbsolut input+label {
        width:max-content;
        min-width: 235px;
        margin-bottom: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 10px;
        font-weight: 600
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-budgetGroupFilter .inputSelect .inputSelectAbsolut input+label:not(:last-child) {
        margin-right:10px
    }
}

.ontopcdn-budgetGroupFilter .inputSelect .inputSelectAbsolut input:checked+label {
    background: var(--color_secondary);
    color: #fff;
    transition: all .3s ease
}

@media screen and (min-width: 1024px) {
    .ontopcdn-budgetGroupFilter .inputSelect .inputSelectAbsolut input:checked+label {
        background:var(--color_primary);
        border: 1px solid var(--color_primary)
    }
}

.ontopcdn-budgetGroupFilter .inputSelect .inputSelectAbsolut input:checked+label .box .box-title h2 {
    color: #fff;
    transition: all .3s ease;
    line-height: normal
}

@media screen and (min-width: 1024px) {
    .ontopcdn-budgetGroupFilter .inputSelect .inputSelectAbsolut input:not(:checked)+label:hover {
        border:1px solid var(--color_secondary)
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-budgetGroupFilter .inputSelect .inputSelectAbsolutAno input+label {
        display:flex;
        justify-content: flex-start;
        align-items: center;
        min-height: 150px
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-budgetGroupFilter .inputSelect .inputSelectAbsolutAno input+label .box {
        display:flex;
        flex-direction: column;
        width: 100%;
        height: 100%
    }
}

.ontopcdn-budgetGroupFilter .inputSelect .inputSelectAbsolutAno input+label .box .box-icon {
    display: none;
    margin: 0
}

@media screen and (min-width: 1024px) {
    .ontopcdn-budgetGroupFilter .inputSelect .inputSelectAbsolutAno input+label .box .box-icon {
        display:block;
        width: 100%;
        height: 30px;
        font-size: 20px
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-budgetGroupFilter .inputSelect .inputSelectAbsolutAno input+label .box .box-title {
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: calc(100% - 30px)
    }
}

.ontopcdn-budgetGroupFilter .inputSelect .inputSelectAbsolutAno input+label .box .box-title span,.ontopcdn-budgetGroupFilter .inputSelect .inputSelectAbsolutAno input+label .box .box-title p {
    display: none;
    margin: 0
}

@media screen and (min-width: 1024px) {
    .ontopcdn-budgetGroupFilter .inputSelect .inputSelectAbsolutAno input+label .box .box-title span {
        display:block;
        width: 100%;
        height: 1px;
        background-color: #ddd;
        margin: 10px 0
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-budgetGroupFilter .inputSelect .inputSelectAbsolutAno input+label .box .box-title p {
        display:block;
        font-size: 1.4rem;
        min-height: 20px
    }
}

.ontopcdn-budgetGroupFilter .inputSelect .inputSelectAbsolutAno input+label .box .box-title h2 {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    color: var(--color_primary);
    transition: all .3s ease;
    line-height: normal
}

@media screen and (min-width: 1024px) {
    .ontopcdn-budgetGroupFilter .inputSelect .inputSelectAbsolutAno input+label .box .box-title h2 {
        font-size:18px
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-budgetGroupFilter .inputSelect .inputSelectAbsolutAno input:not(:checked)+label {
        min-width:50px
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-budgetGroupFilter .inputSelect .inputSelectAbsolutAno input:not(:checked)+label .box-icon i {
        color:#dadada
    }
}

@media screen and (min-width: 1024px) {
    .ontopcdn-budgetGroupFilter .inputSelect .inputSelectAbsolutAno input:not(:checked)+label .box p {
        display:none
    }
}

.ontopcdn-budgetGroupFilter .inputSelect.active .inputSelectAbsolut {
    position: relative;
    top: 0px
}

.ontopcdn-budgetGroupFilter .inputSelect.active>span i {
    transform: rotate(90deg);
    right: 5px;
    transition: all .3s ease
}

.ontopcdn-budgetGroupHeader {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
    font-family: var(--font_family)
}

.ontopcdn-budgetGroupHeader .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-bottom: 10px
}

.ontopcdn-budgetGroupHeader .title button {
    width: 75px;
    outline: none;
    border: 0;
    border-radius: 5px;
    transition: all .3s ease;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid rgba(0,0,0,.2);
    cursor: pointer;
    border-radius: 5px;
    padding: 5px 0px;
    background-color: var(--color_primary);
    color: #fff
}

.ontopcdn-budgetGroupHeader .title h1 {
    padding-left: 5px;
    font-weight: 500;
    font-size: 1.4rem;
    color: var(--color_primary);
    text-transform: uppercase
}

.ontopcdn-budgetGroupHeader .data {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 15px;
    width: 100%
}

.ontopcdn-budgetGroupHeader .data .info {
    display: flex;
    flex-direction: column;
    padding: 5px 10px 5px 0;
    margin-bottom: 10px;
    width: 50%
}

@media screen and (min-width: 600px) {
    .ontopcdn-budgetGroupHeader .data .info {
        width:33.33%
    }
}

@media screen and (min-width: 768px) {
    .ontopcdn-budgetGroupHeader .data .info {
        width:25%
    }
}

@media screen and (min-width: 1280px) {
    .ontopcdn-budgetGroupHeader .data .info {
        width:20%;
        max-width: 200px
    }
}

.ontopcdn-budgetGroupHeader .data .info label {
    font-weight: 500;
    color: var(--color_primary);
    text-transform: uppercase;
    font-size: 1.2rem
}

.ontopcdn-budgetGroupHeader .data .info p {
    font-size: 1.4rem;
    color: #5a5a5a;
    padding-left: 0px
}

.ontopcdn-budgetGroupHeader .data .info a {
    display: flex;
    justify-content: center;
    width: 100px;
    outline: none;
    border: 0;
    border-radius: 5px;
    transition: all .3s ease;
    font-size: 1.2rem;
    border: 1px solid #5a5a5a;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px 0px;
    color: #5a5a5a;
    background-color: #fff;
    transition: all .3s ease
}

.ontopcdn-budgetGroupHeader .data .info a:hover {
    background-color: var(--color_primary);
    border: 1px solid var(--color_primary);
    color: #fff;
    transition: all .3s ease
}

.ontopcdn-tableReturnButton {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: var(--width_container);
    margin-bottom: 10px
}

.ontopcdn-tableReturnButton button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color_primary);
    color: var(--color_primary);
    border-radius: 5px;
    min-width: 100px;
    padding: 5px;
    font-weight: 600;
    background-color: #fff;
    transition: all .3s ease
}

.ontopcdn-tableReturnButton button:hover {
    background-color: var(--color_primary);
    color: #fff;
    transition: all .3s ease;
    cursor: pointer
}

.ontopcdn-tableList {
    width: 100%;
    max-width: var(--width_container);
    margin: 0;
    position: relative
}

.ontopcdn-tableList .tableFilter {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    font-family: var(--font_family)
}

.ontopcdn-tableList .tableFilter form {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    flex-wrap: wrap;
    font-family: var(--font_family);
    width: 100%;
    margin-bottom: 20px
}

.ontopcdn-tableList .tableFilter form input {
    border: 0;
    font-size: 1.2rem;
    font-family: var(--font_family);
    border-radius: 5px 0 0 5px;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
    width: calc(100% - 120px);
    max-width: 400px;
    color: #78767a;
    outline: none
}

.ontopcdn-tableList .tableFilter form>input {
    order: 1;
    transition: all .3s ease
}

.ontopcdn-tableList .tableFilter form>button {
    border: 0;
    font-size: 1.2rem;
    font-family: var(--font_family);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0 5px 5px 0;
    padding: 10px 30px;
    width: 120px;
    transition: all .3s ease;
    background-color: var(--color_light);
    order: 2;
    position: relative;
    cursor: pointer
}

.ontopcdn-tableList .tableFilter form>button:hover {
    background-color: var(--color_primary);
    transition: all .3s ease
}

.ontopcdn-tableList .tableFilter form .enableFilters {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
    order: 3;
    transition: all .3s ease
}

.ontopcdn-tableList .tableFilter form .enableFilters>button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: var(--color_light);
    padding: 5px;
    border: 1px solid var(--color_light);
    border-radius: 5px;
    min-width: 120px;
    cursor: pointer;
    transition: all .3s ease
}

.ontopcdn-tableList .tableFilter form .enableFilters>button:not(:last-child) {
    margin-right: 10px
}

.ontopcdn-tableList .tableFilter form .enableFilters>button i {
    font-size: 1.4rem;
    margin-right: 5px
}

.ontopcdn-tableList .tableFilter form .enableFilters>button:hover {
    color: var(--color_primary);
    border: 1px solid var(--color_primary);
    transition: all .3s ease
}

.ontopcdn-tableList .tableFilter form .tableOthersFilters {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    background-color: #f0f3f4;
    width: 100%;
    margin: 10px 0;
    border-radius: 5px;
    padding: 0;
    height: 0;
    overflow: hidden;
    transition: all .3s ease;
    order: 4
}

.ontopcdn-tableList .tableFilter form .tableOthersFilters button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 0;
    font-size: 1.2rem;
    font-family: var(--font_family);
    font-weight: 700;
    text-transform: lowercase;
    border-radius: 5px;
    cursor: pointer
}

.ontopcdn-tableList .tableFilter form .tableOthersFilters .buttonsFilters {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px
}

.ontopcdn-tableList .tableFilter form .tableOthersFilters .buttonsFilters button.clearFilters {
    background-color: #fff;
    color: var(--color_primary);
    padding: 10px 30px;
    transition: all .3s ease
}

.ontopcdn-tableList .tableFilter form .tableOthersFilters .buttonsFilters button.clearFilters i {
    margin-right: 10px;
    font-size: 2rem
}

.ontopcdn-tableList .tableFilter form .tableOthersFilters .buttonsFilters button.clearFilters span {
    font-size: 1.4rem
}

.ontopcdn-tableList .tableFilter form .tableOthersFilters .buttonsFilters button.clearFilters:hover {
    color: var(--color_primary);
    transition: all .3s ease
}

.ontopcdn-tableList .tableFilter form .tableOthersFilters .buttonsFilters button.hiddenFilters {
    background-color: #fff;
    color: var(--color_primary);
    padding: 5px;
    transition: all .3s ease
}

.ontopcdn-tableList .tableFilter form .tableOthersFilters .buttonsFilters button.hiddenFilters i {
    font-size: 3rem
}

.ontopcdn-tableList .tableFilter form .tableOthersFilters .buttonsFilters button.hiddenFilters:hover {
    background-color: var(--color_light);
    color: #fff;
    transition: all .3s ease
}

.ontopcdn-tableList .tableFilter form .tableOthersFilters .filter {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 10px
}

@media screen and (min-width: 460px) {
    .ontopcdn-tableList .tableFilter form .tableOthersFilters .filter {
        width:calc(50% - 10px)
    }
}

@media screen and (min-width: 800px) {
    .ontopcdn-tableList .tableFilter form .tableOthersFilters .filter {
        width:calc(33.3% - 10px)
    }
}

@media screen and (min-width: 1200px) {
    .ontopcdn-tableList .tableFilter form .tableOthersFilters .filter {
        width:calc(25% - 10px)
    }
}

.ontopcdn-tableList .tableFilter form .tableOthersFilters .filter span {
    display: flex;
    font-weight: 600;
    margin-bottom: 5px;
    width: 100%;
    color: var(--color_primary)
}

.ontopcdn-tableList .tableFilter form .tableOthersFilters .filter select,.ontopcdn-tableList .tableFilter form .tableOthersFilters .filter input {
    padding: 0 5px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: #fff;
    color: #ccc;
    border-radius: 5px;
    height: 45px;
    border: 2px solid #ececec;
    transition: all .3s ease
}

.ontopcdn-tableList .tableFilter form .tableOthersFilters .filter select:hover,.ontopcdn-tableList .tableFilter form .tableOthersFilters .filter input:hover {
    border: 2px solid var(--color_light);
    transition: all .3s ease
}

.ontopcdn-tableList .tableFilter form .tableOthersFilters .filter select:focus,.ontopcdn-tableList .tableFilter form .tableOthersFilters .filter input:focus {
    border: 2px solid var(--color_light);
    transition: all .3s ease
}

.ontopcdn-tableList .tableFilter form .tableOthersFilters .filter.filterLicitacaoOrgaoLicitantePrefeitura,.ontopcdn-tableList .tableFilter form .tableOthersFilters .filter.filterLicitacaoOrgaoLicitanteSecretaria {
    display: none
}

.ontopcdn-tableList .tableFilter form .tableOthersFilters .filter input::-webkit-input-placeholder {
    color: #ccc
}

.ontopcdn-tableList .tableFilter form .tableOthersFilters .filter input::-ms-input-placeholder {
    color: #ccc
}

.ontopcdn-tableList .tableFilter form .tableOthersFilters .filter input::placeholder {
    color: #ccc
}

.ontopcdn-tableList .tableFilter form .tableOthersFilters .filter select:focus {
    outline: none
}

.ontopcdn-tableList .tableFilter form .tableOthersFilters .filter select option {
    background-color: #fff;
    color: var(--color_primary)
}

.ontopcdn-tableList .tableFilter form .tableOthersFilters .filter input.hasValue,.ontopcdn-tableList .tableFilter form .tableOthersFilters .filter select.hasValue {
    color: #fff;
    background-color: var(--color_alternate);
    border: 1px solid var(--color_light)
}

.ontopcdn-tableList .tableFilter form>input {
    order: 1;
    transition: all .3s ease
}

.ontopcdn-tableList .tableFilter form .tableOthersFilters {
    order: 4;
    transition: all .3s ease
}

.ontopcdn-tableList .tableFilter form>button {
    order: 2;
    transition: all .3s ease
}

.ontopcdn-tableList .tableFilter form .enableFilters {
    order: 3;
    transition: all .3s ease
}

.ontopcdn-tableList .tableFilter.showFilters form>input {
    order: 1;
    transition: all .3s ease;
    max-width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 5px
}

.ontopcdn-tableList .tableFilter.showFilters form .tableOthersFilters {
    order: 2;
    transition: all .3s ease
}

.ontopcdn-tableList .tableFilter.showFilters form>button {
    order: 3;
    transition: all .3s ease;
    border-radius: 5px;
    margin-left: 5px
}

.ontopcdn-tableList .tableFilter.showFilters form .enableFilters {
    order: 4;
    transition: all .3s ease;
    height: 0;
    opacity: 0;
    overflow: hidden
}

.ontopcdn-tableList .tableFilter.showFilters form .tableOthersFilters {
    padding: 20px;
    width: 100%;
    height: auto;
    overflow: initial;
    transition: all .3s ease
}

.ontopcdn-tableList .tableCards {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    font-family: var(--font_family)
}

.ontopcdn-tableList .tableCards .card {
    min-height: 70px;
    padding: 15px 30px;
    position: relative
}

.ontopcdn-tableList .tableCards .card:nth-child(odd) {
    background-color: #f6f6f6
}

.ontopcdn-tableList .tableCards .card:nth-child(even) {
    background-color: #eaeaea
}

.ontopcdn-tableList .tableCards .card>span {
    position: absolute;
    right: 15px;
    top: calc(50% - 7px);
    color: var(--color_light);
    font-weight: 900;
    font-size: 1.4rem;
    transition: all .3s ease
}

.ontopcdn-tableList .tableCards .card h1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: var(--color_primary);
    font-weight: 500;
    font-size: 1.3rem;
    margin-bottom: 5px;
    transition: all .3s ease
}

.ontopcdn-tableList .tableCards .card .info {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%
}

@media screen and (min-width: 600px) {
    .ontopcdn-tableList .tableCards .card .info {
        flex-direction:row
    }
}

.ontopcdn-tableList .tableCards .card .info p {
    color: #000000;
    transition: all .3s ease;
    margin-bottom: 5px
}

.ontopcdn-tableList .tableCards .card:hover {
    background-color: var(--color_primary);
    cursor: pointer
}

.ontopcdn-tableList .tableCards .card:hover>span {
    color: #fff;
    transition: all .3s ease
}

.ontopcdn-tableList .tableCards .card:hover h1 {
    color: #fff;
    transition: all .3s ease
}

.ontopcdn-tableList .tableCards .card:hover .info p {
    color: #fff;
    transition: all .3s ease
}

.ontopcdn-tableDetails {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: var(--width_container);
    margin: 0;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 10px;
    overflow: hidden
}

.ontopcdn-tableDetails:nth-child(odd) {
    background-color: #fff
}

.ontopcdn-tableDetails:nth-child(even) {
    background-color: #f6f6f6
}

.ontopcdn-tableDetails>.section {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 20px 30px;
    position: relative
}

.ontopcdn-tableDetails>.section .w100bordered {
    border-bottom: 1px solid #e9edf4
}

.ontopcdn-tableDetails>.section .cardButtons {
    align-items: center
}

.ontopcdn-tableDetails>.section .cardButtons a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 130px;
    min-height: 25px;
    padding: 5px;
    background-color: #fff;
    color: var(--color_light);
    border: 1px solid var(--color_light);
    border-radius: 5px;
    font-weight: 500;
    font-size: 1.2rem;
    font-family: var(--font_family);
    cursor: pointer;
    transition: all .3s ease;
    outline: none
}

.ontopcdn-tableDetails>.section .cardButtons a:hover {
    transition: all .3s ease;
    background-color: var(--color_light);
    color: #fff
}

.ontopcdn-tableDetails>.section .anchorDocs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 3rem;
    right: 10px;
    top: 10px;
    position: absolute
}

.ontopcdn-tableDetails>.section .anchorDocs a {
    margin: 0;
    line-height: 0;
    font-size: 3rem;
    color: var(--color_primary);
    text-decoration: none
}

.ontopcdn-tableDetails>.section>p {
    color: var(--color_primary);
    font-size: 1.3rem
}

.ontopcdn-tableDetails>.section:nth-child(odd) {
    background-color: #fff
}

.ontopcdn-tableDetails>.section:nth-child(even) {
    background-color: #f6f6f6
}

.ontopcdn-tableDetails>.section .sectionTitle {
    display: flex;
    width: 100%;
    font-weight: 500;
    color: var(--color_primary);
    font-size: 1.4rem;
    margin-top: 15px
}

.ontopcdn-tableDetails>.section .cardTitle {
    color: var(--color_primary);
    font-weight: 400;
    font-size: 1.4rem
}

.ontopcdn-tableDetails>.section .groupCards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px
}

.ontopcdn-tableDetails>.section .card {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    padding: 5px
}

.ontopcdn-tableDetails>.section .card h2 {
    color: var(--color_secondary);
    font-weight: 400;
    font-size: 1.4rem
}

.ontopcdn-tableDetails>.section .card p {
    color: var(--color_primary);
    font-size: 1.3rem
}

.ontopcdn-tableDetails>.section .card p a {
    display: block;
    color: var(--color_primary);
    text-decoration: none;
    position: relative;
    width: max-content;
    overflow: hidden;
    transition: all .3s ease
}

.ontopcdn-tableDetails>.section .card p a::after {
    content: "";
    display: flex;
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background-color: var(--color_primary);
    transition: all .3s ease
}

.ontopcdn-tableDetails>.section .card p a:hover {
    color: var(--color_primary);
    transition: all .3s ease
}

.ontopcdn-tableDetails>.section .card p a:hover::after {
    left: 0;
    transition: all .3s ease
}

.ontopcdn-tableDetails>.section .card p span {
    font-weight: 700
}

.ontopcdn-tableDetails>.section .groupAttachments {
    display: flex;
    flex-direction: column;
    width: 100%
}

.ontopcdn-tableDetails>.section .groupAttachments .attachment {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid #e9edf4;
    padding: 10px 0
}

@media screen and (min-width: 600px) {
    .ontopcdn-tableDetails>.section .groupAttachments .attachment {
        flex-direction:row
    }
}

.ontopcdn-tableDetails>.section .groupAttachments .attachment .info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

@media screen and (min-width: 600px) {
    .ontopcdn-tableDetails>.section .groupAttachments .attachment .info {
        flex-direction:column;
        width: calc(100% - 150px)
    }
}

.ontopcdn-tableDetails>.section .groupAttachments .attachment .info h2 {
    color: var(--color_primary);
    font-weight: 400;
    font-size: 1.4rem;
    padding-right: 10px
}

.ontopcdn-tableDetails>.section .groupAttachments .attachment .info p {
    color: #78767a;
    font-weight: 400;
    font-size: 1.3rem
}

.ontopcdn-tableDetails>.section .groupAttachments .attachment .button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

@media screen and (min-width: 600px) {
    .ontopcdn-tableDetails>.section .groupAttachments .attachment .button {
        width:150px
    }
}

.ontopcdn-tableDetails>.section .groupAttachments .attachment .button a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 130px;
    min-height: 25px;
    padding: 5px;
    background-color: var(--color_primary);
    color: #fff;
    border: 1px solid var(--color_primary);
    border-radius: 5px;
    font-weight: 500;
    font-size: 1.2rem;
    font-family: var(--font_family);
    cursor: pointer;
    transition: all .3s ease;
    outline: none
}

.ontopcdn-tableDetails>.section .groupAttachments .attachment .button a:focus {
    transition: all .3s ease;
    background-color: var(--color_light);
    color: var(--color_primary)
}

.ontopcdn-tableDetails>.section .groupAttachments .attachment .button:hover a {
    transition: all .3s ease;
    background-color: var(--color_light);
    color: #fff
}

.ontopcdn-tableDetails>.section .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0
}

.ontopcdn-tableDetails>.section .column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

.ontopcdn-tableDetails>.section .bordered>div {
    padding: 5px 5px 5px 5px
}

.ontopcdn-tableDetails>.section .bordered>div>div {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px
}

@media screen and (min-width: 600px) {
    .ontopcdn-tableDetails>.section .bordered>div {
        border-right:1px solid #e5e5e5;
        padding: 5px 20px 5px 20px
    }
}

@media screen and (min-width: 600px) {
    .ontopcdn-tableDetails>.section .bordered>div:nth-of-type(2n) {
        border:0;
        padding-right: 0
    }
}

@media screen and (min-width: 600px) {
    .ontopcdn-tableDetails>.section .bordered>div:nth-of-type(2n+1) {
        padding-left:5px
    }
}

@media screen and (min-width: 800px) {
    .ontopcdn-tableDetails>.section .bordered>div:nth-of-type(2n),.ontopcdn-tableDetails>.section .bordered>div:nth-of-type(2n+1) {
        border-right:1px solid #e5e5e5;
        padding: 5px 20px 5px 20px
    }
}

@media screen and (min-width: 800px) {
    .ontopcdn-tableDetails>.section .bordered>div:nth-of-type(3n) {
        border:0;
        padding-right: 0
    }
}

@media screen and (min-width: 800px) {
    .ontopcdn-tableDetails>.section .bordered>div:nth-of-type(3n+1) {
        padding-left:5px
    }
}

.template-singleDefault .singleDefaultArticle .content .gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.template-singleDefault .singleDefaultArticle .content .gallery .gallery-item {
    display: flex;
    justify-content: center;
    height: 100%;
    max-height: 250px
}

.template-singleDefault .singleDefaultArticle .content .gallery .gallery-item .gallery-icon {
    width: 100%;
    height: 250px
}

.template-singleDefault .singleDefaultArticle .content .gallery .gallery-item .gallery-icon a {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 20px
}

.template-singleDefault .singleDefaultArticle .content .gallery .gallery-item .gallery-icon a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0px !important;
    box-shadow: 0px 4px 3px rgba(0,0,0,.25);
    border-radius: 5px
}

.ontopcdn-containerEditor .gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.ontopcdn-containerEditor .gallery .gallery-item {
    display: flex;
    justify-content: center;
    height: 100%;
    max-height: 250px
}

.ontopcdn-containerEditor .gallery .gallery-item .gallery-icon {
    width: 100%;
    height: 250px
}

.ontopcdn-containerEditor .gallery .gallery-item .gallery-icon a {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 20px
}

.ontopcdn-containerEditor .gallery .gallery-item .gallery-icon a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0px !important;
    box-shadow: 0px 4px 3px rgba(0,0,0,.25);
    border-radius: 5px
}

.containerVacidata {
    font-family: var(--font_family);
    max-width: var(--width_default);
    width: 100%;
    margin: 20px auto 10px auto;
    display: flex;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    .containerVacidata {
        flex-direction:row
    }
}

.containerVacidata .bannerLeft {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 33px 57px 30px 33px;
    background-size: cover;
    background-position: -360px;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: var(--color_primary);
    background-image: url("/cdn.ontop.com.br/ontopthemecs/img/coronavirus/bg-banner-covid-transparencia.png")
}

@media only screen and (min-width: 768px) {
    .containerVacidata .bannerLeft {
        width:40%
    }
}

@media only screen and (min-width: 768px)and (max-width: 900px) {
    .containerVacidata .bannerLeft {
        padding:25px
    }
}

.containerVacidata .bannerLeft>h1 {
    margin: 0;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 118%;
    letter-spacing: .05em;
    text-transform: uppercase
}

.containerVacidata .bannerLeft>h1 span {
    font-weight: bold
}

.containerVacidata .bannerLeft>.bannerLinha {
    display: block;
    height: 1px;
    width: 97px;
    background: #fff;
    margin: 9px 0 12px
}

.containerVacidata .bannerLeft .leftBottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media only screen and (min-width: 768px) {
    .containerVacidata .bannerLeft .leftBottom {
        flex-direction:row
    }
}

.containerVacidata .bannerLeft .leftBottom>p {
    margin: 0;
    color: #fff;
    width: 150px;
    font-size: 14px;
    line-height: 118%;
    font-style: normal;
    font-weight: normal;
    letter-spacing: .05em
}

@media only screen and (min-width: 768px) {
    .containerVacidata .bannerLeft .leftBottom>p {
        max-width:150px;
        width: 100%;
        margin-right: 10px
    }
}

.containerVacidata .bannerLeft .leftBottom>a {
    height: 31px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
    line-height: 118%;
    font-weight: bold;
    border-radius: 5px;
    font-style: normal;
    transition: all .3s;
    letter-spacing: .05em;
    border: solid 1px #fff;
    text-transform: uppercase;
    transition: all .3s ease-in-out
}

@media only screen and (min-width: 768px) {
    .containerVacidata .bannerLeft .leftBottom>a {
        margin:0;
        max-width: 180px
    }
}

.containerVacidata .bannerLeft .leftBottom>a:hover {
    background-color: #fff;
    color: var(--color_primary);
    transition: all .3s ease-in-out
}

.containerVacidata .bannerRight {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: var(--color_secondary);
    padding: 33px
}

@media only screen and (min-width: 550px) {
    .containerVacidata .bannerRight {
        justify-content:space-between
    }
}

@media only screen and (min-width: 768px) {
    .containerVacidata .bannerRight {
        width:60%;
        justify-content: space-between;
        padding: 33px 33px 30px 45px
    }
}

.containerVacidata .bannerRight .rightTitle {
    max-width: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.containerVacidata .bannerRight .rightTitle>.linha {
    display: flex
}

.containerVacidata .bannerRight .rightTitle>.linha>span {
    display: block;
    height: 2px;
    background-color: var(--color_alternate)
}

.containerVacidata .bannerRight .rightTitle>.linha>span:nth-child(1) {
    width: 43px
}

.containerVacidata .bannerRight .rightTitle>.linha>span:nth-child(2) {
    width: 33px;
    margin: 0 3px
}

.containerVacidata .bannerRight .rightTitle>.linha>span:nth-child(3) {
    width: 17px
}

.containerVacidata .bannerRight .rightTitle>h1 {
    margin: 0;
    color: #fff;
    line-height: 118%;
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 34.4623px;
    letter-spacing: .05em;
    color: #e8e8e8
}

.containerVacidata .bannerRight .rightTitle>h1:nth-child(1) {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px
}

.containerVacidata .bannerRight .rightTitle>h1 span {
    font-weight: bold
}

.containerVacidata .bannerRight .rightTitle>h1>i {
    position: absolute;
    right: -5px;
    bottom: 0px;
    font-size: 20px;
    color: #fff
}

.containerVacidata .bannerRight .rightTitle>p {
    margin: 0;
    display: flex;
    font-size: 14px;
    line-height: 95%;
    font-style: normal;
    font-weight: normal;
    letter-spacing: .05em;
    color: #e8e8e8
}

.containerVacidata .bannerRight .rightTitle>p>i {
    font-size: 25px;
    margin-right: 12px;
    display: none;
    color: #e8e8e8
}

@media only screen and (min-width: 768px) {
    .containerVacidata .bannerRight .rightTitle>p>i {
        display:initial
    }
}

@media only screen and (min-width: 768px) {
    .containerVacidata .bannerRight .rightTitle>p>span {
        padding-right:40px
    }
}

.containerVacidata .bannerRight .rightContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
    margin: 15px 0 0 0
}

@media only screen and (min-width: 768px) {
    .containerVacidata .bannerRight .rightContent {
        margin:0;
        align-items: center;
        flex-direction: row
    }
}

.containerVacidata .bannerRight .contentCards {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 33px
}

@media only screen and (min-width: 1024px) {
    .containerVacidata .bannerRight .contentCards {
        padding:0
    }
}

.containerVacidata .bannerRight .contentCards .cardCount {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 99px;
    height: 110px;
    position: relative;
    padding: 19px 17px;
    border-radius: 10px;
    margin-right: 20px;
    border: solid 1px var(--color_alternate)
}

.containerVacidata .bannerRight .contentCards .cardCount>i {
    position: absolute;
    top: 6px;
    right: 10px;
    width: 17px;
    font-size: 17px;
    color: #e8e8e8
}

.containerVacidata .bannerRight .contentCards .cardCount .title {
    margin: 0;
    font-size: 12px;
    line-height: 118%;
    font-style: normal;
    font-weight: normal;
    letter-spacing: .05em;
    max-width: 60px;
    color: #e8e8e8
}

.containerVacidata .bannerRight .contentCards .cardCount .linha {
    height: 1px;
    width: 39px;
    margin: 2px;
    display: block;
    background: var(--color_alternate)
}

.containerVacidata .bannerRight .contentCards .cardCount .count {
    margin: 0;
    font-size: 27px;
    font-weight: 500;
    line-height: 118%;
    font-style: normal;
    letter-spacing: .05em;
    color: #e8e8e8
}

@media only screen and (min-width: 768px)and (max-width: 1110px) {
    .containerVacidata .bannerRight .contentCards .cardCount .count {
        font-size:25px
    }
}

.containerVacidata .bannerRight .contentUpdate {
    display: flex;
    flex-direction: row;
    position: relative
}

@media only screen and (min-width: 768px) {
    .containerVacidata .bannerRight .contentUpdate {
        flex-direction:column;
        width: 90px
    }
}

.containerVacidata .bannerRight .contentUpdate>i {
    position: absolute;
    top: -32px;
    left: 5px;
    width: 19px;
    font-size: 19px;
    color: #e8e8e8
}

@media only screen and (min-width: 768px) {
    .containerVacidata .bannerRight .contentUpdate>i {
        top:-20px;
        right: 20px;
        left: initial
    }
}

.containerVacidata .bannerRight .contentUpdate p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 92.5%;
    letter-spacing: .05em;
    margin: 0 5px;
    color: #e8e8e8
}

.containerVacidata .bannerRight .contentUpdate p:nth-child(1) {
    font-weight: bold
}

@media only screen and (min-width: 768px) {
    .containerVacidata .bannerRight .contentUpdate p:nth-child(1) {
        margin-bottom:7px
    }
}

.wpEditorButtonContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px
}

.wpEditorButtonContainer p {
    margin: 0
}

.wpEditorButton {
    display: flex;
    width: max-content;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    padding: 10px;
    margin: 5px;
    -webkit-box-shadow: 0px 8px 14px -6px rgba(0,0,0,.4);
    box-shadow: 0px 8px 14px -6px rgba(0,0,0,.4);
    cursor: pointer
}

.wpEditorButton-bg_fff-c_primary {
    background-color: #fff;
    color: var(--color_primary);
    border: 1px solid var(--color_primary);
    border-radius: 5px;
    transition: all .3s ease
}

.wpEditorButton-bg_fff-c_primary:hover {
    background-color: var(--color_primary);
    color: #fff;
    border: 1px solid var(--color_primary);
    border-radius: 5px;
    transition: all .3s ease
}

.wpEditorButton-bg_fff-c_secondary {
    background-color: #fff;
    color: var(--color_secondary);
    border: 1px solid var(--color_secondary);
    border-radius: 5px;
    transition: all .3s ease
}

.wpEditorButton-bg_fff-c_secondary:hover {
    background-color: var(--color_secondary);
    color: #fff;
    border: 1px solid var(--color_secondary);
    border-radius: 5px;
    transition: all .3s ease
}

.wpEditorButton-bg_fff-c_alternate {
    background-color: #fff;
    color: var(--color_alternate);
    border: 1px solid var(--color_alternate);
    border-radius: 5px;
    transition: all .3s ease
}

.wpEditorButton-bg_fff-c_alternate:hover {
    background-color: var(--color_alternate);
    color: #fff;
    border: 1px solid var(--color_alternate);
    border-radius: 5px;
    transition: all .3s ease
}

.wpEditorButton-bg_fff-c_details {
    background-color: #fff;
    color: var(--color_details);
    border: 1px solid var(--color_details);
    border-radius: 5px;
    transition: all .3s ease
}

.wpEditorButton-bg_fff-c_details:hover {
    background-color: var(--color_details);
    color: #fff;
    border: 1px solid var(--color_details);
    border-radius: 5px;
    transition: all .3s ease
}

.wpEditorButton-bg_fff-c_sitemap {
    background-color: #fff;
    color: var(--color_hover_sitemap);
    border: 1px solid var(--color_hover_sitemap);
    border-radius: 5px;
    transition: all .3s ease
}

.wpEditorButton-bg_fff-c_sitemap:hover {
    background-color: var(--color_hover_sitemap);
    color: #fff;
    border: 1px solid var(--color_hover_sitemap);
    border-radius: 5px;
    transition: all .3s ease
}

.wpEditorButton-bg_primary-c_fff {
    background-color: var(--color_primary);
    color: #fff;
    border: 1px solid var(--color_primary);
    border-radius: 5px;
    transition: all .3s ease
}

.wpEditorButton-bg_primary-c_fff:hover {
    background-color: #fff;
    color: var(--color_primary);
    border: 1px solid var(--color_primary);
    border-radius: 5px;
    transition: all .3s ease
}

.wpEditorButton-bg_secondary-c_fff {
    background-color: var(--color_secondary);
    color: #fff;
    border: 1px solid var(--color_secondary);
    border-radius: 5px;
    transition: all .3s ease
}

.wpEditorButton-bg_secondary-c_fff:hover {
    background-color: #fff;
    color: var(--color_secondary);
    border: 1px solid var(--color_secondary);
    border-radius: 5px;
    transition: all .3s ease
}

.wpEditorButton-bg_alternate-c_fff {
    background-color: var(--color_alternate);
    color: #fff;
    border: 1px solid var(--color_alternate);
    border-radius: 5px;
    transition: all .3s ease
}

.wpEditorButton-bg_alternate-c_fff:hover {
    background-color: #fff;
    color: var(--color_alternate);
    border: 1px solid var(--color_alternate);
    border-radius: 5px;
    transition: all .3s ease
}

.wpEditorButton-bg_details-c_fff {
    background-color: var(--color_details);
    color: #fff;
    border: 1px solid var(--color_details);
    border-radius: 5px;
    transition: all .3s ease
}

.wpEditorButton-bg_details-c_fff:hover {
    background-color: #fff;
    color: var(--color_details);
    border: 1px solid var(--color_details);
    border-radius: 5px;
    transition: all .3s ease
}

.wpEditorButton-bg_sitemap-c_fff {
    background-color: var(--color_hover_sitemap);
    color: #fff;
    border: 1px solid var(--color_hover_sitemap);
    border-radius: 5px;
    transition: all .3s ease
}

.wpEditorButton-bg_sitemap-c_fff:hover {
    background-color: #fff;
    color: var(--color_hover_sitemap);
    border: 1px solid var(--color_hover_sitemap);
    border-radius: 5px;
    transition: all .3s ease
}

.templatePage-obra {
    width: 100%;
    font-family: var(--font_family)
}

.templatePage-obra .ontopcdn-groupFilter form {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    padding: 5px
}

@media screen and (min-width: 800px) {
    .templatePage-obra .ontopcdn-groupFilter form {
        flex-direction:row;
        justify-content: flex-start
    }
}

@media screen and (min-width: 968px) {
    .templatePage-obra .ontopcdn-groupFilter form {
        padding:0
    }
}

.templatePage-obra .ontopcdn-groupFilter form .groupFilter-fields {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 5px
}

@media screen and (min-width: 460px) {
    .templatePage-obra .ontopcdn-groupFilter form .groupFilter-fields {
        flex-direction:row
    }
}

@media screen and (min-width: 800px) {
    .templatePage-obra .ontopcdn-groupFilter form .groupFilter-fields {
        width:calc(100% - 100px);
        max-width: 620px;
        margin-bottom: 0
    }
}

.templatePage-obra .ontopcdn-groupFilter form .groupFilter-fields input,.templatePage-obra .ontopcdn-groupFilter form .groupFilter-fields select {
    border-radius: 5px;
    padding: 15px 10px;
    outline: none;
    width: 100%;
    height: 100%
}

@media screen and (min-width: 460px) {
    .templatePage-obra .ontopcdn-groupFilter form .groupFilter-fields input,.templatePage-obra .ontopcdn-groupFilter form .groupFilter-fields select {
        width:calc(50% - 5px)
    }
}

.templatePage-obra .ontopcdn-groupFilter form .groupFilter-fields input {
    border: 1px solid rgba(0,0,0,.2);
    outline: none;
    transition: all .3s ease;
    margin-bottom: 5px
}

@media screen and (min-width: 460px) {
    .templatePage-obra .ontopcdn-groupFilter form .groupFilter-fields input {
        margin-bottom:0;
        margin-right: 10px
    }
}

@media screen and (min-width: 800px) {
    .templatePage-obra .ontopcdn-groupFilter form .groupFilter-fields input {
        width:calc(100% - 230px)
    }
}

.templatePage-obra .ontopcdn-groupFilter form .groupFilter-fields input:focus {
    border: 1px solid var(--color_primary);
    transition: all .3s ease
}

.templatePage-obra .ontopcdn-groupFilter form .groupFilter-fields select {
    border: 1px solid rgba(0,0,0,.2);
    transition: all .3s ease;
    background-color: #fff
}

@media screen and (min-width: 800px) {
    .templatePage-obra .ontopcdn-groupFilter form .groupFilter-fields select {
        border-radius:5px 0 0 5px;
        width: 220px
    }
}

.templatePage-obra .ontopcdn-groupFilter form .groupFilter-fields select select:focus {
    border: 1px solid var(--color_primary);
    transition: all .3s ease
}

.templatePage-obra .ontopcdn-groupFilter form .groupFilter-button {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

@media screen and (min-width: 800px) {
    .templatePage-obra .ontopcdn-groupFilter form .groupFilter-button {
        justify-content:flex-start;
        width: 100px
    }
}

@media screen and (min-width: 460px) {
    .templatePage-obra .ontopcdn-groupFilter form .groupFilter-button {
        flex-direction:row
    }
}

.templatePage-obra .ontopcdn-groupFilter form .groupFilter-button button {
    width: 100%;
    outline: none;
    border: 0;
    border-radius: 5px;
    transition: all .3s ease;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid rgba(0,0,0,.2);
    cursor: pointer;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 5px
}

@media screen and (min-width: 460px) {
    .templatePage-obra .ontopcdn-groupFilter form .groupFilter-button button {
        width:calc(50% - 5px);
        margin-bottom: 0
    }
}

@media screen and (min-width: 800px) {
    .templatePage-obra .ontopcdn-groupFilter form .groupFilter-button button {
        width:140px
    }
}

.templatePage-obra .ontopcdn-groupFilter form .groupFilter-button button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    text-decoration: none;
    color: inherit
}

.templatePage-obra .ontopcdn-groupFilter form .groupFilter-button button:nth-of-type(1) {
    background-color: var(--color_primary);
    color: #fff
}

@media screen and (min-width: 800px) {
    .templatePage-obra .ontopcdn-groupFilter form .groupFilter-button button:nth-of-type(1) {
        border-radius:0px 5px 5px 0
    }
}

.templatePage-obra .ontopcdn-groupFilter form .groupFilter-button button:nth-of-type(2) {
    background-color: #fff;
    color: rgba(0,0,0,.2);
    height: 50%;
    text-transform: capitalize
}

@media screen and (min-width: 460px) {
    .templatePage-obra .ontopcdn-groupFilter form .groupFilter-button button:nth-of-type(2) {
        margin-left:10px
    }
}

.templatePage-obra .ontopcdn-groupFilter form .groupFilter-button button:nth-of-type(2):hover {
    border: 1px solid var(--color_primary);
    color: var(--color_primary);
    transition: all .3s ease
}

.templatePage-obra .groupCards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media screen and (min-width: 600px) {
    .templatePage-obra .groupCards {
        flex-direction:row;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap
    }
}

@media screen and (min-width: 968px) {
    .templatePage-obra .groupCards {
        justify-content:flex-start
    }
}

@media screen and (min-width: 1024px) {
    .templatePage-obra .groupCards {
        justify-content:flex-start
    }
}

.templatePage-obra .groupCards .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 10px);
    min-height: 140px;
    margin: 5px 0;
    border-radius: 5px;
    text-decoration: none;
    color: #515151;
    transition: all .3s ease
}

@media screen and (min-width: 600px) {
    .templatePage-obra .groupCards .card {
        width:calc(50% - 10px);
        margin: 5px
    }
}

@media screen and (min-width: 968px) {
    .templatePage-obra .groupCards .card {
        width:calc(33.3% - 10px);
        margin: 5px 10px 5px 0
    }
}

@media screen and (min-width: 1024px) {
    .templatePage-obra .groupCards .card {
        margin:5px 10px 5px 0
    }
}

@media screen and (min-width: 968px) {
    .templatePage-obra .groupCards .card:nth-of-type(3n) {
        margin:5px 0px 5px 0;
        width: 33.3%
    }
}

.templatePage-obra .groupCards .card .title.ontopcdn-ellipsisTextMultiple {
    margin: 20px;
    -webkit-line-clamp: 3;
    font-size: 1.4rem
}

.templatePage-obra .groupCards .card .status {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 5px 20px;
    margin-left: -2px;
    margin-bottom: -2px;
    width: calc(100% + 4px);
    transition: all .3s ease
}

.templatePage-obra .groupCards .card .status p {
    width: calc(100% - 20px);
    margin: 0;
    font-size: 1.4rem
}

.templatePage-obra .groupCards .card .status p label {
    font-weight: 700;
    margin: 0
}

.templatePage-obra .groupCards .card .status span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px
}

@media screen and (min-width: 1024px) {
    .templatePage-obra .groupCards .card:hover {
        overflow:hidden;
        transition: all .3s ease
    }
}

.templatePage-obra .groupCards .card.status--concluida {
    border: 2px solid rgba(57,153,72,.2)
}

.templatePage-obra .groupCards .card.status--concluida:hover {
    border: 2px solid #399948
}

.templatePage-obra .groupCards .card.status--concluida .status {
    background-color: #399948
}

.templatePage-obra .groupCards .card.status--andamento {
    border: 2px solid rgba(247,173,18,.2)
}

.templatePage-obra .groupCards .card.status--andamento:hover {
    border: 2px solid #f7ad12
}

.templatePage-obra .groupCards .card.status--andamento .status {
    background-color: #f7ad12
}

.templatePage-obra .groupCards .card.status--paralisada {
    border: 2px solid rgba(45,125,170,.2)
}

.templatePage-obra .groupCards .card.status--paralisada:hover {
    border: 2px solid #2d7daa
}

.templatePage-obra .groupCards .card.status--paralisada .status {
    background-color: #2d7daa
}

@media screen and (min-width: 1600px) {
    .ontopcdn-layoutTransparenciaColumnDual .templatePage-obra .groupCards .card {
        width:calc(25% - 10px)
    }
}

@media screen and (min-width: 1600px) {
    .ontopcdn-layoutTransparenciaColumnDual .templatePage-obra .groupCards .card:nth-of-type(3n) {
        margin:5px 10px 5px 0;
        width: calc(25% - 10px)
    }
}

@media screen and (min-width: 1600px) {
    .ontopcdn-layoutTransparenciaColumnDual .templatePage-obra .groupCards .card:nth-of-type(4n) {
        margin:5px 0px 5px 0;
        width: 25%
    }
}

.template-page404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--color_dark);
    font-family: var(--font_family)
}

.template-page404 .page404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% - 20px);
    height: 100%;
    max-width: var(--width_container);
    margin: 0 auto;
    position: relative;
    background-color: rgba(0,0,0,0);
    border-radius: 15px;
    border: 5px double rgba(255,255,255,.05)
}

.template-page404 .page404 .subtitle404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    letter-spacing: 3px;
    opacity: .02;
    color: #fff
}

.template-page404 .page404 .content404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width: 720px) {
    .template-page404 .page404 .content404 {
        flex-direction:row
    }
}

.template-page404 .page404 .content404>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

@media screen and (min-width: 720px) {
    .template-page404 .page404 .content404>div {
        height:100%;
        width: 50%
    }
}

.template-page404 .page404 .content404 .left404 {
    flex-direction: column;
    padding: 0 5px;
    margin-top: 20px;
    order: 2
}

@media screen and (min-width: 720px) {
    .template-page404 .page404 .content404 .left404 {
        margin-top:0;
        padding: 0 20px;
        order: 1
    }
}

.template-page404 .page404 .content404 .left404>h1 {
    color: var(--color_hover_sitemap);
    font-size: 2rem
}

@media screen and (min-width: 420px) {
    .template-page404 .page404 .content404 .left404>h1 {
        font-size:4rem
    }
}

@media screen and (min-width: 720px) {
    .template-page404 .page404 .content404 .left404>h1 {
        font-size:5rem
    }
}

.template-page404 .page404 .content404 .left404>label {
    color: #fff;
    max-width: 100%;
    font-size: 1.6rem
}

@media screen and (min-width: 420px) {
    .template-page404 .page404 .content404 .left404>label {
        max-width:75%;
        font-size: 2rem
    }
}

@media screen and (min-width: 720px) {
    .template-page404 .page404 .content404 .left404>label {
        font-size:2.5rem;
        max-width: 100%
    }
}

@media screen and (min-width: 1120px) {
    .template-page404 .page404 .content404 .left404>label {
        max-width:75%
    }
}

.template-page404 .page404 .content404 .left404 .busca404 {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 15px 0
}

@media screen and (min-width: 720px) {
    .template-page404 .page404 .content404 .left404 .busca404 {
        margin:30px 0
    }
}

.template-page404 .page404 .content404 .left404 .busca404>span {
    text-align: center
}

.template-page404 .page404 .content404 .left404 .busca404>form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 400px;
    margin: 0 auto
}

.template-page404 .page404 .content404 .left404 .busca404>form>input {
    border: 0;
    outline: none
}

.template-page404 .page404 .content404 .left404 .busca404>form>input[type=text] {
    width: calc(100% - 80px);
    padding: 10px 15px;
    border-radius: 5px 0 0 5px
}

.template-page404 .page404 .content404 .left404 .busca404>form>input[type=submit] {
    width: 75px;
    background-color: var(--color_primary);
    color: #fff;
    border-radius: 0 5px 5px 0;
    transition: all .3s ease
}

.template-page404 .page404 .content404 .left404 .busca404>form>input[type=submit]:hover {
    background-color: var(--color_details);
    transition: all .3s ease;
    cursor: pointer
}

.template-page404 .page404 .content404 .left404 .links404 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%
}

@media screen and (min-width: 720px) {
    .template-page404 .page404 .content404 .left404 .links404 {
        flex-direction:row
    }
}

.template-page404 .page404 .content404 .left404 .links404>a {
    margin: 10px 5px;
    color: var(--color_hover_sitemap);
    transition: all .3s ease;
    font-weight: 500;
    font-size: 1.4rem
}

@media screen and (min-width: 420px) {
    .template-page404 .page404 .content404 .left404 .links404>a {
        margin:10px 20px
    }
}

.template-page404 .page404 .content404 .left404 .links404>a:hover {
    color: #fff;
    transition: all .3s ease
}

.template-page404 .page404 .content404 .right404 {
    overflow: hidden;
    order: 1
}

@media screen and (min-width: 720px) {
    .template-page404 .page404 .content404 .right404 {
        order:2
    }
}

.template-page404 .page404 .content404 .right404 img {
    height: 100%;
    max-height: 100px;
    object-fit: cover;
    opacity: .75
}

@media screen and (min-width: 420px) {
    .template-page404 .page404 .content404 .right404 img {
        max-height:150px
    }
}

@media screen and (min-width: 720px) {
    .template-page404 .page404 .content404 .right404 img {
        max-height:300px
    }
}

.template-pageMaintenance {
    display: flex;
    flex-direction: column
}

.template-pageMaintenance .logo,.template-pageMaintenance .container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center
}

.template-pageMaintenance .logo {
    height: 100px;
    background-color: var(--color_primary);
    color: #fff
}

.template-pageMaintenance .logo img {
    height: 100%
}

.template-pageMaintenance .container {
    height: calc(100% - 100px);
    background-color: var(--color_dark)
}

.template-pageMaintenance .container .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: var(--width_container);
    border-radius: 15px;
    border: 5px double rgba(255,255,255,.05)
}

@media screen and (min-width: 720px) {
    .template-pageMaintenance .container .content {
        flex-direction:row
    }
}

.template-pageMaintenance .container .content>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

@media screen and (min-width: 720px) {
    .template-pageMaintenance .container .content>div {
        height:100%;
        width: 50%
    }
}

.template-pageMaintenance .container .content .left {
    flex-direction: column;
    padding: 0 5px;
    margin-top: 20px;
    order: 2
}

@media screen and (min-width: 720px) {
    .template-pageMaintenance .container .content .left {
        margin-top:0;
        padding: 0 20px;
        order: 1
    }
}

.template-pageMaintenance .container .content .left>h1 {
    color: var(--color_hover_sitemap);
    font-size: 2rem
}

@media screen and (min-width: 420px) {
    .template-pageMaintenance .container .content .left>h1 {
        font-size:4rem
    }
}

@media screen and (min-width: 720px) {
    .template-pageMaintenance .container .content .left>h1 {
        font-size:5rem
    }
}

.template-pageMaintenance .container .content .left>label {
    color: #fff;
    max-width: 100%;
    font-size: 1.6rem
}

@media screen and (min-width: 420px) {
    .template-pageMaintenance .container .content .left>label {
        max-width:75%;
        font-size: 2rem
    }
}

@media screen and (min-width: 720px) {
    .template-pageMaintenance .container .content .left>label {
        font-size:2.5rem;
        max-width: 100%
    }
}

@media screen and (min-width: 1120px) {
    .template-pageMaintenance .container .content .left>label {
        max-width:75%
    }
}

.template-pageMaintenance .container .content .right {
    overflow: hidden;
    order: 1
}

@media screen and (min-width: 720px) {
    .template-pageMaintenance .container .content .right {
        order:2
    }
}

.template-pageMaintenance .container .content .right img {
    height: 100%;
    max-height: 100px;
    object-fit: cover;
    opacity: .75
}

@media screen and (min-width: 420px) {
    .template-pageMaintenance .container .content .right img {
        max-height:150px
    }
}

@media screen and (min-width: 720px) {
    .template-pageMaintenance .container .content .right img {
        max-height:300px
    }
}

.template-feriados {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    font-family: var(--font_family);
    max-width: var(--width_container)
}

.template-feriados .card {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-width: 230px;
    padding: 5px;
    height: inherit;
    padding: 0;
    border: 0;
    margin-bottom: 10px
}

@media screen and (min-width: 530px) {
    .template-feriados .card {
        max-width:calc(50% - 10px)
    }
}

@media screen and (min-width: 680px) {
    .template-feriados .card {
        max-width:100%
    }
}

@media screen and (min-width: 800px) {
    .template-feriados .card {
        max-width:calc(50% - 10px)
    }
}

.template-feriados .card div {
    display: flex;
    flex-direction: column;
    padding: 5px 10px
}

.template-feriados .card .date {
    background-color: rgba(1,75,140,.1);
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 600;
    width: 60px;
    padding: 9px 11px
}

.template-feriados .card .date span {
    margin: 0;
    line-height: 22px
}

.template-feriados .card .date span:nth-of-type(1) {
    color: var(--color_primary)
}

.template-feriados .card .date span:nth-of-type(2) {
    color: #5a5a5a;
    text-transform: uppercase
}

.template-feriados .card .description span {
    padding: 0 0 5px 0
}

.template-feriados .card .description span:nth-of-type(1) {
    color: var(--color_primary);
    font-weight: 500
}

.template-feriados .card .description span:nth-of-type(2) {
    color: #5a5a5a
}

.template-municipio {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: var(--width_container);
    font-family: var(--font_family)
}

.template-processoseletivo {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: var(--width_container);
    font-family: var(--font_family)
}

.template-customer {
    font-family: var(--font_family);
    width: 100%
}

.template-customer .boxGerais,.template-customer .boxPhone {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: rgba(1,75,140,.05);
    padding: 10px
}

.template-customer .boxGerais>h2,.template-customer .boxPhone>h2 {
    color: var(--color_primary)
}

.template-customer .boxGerais {
    margin-bottom: 5px;
    padding: 10px 10px 0 10px
}

.template-customer .boxGerais .groupCards {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 5px;
    padding: 10px 10px 0 10px
}

.template-customer .boxGerais .groupCards .card {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-family: var(--font_family)
}

.template-customer .boxGerais .groupCards .card label {
    width: 100%;
    font-weight: 500;
    color: var(--color_primary)
}

.template-customer .boxGerais .groupCards .card p {
    padding: 5px;
    color: #5a5a5a
}

.template-customer .boxGerais .groupCards .card p button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: max-content;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    transition: all .3s ease;
    overflow: hidden
}

.template-customer .boxGerais .groupCards .card p button a {
    background-color: var(--color_primary);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
    padding: 7px 5px;
    min-width: 100px;
    transition: all .3s ease
}

.template-customer .boxGerais .groupCards .card p button a:hover {
    background-color: var(--color_details);
    transition: all .3s ease;
    color: #fff
}

.template-customer .boxPhone {
    margin-bottom: 20px
}

.template-customer .boxPhone .card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px
}

.template-customer .boxPhone .card label {
    width: 100%;
    font-weight: 500;
    color: var(--color_primary)
}

.template-customer .boxPhone .card label:not(:first-child) {
    margin-top: 10px
}

.template-customer .boxPhone .card p {
    width: 50%;
    padding: 5px;
    color: #5a5a5a
}

@media screen and (min-width: 460px) {
    .template-customer .boxPhone .card p {
        width:33.3%
    }
}

.template-category {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-family: var(--font_family)
}

@media screen and (min-width: 968px) {
    .template-category {
        flex-direction:row
    }
}

.template-category .left {
    width: 100%;
    padding: 0 15px
}

@media screen and (min-width: 968px) {
    .template-category .left {
        width:calc(100% - 300px)
    }
}

.template-category .left .category-listPosts {
    display: flex;
    flex-direction: column;
    width: 100%
}

.template-category .left .category-listPosts .groupPosts {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px
}

.template-category .left .category-listPosts .groupPosts .post {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,.05);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,.05)
}

@media screen and (min-width: 420px) {
    .template-category .left .category-listPosts .groupPosts .post {
        flex-direction:row
    }
}

@media screen and (min-width: 968px) {
    .template-category .left .category-listPosts .groupPosts .post {
        box-shadow:none
    }
}

.template-category .left .category-listPosts .groupPosts .post .postImage {
    width: 100%;
    overflow: hidden;
    height: 150px;
    margin-bottom: 5px;
    border-radius: 5px
}

@media screen and (min-width: 420px) {
    .template-category .left .category-listPosts .groupPosts .post .postImage {
        width:150px;
        flex-direction: row;
        margin-bottom: 0
    }
}

.template-category .left .category-listPosts .groupPosts .post .postImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease
}

.template-category .left .category-listPosts .groupPosts .post .postImage span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 5rem;
    color: var(--color_primary);
    border: 1px solid var(--color_primary);
    border-radius: 5px;
    transition: all .3s ease
}

.template-category .left .category-listPosts .groupPosts .post .postImage:hover img {
    transition: all .3s ease;
    transform: scale(1.05)
}

.template-category .left .category-listPosts .groupPosts .post .postImage:hover span {
    background-color: var(--color_primary);
    color: #fff;
    transition: all .3s ease
}

.template-category .left .category-listPosts .groupPosts .post .postInfo {
    display: flex;
    flex-direction: column;
    width: 100%;
    width: 100%;
    padding: 0px 5px 5px 5px
}

@media screen and (min-width: 420px) {
    .template-category .left .category-listPosts .groupPosts .post .postInfo {
        width:calc(100% - 150px);
        padding-left: 15px
    }
}

.template-category .left .category-listPosts .groupPosts .post .postInfo>a {
    font-size: 2.2rem;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 5px;
    color: var(--color_primary);
    color: #000;
    transition: all .3s ease
}

@media screen and (min-width: 968px) {
    .template-category .left .category-listPosts .groupPosts .post .postInfo>a:hover {
        color:var(--color_details);
        transition: all .3s ease
    }
}

.template-category .left .category-listPosts .groupPosts .post .postInfo>span {
    font-size: 1rem;
    margin-bottom: 15px;
    color: #5a5a5a
}

.template-category .left .category-listPosts .groupPosts .post .postInfo>div {
    font-size: 1.2rem;
    color: #5a5a5a;
    letter-spacing: 1px
}

.template-category .left .category-listPosts .groupPosts .post .postInfo>div img {
    display: none
}

.template-category .left .category-listPosts .groupPosts .post .postInfo>div em {
    font-style: normal
}

.template-category .left .category-listPosts .groupPosts .post .postInfo>div.ontopcdn-ellipsisTextMultiple {
    -webkit-line-clamp: 3
}

.template-category .right {
    width: 100%;
    margin-top: 10px
}

@media screen and (min-width: 968px) {
    .template-category .right {
        width:300px;
        margin-top: 0px
    }
}

.template-category .right .category-listOtherPosts {
    display: flex;
    flex-direction: column
}

.template-category .right .category-listOtherPosts .title {
    border-bottom: 2px solid var(--color_secondary);
    margin-bottom: 10px
}

.template-category .right .category-listOtherPosts .title h1 {
    display: flex;
    background-color: var(--color_secondary);
    color: #fff;
    width: max-content;
    padding: 5px 10px
}

.template-category .right .category-listOtherPosts .groupPosts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 5px
}

@media screen and (min-width: 968px) {
    .template-category .right .category-listOtherPosts .groupPosts {
        padding:0
    }
}

.template-category .right .category-listOtherPosts .groupPosts .post {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 5px 10px 5px
}

@media screen and (min-width: 480px) {
    .template-category .right .category-listOtherPosts .groupPosts .post {
        width:calc(33.3% - 10px)
    }
}

@media screen and (min-width: 968px) {
    .template-category .right .category-listOtherPosts .groupPosts .post {
        margin:0 0 20px 0;
        width: 100%
    }
}

.template-category .right .category-listOtherPosts .groupPosts .post .postImage {
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin-bottom: 5px
}

.template-category .right .category-listOtherPosts .groupPosts .post .postImage img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.template-category .right .category-listOtherPosts .groupPosts .post .postInfo {
    display: flex;
    flex-direction: column
}

.template-category .right .category-listOtherPosts .groupPosts .post .postInfo a {
    font-size: 1.6rem;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    color: var(--color_primary);
    color: #000;
    transition: all .3s ease
}

.template-category .right .category-listOtherPosts .groupPosts .post .postInfo>a:hover {
    color: var(--color_details);
    transition: all .3s ease
}

.template-category .right .category-listOtherPosts .groupPosts .post .postInfo>span {
    font-size: 1rem;
    margin-bottom: 5px;
    color: #5a5a5a
}

.template-category .right .category-listOtherPosts .groupPosts .post .postInfo>div {
    font-size: 1.2rem;
    color: #5a5a5a;
    letter-spacing: 1px
}

.template-category .right .category-listOtherPosts .groupPosts .post .postInfo>div img {
    display: none
}

.template-category .right .category-listOtherPosts .groupPosts .post .postInfo>div em {
    font-style: normal
}

.template-category .right .category-listOtherPosts .groupPosts .post .postInfo>div.ontopcdn-ellipsisTextMultiple {
    -webkit-line-clamp: 3
}

.template-turismo {
    display: flex;
    width: 100%;
    max-width: var(--width_container)
}

.template-turismo .groupCards {
    display: flex;
    flex-direction: column;
    width: 100%
}

.template-turismo .groupCards .card {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,.15);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,.15);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,.15)
}

@media screen and (min-width: 1024px) {
    .template-turismo .groupCards .card {
        align-items:stretch;
        flex-direction: row;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin-bottom: 90px
    }
}

.template-turismo .groupCards .card .cardImage {
    width: 100%;
    height: 150px
}

@media screen and (min-width: 1024px) {
    .template-turismo .groupCards .card .cardImage {
        width:300px;
        height: 300px;
        z-index: 9
    }
}

.template-turismo .groupCards .card .cardImage img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.template-turismo .groupCards .card .cardData {
    width: 100%;
    height: 300px
}

@media screen and (min-width: 1024px) {
    .template-turismo .groupCards .card .cardData {
        width:calc(100% - 300px);
        height: 300px
    }
}

.template-turismo .groupCards .card .cardData h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color_primary);
    font-weight: 800;
    font-size: 2rem;
    letter-spacing: 1px;
    height: 50px
}

@media screen and (min-width: 1024px) {
    .template-turismo .groupCards .card .cardData h1 {
        justify-content:flex-start;
        padding-left: 10px
    }
}

.template-turismo .groupCards .card .cardData .tur-description {
    display: flex;
    flex-direction: column;
    height: calc(100% - 50px);
    padding: 10px;
    overflow: hidden
}

@media screen and (min-width: 1024px) {
    .template-turismo .groupCards .card .cardData .tur-description {
        padding:10px 10px 10px 70px;
        background-color: rgba(1,75,140,.05);
        border-radius: 5px;
        height: 100%;
        margin-left: -50px
    }
}

.template-turismo .groupCards .card .cardData .tur-description h1:after {
    width: 100px;
    height: 4px;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    background-color: var(--color_primary)
}

.template-turismo .groupCards .card .cardData .tur-description .data p {
    font-size: 1.4rem;
    color: #5a5a5a;
    margin: 0;
    line-height: 20px;
    text-indent: 20px
}

.template-turismo .groupCards .card .cardData .tur-description .data .scrollbar-path-vertical {
    background-color: var(--color_primary)
}

.template-turismo .groupCards .card .cardData .tur-description .data .scrollbar-path-vertical .scrollbar-handle {
    background-color: var(--color_primary)
}

.ontopcdn-pageRestrict {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    font-family: var(--font_family)
}

.ontopcdn-pageRestrict .container {
    width: 100%;
    max-width: var(--width_container);
    margin: 0 auto
}

.ontopcdn-pageRestrict .main {
    display: flex;
    flex-direction: column;
    height: calc(100% - 100px);
    background-image: url("/cdn.ontop.com.br/ontopthemecs/img/page_restrict/pageRestrict-backgroundContent.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (min-width: 768px) {
    .ontopcdn-pageRestrict .main {
        height:calc(100% - 150px)
    }
}

.ontopcdn-pageRestrict .main .header,.ontopcdn-pageRestrict .main .content {
    background-color: rgba(0,0,0,.9)
}

.ontopcdn-pageRestrict .main .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    padding: 20px 20px 0 20px
}

@media screen and (min-width: 768px) {
    .ontopcdn-pageRestrict .main .header {
        height:125px
    }
}

.ontopcdn-pageRestrict .main .header .logo {
    width: 100%
}

.ontopcdn-pageRestrict .main .header .logo a img {
    max-height: 100px;
    max-width: 100px
}

.ontopcdn-pageRestrict .main .header .anchor {
    display: none
}

@media screen and (min-width: 768px) {
    .ontopcdn-pageRestrict .main .header .anchor {
        display:block
    }
}

@media screen and (min-width: 768px) {
    .ontopcdn-pageRestrict .main .header .anchor a {
        display:flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 286px;
        height: 45px;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 10px;
        font-weight: 700;
        transition: all .3s ease
    }
}

@media screen and (min-width: 768px) {
    .ontopcdn-pageRestrict .main .header .anchor a i {
        font-size:1.4rem;
        margin-right: 20px;
        transition: all .3s ease
    }
}

@media screen and (min-width: 768px) {
    .ontopcdn-pageRestrict .main .header .anchor a span {
        font-size:1.2rem;
        text-transform: uppercase;
        font-family: var(--font_family);
        transition: all .3s ease
    }
}

@media screen and (min-width: 768px) {
    .ontopcdn-pageRestrict .main .header .anchor a:hover {
        transition:all .3s ease;
        background-color: #fff;
        border-color: rgba(0,0,0,0)
    }

    .ontopcdn-pageRestrict .main .header .anchor a:hover i,.ontopcdn-pageRestrict .main .header .anchor a:hover span {
        color: #002445
    }
}

.ontopcdn-pageRestrict .main .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: calc(100% - 100px)
}

@media screen and (min-width: 768px) {
    .ontopcdn-pageRestrict .main .content {
        height:calc(100% - 125px)
    }
}

.ontopcdn-pageRestrict .main .content .intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px
}

.ontopcdn-pageRestrict .main .content .intro>i {
    color: #fff;
    font-size: 7rem;
    margin-bottom: 25px
}

.ontopcdn-pageRestrict .main .content .intro>p {
    width: 100%;
    max-width: 580px;
    font-size: 2.1rem;
    text-transform: uppercase;
    text-align: center;
    color: #fff
}

@media screen and (min-width: 768px) {
    .ontopcdn-pageRestrict .main .content .intro>p {
        font-size:3.1rem
    }
}

.ontopcdn-pageRestrict .main .content .intro>p span {
    font-weight: 600
}

.ontopcdn-pageRestrict .main .content .form {
    width: 100%;
    max-width: 745px;
    background-color: #002445
}

@media screen and (min-width: 768px) {
    .ontopcdn-pageRestrict .main .content .form {
        border-radius:10px;
        margin-bottom: -50px;
        z-index: 9
    }
}

.ontopcdn-pageRestrict .main .content .form p:nth-of-type(1) {
    display: none
}

.ontopcdn-pageRestrict .main .content .form p:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    padding: 30px
}

@media screen and (min-width: 768px) {
    .ontopcdn-pageRestrict .main .content .form p:nth-of-type(2) {
        flex-direction:row
    }
}

.ontopcdn-pageRestrict .main .content .form p:nth-of-type(2) input {
    display: flex;
    align-items: center;
    height: 45px;
    padding: 10px;
    border-radius: 5px;
    font-family: var(--font_family)
}

.ontopcdn-pageRestrict .main .content .form p:nth-of-type(2) label {
    width: 100%;
    margin-bottom: 10px
}

@media screen and (min-width: 768px) {
    .ontopcdn-pageRestrict .main .content .form p:nth-of-type(2) label {
        width:calc(100% - 175px);
        margin-bottom: 0px;
        padding-right: 20px
    }
}

.ontopcdn-pageRestrict .main .content .form p:nth-of-type(2) label input {
    width: 100%;
    text-align: center
}

@media screen and (min-width: 768px) {
    .ontopcdn-pageRestrict .main .content .form p:nth-of-type(2) label input {
        text-align:left
    }
}

.ontopcdn-pageRestrict .main .content .form p:nth-of-type(2)>input {
    width: 100%;
    justify-content: center;
    border: 0;
    background-color: #fff;
    text-transform: uppercase;
    color: #002445;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s ease
}

@media screen and (min-width: 768px) {
    .ontopcdn-pageRestrict .main .content .form p:nth-of-type(2)>input {
        width:175px
    }
}

.ontopcdn-pageRestrict .main .content .form p:nth-of-type(2)>input:hover {
    background-color: #264796;
    color: #fff;
    transition: all .3s ease
}

.ontopcdn-pageRestrict .footer {
    display: flex;
    flex-direction: column;
    height: 100px
}

@media screen and (min-width: 768px) {
    .ontopcdn-pageRestrict .footer {
        height:150px;
        padding-top: 50px
    }
}

.ontopcdn-pageRestrict .footer .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.ontopcdn-pageRestrict .footer .container .copyrights {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-transform: uppercase;
    color: #002445
}

.ontopcdn-pageRestrict .footer .container .copyrights .client {
    margin-right: 5px
}

.ontopcdn-pageRestrict .footer .container .copyrights .company a {
    font-weight: 700
}

@media screen and (max-height: 600px) {
    .ontopcdn-pageRestrict {
        height:max-content
    }
}

.ontopcdn-pageIntranet {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
    font-family: var(--font_family)
}

.ontopcdn-pageIntranet .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(20% - 5px);
    margin-bottom: 10px;
    min-width: 200px;
    min-height: 150px;
    padding: 10px 20px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,.15);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,.15);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,.15);
    background-color: var(--color_primary);
    transition: all .3s ease
}

.ontopcdn-pageIntranet .card .icon {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px
}

.ontopcdn-pageIntranet .card .icon i {
    font-size: 4rem;
    color: #fff;
    transition: all .3s ease
}

.ontopcdn-pageIntranet .card .title {
    text-align: center
}

.ontopcdn-pageIntranet .card .title h2 {
    font-size: 2rem;
    color: #fff;
    line-height: 20px;
    transition: all .3s ease
}

.ontopcdn-pageIntranet .card:hover {
    color: var(--color_primary);
    background-color: #fff;
    transition: all .3s ease
}

.ontopcdn-pageIntranet .card:hover .icon {
    border-color: var(--color_primary)
}

.ontopcdn-pageIntranet .card:hover .icon i {
    color: var(--color_primary);
    transition: all .3s ease
}

.ontopcdn-pageIntranet .card:hover .title h2 {
    color: var(--color_primary);
    transition: all .3s ease
}

@media screen and (min-width: 1024px) {
    .template-pageConcursoPublico .vagas .orderVagasTitle>h2:nth-of-type(1) {
        order:3
    }
}

@media screen and (min-width: 1024px) {
    .template-pageConcursoPublico .vagas .orderVagasTitle>h2:nth-of-type(2) {
        order:2
    }
}

@media screen and (min-width: 1024px) {
    .template-pageConcursoPublico .vagas .orderVagasTitle>h2:nth-of-type(3) {
        order:1
    }
}

@media screen and (min-width: 1024px) {
    .template-pageConcursoPublico .vagas .orderVagasContent>p:nth-of-type(1) {
        order:3
    }
}

@media screen and (min-width: 1024px) {
    .template-pageConcursoPublico .vagas .orderVagasContent>p:nth-of-type(2) {
        order:2
    }
}

@media screen and (min-width: 1024px) {
    .template-pageConcursoPublico .vagas .orderVagasContent>p:nth-of-type(3) {
        order:1
    }
}

.template-singleDefault {
    display: flex;
    flex-direction: column;
    padding: 0 10px
}

@media screen and (min-width: 1024px) {
    .template-singleDefault {
        padding:0 20px
    }
}

.template-singleDefault .singleDefaultArticle .thumbnail {
    float: left;
    width: 175px;
    height: 175px;
    margin-bottom: 5px;
    overflow: hidden;
    margin: 0 10px 10px 0
}

.template-singleDefault .singleDefaultArticle .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px
}

.template-singleDefault .singleDefaultArticle .thumbnail span {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color_primary);
    color: #fff;
    font-size: 5rem;
    width: 100%;
    height: 100%;
    border-radius: 5px
}

.template-singleDefault .singleDefaultArticle .data {
    width: 100%;
    margin-bottom: 10px
}

@media screen and (min-width: 600px) {
    .template-singleDefault .singleDefaultArticle .data {
        margin-bottom:0px
    }
}

.template-singleDefault .singleDefaultArticle .data .categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 5px
}

.template-singleDefault .singleDefaultArticle .data .categories a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 70px;
    border: 1px solid var(--color_dark);
    color: var(--color_dark);
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 1rem;
    transition: all .3s ease;
    margin: 0 10px 5px 0
}

.template-singleDefault .singleDefaultArticle .data .categories a:hover {
    background-color: var(--color_dark);
    color: #fff;
    transition: all .3s ease
}

.template-singleDefault .singleDefaultArticle .data .title h1 {
    font-size: 2rem;
    font-style: italic;
    color: var(--color_primary)
}

@media screen and (min-width: 800px) {
    .template-singleDefault .singleDefaultArticle .data .title h1 {
        font-size:2.5rem
    }
}

@media screen and (min-width: 1024px) {
    .template-singleDefault .singleDefaultArticle .data .title h1 {
        font-size:3rem
    }
}

.template-singleDefault .singleDefaultArticle .data .content p {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 24px;
    text-indent: 30px
}

.template-singleDefault .singleDefaultArticle .data .content img {
    border-radius: 5px
}

.template-singleDefault .singleDefaultArticle .data .content img.alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.template-singleDefault .singleDefaultArticle .data .content img.alignright {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px
}

.template-singleDefault .singleDefaultArticle .data .content img.aligncenter {
    display: flex;
    margin: 0 auto
}

.template-singleDefault .singleDefaultArticle .data .content div p.wp-caption-text {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--color_details);
    text-indent: 0
}

.template-singleDefault .singleDefaultArticle .data .content div.alignleft {
    float: left;
    text-align: left
}

.template-singleDefault .singleDefaultArticle .data .content div.alignright {
    float: right;
    text-align: right
}

.template-singleDefault .singleDefaultArticle .data .content div.aligncenter {
    display: flex;
    text-align: center
}

.template-singleDefault .singleDefaultArticle .data .content .ead-preview p.embed_download {
    text-indent: 0;
    margin-top: 5px
}

.template-singleDefault .singleDefaultArticle .data .content .ead-preview p.embed_download a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 0px;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 5px;
    font-weight: 400;
    height: 40px;
    background-color: #5a5a5a;
    color: #fff;
    min-width: 135px;
    transition: all .3s ease
}

@media screen and (min-width: 1024px) {
    .template-singleDefault .singleDefaultArticle .data .content .ead-preview p.embed_download a {
        padding:7px 5px;
        height: 30px
    }
}

.template-singleDefault .singleDefaultArticle .data .content .ead-preview p.embed_download a:hover {
    transition: all .3s ease;
    background-color: #fff;
    color: #5a5a5a;
    border: 1px solid #5a5a5a
}

.w20 {
    width: 100%
}

@media screen and (min-width: 420px) {
    .w20 {
        width:50%
    }
}

@media screen and (min-width: 800px) {
    .w20 {
        width:20%
    }
}

.w25 {
    width: 100%
}

@media screen and (min-width: 420px) {
    .w25 {
        width:50%
    }
}

@media screen and (min-width: 800px) {
    .w25 {
        width:25%
    }
}

.w33 {
    width: 100%
}

@media screen and (min-width: 600px) {
    .w33 {
        width:50%
    }
}

@media screen and (min-width: 800px) {
    .w33 {
        width:33.3%
    }
}

.w40 {
    width: 100%
}

@media screen and (min-width: 600px) {
    .w40 {
        width:40%
    }
}

.w50 {
    width: 100%
}

@media screen and (min-width: 420px) {
    .w50 {
        width:50%
    }
}

.w60 {
    width: 100%
}

@media screen and (min-width: 600px) {
    .w60 {
        width:60%
    }
}

.w75 {
    width: 100%
}

@media screen and (min-width: 120px) {
    .w75 {
        width:75%
    }
}

.w100 {
    width: 100%
}
