@charset "UTF-8";
/* HERO */
.hero {
  position: relative;
  height: 85vh;
  overflow: hidden;
  background-image: url("../video/banner_portada.jpg");
  background-size: cover;
  background-position: center;
}

.hero #heroVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

#heroVideo {
  opacity: 0;
  transition: opacity 0.5s ease;
}

#heroVideo.ready {
  opacity: 1;
}

.video-toggle {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 10;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  cursor: pointer;
}

/* Placeholder imagen gris */
.placeholder-img {
  background: #ddd;
  height: 200px;
}

/* Emergencias */
.emergencias i {
  font-size: 1.8rem;
}

/* Botón flotante */
/*button#chatbase-bubble-button {
    position: fixed !important;
    bottom: 45vh !important;
    right: 16px !important;
    z-index: 999;
}*/
@font-face {
  font-family: "Barlow";
  src: url("../font/Barlow-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../font/Barlow-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Barlow";
  src: url("../font/Barlow-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../font/Barlow-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Barlow";
  src: url("../font/Barlow-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../font/Barlow-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Barlow";
  src: url("../font/Barlow-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../font/Barlow-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
.btn-primary {
  background-color: #2952CC;
  border-color: #2952CC;
}
.btn-primary:hover {
  background-color: rgb(12.731492597%, 25.4629851941%, 63.3469387755%);
  border-color: rgb(12.731492597%, 25.4629851941%, 63.3469387755%);
}

nav.navbar {
  background-image: linear-gradient(165deg, rgb(88.4081632653%, 90.7378951581%, 97.6702681072%) 20%, #fff 40%, #fff 70%, #ffccdd 90%);
}
nav.navbar button.hamburger .hamburger-inner,
nav.navbar button.hamburger .hamburger-inner:before,
nav.navbar button.hamburger .hamburger-inner:after {
  background-color: #2952CC;
}
nav.navbar .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
  color: #2952CC;
}
nav.navbar .navbar-collapse ul.navbar-nav li.nav-item a.nav-link:hover {
  color: rgb(30.1224489796%, 44.1664665866%, 85.955982393%);
}
nav.navbar .navbar-collapse ul.navbar-nav li.nav-item .dropdown-menu a.dropdown-item {
  color: #2952CC;
}
nav.navbar .navbar-collapse ul.navbar-nav li.nav-item .dropdown-menu a.dropdown-item:hover, nav.navbar .navbar-collapse ul.navbar-nav li.nav-item .dropdown-menu a.dropdown-item.active {
  color: #fff;
  background-color: #2952CC;
}
nav.navbar .navbar-collapse ul.navbar-nav li.nav-item #dropdown-search .input-group input#search {
  color: #2952CC;
}
nav.navbar .navbar-collapse ul.navbar-nav li.nav-item #dropdown-search .input-group .input-group-append button#search-addon i.bi-search {
  color: #2952CC;
}
nav.navbar .navbar-collapse ul.navbar-nav li.nav-item #dropdown-search .input-group .input-group-append button#search-addon:hover i.bi-search {
  color: rgb(30.1224489796%, 44.1664665866%, 85.955982393%);
}

.hero-content p {
  color: #2952CC;
}
.hero-content .hero-hora, .hero-content .hero-tiempo {
  border-color: #2952CC !important;
}

section#impuestos-y-contribuciones h2 {
  color: #2952CC;
}
section#impuestos-y-contribuciones h2 span.titulo-seccion {
  border-color: #2952CC;
}
section#impuestos-y-contribuciones h2 span.titulo-seccion::before, section#impuestos-y-contribuciones h2 span.titulo-seccion::after {
  background: #2952CC;
}
section#impuestos-y-contribuciones .card .card-body svg {
  fill: #2952CC;
}
section#impuestos-y-contribuciones .card .card-body h4 {
  color: #2952CC;
}
section#impuestos-y-contribuciones .card .card-body .btn-primary {
  background-color: #2952CC;
  border-color: #2952CC;
}
section#impuestos-y-contribuciones .card .card-body .btn-primary:hover {
  background-color: rgb(12.731492597%, 25.4629851941%, 63.3469387755%);
  border-color: rgb(12.731492597%, 25.4629851941%, 63.3469387755%);
}
section#impuestos-y-contribuciones .card .card-body .btn-outline-primary {
  color: #2952CC;
  border-color: #2952CC;
}
section#impuestos-y-contribuciones .card .card-body .btn-outline-primary:hover {
  color: #fff;
  background-color: #2952CC;
  border-color: #2952CC;
}
section#impuestos-y-contribuciones h2 {
  color: #2952CC;
}
section#impuestos-y-contribuciones h2 span.titulo-seccion {
  border-color: #2952CC;
}
section#impuestos-y-contribuciones h2 span.titulo-seccion::before, section#impuestos-y-contribuciones h2 span.titulo-seccion::after {
  background: #2952CC;
}
section#impuestos-y-contribuciones a.card-link .card-body h4, section#impuestos-y-contribuciones a.card-link .card-body p.text-muted {
  color: #fff !important;
}
section#impuestos-y-contribuciones a.card-link .card-body svg {
  fill: #fff;
}
section#impuestos-y-contribuciones #card-comercio-e-industria {
  background-color: #2952CC;
}
section#impuestos-y-contribuciones #card-comercio-e-industria .card-body .btn-primary {
  color: #2952CC;
  background-color: #fff;
  border-color: #2952CC;
}
section#impuestos-y-contribuciones #card-comercio-e-industria .card-body .btn-primary:hover {
  color: #fff;
  background-color: #2952CC;
  border-color: #fff;
}
section#impuestos-y-contribuciones #card-comercio-e-industria .card-body .btn-outline-primary {
  color: #fff;
  background-color: #2952CC;
  border-color: #fff;
}
section#impuestos-y-contribuciones #card-comercio-e-industria .card-body .btn-outline-primary:hover {
  color: #2952CC;
  background-color: #fff;
  border-color: #2952CC;
}
section#impuestos-y-contribuciones #card-cementerio {
  background-color: #FF3377;
}
section#impuestos-y-contribuciones #card-cementerio .card-body .btn-primary {
  color: #FF3377;
  background-color: #fff;
  border-color: #FF3377;
}
section#impuestos-y-contribuciones #card-cementerio .card-body .btn-primary:hover {
  color: #fff;
  background-color: #FF3377;
  border-color: #fff;
}
section#impuestos-y-contribuciones #card-cementerio .card-body .btn-outline-primary {
  color: #fff;
  background-color: #FF3377;
  border-color: #fff;
}
section#impuestos-y-contribuciones #card-cementerio .card-body .btn-outline-primary:hover {
  color: #FF3377;
  background-color: #fff;
  border-color: #FF3377;
}
section#impuestos-y-contribuciones #card-automotor {
  background-color: #00B377;
}
section#impuestos-y-contribuciones #card-automotor .card-body .btn-primary {
  color: #00B377;
  background-color: #fff;
  border-color: #00B377;
}
section#impuestos-y-contribuciones #card-automotor .card-body .btn-primary:hover {
  color: #fff;
  background-color: #00B377;
  border-color: #fff;
}
section#impuestos-y-contribuciones #card-automotor .card-body .btn-outline-primary {
  color: #fff;
  background-color: #00B377;
  border-color: #fff;
}
section#impuestos-y-contribuciones #card-automotor .card-body .btn-outline-primary:hover {
  color: #00B377;
  background-color: #fff;
  border-color: #00B377;
}
section#impuestos-y-contribuciones #card-propiedad {
  background-color: #CC33CC;
}
section#impuestos-y-contribuciones #card-propiedad .card-body .btn-primary {
  color: #CC33CC;
  background-color: #fff;
  border-color: #CC33CC;
}
section#impuestos-y-contribuciones #card-propiedad .card-body .btn-primary:hover {
  color: #fff;
  background-color: #CC33CC;
  border-color: #fff;
}
section#impuestos-y-contribuciones #card-propiedad .card-body .btn-outline-primary {
  color: #fff;
  background-color: #CC33CC;
  border-color: #fff;
}
section#impuestos-y-contribuciones #card-propiedad .card-body .btn-outline-primary:hover {
  color: #CC33CC;
  background-color: #fff;
  border-color: #CC33CC;
}
section#impuestos-y-contribuciones #card-monotributo {
  background-color: #F2BF24;
}
section#impuestos-y-contribuciones #card-monotributo .card-body h4, section#impuestos-y-contribuciones #card-monotributo .card-body p.text-muted {
  color: #2952CC !important;
}
section#impuestos-y-contribuciones #card-monotributo .card-body svg {
  fill: #2952CC;
}

