/**
 * Theme Name: Posgrado
 * Theme URI: http://crie.edu.co/
 * Author: Centro de Recusos Informáticos y Educativos
 * Author URI: https://crie.utp.edu.co
 * Description: Tema desarrollado para programas de la Universidad Tecnológica de Pereira desde el centro de recusos informáticos y educativos
 * Version: 1.11.2
 * License: UTP
 * License URI: https://www.utp.edu.co
 * Text Domain: utp
 * Domain Path:
 * Tags: reacreditación, Centro, Recusos, Informáticos, Educativos, facultades, institucional, industrial, mecanica, ingenierías, ingenierias, artes, musica, música, agro, agroindustria, ciencias, ambientales, ambiental, educación, empresariales, salud, facultad, facultades, básicas, basicas, tecnología, tecnologia, agrarias, rudecolombia, doctorado
 * Text Domain: Universidad Tecnológica de Pereira, Doctorado en Ciencias de la Educación
 */

 @font-face {
    font-family: 'Myriad Pro Cond';
    src: url('fonts/myriad-pro-Cond.eot');
    src: url('fonts/myriad-pro-Cond.eot?#iefix') format('embedded-opentype'), url('fonts/myriad-pro-Cond.woff') format('woff'), url('fonts/myriad-pro-Cond.ttf') format('truetype'), url('fonts/myriad-pro-Cond.svg#Impact') format('svg');
}

@font-face {
    font-family: 'Myriad Pro Cond It';
    src: url('fonts/myriad-pro-CondIT.eot');
    src: url('fonts/myriad-pro-CondIT.eot?#iefix') format('embedded-opentype'), url('fonts/myriad-pro-CondIT.woff') format('woff'), url('fonts/myriad-pro-CondIT.ttf') format('truetype'), url('fonts/myriad-pro-CondIT.svg#Impact') format('svg');
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.ttf');
}

/* Estilos para banderas de traducción automática */
section.menu-institucional #flags li > a {
    padding-right: 0;
    padding-left: 0;
}

#flags {
    padding-top: 8px;
    width: auto!important;
}

#flags ul {
    display: flex;
}
/* Termina estilos banderas de traducción automática */

.widget2{
    padding: 20px 70px;
}

.widget3{
    padding: 0 70px 0px;
}

.widget2 img, .widget3 img {
    width: 100%;
}
.n2-ss-slider .n2-ss-slide-background-image img { 
    object-fit: fill !important;
}

.titulositio div{ 
    position: absolute; 
    text-align: right; 
    width: 100%; 
    bottom: 0;
}

:root {
    --institucional: #003D6D;
    --blanco: #ffffff;
    --gris: #BCBDC0;
    --negro: #000000;
    --artes: #6d1d43;
    --ambiental: #797716;
    /* --basicas: #69768C; */
    --basicas: #426666;
    --educacion: #16873e;
    --salud: #00564a;
    --mecanica: #007DB8;
    --ingenierias: #D04601;
    --tecnologia: #7C755A;
    --agroindustria: #267e92;
    --industrial: #8A7000;
    /* --servicios: #b50822; */
}

h1 {
    font-family: 'Oswald';
}

h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald';
}

html {
    margin: 0 !important;
}

textarea {
    resize: none !important;
}

a {
    text-decoration: none;
    color: var(--institucional);
    font-family: 'Roboto';
}
.post-content > * {
    margin: 0 auto 1rem!important;
    max-width: 100ch;
}

.post-content > figure.wp-block-table {
    max-width: 100%;
    width: 80%;
}

.imagen-post > a, .imagen-noticias > a, .imagen-crie > a {
    display: inherit;
}

a:focus {
    border: 3px solid black;
    outline: 1px solid white;
    border-radius: 5px;
}

.anclaInferior > a {
    display: block;
    width: 100%;
    height: 100%;
}


:where(.table) th, td {
    padding: 8px 10px;
}

td img {
    max-width: 300px;
}

.post-content > .is-provider-youtube{
    max-width: 100%!important;
    height: 500px;
}

.is-provider-youtube > div, .wp-block-embed iframe{
    height: 100%;
    width: 100%!important;
}

.post-title-new a:visited,
.publicacion a:visited {
    color: #609 !important;
}

.post-title-new a {
    font-size: 16pt;
    color: var(--institucional);
    text-decoration: none;
    margin: 0;
}

