@charset "UTF-8";
/*
 * Custom CSS — SDOS (David Herrera)
 * Bootstrap override
 */
 /*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
 00.3 ÚTILES
 00.4 GENÉRICOS
 00.5 BUSCADOR, LISTADOS, TABS Y DATEPICKER
 00.6 ICONS
 00.7 FORMULARIOS
 00.8 GENÉRICOS ESTRUCTURA
 00.9 HEADER - CABECERA - MENÚ
  00.9.1 MENU RESPONSIVE 
 ( 10.0 CARRUSEL: pasa a estilos de Listado Slider)

-- 10.1 SECCIÓN DESTACADA

 10.2 EVENTOS
 10.3 SERVICIOS Y TRÁMITES
 10.4 GRUPOS MUNICIPALES
 10.5 PAGE TRANSPARENCIA
 
-- 10.6 ENLACES DE INTERÉS
 
 10.7 FOOTER
 10.8 DETALLE
 
-- 10.9 ENCABEZADO BOLETÍN
-- 11.0 BUSCADOR BOLETINES
 
 11.1 RESPONSIVE
 11.2 NOTICIAS
 11.3 NEWSLETTER
 11.4 ULTIMA HORA
 11.5 TRANSITIONS
 11.6 PAGE URBANISMO
 11.7 MOD Documentacion
 11.8 MOD Direccion
 11.9 PAGINA DETALLE
 12.0 PAGINA PARQUES Y PLAZAS
--------------------------------------------------------------*/
/*==========================================================================
COLORS
  ======================================================================= */
/*==========================================================================
Typography
  ======================================================================= */
/*==========================================================================
Responsive Breakpoints
  ======================================================================= */
/*==========================================================================
  00.1 RESETS - PRESETS - FONT
  ======================================================================= */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  /*width: 100%;
  height: auto;*/ }

h1,
h2.title {
  font-weight: 600; }

