.section-title {
  color: #585b60;
  font-size: 38px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
 margin-bottom: 20px;
  padding: 20px 10px;
  position: relative;
 
}
h2.animated.fadeInDown.section-title.sub-title-page.wow {
  margin-bottom: 10px;
}
h3.animated.fadeInDown.section-title.title-add.wow {
  font-size: 25px;
  font-weight: 800;
}
h1.animated.fadeInDown.section-title.title-page-ent.wow {
  padding-top: 20px;
}
.section-padding{
  padding: 48px 0!important;
	/*background-color: #f3f3f3;*/
  padding-bottom: 50px;
  padding-bottom: 48px;
    min-height: 270px;
}
div#tabs {
  
    /*background-color: #f3f3f3;*/
    margin-bottom: 20px;
}
.controls{
	padding: 0px!important;
}
#about{
	background: #F6F6F6;
}
#team{
	background: #F6F6F6;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
}
a a:focus {
  outline: none;
}
.navbar-brand {
  position: relative;
  padding: 0px;
}
.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  top: 0px !important;
  min-height: 58px;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff !important;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-brand img {
  width: 65%;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #585b60 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  cursor: pointer;
  color: #17a1e4 !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: #17a1e4 !important;
}

.indigo {
  background: transparent;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: ##17a1e4;
  outline: none;
}

.navbar-expand-lg .navbar-nav .active > .nav-link,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.open,
.navbar-expand-lg .navbar-nav .open > .nav-link {
  color: #17a1e4 !important;
}

.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #17a1e4 !important;
}

.navbar {
  padding: 0;
}

.navbar li.active a.nav-link {
  color: #17a1e4;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

.slicknav_btn {
  border-color: #17a1e4;
}

.slicknav_menu .slicknav_icon-bar {
  background: #17a1e4;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}

.navbar-toggler {
  display: none;
}

.mobile-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    padding: 15px 15px;
    top: 0;
  }
  .navbar-brand img {
    width: 45%;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav a:hover,
  .slicknav_nav a:focus,
  .slicknav_nav .active {
    color: #17a1e4;
    outline: none;
    background: #f8f9fa;
  }
}

@media screen and (max-width: 768px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    padding: 7px 15px;
    top: 0;
  }
  .navbar-brand img {
    width: 48%;
  }
  #mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav .active a {
    background: #17a1e4;
    color: #fff;
  }
  .slicknav_nav a:hover,
  .slicknav_nav a:focus,
  .slicknav_nav .active {
    color: #17a1e4;
    outline: none;
    background: #f8f9fa;
  }
}
/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 70%;
  right: 5%;
  text-decoration: none;
  float: right;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: var(--bg-back-to-top);
  border-radius: 2px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  border-top-color: #E63D4F;
}

#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after {
  border: 2px solid #f2f2f2;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* / Sliders */

.carousel-post {
  margin-right: 15px;
}

.carousel-post h5 {
  margin-top: 20px;
}

#portfolio {
  background: #FFFF;
  width: 100%;
}

#portfolio .mix {
  padding: 0;
  display: none;
}

.controls {
  text-align: center;
  padding-bottom: 20px;
}
a.btn.btn-common.filter.home {
color: #333;
    background-color: #5ac0e8;
}

a:not([href]):not([tabindex]) {
  /*color: #079be2;*/
    font-weight: 500;
}

a:focus:not([href]):not([tabindex]), a:hover:not([href]):not([tabindex]) {
      color: #17a1e4;
    /*background-color: #7182a1;*/
}
.controls .active {
  color: #fff !important;
  background: #131313;
}
.ultima_actualizacion {
  text-align: center;
  margin-bottom: 30px;
}
nav.paginacion {
  float: right;
  padding-top: 10px;
  padding-right: 20px;
}
form.contact-form {
  box-shadow: 0px 2px 18px 0px rgb(198 198 198 / 30%);
  padding: 30px;
}

/*grupos municipales*/
section.grupos-municipales {
  padding-top: 50px;
  padding-bottom: 50px;
}
img.grupos.partido {
  max-width: 150px;
  margin-bottom: 30px;
}
/*.partido {
  margin-left: 15px;
}*/
h4.partido {
  text-align: center;
  background-color: aliceblue;
}

p.opcional.sup-description {
  background-color: #f3f3f3;
  padding: 20px;
  text-align: justify;
}
/*corporacion*/
img.icon-web-corp {
  width: 45px;
  margin-right: 10%;
}
.title-partido-corp {
  padding-top: 30%;
}

.box-web-corp {
  padding-top: 12%;
}
.corp.social-footer {
  padding-top: 30%;
}
.corp.ppal.social-footer {
  padding-top: 10px;
}
a.web-corp {
  float: left;
  padding-left: 5px;
  font-weight: 600;
  word-break: break-all;
}
/*.partido-p.row {
  background-color: #f3f3f3;
}*/

/*compromisos de Gobierno*/
.accordion.container.secundario {
  margin-top: 0px;
}
div.dataTables_wrapper {
      margin-bottom: 3em;
  }
  th.table-title {
  color: #fff;
}
.leaflet-popup-content.secundary {
  width: 100%;
}


