/* Estilos dos MAPAS */

* {box-sizing:border-box}

/* Menu Mapas */

.menuMaps {
    float:left;
    width: 30%;
   margin-top:30px !important;
}
.menuMaps ul {
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:16px;
    font-weight: bold;
    color: #004680;
}

.menuMaps ul>li {
    list-style: none;
   padding:  0 0 0 0;
   margin-bottom: 5px;
}
.menuMaps ul>li span{
    text-transform: uppercase;
    text-decoration: none;
}
/* Slideshow container */
.slideshow-container {
  width: 70%;
  position: relative;
  margin: auto;
  float: left;
}

/* Hide the images by default */
.mySlides {
  display: none;
}
.mySlides2 {
  display: none;
}
.mySlides3 {
  display: none;
}
.mySlides4 {
  display: none;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 100%;
  padding-left:2px;
  margin: 0;
  display: inline-block;
  transition: background-color 0.6s ease;
}
/* The dots/bullets/indicators */
.dot2 {
  cursor: pointer;
  height: 15px;
  width: 100%;
  padding-left:2px;
  margin: 0;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .active2, .active3, .active4, .dot:hover, .dot2:hover, .dot3:hover, .dot4:hover {
  color: #29A858;
}

/* The dots/bullets/indicators */
.dot3 {
  cursor: pointer;
  height: 15px;
  width: 100%;
  padding-left:2px;
  margin: 0;
  display: inline-block;
  transition: background-color 0.6s ease;
}
/* The dots/bullets/indicators */
.dot4 {
  cursor: pointer;
  height: 15px;
  width: 100%;
  padding-left:2px;
  margin: 0;
  display: inline-block;
  transition: background-color 0.6s ease;
  line-height: 1.2;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}

@-webkit-keyframes fade {
  from {opacity: .2}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .2}
  to {opacity: 1}
}
.su-tabs {
    width: 100% !important;
   margin: 40px auto !important; 
   padding: 0 !important; 
    border-radius:0 !important;
    background: none !important;
}
.su-tabs-nav {
text-align:center;
}
.su-tabs-nav span {
    font-family: 'Roboto', sans-serif !important;
    display: inline-block;
    margin: 10px 25px !important;
    padding:0 !important;
    min-height: 40px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #29A858 !important;
    font-size: 26px !important;
    line-height: 20px;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-weight: bold;
}
.su-tabs-nav span.su-tabs-current {
 border-bottom: 5px solid;
 color: #004680 !important;
 background: none !important;
 line-height: 1.2;
}

.su-tabs-pane {
 background: none !important;
}
.su-tabs-nav span:hover {
  background:none !important;
  color:  #004680 !important;
  border-bottom: 5px solid;
  line-height: 1.2;
}