@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
}

* {
    transition: none;
}

#header {
    padding: 1rem;
}

#header {
    background-color: #07825c;
    height: 130px;
    box-sizing: border-box;
}

#header .container {
    position: relative;
    top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#header #search .search-field {
    cursor: auto;
    background-image: none;
    all: revert;
    font-size: 24px;
    padding:10px;
    border: none;
}

#search form {
    display: flex;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 700,
  'GRAD' 200,
  'opsz' 48
}

#search button {
    position: relative;
    background-color: #006244;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    border: 1px solid #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 48px;
    width: 50px;
    box-sizing: border-box;
}

#search button span {
    position: absolute;
    left: 50%;
    top: 50%;
    font-weight: 800;
    transform: translate(-50%, -50%);
}

#menu {
    background-color: #000000;
   
}

#header::after {
    display: none;
}

img#logo {
    width: 232px;
    height: 65px;
}

#logo-container {
    height: auto;
}

#search .search-field {
    width: 200px;
}
#header .header__icons {
    white-space: nowrap;
}

#header .header__icons li {
    display: inline-block;
    list-style: none;
}

#header .header__icons li a {
    background-color: #006244;
    border-radius: 5px;
    display: block;
    width: 53px;
    height: 54px;
    transition: background .4s;
    position: relative;
}

#header .header__icons li a:hover {
    background-color: #004732;
}

#decreto-bar {
    background-color: #f5f5f5;
    border-bottom: 2px solid #ddd;
    padding: 8px 0;
    text-align: center;
}

#decreto-bar a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #c0392b;
    color: #fff;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 9px 22px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

#decreto-bar a:hover {
    background-color: #96281b;
    color: #fff;
}

#decreto-bar a i {
    font-size: 1.3rem;
}

#header .header__icons li a img {
    width: 52px;
    height: 24px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bar-top {
    height: 36px;
    background-color: #006244;
    display: flex;
    text-align: right;
    color: #fff;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    font-size: 13px;
    font-weight: lighter;
    text-transform: inherit;
}

.bar-top a {
    color: #fff;
    text-decoration: none;
    font-weight: lighter;
    letter-spacing: -0.5px;
}

.bar-top a:hover {
    text-decoration: underline;
}

.container.ct {
    margin: 0 20%;
}

.header__separator {
    display: block;
    width: 1px;
    height: 36px;
    background: #000;
}

#menu {
    margin: 0;
}

#menu a {
    color: #006244;
    font-weight: bold;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 1rem;
    margin: 0;
    transition background .3s ease-out;
}
#menu a:hover {
    background-color:#07825C;
    color: #fff;
}

#menu .container {
    margin: 0 20%;
}

#menu div:first-of-type {
    float:none;
}

.redes-sociais li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}
#menu ul.sub-menu li a {
    display: flex;
    flex-wrap: nowrap;
    width: 220px;
    font-size: 13px;
    transition background .3s ease-out;
}

#menu ul.sub-menu a, #menu ul.children a {
    border: 0;
}

ul.sub-menu {
    box-shadow: 0px 9px 18px #0000003b;
}

#menu ul.sub-menu li a:hover {
    background-color:#07825C;
    color: #fff;
}

#section__links {
    background-color: #F6F6F6;
    height: 217px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 0.6rem;
}

#section__links a {
    display: flex;
    flex-direction: column;
    width: 211px;
    background: #fff;
    align-items: center;
    padding: 1rem;
    box-sizing: border-box;
    color: #a1a1a1;
    font-weight: 600;
    text-decoration: none;
    font-size: 21px;
    box-shadow: 2px 2px 10px -3px rgb(0 0 0 / 20%);
}

#section__links a span {
    padding-top:10px;
}

#main-slide {
   //height: 445px;
}

.posts_galery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.posts_galery.su-posts > .su-post {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    word-wrap: break-word;
    width: 370px;
}

.posts_galery .su-post-thumbnail {
    width:350px!important;
    height: 233px!important;
}

.su-post-thumbnail img {
    width:350px;
    height: 233px;
    object-fit: cover;
}