section#tramites h2 {
  color: #fff;
}
section#tramites h2 span.titulo-seccion {
  border-color: #fff;
}
section#tramites h2 span.titulo-seccion::before, section#tramites h2 span.titulo-seccion::after {
  background: #fff;
}
section#tramites .card .card-body svg {
  fill: #2952CC;
}
section#tramites .card .card-body h4 {
  color: #2952CC;
}
section#tramites .card .card-body .btn-primary {
  background-color: #2952CC;
  border-color: #2952CC;
}
section#tramites .card .card-body .btn-primary:hover {
  background-color: rgb(12.731492597%, 25.4629851941%, 63.3469387755%);
  border-color: rgb(12.731492597%, 25.4629851941%, 63.3469387755%);
}
section#tramites .card .card-body .btn-outline-primary {
  color: #2952CC;
  border-color: #2952CC;
}
section#tramites .card .card-body .btn-outline-primary:hover {
  color: #fff;
  background-color: #2952CC;
  border-color: #2952CC;
}

section#numeros-utiles {
  background-image: radial-gradient(farthest-corner at 95% 95%, #FF3377, #2952CC 70%);
}
section#numeros-utiles h2 {
  color: #fff;
}
section#numeros-utiles h2 span.titulo-seccion {
  border-color: #fff;
}
section#numeros-utiles h2 span.titulo-seccion::before, section#numeros-utiles h2 span.titulo-seccion::after {
  background: #fff;
}

section#noticias h2 {
  color: #2952CC;
}
section#noticias h2 span.titulo-seccion {
  border-color: #2952CC;
}
section#noticias h2 span.titulo-seccion::before, section#noticias h2 span.titulo-seccion::after {
  background: #2952CC;
}
section#noticias .card .card-body .card-noticias-pie a {
  color: #2952CC;
}
section#noticias .slick-noticias .slick-arrow i.bi {
  color: #2952CC;
}
section#noticias .slick-noticias ul.slick-dots li button {
  background: #2952CC;
}
section#noticias .btn-primary {
  background-color: #2952CC;
  border-color: #2952CC;
}
section#noticias .btn-primary:hover {
  background-color: rgb(12.731492597%, 25.4629851941%, 63.3469387755%);
  border-color: rgb(12.731492597%, 25.4629851941%, 63.3469387755%);
}

