<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*.view-v-datos-abiertos{
    background: linear-gradient(180deg, rgba(204, 204, 204, 1) 1%, rgba(255, 255, 255, 1) 30%);
}*/
/*
.datos-abiertos-head-fondo {
  height: 100vh;
  background-image: url(/sites/default/files/datos-abiertos/DJI_20240306182145_0180_D.jpg);
  background-size: 110% 110%;
  background-position: center center;
  animation: shrink 5s infinite alternate;
}
@keyframes shrink {
  0% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}
*/

.field--name-field-dai-titulo h4, .h4 {
        font-size: 1rem;
}

.views-field {
    padding: 0px;
}

.col {
    padding: 1rem;
}

.btn-sm {
    padding: 0.25rem 2.5rem;
    font-size: 1rem !important;
    border-radius: 0px;
}

.datos-abiertos-24280 .datos-abiertos-head-titulo img{
    background: linear-gradient(90deg, rgb(255 255 255 / 78%) 2%, rgb(253 252 252 / 79%) 20%, rgb(255 255 255 / 84%) 100%);
    border-radius: 0.4em;
}

.block-page-title-block{
	display: none;
}

.py-5 {
    padding-top: 0rem !important;
    padding-bottom: 1rem !important;
}

.fw-light {
    font-size: 32px;
    font-weight: 500 !important;
    padding-bottom: 1rem;
}


.fw-light {
    font-weight: bold;
    color: #3169B3;
}

.datos-abiertos-head-fondo {
  position: relative;
  overflow: hidden;
}

.datos-abiertos-head-fondo img {
  transition: transform 0.5s;
}
/*
.datos-abiertos-head-fondo:hover img {
  transform: scale(1.2); 
}
*/
.datos-abiertos-head-1 {
    height: 500px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.datos-abiertos-head-fondo img {
    position: relative;
    top: 0px;
}

.bg-light {
    padding: 2rem !important;
    margin-bottom: 2rem;
    background-color: #F6F6F6 !important;
    margin-top: 2rem !important;
}

.py-lg-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }


.col-texto {
    display: flex;
    align-items: center;
    justify-content: center;
}

.col {
    padding: 2rem;
}


.btn-sm, .btn-group-sm &gt; .btn, .btn-group-sm &gt; a.button {
    padding: 0.25rem 2.5rem;
    font-size: 0.875rem;
    border-radius: 0px;
}

.btn-outline-secondary {
    color: #ffffff;
    border-color: #29ABE2;
    background: #29ABE2;
}

.card-1:hover {
    box-shadow: none;
}

.datos-abiertos-head-titulo {
    position: absolute;
    top: 45%;
    left: 3%;
    width: 100%;
}

.datos-abiertos-head-titulo h1{
    text-align: left;
    color: #fff;
    font-size: 3em;
    font-weight: 700;
}

.datos-abiertos-head-titulo img {
    height: 150px;
    width: 28rem;
}

main-datos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  font-family: 'Roboto', sans-serif;
}

.card-datos {
  width: 24rem;
  height: 36rem;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: #ffffff;
  box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.2);
}
.card-datos img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    transition: opacity .2s ease-out;
  }

.card-datos h2 {
    position: absolute;
    
    top: auto;
  	right: auto;
  	bottom: 30px;
  	left: 30px;
    
    margin: 0;
    transition: inset .3s .3s ease-out;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
  }
  
.card-datos p, .card-datos a {
    position: absolute;
    opacity: 0;
    max-width: 80%;
    transition: opacity .3s ease-out;
	color: #ffffff;
  }
  
.card-datos p {
    top: auto;
  	right: auto;
  	bottom: 80px;
  	left: 30px;
    
  }
  
.card-datos a {
    top: auto;
  	right: auto;
  	bottom: 40px;
  	left: 30px;
    color: inherit;
    text-decoration: none;
  }

.card-datos:hover {
    transition: opacity .3s ease-in;
    opacity: 1;
  }



.card-datos h2:hover {
    top: auto;
  	right: auto;
  	bottom: 220px;
  	left: 30px;
    
    transition: inset .3s ease-out;
  }

.card-datos p:hover {
    opacity: 1;
    transition: opacity .5s .1s ease-in;
	color: #ffffff;
  }
  
.card-datos a:hover {
    opacity: 1;
    transition: opacity .5s .1s ease-in;
	color: #ffffff;
  }
  
.card-datos img:hover {
    transition: opacity .3s ease-in;
    opacity: 1;
  }



.material-symbols-outlined {
  vertical-align: middle;
}

.datos-abiertos-titulo{
    width: 100%;
    text-align: center;
}

.datos-abiertos-titulo img{
    width: 80%;
}

.views-field-field-da-items {
  max-width: 100%;
  margin: 20px auto;
}

.field--name-field-dai-titulo {
    background-color: #29ABE2;
    color: white;
    padding: 10px;
    cursor: pointer;
    text-align: left;
    font-size: 18px;
    border: 1px solid #ccc;
    margin: 0;
}

.field--name-field-dai-detalle {
  padding: 10px;
  background-color: #f1f1f1;
  display: none;
  overflow: hidden;
  border: 1px solid #ccc;
  border-top: none;
}

.datos-abiertos {
    background-image: url(https://www.icde.gov.co/sites/default/files/2024-09/online-ftp-develp.jpg);
    padding: 20px;
    color: #ffffff;
    border-radius: 4px;
}

.view-v-datos-abiertos .views-field {
    padding: 0px;
}
/*
.datos-abiertos-menu {
    text-align: center;
    background: #857e7e;
    padding: 20px;
    color: #ffffff;
    display: grid;
    justify-content: center;
    border-radius: 20px 78px 0px 0px;
}
*/
.datos-abiertos-menu {
    padding: 0px;
    color: #ffffff;
    display: grid;
    border-radius: 0px 0px 0px 0px;
    height: 55px;
    background: #707173;
    text-align: center;
    justify-content: center;
    align-items: anchor-center;
}



.table {
    background: #ffffff;
}

.datos-abiertos-faq {
    color: #ffffff;
    border-color: #29ABE2;
    background: #29ABE2;
    text-align: center;
    padding: 10px;
}
.datos-abiertos-faq a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 740px) {
.datos-abiertos-head-1 {
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.datos-abiertos-head-fondo img {
    position: relative;
    top: -20px;
}

.py-5 {
    padding-top: 0rem !important;
    padding-bottom: 1rem !important;
}

.bg-light {
    padding: 0rem !important;
    margin-bottom: 1rem;
}

.col {
    padding: 1rem;
}
}</pre></body></html>