.espaciadoTexto {
    line-height: 1.5;
    letter-spacing: 0.12em;
    word-spacing: 0.16em;
}

.ancho-sitio {
    max-width: 1920px;
    width: 100%;
    margin: auto;
}

.espaciadoTexto p {
    margin-bottom: 2em;
}

.menu-accesibilidad {
    background-color: var(--institucional);
    border-radius: 5px;
    position: fixed;
    display: block;
    top: 18%;
    right: auto;
    z-index: 1000;
}

.items-accesibilidad {
    list-style: none;
    padding: 5px;
    margin: 0;
}

.items-accesibilidad li {
    margin: 5px 0;
}

.items-accesibilidad a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: white;
    padding: 3px 0 0 0;
    text-align: center;
  }

ul.accordion-collapse {
    list-style: none;
}



#saltar a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}


#saltar a:focus {
    position: static;
    border: 3px solid black;
    width: 50px;
    height: 30px;
}

.accordion-item a {
    color: #212529;
}

.dropdown-aside>.accordion-header {
    display: block;
    color: var(--institucional);
    padding: 1rem 1.25rem;
    margin-bottom: 0;
}

.dropdown-aside:before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: '\27E9';
    font-weight: bold;
    background-size: 1.25rem;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.dropdown-aside>.dropdown-menu-aside {
    max-height: 0;
    overflow: hidden;
}

.dropdown-menu-aside>li {
    padding: 0;
}

.dropdown-menu-aside>li>a {
    display: block;
    color: var(--institucional);
    background: white;
    padding: 10px 10px;
}

.cuerpoCont {
    padding: 0 12px;
}

.videoIni {
    margin-bottom: 30px;
}

.wp-block-column {
    margin-bottom: 20px;
}

.wp-block-columns {
    margin-bottom: 1px;
}

.wp-block-columns>* {
    margin: 0 auto 1rem !important;
    max-width: 100ch;
}

.wp-block-column>p {
    padding-left: 8px;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.borde_inferior>.row {
    border-bottom: 1px solid #ddd;
}

#header {
    width: 100% !important;
    margin: 0 auto;
}

.imagen-banner img {
    max-width: 100%;
}

#imgPorDefecto img {
    width: 100%;
    height: auto;
}

.menu-institucional {
    background-color: var(--institucional);
    max-height: 74px;
}

.dropdown-menu {
    background-color: var(--institucional);
    padding-bottom: 0;
    padding-top: 0;
}

.dropdown-menu li>a {
    color: white;
}

.dropdown-menu li>a:hover {
    background-color: #e9ecef;
    color: #212529;
}

.menu-estandar>li>a:focus {
    color: white;
}

.accordion-button {
    font-size: 14px !important;
    color: var(--institucional);
}

.boton:focus {
    box-shadow: none;
}

/*Estilos cuerpo*/
.descripcion {
    margin-top: 40px;
}

.descripcion .contenedor-crie>.contenido-crie {
    margin: 0 auto;
    text-align: center;
    padding: 0 10px;
}