footer.bg-dark {
  background-image: radial-gradient(farthest-corner at 95% 95%, #FF3377, #2952CC 70%);
}
footer.bg-dark .pie-enlaces-1 h5 a,
footer.bg-dark .pie-enlaces-2 h5 a {
  color: #F5F5F5;
}
footer.bg-dark .pie-enlaces-1 p a,
footer.bg-dark .pie-enlaces-2 p a {
  color: #F5F5F5;
}
footer.bg-dark .pie-redes-signica .pie-redes a i.bi {
  color: #F5F5F5;
}

html, body {
  scroll-behavior: smooth;
}

a {
  color: #2952CC;
}

a:hover {
  text-decoration: none;
}

.container, .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -12px;
  margin-right: -12px;
}

[class*="col "], [class*=col-] {
  padding-left: 12px;
  padding-right: 12px;
}

:focus-visible {
  outline: unset;
}

body {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
}

body.noticias,
body.obras,
body.nota,
body.contacto,
body.boletin,
body.busqueda {
  margin-top: 72px;
}
body.noticias section.contenido,
body.obras section.contenido,
body.nota section.contenido,
body.contacto section.contenido,
body.boletin section.contenido,
body.busqueda section.contenido {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

body.noticias h1 span.titulo-seccion,
body.obras h1 span.titulo-seccion,
body.contacto h1 span.titulo-seccion,
body.boletin h1 span.titulo-seccion,
body.busqueda h1 span.titulo-seccion {
  display: inline-block;
  padding-right: 2rem;
  border-bottom: 1px solid #2952CC;
  margin-bottom: 1rem;
  position: relative;
  color: #2952CC;
  line-height: 1;
  padding-bottom: 0.5rem;
}
body.noticias h1 span.titulo-seccion::after,
body.noticias h1 span.titulo-seccion::before,
body.obras h1 span.titulo-seccion::after,
body.obras h1 span.titulo-seccion::before,
body.contacto h1 span.titulo-seccion::after,
body.contacto h1 span.titulo-seccion::before,
body.boletin h1 span.titulo-seccion::after,
body.boletin h1 span.titulo-seccion::before,
body.busqueda h1 span.titulo-seccion::after,
body.busqueda h1 span.titulo-seccion::before {
  content: "";
  position: absolute;
  bottom: -8px;
  height: 8px;
  background-color: #2952CC;
}
body.noticias h1 span.titulo-seccion::after,
body.obras h1 span.titulo-seccion::after,
body.contacto h1 span.titulo-seccion::after,
body.boletin h1 span.titulo-seccion::after,
body.busqueda h1 span.titulo-seccion::after {
  width: 24px;
  left: 0;
}
body.noticias h1 span.titulo-seccion::before,
body.obras h1 span.titulo-seccion::before,
body.contacto h1 span.titulo-seccion::before,
body.boletin h1 span.titulo-seccion::before,
body.busqueda h1 span.titulo-seccion::before {
  left: 32px;
  width: 8px;
}
body.noticias ul.pagination li.page-item:not(.disabled):not(.active) .page-link,
body.obras ul.pagination li.page-item:not(.disabled):not(.active) .page-link,
body.contacto ul.pagination li.page-item:not(.disabled):not(.active) .page-link,
body.boletin ul.pagination li.page-item:not(.disabled):not(.active) .page-link,
body.busqueda ul.pagination li.page-item:not(.disabled):not(.active) .page-link {
  color: #2952CC;
}
body.noticias ul.pagination li.active .page-link,
body.obras ul.pagination li.active .page-link,
body.contacto ul.pagination li.active .page-link,
body.boletin ul.pagination li.active .page-link,
body.busqueda ul.pagination li.active .page-link {
  background-color: #2952CC;
  border-color: #2952CC;
}

body.nota p.categoria,
body.nota p.volanta,
body.contacto p.categoria,
body.contacto p.volanta,
body.boletin p.categoria,
body.boletin p.volanta,
body.autoridades p.categoria,
body.autoridades p.volanta {
  text-transform: uppercase;
  color: #fff;
  border-left: 1px solid #2952CC;
  padding: 0.75rem 0;
}
body.nota p.categoria span,
body.nota p.volanta span,
body.contacto p.categoria span,
body.contacto p.volanta span,
body.boletin p.categoria span,
body.boletin p.volanta span,
body.autoridades p.categoria span,
body.autoridades p.volanta span {
  background-color: #2952CC;
  border-radius: 0 0.25rem 0.25rem 0;
  padding: 0.25rem 0.75rem 0.25rem 0.25rem;
  margin: 0.5rem 0;
}

body.nota aside .sidebar-box h3,
body.boletin aside .sidebar-box h3,
body.autoridades aside .sidebar-box h3 {
  line-height: 1;
}
body.nota aside .sidebar-box h3 span.titulo-seccion,
body.boletin aside .sidebar-box h3 span.titulo-seccion,
body.autoridades aside .sidebar-box h3 span.titulo-seccion {
  display: inline-block;
  padding-right: 2rem;
  border-bottom: 1px solid #2952CC;
  margin-bottom: 1rem;
  position: relative;
  color: #2952CC;
  padding-bottom: 0.5rem;
}
body.nota aside .sidebar-box h3 span.titulo-seccion::after,
body.nota aside .sidebar-box h3 span.titulo-seccion::before,
body.boletin aside .sidebar-box h3 span.titulo-seccion::after,
body.boletin aside .sidebar-box h3 span.titulo-seccion::before,
body.autoridades aside .sidebar-box h3 span.titulo-seccion::after,
body.autoridades aside .sidebar-box h3 span.titulo-seccion::before {
  content: "";
  position: absolute;
  bottom: -8px;
  height: 8px;
  background-color: #2952CC;
}
body.nota aside .sidebar-box h3 span.titulo-seccion::after,
body.boletin aside .sidebar-box h3 span.titulo-seccion::after,
body.autoridades aside .sidebar-box h3 span.titulo-seccion::after {
  width: 24px;
  left: 0;
}
body.nota aside .sidebar-box h3 span.titulo-seccion::before,
body.boletin aside .sidebar-box h3 span.titulo-seccion::before,
body.autoridades aside .sidebar-box h3 span.titulo-seccion::before {
  left: 32px;
  width: 8px;
}
body.nota aside .sidebar-box a.related-item,
body.boletin aside .sidebar-box a.related-item,
body.autoridades aside .sidebar-box a.related-item {
  padding-bottom: 0.5rem;
  position: relative;
}
body.nota aside .sidebar-box a.related-item h4.related-title,
body.boletin aside .sidebar-box a.related-item h4.related-title,
body.autoridades aside .sidebar-box a.related-item h4.related-title {
  color: #2952CC;
}
body.nota aside .sidebar-box a.related-item::after,
body.boletin aside .sidebar-box a.related-item::after,
body.autoridades aside .sidebar-box a.related-item::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #2952CC;
  transition: all 0.2s;
}
body.nota aside .sidebar-box a.related-item.activo::after, body.nota aside .sidebar-box a.related-item:hover::after,
body.boletin aside .sidebar-box a.related-item.activo::after,
body.boletin aside .sidebar-box a.related-item:hover::after,
body.autoridades aside .sidebar-box a.related-item.activo::after,
body.autoridades aside .sidebar-box a.related-item:hover::after {
  width: 72px;
}
body.nota aside .sidebar-box a.related-item.activo,
body.boletin aside .sidebar-box a.related-item.activo,
body.autoridades aside .sidebar-box a.related-item.activo {
  cursor: default;
}