.posts_galery img {
    width: 100%;
    object-fit: cover;
    outline: 1px solid #ddd;
    outline-offset: 4px;
    border-radius: 2px;
}

.posts_galery h2.su-post-title a {
    color: #333;
    font-size: 20px;
    display: block;
    font-weight: normal;
    text-decoration: none;
}

.posts_galery h2.su-post-title {
    margin: 1rem 0 3rem 0;
}

.posts_galery h2.su-post-title a:hover {
    text-decoration: underline;
}

#container h1.entry-title {
    font-size: 22px;
    color: #636363;
    font-weight: normal;
    letter-spacing: -1px;
    text-transform: capitalize;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 0.8rem;    
}

#header {
    padding:0;
}

#container {
    padding:0;
    margin: 3rem 20%;
}

.alert {
    color: #424242;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
    height: 32px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 1rem;
}

#post__breadcrumb {
    display: flex;
    align-items: center;
    color: #424242;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
    padding:1rem;
    height: 32px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: .5rem;
}

#post__breadcrumb li {
    list-style: none;
    display: inline;
}

#post__breadcrumb > li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

#post__breadcrumb li a {
    text-decoration: none;
    color:#000;
    font-size: 16px;
}

#post__breadcrumb li a:hover {
    text-decoration: underline;

}

.post__header-footer button {
    background-color: #194459;
    padding: 4px 0.8rem;
    border-radius: 5px;
    font-family: sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}

.post__header-footer button:hover {
    opacity: 1;
}

.post-thumbnail img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    
}

.post__header-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width: 1400px) {
    #header {
        height: auto;
        contain: content;
        padding: 1rem 0;
    }
    #header .container {
        top:initial;
        gap: 1rem;
        flex-direction: column;
    }
    .container.ct {
        margin: 0;
    }

    #section__links {
        padding: 1rem 0;
        height: auto;
    }

    

}

@media screen and (max-width: 765px) {
    #menu .container {
        margin: 0;
    }

    #menu ul li a {
        padding: 1rem;
    }

    .menu-toggle {
        color: #fff!important;
    }

    #menu .container {
        background-color: #07825c;
    }

    #menu ul.sub-menu {
        box-shadow: none;
        margin-bottom: 1rem;
        border-bottom: 1px solid #ffffff31;
    }

    button.menu-toggle.first {
        background-color: #006244!important;
        padding: 7px 1rem!important;
        border-radius: 5px;
        margin: 5px!important;
    }

    button.menu-toggle.first .menu-icon {
        font-size: 28px!important;
    }

    #section__links a {
        zoom: 0.5;
    }
}

.social-share-media {
    display: inline-flex;
    flex-direction: row;
    gap:8px;
    margin-left:5rem;
}

.social-share-btn {
    background: #333;
    display: block;
    width: 36px;
    height: 36px;
    clip-path: circle();
    color:#fff;
    background-repeat: no-repeat;
    transition: scale .3s ease-out;
}

.social-share-btn:hover {
    scale: 1.2;
}

.social-share-btn.facebook {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M211.9 197.4h-36.7v59.9h36.7v175.8h70.5V256.5h49.2l5.2-59.1h-54.4v-33.7c0-13.9 2.8-19.5 16.3-19.5h38.2V82.9h-48.8c-52.5 0-76.1 23.1-76.1 67.3-.1 38.6-.1 47.2-.1 47.2z'/%3E%3C/svg%3E");
}

.social-share-btn.linkedin {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M186.4 142.4c0 19-15.3 34.5-34.2 34.5-18.9 0-34.2-15.4-34.2-34.5 0-19 15.3-34.5 34.2-34.5 18.9 0 34.2 15.5 34.2 34.5zm-5 58.9h-57.8v186.8h57.8V201.3zm92.4 0h-55.4v186.8h55.4v-98c0-26.3 12.1-41.9 35.2-41.9 21.3 0 31.5 15 31.5 41.9v98H398V269.8c0-50-28.3-74.2-68-74.2-39.6 0-56.3 30.9-56.3 30.9v-25.2h.1z'/%3E%3C/svg%3E");
}

