@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');


body {
    font-family: 'Open Sans', sans-serif;
    color: #404050;
    font-weight: 300;
    font-size: 18px;
}

header {
    background-color: #ffff;
    -webkit-box-shadow: -1px 8px 15px -15px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: -1px 8px 15px -15px rgba(0, 0, 0, 0.65);
    box-shadow: -1px 8px 15px -15px rgba(0, 0, 0, 0.65);
    text-align: center;
    border-bottom: #fd607a solid 3px;
}

/* Custom style for changing separator  */
.breadcrumb-item + .breadcrumb-item::before {
        content: "●";
}
.breadcrumb-item a {
    color: #24135f;
}
.breadcrumb active{
    color:#404050;
}
.titulos {
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: 700;
    color: #24135f;
}

.btn-morado {
    color: #574291;
    background-color: transparent;
    border: #574291 solid 2px;
    border-radius: 0;
    font-weight: 600;
}

.btn-morado:hover {
    color: #fff;
    background-color: #574291;
    border-color: #f38c21;
}

.btn-morado:focus,
.btn-morado.focus {
    color: #574291;
    background-color: transparent;
    border: #574291 solid 2px;
    box-shadow: 0 0 0 0.2rem rgba(142, 113, 244, 0.5);
}

.btn-morado.disabled,
.btn-morado:disabled {
    color: #574291;
    background-color: transparent;
    border: #574291 solid 2px;
}

.btn-morado:after,
.btn-blanco:after {
    content: ' →';
}

.btn-blanco {
    color: #fff;
    background-color: transparent;
    border: #fff solid 2px;
    border-radius: 0;
    font-weight: 600;
}

.btn-blanco:hover {
    color: #574291;
    background-color: #fff;
    border-color: #f38c21;
}

.sabias_que {
    border-top: #b39ffc dotted 2px;
    border-bottom: #b39ffc dotted 2px;
}

.bg-melon{
    background-color: #fd5875;
    color: #281560;
}

.bg-m-claro{
    background-color: #edecf5;
}
.bg-morado {
    background-color: #24135f;
}
.bg-lila {
    background-color: #8b7fae;
}

.bg_gris {
    background-color: #eeedf6;
    padding: 30px 0;
}

.rc_card{
    background-color: #fff;
    border: #554fb3 solid 2px;
    padding: 20px;
    margin-left: 40px;
}

.card_eventos {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 27px -11px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 27px -11px rgba(0, 0, 0, 0.35);
    padding: 10px;
    overflow: hidden;
}

.card_eventos a {
    color: #404050;
    text-decoration: none;
}

.card_eventos a:hover {
    color: #f38c21;
}

.card_eventos a img {
    transition: transform .5s ease;
}

.card_eventos a:hover img {
    transform: scale(.95);
}

.lg_areas a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: transform .5s ease;
}

.lg_areas a:hover img {
    border: #f38c21 dotted 1px;
}

.int_contenido {
    min-height: 800px;
    padding-top: 50px;
    padding-bottom: 150px;
}

.cld_mes_01,
.cld_mes_02, 
.cld_tit_cc {
    color: #fff;
    padding: 8px 20px;
    margin-bottom: 30px;
    font-size: 1.5em;
    font-weight: 700;
}

.cld_mes_01 {
    background-color: #f28b20;
}

.cld_mes_02 {
    background-color: #574291;
}

.cld_tit_cc{
    background-color: #927ec4;
}

.cld_cc .cld_fecha span {
    color: #927ec4;
}



.cld_mes_01:after,
.cld_mes_02:after {
    content: ' 2021';
    font-weight: 300;
}

.cld_01, .cld_cc {
    border: #ddd solid 1px;
    padding-right: 10px;
}

.cld_01 .num {
    color: #009f88;
    font-size: 2.5em;
    font-weight: 700;
    padding-left: 10px;
}

.cld_fecha {
    font-weight: 700;
}

.cld_01 .cld_fecha span {
    color: #009f88;
}

.cld_01 a, .cld_cc a {
    color: #404050;
    text-decoration: none;

}

.cld_01 a :hover, .cld_cc a :hover {
    text-decoration: none;
    background-color: #d2ccff;
}

.cld_01 span, .cld_cc span {
    font-weight: 700;
}

.vod {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*si no se declara añade los ... pero muestra todo el texto*/
}

.vod a,
.logo_areas a,
.iconos a {
    text-decoration: none;
    color: #404050;
    font-weight: 700;
}



.vod a:hover,
.logo_areas a:hover,
.cd_info a:hover,
.iconos a:hover,
.card_publicaciones a:hover,
.card_mes a:hover {
    color: #f28b20;
}

.card_mes .card-text, .card_publicaciones .card-text{
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.vod a p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}


.logo_areas img {
    background-color: #554fb3;
}


.cd_info .card-link, .card_publicaciones .card-link, .card_mes .card-link {
    color: #554fb3;
    font-weight: 700;
    padding-top: 40px;
    padding-bottom: 20px;
}



.cd_info .card-link:after, .card_publicaciones .card-link:after, .card_mes .card-link:after {
    content: ' →';
}

.iconos {
   
    padding: 10px;
}



.icono_libro {
    background: url(/10ddhh/img/icono_libro_digital.svg) center top no-repeat;
    width: 70px;
    height: 70px;
    border: #ddd solid 1px;
    border-radius: 10px;
}