@media screen and (max-width: 576px) {
  section.pagina-seccion {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

.form-control:focus,
.btn:focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

button:focus {
  outline: none;
}

.page-link:focus {
  box-shadow: none;
}

button#chatbase-bubble-button {
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
}
button#chatbase-bubble-button svg {
  width: 48px;
  height: 48px;
  fill: #fff;
}

@media screen and (max-width: 992px) {
  /*button#chatbase-bubble-button {
      bottom: 30vh !important;
  }*/
}
button#chatbase-bubble-button.show {
  opacity: 1;
  visibility: visible;
}

@keyframes pulse-soft {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.pulse-soft {
  animation: pulse-soft 2s ease-in-out 5;
  animation-iteration-count: 5;
}

.navbar a.navbar-brand img {
  height: 48px;
}
.navbar button.hamburger {
  display: none;
}
.navbar .navbar-collapse ul.navbar-nav {
  font-weight: 500;
}
.navbar .navbar-collapse ul.navbar-nav li.nav-item .dropdown-menu a.dropdown-item {
  font-size: 18px;
  font-weight: 500;
}
.navbar .navbar-collapse ul.navbar-nav li.nav-item #dropdown-search {
  min-width: 24rem;
}
.navbar .navbar-collapse ul.navbar-nav li.nav-item #dropdown-search .input-group {
  padding: 0 0.5rem;
}
.navbar .navbar-collapse ul.navbar-nav li.nav-item #dropdown-search .input-group input#search {
  font-size: 18px;
  border: none;
}
.navbar .navbar-collapse ul.navbar-nav li.nav-item #dropdown-search .input-group input#search:focus {
  border: none;
}
.navbar .navbar-collapse ul.navbar-nav li.nav-item #dropdown-search .input-group .input-group-append {
  background: #fff;
}
.navbar .navbar-collapse ul.navbar-nav li.nav-item #dropdown-search .input-group .input-group-append button#search-addon {
  border: none;
}
.navbar .navbar-collapse ul.navbar-nav li.nav-item #dropdown-search .input-group .input-group-append button#search-addon i.bi-search {
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .navbar .navbar-collapse ul.navbar-nav li.nav-item #dropdown-search .input-group .input-group-append button#search-addon i.bi-search {
    font-size: 24px;
  }
}
.navbar .navbar-collapse ul.navbar-nav li.nav-item #dropdown-search .input-group .input-group-append button#search-addon:hover {
  color: #212529;
  background: none;
}
@media screen and (max-width: 992px) {
  .navbar button.hamburger {
    display: flex;
  }
  .navbar .navbar-collapse {
    font-size: 24px;
    margin-top: 1rem;
  }
  .navbar .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .navbar .navbar-collapse ul.navbar-nav li.nav-item .dropdown-menu {
    padding: 0;
    border: none;
    background: none;
  }
  .navbar .navbar-collapse ul.navbar-nav li.nav-item .dropdown-menu a.dropdown-item {
    font-size: 24px;
  }
  .navbar .navbar-collapse ul.navbar-nav li.nav-item #dropdown-search {
    min-width: auto;
  }
  .navbar .navbar-collapse ul.navbar-nav li.nav-item #dropdown-search .input-group input#search {
    font-size: 24px;
  }
}

