/* Global */
body {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 16px;
}
.container-xxl {
    max-width: 1440px !important;
}
a {
    text-decoration: none;
    color: #0059ba;
}
.text-white {
    color: rgba(255, 255, 255, 0.9) !important;
}
.text-primary {
    color: #0059ba !important;
}
.text-secondary {
    color: #313131 !important;
}
.text-dark {
    color: #313131 !important;
}
.text-gray {
    color: #767676 !important;
}
.text-primary-hover:hover {
    color: #0059ba !important;
}
.bg-primary {
    background-color: #0059ba !important;
}
.btn-primary {
    background-color: #0059ba !important;
}
a.bg-primary:hover, .btn-primary:hover {
    background-color: #4c8acf !important;
}
.text-underline {
    text-decoration: underline;
}
.btn-secondary {
    height: 48px;
    padding: 15px;
    border-radius: 1px;
    background-color: #d3d3d3;
    color: #4a4a4a;
}
.bg-secondary {
    background-color: #f2f5f7 !important;
}
.my-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.m-8 {
    margin: 3rem !important;
}
.mx-8 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}
.mb-8 {
    margin-bottom: 3rem !important;
}
.pb-8 {
    padding-bottom: 3rem !important;
}
.pt-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.py-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.px-8 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.fs-12 {
    font-size: 12px;
}
.fs-14 {
    font-size: 14px;
}
.fs-18 {
    font-size: 18px;
}
.fs-28 {
    font-size: 28px;
}
.gap-8 {
    gap: 3rem;
}
.border-bottom-gray {
    border-bottom: 1px solid #ebeff1;
}
.rounded-50 {
    border-radius: 50%;
}
.image-rounded-50 {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.image-rounded-50 img {
    position: absolute;
    height: 160px;
}
.tag-warning {
    background-color: #fceca2 !important;
}
.media-tv {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    background-color: #67ae89;
    display: flex;
    align-items: center;
    justify-content: center;
}
.media-radio {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    background-color: #dea7b3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.media-news {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    background-color: #dcbf7f;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Header */
header, .header {
    height: 107px;
}
.search img {
    width: 14px;
    height: 14px;
    padding: 0 0px 0 0;
    object-fit: contain;
    opacity: 0.8;
}
.navbar-collapse {
    flex-grow: unset !important;
}
.header > .header-row {
    padding: 0 32px;
}
header .nav-item .nav-link {
    color: #313131;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #0059ba !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #0059ba;
    text-decoration: none;
    background: none !important;
}
header .nav-item {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #313131;
    padding: 0 1rem;
}
img.logotipo {
    width: 273px;
    max-width: 100%;
    height: 55px;
    object-fit: contain;
}
.header #navbarContent {
    height: 55px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 76px;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e9e9e9 !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #0059ba;
    background-color: transparent;
}
.header nav {
    background: #fff;
    position: fixed;
    z-index: 10;
}
.gradient {
    background-image: linear-gradient(to bottom, #e5eef8, #fff);
}

/* Slider */
.carousel {
    height: 480px;
    overflow-y: hidden;
}
.image-clarify {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-blend-mode: lighten;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
    z-index: 3;
}
.carousel-control-next, .carousel-control-prev {
    z-index: 8 !important;
    width: 7vw !important;
}
.carousel-left-box {  
    opacity: 0.8;    
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;  
    background: #0059ba;  
}
.carousel-left-box:after {
    content: "";
    position: absolute;
    right: -50px;
    top: -50px;
    width: 100px;
    height: calc(100% + 100px);
    background: #0059ba;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(5deg);
}
.carousel-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 40vw;
    max-width: 680px;
    padding-left: 7vw;
    background-blend-mode: multiply;
    background-image: linear-gradient(to right, #313131 0%, rgba(49, 49, 49, 0));
    z-index: 8;
    text-align: left;
}
.carousel-left a {
    position: relative;
    z-index: 2;
}
.carousel-left h1 {
    font-size: 40px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.9);
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
.carousel-left h4 {
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.9);
}
.carousel .arrows img {
    width: 48px;
    height: 48px;
}
.carousel-left .post-content {
    width: 430px;
}
.control-carousel {
    margin-bottom: 65px;
    left: 0;
}
.carousel-indicators {
    width: 40vw;
    z-index: 9;
    margin-left: 7vw !important;
    margin-bottom: 3rem !important;
    justify-content: start !important;
}
.carousel-indicators button {
    width: 30px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.9);
}
.carousel-indicators button.active {
    height: 6px;
}
.carousel-row .arrow {
    padding: 0 56px;
}