.icono_link {
    background: url(/10ddhh/img/icono_link_digital.svg)center top no-repeat;
    width: 70px;
    height: 70px;
    border: #ddd solid 1px;
    border-radius: 10px;
}

.icono_mtrl {
    background: url(/10ddhh/img/icono_material.svg)center top no-repeat;
    width: 70px;
    height: 70px;
    border: #ddd solid 1px;
    border-radius: 10px;
}

.subtitulos{
    font-size: 1.3em;
    font-weight: 700;
}

.cnaranja{
    color: #f28b20;
}


.card_publicaciones span{
    color: #f28b20;
    font-weight: 300;
}


  
  .btn_bj img:hover{
    filter: saturate(180%);
    cursor: pointer;
  }


.tipo_vd{
    background: url(/10ddhh/img/tp_vd.svg) #ea2837 no-repeat 2px 3px;
    background-size: 20px;
    padding: 0 15px 3px 30px;
    border-radius: 30px;
    color: #fff;
}

.tipo_vd:before{
    content: 'Video';
}

.tipo_doc{
    background: url(/10ddhh/img/tp_pdf.svg) #2979ed no-repeat 5px 3px;
    background-size: 18px;
    padding: 0 15px 3px 30px;
    border-radius: 30px;
    color: #fff;
}

.tipo_doc:before{
    content: 'Documento';
}

.tipo_cap{
    background: url(/10ddhh/img/tp_cap.svg) #774bef no-repeat 2px 3px;
    background-size: 20px;
    padding: 0 15px 3px 30px;
    border-radius: 30px;
    color: #fff;
}

.tipo_cap:before{
    content: 'Cápsula';
}

.tipo_conf{
    background: url(/10ddhh/img/tp_conf.svg) #FC9447 no-repeat 2px 3px;
    background-size: 20px;
    padding: 0 15px 3px 30px;
    border-radius: 30px;
    color: #fff;
}

.tipo_conf:before{
    content: 'Conferencia';
}

.tipo_int{
    background: url(/10ddhh/img/tp_cap.svg) #573ca1 no-repeat 2px 3px;
    background-size: 20px;
    padding: 0 15px 3px 30px;
    border-radius: 30px;
    color: #fff;
}

.tipo_int:before{
    content: 'Interactiva';
}

.tipo_art{
    background: url(/10ddhh/img/tp_cap.svg) #573ca1 no-repeat 2px 3px;
    background-size: 20px;
    padding: 0 15px 3px 30px;
    border-radius: 30px;
    color: #fff;
}

.tipo_art:before{
    content: 'Artículo';
}

#pills-tab.meses  .nav-link{
    border: #ddd solid 1px;
    margin-right: 10px;
}

#pills-tab.meses  .nav-link.active{
    border: #f28b20 solid 1px;
    background-color: #f28b20;
    color: #fd607a;
}

#pills-tab.meses  a.nav-link {
    color: #3334;
}
.navbar-nav a.active {
    color: #fd607a !important;
}

.txt_lead {
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: 300;
}



.presentacion {
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: 700;
    color: #404050;
    font-style: italic;
}


.text_banner {
    font-size: 2.4em;
    font-weight: 300;
}

.text_banner span {
    font-weight: 700;
}




.cmorado {
    color: #554fb3;
}


.crosa {
    color: #cd1976;
}

.st {
    background: #B8C1C8;
    border-bottom: 1px solid #989EA4;
    border-top: 1px solid #717D85;
    color: #FFF;
    font: bold 18px/21px Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 2px 0 0 12px;
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
}

#section-footer{
    border-top: 8px solid #fd607a;
    border-bottom: 8px solid #fd607a;
}


.bullet {
    border-radius: 10px;
    background-color: #554fb3;
    color: #fff;
    font-weight: 700;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 1.5em;

}

#comunicado-de-prensa a, #prensa a, #txt-premio a{
    color: #24135f;
}

#organizaciones a, #ejes a, #infografias a, #acerca-de a, #articulos a{
    color: #404050; 
}

#paginador a{
    color:#24135f;
    font-weight: bold;
}

#enlaces-rel a{
    color: #404050;
    text-decoration: none;
}

.icon-stl{
    color: #24135f;
    font-size: 70px;
}

#breadcrumb li{
    font-weight: bold;
}

#comunicado-de-prensa > .container, #articulos > .container, #galeria > .container{
    border-top-style: dotted;
    border-top: 2px dotted #554fb3;
}
#ejes-accion > .container{
    border-top-style: dotted;
    border-top: 2px dotted #554fb3;
}
#enlaces-relevantes > .container{
    border-top-style: dotted;
    border-top: 2px dotted #554fb3;
}

#organizaciones .card {
    border: none !important;
}
#ejes .card {
    background-color: transparent !important;
    border: none !important;
}
#infografias .card {
    background-color: transparent !important;
    border: none !important;
}

.img-size{
    width: 250px;
}

@media (min-width: 576px) {
  .img-size{
      width: 400px;
  }
}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    .card_publicaciones .card-body, .card_mes .card-body{
        height: 290px;
    }
}

@media (min-width: 1200px) {}

@media (max-width: 575.98px) {

    .lg_areas {
        font-size: .9em;
    }

    .cld_01 .num {
        font-size: 2em;
    }
}

.navbar-nav .nav-item .nav-link {
    display: block; 
    float: left;
  }

.modal-lg {
    max-width: 60% !important;
}