nav.navbar {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: transform 0.4s;
}

.scroll-down nav.navbar {
  transform: translateY(-100%);
}

.scroll-up nav.navbar {
  transform: none;
}

footer {
  padding: 4rem 0;
}
footer .pie-contenido .pie-logo-contacto-data, footer .pie-contenido .pie-enlaces-1,
footer .pie-contenido .pie-enlaces-2, footer .pie-contenido .pie-redes-signica {
  padding-left: 12px;
  padding-right: 12px;
}
footer .pie-contenido .pie-logo-contacto-data .pie-logo-contacto a.pie-logo img {
  height: 48px;
  margin-bottom: 0.5rem;
}
footer .pie-contenido .pie-logo-contacto-data .pie-logo-contacto p.pie-contacto {
  font-weight: 300;
  line-height: 1;
}
footer .pie-contenido .pie-logo-contacto-data .pie-data p {
  font-weight: 300;
  margin-bottom: 0;
}
footer .pie-contenido .pie-logo-contacto-data .pie-data p span.pie-data-fecha {
  font-weight: 500;
}
footer .pie-contenido .pie-enlaces-1 h5,
footer .pie-contenido .pie-enlaces-2 h5 {
  text-transform: uppercase;
  margin-bottom: 1rem;
}
footer .pie-contenido .pie-enlaces-1 h5:not(:first-of-type),
footer .pie-contenido .pie-enlaces-2 h5:not(:first-of-type) {
  margin-top: 0.5rem;
}
footer .pie-contenido .pie-enlaces-1 h5:last-child,
footer .pie-contenido .pie-enlaces-2 h5:last-child {
  margin-bottom: 0;
}
footer .pie-contenido .pie-redes-signica .pie-redes a i.bi {
  font-size: 32px;
  line-height: 1;
}
footer .pie-contenido .pie-redes-signica .pie-redes a i.bi-instagram {
  margin-left: 1rem;
}
footer .pie-contenido .pie-redes-signica .pie-signica p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
}
footer .pie-contenido .pie-redes-signica .pie-signica p a img {
  height: 12px;
}
@media screen and (max-width: 992px) {
  footer .pie-contenido {
    flex-direction: column;
  }
  footer .pie-contenido .pie-logo-contacto-data, footer .pie-contenido .pie-enlaces-1,
  footer .pie-contenido .pie-enlaces-2, footer .pie-contenido .pie-redes-signica {
    text-align: center;
  }
  footer .pie-contenido .pie-logo-contacto-data, footer .pie-contenido .pie-enlaces-2 {
    margin-bottom: 2rem;
  }
  footer .pie-contenido .pie-redes-signica {
    align-items: center !important;
  }
  footer .pie-contenido .pie-redes-signica .pie-redes {
    margin-bottom: 2rem;
  }
  footer .pie-contenido .pie-redes-signica .pie-signica {
    text-align: center !important;
  }
}

h2 span.titulo-seccion {
  display: inline-block;
  padding: 0 2rem;
  border-bottom: 1px solid;
  margin-bottom: 3rem;
  position: relative;
}

h2 span.titulo-seccion::after,
h2 span.titulo-seccion::before {
  content: "";
  position: absolute;
  bottom: -8px;
  height: 8px;
}

h2 span.titulo-seccion::after {
  width: 24px;
  left: 50%;
  transform: translateX(calc(-50% - 8px));
}

h2 span.titulo-seccion::before {
  left: 24px;
  width: 8px;
  left: 50%;
  transform: translateX(calc(-50% + 16px));
}

section#numeros-utiles, section#impuestos-y-contribuciones,
section#tramites, section#noticias {
  padding: 4rem 0;
}

.card-link {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.25) !important;
}
.card-link h4, .card-link h5, .card-link button.btn-link {
  color: #2952CC;
}
.card-link:hover {
  text-decoration: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25) !important;
}

.rounded {
  border-radius: 0.5rem !important;
}

.hero {
  position: relative;
  height: 75vh;
  overflow: hidden;
  margin-top: 72px;
}

.hero #heroVideo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("../video/banner_portada.jpg") center center/cover no-repeat;
}

.hero #youtubeHero {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100%, 133.33vh);
  height: max(100%, 56.25vw);
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}

button#toggleVideo {
  width: 40px;
  height: 40px;
}

.hero-lema {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1rem;
  mix-blend-mode: lighten;
  max-width: 100%;
}

