a[href$=".pdf"]::before,
a[href$=".PDF"]::before {
    content: '';
    background: url(../images/icon_pdf.svg) no-repeat 0 50%;
    background-size: contain;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    height: 20px;
    bottom: -3px;
}
a[href$=".xls"]::before,
a[href$=".xlsx"]::before,
a[href$=".XLS"]::before {
    content: '';
    background: url(../images/icono-excel.svg) no-repeat 0 50%;
    background-size: contain;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    height: 25px;
    bottom: -7px;
}
a[href$=".docx"]::before,
a[href$=".doc"]::before,
a[href$=".DOCX"]::before,
a[href$=".DOC"]::before {
    content: '';
    background: url(../images/word-icon.png) no-repeat 0 50%;
    background-size: contain;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    height: 25px;
    bottom: -7px;
}

a[href$=".zip"]::before,
a[href$=".rar"]::before,
a[href$=".RAR"]::before,
a[href$=".ZIP"]::before {
    content: '';
    background: url(../images/rar-icon.png) no-repeat 0 50%;
    background-size: contain;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    height: 25px;
    bottom: -7px;
}


.p-m-0 p{
    margin: 0;
}


.form-attachments input{
    background: none !important;
    padding: 8px 0 !important;
    color: initial !important;
}

.form-attachments .form-item input,
.form-attachments .js-form-submit
{
    width: initial !important;    
}

.field--type-webform .form-checkbox{
    min-height: initial !important;
}
.form-attachments .js-form-type-checkbox,
.form-attachments .form-item label{
    display: inline !important;
}

.sidebar-block-link{
    background-image: url(../images/canales-left.jpg);
    background-color: var(--cedelca-mask);
    background-size: cover;
    background-blend-mode: multiply;
    color: white;
    font-size: 30px;
    padding: 40px 20px;
}
.sidebar-block-link a {
    color: white;
    font-weight: 700;
    font-family: 'POPPINS';
}
.sidebar-block-link .bb-inner {
    padding: 40px 0;
}


.color-c1{
    color: var(--cedelca-color-1);
}

.ml-auto{
    margin-left: auto;
}
.govco-container{
    background-color: #3366cc;
}
.govco-container .top-socials a {
    margin: 6px;
}