.contenido-crie > p {
    width: 100% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner_principal {
    margin-top: 40px;
}

.cuerpo {
    margin: 0 0 0 0;
}

.breadcrumb {
    background-color: #fff;
    border-radius: 0;
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 0;
}

.primer_contenedor {
    margin-right: 1rem;
}

.menu_lateral_inicio {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: #FFFFFF;
    cursor: pointer;
}

ul.itemJs {
    border-top: 3px solid #003f6a;
    margin: 0;
    padding: 5px 15px 0 15px;
    list-style: none;
}

ul.itemJs>li:nth-child(odd) {
    background-color: #F8F8F8;
    font-weight: 600;
    font-size: 12pt;
}

ul.itemJs>li:nth-child(even) {
    background-color: #FFF;
    font-size: 12pt;
}

.titulobarralateral {
    display: none;
}

.titulonoti {
    background-color: #F2F2F2;
    margin: 0 0 20px 0;
    padding-left: 15px;
    text-align: start;
    font-family: 'Oswald';
    padding: 0.4em 1em;
}

.titulonoti b {
    color: #002b4d;
    text-decoration: none;
}

.contenido-noticias {
    margin: 15px 0 15px 0 !important;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px 0;
    height: 220px;
}

.barralateralb>ul {
    background-color: #F2F2F2;
    padding: 0.5em 1em 0.5em 1em;
}



ul.sub-menu li {
    list-style: none;
    padding: 10px;
}

ul.sub-menu li:hover {
    background-color: #F2F2F2;
    border: 1px solid #fff;
    transition: 1s;
    border-radius: 3px;
}

ul.menu_lateral {
    list-style: none;
    font-size: 14px;
    padding: 0.5em 1em 0.5em 1em;
}

.menu_lateral {
    text-decoration: none;
}

ul.menu_lateral > li.menu-responsive, .menu-responsive li {
    border: 0;
}

.menu_lateral a {
    font-size: 14px;
}

li.accordion-body {
    padding: 1rem 1.25rem;
    list-style: none;
}

ul.menu_lateral > li.menu-responsive, .menu-responsive li {
    border: 0;
}

.menu_lateral li.accordion-item.accordion-body:hover, ul.accordion-collapse li:hover {
    background-color: #cfe2ff;
}

.offcanvas-body {
    padding: 0;
}

ul.menu_lateral2{
    background-color: #F2F2F2;
}

ul.menu_lateral2 {
    list-style: none;
    font-size: 14px;
}

ul.menu_lateral2>li {
    background-color: #F2F2F2;
    border: 0;
}

ul.menu_lateral2 li> .accordion-header{
    background-color: #F2F2F2;
    font-size: 14px;
}

ul.sub-menu li {
    list-style: none;
    padding: 10px;
}

ul.sub-menu li:hover {
    background-color: #F2F2F2;
    border: 1px solid #fff;
    transition: 1s;
    border-radius: 3px;
}

ul.menu_lateral2 li ul li > a {
    font-weight: normal;
    color: #212529;
}

ul.menu_lateral li > a, ul.menu_lateral2 li > a {
    font-weight: bold;
    color: #212529;
}

ul.menu_lateral2 > li > a{
    border-bottom: 3px solid #CACACA;
    display: block;
}

ul.menu_lateral2 > li.accordion-body {
    color: #212529;
    padding: 0;
}

ul.menu_lateral2 > li.accordion > a{
    border-bottom: 3px solid #CACACA;
    display: flex;
}

.btnMenuLateral {
    color: white;
    align-items: center;
}

ul.sub-menu li {
    list-style: none;
    padding: 10px;
}

ul.sub-menu li:hover {
    background-color: #F2F2F2;
    border: 1px solid #fff;
    transition: 1s;
    border-radius: 3px;
}


.sidebarH .input-group {
    padding: 0 10px;
}

.sidebarH {
    list-style: none;
}

.menu_lateral_inicio {
    padding-top: 0PX;
}

.menu-estandar>li>a {
    color: var(--blanco);
    font-size: 14px;
}

.menu-estandar>li>a:hover {
    color: var(--blanco);
    text-decoration: underline;
}

.menu-estandar>li {
    padding-right: 16px;
}

.dropdown-menu>li:hover>.submenu {
    display: block;
    position: absolute;
    left: 138px;
    top: 8px;
}

.sidebar,
.sidebar a {
    color: var(--institucional);
    padding: 0PX !important;
}

.menuLateralRespon {
    animation: beat 2s;
}

@keyframes beat{
	50%{
		transform: scale(1.3);
	}
	100%{
		transform: scale(1);
	}
}

.imagen-post img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: 0 0;
}

.container-titles {
    display: block;
    justify-content: space-between;
}

.carousel-noticias{
    align-items: center;
}

.titulo-noticias__carrusel {
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contenedor-noticias {
    height: 532px;
}

.contenido-noticias-entrada {
    height: auto;
    -webkit-box-shadow: inset 0px 0px 15px 0px rgba(97, 97, 97, 0.2);
    -moz-box-shadow: inset 0px 0px 15px 0px rgba(97, 97, 97, 0.2);
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%) !important
}

.contenido-noticias__imagen,
.contenido-noticias-entrada__imagen {
    height: auto;
}