.hero-content {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  color: #212529;
  background-color: rgba(255, 255, 255, 0.65);
  padding: 1rem 8px;
  display: flex;
  align-items: center;
  border-radius: 8px;
}
.hero-content .hero-fecha-hora {
  display: flex;
  align-items: center;
}
.hero-content p {
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0;
}
.hero-content .hero-fecha, .hero-content .hero-hora,
.hero-content .hero-tiempo {
  padding: 0 8px;
  border-left: 1px solid;
  height: 100%;
}
.hero-content .hero-fecha-dia p,
.hero-content .hero-hora p,
.hero-content p.hero-tiempo-temperatura {
  font-size: 40px;
}
.hero-content p.hero-tiempo-icono {
  font-size: 32px;
}
.hero-content .hero-fecha {
  display: flex;
  align-items: center;
  border-left: none;
}
.hero-content .hero-fecha .hero-fecha-mes-anio {
  margin-left: 8px;
}
.hero-content .hero-hora {
  display: flex;
  align-items: center;
}
.hero-content .hero-tiempo {
  display: flex;
  align-items: center;
}
.hero-content .hero-tiempo .hero-tiempo-icono-temperatura {
  display: flex;
  align-items: center;
}
.hero-content .hero-tiempo .hero-tiempo-icono-temperatura p.hero-tiempo-icono {
  margin-top: 4px;
}
.hero-content .hero-tiempo .hero-tiempo-icono-temperatura p.hero-tiempo-temperatura {
  margin-left: 4px;
}
.hero-content .hero-tiempo .hero-tiempo-maxima-minima {
  margin-left: 8px;
}
@media screen and (max-width: 576px) {
  .hero-content {
    flex-direction: column;
    padding: 8px;
  }
  .hero-content p {
    font-size: 16px;
  }
  .hero-content .hero-tiempo {
    border-left: none;
    border-top: 1px solid;
    padding-top: 8px;
    margin-top: 8px;
  }
  .hero-content .hero-fecha-dia p,
  .hero-content .hero-hora p,
  .hero-content p.hero-tiempo-temperatura {
    font-size: 32px;
  }
  .hero-content p.hero-tiempo-icono {
    font-size: 28px;
  }
}

section#impuestos-y-contribuciones .card {
  border: none;
}
section#impuestos-y-contribuciones .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}
section#impuestos-y-contribuciones .card .card-body svg {
  width: 144px;
  height: 72px;
  margin-bottom: 1rem;
}
section#impuestos-y-contribuciones .card .card-body p {
  line-height: 1;
}
section#impuestos-y-contribuciones .card .card-body a.btn {
  margin: 0 auto;
}
section#impuestos-y-contribuciones #card-automotor .card-body svg {
  height: 64px;
}

section#tramites {
  position: relative;
}
section#tramites .tramites-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}
section#tramites .card {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.35) !important;
}
section#tramites .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}
section#tramites .card .card-body svg {
  width: 144px;
  height: 72px;
  margin-bottom: 1rem;
}
section#tramites .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35) !important;
}
section#tramites #card-registro-civil .card-body svg,
section#tramites #card-licencia-de-conducir .card-body svg {
  padding: 8px;
}
section#tramites .card-link {
  transition: 0.1s;
}
section#tramites .card-link:hover {
  transform: translateY(-0.25rem);
}

.paraxify {
  background-image: url("../img/tramites_bg.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

section#numeros-utiles span.titulo-seccion {
  margin-bottom: 1rem;
}
section#numeros-utiles .numeros-utiles {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: 0.5rem;
}
section#numeros-utiles .numeros-utiles svg {
  width: 144px;
  height: 72px;
  margin: 1rem;
  fill: white;
}
section#numeros-utiles .numeros-utiles span.numeros-utiles-dependencia,
section#numeros-utiles .numeros-utiles span.numeros-utiles-numero {
  text-align: center;
}
section#numeros-utiles .numeros-utiles span.numeros-utiles-dependencia {
  text-transform: uppercase;
}
section#numeros-utiles .numeros-utiles span.numeros-utiles-numero {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}

section#noticias .card {
  margin: 0 12px;
}
section#noticias .card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
section#noticias .card .card-body {
  height: 176px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
section#noticias .card .card-body p.small i.bi {
  color: #2952CC;
}
section#noticias .slick-noticias {
  margin: 0 -12px 3rem;
  position: relative;
}
section#noticias .slick-noticias .slick-list .slick-track {
  padding: 1rem 0 1.5rem;
}
section#noticias .slick-noticias .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#noticias .slick-noticias .slick-arrow i.bi {
  font-size: 40px;
}
section#noticias .slick-noticias .slick-arrow-left {
  left: -32px;
}
section#noticias .slick-noticias .slick-arrow-right {
  right: -32px;
}
section#noticias .slick-noticias ul.slick-dots {
  bottom: -1rem;
}
section#noticias .slick-noticias ul.slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  transition: width 0.1s;
}
section#noticias .slick-noticias ul.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
section#noticias .slick-noticias ul.slick-dots li button:before {
  display: none;
}
section#noticias .slick-noticias ul.slick-dots li.slick-active {
  width: 32px;
}
@media screen and (max-width: 992px) {
  section#noticias .slick-noticias .slick-arrow i.bi {
    color: #fff;
  }
  section#noticias .slick-noticias .slick-arrow-left {
    left: 8px;
  }
  section#noticias .slick-noticias .slick-arrow-right {
    right: 8px;
  }
}