/* Main */
.section-title h2 {
    font-size: 40px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
}
.section-title h3 {
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
}
.section-title .subtitle {
    max-width: 690px;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #313131;
  }

/* Contents */
.announcements .type-announcement, .educations article, .investigations article.investigation, .investigations article.tesis,
.memories article.memory  {
    width: calc((100% - 3rem) / 3);
}
.educations.clinic .author {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #222;
}
.announcements .announcement-image {
    border-bottom: solid 1px #f2f5f7;
}
.announcement .announcement-tags span {
    background-color: #e5eef8;
}
.sidebar {
    min-width: 180px;
    border: 1px solid #ebeff1;
}
.announcement .pagination-separator {
    height: 1px;
    background-color: #ebeff1;
}
.news-details .date, .announcement-details .date, .research-details .date, .education-details .date {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #767676;
}
.news .type-news {
    border: solid 1px #f2f5f7;
}
.grid-items .col-4 {
    max-width: 400px;
}
.type-news .image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}
.type-news .news-details .text {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #313131;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}
.type-news .news-details .text a {
    color: #313131;
}
.elevation:hover .news-details .text a, .elevation:hover .title {
    color: #0059ba !important;
}
.elevation:hover .featured-image {
    position: relative;
}
.elevation:hover .featured-image:after, .elevation:hover .image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(49, 49, 49, 0.3);
}
.elevation:hover {
    box-shadow: 0 16px 24px 0 rgba(96, 97, 112, 0.16), 0 2px 8px 0 rgba(40, 41, 61, 0.04);
}
.featured-image {
    position: relative;
    height: 250px;
    width: 100%;
    position: relative;
}
.featured-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.type-news .news-details .tags, .education .tags {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #767676;
}
#news .btn-all {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
}
#news .btn-all img {
    width: 16px;
    height: 16px;
    padding: 1.3px 0 1px;
    object-fit: contain;
}
.filters ul.tags li a {
    border-radius: 12px;
    border: solid 1px #ddd;  
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #767676;
    background-color: #fff;
    padding: 3px 10px;
}
.filters ul.tags li a:hover {
    background-color: #e5eef8;
    color: #0059ba;
}


/* Banner */
#banner .section-content div {
    height: 480px;
    background-image: url('../../assets/images/imagen-paralax.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
#banner .section-content div span {
    max-width: 588px;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
}

/* Newsletter */
#suscription .section-content > div,
.suscription-section {
    background-image: linear-gradient(to bottom, #e5eef8, #fff);;
}
#suscription .section-content h3 {  
    max-width: 556px;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
}
#suscription .section-content input {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #767676;
    width: 220px;
    height: 48px;
    padding: 14.2px 29px 12.8px 16px;
    border: solid 1px #0059ba;
}
#suscription .section-content button {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    width: 163px;
    height: 48px;
    padding: 13px 33px 11px 32px;
    color: rgba(255, 255, 255, 0.9);
}
img.paper-plane-light {
    width: 16px;
    height: 16px;
    margin: 4.9px 0 3.1px 8px;
    padding: 0 0 0 0px;
    object-fit: contain;
}
#suscription .section-content .police {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #313131;
}

/* footer */
#footer {    
    min-height: 551px;
    background-color: #0059ba;
}
#footer.page-in {    
    min-height: 320px;
}
#footer .section-title h2 {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.9);
}
#footer .separator {
    width: 1200px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
}
#footer img.area {
    width: 24px;
    height: 24px;
    margin: 0 0 0 24px;
    object-fit: contain;
}
#footer .contact, #footer .location {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}
#footer .contact label {
    font-weight: 600;
}
#footer .social {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.9);
}
#footer-bottom { 
    background-color: #003e82;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.9);
}
#footer-bottom a {        
    color: rgba(255, 255, 255, 0.9);
}
#footer-bottom .copyright, #footer-bottom .separator {
    color: rgba(255, 255, 255, 0.5);
}