.contenidoNoticiasPost {
    padding: 0;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.accordion-body {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed) {
    color: var(--institucional) !important;
}

.titulo-facultad {
    color: black;
    margin: 0 0 20px 0;
      margin-top: 0px;
    padding: 0.4em 1em;
    text-align: start;
    font-family: 'Oswald';
}

.titulo-facultad-post {
  background-color: #003E69;
  color: white;
  margin: 0 0 50px 0;
  padding: 0.4em 1em;
  text-align: start;
}

.titulo-contenido {
    color: black;
    padding: 0.2em 1em;
    text-align: start;
    font-family: 'Oswald';
    font-size: 30pt;
    margin: 0 0 40px 0;
}

.titulo-facultad h2 {
    margin-bottom: 0;
}

.titulocategoria h2 {
    margin-bottom: 0;
    color: var(--blanco);
    text-decoration: none;
}


.titulocategoria {
    background: var(--institucional);
    text-align: center;
    font-family: 'Oswald';
    padding: 0.4em 1em;
}

.post-title,
.post-title-new {
    font-size: 1.4rem;
    padding: 0 5px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* font-family: 'Oswald'; */
}

.post-title a {
    color: #003E69;
    text-decoration: none;
    font-weight: bold;
}

.subtitle-category a {
    font-size: 10pt !important;
    color: #595959;
    margin: 0;
}


.tagsCompart {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px 20px 10px 20px;
}


.enlace-boton {
    color: white !important;
    border-radius: 0;
    padding: 2px 0 2px 0;
    font-family: 'Roboto';
}

.cuerpo-contenido {
    max-width: 100%;
    margin: 0 auto;
}

.tags a,
.compart a {
    color: var(--institucional);
    text-decoration: none;
}

.infoPlanEstudio button {
    color: var(--institucional);
}

.publicacion a {
    color: #0c3054;
}

.publicacion {
    text-align: right;
    font-size: 10pt;
    color: #848484 !important;
    display: flex;
    flex-direction: column;
}
.publicacion-page {
    margin-top: 30px;
    max-width: 226ch;
}

.publicacion p,
.publicacion-noticias p {
    margin-top: 1rem;
    margin-bottom: 0;
}

.publicacion-noticias {
    margin-bottom: 0;
    text-align: center;
    font-size: 10pt;
    color: #595959;
}

.noticias {
    margin-top: 40px;
}

.paginacion {
    margin: 15px !important;
}

.paginacion a {
    color: #fff;
    border: 1px solid #0f3d6a;
    border-radius: 5px;
    margin: 0px 2px;
    background-color: #0f3d6f;
    text-decoration: none;
    width: auto;
}

.paginacion .current,
.paginacion .dots {
    width: auto;
}

.paginacion a:hover {
    background-color: #082847;
    color: #fff;
    transition: 1s;
}

#breadcrumbs {
    padding: 21px 25px;
}

#breadcrumbs a {
    color: #0c3054;
}

.imagen-post-thumbnail img {
    width: 100%;
}

.tituloPost {
    background-color: #F2F2F2;
    padding: 0.2em 1em;
    margin: 0 0 20px 0;
    text-align: center;
    font-family: 'Oswald';
    font-size: 30pt;
}

.tituloPost a {
    color: #002b4d;
    text-decoration: none;
    font-weight: 600;
}

.info_general {
    border: 0 !important;
}

.info_posgrado {
    border-bottom: 1px solid black;
}

.menu-fixed {
    position: fixed;
    z-index: 3;
    top: 0;
    width: 99%;
    margin: 33px auto 0 auto;
}

.titulobarralateral {
    display: none;
}

.menuLateralRespon {
    position: fixed;
    top: 31%;
    right: 0;
}

.textoMenu{
    color: white;
    font-weight: bold;
    margin: 0;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.btnMenuLateral2{
    background-color: #541814;
    width: 45px;
    border: 4px solid white;
    border-right: 0;
    border-radius: 10px 0 0 10px;
    height: 130px;
}

.btn.btnMenuLateral:focus {
    box-shadow: none;
}

.btnMenuLateral:hover {
    color: white;
    text-decoration: underline;
}

.icon-container {
    align-items: center;
    height: inherit;
    justify-content: space-between;
    margin: 0 16px;
    column-gap: 10px;
}

.icon-container img {
    max-height: 90px;
    object-fit: scale-down;
}

.icon-container a:hover {
    transform: scale(1.1);
}

.img-redes {
    width: 44px;
    margin: 0 4px;
}

.btn-flotante {
    background-color: var(--institucional) !important;
    -webkit-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.75);
}