body.noticias a.card-link {
  display: flex;
  flex-direction: row;
  height: 192px;
}
body.noticias a.card-link img {
  width: 25%;
  object-fit: cover;
  border-radius: 0.5rem 0 0 0.5rem;
}
body.noticias a.card-link .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
body.noticias a.card-link .card-body p.small {
  margin-bottom: 0.5rem;
}
body.noticias a.card-link .card-body p.small i.bi {
  color: #2952CC;
}
body.noticias a.card-link .card-body p {
  line-height: 1;
  color: #6c757d;
}
@media screen and (max-width: 992px) {
  body.noticias a.card-link {
    height: 240px;
  }
  body.noticias a.card-link img {
    width: 33.333%;
  }
}
@media screen and (max-width: 768px) {
  body.noticias a.card-link {
    flex-direction: column;
    height: 512px;
  }
  body.noticias a.card-link img {
    width: 100%;
    height: 256px;
    border-radius: 0.5rem 0.5rem 0 0;
  }
}

body.obras a.card-link {
  height: 512px;
}
body.obras a.card-link img {
  height: 240px;
  object-fit: cover;
  border-radius: 0.5rem 0.5rem 0 0;
}

body.nota nav ol.breadcrumb li.breadcrumb-item {
  line-height: 1;
  padding-left: 0;
  padding-right: 0.5rem;
}
body.nota nav ol.breadcrumb li.breadcrumb-item a {
  color: #2952CC;
}
body.nota nav ol.breadcrumb li.breadcrumb-item::before {
  padding-left: 0;
  padding-right: 0.5rem;
}
body.nota .nota-envolvente .imagen-destacada img {
  width: 100%;
  height: 544px;
  object-fit: cover;
}
body.nota .nota-envolvente h1.titulo, body.nota .nota-envolvente h3, body.nota .nota-envolvente h4 {
  color: #2952CC;
}
body.nota .nota-envolvente h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
body.nota .nota-envolvente h3, body.nota .nota-envolvente h4 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}
body.nota .nota-envolvente h4 {
  font-size: 1.25rem;
}
body.nota .nota-envolvente .share-buttons {
  display: flex;
  margin: 2rem 0;
}
body.nota .nota-envolvente .share-buttons a.share-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 0.25rem;
  border: none;
}
body.nota .nota-envolvente .share-buttons a.share-btn i.bi {
  font-size: 18px;
}
body.nota .nota-envolvente .share-buttons a.btn-whatsapp {
  background-color: #25D366;
}
body.nota .nota-envolvente .share-buttons a.btn-whatsapp:hover {
  background-color: #20ba5a;
}
body.nota .nota-envolvente .share-buttons a.btn-facebook {
  background-color: #1877F2;
}
body.nota .nota-envolvente .share-buttons a.btn-facebook:hover {
  background-color: #1669d9;
}
body.nota .nota-envolvente .share-buttons a.btn-twitter {
  background-color: #000000;
}
body.nota .nota-envolvente .share-buttons a.btn-twitter:hover {
  background-color: #222;
}
body.nota .nota-envolvente .share-buttons a.btn-copy-link i.bi {
  font-size: 24px;
}
body.nota .nota-envolvente .nota-cuerpo {
  overflow-wrap: anywhere;
}
body.nota .nota-envolvente .nota-cuerpo p {
  margin-bottom: 0.75rem;
}
body.nota .nota-envolvente .galeria img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
body.nota .nota-envolvente .galeria a.galeria-video {
  position: relative;
}
body.nota .nota-envolvente .galeria a.galeria-video .galeria-video-placeholder {
  width: 100%;
  height: 240px;
  background: #1d2327;
}
body.nota .nota-envolvente .galeria a.galeria-video i.bi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 96px;
  color: #fff;
  opacity: 0.5;
}
body.nota .nota-envolvente .grid-fotos, body.nota .nota-envolvente .grid-videos {
  margin: 0 -4px 1rem;
}
body.nota .nota-envolvente .grid-fotos .grid-item, body.nota .nota-envolvente .grid-videos .grid-item {
  width: 33.333%;
  padding: 4px;
}
body.nota .nota-envolvente .grid-fotos {
  margin-top: 1.5rem;
}
body.nota .nota-envolvente .gallery {
  margin: 1.5rem -4px 1rem !important;
}
body.nota .nota-envolvente .gallery dl.gallery-item {
  width: 33.333%;
}
body.nota .nota-envolvente .gallery dl.gallery-item dt.gallery-icon a img {
  padding: 4px;
  border: none !important;
}
body.nota .nota-envolvente .share-whatsapp-bottom {
  margin-top: 2.5rem;
}
body.nota .nota-envolvente .share-whatsapp-bottom a.btn-whatsapp-lg {
  background-color: #25D366;
  border: none;
}
body.nota .nota-envolvente .share-whatsapp-bottom a.btn-whatsapp-lg:hover {
  background-color: #20ba5a;
}
body.nota .nota-envolvente .back-link a {
  color: #2952CC;
}
body.nota .nota-envolvente table {
  margin-bottom: 1.5rem;
}
body.nota .nota-envolvente table tbody tr td {
  vertical-align: top;
  line-height: 1;
  padding: 0.5rem 1rem 0.75rem 0;
  position: relative;
}
body.nota .nota-envolvente table tbody tr td a {
  color: #2952CC;
}
body.nota .nota-envolvente table tbody tr td strong {
  color: #2952CC;
}
body.nota .nota-envolvente table tbody tr td::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 8px;
  top: 0;
  border-top: 1px solid #2952CC;
}
@media screen and (max-width: 992px) {
  body.nota .nota-envolvente .imagen-destacada img {
    height: 360px;
  }
}

