@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #1e1e1e;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 28px;
  color: #4a4a4a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #7a6ad8;
  color: #fff;
}

::-moz-selection {
  background: #7a6ad8;
  color: #fff;
}

.section {
  padding-top: 30px;
  margin-top: 40px;
}

.section-heading {
  margin-bottom: 60px;
}

.section-heading h2 {
  font-size: 23px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 20px 0;
  line-height: 33px;
}

.section-heading h2 em {
  color: #3ba928;
  font-style: normal;
}

.section-heading h6 {
  color: #3ba928;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.main-button a {
  display: inline-block;
  background-color: #fff;
  color: #4AB238;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0px 25px;
  border-radius: 20px;
  transition: all .3s;
}

.main-button a:hover {
  background-color: #4AB238;
  color: #fff;
}


/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.background-header {
  background-color: #f5f5f7 !important;
  border-radius: 0px 0px 25px 25px;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area {
  position: absolute;
  background-color: transparent;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  background: transparent;
  display: flex
}

.header-area .main-nav .logo {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}

.header-area .main-nav .logo h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(250, 250, 250, 0.3);
}

.background-header .main-nav .logo,
.background-header .main-nav #search {
  margin-top: 18px;
}

.header-area .main-nav #search {
  position: relative;
}

.header-area .main-nav #search input {
  background-color: rgba(255, 255, 255);
  height: 44px;
  width: 250px;
  border-radius: 23px;
  border: none;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  padding: 0px 20px 0px;
}

.header-area .main-nav #search input::placeholder {
  color: rgba(0, 0, 0, 0.75);
}

.header-area .main-nav #search i {
  position: absolute;
  color: #b62618;
  right: 20px;
  top: 15px;
  font-size: 16px;
}

.header-area .main-nav ul.nav {
  border-radius: 0px 0px 25px 25px;
  flex-basis: 100%;
  margin-right: 0px;
  justify-content: right;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
  margin-top: -17px;
  padding-left: 60px;
}

.header-area .main-nav .nav li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  font-weight: 300;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #000000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: .25px;
  font-weight: bold;
}

.background-header .main-nav .nav {margin-top: 20px;}

.background-header .main-nav .nav li {
  height: 80px;
  line-height: 80px;
}

.header-area .main-nav .nav li:hover a {
  opacity: 0.8;
}
.header-area .main-nav .nav li a.active {
  color: #fff;
  background-color: rgb(124 124 124 / 10%);
  opacity: 1;
}

.background-header .main-nav .nav li:hover a {
  opacity: 0.8;
}
.background-header .main-nav .nav li a.active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.10);
  opacity: 1;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 20px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky .nav li a.active {
  color: #b62618;
}

.visible{
  display:inline !important;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 2px;
    padding-right: 2px;
  }
  .header-area .main-nav .nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }

}

@media (max-width: 767px) {
  .background-header .main-nav .nav,
  .header-area .main-nav .nav {
    background-color: #f1f0fe;
  }
  .background-header .main-nav .nav li a,
  .header-area .main-nav .nav li a {
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    color: #1e1e1e;
    background-color: #f1f0fe;
     border-radius: 0px 0px 25px 25px;
  }
  .background-header .main-nav .nav li,
  .header-area .main-nav .nav li {
    border-top: 1px solid #ddd;
    background-color: #f1f0fe;
    height: 50px;
    border-radius: 0px 0px 25px 25px;
  }
  .background-header .main-nav .nav li:last-child,
  .header-area .main-nav .nav li:last-child {
    border-radius: 0px 0px 25px 25px;
  }
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 0px;
  }
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #7a6ad8!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: transparent;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
    margin-top: 30px;
  }
  .logo-internas{
    margin-top: 0px !important;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-image: url(/images/banner-bg-4.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px 120px 0px;
}

.main-banner .item-1 {
  background-image: url(/images/banner.jpg);
}

.main-banner .item-2 {
  background-image: url(/images/banner-grande.jpg);
}

.main-banner .item-3 {
  background-image: url(/images/banner-item-03.jpg);
}

.main-banner .item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 25px;
  padding: 100px 100px;
  margin-left: 130px;
  height: 700px;
}

.main-banner .item span.category {
  background-color: #7a6ad8;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 50px;
}

.main-banner .item h2 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 70px;
  width: 60%;
  margin-bottom: 40px;
}

.main-banner .item p {
  color: #fff;
  width: 65%;
}

.main-banner .item .buttons {
  display: flex;
  margin-top: 50px;
}

.main-banner .item .buttons .main-button {
  margin-right: 30px;
}

.main-banner .item .buttons .main-button a {
  font-size: 14px;
  color: #4AB238;
  background-color: #fff;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0px 25px;
  border-radius: 25px;
  font-weight: 500;
}

.main-banner .item .buttons .icon-button i {
  color: #4AB238;
  background-color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 16px;
}