.social-share-btn.twitter {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h400v400H0z'/%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M153.62 301.59c94.34 0 145.94-78.16 145.94-145.94 0-2.22 0-4.43-.15-6.63A104.36 104.36 0 00325 122.47a102.38 102.38 0 01-29.46 8.07 51.47 51.47 0 0022.55-28.37 102.79 102.79 0 01-32.57 12.45c-15.9-16.906-41.163-21.044-61.625-10.093-20.461 10.95-31.032 34.266-25.785 56.873A145.62 145.62 0 0192.4 107.81c-13.614 23.436-6.66 53.419 15.88 68.47A50.91 50.91 0 0185 169.86v.65c.007 24.416 17.218 45.445 41.15 50.28a51.21 51.21 0 01-23.16.88c6.72 20.894 25.976 35.208 47.92 35.62a102.92 102.92 0 01-63.7 22 104.41 104.41 0 01-12.21-.74 145.21 145.21 0 0078.62 23'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 100%;
}

.social-share-btn.whatsapp {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46'%3E%3Cpath fill='%23FFF' d='M35.4 10.4C32 6.9 27.3 5 22.5 5 12.3 5 4.1 13.3 4.2 23.4c0 3.2.9 6.3 2.4 9.1L4 42l9.7-2.5c2.7 1.5 5.7 2.2 8.7 2.2 10.1 0 18.3-8.3 18.3-18.4 0-4.9-1.9-9.5-5.3-12.9zM22.5 38.6c-2.7 0-5.4-.7-7.7-2.1l-.6-.3-5.8 1.5L9.9 32l-.4-.6c-4.4-7.1-2.3-16.5 4.9-20.9 7.2-4.4 16.5-2.3 20.9 4.9 4.4 7.2 2.3 16.5-4.9 20.9-2.3 1.5-5.1 2.3-7.9 2.3zm8.8-11.1l-1.1-.5s-1.6-.7-2.6-1.2c-.1 0-.2-.1-.3-.1-.3 0-.5.1-.7.2 0 0-.1.1-1.5 1.7-.1.2-.3.3-.5.3h-.1c-.1 0-.3-.1-.4-.2l-.5-.2c-1.1-.5-2.1-1.1-2.9-1.9-.2-.2-.5-.4-.7-.6-.7-.7-1.4-1.5-1.9-2.4l-.1-.2c-.1-.1-.1-.2-.2-.4 0-.2 0-.4.1-.5 0 0 .4-.5.7-.8.2-.2.3-.5.5-.7.2-.3.3-.7.2-1-.1-.5-1.3-3.2-1.6-3.8-.2-.3-.4-.4-.7-.5h-1.1c-.2 0-.4.1-.6.1l-.1.1c-.2.1-.4.3-.6.4-.2.2-.3.4-.5.6-.7.9-1.1 2-1.1 3.1 0 .8.2 1.6.5 2.3l.1.3c.9 1.9 2.1 3.6 3.7 5.1l.4.4c.3.3.6.5.8.8 2.1 1.8 4.5 3.1 7.2 3.8.3.1.7.1 1 .2h1c.5 0 1.1-.2 1.5-.4.3-.2.5-.2.7-.4l.2-.2c.2-.2.4-.3.6-.5.2-.2.4-.4.5-.6.2-.4.3-.9.4-1.4v-.7s-.1-.1-.3-.2z'/%3E%3C/svg%3E");
    background-size: 89%;
    background-position-x: 3px;
}

.social-share-btn.email {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M101.3 141.6v228.9h309.5V141.6H101.3zm274.4 26.2L256 259.3l-119.6-91.5h239.3zm-248.1 26.3l64.1 49.1-64.1 64.1V194.1zm.2 150.1l84.9-84.9 43.2 33.1 43-32.9 84.7 84.7H127.8zm256.6-36.4L320 243.4l64.4-49.3v113.7z'/%3E%3C/svg%3E");
}



#footer_sections h2 {
    text-align: center;
}

section#turismo h2 {
    color:#006244;
}

#footer_sections section div {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
}



#footer_sections section img {
    width: 255px;
}

#content {
    float:none;
    width: auto;
    padding-right: initial;
}

footer#footer {
    margin-top:50px;
    background-color: #006244;
    color: #fff!important;
    padding:25px 0;
}