.btn-flotante i {
    color: #fff;
    font-size: 20pt;
}

.menuLateralRespon {
    z-index: 1000;
}


ul.info>li:nth-child(odd) {
    padding: 5px 18px 5px 18px;
    font-weight: 600;
    font-size: 14px;
    color: #0c3054;
}

ul.info>li:nth-child(even) {
    padding: 5px 18px 5px 18px;
    color: var(--institucional);
    font-size: 13px;
}

p.has-background {
    margin: 0;
    padding: 10px 0;
    -webkit-box-shadow: inset 0px 0px 15px 0px rgba(97, 97, 97, 0.2);
    -moz-box-shadow: inset 0px 0px 15px 0px rgba(97, 97, 97, 0.2);
    box-shadow: inset 0px 0px 15px 0px rgba(97, 97, 97, 0.2);
}

/*First level item arrows*/

/* Empieza estilos post-content, */
.post-content img {
    height: auto;
}

.post-content {
    color: #595959;
    padding: 0 10px;
    font-family: 'Roboto';
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.post-content p {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.post-content>iframe {
    max-width: 100%;
    width: 100%;
    height: 500px;
}

.post-content h6,
.post-content-page h6,
.post-content h5,
.post-content-page h5,
.post-content h4,
.post-content-page h4,
.post-content h3,
.post-content-page h3 {
    color: black;
    padding: 20px 12px;
    font-family: 'Oswald';
    margin-bottom: 20px;
}

.post-content h4,
h3,
h4,
h5,
h6 {
    margin: 0 auto;
    word-break: break-word;
}

.post-content h3>a {
    color: #fff;
    font-family: 'Oswald';
}

.post-content a {
    color: #004278;
}

.post-content li {
    max-width: 100ch;
}

.post-content {
    width: 100%;
}

.post-content__span {
    display: inline-block;
    max-width: 100ch;
    color: black;
}

.post-content>* {
    /* font-family: "Roboto";
    padding: 0 20px;
    margin: 0 auto !important; */
    /* max-width: 80ch; */
    color: black;
}


.post-content-page>* {
    font-family: "Roboto";
    padding: 0 20px;
}

/* Termina estilos post-content y post-content-page */
.wp-block-embed__wrapper {
    text-align: center;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.post-content a {
    color: var(--institucional);
}

.post-contentOrganigrama img {
    width: 100%;
}

img[usemap="#mapa"] {
    width: 100%;
}

/* Estilos pagina 404 */


.contacto404 {
    margin: 0 auto;
}

.contacto404 input,
.contacto404 textarea {
    width: 100%;
    border: 1px solid #929292;
}

.error404_img {
    width: auto;
    height: 300px;
}
/* Termina estilos pagina 404 */

/* Estilo formulario front page */
.formulario {
    text-align: center;
    max-width: 100ch;
    margin: 0 auto;

}

.formulario article{
    -webkit-box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 70%);
    padding: 70px 0;
}

.row.formulario.col-12 div{
    padding-bottom: 10px;
}

.wp-block-button{
    padding: 0;
    width: 100%;
}
.formulario button,
.formulario input,
.formulario optgroup,
.formulario select,
.formulario textarea {
    color: #000000;
    border-color: #004278;
    border-radius: 5px;
    border-width: 1px;
    padding: 5px;
}

input.input-utp {
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
}

.formulario .wpcf7-submit {
    background: #004278;
    border: 0;
    border-radius: 5px;
    width: 20%;
    padding: 10px;
    color: white;
}

.formulario .wpcf7-submit:hover {
    background-color: #082847;
    color: #fff;
    transition: 1s;
}
.formulario article p {
    text-align: left;
}

/* Termina estilos formulario front page */

#enviar {
    width: 30%;
}

#enviar input {
    background-color: var(--institucional);
    border: 2px solid var(--institucional);
    border-radius: 5px;
    width: 100%;
    color: #fff;
}

#enviar input:hover {
    background-color: #870602;
    border: 2px solid #fff;
    transition: 1s;
}

div.wpcf7-response-output {
    margin: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #fff;
    background-color: #870620;
    border-radius: 5px;
    transition: 1s;
    color: #fff;
}

.wp-block-image {
    margin: 0 0 4px;
}