.main-banner .item .buttons .icon-button a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.main-banner .owl-nav {
  position: absolute;
  max-width: 1320px;
  bottom: 99px;
  left: 0;
  text-align: right;
}

.main-banner .owl-nav .owl-prev i,
.main-banner .owl-nav .owl-next i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  display: inline-block;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 1;
  transition: all .3s;
}

.main-banner .owl-nav .owl-prev i {
  position: absolute;
  bottom: 65px;
}

.main-banner .owl-nav .owl-prev i:hover,
.main-banner .owl-nav .owl-next i:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}


/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services .service-item:hover .icon img {
  margin-top: -10px;
}

.services .service-item {
  position: relative;
  margin-top: 95px;
}

.services .service-item .icon {
  width: 110px;
  height: 110px;
  display: inline-block;
  text-align: center;
  line-height: 190px;
  background-color: #4AB238;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services .service-item .icon img {
  max-width: 45px;
  transition: all .2s;
}

.services .service-item .main-content {
  border-radius: 25px;
  padding: 80px 30px 50px 30px;
  background-color: #f6f7f7;
  margin-bottom: 30px;
  margin-right: 50px;
  transition: all .4s;
  height: 300px;
}

.services .service-item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 30px;
  transition: all .4s;
}

.services .service-item p {
  color: #4a4a4a;
  margin-bottom: 25px;
}

/* 
---------------------------------------------
About Style
--------------------------------------------- 
*/

.about-us {
  position: relative;
  padding: 0px;
  margin-top: 130px;
}

.about-us:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 84%;
  height: 100%;
  background-color: #f5f5f7;
  content: '';
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}

.accordion {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
  background-color: #4AB238 !important;
  border-radius: 40px !important;
  padding: 80px 50px 50px 50px !important;
}

.accordion-item {
  background-color: #fff !important;
  border-radius: 40px !important;
  margin-bottom: 30px !important;
  border: none !important;
}

.accordion-item .accordion-button {
  outline: none !important;
  box-shadow: none !important;
  border-radius: 40px !important;
}

.accordion-button:not(.collapsed) {
  color: #4AB238 !important;
  background-color: #fff !important;
}

