
.menu--menu-ninos,.menu--agenda{
    display:flex;
    align-items: center;
}
.menu--menu-ninos li a, .menu--agenda li a{
    color: white !important;
}

.menu--agenda li span{
    color: white !important;
    /* position: relative; */
    /* display: block; */
 margin-top: 10px;
}

.contenedor-cards--card:visited{
color:#ffffff!important}
.contenedor-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: start;
  padding: 0;
  max-width: 100%;
    margin-top: 4em;
}

.contenedor-cards--card {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 14.11px;
  border-radius: 6px;
  border: 2px solid #004884;
  background-color: #36c;
  width: 270px;
  height: 184px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s;
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  padding: 10px;
}

.contenedor-cards--card:hover {
  background-color: #004884;
  color: #ffffff;
}

.fondo-blanco {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}

.fondo-blanco:hover {
  border: 2px solid lightgray;
  background-color: #ffffff;
}

.fondo-blanco-img {
  width: 180px;
  object-fit: cover;
}

.contenedor-cards--card--icono {
  width: 75px;
  padding: 10px;
}

.enlaces-de-interes {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 100%;
    min-width: 100%;
    padding: 0px;
    margin-top: 5px;
}

.enlaces-de-interes__boton {
  width: clamp(200px, 100%, 324px);
  height: 62px;
  border-radius: 6px;
  border: 1px solid #004884;
  background-color: #36c;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.enlaces-de-interes__boton:visited{
    color: #ffffff !important;
}
.enlaces-de-interes__boton:hover {
  background-color: #004884;
}

.enlaces-de-interes__boton__contenido--img {
  width: 48px;
}
.enlaces-de-interes__boton__contenido {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 15px;
  font-size: 17px;
}
.enlaces-de-interes__boton__contenido--custom {
  height: 48px;
  color: #ffffff;
}
.enlaces-de-interes__boton__contenido--ideca {
  height: 46px;
}
.enlaces-de-interes__boton__contenido--go {
  height: 30px;
}
@media only screen and (max-width: 362px) {
  .enlaces-de-interes__boton {
    font-size: 15px;
  }
}

.image-button:hover {
  background-image: none;
  background-color: #c20201;
  color: #ffffff;
  transform: rotate(-2deg);
}

.lego-izquierda,
.lego-derecha {
  height: 62px;
  width: fit-content;
}

.enlaces-de-interes__boton__contenido-kids {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  height: 62px;
  width: 100%;
}
.boton-text-color {
  color: #015ebd;
  font-size:2rem;
}
.enlaces-de-interes__boton__contenido-kids:hover .boton-text-color {
  color: #ffffff;
}


