@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

:root {
    --color1: #262d13;
    --color2: #FDF3DB;
    --color3: #FFa31D;
    --color4: #FFEABE;
    --color5: #454E29;
    --fuente1: "Lora", serif;
    --fuente2: "Lato", sans-serif;
}

.color1 {
    color: var(--color1);
}

.color2 {
    color: var(--color2);
}

.color3 {
    color: var(--color3);
}

.color4 {
    color: var(--color4);
}

.color5 {
    color: var(--color5);
}

.bg-color1 {
    background-color: var(--color1);
}

.bg-color2 {
    background-color: var(--color2);
}

.bg-color3 {
    background-color: var(--color3);
}

.bg-color4 {
    background-color: var(--color4);
}

.bg-color5 {
    background-color: var(--color5);
}

.max-1260 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1260px;
}

.max-1320 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
}


.max-1140 {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.max-960 {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}

.img-100 img {
    width: 100%;
    height: auto;
}




/************************* ANIMACIONES *****************************/

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/******************************FIN ANIMACIONES *************************************/

.site-footer {
    background-color: var(--color2);
}



#header {
    padding-bottom: 0;
}

.navbar {
    background-color: var(--blue);
    padding: 0.3rem 1rem !important;
}

.region-featured-top {
    display: block;
}

#block-idartesencasa-2023-page-title {
    display: none;
}


.site-footer__top h2 {
    text-transform: capitalize;
    color: var(--background-tone1-dark);
}


dl,
ol,
ul {
    margin-left: 2rem;
}



.btn-close-idartes-modal {
    top: 7rem;
}


.white {
    color: white;
}

.white a {
    color: white;
    text-decoration: underline;
}



.font1-5 {
    font-size: 1.5rem;
}

.font1-3 {
    font-size: 1.3rem;
}

#page-wrapper {
    overflow: hidden;
}

.block-system-breadcrumb-block {
    margin-top: 2rem;
}



.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

:focus {
    outline: 0px;
}

#navbar-main>.container {
    padding-bottom: 0rem;
}

.navbar-brand {
    margin-bottom: 1rem;
}

#navbar-main .navbar-menu {
    justify-content: end;
    display: flex;
}

.scale:hover img {
    scale: 1.1
}

.scale img {
    transition: .5s ease;
}

.region-footer-fifth {
    justify-content: center;
}



/******************** ESTILOS SLICK ****************************/

/**
 * @file.
 * Provided basic styling for the Slick based on custom settings.
 */

.slick-wrapper,
.slick,
.slick * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slick img {
    height: auto;
}

.slick img,
.slick iframe {
    border: 0;
    max-width: 100%;
}

/* Prevents overflowing nested slides. */
.slick,
.slick-wrapper {
    max-width: 100%;
    position: relative;
}

/**
  * Misc overrides core slick.
  */
.slick-initialized {
    overflow: visible;
}

.slick__slider::before,
.slick__slider::after {
    display: table;
    content: '';
}

.slick__slider::after {
    clear: both;
}

/** Draggable. */
.draggable {
    cursor: -webkit-grab;
    cursor: grab;
}

.draggable:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.draggable:active a,
.draggable:active .slide__caption {
    cursor: -webkit-grabbing;
    cursor: grabbing;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

/** Visibility fix for stacking slides during initialization. */
.slick__slide {
    max-width: 100%;
    position: absolute;
    visibility: hidden;
}

/** Prevents collapsing container during initialization. */
.slick__slide.slide--0 {
    position: relative;
}

.unslick .slick__slide,
.slick-initialized .slick__slide {
    position: relative;
    visibility: visible;
}

/* Fix for Chrome blue outline */
.slick__slide:focus {
    outline: 0;
    /* csslint allow: outline-none */
}

/* Prevents collapsing slick when unslick like one item. */
.unslick .slick__slide {
    width: 100%;
}

.slick-current {
    z-index: 4;
}

/**
  * Slide layouts, adjust accordingly per actual container slide.
  */
.slide__content,
.grid__content {
    position: relative;
}

.slide__content::after {
    content: "";
    display: table;
    clear: both;
}

.slide__title {
    margin: 10px 0 5px;
    line-height: 1.2;
}

.slide__link {
    margin: 30px auto;
}

/* Overrides .slick-slider to make caption text selectable. */
.slide__caption {
    cursor: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    -webkit-user-select: text;
    user-select: text;
    width: 100%;
}

/* Only display when JS is ready. */
.slick__arrow,
.is-loading .slide__caption {
    visibility: hidden;
}

/** Arrows are outside slick-initialized. */
.slick--initialized .slick__arrow {
    visibility: visible;
}

.slick--main .slide__caption {
    min-height: 32%;
    padding: 20px 0;
    z-index: 3;
}

.slick--thumbnail .slide__caption {
    padding: 5px 6px;
}

/**
  * Skins.
  * Arrows contained/wrapped within slick__arrow for easy moves.
  */
/* Overrides problematic hidden arrows at core slick.css */


.slick__arrow {
    bottom: auto;
    height: 2px;
    left: 0;
    margin-top: -1px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

/** Keeps decent fallback for when slick-theme.css is disabled, even if dup. */
.slick-arrow {
    border: 0;
    border-radius: 50%;
    font-size: 0;
    height: 42px;
    pointer-events: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 42px;
    background: none;
}

.slick-arrow:active,
.slick-arrow:focus {
    box-shadow: none;
    outline: 0;
}

.slick-arrow::before,
.slick-arrow::after {
    pointer-events: none;
}



.slick-arrow:hover::before {
    color: #37465b;
}

/**
  * Bullets.
  */
/* Makes the pointer work when bullets placed over the slide. */
/* Overrides core > 1.3.11, otherwise thumbnails are non-clickable */
.slick button,
.slick--thumbnail .slick__slide img {
    pointer-events: auto;
}

/* Provides decent dots if core slick-theme.css is disabled. */
.slick-dots li {
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
}

/* Overrides too tiny bullets from core slick.css.*/
.slick-dots li button::before {
    font-size: 12px;
    font-size: 0.75rem;
}

/**
  * Media.
  */
/* Hide lazyloaded image when JS is off.*/
img[data-lazy] {
    display: none;
}

.slide__media {
    overflow: hidden;
    position: relative;
}

/* Center the image to reduce gap at RHS with smaller image, larger container */
.media__image {
    margin: 0 auto;
}

/** @todo: Remove temp fix for when total <= slidesToShow at 1.6.1+. */
/** @see https://github.com/kenwheeler/slick/issues/262 */
.slick--less .slick-track {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Fix for BigPipe CSS re-orders issue. */
.slick.slick--less .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.slick--less .draggable {
    cursor: default;
}


/******************** FIN ESTILOS SLICK ****************************/


/*--------------------ESTILOS BAR GOV.CO -----------------------------------------------*/

.user-logged-in #block-barragovco {
    display: none;
}

#block-barragovco {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #36c;
    z-index: 100000;
    padding: 4px 0;
}

#block-barragovco img {
    height: 28px;
    width: auto;
}