h2.accordion-header button {
  padding: 15px 25px !important;
  font-family: 'Poppins' !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.accordion-button::after {
  font-size: 18px !important;
  font-weight: 500 !important;
  background-image: none !important;
  content: '+' !important;
  width: 30px !important;
  height: 30px !important;
  display: inline-block !important;
  text-align: center !important;
  line-height: 30px !important;
  border-radius: 50% !important;
  background-color: #4AB238 !important;
  color: #fff !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: none !important;
  line-height: 32px !important;
  content: '-' !important;
}

.accordion-body {
  padding: 0px 25px 30px 25px;
  font-size: 14px;
  line-height: 28px;
  color: #4a4a4a;
}

.about-us .section-heading {
  margin-left: 60px;
  margin-bottom: 0px;
}

.about-us .section-heading .main-button {
  margin-top: 50px;
}


/* 
---------------------------------------------
news Style
--------------------------------------------- 
*/

.news {
  margin-top: 160px;
}

.news-item .thumb {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  width: 100%;
  height: 271px;
}

.news-item .thumb img {
  margin-bottom: -5px;
  object-fit: cover;
  object-position: top;
  height: 271px;
}

.news-item .thumb span.category {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 14px;
  text-transform: uppercase;
  color: #4AB238;
  background-color: rgba(250, 250, 250, 0.95);
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 500;
  display: inline-block;
}

.news-item .thumb span.news-date {
  position: absolute;
  right: -30px;
  top: -55px;
  background-color: rgba(74, 178, 56, 0.95);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: inline-block;
  transition: all .3s;
}

.news-item .thumb span.news-date h6 {
  margin-top: 73px;
  margin-left: 22px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.news-item .thumb span.news-date em {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  vertical-align: top;
}

.news-item {
  background-color: #f5f5f7;
  border-radius: 25px;
  margin-bottom: 30px;
  position: relative;
  justify-content: center;
  align-items: center;
} 

.news-item a{
  color: #000;
}

.news-item .news-content {
  padding: 20px 30px 25px 30px;
  height: 90px;
}

.news-item .news-content span.author {
  color: #b62618;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 6px;
}

.news-item .news-content h4 {
  font-size: 18px;
  font-weight: 600;
  transition: all .3s;
}

.news-item:hover .news-content h4 {
  color: #b62618;
}

.news-item:hover .thumb span.news-date {
  transform: scale(1.2);
}


/* 
---------------------------------------------
citys Style
--------------------------------------------- 
*/

.citys .section-heading {
  margin-bottom: 60px;
}

.citys .item {
  background-color: #f5f5f7;
  border-radius: 25px;
  position: relative;
  padding: 40px;
  margin-bottom: 50px;
}

.citys .item .image {
  position: relative;
}

.citys .item .image img {
  position: absolute;
  border-radius: 50%;
  max-width: 234px;
  left: 45px;
  top: -33px;
  padding: 20px;
  background-color: #FFF;
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.citys .item ul li {
  display: inline-block;
  width: 17.5%;
  vertical-align: middle;
}

.citys .item ul li:first-child {
  width: 35%;
}

.citys .item ul li:nth-of-type(2) {
  width: 28%;
}

.citys .item ul li span.category {
  font-size: 14px;
  text-transform: uppercase;
  color: #4AB238;
  background-color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
}

.citys .item ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.citys .item ul li span {
  display: inline-block;
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 10px;
}

.citys .item ul li h6 {
  font-size: 16px;
  color: #4AB238;
  font-weight: 600;
}

.citys .item a {
  position: absolute;
  right: -28px;
  top: -17px;
  background-color: #4AB238;
  width: 60px;
  height: 120px;
  display: inline-block;
  text-align: center;
  line-height: 120px;
  font-size: 18px;
  z-index: 1;
  color: #fff;
  border-radius: 60px 0px 0px 60px;
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer {
  margin-top: 150px;
  position: relative;
  background-color: #bf8800;
  vertical-align: middle;
  min-height: 150px;
  border-radius: 150px 150px 0px 0px;
}

footer p {
  text-align: center;
  line-height: 150px;
  color: #fff;
  font-weight: 400;
}

footer p a {
  color: #fff;
  transition: all .3s;
  position: relative;
  z-index: 3;
}

footer p a:hover {
  opacity: 0.75;
}

footer::before {
  background: url(/images/contact-dec-01.png);
  position: absolute;
  left: 30px;
  transform: rotate(180deg);
  opacity: 1;
  bottom: 0;
  width: 318px;
  height: 119px;
  content: '';
  z-index: 2;
}

/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .header-area {
    top: 0px;
  }
  .header-area .main-nav .logo h1 {
    border-right: none;
  }
  .main-banner .item {
    padding: 80px 30px 120px 30px !important;
  }
  .main-banner .owl-nav {
    left: 30px !important;
  }
}

@media (max-width: 992px) {

  .header-area .main-nav .logo h1 {
    font-size: 34px;
  }
  .header-area .main-nav .logo {
    border-right: none;
  }
  .main-banner .item {
    padding: 100px 60px 140px 60px;
    margin-left: 0px;
    text-align: center;
  }
  .main-banner .item h2,
  .main-banner .item p {
    width: 100%;
  }
  .main-banner .item h2 {
    font-size: 36px;
    line-height: 50px;
  }
  .main-banner .item .buttons {
    display: inline-block;
    text-align: center;
  }
  .main-banner .item .buttons .main-button {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .main-banner .owl-nav {
    left: 50% !important;
    transform: translateX(-60px) !important;
    bottom: 60px;
  }
  .main-banner .owl-nav .owl-prev i {
    bottom: 0px;
  }
  .main-banner .owl-nav .owl-next i {
    bottom: 0px;
    position: absolute;
    left: 65px;
  }
  .services {
    margin-top: 80px;
  }
  .about-us {
    margin-top: 100px;
  }
  .accordion {
    padding: 40px 25px 10px 25px;
  }
  .services .service-item .icon {
    width: 170px;
    height: 170px;
    line-height: 170px;
  }
  .about-us .section-heading {
    margin-left: 0px;
    margin-top: 120px;
  }
  .about-us::before,
  .testimonials::before,
  .contact-us::before {
    display: none;
  }
  .about-us .section-heading p,
  .testimonials .section-heading p,
  .contact-us .section-heading p {
    margin-top: 30px;
  }
  .about-us .section-heading .main-button {
    margin-top: 30px;
  }
  .about-us .main-button a {
    background-color: #4AB238;
    color: #fff;
  }
  .news {
    margin-top: 100px;
  }
  .team {
    margin-top: 160px;
  }
  .team-member {
    margin-bottom: 140px;
  }
  .citys {
    margin-top: 80px;
  }
  .citys .item {
    margin-bottom: 66px;
  }
  .citys .item .image img {
    position: relative;
    max-width: 100%;
  }
  .citys .item ul {
    margin-top: -40px;
  }
  .citys .item ul li:first-child {
    width: 100% !important;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }
  .citys .item ul li:nth-child(2) {
    width: 47% !important;
  }
  .citys .item ul li {
    display: inline-block;
    width: 48% !important;
  }
  .citys .item ul li:last-child {
    text-align: right;
  }
  .citys .item a {
    bottom: 150px;
    top: auto;
  }
  .citys .item ul li h6 {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .header-area .main-nav #search input {
    width: 250px;
  }
  .header-area .main-nav .nav li.has-sub:after {
    right: 15px;
  }
  .fun-facts:before {
    width: 95%;
  }
}

.icon-busca{
    position: absolute;
    color: #b62618;
    right: 20px;
    top: 15px;
    font-size: 16px;
}


 /*----- SCROLL PARA O TOPO -----*/

 .scrollTop {
    position: fixed !important;
    right: 10px;
    bottom: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #4AB238;
    border: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 0px 4px rgba(1, 150, 45, 0.2);
    cursor: pointer;
    transition-duration: 0.3s;
    overflow: hidden;
    position: relative;
	z-index: 2;
}
  
.svgIcon {
    width: 12px;
    transition-duration: 0.3s;
}
  
.svgIcon path {
    fill: white;
}
  
.scrollTop:hover {
    width: 65px;
    border-radius: 50px;
    transition-duration: 0.3s;
    background-color: rgb(19, 63, 32);
    align-items: center;
}
  
.scrollTop:hover .svgIcon {
    transition-duration: 0.3s;
    transform: translateY(-200%);
}
  
.scrollTop::before {
    position: absolute;
    bottom: -20px;
    content: "Topo";
    color: white;
    font-size: 0px;
}
  
.scrollTop:hover::before {
    font-size: 13px;
    opacity: 1;
    bottom: unset;
    transition-duration: 0.3s;
}

#whatsapp {
	position: fixed;
	bottom: 115px;
	right: -5px;
	display: inline-block;
	width: 80px;
	z-index: 999;
	transition: all 500ms;
}

#whatsapp:hover {
	transform: scale(1.3);
	filter: brightness(115%);
}








.owl-banner{
    margin-left: 130px;
}

.owl-banner .tns-outer{
    position: relative;
}

.owl-banner .tns-controls{
    position: absolute;
    bottom: 92px;
    left: -130px;
    text-align: right;
    display: flex;
    flex-direction: column-reverse;
}

.owl-banner .tns-controls button{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    display: inline-block;
    color: #fff;
    background-color: rgb(0 0 0 / 20%);
    border-radius: 50%;
    opacity: 1;
    transition: all .3s;
    border: 0;
    margin: 8px;
}

.owl-banner img{
    border-radius: 25px;
    height: 700px;
    object-fit: cover;
}





/* ----- SELETOR DE CORES ----- */

.seletorCor0, .seletorCor3, .seletorCor6, .seletorCor9, .seletorCor12 {
  background-color:rgb(8,96,164) !important;
}

.seletorCor1, .seletorCor4, .seletorCor7, .seletorCor10, .seletorCor13 {
  background-color:rgb(243,143,36) !important;
}

.seletorCor2, .seletorCor5, .seletorCor8, .seletorCor11, .seletorCor14 {
  background-color:rgb(0,141,54) !important;
}




#main{
  min-height: 511px;
}






.background-header .main-nav .nav {
  margin-top: 0px !important;
}

.background-header .main-nav .nav li {
  height: unset;
  line-height: unset;
}


.dynamika-menu-li-root:last-child .dynamika-menu-span-sub:hover a + ul {
  left: auto;
  right: 181px;
}
  
.dynamika-menu-nav-forest {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px !important;
  padding: 0px !important;
  height: 55px;
}

.dynamika-menu-ul-forest {
  margin:0;
  padding:0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.dynamika-menu-span-sub ul{
  margin: 0;
  padding: 0;
  z-index: 2;
}

.dynamika-menu-li-root {
  width: 100%;
  z-index: 1 !important;
  justify-content:center !important;
  position: relative;
  display:flex !important;
  text-align: center !important;
  border-radius:6px;
  position: relative;
  padding: 5px;
  height: 100% !important;
}

  .dynamika-menu-li-root:last-child {
  margin-right:0px !important;
}


.dynamika-menu-a-root , .dynamika-menu-a-root:hover {
  align-items: center !important;
  color: white;
  font-weight: bold;
  font-size: 15px;
  padding: 10px 20px;
  text-align: center !important;
}
.dynamika-menu-a-root:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #b62618;
  transition: width 0.3s ease, left 0.3s ease;
  transform: translateX(-50%);
}
  
.dynamika-menu-a-root:hover:after {
  width: 65%;
  left: 50%;
}
  
.dynamika-menu-span-items {
  opacity: 0;
  pointer-citys: none;
  transform: translateY(-5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: absolute;
  top: 54px !important;
  left: 0;
  width: 180px;
  border-radius: 10px !important;
  display: flex;
  flex-direction: column;
  z-index: 99;
  background-color: #4AB238;
}
  
.dynamika-menu-span-sub:first-child {
  min-height: 48px !important;
  line-height: 14px !important;
  border-radius: 10px 10px 10px 10px !important;
}
  
.dynamika-menu-span-sub:last-child {
  border-radius: 0 0 10px 10px; 
}

.dynamika-menu-span-sub > a:first-of-type {
    border-radius: 10px 10px 0 0 !important;
}

.dynamika-menu-span-items > * {
  margin: 0px !important;
  text-transform: uppercase;
}
  
.dynamika-menu-li-root:hover {
  color:rgb(255,255,255);
}
  
.dynamika-menu-li-root:hover .dynamika-menu-span-items {
  opacity: 1;
  pointer-citys: auto;
  transform: translateY(0);
}

.dynamika-menu-li-link {
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
  
.dynamika-menu-span-sub {
  min-height: 50px !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0px !important;
  margin: 0px !important;
  background-color: #4AB238;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dynamika-menu-span-sub h3 {
  color: white;
  font-size: 11px !important;
  line-height: 14px !important;
  font-weight: bold;
  padding: 17px;
  margin: 0px !important;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
    
.dynamika-menu-span-sub a + ul {
  display:none;
  overflow: hidden !important
}
    
.dynamika-menu-span-sub:hover a + ul  {
  display:block;
  position: absolute;
  left: 182px;
  border-radius: 10px !important;
  background-color: rgb(21, 70, 35) !important;
  width:180px;
}

.dynamika-menu-li-link {
  min-height: 48px !important;
  list-style: none;
  margin-left: 0px;
}

.dynamika-menu-a-link {
  overflow: hidden;
  min-height: 50px !important;
  display: block;
  color: white !important;
  font-weight: bold;
  font-size: 11px !important;
  line-height: 14px !important;
  padding: 15px;
  text-decoration: none !important;
  border-radius: 10px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}


.dynamika-menu-li-link:after, .dynamika-menu-span-sub h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4AB238;
  transition: width 0.3s ease;
  z-index: 1;
}

.dynamika-menu-a-link:hover, .dynamika-menu-span-sub h3:hover{
  text-decoration: none !important;
}
.dynamika-menu-a-link:hover{
  background-color: #4AB238;
}



 /* ----- ICONES COMPARTILHAMENTO ----- */
  
 .icone {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding:7px 4px;
  color: #FFF;
  font-size: 13px;
  line-height:13px;
  text-align: center;
  margin-top:10px;
  margin-bottom:10px;
  border-radius:4px;
  transition: all .3s ease;
}

.icone:hover {
  color:rgb(120,120,120);
  background-color:rgb(230,230,230);
}

.icone-print {
  color: #000;
  border:1px solid rgb(210,210,210)
}

.icone-twitter {
    background-color: #000000;
}

.icone-whatsapp {
    background-color: #55B863;
}

.icone-facebook {
    background-color: #366EA7;
}

.icone-linkedin {
    background-color: #326BA4;
}





/* ----- BOX LISTAGEM PADRÃO ----- */

.box-lista {
  border-radius:12px;
  position:relative;
  margin:0 0 30px 0 !important;
  overflow: hidden;
  border:1px solid rgb(230,230,230);
  transition: all .4s ease;
  border-radius: 15px;
}

.box-lista:hover {
    box-shadow: 0 1px 5px rgba(134, 134, 134, 0.1);
    transform: scale(1.02,1.02) !important;
}

.box-lista .imagem-lista{
  width:100%;
  height:200px;
  overflow:hidden;
}

.box-lista img {
  width:100%;
  height:200px;
  object-fit: cover;
  object-position: center;
  transition: all .3s ease;
}

.box-lista:hover img{
  width:100%;
  object-fit: cover;
  object-position: center;
}

.box-lista .texto{
  padding:20px 20px 20px 20px;
  color:#000;
}

.box-lista hr{
  padding:0 !important;
  margin:15px 0 !important;
}

.box-lista h4{
  font-size:18px;
  text-transform: uppercase;
  margin:0 0px 12px 0px !important;
  font-family:'Montserrat',sans-serif;
  color: rgb(50, 50, 50) !important;
}

.box-lista small{
  font-size:1em;
  line-height:1.2em;
  padding:0;
  margin:0;
  display:block;
}

.box-lista {
  position: relative;
  overflow: hidden;
}

.box-lista:hover h4, .box-lista:hover a h4{
  color: rgb(28, 91, 46) !important;
}

.box-lista:hover p {  
  color: rgb(10, 10, 10) !important;
}

.box-lista {
  position: relative;
  overflow: hidden;
}

/* Linha vertical (parte esquerda) */
.tarja-vertical {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px !important;
  height: 0;
  background: rgb(28, 91, 46);
  transition: height 0.4s ease;
  transition-delay: 0s;
  border-radius: 0px 0px 0px 15px !important;
}

.tarja-horizontal, .tarja-vertical{
  border-radius: inherit !important;
}

.box-lista:hover .tarja-vertical{
  height: 100%;
  transition-delay: 0s;
}



.box-lista p{
  max-height:60px;
  margin:0;
  padding:0;
  overflow: hidden;
  text-overflow:ellipsis;
  color: rgb(44, 44, 44) !important;
}




.background-header-interna{
  height: 115px;
  padding-top: 35px;
  background-color: #f5f5f7 !important;
  border-radius: 0px 0px 25px 25px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
  position: unset;
}

/*----- BREADCRUMB -----*/

.title-breadcrumbs{
  margin-bottom: 25px;
}

.title-breadcrumbs h2{
  margin-bottom: 15px;
  font-size: 33px;
  line-height: 36px;
  color: #4AB238;
  text-align: center;
  font-weight: 200;
  padding-bottom: 10px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.title-breadcrumbs h2::after {
  background-color: rgba(182, 38, 24, 0.07);
  height: 6px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -6px;
  content: "";
  z-index: -1;
}

.titulo-interno {
  margin: 40px 0 40px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

.breadcrumb {
  list-style:none !important;
  font-size:0.75em !important;
  padding:15px !important;
  font-family:"Roboto Flex", sans-serif;
  margin:0 !important;
  background-color: #f5f5f7 !important;
  text-align: right !important;
}

.breadcrumb a {
  color:rgb(28, 91, 46);
}

.title-breadcrumbs h2{
  margin: 0px !important;
  padding: 0px 0px !important;
}

.section-breadcrumb{
  padding-left:30px !important;
  padding-right: 20px !important;
}
    

.btn-padrao-busca {
  padding:8px 14px !important;
  border:0 !important;
  border-radius:20px !important;
  margin:1px !important;
  font-size:15px !important;
  line-height:15px !important;
  height:35px !important;
  color: #FFF;
  background-color: rgb(28, 91, 46) !important;
  transition: all .2s ease;
}

.btn-padrao-busca svg {
  font-size:12px !important;
}

.btn-padrao-busca:hover{
  background-color:rgb(18, 59, 30) !important;
  color:#FFF !important;
}





.texto-noticia{
  height: 200px;
  overflow-y: auto;
}




.pagination {
  margin-top:40px;
  justify-content: center;
}

.pagination li {
  text-align: center;
  padding:1px;
  margin:1px;
  border:1px solid #FFF;
  border-radius:4px;
  height:32px;
}

.pagination li a {
  padding:5px 10px;
  line-height:30px;
  margin:0;
  transition: all .2s ease;
  color:rgb(0, 151, 45);
  font-family:'Roboto',sans-serif;
}

.pagination li:hover , .pagination li.active {
  border:1px solid rgb(230,230,230);
}

.pagination li:first-child , .pagination li:last-child {
  border:none;
  padding:5px 15px;
}

.nopadding {
  padding:0 !important;
}

.nomargin {
  margin:0 !important;
}

.box-voltar {
  border-top:1px solid rgb(230,230,230);
  margin-top:60px;
  padding:20px 0;
  text-align:right;
}

.btn-padrao {
  border:1.5px solid #4AB238;
  background-color: transparent;
  color:rgb(50,50,50);
  padding:8px 20px;
  font-size:12px;
  line-height:12px;
  font-weight:bold;
  border-radius:4px;
  text-transform: uppercase;
  transition: all .5s ease;
  margin-top:15px;
}

.btn-padrao:hover {
  background-color:#4AB238;
  color:rgb(255,255,255);
}



.btn-status{
  padding:6px 12px;
  font-size:11px;
  line-height:16px;
  font-weight:bold;
  border-radius:30px;
  text-transform: uppercase;
  transition: all .2s ease;
  color:#fff;
  position: absolute;
  right:30px;
  top:11px;
}

.FI{
  border: 2px solid #e63131;
  background-color:#e63131;
}

.AB{
  border: 2px solid #55B863;
  background-color: #55B863;
}

.FR{
  border: 2px solid #e63131;
  background-color: #e63131;
}

.DE{
  border: 2px solid #e63131;
  background-color: #e63131;
}

.RE{
  border: 2px solid #e63131;
  background-color: #e63131;
}

.SS{
  border: 2px solid #f86a0b;
  background-color: #f86a0b;
}

.EA{
  border: 2px solid rgb(255,200,50);
  background-color: rgb(255,200,50);
}




.mais_lidas {
  text-decoration: none;
  font-size:16px;
  line-height:18px;
  font-weight:900;
  padding:0;
  margin:0;
  text-align: left;
  color:rgb(50,50,50);
}

.noticia-destaque-lateral hr {
  padding:0 !important;
  margin:10px 0 !important;
}

.list-group-item , .noticia-destaque-lateral {
  margin-bottom:5px;
  padding:10px 10px 15px 10px;
  border-radius:8px !important;
  border:1px solid rgb(242,242,242) !important;
}

.list-group-item:hover , .noticia-destaque-lateral:hover {
  background-color: rgb(245,245,245) !important;
}

.noticia-destaque-lateral{
  padding:0px !important;
  margin-bottom: 10px;
  height: 93px;
  transition: all 0.3s ease;
}

.noticia-destaque-lateral:hover .noticia-data-publicacao,
.noticia-destaque-lateral:hover .icon-noticias{
  background-color: rgb(28, 91, 46);
  color: white;
}

.noticia-destaque-lateral:hover{
  transform: scale(1.04,1.04);
  background-color: white !important;
  box-shadow: 0 1px 5px rgba(134, 134, 134, 0.212);
}

.icon-noticias{
  position: absolute;
  bottom: -5px;
  right: 12px;
  font-size: 18px !important;
  background-color: rgb(240, 240, 240);
  border: 5px solid white;
  padding: 9px;
  border-radius: 50%;
  color: rgb(50, 50, 50);
  transition: all 0.3s ease;
}

.lista-noticias-conteudo{
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.lista-noticias-conteudo h3 {
  font-size: 14px;
  margin: 18px 0px 20px 0px !important;
  padding-left: 10px !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 5px;
  width: 100% !important;
  height: 50px;
  display: flex;
  align-items: center;
}

.noticia-data-publicacao{
  padding-left: 10px;
  width: 100% !important;
  transition: all 0.3s ease;
  background-color: rgb(240, 240, 240);
  color: rgb(50, 50, 50);
  border-radius: 0px 0px 5px 5px;
}

.tarja-noticia-lateral{
  position: absolute;
  bottom: 22px;
  left: 100px;
  height: 2px;
  background-color: rgb(28, 91, 46);
  width: 32px;
  margin: auto;
}







/* -------- ANEXO  ---------- */

.box-anexos {
  border-radius: 4px;
}

.anexos-scroll-container{
  overflow-y: auto;
  max-height: 300px !important;
}

.box-anexos {
  background-color: white;
  box-shadow: 0 1px 5px rgba(134, 134, 134, 0.212);
  border-radius: 8px;
  transition: all 0.4s ease;
}

.box-anexos:hover{
  transform: scale(1.03,1.03);
}

.box-anexos:hover .titulo, .box-anexos:hover .icon-filtro{
  background-color: #4CAF50 !important;
  color: white !important;
}
.box-anexos .material-icons {
  background-color: #4CAF50;
  color: white;
}

.box-anexos .titulo{
  margin-bottom: 0px;
  padding: 10px 0px !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  border: none 0 !important;
  border-radius: 8px 0px 0px 0px;
  color: rgb(50, 50, 50) !important;
  background-color: rgb(240, 240, 240);
  transition: all 0.4s ease;
}

.box-anexos .titulo p {
  border-bottom: 3.5px solid rgb(76, 175, 80) !important;
  padding-bottom: 9px !important;
}

.box-anexos .line-dotted:last-child .btn-anexos {
  border-bottom: none; 
}
.box-anexos:hover .titulo p {
  border-color: white !important;
}

.box-anexos .titulo span:nth-of-type(1) {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 20px;
  color: rgb(0, 151, 45);
}

.box-anexos .titulo p {
  padding: 0;
  margin: 0 0 0 15px;
  display: inline;
  font-size: unset;
  line-height: unset;
  color: unset;
}

.anexos-scroll-container.no-height {
  height: auto !important; 
  max-height: none !important;
  overflow-y: visible !important; 
}

.box-anexos .titulo span:nth-of-type(2){
	display: none;
}

.box-anexos .titulo, .box-anexos .titulo span:nth-of-type(1){
	color: rgb(50, 50, 50);
}

.btn-anexos {
	padding:14px;
	line-height:16px;
	font-size:12px;
	text-transform: uppercase;
	display:block;
	color:rgb(50,50,50);
  border-bottom: 1px dashed rgb(190, 190, 190);
  transition: all 0.2s ease;
}

.btn-anexos:hover{
  color: #4CAF50 !important;
}

.btn-anexos i {
	font-size:10px;
	color:rgb(28, 91, 46);
}

.titulo {
  text-align: left;
  position: relative;
  padding:15px 0 10px 0;
  margin-bottom:20px;
  border-bottom:1px solid rgba(0,0,0,.1);
  width:auto;
}

.box-filtro {
  position: relative;
  background-color: rgb(240, 240, 240);
}

.icon-filtro{
  position: absolute;
  top: -15px;
  right: -5px;
  font-size: 18px !important;
  background-color: rgb(240, 240, 240);
  border: 5px solid white;
  padding: 11px;
  border-radius: 50%;
  color: rgb(50, 50, 50);
  transition: all 0.4s ease;
}

.box-filtro strong{
  font-size: 17px;
}
.box-filtro p {
  font-size: 13px;
  color: rgb(77, 77, 77);
  padding: 0px !important;
  margin: 14px 0px  !important;
}

.titulo-filtro{
  padding-bottom: 4px !important;
  border-bottom: 2px solid rgb(28, 91, 46);
}

 .box-filtro #w1 input, .box-filtro #w1 .select2-selection{
  font-size: 14px !important;
  color: rgb(169, 171, 169) !important;
  
} 


.box-responsavel {
  overflow: hidden;
}

.container-responsavel{
  height: 120px;
  overflow-y: auto;
}

.foto-responsavel {
  width:100%;
  max-height:220px;
  object-fit: cover;
  object-position: top;
  border-bottom:5px solid rgb(160, 133, 104);
}

.box-responsavel img {
  border-radius:6px 6px 0 0;
}

.box-responsavel .container {
  border-radius:0 0 6px 6px;
}

.nome-responsavel {
  font-size:1.2em;
  font-weight:bold;
  padding:12px 0 5px 0;
  display:block;
  line-height: 23px;
}

.cargo-responsavel {
  font-size:1.05em;
  padding:0 20px 20px 20px;
  display:block;
}

.bg-protocolo {
  background-color: #f6f7f7;
  padding:30px;
  border-radius:6px;
  text-align: center;
}

.bg-protocolo a{
  text-align: center;
  border-radius:16px;
  margin-top: 15px;
}

.descricao-formulario p{
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
}

.box-solicitacao {
  padding:25px;
  margin:30px 0;
  border-radius:12px;
}
.box-solicitacao{
  background-color: #f6f7f7;
}


 /*----- BOX EVENTO ----- */
  
 
 .box-evento {
	border-left:1px solid rgb(210,210,210);
	border-top:1px solid rgb(210,210,210);
	border-right:1px solid rgb(215,215,215);
	border-bottom:1px solid rgb(200,200,200);
	border-radius:8px;
	display:flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
	max-height:370px;
	margin-bottom:30px;
	overflow: hidden;
}

.box-evento img {
	width:100%;
	height:205px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
	border-bottom:1px solid rgb(210,210,210);
}

.box-evento-texto {
	padding:30px 15px;
	overflow-y: auto;
  width: 100%;
}

.box-evento-texto h5 {
  color:rgb(50, 50, 50) !important;
	font-size:16px !important;
  transition: all 0.3s ease;
}

.box-evento-texto:hover h5{
  color: rgb(28, 91, 46) !important;
}
  
.fullcalendar h2 {
  font-weight:bold;
  text-transform: uppercase;
  font-size:22px;
}

#btn-calendario-anterior, #btn-calendario-proximo{
  color: rgb(28,91,46);
}

.padding20 {
  padding:20px;
}

.faq-accordion{
  padding: 0px !important;
}

.faq-accordion .card-header{
  background-color: #4AB238 !important;
}

.faq-accordion h5 button{
  color: #FFF;
  text-decoration: none;
}

.faq-accordion h5 button:hover{
  text-decoration: underline;
  color: #FFF;
}

.rounded-maior {
  border-radius:12px;
}





/*----- BOX TRANSPARÊNCIA ----- */
  
.box-transparencia {
  display:flex;
  flex-direction:row;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all 0.4s ease;
}

.transparencia {
  display: flex;
  flex-direction: column;
  border:1px solid rgb(220,220,220);
  border-radius:8px;
  margin:10px;
  flex-basis:320px;
  flex-grow: 1;
  flex-shrink: 0;
  padding:20px;
  text-align: center;
}

.transparencia span {
  color:#4AB238;
  font-size:50px;
  line-height:40px;
  margin:0;
  padding:0;
}

.transparencia h3 {
  padding:10px 0 15px 0;
  margin:0;
  font-size:20px;
  line-height:22px;
  text-transform: uppercase;
  font-weight:900;
  color: rgb(50, 50, 50);
  transition: all 0.2s ease;
}

.transparencia ul {
  margin:0;
  padding:0 20px;
}

.transparencia ul li {
  text-align: left;
  font-size:13px;
  line-height:15px;
  margin-top:3px;
}

.transparencia ul li::marker {
  content: "➤ ";
  color: #b62618;
  font-size: 1.2em;
}

.transparencia ul li a {
  color: rgb(0, 0, 0);
  text-decoration: none !important;
}

.transparencia ul li a:hover {
  text-decoration:underline !important;
}
.transparencia:hover h3{
  color: #4AB238;
}


/* --- MODAL AVISO ----- */

.modal-header {
  position:relative;
  background-color: rgb(3,146,61) !important;
  color:rgb(255,255,255) !important;
}
  
.modal-header button {
  position: relative;
  right:0;
  top:0;
  border:0 !important;
}
  
.modal-title {
  margin-top:0;
  width:100%;
  text-align: center;
}
  
.modal-body {
  display: flex;
  flex-direction: column;
}


.box-municipio {
  padding:20px 20px 10px 20px;
  border:1px solid rgb(230,230,230);
  background-color: rgb(255,255,255);
  border-radius:20px;
  transition: all .3s ease;
}

.box-municipio img{
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.box-municipio:hover {
  background-color:rgb(245,245,245);
  border:1px solid rgb(245,245,245);
}

.box-municipio p {
  font-size:14px;
  line-height:16px;
  padding:10px 0 0 0;
}

.box-municipio a{
  color: #000;
}

.box-municipio a:hover{
  text-decoration: none;
}

.dynamika-menu-responsivo-wrapper {
  right: 0px !important;
  top: 17px !important;
}

.dynamika-menu-responsivo-wrapper button {
  width: 120px !important;
  right: -185px !important;
  background-color: #4AB238 !important;
}

.dynamika-menu-responsivo-wrapper button:hover{
  background-color: #4AB238 !important;
}

.dynamika-menu-responsivo-wrapper ul {
  background-color: #4AB238 !important;
}