/* Fuente iconografica */
@font-face {
    font-family: "govco-font";
    src: url("../assets/icons/fonts/govco-font-icons.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
.barra-superior-govco {
    background-color: #3366cc;
    width: 100%;
    height: 3rem;
    max-width: 1200px;
    margin: auto;
}

.barra-superior-govco a.govco {
    content: url(https://cdn.www.gov.co/assets/images/logo.svg);
    height: 1.875rem;
    width: 8.5rem;
}

.barra-superior-govco a:focus-visible {
    outline: max(0.125rem, 0.15em) solid #FFFFFF;
    border-radius: 0.313rem;
}

.barra-superior-govco .idioma-icon-barra-superior-govco {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 0.313rem;
    background-color: #FFFFFF;
    cursor: pointer;
    padding: 0;
    border: 0.125rem solid #FFFFFF;
    font-size: 10px;
    position: absolute;
    right: 5.375rem;
}

.barra-superior-govco .idioma-icon-barra-superior-govco:hover {
    background-color: #004884;
}

.barra-superior-govco .idioma-icon-barra-superior-govco:focus {
    outline: max(0.125rem, 0.15em) solid #FFFFFF;
    outline-offset: max(0.188rem, 0.15em);
}

.barra-superior-govco .idioma-icon-barra-superior-govco::before {
    font-family: "govco-font";
    content: '\ec56';
    color: #3366CC;
    font-size: 14px;
}

.barra-superior-govco .idioma-icon-barra-superior-govco:hover::before {
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .barra-superior-govco {
        justify-content: center;
        padding: 0 20px;
    }

    .barra-superior-govco .idioma-icon-barra-superior-govco  {
        right: 1rem;
    }

    .site-branding-logo{
        width: 200px;
    }
}
/******************/
.icon-topbar{
    margin-right: 5px;
}
.icon-topbar:before{
    position: relative;
    bottom: -4px;
}
.icon-account{
    padding: 2px;
    display: block;
}
.icon-account::before{
    content: url(../images/icon_person.svg);
}
.ja-icon-phone::before{
    content: url(../images/icon-phone.svg);
}
.ja-icon-location::before{
    content: url(../images/icon-location.svg);
}
.ja-icon-mail::before{
    content: url(../images/icon-mail.svg);
}



.node--type-article .links.inline{
    display: none;
}

/******FOOTER******/
.footer{
    background-color: var(--cedelca-footer);
}
footer .el-custom-content {
    font-size: 14px;
    font-weight: 300;
}
#footer .gsc-socials a i {
    background: none;
}
.socials a:first-child i {
    text-align: left;
}
.socials a:first-child {
    display: inline-block;
    width: 30px;
}
/******END FOOTER******/

.hide-title .header-title{
    display: none;
}

h1,h2,h3,h4,h5{
    color: var(--cedelca-main-color);
    font-family: Poppins;
}

.post-title a{
    color: var(--cedelca-main-color);
}

.ja-section-titles{
    color: #FBBA00;
    font-size: 45px;
    font-weight: bold;
}

.ja-buttons{
    border: none;
    background-color: var(--cedelca-main-color);
    text-transform: none;
    margin-top: 20px;
    font-family: Montserrat;
    font-size: 18px !important;
    font-weight: 600;
    color: var(--cedelca-color-1);
}
a.ja-buttons:hover, a.ja-buttons:focus, a.ja-buttons:active{
    color: var(--cedelca-color-1);
    font-weight: 800;
}
.ja-icon-box{
    box-shadow: 4px 4px 10px 0px #0000001A;
    align-items: center;
    padding: 10px;
    width: min-content;
    padding-right: 30px;
    border-radius: 10px;
}
.ja-icon-box h3{
    color: var(--cedelca-color-1);
}

.ja-ribbon{
    background-color: var(--cedelca-main-color);
    color: var(--cedelca-color-1);
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    padding: 20px;
}

.ja-home-news{
    background-color: white;
    border-radius: 10px;
    box-shadow: 4px 4px 15px 0px #0000001A;
    padding: 40px;
}

.noticias-inicio .item{
    padding: 20px 0;
    border-bottom: 0.5px solid var(--cedelca-color-1);
}

.noticias-inicio .item .tag-nuevo:empty{
    display: none;
}
.noticias-inicio .item .tag-nuevo {
    background: var(--cedelca-main-color);
    padding: 3px;
    color: white;
    font-size: 11px;
    border-radius: 4px;
    margin-left: 10px;
}

.noticias-inicio .view-content .item:not(:last-child) {
    border-bottom: 0.5px solid var(--cedelca-color-1);
}

.ja-home-news{
    position: relative;
    z-index: 1;
}
div:has(>.ja-home-news){
    position: relative;
}
div:has(>.ja-home-news)::before{
    content: "";
    width: 167px;
    height: 90px;
    background-image: url(../cedelca/dots-news.svg);
    background-repeat: no-repeat;
    border: 70px;
    left: -45px;
    position: absolute;
    display: inline-block;
    background-size: contain;
    rotate: 180deg;
}
div:has(>.ja-home-news)::after{
    content: "";
    width: 167px;
    height: 90px;
    background-image: url(../cedelca/dots-news.svg);
    background-repeat: no-repeat;
    border: 70px;
    right: -35px;
    bottom: -55px;
    position: absolute;
    display: inline-block;
    background-size: contain;
}
.ja-carousel-headers .post-block.teaser-2{
    padding: initial;
    background-position: right center;
}
.ja-carousel-headers .header-bg-container{
    background-image: url(../cedelca/header-bg-left.svg), linear-gradient(274.89deg, rgba(255, 255, 255, 0) 11.46%, rgba(255, 255, 255, 0.9) 49.51%, #FFFFFF 68.13%);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex: 0 0 80%;
    height: inherit;
    align-items: center;
    padding: 15px;
}
.ja-carousel-headers .teaser-2{
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    /* display: flex; */
    /* align-items: center; */
}
.ja-carousel-headers .owl-dots{
    position: absolute;
    bottom: 30px;
}

.ja-slider-title{
    color: var(--cedelca-main-color);
    letter-spacing: -4px;
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;

    white-space: nowrap;
    z-index: 8;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: left;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}

.slider-summary{
    font-weight: 400;
    font-size: 18px;
}
.slider-summary p {
    min-height: 160px;
}

.banner-one__image img{
    opacity: initial;
}

/* -- MAINTENANCE PAGE --*/
body.maintenance-page{
    background-image: url(../../assets/cedelca/under-construction.jfif);
    background-color:  #A7A7A7;
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;    
    height: 100vh;
    background-position: center;

    align-items: center;
    display: flex;
    justify-content: center;
}

body.maintenance-page .maintenance-logo{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.maintenante-pace #page{
    align-items: center;
    display: flex;
    flex-direction: column;
}

.maintenance-page #main {
    margin-left: auto;
    margin-right: auto;
}

body.maintenance-page #main-wrapper h3{
    color: white;
    text-shadow: 4px 4px 0px #00000040;
    font-family: Poppins;
    font-size: 60px;
    font-weight: 700;
    line-height: 81.2px;
    text-align: center;
    text-transform: uppercase;
}
/* -- END MAINTENANCE PAGE --*/

.block-search .search-block-form input.form-search{
    background-color: white;
    color: initial;
    height: 25px;
    padding-left: 10px;
    padding-right: 30px;
}
.block-search .search-block-form input.search-form__submit{
    background-color: transparent;
    height: 23px;
    top: -5px;
}
.block-search .search-block-form .form-actions{
    color: var(--cedelca-color-1);   
    height: 27px; 
    width: 32px;
    cursor: pointer;
}
.block-search .search-block-form .form-actions:before{
    top: 5px;
    right: 5px;
    z-index: 0;
}
.gva-navigation{
    text-transform: uppercase;
}

.breadcrumb-content-inner .gva-block-breadcrumb .breadcrumb-links nav.breadcrumb ol *{
    color: white !important;
}

/* MENU */
.header-one__main-menu{
    flex: initial;
}
.header-one__right{
    flex: 0 0 calc(100% - 300px);
}
.header-one__left{
    flex: 0 0 300px;
    padding-right: 20px;
}
header .site-branding-logo{
    max-width: 400px;
}


/* ACORDION */
.gsc-accordion .panel-group.skin-white .panel .panel-heading .panel-title > a {
    color: black !important;
}

.gsc-accordion .panel-group.skin-white .panel .panel-heading .panel-title {
    background: var(--modins-theme-color);
}
/* END ACORDION */

.main-page.has-breadcrumb .header-title{
    display: none;
}



.gallery-post.teaser-2{
    z-index: 1;
}
.teaser-1.z-2{
    z-index: 2;
    position: relative;
}
.gallery-post .item-image{
    height: 340px;
}
.post-block.teaser-1 .post-content{
    margin-top: -125px;
}





.custom-header-box .column-inner.bg-size-cover {
    box-shadow: 4px 4px 15px 0px #0000001A;
    padding-top: 20px;
}
.custom-header-box .gsc-heading__title {
    border-bottom: 1px solid #82828A;
    margin: 0 20px;
    padding-bottom: 10px;
}
.custom-header-box .gsc-heading__desc {
    margin: 0 20px;
    text-align: left;
    padding-top: 10px;
}

.ja-topbar-right{
    display: flex;
    justify-content: right;
}
.ja-topbar-right .link-intranet{
    width: 25px;
    font-size: 23px;
    margin-left: 4px;
    background: var(--cedelca-color-1);
    display: block;
}

.topbar-info li {
    display: inline-block;
    padding: 5px 0;
    margin-right: 15px;
}


.gsc-accordion .panel-title a:not(.collapsed) {
    border-top: 2px solid #e6e6e6;
}




.box-menus .gsc-column {
    display: flex;
}

.box-menus .row.row-wrapper {
    row-gap: 85px;
}

.box-menus .gsc-heading__title {
    font-size: 29px;
}

.box-menus .gsc-heading {
    padding: 40px 10px;
}

.box-menus .column-inner {
    width: 100%;
    box-shadow: 4px 4px 15px 0px #0000001A;
}



.image-dots .gsc-image:before,
.image-dots .gsc-image:after{
    content: '';
    background-image: url(https://cedelca.com.co/themes/custom/modins/assets/cedelca/square-dots.svg);
    width: 100px;
    display: inline-block;
    height: 100px;
    background-repeat: no-repeat;
    position: absolute;
}
.image-dots .gsc-image:before {
    top: -23px;
    left: -27px;
    z-index: -1;
}
.image-dots .gsc-image:after {
    bottom: -70px;
    right: -65px;
    z-index: 0;
}

.image-dots .gsc-image {
    position: relative;
}

.image-dots {
    margin-top: 70px;
}

.image-dots img {
    z-index: 1;
    position: relative;
}


.add-square {
    margin-bottom: 100px;
}

.add-square .widget-content:has(img) {
    position: relative;
}

.add-square .widget-content:has(img):before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    background: var(--cedelca-main-color);
    display: block;
    bottom: -40px;
    left: -35px;
    z-index: -1;
    border-radius: 5px;
}




#ja-tools {    
    position: fixed;
    right: 0;
    z-index: 100;
    top: 35%;
    display: flex;
    flex-direction: column;
} 

