/* CSS de la página cliente de recursos */

#left-sidebar {
    border: solid 1px #eee;
    box-shadow: 0px 0px 3px #0002;
    /* height: 540px; */
    height: 570px;
    /* max-height: 500px */
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
}

#right-panel {
    /* border: 1px solid #ccc; */
    margin-left: 15px;
    padding-left: 5px;
    padding-right: 0px;
    padding-bottom: 30px;
}

@media (max-width: 768px) {
    #right-panel {
        margin-left: 0px;
    }
}

h2 {
    font-size: 1.5rem;
    font-weight: 400;
}

h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #383C3F;
}

.result-box {

}

.resource-box-link {
    text-decoration: none !important;
    color: #666;
    transition: 0.3s;
}

.resource-box-link:hover {
    color: #666;
    transition: 0.3s;
}

.resource-box-link:hover h3 {
    color: #1785b0;
    transition: 0.3s;
}

.resource-box-link:hover .resource-box{
    box-shadow: 0px 0px 15px #0004;
    transition: 0.3s;
}

.resource-box {
    
    height: 420px;
    margin-top: 0px;
    margin-bottom: 30px;
    /* padding: 15px; */
    border: solid 1px #eee;
    box-shadow: 0px 0px 3px #0002;
    border-radius: 3px;
    position: relative;
    transition: 0.3s;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .resource-box {
        height: 440px;
    }
}

@media (min-width: 1120px) and (max-width: 1199px) {
    .box-header-img {
        background-size: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #right-panel {
        margin-left: 0px;
        padding-left: 0px;
    }

    .resource-box {
        height: 460px;
    }
}


@media (min-width: 420px) and (max-width: 576px) {
    .box-header-img {
        background-size: 100% !important;
    }
}

.resource-box-inner {
    padding: 15px;
}

.resource-box-inner h3 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.resource-box-inner p {
    font-size: 15px;
    line-height: 21px;
}

.box-header-img {
    width: 100%;
    height: 180px;
}

.msg-important span {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #D2852B;
    font-weight: 600;
    font-size: 1.1em;
    color: white;
    border-radius: 5px;
}

.etiqueta-fecha {
    position: absolute;
    bottom: 10px;
    left: 40px;
    color: #aaa;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 3px;
}

.etiqueta-idioma {
    position: absolute;
    bottom: 10px;
    left: 12px;
}

.etiqueta-descargable {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 10px;
    left: 50px;
    background-color: #1785b0;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 3px;
    transition: 0.3s;
}

.etiqueta-descargable:hover {
    background-color: #75C1D7;
    transition: 0.3s;
}

.etiqueta-descargable img {
    width: 16px;
}

.etiqueta {
    position: absolute;
    bottom: 10px;
    right: 12px;
    color: white;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 3px;
}

.et-whitepaper {
    background-color: #94D6EC;
}

.et-ebook {
    background-color: #DEB76C;
}

.et-webinar {
    background-color: #66D992;
}

.et-webinar_footage {
    background-color: #5F97F3;
}

.et-course {
    background-color: #f3945f;
}

.et-diagram {
    background-color: #DA9292;
}

.et-case_study {
    background-color: #AE91BE;
}

.et-software {
    background-color: #6E7FB6;
}

.et-report {
    background-color: #B9B852;
}

.et-presentation {
    background-color: #AB5164;
}

.et-event {
    background-color: #1785b0;
}

.et-video {
    background-color: #5e9e56;
}

.et-graphics {
    background-color: #84418a;
}

.et-blog {
    background-color: #6490ad;
}

.color-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
}

.pagination-div {
    display: inline-block;
    margin-left: 5px;
    padding: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    text-decoration: none;
    background-color: #409ec4;
    color: white;
    transition: 0.5s;
}

.pagination-div:hover {
    background-color: #61b6d8;
    transition: 0.5s;
}

.my-active {
    background-color: #7ac5e2;
}

#search-text, #search-button {
    outline: 0px !important;
    box-shadow: none !important;
}

#clear-btn {
    display: none;
    border: none;
    box-shadow: none;
    background-color: white;
    width: 30px;
    outline: 0;
    position: absolute;
    right: 80px;
    top: 6px;
    z-index: 1000;
}

#clear-btn img {
    width: 12px;
    position: relative;
    top: -2px;
}

#clear-btn:hover {
    cursor: pointer;
}

.big-btn {
    padding: 20px;
    background-color: #1785b0;
    color: white;
}