/* Pages */
.page-header > .page-title {
    max-width: 1320px;
    margin: 0 auto;
}
.page-header > .page-title.mw-1024px {
    max-width: 1024px !important;
}
.page-header .page-title h1 {
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #313131;
}
.page-text {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #313131;
}
#suscription div.section-content {
    min-height: 200px;
    background-image: linear-gradient(to bottom, #edeef2, #f8f8f8);
}
#suscription h3 {
    max-width: 372px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}
#suscription input {
    width: 200px;
    height: 48px;
    padding: 12px 29px 12px 16px;
    border-radius: 4px;
    border: solid 1px #8e959c;
}
.pie-foto {
    font-size: 12px;
    line-height: 1.6;
    color: #767676;
}
.members .member, .investigations article, .news article {
    width: calc((100% - 3rem) / 3);
    max-width: 100% !important;
}
.member {
    height: auto;
    position: relative;
}
.member .image {
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.member:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background-image: linear-gradient(to bottom, #e5eef8, #fff);
    z-index: 0;
}
.member-info {
    padding: 1rem 2rem;
    position: relative;
    z-index: 1;
}
.member-social {
    border-top: 1px solid #ebeff1;
}
.member-role {
    font-size: 14px;
    line-height: 1.5;
    color: #767676;
    text-align: center;
}
.member-separator {
    height: 2px;
    margin: 16px 0;
    border: solid 1px #d8dde1;
}
.news-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
}
.type-news.grid .news-details .title {    
    font-size: 22px;
    color: #4a4a4a;
}
.type-news.grid .news-actions a {    
    font-size: 16px; 
    height: 48px;
    padding: 15px 16px;
    border-radius: 1px;
    background-color: #d3d3d3;
    color: #4a4a4a;
}
.type-research .doc-download img {
    width: 12px;
    height: 12px;
}
#news .news-pagination {    
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    width: 7vw;
    justify-content: center;
    top: 0;   
}
#news .news-pagination.left {  
    left: -7vw;
}
#news .news-pagination.right {  
    right: -7vw;
}
.elevation {
    box-shadow: 0 4px 8px 0 rgba(96, 97, 112, 0.16), 0 0 2px 0 rgba(40, 41, 61, 0.04);
}
.news .page-header {
    justify-content: center !important;
}
.news-separator {
    height: 1px;
    margin: 8px 0;
    background-color: #ebeff1;
}
.section-elevation {
    box-shadow: 0px -4px 8px 0 rgba(96, 97, 112, 0.16), 0 0 2px 0 rgba(40, 41, 61, 0.04);
}
.section-elevation.top {
    box-shadow: 0px -10px 8px 0 rgba(96, 97, 112, 0.16), 0 0 2px 0 rgba(40, 41, 61, 0.04);
}
.content-primary {
    background-color: #eff5fb;
    min-width: 50%;
}
.memories .memory {
    width: 280px;
    border: solid 1px #f2f5f7;    
}
.content-primary .more {
    margin: 20px 0;
}
.content-primary .btn-toggle span {
    display: none;
}
.content-primary .btn-toggle span.active {
    display: block;
}
.file-light {
    top: -25px;
    background-color: #4c8acf;
}
article.tesis {
    border-top: 3px solid #daecff;
}
.image-primary {
    max-width: 1024px;
}
.mw-1024px {
    max-width: 1024px;
}
.memorias_anuales .mw-1024px article, .investigacion .mw-1024px article {
    width: calc((100% - 3rem) / 3);
}
body:not(.home) .section-content {
    margin: 0 auto;
}
.fw-bolder {
    font-weight: 600 !important;
}
.section-content.w-100 {
    max-width: 100% !important;
}
.clinica-juridica-bienvenida img {
    max-width: 425px;
}
.list-primary li::marker {
    color: #0059ba
}
button {
    outline: none !important;
}
.filters {
    background: #e5eef8;
}
strong {
    font-weight: 600 !important;
}
.min-w-40 {
    min-width: 40%;
}
.podcast-details span {
    white-space: nowrap;
}
.col-lg-4.flex-lg-1 {
    max-width: 33.33333333%;
}
.flex-lg-row > .member,
.flex-lg-row > article.type-news {
    max-width: 33.33333333%;
}
.search-form {
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    z-index: 9;
}
.search-form .form-control {
    padding-right: 70px;
    padding-left: 40px;
}
.search-form .form-control:focus {
    box-shadow: none !important;
}
.search-form .search-button #search-clear {
    position: absolute;
    right: 35px;
}
.search-form .search-button #search-submit {
    position: absolute;
    left: 0px;
}
.search-form .search-button #search-close {
    position: absolute;
    right: 5px;
}
.search-form .search-button button {
    border: none !important;
}
#accordion .btn img.show-icon {
    display: none;
}
#accordion .btn img.collapse-icon {
    display: inline-block;
}
#accordion .btn.collapsed img.show-icon {
    display: inline-block;
}
#accordion .btn.collapsed img.collapse-icon {
    display: none;
}
.header #navbarContent {    
    position: relative;
}