.item-hints .hint {
/*width: 60px;
height: 60px;
margin: 150px auto;*/
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.item-hints .hint::before {
/* //rotated squre */
background-color: #333;
width: 8px;
height: 8px;
z-index: 2;
-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
content: "";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.item-hints .hint::after {
/* //green glow */
content: "";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius: 50%;
width: 2px;
height: 2px;
z-index: 1;
-webkit-box-shadow: 0 0 50px 30px rgba(72, 170, 72, 0.3);
box-shadow: 0 0 50px 30px rgba(72, 170, 72, 0.3);
-webkit-animation: home_hero_item_hints_glow 2s
  cubic-bezier(0.25, 0.1, 0.2, 1) infinite;
animation: home_hero_item_hints_glow 2s cubic-bezier(0.25, 0.1, 0.2, 1)
  infinite;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
}
@-webkit-keyframes home_hero_item_hints_glow {
0% {
  -webkit-box-shadow: 0 0 30px 5px #48aa48;
  box-shadow: 0 0 30px 5px #48aa48;
}
70% {
  -webkit-box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
  box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
}
100% {
  -webkit-box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
  box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
}
}
@keyframes home_hero_item_hints_glow {
0% {
  -webkit-box-shadow: 0 0 30px 5px #48aa48;
  box-shadow: 0 0 30px 5px #48aa48;
}
70% {
  -webkit-box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
  box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
}
100% {
  -webkit-box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
  box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
}
}
.item-hints .hint-dot {
z-index: 3;
border: 1px solid var(--bg-nav-fixed-top-navbar);
border-radius: 50%;
width: 55px;
height: 55px;
display: block;
-webkit-transform: translate(-0%, -0%) scale(0.95);
transform: translate(-0%, -0%) scale(0.95);
-webkit-animation: home_hero_item_hints_border 2s linear infinite;
animation: home_hero_item_hints_border 2s linear infinite;
margin: auto;
}
@-webkit-keyframes home_hero_item_hints_border {
0%,
100% {
  border-color: rgba(255, 255, 255, 0.6);
  -webkit-transform: translate(-50%, -50%) scale(0.95);
  transform: translate(-0%, -0%) scale(0.95);
}
50% {
  border-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-0%, -0%) scale(1);
}
}
@keyframes home_hero_item_hints_border {
0%,
100% {
  border-color: rgba(255, 255, 255, 0.6);
  -webkit-transform: translate(-50%, -50%) scale(0.95);
  transform: translate(-0%, -0%) scale(0.95);
}
50% {
  border-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-0%, -0%) scale(1);
}
}
.item-hints .hint-radius {
background-color: rgba(255, 255, 255, 0.1);
border-radius: 50%;
width: 250px;
height: 250px;
position: absolute;
top: 50%;
left: 50%;
margin: -125px 0 0 -125px;
opacity: 0;
visibility: hidden;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: background-color, opacity, visibility,
  -webkit-transform;
transition-property: background-color, opacity, visibility, -webkit-transform;
transition-property: background-color, opacity, visibility, transform;
transition-property: background-color, opacity, visibility, transform,
  -webkit-transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease, ease, ease,
  cubic-bezier(0.5, 0, 0, 1);
transition-timing-function: ease, ease, ease, cubic-bezier(0.5, 0, 0, 1);
}
.item-hints .hint:hover .hint-radius {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
transform: scale(1);
}
.item-hints .hint[data-position="1"] .hint-content {
top: 85px;
left: 50%;
margin-left: 56px;
}
.item-hints .hint-content {
color: #333;
width: 300px;
position: absolute;
z-index: 5;
padding: 12px 0;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
transition: opacity 0.7s ease, visibility 0.7s ease;
pointer-events: none;
color: #333;
visibility: hidden;
pointer-events: none;
}
.item-hints .hint:hover .hint-content {
color: #333;
width: 300px;
position: absolute;
z-index: 5;
padding: 12px 0;
opacity: 1;
visibility: visible !important;
-webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
transition: opacity 0.7s ease, visibility 0.7s ease;
pointer-events: none;
color: #333;
visibility: hidden;
pointer-events: none;
}
.item-hints .hint-content::before {
width: 0px;
bottom: 0;
left: 0;
content: "";
background-color: #333;
height: 1px;
position: absolute;
transition: width 0.4s;
}
.item-hints .hint:hover .hint-content::before {
width: 180px;
transition: width 0.4s;
}
.item-hints .hint-content::after {
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transform: rotate(-225deg);
transform: rotate(-225deg);
bottom: 0;
left: 0;
width: 80px;
content: "";
background-color: #333;
height: 1px;
position: absolute;
opacity: 1;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
transition-delay: 0s;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.item-hints .hint:hover .hint-content::after {
opacity: 1;
visibility: visible;
}
.item-hints .hint[data-position="4"] .hint-content {
bottom: 70px;
left: 50%;
margin-left: 56px;
}