body.nota img.nota-img,
body.autoridades img.nota-img {
  width: 100%;
  height: 512px;
  object-fit: cover;
}

body.nota aside .sidebar-box a.related-item img,
body.boletin aside .sidebar-box a.related-item img {
  width: 100%;
  height: 168px;
  object-fit: cover;
}
body.nota aside .sidebar-box a.related-item p.related-date,
body.boletin aside .sidebar-box a.related-item p.related-date {
  margin-bottom: 0;
}
body.nota aside .sidebar-general a.related-item,
body.boletin aside .sidebar-general a.related-item {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #ced4da;
}
body.nota aside .sidebar-general a.related-item.activo,
body.boletin aside .sidebar-general a.related-item.activo {
  pointer-events: none;
  cursor: default;
}
body.nota aside .sidebar-general a.related-item::after,
body.boletin aside .sidebar-general a.related-item::after {
  bottom: 0.5rem;
}
body.nota aside .sidebar-general a.related-item.activo::after,
body.boletin aside .sidebar-general a.related-item.activo::after {
  width: 72px;
}
body.nota aside .sidebar-general a.related-item h4,
body.boletin aside .sidebar-general a.related-item h4 {
  font-size: 1.25rem;
}

body.boletin .ac {
  border: none;
}
body.boletin .ac h3.ac-header button.ac-trigger {
  font-size: 32px;
  font-weight: 600;
  color: #2952CC;
}
body.boletin .ac h3.ac-header button.ac-trigger i.bi.bi-caret-down-fill {
  font-size: 24px;
}
body.boletin .ac .ac-panel .anio-accordion .ac {
  border: none;
}
body.boletin .ac .ac-panel .anio-accordion .ac h4.ac-header button.ac-trigger {
  font-size: 24px;
  font-weight: 600;
  color: #2952CC;
}
body.boletin .ac .ac-panel .anio-accordion .ac h4.ac-header button.ac-trigger i.bi.bi-caret-down-fill {
  font-size: 16px;
}
body.boletin .ac .ac-panel .anio-accordion .ac .ac-panel {
  display: flex;
  flex-direction: column;
}
body.boletin .ac .ac-panel .anio-accordion .ac .ac-panel a.normativa {
  display: flex;
  color: #212529;
  padding: 1rem 0.5rem;
  border-bottom: 1px dashed #6c757d;
}
body.boletin .ac .ac-panel .anio-accordion .ac .ac-panel a.normativa i.bi.bi-filetype-pdf {
  font-size: 48px;
  color: #2952CC;
  margin-right: 0.5rem;
}
body.boletin .ac .ac-panel .anio-accordion .ac .ac-panel a.normativa span.normativa-texto {
  display: flex;
  flex-direction: column;
}
body.boletin .ac .ac-panel .anio-accordion .ac .ac-panel a.normativa span.normativa-texto span.normativa-numero,
body.boletin .ac .ac-panel .anio-accordion .ac .ac-panel a.normativa span.normativa-texto span.normativa-titulo {
  font-size: 20px;
}
body.boletin .ac .ac-panel .anio-accordion .ac .ac-panel a.normativa span.normativa-texto span.normativa-numero {
  line-height: 1;
  font-weight: 600;
}
body.boletin .ac .ac-panel .anio-accordion .ac .ac-panel a.normativa span.normativa-texto small.normativa-fecha {
  border-top: 1px dashed #2952CC;
  padding-top: 0.25rem;
  margin-top: 0.25rem;
  display: flex;
  align-self: flex-start;
}
body.boletin .ac .ac-panel .anio-accordion .ac .ac-panel a.normativa span.normativa-texto small.normativa-fecha i.bi.bi-calendar3 {
  color: #2952CC;
  margin-right: 0.25rem;
}
body.boletin .ac .ac-panel .anio-accordion .ac .ac-panel a.normativa:hover {
  background-color: #F5F5F5;
}

body.busqueda section.pagina-seccion h1, body.busqueda section.pagina-seccion h5 {
  color: #2952CC;
}
body.busqueda section.pagina-seccion .list-group a.list-group-item h5 {
  color: #2952CC;
}

body.contacto #notificaciones .alert {
  line-height: 1.5rem;
}
body.contacto form .input-line {
  position: relative;
}
body.contacto form .input-line .form-control {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: none;
}
body.contacto form .input-line .form-control:focus {
  box-shadow: none;
}
body.contacto form .input-line:after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 1px;
  height: 2px;
  background: #2952CC;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
body.contacto form .input-line:focus-within:after {
  transform: scaleX(1);
}
body.contacto form .input-line input.error {
  margin-bottom: 2rem;
}
body.contacto form .input-line textarea.error {
  margin-bottom: 3rem;
}
body.contacto form .input-line label.error {
  position: absolute;
  left: 0;
  top: calc(100% + 0.25rem);
  font-size: 1rem;
  line-height: 1;
  color: #dc3545;
}
body.contacto .contacto-info h3 {
  color: #2952CC;
}
/*# sourceMappingURL=estilos.css.map */