#navbar-main {
    background-color: var(--color2);
}

.featured-top {
    margin-top: 20px;
}

/*--------------------CIERRE ESTILOS BAR GOV.CO ----------------------------------------*/

/*********************** MENU PRINCIPAL **************************/
.menu01 ul {
    justify-content: space-evenly;
    margin:0;
    padding:.5rem 0
}


.menu01 li {
  flex: 0 0 calc(100% / 7); /* 6 ítems en una sola fila */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu01 li:hover a {
    opacity:.6
}

.menu01 li a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
  word-break: break-word;
  font-family:var(--fuente1);
  color:var(--color1);
  padding-left: .5rem;
  padding-right: .5rem;
  text-wrap: balance;
}

.navbar .container {
    max-width:1260px;
    padding: 0;
}

.menu-logo {
  display: block;
  width: 160px;
  height: 56px;
  background: url("/sites/default/files/2025-12/logo2-edb.png") no-repeat center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
}



/********************** CIERRE MENU PRINCIPAL ************************/



body {
    background-image: url("/sites/default/files/2025-12/fondo01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: var(--fuente2);
    font-size: 1.1rem;

}

.page-node-5275, .page-node-5277, .page-node-5278  {
    background-image: url("/sites/default/files/2025-12/fondo03.jpg");
}

.page-node-5276 {
    background-image: url("/sites/default/files/2025-12/fondo04.jpg");
}


.head01 {
background-image:url("/sites/default/files/2025-12/fondo02.jpg");
    background-size:cover;
    background-repeat:no repeat;
    background-attachment:fixed
}

.tit01 {
    text-align:center;
    margin-bottom:2.5rem;
    font-size: 2rem;
    line-height: 1.2;    
}

.label01 span {
    background-color:var(--color3);
    padding:0 .5rem;
    font-weight:600
    
}

.esc-box {
    gap: 3rem;
}
.esc-box-item {
    background-color: var(--color2);
    padding: 1rem 1.5rem;
    align-items: center;
    display: flex;
    aspect-ratio: 3 / 1.8;
    border-radius: 30px;
   
}

.esc-box-item .esc-box-info{
    display:flex;
    align-items:center
    
}

.esc-box-item .esc-box-info h3 {
    font-size: 1.1rem;
    text-align:center;
    margin-bottom:0;
    color: var(--color5);
   
}

.esc-box-ico img {
    filter: brightness(0) saturate(100%) invert(20%) sepia(99%) saturate(283%) hue-rotate(34deg) brightness(94%) contrast(78%);
   
}

.esc-box-item:hover {
    background-color: var(--color4);
}

.book-item h3 a,
.audio-item h3 a,
.vid-item h3 a {
    color:var(--color1);
    
}
.book-item h3,
.audio-item h3,
.vid-item h3 {
    line-height: 1.3;
    margin-bottom: 1rem;
    font-size:1.1rem;
}

.book-item .year,
.audio-item .year {
    font-weight:700;
    text-align:end
}

.book-item:hover  h3 a,
.audio-item:hover h3 a,
.vid-item:hover h3 a {
    text-decoration:underline
}

.book-item .list-info,
.audio-item .list-info,
.vid-item .list-info {
    padding:.5rem 1.5rem;
   

}

.book-item .mansonry-list,
.audio-item .mansonry-list,
.vid-item .mansonry-list {
     border:1px solid var(--color1);
}
.book-item:hover .list-info,
.audio-item:hover .list-info,
.vid-item:hover .list-info
{
    background-color:var(--color4);
}

.breadcrumb-item a, .breadcrumb-item.active {
    padding: 3px 10px;
    font-size: .7rem;
    text-transform: uppercase;
    color: var(--color5);
    border: 1px solid var(--color5);
}

.page-node-5275 .breadcrumb-item a,
.page-node-5275 .breadcrumb-item.active,
.page-node-5277 .breadcrumb-item a,
.page-node-5277 .breadcrumb-item.active,
.page-node-5278 .breadcrumb-item a,
.page-node-5278 .breadcrumb-item.active {
   border: 1px solid var(--color2); 
   color: var(--color2);
}







/********************* TIMELINE ***************************/

.tline {
    gap:2rem
}

.tline .tline-item:nth-child(even)  {
    flex-direction:row-reverse
}

.tline-item {
    display:flex;
    align-items:center
}

.tline-img{
    padding: 0 6rem;
}

.tline-txt p{
    color:var(--color2)
}

.tline-txt p span {
    color:var(--color3);
    font-family:var(--fuente1);
    font-size:1.4rem;
    margin-right:.5rem
}

.tline-txt a {
    color:var(--color3);
}

.subt01 {
    font-size: 1.6rem;
}

.subt01 span {
    color: var(--color2);
}




/********************* FIN TIMELINE ***************************/

/******************* VIDEO BACKGROUND *****************************/
.eb-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  position: absolute;
  top:0
}