#ja-tools .ja-tools-item {
    background: var(--cedelca-blue);
    border-radius: 30px 0 0 30px;
    padding: 0 ;
    margin-top: 5px;
    width: 70px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ja-tools-item button,
.ja-tools-item a {
    background: none;
    border: none;
    padding: 0;
    width: 50px;
    height: 50px;
}

.ja-tools-item button::before,
.ja-tools-item a::before{
    height: 50px;
    width: 50px;
    display: block;
}

.ja-icon_accesibility::before  {
    content: url(../images/icon_accesibility.svg);
}

.ja-icon-whatsapp::before  {
    content: url(../images/icon-whatsapp.svg);
    padding-top: 5px;
    padding-left: 6px;
}

.ja-icon-translate::before  {
    content: url(../images/icon-translate.svg);
    padding-top: 8px;
}
#language-buttons{
    display: grid;
    justify-content: space-around;
    margin-top: 0.5rem;
    gap: 5px;
}
#language-buttons img {
    cursor: pointer;
}

.grecaptcha-badge {
    z-index: 9999 !important;
  }
  
  .webform-submission-form .form-item label {
      display: block;
  }
  
  .node--type-webform .node__meta{
    display:none;
  }
  
  .gtflag{
      display: none !important;
  }
  
  #accessibility_settings_toggle{
      display: none !important;
  }


  
.region__main-menu .sf-menu {
    text-transform: uppercase;
}
.region__main-menu .sf-menu ul {
    background: white;
}

.br-left {
    border-radius: 0 0 0 200px;
}