.wp-block-button {
    padding: 0;
    width: 100%;
}

.wp-block-button__link {
    padding: 10px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 5px;
    background-color: var(--institucional);
    color: white !important;
}

#tituloVideo {
    color: var(--institucional);
    padding: 25px;
    font-family: 'Oswald';
}

/* .videoIni iframe {
    width: 100%;
    height: 50VW;
} */

#textoIni {
    background-color: #F2F2F2;
    text-align: center;
    height: fit-content;
    margin-top: 3rem;
}

#textoIni h2 {
    color: var(--institucional);
    margin: 0 0 15px 0;
}

#textoIni p {
    font-size: 18pt;
    line-height: 40px;
    letter-spacing: 3px;
    font-family: 'Roboto';
}

#vive {
    text-align: center;
    margin: 50px 0;
    font-size: 37pt;
    color: #870602;
}

li.widget {
    list-style: none;
}

.widget6{
    height: 100%;
}

.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
    background-color: transparent !important;
}

#noticiasPrincipales div {
    padding: 5px;
}

#noticiasPrincipales a {
    color: #ffffff;
    text-decoration: none;
}

#linknoti {
    background-color: #860602;
}

#linkplantilla {
    background-color: #a00c24;
}

#linkmanual {
    background-color: #2A8192;
}

#linknoti,
#linkplantilla,
#linkmanual {
    text-align: center;
}

#linknoti a,
#linkplantilla a,
#linkmanual a {
    display: block;
}

#linknoti:hover,
#linkplantilla:hover,
#linkmanual:hover {
    opacity: 0.8;
    transition: 0.5s;
}

.contenedor-destacada {
    display: flex;
    height: 100%;
    justify-content: center;
}

.contenido-destacada p {
    padding: 0 15px;
    color: black;
    height: 75%;
}

.contenido-destacada {
    padding: 0 10px;
}

/* Estilos Iconos */
.iconos {
    margin-top: 5px;
    margin-bottom: 5px;
}

.iconos img {
    max-width: 100px;
}

.tituloIcono {
    font-size: large;
    font-weight: 500;
    margin-top: 20px;
    justify-content: center;
    color: black;
}

.iconos {
    text-align: center;
    font-family: 'Oswald';
}

.iconos div>div img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    overflow: hidden;
    transition: 1s;
}
.block-titulo > a > strong {
    font-family: 'Oswald';
}
/* Termina estilos iconos */

/* Estilos información general */

.linea-titulo {
    width: 300px;
    margin-bottom: 20px;
    height: 3px;
}

.linea-titulo2 {
    margin: 0 auto;
    margin-bottom: 30px;
    height: 3px;
}

.facultad-artes {
    border-bottom: 4px solid var(--artes);
}

.facultad-ambiental {
    border-bottom: 4px solid var(--ambiental);
}

.facultad-basicas {
    border-bottom: 4px solid var(--basicas);
}

.facultad-educacion {
    border-bottom: 4px solid var(--educacion);
}

.facultad-salud {
    border-bottom: 4px solid var(--salud);
}

.facultad-mecanica {
    border-bottom: 4px solid var(--mecanica);
}

.facultad-ingenierias {
    border-bottom: 4px solid var(--ingenierias);
}

.facultad-tecnologia {
    border-bottom: 4px solid var(--tecnologia);
}

.facultad-agroindustria {
    border-bottom: 4px solid var(--agroindustria);
}

.facultad-industrial {
    border-bottom: 4px solid var(--industrial);
}

.informacion>div {
    padding: 0 10px 0 0;
}

.informacion__titulo {
    padding: .2em 0 .2em .3em;
    background-color: #e6e6e6;
    border-radius: 5px;
}
/* Estilo para ocultar el logo del recaptchaV3 */
.grecaptcha-badge {
    visibility: hidden;
}


/* Termina estilos información general */


.enable-textarea {
    display: block;
}

