/* Ajustes franja superior UNED */
h2 {color: #000033;}
h3 {color: #0D3996;}
h4 {color: #007BC0;}
h5 {color: #F95125;}
h6 {color: #000033;}
a {color: #0000CC;}
a.hover {color: #007BC0;}

.site-name{font-family: 'Raleway', sans-serif;  font-size: 2rem;}
.uned {padding: 8px;}

.breadcrumb .divider:before {
    color: #555;
    content: ">" !important;
    display: inline-block;
}

/* Ajustes menú ajuste menu 24-09-24 GQQ*/
.t4-megamenu .dropdown-toggle .item-caret::before {
    border-top: 4px solid #fff;
    border-left: 4px solid rgba(0,0,0,0);
    border-right: 4px solid rgba(0,0,0,0);
    content: "";
    display: block;
}
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
    font-size: 1.125rem;height: 60px;padding: 20px 1.2rem;
}
.t4-megamenu .mega-inner {padding-bottom: 0rem;padding-top: 0rem;}
.t4-megamenu.animate.slide .dropdown .dropdown-menu {
    min-width: 0;
    margin-top: -1rem;
    transition-property: margin-top,opacity;
    transition-timing-function: ease;
    background: #0D3996;
}
.t4-palette-mainnav a:hover {background-color: #000033;}
.t4-palette-mainnav .t4-megamenu .navbar-nav > li.active > a, .t4-palette-mainnav .t4-megamenu .navbar-nav > li.active > .nav-link {
  background-color: #003;
}
.t4-megamenu .dropdown-menu {padding: 1rem;}
.t4-megamenu .dropdown-menu li > a:hover {background-color: #003;}
.t4-megamenu .dropdown-menu li > a, .t4-megamenu .dropdown-menu li > .nav-link {padding: .5rem;}
.dropdown-item {white-space: wrap;}
.t4-megamenu .dropdown-menu li > a, .t4-megamenu .dropdown-menu li > .nav-link, .t4-megamenu .dropdown-menu li .dropdown-item {
  padding: .5rem;
}
/* Fin ajustes menú */

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
    color: white;
}


.tamtex {font-size: 1rem;}
.tamtex-xs {font-size: 0.85rem;}
.tamtex-xl {font-size: 1.125rem;}
.tamtex-xxl {font-size: 1.3rem;}

.header-p {margin-bottom: 0;}

.page-header h1,
.categories-list h1 {
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    text-transform: none;
}

.nombre-personal {
    color: #007bc0;
    font-size: 1.1em;
    font-style: italic;
    border-bottom: 1px dashed #007bc0;
    padding-bottom: 5px;
  font-weight:bold;
}

.fondo{background-color: #f9f9f9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 3px solid #eee;
    margin-bottom: 1rem;
  padding: 15px;}

.tit_centro {
    font-size: 1.5rem;
    font-weight: bold;
    color: #00519e;
    text-align: left;
}

.t4-footnav .container {padding-top: 1rem;padding-bottom: 1rem;}

.titvideos{
    padding: 5px 0 0 20px;
    font-weight: bold;
    color: #fff;
    font-size: 1.125rem;
    width: 100%;}
    
.colorvideo{background: #F95125;height: 35px;}

/* Footer */
.t4-palette-pie_sitio {background-color: #eee;}

/* MOBILE */

@media (min-width:992px) {
    .t4-megamenu .dropdown-menu {
        background: #007bc0;
        -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
        box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
    }
}

/*md small*/
@media (max-width: 575.98px) { .cintillo-tx {display: none;}
  .hide-uned {display:none;} }

  /* `lg` applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { .hide-uned {display:none;} }

@media (max-width:360px) {
    .navbar-brand {white-space: normal}
    .navbar .navbar-toggler i {color: #fff}
    .hide-uned {display: none}
}

@media (max-width: 991.98px){
.t4-offcanvas-toggle {text-align: right;padding: 16px 0px;} /* ajustes menu 24-09-24 GQQ*/
.t4-offcanvas-toggle i {font-size: 28px;} /* ajustes menu 24-09-24 GQQ*/
}
 .card-body.text-decoration-none:hover,
        .card-body.text-decoration-none:focus {
            background-color: #b6e0fe;
            transition: background-color 0.2s;
        }
/*campos de revisión*/
.fields-container{list-style: none; padding: 8px; font-size: 1rem; color:#919393;}