a {
  color: #4f4f4f; }

h1 a,
h2 a,
h3 a {
  color: inherit; }

:not(.detail-p) > ul:not([class]) {
  list-style: none;
  padding: 0;
  margin: 20px 0 0; }
  :not(.detail-p) > ul:not([class]) li {
    margin: 10px 0; }
    :not(.detail-p) > ul:not([class]) li a {
      font-size: 16px; }
      :not(.detail-p) > ul:not([class]) li a:before {
        content: "•";
        font-size: 20px;
        font-weight: bold;
        float: left;
        display: block;
        line-height: 28px;
        margin-right: 10px; }

.test h2 {
  color: #71cc51; }

/*==========================================================================
  00.2 BODY
  ======================================================================= */
body {
  background: white;
  color: #4f4f4f;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  padding-top: 180px;}
  @media (max-width: 1190px) {
    body {
      padding-top: 132px; } }

/*==========================================================================
  00.3 ÚTILES
  ======================================================================= */
.row-same-height {
  display: table;
  width: 100%; }
  .row-same-height::after {
    content: '';
    clear: both;
    display: block; }
  .row-same-height div[class^="col-"] {
    display: table-cell;
    float: none;
    vertical-align: top; }

.col-center {
  float: none;
  margin: 0 auto; }

/*==========================================================================
  00.4 GENÉRICOS
  ======================================================================= */
.wrapper {
  margin: 0 auto;
  max-width: 1900px;
  width: 95%; }

.vertical {
  display: table;
  width: 100%; }

.align {
  display: table-cell;
  vertical-align: middle; }

.brand {
  color: #7AF7B7; }

.small {
  font-size: 13px; }

.large {
  font-size: 36px; }

.xlarge {
  font-size: 48px; }

.thin {
  font-weight: 100; }

/* 

Titles 

*/
.title {
  font-size: 24px;
  text-transform: none;
  font-weight: 600;
  text-align: left; }
  .title span {
    display: inline-block;
    margin-left: 10px;
    color: #72CC51;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400; }
    .title span a {
      color: #72CC51;
      font-size: 14px;
      text-transform: uppercase;
      text-align: center;
      font-weight: 400; }

.row .container.seccion,
.section-title {
  margin-top: 60px;
  margin-bottom: 24px; }

.section-title {
  font-size: 36px;
  line-height: 1.3333333333;
  font-weight: 600; }

.cat-title {
  font-size: 52px;
  line-height: 1.3653846154;
  color: #fff;
  margin: 38px 0 24px; }

@media (max-width: 768px) {
  h1 {
    font-size: 24px; }

  h2 {
    font-size: 20px; }

  .container-fluid.servicios .row [class*=col-] h2 + h3,
  h3 {
    font-size: 18px; }

  .large,
  h2 {
    font-size: 28px; }

  .xlarge {
    font-size: 32px; }

  .title {
    font-size: 18px; }

  /*.title span {
    margin-left: 0; }*/

  .row .container.seccion,
  .section-title {
    margin-top: 48px;
    font-size: 18px; }

  .cat-title {
    font-size: 32px; }
    .cat-title.title {
      font-size: 28px;
      line-height: 1.1428571429; } }
/*==========================================================================
  00.5 BUSCADOR, LISTADOS, TABS Y DATEPICKER
  ======================================================================= */
.container-fluid.buscador {
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(47, 47, 47, 0.9);
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%); }
  .container-fluid.buscador.active {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%); }
  .container-fluid.buscador > .icon.icon-cross, .submenu-wrapper .container-fluid.buscador > .icon.icon-close:before, .info-block2 .container-fluid.buscador > .icon.close-btn:before {
    position: absolute;
    right: 5%;
    top: 5%;
    cursor: pointer;
  	font-size: 20px; }
  .container-fluid.buscador > .close-btn {
    position: absolute;
    right: 5%;
    top: 5%;
    cursor: pointer;
    color: #FFF; }
    .container-fluid.buscador > .icon.icon-cross:before, .submenu-wrapper .container-fluid.buscador > .icon.icon-close:before, .info-block2 .container-fluid.buscador > .icon.close-btn:before, .single-utilities-links li.open .container-fluid.buscador > .icon.dropdown-btn.links-share:before {
      color: white; }
    .container-fluid.buscador > .icon.icon-cross:hover, .submenu-wrapper .container-fluid.buscador > .icon.icon-close:hover:before, .info-block2 .container-fluid.buscador > .icon.close-btn:hover:before {
      opacity: .5; }
  .container-fluid.buscador > .row {
    height: 100%; }
    .container-fluid.buscador > .row > .vertical {
      height: 100% !important; }
    .container-fluid.buscador > .row label {
      color: white; }
    .container-fluid.buscador > .row input {
      color: white;
      font-size: 24px;
      font-weight: 400;
      border-bottom: 1px solid white; }
    .container-fluid.buscador > .row span.icon.icon-search,
    .container-fluid.buscador > .row .search-btn {
      float: right;
      color: #FFF;
      margin: -29px 15px 0 0;
      cursor: pointer; }

ul.links {
  padding: 0; }
  ul.links li {
    display: block;
    float: left; }
    ul.links li a {
      color: #AFAFAF;
      display: block;
      margin-right: 20px; }
  ul.links.left {
    float: left; }
  ul.links.right {
    float: right; }
    ul.links.right li a {
      margin-right: 0;
      margin-left: 20px; }
  .footer ul.links {
    border-top: 1px solid #666;
    padding-top: 24px;
    display: block;
    text-align: center; }
    .footer ul.links li {
      float: none;
      display: inline; }
      .footer ul.links li:last-child {
        margin-right: 0; }
      .footer ul.links li a {
        display: inline; }

/*ul.nav.nav-tabs {
  border: 0; }
  ul.nav.nav-tabs li {
    border: 0; }
    ul.nav.nav-tabs li a {
      font-size: 24px;
      font-weight: 400;
      color: #2F2F2F;
      background: #C3F5DB;
      display: block;
      border: 0;
      border-bottom: 1px solid #F1F1F1;
      margin: 0;
      padding: 35px 60px 15px; }
      ul.nav.nav-tabs li a:hover {
        background: #63EAA4; }
    ul.nav.nav-tabs li.active a {
      border: 0; }*/

.datepicker table {
  width: 100%; }
  .datepicker table * {
    text-align: center; }
  .datepicker table .datepicker-switch,
  .datepicker table .next,
  .datepicker table .prev {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 0 20px;
    cursor: pointer; }
  .datepicker table .dow {
    font-weight: 400;
    font-size: 13px; }
  .datepicker table .day,
  .datepicker table .month,
  .datepicker table .year {
    font-size: 21px;
    font-weight: 500;
    background: transparent;
    padding: 10px 0;
    cursor: pointer; }
  .datepicker table .day:hover,
  .datepicker table .month:hover,
  .datepicker table .year:hover {
    text-decoration: none; }
  .datepicker table .month,
  .datepicker table .year {
    display: block;
    float: left;
    margin: 10px 0;
    width: 25%; }
  .datepicker table .day.today {
    color: #71cc51; }
  .datepicker table th.today {
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    padding: 35px 0 0 25px;
    cursor: pointer; }
  .datepicker table .new,
  .datepicker table .old {
    opacity: 0.5; }
  .datepicker table .day.active, .datepicker table .day:hover {
    color: #71cc51; }
  .datepicker table .month:hover,
  .datepicker table .year:hover {
    color: #71cc51; }
  .datepicker table .day.active {
    text-decoration: underline; }

.calendar .legend {
  color: #71cc51;
  margin-top: 10px;
  padding-left: 12px;
  text-decoration: underline;
  display: block; }

@media (max-width: 992px) {
  .calendar {
    margin-top: 64px; } }
@media (max-width: 480px) {
  .footer .content-menu {
    margin-top: 64px; }
    .footer .content-menu .col-sm-3 {
      margin: 0 -15px; } }
/*========================================================
  00.6 ICONS
  ==========================================================*/
/*@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/i2/icomoon.eot?me0m52");
  src: url("../../fonts/i2/icomoon.eot?me0m52#iefix") format("embedded-opentype"), 
  		url("../../fonts/i2/icomoon.ttf?me0m52") format("truetype"), 
  		url("../../fonts/i2/icomoon.woff?me0m52") format("woff"), 
  		url("../../fonts/i2/icomoon.svg?me0m52#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }*/
[class^="icon-"],
[class*=" icon-"],
.direccion address:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-thin-left:before, .single-utilities-links li a.link-back:before,
.single-utilities-links li .dropdown-btn.link-back:before {
  content: "\e900"; }

.icon-twitter:before, .social-media a[href*="twitter.com"]:before, .contact-info a[href*="twitter.com"]:before, .single-utilities-links li .links-share-dropdown a[href*="twitter.com"]:before {
  content: "\e901"; }

.icon-facebook:before, .social-media a[href*="facebook.com"]:before, .contact-info a[href*="facebook.com"]:before, .single-utilities-links li .links-share-dropdown a[href*="facebook.com"]:before {
  content: "\e908"; }

.icon-big-lens:before {
  content: "\e902"; }

.icon-search:before {
  content: "\e90c"; }

.icon-book:before {
  content: "\e903"; }

.icon-buildings:before {
  content: "\e904"; }

.icon-book:before {
  content: "\e903"; }

.icon-buildings:before {
  content: "\e904"; }

.icon-cross:before, .submenu-wrapper .icon-close:before, .info-block2 .close-btn:before, .single-utilities-links li.open .dropdown-btn.links-share:before {
  content: "\e905"; }

.icon-chevron-left:before {
  content: "\e90e"; }
  
/*
.carousel.slide .carousel-control .glyphicon-chevron-left:before {
  content: "\e90e"; }
*/

.icon-chevron-right:before, .sidebar-nav li .sublevel-nav li a:before {
  content: "\e90f"; }
  
/*
.carousel.slide .carousel-control .glyphicon-chevron-right:before {
  content: "\e90f"; }
*/

.icon-download:before {
  content: "\e906"; }

.icon-euro:before {
  content: "\e907"; }

.icon-fill:before {
  content: "\e909"; }

.icon-multimedia:before {
  content: "\e90a"; }

.icon-rss:before {
  content: "\e90b"; }

.icon-search:before {
  content: "\e90c"; }

.icon-tags:before, .tags-block .tags-list:before {
  content: "\e90d"; }

/*
.icon-chevron-left:before, .carousel.slide .carousel-control .glyphicon-chevron-left:before {
  content: "\e90e"; }

.icon-chevron-right:before, .carousel.slide .carousel-control .glyphicon-chevron-right:before, .sidebar-nav li .sublevel-nav li a:before {
  content: "\e90f"; }
*/

.icon-export:before, .single-utilities-links li a.links-share:before,
.single-utilities-links li .dropdown-btn.links-share:before {
  content: "\e910"; }

.icon-football:before {
  content: "\e911"; }

.icon-house:before {
  content: "\e912"; }

.icon-message:before, .contact-info .email:before {
  content: "\e913"; }

.icon-phone:before, .contact-info .phone:before {
  content: "\e914"; }

.icon-receptionist:before {
  content: "\e915"; }

.icon-touch:before {
  content: "\e916"; }

.icon-users:before {
  content: "\e917"; }

.icon-vcard:before {
  content: "\e918"; }

.icon-weather:before {
  content: "\e919"; }

.icon-basket:before {
  content: "\e91a"; }
  
i.fa.fa-cog {
    pointer-events: none;
}

/*==========================================================================
  00.7 FORMULARIOS
  ======================================================================= */
form {
  display: block;
  width: 100%; }
  form:after {
    content: '';
    clear: both;
    display: block;
    float: none; }

.form-group label {
  position: relative;
  z-index: 1;
  top: 29px;
  left: 12px;
  font-size: 16px;
  line-height: 14px;
  font-weight: 400;
  display: block;
  color: #3C3C3C;
  color: #9b9b9b;
  margin: 0; }

.form-group.focused label {
  font-size: 13px;
  top: 0;
  left: 0; }

.form-group .form-control {
  position: relative;
  z-index: 2;
  border-radius: 0;
  border: 1px solid #e6e6e6;
  box-shadow: none;
  outline: none;
  padding: 6px 0;
  width: 100%;
  display: block; }

.form-group select.form-control {
  cursor: pointer; }

/*.btn.btn-primary {
  color: #fff;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 5px 0 0;
  font-weight: 100;
  background-color: #72CC51;
  background-color: #71cc51;
  background-image: none;
  border: 1px solid #72CC51;
  text-shadow: none;
  box-shadow: none;
  -webkit-transition: background .2s ease, border .2s ease;
  transition: background .2s ease, border .2s ease; }
  .btn.btn-primary:hover {
    background: #666;
    border-color: #666; }*/

/*==========================================================================
  00.8 GENÉRICOS ESTRUCTURA
  ======================================================================= */
.container {
  max-width: 100%; }

/*==========================================================================
  00.9 HEADER - CABECERA - MENÚ
  ======================================================================= */
.navbar {
  background: #fff;
  border-top: 5px solid #72CC51;
  border-bottom: 1px solid #e6e6e6; }
  .home .navbar {
    margin-bottom: 0; }
  .navbar .navbar-brand {
    display: block;
    margin: 40px 0 0 0;
    /*background: url(../../img/logo2.png) no-repeat center center scroll;
    background-size: 100% auto;*/
    height: 50px;
    width: 170px;
    padding: 0; }
    .navbar .navbar-brand:hover {
      opacity: .75; }
  .navbar .navbar-collapse .navbar-nav {
    margin-top: 0;
    margin-bottom: 0; }
    .navbar .navbar-collapse .navbar-nav.navbar-left {
      /*margin-left: 80px; */
	  margin-left: 10px;
	  }
    .navbar .navbar-collapse .navbar-nav > li > a {
      padding: 50px 20px;
      color: #6E6E6E;
      font-weight: 600;
      text-transform: uppercase;
      text-shadow: none;
      overflow: hidden;
      position: relative; }
      .navbar .navbar-collapse .navbar-nav > li > a.active-menu {
        color: #72CC51;
        position: relative; }
        .navbar .navbar-collapse .navbar-nav > li > a.active-menu:after {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto;
          width: 0;
          height: 0;
          border-right: 20px solid transparent;
          border-top: 20px solid transparent;
          border-left: 20px solid transparent;
          border-bottom: 20px solid #F4F4F4; }
      .navbar .navbar-collapse .navbar-nav > li > a:hover, .navbar .navbar-collapse .navbar-nav > li > a:active {
        background: none;
        color: #72CC51; }
  .navbar .navbar-collapse .navbar-left.navbar-nav > li.active > a {
    color: white;
    font-weight: bold; }
  .navbar .navbar-collapse .navbar-left.navbar-nav > li > a > span.icon.buscar:before {
    float: none;
    position: relative;
    top: 5px;
    line-height: 0; }
  .navbar .navbar-toggle {
    -webkit-transition: margin .2s ease;
    transition: margin .2s ease; }

.topbar {
  height: 45px;
  border-bottom: 1px solid #e6e6e6;
  text-align: right;
  -webkit-transition: margin .3s ease;
  transition: margin .3s ease;
  /* social-media- */ }
  .topbar .utilities-menu,
  .topbar .social-media-menu,
  .topbar .social-media-menu ul {
    margin-bottom: 0; }
    .topbar .utilities-menu li a,
    .topbar .social-media-menu li a {
      min-height: 45px;
      line-height: 45px; }
  .topbar .utilities-menu {
    float: left; }
    .topbar .utilities-menu li a {
      float: left;
      display: inline-block; }
  .topbar .social-media-menu {
    float: none;
    display: inline-block; }
    .topbar .social-media-menu li:last-child a {
      margin-right: 0; }
    .topbar .social-media-menu li a {
      height: 45px;
      font-size: 1.3em;
      color: #71cc51;
      line-height: 45px; }
      .topbar .social-media-menu li a:hover {
        color: #666;
        text-decoration: none; }
  .topbar .search-open-btn {
    /*font-size: 1.3em;*/
    color: #71cc51;
    display: inline-block;
    width: 45px;
    height: 45px;
    position: relative;
    text-align: center;
    cursor: pointer; }
    .topbar .search-open-btn:before {
      line-height: 45px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .topbar .search-open-btn:hover {
      color: #666; }

.site-header {
  border-bottom: 0 none;
  position: relative; }

.navbar .submenu-wrapper {
  background: #F4F4F4;
  position: relative;
  display: none; }
  .navbar .submenu-wrapper .submenu-content {
    /*box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.3);*/
    padding: 40px 0; }
    .navbar .submenu-wrapper .submenu-content .large {
      color: #4A4A4A;
      text-transform: uppercase; }
    .navbar .submenu-wrapper .submenu-content ul {
      list-style: none; }
      .navbar .submenu-wrapper .submenu-content ul li > a {
        color: #3c3c36;
        font-size: inherit; }
        .navbar .submenu-wrapper .submenu-content ul li > a::before {
          content: ""; }
        .navbar .submenu-wrapper .submenu-content ul li > a:hover {
          color: #111;
          text-decoration: none; }
      .navbar .submenu-wrapper .submenu-content ul li strong {
        color: #72CC51;
        text-transform: uppercase; }

body.sticky .navbar {
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.5); }
  body.sticky .navbar .navbar-collapse .navbar-nav > li > a,
  .navbar .navbar-thin .navbar-collapse .navbar-nav > li > a {
    padding: 26px 20px;
    -webkit-transition: padding .2s ease;
    transition: padding .2s ease; }
  body.sticky .navbar .navbar-brand,
  .navbar .navbar-thin .navbar-brand {
    margin: 15px 0;
    -webkit-transition: margin 0.2s;
    transition: margin 0.2s; }
  body.sticky .navbar .navbar-collapse .navbar-left.navbar-nav > li > a.active:after,
  .navbar .navbar-thin .navbar-collapse .navbar-left.navbar-nav > li > a.active:after {
    margin-left: -30px;
    border: 30px solid transparent;
    border-bottom: 20px solid #2F2F2F; }

.submenu-wrapper .icon-close {
  position: absolute;
  top: 24px;
  right: 24px;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .submenu-wrapper .icon-close:hover {
    opacity: .5; }
  .submenu-wrapper .icon-close:before {
    font-family: "icomoon";
    color: #9b9b9b;
    float: right;
    font-size: 18px; }

/* ---------------------------- 
00.9.1 MENU RESPONSIVE  
------------------------------*/
@media (max-width: 991px) {
  footer {
    display: none; }

  .navbar .navbar-header {
    float: none; }
  .navbar .site-header {
    display: block;
    float: none; }
    .navbar .site-header .navbar-brand {
      width: 120px;
      margin: 15px 0 15px 0; }
    .navbar .site-header .navbar-toggle {
      display: block;
      position: relative;
      float: right;
      margin: 12px 0 0;
      zoom: 1.4; }
      .navbar .site-header .navbar-toggle span.icon-bar {
        background: #4f4f4f; }
  .navbar .navbar-collapse {
    overflow: hidden !important;
    overflow-y: visible !important; }
    .navbar .navbar-collapse * {
      width: 100%;
      margin: 0 !important;
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .navbar .navbar-collapse.collapse {
      overflow: hidden !important;
      overflow-y: visible !important; }
      .navbar .navbar-collapse.collapse:not(.in) {
        height: 0 !important; }
    .navbar .navbar-collapse .navbar-left.navbar-nav > li > a {
      display: block;
      float: none;
      text-align: center;
      padding: 20px;
      margin-bottom: 5px; }
    .navbar .navbar-collapse .navbar-nav > li > a.active-menu {
      color: #6E6E6E; }
      .navbar .navbar-collapse .navbar-nav > li > a.active-menu:after {
        display: none; }
    .navbar .navbar-collapse .navbar-nav.navbar-right {
      text-align: center; }

  .navbar .submenu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .navbar .submenu-wrapper .container {
      position: static; }
    .navbar .submenu-wrapper .col-md-12 {
      position: static; }
    .navbar .submenu-wrapper .submenu-content {
      position: absolute;
      width: 100%;
      height: 100%;
      overflow-y: auto;
      padding: 30px;
      left: 0; }

  body.sticky .navbar .topbar {
    margin-top: -53px; }

  body.sticky .navbar .site-header .navbar-toggle, 
  .navbar .navbar-thin .site-header .navbar-toggle {
    margin: 26px 0 0;
    zoom: 1;
    -webkit-transition: margin .3s ease;
    transition: margin .3s ease; } }
/*==========================================================================
  10.0 CARRUSEL
  =======================================================================*/
  .text-shadow .carousel-inner .carousel-caption {
    text-shadow: 2px 2px 3px #000000;
  }
/*.carousel.slide {
  max-height: 750px;
  padding: 0; }
  .carousel.slide .carousel-control {
    background-image: none; }

.container-fluid.main-slider .carou-wrapper #destacadas {
  background-color: #fff;
  padding: 50px 0; }
.container-fluid.main-slider .item.active {
  display: block; }

.carousel-inner {
  height: 100%; }
  .carousel-inner > div {
    height: 100%; }
  .carousel-inner .item .carousel-caption {
    z-index: 1; }
  .carousel-inner .item::after {
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    bottom: 0;
    content: "";
    height: 60%;
    position: absolute;
    width: 100%; }
  .carousel-inner .carousel-caption {
    bottom: 0;
    text-shadow: none; }
    .carousel-inner .carousel-caption .carousel-news {
      text-align: left; }
      .carousel-inner .carousel-caption .carousel-news * {
        display: block; }
      .carousel-inner .carousel-caption .carousel-news .date {
        text-shadow: none; }
      .carousel-inner .carousel-caption .carousel-news .title-news {
        font-size: 42px;
        line-height: 52px;
        display: block;
        font-weight: 600;
        height: auto;
        margin: 30px 0; }
      .carousel-inner .carousel-caption .carousel-news .btn.button-news {
        display: inline-block;
        font-size: 12px;
        margin-top: 25px;
        padding: 10px 40px;
        border: 1px solid;
        box-shadow: inset 0 1px 0 0 #444; }
        .carousel-inner .carousel-caption .carousel-news .btn.button-news:hover {
          background: white;
          color: #955251;
          box-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-caption {
    left: 0;
    right: 0;
    padding-bottom: 48px; }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    right: 6px;
    margin-right: 0; }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    left: 6px;
    margin-left: 0; } }
@media screen and (min-width: 1190px) {
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    right: 0px;
    margin-right: 0; }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    left: 0px;
    margin-left: 0; } }
@media (max-width: 414px) {
  .carousel-caption {
    min-height: 280px; } }
@media (max-width: 480px) {
  .carousel-caption {
    min-height: 235px; } }
@media (max-width: 768px) {
  .carousel-inner .item::after {
    display: none; }
  .carousel-inner .carousel-caption {
    position: static;
    background: #4a4a4a;
    padding-left: 15px;
    padding-right: 15px; }
    .carousel-inner .carousel-caption .carousel-news .title-news {
      margin: 20px 0;
      font-size: 18px;
      line-height: 1.4444444444; }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    right: 10px;
    margin-right: 0;
    top: 66px; }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    left: 10px;
    margin-left: 0;
    top: 66px; } }
==========================================================================
  10.1 SECCIÓN DESTACADA
  ======================================================================= */
.destacadas .row .container.seccion + .container {
  padding: 0 0 50px; }
.destacadas .row .container [class*=col-].destacado {
  position: relative;
  height: 360px;
  margin-bottom: 30px; }
  .destacadas .row .container [class*=col-].destacado > div {
    height: 100%;
    background-size: cover;
    background-color: #80A281;
    background-color: #455A46;
    background-blend-mode: soft-light;
    background-blend-mode: overlay; }
  .destacadas .row .container [class*=col-].destacado:before {
    height: 360px;
    width: 100%;
    display: block;
    float: left;
    position: relative;
    z-index: 1;
    background-color: #80A281;
    background-size: auto 360px;
    mix-blend-mode: multiply;
    opacity: 0.5; }
  .destacadas .row .container [class*=col-].destacado > div .icon {
    display: block;
    padding: 35px 0 0 20px; }
    .destacadas .row .container [class*=col-].destacado > div .icon:before {
      color: white;
      font-size: 35px; }
  .destacadas .row .container [class*=col-].destacado > div .text {
    position: absolute;
    width: 90%;
    width: calc(100% - 30px);
    bottom: 0;
    padding: 0 20px 20px;
    color: white;
    font-family: 'Georgia', serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: 100; }
    .destacadas .row .container [class*=col-].destacado > div .text span {
      display: block;
      border-top: 1px solid #F4F4F4;
      padding-top: 10px;
      margin-top: 15px; }
    .destacadas .row .container [class*=col-].destacado > div .text a {
      font-family: 'Helvetica', Arial, sans-serif;
      font-size: 12px;
      color: white; }

/*==========================================================================
    10.2 EVENTOS (timeline en module calendario)
    ======================================================================= */
/*==========================================================================
  10.3 SERVICIOS Y TRÁMITES
  ======================================================================= 
.special-services {
  border-left: 1px solid #D9D9D9;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .special-services [class*=col-] {
    background: #fafafa;
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    padding: 32px;
    text-align: center; }

.container-fluid.otros-servicios {
  position: relative; }
  .container-fluid.otros-servicios .section-title-block {
    margin-bottom: 90px;
    margin-top: 84px; }
  .container-fluid.otros-servicios .row > .container {
    margin-bottom: 125px; }
  .container-fluid.otros-servicios .otros-servicios-content {
    background: url("../../img/cabecera_boletin.jpg");
    background-size: cover;
    padding-bottom: 75px; }
  .container-fluid.otros-servicios .icon {
    display: block;
    font-size: 48px;
    margin-top: 20px; }
  .container-fluid.otros-servicios .service-label {
    display: inline-block;
    max-width: 150px;
    margin: 20px auto 0; }
  .container-fluid.otros-servicios .special-services {
    color: #4f4f4f;
    font-weight: 400; }
    .container-fluid.otros-servicios .special-services .icon {
      color: #72CC51; }
    .container-fluid.otros-servicios .special-services ~ div {
      margin-top: 100px; }
    .container-fluid.otros-servicios .special-services + div {
      margin-top: -20px; }
    .container-fluid.otros-servicios .special-services ~ div [class*=col-] {
      color: white;
      font-weight: 400;
      text-align: center;
      font-size: 16px; }

.container-fluid.otros-servicios .special-services [class*=col-],
.container-fluid.otros-servicios .other-services [class*=col-] {
  display: block;
  float: left;
  min-height: 196px; }

@media (min-width: 992px) {
  .container-fluid.otros-servicios .row > .container-fluid .special-services {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }
@media (max-width: 992px) {
  .otros-servicios .special-services {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%); } }
@media all and (max-width: 768px) {
  .container-fluid.otros-servicios .special-services [class*=col-] {
    padding: 20px;
    min-height: 154px; }

  .container-fluid.otros-servicios .icon {
    font-size: 40px; } }
@media all and (max-width: 500px) {
  .container-fluid.otros-servicios .special-services [class*=col-] {
    min-height: 170px; } }
@media (max-width: 768px) {
  .special-services {
    border-top: 0 none;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
    padding-top: 1px; }

  .container-fluid.otros-servicios .section-title-block {
    margin-top: 44px; }

  .container-fluid.otros-servicios .special-services [class*=col-] {
    margin-top: -1px;
    border-top: 1px solid #D9D9D9; }

  .container-fluid.otros-servicios .otros-servicios-content {
    padding-bottom: 0; } }*/
/*==========================================================================
  10.4 GRUPOS MUNICIPALES (listado-card)
  ======================================================================= */

/*==========================================================================
    10.5 PAGE TRANSPARENCIA
    ======================================================================= */
.transparencia .section-title-block {
  margin-top: 30px; }

.transparencia-listing .media {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  padding-bottom: 33px;
  overflow: visible;
  margin-top: 50px;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px; }
  .transparencia-listing .media:first-of-type {
    margin-top: 24px; }
  .transparencia-listing .media:hover .overlay {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1; }
.transparencia-listing .media-heading {
  margin-top: 34px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.1818181818;
  font-weight: 600; }
.transparencia-listing .general-info {
  margin-top: 10px;
  display: table; }
  .transparencia-listing .general-info:after {
    content: "";
    display: table;
    clear: both; }
  .transparencia-listing .general-info .cat,
  .transparencia-listing .general-info .contact-info {
    width: 50%;
    display: table-cell;
    vertical-align: bottom; }
  .transparencia-listing .general-info .cat {
    text-transform: uppercase;
    color: #71cc51;
    font-size: 14px;
    line-height: 1.4285714286;
    padding-right: 15px; }
.transparencia-listing .media-left,
.transparencia-listing .media > .pull-left {
  padding-right: 0; }
.transparencia-listing .media-img-wrap {
  position: relative;
  top: -20px;
  left: -40px;
  margin-right: 50px; }
  .transparencia-listing .media-img-wrap img {
    display: block;
    width: 270px;
    height: 229px; }
.transparencia-listing .media-desc {
  margin-top: 20px; }

.contact-info {
  padding-left: 15px;
  vertical-align: bottom; }
  .category-page-header .contact-info {
    float: right;
    margin-top: 70px; }
    .category-page-header .contact-info a {
      color: #fff;
      display: inline-block; }
      .category-page-header .contact-info a.icon-facebook {
        margin-left: 24px;
        margin-right: 10px; }
  .contact-info a {
    color: #9b9b9b; }
  .contact-info > span:before, .contact-info > p > span:before {
    font-family: "icomoon";
    color: #71cc51;
    margin-right: 6px; }
  .contact-info .phone {
    margin-right: 37px; }

.pagination-wrapper {
  text-align: center; }
  .pagination-wrapper .pagination > li > a,
  .pagination-wrapper .pagination > li > span {
    margin-right: 10px; }
  .pagination-wrapper .pagination > li:last-child > a,
  .pagination-wrapper .pagination > li:last-child > span {
    margin-right: 0; }
  .pagination-wrapper .pagination > li.active > a,
  .pagination-wrapper .pagination > li.active > span {
    background: #71cc51;
    color: #fff; }
    .pagination-wrapper .pagination > li.active > a:hover,
    .pagination-wrapper .pagination > li.active > span:hover {
      color: #fff; }
  .pagination-wrapper .pagination > li.disabled > a,
  .pagination-wrapper .pagination > li.disabled > span {
    opacity: .5; }
  .pagination-wrapper .pagination > li:first-child > a,
  .pagination-wrapper .pagination > li:first-child > span, .pagination-wrapper .pagination > li:last-child > a,
  .pagination-wrapper .pagination > li:last-child > span {
    border: 1px solid #D9D9D9; }
  .pagination-wrapper .pagination > li > a,
  .pagination-wrapper .pagination > li > span {
    width: 50px;
    height: 50px;
    border: 1px solid #71cc51;
    color: #71cc51;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px; }
    .pagination-wrapper .pagination > li > a:hover,
    .pagination-wrapper .pagination > li > span:hover {
      border-color: #71cc51;
      color: #71cc51; }

/*==========================================================================
    10.6 ENLACES DE INTERÉS
    ======================================================================= */
.container-fluid.enlaces {
  background: #F4F4F4;
  padding-bottom: 60px; }

/*==========================================================================
    10.7 FOOTER
    ======================================================================= */
.container-fluid.footer footer .row {
  background: #F4F4F4;
  padding: 25px 2.5% 20px;
  width: calc(100% + 30px);
  margin: 80px -15px 0; }

div.home .container-fluid.footer footer .row {
  padding-bottom: 5px;
  margin-top: 0; }

.container-fluid.footer footer .row + .row {
  padding-bottom: 5px;
  margin-top: 0; }
.container-fluid.footer footer .row * {
  font-size: 14px; }
.container-fluid.footer footer .row img {
  float: left;
  width: 80px;
  height: auto;
  margin: 15px 20px 20px 0; }
.container-fluid.footer footer .row h5 {
  font-weight: bold; }
  .container-fluid.footer footer .row h5 + address {
    margin: -10px 0 10px; }
  .container-fluid.footer footer .row h5 + ul li a:hover {
    text-decoration: none; }
  .container-fluid.footer footer .row h5 + ul li span:before {
    color: #888;
    font-size: 18px;
    margin: 10px 10px 0 0; }
  .container-fluid.footer footer .row h5 + ul li span.facebook:hover:before {
    color: #3B5998; }
  .container-fluid.footer footer .row h5 + ul li span.twitter:hover:before {
    color: #00ACED; }
  .container-fluid.footer footer .row h5 + ul li span.youtube:hover:before {
    color: #BB0000; }
.container-fluid.footer footer .row input {
  background: #F8F8F8;
  border: 1px solid #DEDEDE;
  padding: 6px 12px;
  font-weight: bold;
  box-shadow: none; }
  .container-fluid.footer footer .row input + button {
    float: right;
    margin: -43px 0 0 -43px;
    height: 43px;
    width: 43px;
    border: 0;
    background: transparent;
    box-shadow: none;
    position: relative;
    z-index: 2; }
    .container-fluid.footer footer .row input + button span.icon:before {
      font-size: 14px; }

.footer {
  padding-top: 50px; }
  .footer p.city,
  .footer p * {
    color: #FFFFFF;
    font-weight: 100; }
  .footer .contact-info {
    padding-left: 0; }

.footer-image {
  margin-bottom: 20px;
  text-align: left; }

.subfooter {
  padding-top: 50px;
  padding-bottom: 20px; }

.footer {
  position: relative; }
  .footer ul.link-footer {
    float: right; }
  .footer .link-footer * {
    font-size: 12px; }
  .footer ul.link-footer li {
    display: inline-block;
    list-style: none;
    margin-left: 26px; }
    .footer ul.link-footer li a:hover {
      background-color: inherit; }

h3.footer-text {
  font-size: 16px;
  text-transform: uppercase; }

.footer {
  padding-top: 50px;
  padding-bottom: 30px;
  background: #4A4A4A; }
  .footer .link-footer * {
    color: #fff; }

.datos-ayto a {
  color: #fff; }
.datos-ayto address {
  margin: 28px 0; }
.datos-ayto span {
  display: block; }
.datos-ayto .city span {
    display: inline;
}

.subfooter {
  background: #4A4A4A; }

.footer address,
h3.footer-text {
  color: #FFFFFF; }

.footer .content-menu a {
  color: inherit; }
  .footer .content-menu a:hover, .footer .content-menu a:focus, .footer .content-menu a:link {
    color: inherit; }

@media (max-width: 1190px) {
  .ayto-logo img {
    width: auto;
    margin-left: 0;
    max-width: 100%; } }
@media all and (max-width: 767px) {
  .footer ul.pull-right.link-footer {
    float: none !important;
    display: table; }

  .footer ul.link-footer {
    float: none;
    margin: auto;
    padding: 0;
    text-align: center; }

  .subfooter p.city,
  .subfooter .desarrolladoBy p {
    text-align: center; }

  .footer ul.link-footer li:first-child {
    margin: 0; }

  .footer > .row + .row > div {
    padding: 27px 0 20px; } }
@media (max-width: 768px) {
  .footer .content-menu {
    margin-top: 24px; } }
@media (max-width: 414px) {
  .footer .col-xs-6 {
    width: 100%; }

  .datos-ayto:after {
    content: "";
    display: table;
    clear: both; }
  .datos-ayto .ayto-logo {
    width: 100%;
    float: none; }
    .datos-ayto .ayto-logo img {
      width: auto;
      max-width: 100%;
      margin-left: 0; }
  .datos-ayto .contact-info {
    width: 100%;
    float: none; }
  .datos-ayto span {
    display: block;
    line-height: 40px;
    margin: 1px 0; } }
/*==========================================================================
    10.8 DETALLE
    ======================================================================= */
.container-fluid .detalle-media {
  padding: 0; }
  .container-fluid .detalle-media img {
    margin: 30px 0; }

.container-fluid .detalle-contenido {
  width: 100%;
  background: white; }
  .container-fluid .detalle-contenido .date {
    border: 1px solid #F4F4F4;
    padding: 10px 15px;
    color: #7A7A7A; }
    .container-fluid .detalle-contenido .date > span {
      display: block;
      text-align: center;
      text-transform: uppercase;
      padding: 20px 5px 15px;
      margin: 0 20px;
      border-bottom: 1px solid;
      font-size: 18px;
      font-weight: bold; }
      .container-fluid .detalle-contenido .date > span + div {
        margin: 20px 0 40px;
        text-align: center; }
        .container-fluid .detalle-contenido .date > span + div * {
          display: block; }
        .container-fluid .detalle-contenido .date > span + div strong {
          font-size: 30px;
          font-weight: 400; }
    .container-fluid .detalle-contenido .date > div + div a {
      display: block;
      background: #F4F4F4;
      margin: 0 -15px -10px;
      padding: 40px 0 30px;
      text-align: center; }
      .container-fluid .detalle-contenido .date > div + div a:hover {
        text-decoration: none;
        background-color: #F8F8F8; }
    .container-fluid .detalle-contenido .date > div + div span:before {
      content: "\e900";
      color: #7A7A7A;
      font-size: 25px; }
  .container-fluid .detalle-contenido .row [class*=col-] h1 {
    margin: 0 0 30px; }
  .container-fluid .detalle-contenido .row [class*=col-] h2 {
    margin-bottom: 60px;
    color: #955251; }
  .container-fluid .detalle-contenido .row [class*=col-] img {
    margin-top: 5px;
    margin-bottom: 30px; }
  .container-fluid .detalle-contenido .row [class*=col-] blockquote {
    color: white;
    border: 0;
    background: url("../../img/quote.png") no-repeat 25px calc(100% - 25px) scroll #955251;
    /* PENDIENTE: Cambiar fondo por before/after con "\e902" y "\e903" */
    background-size: 60px auto;
    padding: 30px 20px 20px 150px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 100;
    margin-top: 25px;
    margin-bottom: 30px; }
    .container-fluid .detalle-contenido .row [class*=col-] blockquote.outstanding {
      margin-left: -20%;
      margin-right: 30px;
      width: 60%;
      float: left;
      text-align: right; }
  .container-fluid .detalle-contenido .row [class*=col-] img.outstanding {
    margin-left: -20%;
    margin-right: 30px;
    width: 60%;
    float: left;
    text-align: right; }
  .container-fluid .detalle-contenido .row [class*=col-]:last-child > div {
    margin-bottom: 30px;
    clear: both; }
    .container-fluid .detalle-contenido .row [class*=col-]:last-child > div:after {
      content: '';
      clear: both;
      display: block; }
  .container-fluid .detalle-contenido .row [class*=col-]:last-child span.icon {
    float: left;
    margin: 0 10px 0 0; }
    .container-fluid .detalle-contenido .row [class*=col-]:last-child span.icon + a {
      max-width: 80%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .container-fluid .detalle-contenido .row [class*=col-]:last-child span.icon.media:before {
      font-size: 24px; }

/*==========================================================================
    10.9 ENCABEZADO BOLETÍN
    ======================================================================= */
.container-fluid.encabezado-boletin {
  position: relative;
  background: url("../../img/cabecera_boletin.jpg") no-repeat center center scroll transparent;
  background-size: cover; }
  .container-fluid.encabezado-boletin:after {
    content: '';
    display: block;
    background: rgba(47, 47, 47, 0.8);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .container-fluid.encabezado-boletin * {
    position: relative;
    z-index: 2; }
  .container-fluid.encabezado-boletin .wrapper .row {
    margin: 0; }
    .container-fluid.encabezado-boletin .wrapper .row .col-md-3 {
      background: #7AF7B7;
      padding: 20px 50px; }
      .container-fluid.encabezado-boletin .wrapper .row .col-md-3 .row {
        margin-top: 30px;
        margin-bottom: 30px; }
      .container-fluid.encabezado-boletin .wrapper .row .col-md-3 .fecha .row {
        text-align: center; }
        .container-fluid.encabezado-boletin .wrapper .row .col-md-3 .fecha .row .dia {
          font-size: 144px;
          font-weight: bold;
          line-height: 120px; }
        .container-fluid.encabezado-boletin .wrapper .row .col-md-3 .fecha .row .mes,
        .container-fluid.encabezado-boletin .wrapper .row .col-md-3 .fecha .row .year {
          font-size: 48px;
          line-height: 60px; }
    .container-fluid.encabezado-boletin .wrapper .row .col-md-9 {
      padding: 0 0 0 50px; }
      .container-fluid.encabezado-boletin .wrapper .row .col-md-9 h2 + h3 {
        color: white;
        font-size: 24px;
        font-weight: 100; }
  .container-fluid.encabezado-boletin .wrapper > .row > [class*=col-] {
    width: auto; }

/*==========================================================================
    11.0 BUSCADOR BOLETINES
    ======================================================================= */
.container-fluid.buscador-boletines {
  margin-bottom: 60px; }
  .container-fluid.buscador-boletines > .row {
    position: relative;
    padding: 15px 0 30px;
    max-width: 90%;
    left: 5%; }
    .container-fluid.buscador-boletines > .row .col-md-12 {
      margin-top: 10px;
      margin-bottom: 15px; }
  .container-fluid.buscador-boletines .col-md-9 ul.nav.nav-tabs li {
    width: 33.3333%; }
    .container-fluid.buscador-boletines .col-md-9 ul.nav.nav-tabs li a span.icon.fecha:before {
      font-size: 32px;
      line-height: 28px; }

/*.tab-content > .tab-pane {
  background: #7AF7B7;
  padding: 65px 35px; }
  .tab-content > .tab-pane > .row [class*=col-] {
    padding: 0 40px; }*/

.container-fluid.buscador-boletines .col-md-9 .tab-content > .tab-pane#fecha [class*=col-]:first-child {
  border-right: 1px solid #F1F1F1; }
.container-fluid.buscador-boletines .col-md-9 .tab-content > .tab-pane#termino > .row form {
  margin: 10px 0 25px;
  padding: 0 25px; }
  .container-fluid.buscador-boletines .col-md-9 .tab-content > .tab-pane#termino > .row form > [class*=col-] {
    padding: 0 15px; }
.container-fluid.buscador-boletines .col-md-9 .tab-content > .tab-pane#termino .row.resultado {
  border-bottom: 1px solid #F1F1F1;
  padding: 20px 0;
  margin: 0 25px; }
  .container-fluid.buscador-boletines .col-md-9 .tab-content > .tab-pane#termino .row.resultado > div {
    padding: 0; }
.container-fluid.buscador-boletines .col-md-3 {
  background: #FFF;
  padding: 20px 50px;
  margin: 0 -15px; }
  .container-fluid.buscador-boletines .col-md-3 h5 + p {
    margin: 30px 0 60px;
    font-size: 16px;
    line-height: 20px; }

/*==========================================================================
    11.1 RESPONSIVE
    ======================================================================= */
@media all and (max-width: 870px) {
  .container-fluid.encabezado-boletin {
    padding: 30px 15px; }
    .container-fluid.encabezado-boletin .wrapper > .row > [class*=col-] {
      width: 100%; }
      .container-fluid.encabezado-boletin .wrapper > .row > [class*=col-] > div {
        max-height: 150px; }
    .container-fluid.encabezado-boletin .wrapper .row .col-md-9 {
      padding-left: 10px; }
      .container-fluid.encabezado-boletin .wrapper .row .col-md-9 h2,
      .container-fluid.encabezado-boletin .wrapper .row .col-md-9 h3 {
        margin: 20px 0 -10px; } }
@media all and (max-width: 768px) {
  .navbar > .container-fluid .submenu-wrapper {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    overflow-y: auto; }
    .navbar > .container-fluid .submenu-wrapper [class*=col-] + [class*=col-] .row {
      padding: 20px 15px; }
    .navbar > .container-fluid .submenu-wrapper .row .large {
      text-align: left; }

  .carousel-inner .carousel-caption .carousel-news {
    width: 100%;
    float: none; }

  .container-fluid.agenda.interior .carou-wrapper [class*=col-] {
    min-height: 140px; }

  .container-fluid.otros-servicios .row [class*=col-] .servicio-wrapper:hover .descripcion,
  .container-fluid.otros-servicios .row [class*=col-]:last-child .servicio-wrapper:hover .descripcion {
    left: calc(0% - 1px); }

  .container-fluid.agenda .carou-wrapper [class*=col-] {
    border-right: 0; }

  .container-fluid.agenda.destacada .carou-wrapper [class*=col-] .text-wrapper {
    position: relative;
    width: 100%;
    padding: 20px;
    left: 0;
    top: 0;
    max-height: 250px;
    -webkit-transform: translate(0);
            transform: translate(0); }

  .container-fluid.agenda.destacada .carou-wrapper [class*=col-]:hover {
    margin-top: -20px;
    padding-bottom: 0; }

  .container-fluid.agenda.destacada .carou-wrapper [class*=col-] .text-wrapper h2 {
    line-height: 32px; }

  .container-fluid.agenda.interior .carou-wrapper [class*=col-] .text-wrapper {
    width: calc(92% - 50px); }

  .container-fluid .detalle-contenido .date {
    margin-bottom: 30px; }

  .container-fluid .detalle-contenido .row [class*=col-] blockquote.outstanding,
  .container-fluid .detalle-contenido .row [class*=col-] img.outstanding {
    float: none;
    width: 100%;
    margin: 0 0 30px; } }
@media all and (max-width: 640px) {
  .container-fluid.main-slider .carou-wrapper [class*=col-] .text-wrapper {
    max-width: 100%; }

  .container-fluid.footer footer .row > div {
    margin-bottom: 30px; }

  /*ul.nav.nav-tabs li a {
    font-size: 16px;
    padding: 20px 20px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }*/

  .tab-content > .tab-pane {
    padding: 30px 0; }

  .container-fluid.encabezado-boletin .wrapper .row .col-md-3 .fecha .row .mes,
  .container-fluid.encabezado-boletin .wrapper .row .col-md-3 .fecha .row .year {
    font-size: 30px;
    line-height: 40px; }

  .container-fluid.encabezado-boletin .wrapper .row .col-md-3 .fecha .row .dia {
    font-size: 80px;
    line-height: 80px; }

  .container-fluid.buscador-boletines .col-md-3 {
    padding: 20px; } }
/* general */
.img-fill {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.col-no-gutter, .news-item, .single-header {
  margin-left: -15px;
  margin-right: -15px; }

.grid-cell-brd, .news-item {
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9; }

/*==========================================================================
    11.2 NOTICIAS (en listado->resource->css->overlay.css)
    ======================================================================= */

/*==========================================================================
    11.3 NEWSLETTER
    ======================================================================= */
.newsletter .container.newsletter {
  padding-bottom: 55px; }

.newsletter .title {
  font-weight: 400;
  text-align: center;
  margin-top: 113px; }

.newsletter form {
  text-align: center;
  margin-top: 24px; }

.newsletter form input[type="email"] {
  color: #4f4f4f;
  padding: 20px; }

.newsletter form button[type="submit"] {
  font-weight: bold;
  height: auto;
  line-height: normal;
  margin: 0;
  margin-top: 15px;
  padding: 20px 30px;
  text-transform: uppercase;
  width: 100%; }

.newsletter form input[type="email"],
.newsletter form button[type="submit"] {
  height: auto;
  font-size: 18px; }

.newsletter form input[type="email"]:focus,
.newsletter form input[type="email"]:active {
  border-color: #72CC51;
  box-shadow: none; }

.newsletter input[type="email"] {
  border: 1px solid #D0D0D0; }

/* Email Placeholder */
.newsletter form input.form-control::-webkit-input-placeholder {
  color: #A4A4A4; }

.newsletter form input.form-control::-moz-placeholder {
  color: #A4A4A4; }

.newsletter form input.form-control:-moz-placeholder {
  color: #A4A4A4; }

.newsletter form input.form-control:-ms-input-placeholder {
  color: #A4A4A4; }

@media (min-width: 992px) {
  .newsletter form button[type="submit"] {
    margin-top: 0;
    width: auto; } }
@media (max-width: 992px) {
  .newsletter .title {
    margin-top: 48px; } }
/*==========================================================================
    11.4 ULTIMA HORA
    ======================================================================= */
/*.js-isotope .item {
  margin-bottom: 30px; }*/

.last-hour {
  background-color: #F4F4F4;
  padding-bottom: 109px; }
  .last-hour .section-title,
  .last-hour h2.title.large {
    margin-top: 106px; }

.last-hour .img-tile.grid-news {
  background-color: #fff;
  padding: 15px; }

.last-hour .img-tile.grid-news .description h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 23px; }

.last-hour .full-image *,
.last-hour .full-image .icon.icon-twitter {
  color: #fff; }

.last-hour .tags-img > span:not(.icon) {
  font-size: 11px; }

.last-hour .icon {
  font-size: 22px; }

.last-hour .icon.icon-twitter {
  color: #01C4FE; }

.last-hour .full-image .img-tile {
  min-height: 272px; }

.last-hour .full-image .img-fullwidth {
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  background-size: cover; }

.last-hour .full-image:after {
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  content: "";
  background-color: rgba(0, 0, 0, 0.35); }

.last-hour .image-bottom .img-fullwidth {
  width: 100%;
  height: 180px; }

.last-hour .grid-last-hour {
  min-height: 150px; }

.last-hour .full-image .tags-img,
.last-hour .full-image .description {
  z-index: 5;
  position: relative; }

.last-hour.mod-last-hour {
  background: #fff;
  margin-top: 110px;
  margin-bottom: 110px; }
  .last-hour.mod-last-hour .item .grid-news {
    border: 1px solid #e6e6e6; }
  .last-hour.mod-last-hour .item.image-bottom .grid-news {
    border-bottom: 0 none; }
  .last-hour.mod-last-hour .item.image-bottom .picture {
    border: 1px solid #e6e6e6;
    border-top: 0 none; }

@media (max-width: 414px) {
  .last-hour .col-xs-6 {
    width: 100%; }
  .last-hour .item {
    margin: 15px 0; } }
/*==========================================================================
    11.5 TRANSITIONS
    ======================================================================= */
body .navbar .topbar-inverse,
body .navbar .header-wrapper *,
body.sticky .navbar .header-wrapper *,
.icon,
.icon:hover,
body .container-fluid.detalle-media .row [class*=col-] img,
body.sticky .container-fluid.detalle-media .row [class*=col-] img,
.carou-wrapper [class*=col-],
.carou-wrapper [class*=col-]:hover,
.carou-wrapper [class*=col-] *,
.carou-wrapper [class*=col-]:hover *,
.navbar-nav > li > a:after,
.navbar-nav > li > a.active:after,
.form-group label,
.form-group.focused label,
ul.nav.nav-tabs li a,
ul.nav.nav-tabs li.active a,
ul.nav.nav-tabs li a:hover,
.tab-content > .tab-pane,
.tab-content > .tab-pane.active,
.datepicker table .day,
.container-fluid.buscador,
.container-fluid.buscador.active,
.container-fluid.servicios {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

@media (max-width: 480px) {
  .navbar > .container-fluid .topbar {
    padding: 0 1%; }

  .header-wrapper {
    padding: 0; } }
/*==========================================================================
  11.6 PAGE URBANISMO
  ======================================================================= */
.category-page-header {
  position: relative;
  margin-bottom: 145px;
  /*background: url("../../img/bg_img_cat_header.jpg") top center;*/
  background-size: cover; }
  .category-page-header .inner {
    margin: 10% 0 9%;
    margin: 132px 0 129px; }
  /*.category-page-header .special-services {
    position: absolute;
    bottom: 0;
    border-top: 0 none !important;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
    .category-page-header .special-services > .container {
      max-width: none; }*/

.category-nav {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0; }
  .category-nav:after {
    content: "";
    display: table;
    clear: both; }
  .category-nav li a {
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 32px;
    background: transparent url("../../img/ico_sprite_section_nav.svg") no-repeat -1px -1px;
    position: relative; }
    .category-nav li a span {
      position: absolute;
      bottom: 100%;
      left: 0;
      display: inline-block;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.4285714286;
      padding: 4px 10px;
      margin-bottom: 5px;
      background: #fff;
      color: #4a4a4a;
      -webkit-transform: translateY(5px);
              transform: translateY(5px);
      max-height: 0;
      height: 0;
      -webkit-transform-origin: bottom center;
              transform-origin: bottom center;
      box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.15);
      opacity: 0; }
      .category-nav li a span:after {
        top: 100%;
        left: 16px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-top-color: #fff;
        border-width: 6px;
        margin-left: -6px; }
    .category-nav li a.ico-graduation {
      background-position: -1px -1px; }
    .category-nav li a.ico-user {
      background-position: -34px -1px; }
    .category-nav li a.ico-pill {
      background-position: -67px -1px; }
    .category-nav li a.ico-wallet {
      background-position: -100px -1px; }
    .category-nav li a.ico-calendar {
      background-position: -133px -1px; }
    .category-nav li a.ico-briefcase {
      background-position: -166px -1px; }
    .category-nav li a.ico-ticket {
      background-position: -199px -1px; }
    .category-nav li a:hover span {
      opacity: 1;
      max-height: none;
      height: auto;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: opacity .2s, -webkit-transform .2s ease;
      transition: opacity .2s, -webkit-transform .2s ease;
      transition: transform .2s ease, opacity .2s;
      transition: transform .2s ease, opacity .2s, -webkit-transform .2s ease; }
    .category-nav li a:hover.ico-graduation {
      background-position: -1px -34px; }
    .category-nav li a:hover.ico-user {
      background-position: -34px -34px; }
    .category-nav li a:hover.ico-pill {
      background-position: -67px -34px; }
    .category-nav li a:hover.ico-wallet {
      background-position: -100px -34px; }
    .category-nav li a:hover.ico-calendar {
      background-position: -133px -34px; }
    .category-nav li a:hover.ico-briefcase {
      background-position: -166px -34px; }
    .category-nav li a:hover.ico-ticket {
      background-position: -199px -34px; }
  .category-nav li:last-child a {
    margin-right: 0; }

/*.mod-title {
  font-size: 22px;
  line-height: 1.4545454545;
  color: #4a4a4a;
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-top: 24px; }
  .mod-title.inline {
    display: inline-block; }
  .mod-title:first-of-type {
    margin-top: 0; }

.events-counter {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: #9b9b9b;
  margin-left: 10px; }*/

@media (max-width: 414px) {
  .category-nav li:first-child a {
    margin-left: 0; }
  .category-nav li a {
    margin-top: 32px; } }
@media (max-width: 992px) {
  .category-page-header {
    margin-bottom: 205px; }

  .category-page-header .inner {
    margin: 75px 0 225px; } }
@media (max-width: 768px) {
  .category-page-header .inner {
    margin: 75px 0 182px; } }
@media (max-width: 480px) {
  /*.category-page-header .inner {
    margin: 35px 0 182px; }*/ }
@media (max-width: 992px) {
  .row-same-height {
    display: block; }

  .category-page-header .contact-info a.icon-facebook {
    margin-left: 0; }

  .category-page-header .contact-info a.icon-facebook,
  .category-page-header .contact-info a.icon-twitter {
    margin-top: 10px; }

  .category-page-header .contact-info {
    margin-top: 0;
    float: none;
    padding-right: 0;
    padding-left: 0; }
    .category-page-header .contact-info .phone, .category-page-header .contact-info .email {
      line-height: 36px;
      margin: 2px 0;
      display: block; }
    .category-page-header .contact-info > a {
      line-height: 36px;
      display: inline-block; } }
@media (max-width: 768px) {
  .transparencia-listing .media {
    display: block;
    margin-left: 0; }
  .transparencia-listing .media-img-wrap {
    text-align: left;
    top: 20px; }
    .transparencia-listing .media-img-wrap img {
      display: inline-block;
      height: auto;
      max-width: 100%; }
  .transparencia-listing .media-body {
    padding-left: 0; }
  .transparencia-listing .media-right, .transparencia-listing .media-body, .transparencia-listing .general-info .cat, .transparencia-listing .general-info .contact-info {
    display: block;
    width: 100%; }
  .transparencia-listing .media-left {
    width: auto;
    left: 0; }
    .transparencia-listing .media-left:after {
      content: "";
      display: table;
      clear: both; }
  .transparencia-listing .contact-info {
    padding-left: 0;
    margin-top: 24px; } }
@media (max-width: 414px) {
  .transparencia-listing .media {
    margin: 30px -20px; }

  .pagination-wrapper .pagination li a, .pagination-wrapper .pagination li span {
    width: 44px;
    height: 44px;
    padding: 14px 8px; }
    .pagination-wrapper .pagination li a.sr-only, .pagination-wrapper .pagination li span.sr-only {
      width: 1px;
      height: 1px; } }
/*-------------------
  11.7 MOD Documentacion
----------------- */
.pm-downloadgallery { }
  .pm-downloadgallery .doc-item {
    position: relative;
    margin-bottom: 42px;
    height: 80px; }
  .pm-downloadgallery .doc-title {
    font-size: 18px;
    line-height: 1.2222222222;
    font-weight: 600;
    margin: 0; }
    .pm-downloadgallery .doc-title a {
      color: #4a4a4a; }
      .pm-downloadgallery .doc-title a:hover {
        color: #4a4a4a;
        color: #71cc51; }
  .pm-downloadgallery .doc-filesize {
    font-size: 14px;
    font-weight: 500;
    color: #666; }

/*-------------------
  11.8 MOD Direccion
----------------- */
.direccion {
  position: relative;
  margin-top: 56px; }
  .direccion #map {
    position: absolute;
    top: 135px;
    left: 0;
    right: 0;
    left: 0;
    height: 600px;
    z-index: 1; }
  .direccion .mockup-map {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 750px;
    top: 110px;
    right: 0;
    bottom: auto;
    left: 0; }
  .direccion .marker-pin {
    position: absolute;
    top: 30%;
    left: 30%;
    z-index: 20;
    width: 37px;
    height: 51px;
    display: block;
    cursor: pointer; }
    .direccion .marker-pin:hover {
      opacity: .9; }
  .direccion address {
    font-size: 16px;
    line-height: 1.375; }
    .direccion address:before {
      color: #71cc51;
      margin-right: 5px;
      font-size: 20px;
      display: inline-block;
      vertical-align: bottom;
      position: relative;
      bottom: 1px; }

.direccion-content-block {
  background: #fff;
  padding: 64px;
  margin: -78px 0 64px;
  position: relative;
  z-index: 2;
  border: 1px solid #e6e6e6; }

.direccion-header {
  margin-bottom: 30px; }

.form-title {
  font-size: 22px;
  line-height: 1.3636363636;
  font-weight: 600; }

.contact-form .form-group label {
  color: #9b9b9b;
  color: 14px; }
.contact-form .form-group .form-control {
  border: 1px solid #e6e6e6; }
.contact-form .btn.btn-primary {
  width: auto;
  height: 50px;
  line-height: 50px;
  min-width: 120px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .05em;
  float: right; }

@media (max-width: 992px) {
  .direccion #map {
    position: static;
    height: 320px; }
  .direccion .direccion-content-block {
    padding: 0;
    margin-top: 0;
    border: 0 none; }
  .direccion .contact-form .btn.btn-primary {
    display: block;
    float: none;
    width: 100%; } }
/*==========================================================================
  11.9 PAGINA DETALLE
  ======================================================================= */
.single-header {
  height: 397px;
  width: calc(100% + 30px);
  background: url("../../img/bg_single_header.jpg") no-repeat center top;
  background-size: cover; }

.single-page .breadcrumb {
  background: #fff;
  padding-left: 0;
  margin-top: 66px; }
  .single-page .breadcrumb .active {
    color: #71cc51; }

.single-sidebar .single-title {
  font-weight: 600;
  line-height: 1.2777777778;
  margin-top: 0;
  margin-bottom: 35px; }

.single-utilities-links {
  list-style-type: none;
  padding: 0;
  border-left: 1px solid #D9D9D9;
  margin-bottom: 30px; }
  .single-utilities-links:after {
    content: "";
    display: table;
    clear: both; }
  .single-utilities-links li {
    float: left; }
    .single-utilities-links li a,
    .single-utilities-links li .dropdown-btn {
      position: relative;
      z-index: 20;
      float: left;
      display: block;
      width: 60px;
      height: 60px;
      background: #fafafa;
      border: 1px solid #D9D9D9;
      margin-left: -1px;
      cursor: pointer;
      -webkit-transition: background .3s, border .3s;
      transition: background .3s, border .3s; }
      .single-utilities-links li a:before,
      .single-utilities-links li .dropdown-btn:before {
        content: "";
        font-family: "icomoon";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        line-height: 60px;
        text-align: center;
        color: #4a4a4a;
        font-size: 18px; }
      .single-utilities-links li a:hover,
      .single-utilities-links li .dropdown-btn:hover {
        z-index: 2;
        border-color: #ccc;
        background: #f4f4f4; }
      .single-utilities-links li a.dropdown-btn,
      .single-utilities-links li .dropdown-btn.dropdown-btn {
        -webkit-transform: translateX(0);
                transform: translateX(0); }
    .single-utilities-links li .links-share-dropdown {
      list-style-type: none;
      padding: 0;
      float: left;
      position: relative;
      z-index: 10; }
      .single-utilities-links li .links-share-dropdown li {
        -webkit-transform: translateX(-10px);
                transform: translateX(-10px);
        opacity: 0;
        -webkit-transition: opacity .2s, -webkit-transform .2s;
        transition: opacity .2s, -webkit-transform .2s;
        transition: transform .2s, opacity .2s;
        transition: transform .2s, opacity .2s, -webkit-transform .2s;
        position: relative;
        z-index: 10; }
        .single-utilities-links li .links-share-dropdown li:first-child {
          z-index: 10; }
        .single-utilities-links li .links-share-dropdown li:nth-child(2) {
          z-index: 9; }
        .single-utilities-links li .links-share-dropdown li:nth-child(3) {
          z-index: 8; }
      .single-utilities-links li .links-share-dropdown a {
        border: 0 none;
        margin-left: 0; }
        .single-utilities-links li .links-share-dropdown a:before {
          font-family: "icomoon";
          color: #fff; }
        .single-utilities-links li .links-share-dropdown a[href*="twitter.com"]:before {
          background: #01C4FF; }
        .single-utilities-links li .links-share-dropdown a[href*="facebook.com"]:before {
          background: #0061a8; }
        .single-utilities-links li .links-share-dropdown a:hover {
          border: 0 none; }
    .single-utilities-links li.first-child a {
      margin-left: 0; }
    .single-utilities-links li.open .dropdown-btn.links-share {
      background: #f4f4f4; }
    .single-utilities-links li.open .links-share-dropdown li {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
      .single-utilities-links li.open .links-share-dropdown li:nth-child(n+1) {/* CAMBIO nth-child(2) -> nth-child(n+1) */
        -webkit-transition-delay: .05s;
                transition-delay: .05s;
        -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out; }

.sidebar-nav {
  padding: 0;
  list-style-type: none;
  border: 1px solid #e6e6e6; }
  .sidebar-nav li:first-child a {
    border-top: 0 none; }
  .sidebar-nav li a {
    display: block;
    padding: 16px 20px;
    border-top: 1px solid #e6e6e6;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    background: #fafafa;
    color: #4a4a4a; }
    .sidebar-nav li a:hover {
      text-decoration: none;
      background: #f8f8f8; }
  .sidebar-nav li .sublevel-nav {
    padding: 10px 0;
    list-style-type: none;
    background: #f4f4f4;
    border-top: 1px solid #e6e6e6; }
    .sidebar-nav li .sublevel-nav li a {
      padding: 7px 20px;
      background: #f4f4f4;
      padding-left: 40px;
      font-weight: 500;
      font-size: 14px;
      line-height: 1.7142857143;
      position: relative; }
      .sidebar-nav li .sublevel-nav li a:before {
        font-family: "icomoon";
        position: absolute;
        font-size: 8px;
        top: 14px;
        left: 26px;
        color: #71cc51; }
      .sidebar-nav li .sublevel-nav li a:hover {
        text-decoration: underline; }

.tags-block {
  background: #f4f4f4; }
  .tags-block .tags-list {
    list-style-type: none;
    padding: 17px 26px 17px 54px;
    position: relative; }
    .tags-block .tags-list li {
      display: inline; }
      .tags-block .tags-list li a {
        color: #4a4a4a;
        font-weight: 600; }
        .tags-block .tags-list li a:after {
          content: ", "; }
    .tags-block .tags-list:before {
      font-family: "icomoon";
      position: absolute;
      top: 19px;
      left: 17px;
      color: #9b9b9b;
      font-size: 20px; }

.single-page .news-block {
  margin-bottom: 117px; }

.single-content p:first-of-type {
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 600; }
.single-content p {
  font-size: 14px;
  line-height: 1.7142857143; }
.single-content a {
  font-weight: bold;
  color: #71cc51; }
.single-content img {
  display: block;
  width: 100%;
  max-width: 100%; }

@media (max-width: 414px) {
  .single-header {
    height: 140px; } }
/*==========================================================================
  12.0 PAGINA PARQUES Y PLAZAS
  ======================================================================= */
.component-title {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 500; }

.map-viewer-component {
  padding-left: 40px;
  padding-left: 3%; }
  .map-viewer-component .equal-height {
    position: relative; }
    .map-viewer-component .equal-height .maps-wrapper {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0; }
      .map-viewer-component .equal-height .maps-wrapper #map-canvas {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 100%; }
  .map-viewer-component .equal-height {
    min-height: 170px; }

.map-viewer {
  margin-top: 55px; }
  .map-viewer .form-wrapper {
    padding-bottom: 38px;
    border-bottom: 1px solid #D9D9D9; }
  .map-viewer .form-group {
    margin-right: 10px; }
    .map-viewer .form-group.site-name {
      width: calc(100% - 230px); }
    .map-viewer .form-group.site-type {
      width: 150px; }
    .map-viewer .form-group label {
      top: 32px; }
    .map-viewer .form-group.focused label {
      top: 0;
      left: 0; }
  .map-viewer .form-control {
    height: auto;
    height: 50px;
    padding: 9px 0;
    line-height: 31px; }
  .map-viewer button.btn-primary {
    margin-top: 12px;
    width: 50px;
    height: 50px;
    line-height: 50px; }
  .map-viewer .listing-wrapper {
    margin-bottom: 58px;
    padding-top: 20px; }
  .map-viewer .listing-item {
    margin-top: 28px; }
    .map-viewer .listing-item:after {
      content: "";
      display: table;
      clear: both; }
    .map-viewer .listing-item .listing-img {
      float: left;
      width: 170px;
      height: 170px; }
      .map-viewer .listing-item .listing-img img {
        width: 100%;
        max-width: 100%;
        display: block; }
    .map-viewer .listing-item .listing-txt {
      margin-left: 200px;
      padding-top: 10px;
      max-width: 620px; }
    .map-viewer .listing-item .listing-desc {
      font-size: 18px;
      line-height: 1.4444444444;
      font-weight: 600;
      margin-bottom: 10px; }
    .map-viewer .listing-item .meta {
      margin-top: 16px; }
      .map-viewer .listing-item .meta .map-marker {
        display: inline-block;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: #71cc51;
        color: #fff;
        text-align: center;
        line-height: 15px;
        font-size: 11px;
        font-weight: 500; }
      .map-viewer .listing-item .meta .tag {
        font-weight: 700;
        font-size: 14px;
        color: #71cc51;
        line-height: 1.0714285714;
        margin-left: 5px; }

@media (min-width: 1190px) {
  .map-viewer {
    margin-top: 43px; } }
@media (max-width: 992px) {
  .map-viewer .map-viewer-component {
    padding-left: 0;
    padding-bottom: 76px;
    padding-bottom: 64px; }
  .map-viewer .form-group.site-name {
    width: 100%; }
  .map-viewer .form-group.site-type {
    width: calc(100% - 60px); }
  .map-viewer .form-inline {
    position: relative; }
  .map-viewer button.btn-primary {
    position: absolute;
    right: 0;
    bottom: 0; }

  .map-viewer-component .equal-height .maps-wrapper {
    margin-top: 62px; } }
@media (max-width: 768px) {
  .map-viewer .listing-item .listing-img {
    width: 64px;
    height: 64px; }

  .map-viewer .listing-item .listing-txt {
    margin-left: 80px;
    padding-top: 0; }
    .map-viewer .listing-item .listing-txt .listing-desc {
      font-size: 14px; } }


/*************************
ALFONSO
**************************/
.img-fullwidth img {
  width: 100%;
}
/* COLORS */
.dark {background-color: #4A4A4A;}
.light-dark {background-color: #F4F4F4;}

/* HOME to PAGE */
.page .navbar {
    margin-bottom: 0; }
div.page .container-fluid.footer footer .row {
  padding-bottom: 5px;
  margin-top: 0; }
  
/* HEADER */
.topbar .pmicon {
    font-size: 1.2em;
}
.navbar .submenu-wrapper .submenu-content {
    display: none;
}
.navbar .submenu-wrapper .submenu-content.submenu-open {
    display: block;
}

/* MENU */
.sidebar-nav .active > a {
    font-weight: bold;
}
.sidebar-nav li li a {
    border-top-width: 0;
}
.sidebar-nav li li a:before {
  content: "\e90f"; }
  
  .sidebar-nav li ul {
    padding: 10px 0;
    list-style-type: none;
    background: #f4f4f4;
    border-top: 1px solid #e6e6e6;
    margin-top: 0; }
    .sidebar-nav li li a {
      padding: 7px 20px;
      background: #f4f4f4;
      padding-left: 40px;
      font-weight: 500;
      font-size: 14px;
      line-height: 1.7142857143;
      position: relative; }
      .sidebar-nav li li a:before {
        font-family: "icomoon";
        position: absolute;
        font-size: 8px;
        top: 14px;
        left: 26px;
        color: #71cc51; }
      .sidebar-nav li li a:hover {
        text-decoration: underline; }
        .sidebar-nav ul ul ul {
		    padding: 0 0 0 15px;
		    border-top: none;
		    /*border-bottom: 1px solid #e6e6e6;*/ }

/* SIDEBAR */
.single-sidebar .detail-t.large {
  font-weight: 600;
  line-height: 1.2777777778;
  margin-top: 0;
  margin-bottom: 35px; }
  
/* SHARE */
.single-utilities-links li .links-share-dropdown li {
	visibility: hidden; }
.single-utilities-links li.open .links-share-dropdown li {
	visibility: visible; }
	
/* DETAIL CONTENT */
.detail-content .detail-b {
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 600; }
.detail-content p {
  font-size: 14px;
  line-height: 1.7142857143; }
.detail-content a {
  font-weight: bold;
  color: #71cc51; }
/* TITLES */
.single-page .detail-t {
  font-weight: 600;
  line-height: 1.2777777778;
  margin-top: 0;
  margin-bottom: 35px;
}
/* PAGINATION */
.pm-pager {
    text-align: center;
}

/* CALENDARIO */
.calendario #detail-day h3 {margin-top: 0}
.pmicon-stack .fa-calendar-day {
    padding-top: 10%;
}

/* DETALLE */
.detail-content {margin-bottom: 30px;}
.detail-content .hero-detail {margin-bottom: 15px;}
.detail-content .detail-p .title {
    font-size: 20px;
}
.detail-p img.pull-left {margin: 5px 5px 5px 0;}
.detail-p img.pull-right {margin: 5px 0 5px 5px;}
.detail-logo img {width: auto;}
.detail-fields {
	background: #f4f4f4;
	font-weight: 600;
	margin-bottom: 30px;
}
.detail-fields > div {
	padding: 17px;
}
.detail-fields .pmicon {
    margin: 0 10px 0 auto;
    width: 20px;
    text-align: center;
    font-size: 20px;
}
.detail-fields address {
	margin-bottom: 0;
}
	/* DETALLE TAGS */
	.detail-fields .detail-tags {
		display: table;
	  /*background: #f4f4f4;*/ }
	.detail-fields .detail-tags .pmicon {
		display: table-cell;
		padding-right: 10px; }
	.detail-fields .detail-tags .tags-list {
	    list-style-type: none;
	    /*padding: 17px 26px 17px 54px;*/
	    padding-left: 0;
	    margin-bottom: 0;
	    position: relative;
	    display: table-cell; }
	    .detail-tags .tags-list li {
	      display: inline; }
	      .detail-tags .tags-list li a {
	        color: #4a4a4a;
	        font-weight: 600; }
	        .detail-tags .tags-list li a:after {
	          content: ", "; }
	        .detail-tags .tags-list li:last-child a:after {
	          content: ""; }
	    /*.detail-tags .tags-list:before {
	      font-family: "icomoon";
	      position: absolute;
	      top: 19px;
	      left: 17px;
	      color: #9b9b9b;
	      font-size: 20px; }*/
      
/* LISTADO */
.home .listado,
.home .pm-calendario {
	margin-top: 50px;
	margin-bottom: 0;}
.listado .title {
    font-size: 36px;
    line-height: 1.3333333333;
    margin-bottom: 24px; }

.listado .sections.carrousel-title .title {
    margin-bottom: 0;
}
    
    /* LISTADO-COMPLETE */
.listado-complete .img-tile .picture {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
}
.listado-complete {
  /*padding-bottom: 109px;*/ }
  .listado-complete .section-title,
  .listado-complete h2.title.large {
    margin-top: 106px; }

.listado-complete .grid-news {
  background-color: #fff;
  padding: 15px; }

.listado-complete .grid-news .description h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 23px; }

.listado-complete .full-image *,
.listado-complete .full-image .icon.icon-twitter {
  color: #fff; }

/*.listado-complete .grid-news span:not(.pmicon) {
  font-size: 11px; }

.listado-complete .pmicon {
  font-size: 22px; }*/

.listado-complete .pmicon.icon-twitter {
  color: #01C4FE; }

.listado-complete .full-image .img-tile {
  min-height: 272px; }

.listado-complete .full-image .img-fullwidth {
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  background-size: cover; }

.listado-complete .full-image:after {
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  content: "";
  background-color: rgba(0, 0, 0, 0.35); }

.listado-complete .image-bottom .img-fullwidth {
  width: 100%;
  height: 180px; }

.listado-complete .item {
  min-height: 150px; }

.listado-complete .full-image .tags-img,
.listado-complete .full-image .description {
  z-index: 5;
  position: relative; }

.listado-complete.mod-last-hour {
  background: #fff;
  /*margin-top: 110px;
  margin-bottom: 110px;*/ }
  .listado-complete.mod-last-hour .item .grid-news {
    border: 1px solid #e6e6e6; }
  .listado-complete.mod-last-hour .item.image-bottom .grid-news {
    border-bottom: 0 none; }
  .listado-complete.mod-last-hour .item.image-bottom .picture {
    border: 1px solid #e6e6e6;
    border-top: 0 none; }

@media (max-width: 414px) {
  .listado-complete .col-xs-6 {
    width: 100%; }
  .listado-complete .item {
    margin: 15px 0; } }

	/* LISTADO-CAROUSEL */
	.listado-carousel {
		margin-top: 0 !important;
		margin-bottom: 0 !important; }
	.listado-carousel .row.carousel-inner {
		margin-left: 0;
		margin-right: 0;}
	.listado-carousel .carousel-caption a {
	    color: inherit;
	}


/* LISTADO RRSS */
.js-isotope-rrss .item-rrss {
    margin-bottom: 30px;
}
.listado-complete.redessociales .date,
.listado-complete.redessociales .date-img {
    font-size: 11px;
}

/* CALENDARIO */
.pm-calendario .title {
    font-size: 36px;
    line-height: 1.3333333333;
    margin-bottom: 24px;
}
.pm-calendario .listado .title,
.calendario .listado .title {
	margin-top: 0; }

/* FORMULARIO */
.listado.search .form-group label {
	top: 0;
	left: 0;
    font-size: 16px;
    line-height: 30px;
}

/* SERVICIOS Y TRÁMITES */
.tramites-servicios {
    background: url("../../img/cabecera_boletin.jpg");
    background-size: cover;
    margin-top: 200px;
  	position: relative;
}
.tramites-servicios .row > .container {
  margin-bottom: 125px; }
/*.tramites-servicios .title {
    margin-bottom: 90px;
    margin-top: 84px; }*/
.tramites-servicios .listado {
	margin-top: 0; }
	.tramites-servicios .procedure-item a:hover,
	.special-services-blocks .procedure-item a:hover {
		text-decoration: none; }
	.tramites-servicios .procedure-item .pmicon,
	.special-services-blocks .procedure-item .pmicon {
	    display: block;
	    margin-top: 20px; }
	.tramites-servicios .procedure-item p,
	.special-services-blocks .procedure-item p {
	    display: inline-block;
	    margin: 20px auto 0; }

.tramites-servicios .special-services {
    color: #4f4f4f;
    font-weight: 400;
    margin-bottom: 50px; }
 .tramites-servicios .special-services + div {
   margin-top: -20px; }
.special-services {
  /*border-left: 1px solid #D9D9D9;*/
  overflow: hidden;
  position: relative;
  z-index: 101;
  margin-top: -175px;
  /*-webkit-transform: translateY(-50%);
          transform: translateY(-50%);*/ }
  /*.special-services [class*=col-] {*/
	.special-services .special-services-blocks {
		border-left: 1px solid #D9D9D9;
		margin-left: 0;
		margin-right: 0;}
	  	.special-services .special-services-blocks .item {
		    background: #fafafa;
		    border-bottom: 1px solid #D9D9D9;
		    border-right: 1px solid #D9D9D9;
		    border-top: 1px solid #D9D9D9;
		    padding: 32px;
		    text-align: center;
		    height: 208px; }
		.special-services .special-services-blocks .procedure-item .pmicon {
      		color: #72CC51; }

  	.other-services {z-index: 100;}
  	.other-services .other-services-blocks {
		margin-left: 0;
		margin-right: 0;}
  		.other-services .other-services-blocks .item {
 			display: block;
  			text-align: center;
  			min-height: 126px; }
		.other-services .other-services-blocks .procedure-item a {
      		color: #FFF; }

/* category-page-header */
  .category-page-header .inner {
    margin-bottom: 0; }
  .category-page-header .inner .special-services {
    position: relative;
    border-top: 0 none;
    margin-top: -52px;
    width: 100%;
    -webkit-transform: translateY(104px);
    transform: translateY(104px); }


 /* .container-fluid.otros-servicios .icon {
    display: block;
    font-size: 48px;
    margin-top: 20px; }
  .container-fluid.otros-servicios .service-label {
    display: inline-block;
    max-width: 150px;
    margin: 20px auto 0; }
  .container-fluid.otros-servicios .special-services {
    color: #4f4f4f;
    font-weight: 400; }
    .container-fluid.otros-servicios .special-services .icon {
      color: #72CC51; }
    .container-fluid.otros-servicios .special-services ~ div {
      margin-top: 100px; }
    .container-fluid.otros-servicios .special-services + div {
      margin-top: -20px; }
    .container-fluid.otros-servicios .special-services ~ div [class*=col-] {
      color: white;
      font-weight: 400;
      text-align: center;
      font-size: 16px; }

.container-fluid.otros-servicios .special-services [class*=col-],
.container-fluid.otros-servicios .other-services [class*=col-] {
  display: block;
  float: left;
  min-height: 196px; }*/
  
  /************************
  	TOP CONTROL
  *************************/
  div#topcontrol {
    width: 50px;
    height: 40px;
  }
  div#topcontrol > * {
    display: block;
    text-align: center;
    line-height: 35px;
 }
 
/*******************
	PRINT-PDF
********************/
 .single-utilities-links .link-print-pdf {
 	line-height: 60px;
    font-size: 20px;
    text-align: center;
    color: inherit;
 }
 
  
  /************************
  	RESPONSIVE
  *************************/

/*** CUSTOM MENU MOVIL ***/
@media (max-width: 991px) {
.navbar .custom-nav .navbar-collapse.collapse {
    max-height: none;
    background-color: #F4F4F4;
}
.navbar .custom-nav .navbar-collapse .navbar-left.navbar-nav > li > a {
	text-align: left;
}
.navbar .custom-nav .navbar-collapse .navbar-left.navbar-nav > li > a:after {
	font: normal normal normal 20px/1 FontAwesome;
	content: "\f061";
    padding-left: 15px;
}
}
@media (min-width: 992px) {
  .tramites-servicios .special-services {
    /*-webkit-transform: translateY(-50%);
            transform: translateY(-50%);*/ } }
@media (max-width: 992px) {
	.category-page-header {
	    margin-bottom: 75px;
	}
  .tramites-servicios .special-services {
    /*-webkit-transform: translateY(-15%);
            transform: translateY(-15%);*/ } }
@media all and (max-width: 768px) {
  .tramites-servicios .special-services .item {
    padding: 20px;
    min-height: 154px; }

  /*.container-fluid.otros-servicios .icon {
    font-size: 40px; }*/ }
@media all and (max-width: 500px) {
  .tramites-servicios .special-services .item {
    min-height: 170px; } }
@media (max-width: 768px) {
  .special-services {
    border-top: 0 none;
    /*-webkit-transform: translateY(-15%);
            transform: translateY(-15%);*/
    padding-top: 1px; }

  .tramites-servicios .title {
    margin-top: 44px; }

  .tramites-servicios .special-services .item {
    margin-top: -1px;
    border-top: 1px solid #D9D9D9; } }

  @media (max-width: 1400px) {
  }   
  @media (max-width: 1199px) {
  }
  @media (min-width: 1170px) {
  }  
  @media (max-width: 991px) {
  }
  @media (max-width: 768px) {
    .listado .title, .pm-calendario .title {
	    font-size: 18px;
	}
  }
  @media all and (max-width: 870px) {
  }
  @media all and (max-width: 767px) {
  }
  @media all and (max-width: 640px) {
  }
  @media all and (max-width: 480px) {
  }
  @media all and (max-width: 380px) {
  	.detail-p img.img-responsive {
  		width: 100%;
  		max-width: 100%;
    	margin: 0 auto;
  	}
  }
  