section#acesso_rapido h2 b {
    color: #006244;

}

#footer .container.ct {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    width: -webkit-fill-available;
    align-items: center;
}

#footer p {
    font-size: 13px;
}

a#goTop{
    display: block;
    padding: 1rem;
    background-color: #194459;
    color: #fff;
    position: fixed;
    z-index: 100;
    right: 15px;
    bottom: 15px;
    border-radius: 5px;
    text-decoration: none;
}

#noticias_slides {
    display: flex;
    flex-direction: row;
    position: relative;
    margin: 1rem auto;
    gap: 2rem;
}

#noticias_slides > div {
    width: calc(27vw);
}

@media (max-width: 719px) {
    #noticias_slides {
        flex-direction: column;
    }

    #noticias_slides > div {
        width: calc(100vw);
    }
}

#noticias_slides ss3-force-full-width  {

    position: relative;
}

#noticias_slides .n2-ss-layer {
    padding: 0!important;
}

#noticias_slides .n2-ss-item-content {
    padding-bottom: 35px;
}

section#posts__materia {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;

}

@media (max-width: 719px) {
    section#posts__materia {
        flex-direction: column;
    }

}

section#posts__materia article {
    flex: 1;

}

section#posts__materia article a {
    color: #9B9B9B;
    text-decoration: none;
    font-size: 16px;
    display: block;
}

section#posts__materia article img {
    height: 240px;
    margin:0;
    object-fit: cover;
    margin-bottom: 12px;
}

section#posts__materia article .description {

}

#secretarias {
    background-color: #07825C;
    color:#fff;
    padding: 1rem;

}

button.vermais {
    background: url('https://www.acessoinformacao.com.br/mg/catasaltas-institucional/wp-content/uploads/2023/06/right-arrow.png')no-repeat;
    background-color: #006244;
    background-position: center;
    width: 41px;
    height: 43px;
}

.vejamais {
    font-family: sans-serif;
    padding: 0.5rem;
    color: #fff;
    border-radius: 5px;
    background: #07825C;
    text-decoration: none;
    float: right;
}
.nextend-bullet-bar {
    gap: 5px;
}

.n2-bullet {
    outline: 1.7px solid #fff;
    outline-offset: -1px;
    scale: 1.5;
    background: transparent!important;
}

.n2-active {
    background:#fff!important;
}

#calendar-n-videos {
    margin: 2rem 0;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

#calendar-n-videos .videos {
    flex-direction: column;
}

#calendar-n-videos .agenda h3 {
    font-weight: 600;
    color: #898989;
    text-transform: lowercase;
    font-weight: normal;
    margin:0;
    margin-bottom: 10px;
}

#calendar-n-videos .videos h4 {
    font-weight: 600;
    color: #194459;
    font-size: 23px;
    margin: 0;
    margin-bottom: 10px;
}

#calendar-n-videos .videos p {
    color:#636363;
}

/* article#video {
    width:445px;
    height: 250px;
} */

.agenda {
    flex-grow: 1;
}

.agenda .mec-calendar-events-side {
    padding: 0;
}

.agenda .mec-event-article {
    padding: 1rem;
}

.agenda .mec-calendar-side {
    padding: 0;
}

.agenda .mec-calendar-header {
    margin-top: unset!important;
    margin-bottom: unset!important;
    padding-top: unset!important;
}

.agenda h2 {
    margin-top: 5px;
}

.agenda .mec-event-footer {
    display: none!important;
}

.agenda .mec-month-navigator {
    position:relative;
    display: flex;
    width: 350px;
    z-index: 2;
    background:#006244;
    color:#fff;
    align-items:center;
}

.agenda .mec-calendar-header h2 {
    font-size: 15px;
    font-weight: normal;
    color:#fff;
    height: 50px;
    margin:0;
    align-items: center;
    justify-content: center;
    display: flex;
}

.agenda .mec-calendar-side .mec-previous-month, .agenda .mec-calendar-side .mec-next-month {
    position: unset;
    border:unset;
    box-shadow: unset;
    width: 50px;
    height: 50px;
    color: transparent;
    contain: content;
    font-size: 0px;
    background: #fff;
    border-radius: unset;
    box-shadow: unset;
    width: 25px;
    height: 25px;
    clip-path: circle();
}