.contenido-descripcion{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contenido-descripcion > p {
    text-align: center;
}

/* Comienza iconos redes sociales */
.social-icon-blue img:hover {
    animation: tada;
    animation-duration: 0.5s;
}

.social-icon-blue {
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
  }
  
  @keyframes tada {
    0% {
      transform: scale3d(1, 1, 1);
    }
  
    10%, 20% {
      transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
  
    30%, 50%, 70%, 90% {
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
  
    40%, 60%, 80% {
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
  
    100% {
      transform: scale3d(1, 1, 1);
    }
  }
  
  .tada {
    animation-name: tada;
  }
/* Termina iconos redes sociales */

.correo-documentos {
    background: #003D6C;
    padding: 5px;
    color: white;
}

.wp-block-details.titulo-detalle summary{
    color: var(--institucional);
    margin-bottom: 1.5em;
}

details > details{
    margin-left: 30px;
}

@media (min-width: 576px) {
    .cuerpoCont {
        padding: 0 5px 5px 5px;
    }

    .linea-titulo2.w-25 {
        margin-bottom: 30px;
    }

    .menuLateralRespon {
        position: fixed;
        top: 15%;
        right: 0;
    }
}

@media (min-width: 768px) {
    .wp-block-column {
        margin-bottom: 20px;
    }

    .wp-block-columns {
        margin-bottom: 1px;
    }

    .contenido-crie>p {
        width: 71ch;
        margin: 1rem auto;
    }

    .contenido-descripcion{
        margin: 1rem auto;
    }

    .linea-titulo2.w-25 {
        margin-bottom: 40px;
    }

    .post-content {
        width: 90%;
    }

    .post-content h2 {
        background-size: 100% 100%;
    }

    .post-content h3 {
        background-size: 100% 100%;
    }
}

@media (min-width:992px) {
    .contenedor-destacada{
        flex-flow: column;
    }
    .contenido-crie>p {
        width: 80ch;
    }
    .contenido-descripcion > p {
        width: 80ch;
    }
    .linea-titulo2.w-25 {
        margin-bottom: 0;
    }
    .sidebarH {
        background-color: #F2F2F2;
    }
    .videoIni iframe {
        width: 100%;
        height: 100%;
        max-height: 100%;
    }
    .widget2{
        padding: 20px 70px;
    }
    .widget3{
        padding: 0 70px 100px;
    }
    .widget2 img, .widget3 img {
        width: 18%;
    }
    .menu-fixed {
        margin: auto;
    }
    .btn.dropdown-toggle {
        background-color: var(--institucional);
        color: var(--blanco);
    }

    .sidebarH {
        background-color: #F2F2F2;
    }

    .contenidoNoticiasPost {
        padding: 0 30PX 20px 30px !important;
    }

    .infoRegistro {
        margin-top: 40px;
    }
    ul.menu_lateral2 {
        padding: 0.5em 0 0.5em 8em;
    }
    .sidebarH{
        background-color: #F2F2F2;
    }
    ul.menu_lateral2 > li {
        margin-bottom: 20px;
    }
    ul.menu_lateral2 li > .accordion-header {
        padding: 0;
    }
    
}

@media (min-width:1200px) {
    .cuerpoCont {
        padding: 0 30px;
    }

    .post-content {
        width: 80%;
    }

    .infoRegistro {
        padding: 0 120px;
    }
    .contenedor-video {
        padding: 0 30px;
    }
    .videoIni iframe {
        width: 100%;
        height: 100%;
        max-height: 100%;
    }
    .iconos img {
        max-width: 150px;
    }
    .titulo-facultad, .titulocategoria {
        margin: 0px 0 20px 0;

    }
    .widget2{
        padding: 20px 70px;
    }
    .widget3{
        padding: 0 70px 105px;
    }
    .widget2 img, .widget3 img {
        width: 18%;
    }
    ul.menu_lateral2 {
        padding: 0.5em 1em 0.5em 1em;
    }
}
@media (min-width:1400px) {
    .iconos img {
        max-width: 200px;
    }
    .contenidoNoticiasPost {
        padding: 0 30PX 20px 30px !important;
    }
    .widget2{
        padding: 20px 70px;
    }
    .widget3{
        padding: 0 70px 130px;
    }
    .widget2 img, .widget3 img {
        width: 18%;
    }
}

@media (min-width: 1900px) {
    .videoIni iframe {
        width: 100%;
        height: 100%;
        max-height: 100%;
    }
    .contenedor-video,
    .noticias {
        padding: 0 60px;
    }
    .iconos {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .widget2{
        padding: 20px 70px;
    }
    .widget3{
        padding: 0 70px 150px;
    }
    .widget2 img, .widget3 img {
        width: 17%;
    }
}