.eb-video {
  position: relative;
  height: 0;
  padding-top: 40%;
}

.fade-out {
  display: none;
  transition: opacity 1s ease;
  pointer-events: none;
   z-index: 10;
}

@media only screen and (max-width: 767px) {

.eb-video {
  position: relative;
  height: 0;
  padding-top: 100vh;
}



}









/******************** FIN VIDEO BACKGROUND ************************/

 /************ANIMACIONES ********/
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

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

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

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

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

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






.animated {
  -webkit-animation-duration: .9s;
  animation-duration: .9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .6s
}

.animated2 {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .3s
}
.animated3 {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0s
}

.animated4 {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0s
}

.transform_up {
  transform: translateY(20%);
}

.transform_down {
  transform: translateY(-20%);
}

.transform_left {
  transform: translateX(20%);
}

.transform_right {
  transform: translateX(-20%);
}
.animate-bl {
  opacity: 0;
  transition: all .5s;
}

.aparece {
  opacity: 1;
  transform: none;
}





/************FIN ANIMACIONES ********/

/********************* VIDEOS ESCRITURAS DE BOGOTÁ **************************/

.videos .view-content {
    justify-content: center;
}





/********************* FIN VIDEOS ESCRITURAS DE BOGOTÁ **************************/
/*--------------------ESTILOS BAR GOV.CO -----------------------------------------------*/

.user-logged-in #block-escriturasbogota-2025-barragovco{
    display: none;
}

#block-escriturasbogota-2025-barragovco{
    width: 100%;
    z-index: 100000;
    padding: 4px 0;
    margin-left: 1rem;
}

#block-escriturasbogota-2025-barragovco img{ 
    height: 28px;
    width: auto;
}

#navbar-main{
    margin-top: 0px;
}


.featured-top{
    margin-top: 20px;
}

/*--------------------CIERRE ESTILOS BAR GOV.CO ----------------------------------------*/

.breadcrumb {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {

.menu01 ul {
    flex-direction: column;
}
#navbar-main {
    width: 100%;
    z-index: 200;
}
#block-escriturasbogota-2025-barragovco {
    z-index: 0;
}
.tline-img {
    padding: 0 0rem;
}
.tline-txt p {
    font-size: 1rem;
}
.tline-txt p span {
    font-size: 1rem;
}

.subt01 {
    font-size: 1.3rem;
}

.tit01 {
    font-size: 1.5rem;
}

.breadcrumb-item a, .breadcrumb-item.active {
    font-size: .5rem;
}

.breadcrumb {
        padding: 0 1rem;
        margin: 1rem 1rem 0.3rem;
    }

    .book-item .list-info, .audio-item .list-info, .vid-item .list-info {
    padding: .5rem .5rem;
}


.h3, h3 {
  font-size: 1rem ;
}

.esc-box-item .esc-box-info h3 {
    font-size: 1.4rem;
}

.book-item h3, .audio-item h3, .vid-item h3 {
    font-size: 1rem;
}

.bl01-home {
    position: relative;
    z-index: -1;
}

.container-movile h3 {
        font-size: 1.3rem;
    margin-top: 2rem;
    text-align: center;
    font-weight: 700;
}

.card-map-body h4 {
    font-size: 1.2rem;
}

.card-map-body {
    font-size: 1rem;
}
    footer.site-footer {
        text-align: center;
    }



}