.agenda .mec-calendar-side .mec-previous-month a, .agenda .mec-calendar-side .mec-next-month a {
    font-size: 0px;
    
}

.agenda .mec-sl-angle-left, .agenda .mec-sl-angle-right {
    top: -7px;
    position: relative;
    color:#000!important;
}

.agenda .mec-calendar-table-head {
    background:#006244;
    font-weight: normal!important;
    color:#fff!important;
}

.agenda .mec-calendar-table-head dt {
    background: transparent;
    color:#fff!important;
}

.agenda .mec-selected-day {
    background:#006244;
    border-radius: unset;
}

.agenda dt.mec-has-event {
    border-radius: unset;
}

.agenda .mec-calendar-row dt {
    border-radius: unset;
    transition: unset;
    transition: background .2s ease-out;
}

.agenda .mec-table-side-title {
    background:#006244;
    color:#fff;
    margin:0;
    padding-top:40px;
    padding-bottom:14px;
}

.agenda .mec-calendar-row dt:hover {
    background:#9b9b9bab;
}

.agenda dt.mec-has-event:hover {
    background:#194459!important;
 
}

.agenda .mec-color {
    color:#006244!important;
}

.agenda .mec-label-normal, .agenda .mec-has-event:after {
    background:#006244!important;
}

.agenda .mec-table-side-day {
    color:#fff!important;
    border-color:#fff!important;
}

.agenda .mec-event-time {
    display: none;
}

.agenda .mec-event-title {
}

@media screen and (max-width: 587px) {
    #calendar-n-videos {
        flex-direction: column;
    }

    #calendar-n-videos .videos-swiper {
        width: 80%;
    }

    #calendar-n-videos .video-tag {
        background-color: #363636;
        width: 100%;
    }
}

#links {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 1rem;
}

#links i {
    font-size: 32px;
}

#links a {
    background-color: #07825C;
    color: #fff;
    display: flex;
    flex-grow: 1;
    font-size:22px;
    text-decoration: none;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    height: 240px;
    justify-content: center;
}

@media screen and (max-width: 587px) {
    #links {
        flex-direction: column;
    }
}

#menu-block {
    all:unset;
    position: relative!important;
}

#section__links img  {
    height: 90px;
    width: 90px;
}

#section__links a {
    white-space: nowrap;
}

#submenu-block {
    display: none;
}

#submenu-block li {
    list-style: none;
}

#submenu-block .widget {
    position: absolute;
    z-index: 100;
    left: 0;
    background-color: #fff;
    min-width: 319px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

#submenu-block .widget li {
    margin: .5rem 0;
}

#submenu-block .widget li a {
    all: unset;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    color:#333;
    padding: 3px 56px 3px 20px;
}

#submenu-block .widget li a:hover {
    text-decoration: underline;
}

#submenu-block a:empty {
    display: none;
}

.video-item {
    display: block;
    width: 223px;
}

#videos {
    display: flex;
    flex-direction: row;
    gap: 3rem;
    flex-wrap: wrap;
}

#videos .entry-title {
    font-size: 18px!important;
    border: unset!important;
    margin-bottom: 8px!important;
    padding: 0!important;
    text-transform: uppercase!important;
}

#videos a {
    text-decoration: none;
}

.sharedaddy {
    display: none;
}

.video-item figure {
    outline: 1px solid #ccc;
    outline-offset: 4px;
    border-radius: 3px;
    margin-bottom: 1rem;
} 

.wp-block-video video {
    aspect-ratio: 16/9;
}
.mec-calendar {
    max-width:666px;
}

.ui-widget-overlay {
    background:#000;
    opacity: .6;
}

.ui-dialog {
    position: fixed!important;
    width: unset!important;
    max-width: 80%;
    min-width: 300px;
    max-height: 500px!important;
    overflow-y: auto!important;
}

button, input[type="submit"] {
    font-family: sans-serif;
    padding: 0.5rem;
    color: #fff;
    border-radius: 5px;
    background: #07825C;
    text-decoration: none;
}