/* Responsive */
@media (max-width: 992px) {
    .col-12 {
        max-width: 100% !important;
    } 
    .dropdown-menu {
        position: relative !important;
    }
    .dropdown-menu:before {
        content: "";
        position: absolute;
        width: 4px;
        height: 100%;
        background: #d8d8d8;
        top: 0;
        left: 0;
    }
    .carousel {
        height: auto !important;
    }
    .carousel-left {      
        width: 50vw;
        max-width: 50vw;
        text-align: center;
        padding-left: 15vw;
        padding-right: 3vw;
    }
    .carousel-left h1 {
        font-size: 20px;
        line-height: 25px;
        text-align: left;
    }
    .carousel-left h4 {
        display: none;
    }  
    .carousel-indicators {
        margin-left: 3vw !important;
        margin-bottom: 1rem !important;
    }    
    .carousel-left-box:after {       
        right: -20px;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 12vw !important;
    }
    .carousel-control-next img, .carousel-control-prev img {
        max-width: 32px;
    }
    .cidd-logo {
        max-width: calc(100% - 100px);
    }
    .section-title h2 {
        font-size: calc(1.375rem + 0.5vw);
    }
    .section-title h3 {
        font-size: calc(1.0rem + 0.5vw);
    }
    .header nav {
        max-height: 110px;
    }
    .header #navbarContent {
        height: auto;
        position: absolute;
        top: 110px;
        background: #fff;
        width: 100%;
        left: 0;
    }
    .header #navbarContent .search {
        text-align: center;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        top: 0;       
        border-top: none;
        text-align: center;
    }
    .dropdown-menu:before {
        display: none;
    }
    .dropdown-menu .dropdown-item {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    header .nav-item .nav-link {
        justify-content: center;
    }
    .page-header {
        padding: 0 1.5rem;
    }
    .p-15rem {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .w-sm-100 {
        width: 100% !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .memorias_anuales .mw-1024px article, .investigacion .mw-1024px article {
        width: 100%;
    }
    #news-past .type-news .image {
        height: 150px;
        width: 100% !important;
    }
    #news-past .type-news {
        flex-direction: column;
    }
    .sidebar {
        margin-left: 0 !important;
        min-width: 100% !important;
    }
    .grid-items .col-4 {
        max-width: 100%;
        width: 100%;
    }
    .educations {
        max-width: 100%;
        min-width: unset;
        margin: 0 auto;
    }
    .announcements .type-announcement, .educations article, .educations article, .investigations article.investigation, .investigations article.tesis, .memories article.memory {
        width: 100%;
    }
    .clinica-juridica-bienvenida img {
        max-width: 100%;
        margin-top: 3rem;
    }
    .mw-1024px {
        max-width: 100%;
    }
    .flex-column > .col-4 {
        width: 100% !important;
    }
    .divulgation-image.col-3 {
        width: 100% !important;
    }
    .search-form {
        margin: 0 1.5rem;
        width: calc(100% - 3rem) !important;
    }
    .members .member, .investigations article, .news article {
        width: 100%;
    }
}
@media (min-width: 993px) { 
    .flex-lg-1 {
        flex: 1;
    }
    .text-lg-left {
        text-align: left !important;
    }
}