@media only screen and (max-width: 362px) {
  .enlaces-de-interes__boton {
    font-size: 15px;
  }
}
.image-button {
  background-image: url("/sites/default/files/front/boton-kids-fondo.svg"); /* Asegúrate de poner la ruta correcta a tu imagen */
  background-color: #004884; /* Un color de fondo en caso de que la imagen no se cargue */
  background-size: cover; /* Esto hará que la imagen cubra todo el botón, puede ajustarse con 'contain' también */
  background-position: center; /* Centra la imagen en el botón */
  background-repeat: no-repeat; /* Evita que la imagen se repita */
  color: #000000 !important; /* Color del texto del botón */
  border: none; /* Elimina el borde del botón */
  font-size:1.8rem; /* El tamaño de la fuente del texto del botón */
  cursor: pointer; /* Cambia el cursor a un puntero cuando se pasa por encima */
  overflow: hidden;
  transition: 300ms;
}
.image-button:hover {
color:#ffffff!important;}
/* fin estilos enlaces de interes */

/* estilos cards utilidades cuadrados pqr chip */
.contenedor-cards-pqr {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: start;
  padding: 0px;
    margin-bottom: 1em;
}

.contenedor-cards--card-pqr:hover, .contenedor-cards--card-pqr_card:hover {
    border: 2px solid lightgrey;
}
.contenedor-cards--card-pqr {
  display: flex;
  /* align-items: center; */
  justify-content: start;
  gap: 14.11px;
  background-image: url(https://www.catastrobogota.gov.co/sites/default/files/front/pqr.png);
border:solid 2px transparent;
  background-color: transparent;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 360px;
  height: 276px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
  transition: transform 200ms;
  transform-origin: center;
}

.pqr-img {
  width: 100%;
}

.contenedor-cards--card-pqr_card {
  width: 360px;
  height: 276px;
  background-color: #3366cc;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
    border: solid 2px transparent;
  box-sizing: border-box;
}

.contenedor-cards--card-pqr_line {
  width: 85px;
  height: 26px;
  background-color: #ff7100;
  position: absolute;
}

.contenedor-cards--card-pqr_line:first-child {
  top: 39px;
  left: 0;
}

.contenedor-cards--card-pqr_line:last-child {
  bottom: 127px;
  right: 0;
}

.contenedor-cards--card-pqr_chip-icon {
  align-self: center;
  width: 100px;
}

.contenedor-cards--card-pqr_code {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: white;
  margin-top: 10px;
}

.contenedor-cards--card-pqr_title {
  text-align: center;
  font-size: 27px;
  font-weight: 800;
  color: white;
  margin-bottom: 10px;
}

.contenedor-cards--card-pqr_card_titulo {
  width: 200px;
  color: #ff0000;
  font-weight: bold;
  font-size: 21px;
  margin-left: 51%;
  margin-top: 7%;
background:none;
border:none;
}

@keyframes shake-0 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    transform: translate(-1px, 0px) rotate(-1deg);
  }
  50% {
    transform: translate(1px, 0px) rotate(1deg);
  }
  75% {
    transform: translate(-1px, 0px) rotate(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

.contenedor-cards--card-pqr:hover {
   animation-iteration-count: 1;
}

.contenedor-cards--card-pqr_card:hover {
    animation-iteration-count: 1;
}

/* fin estilos enlaces cuadrados pqr */
.content-top-1 h2{
	color:#ffffff;
}
.content-top-1 p{
	color:#d3d5d8;
}
.content_form{
    background:white;
}

.catastro--bread ol {
    padding: 0;
    margin-bottom: 0 !important;
    list-style: none;
    background-color: #3366cc;
    border-radius: 0;
}
.catastro--bread li, .catastro--bread li a{
  color:#ffffff !important;
}



.twitter-timeline iframe{
    height: 535px !important;
    padding-bottom: 25px;
    background: white;
}
/**bloque preguntas destacadas**/
.view-faq-destacadas li{
    list-style: none;
    border-left: solid 6px rgb(198, 88, 116);
    padding-left: 10px;
    background: #ffffff;
    padding: 17px;
    border-radius: 8px;
    box-shadow: 0 0 9px #c6c6c6;
}
.view-faq-destacadas li a{
     color: rgb(13, 12, 12);
}
.view-faq-destacadas ul{
    padding: 0;
	margin-top: 25px;
}

.faqs-destacadas-node--block {
    background: #ffffff;
    padding: 20px;
    margin-top: 23px;
    border-radius: 5px;
    border-bottom: solid 4px #d0d0d0;
}
/**bloque menu sobre catastro**/
.menu--transparencia .first, .menu--sobre-catastro .first{

    border: solid 1px #eaf1f9;
    border-radius: 1em;
    margin-bottom: 5px;
    box-shadow: 0 0 5px whitesmoke;

}
.menu--transparencia li, .menu--sobre-catastro li{
    border: solid 1px #eaf1f9;
    border-radius: 1em;
    margin-bottom: 5px;
    box-shadow: 0 0 5px whitesmoke;
    border-top: none;
    padding: 10px 0;
}
.menu--transparencia li:hover, .menu--sobre-catastro li:hover {
     background: #eaf1f9;
}
.menu--transparencia .active, .menu--sobre-catastro .active{
    background: #3366cc;
}
.menu--transparencia .active a  , .menu--sobre-catastro .active a{

    color: white !important;

}
