  /* Estilos básicos de la tabla */
  table {
    width: 100%;
    border-collapse: collapse;
  }

  .equipo_img {
    width: 40%
  }
  
  td {
    padding: 8px;
    text-align: center; /* Alineación centrada para las celdas */
    border-bottom: 1px solid #ddd;
  }
  
  /* Estilos para hacer la tabla responsive */

  @media only screen and (max-width: 600px) {
    table, td, tr {
      display: block;
      text-align: center; /* Alineación centrada para las celdas en la vista responsive */
    }
    
    tr {
      border: 1px solid #ccc;
    }
    
    td {
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding: 8px;
    }
  }

html{
    font-family: 'Raleway'!important;
}

/* HEADER */
.pkp_structure_head {
    height: 310px;
}
.has_site_logo .pkp_head_wrapper {
    width: 100%;
}
.pkp_site_name > a {
    padding-top: 0px;
    padding-bottom: 0px;
}
.pkp_site_name {
	display: none;
}
.pkp_site_name .is_img {
    display: inline-block;
    height: 100%;
    width: 90%;
}
.pkp_site_name .is_img img {
    display: none;
}
.pkp_structure_main::before, .pkp_structure_main::after {
    background: none;
}
.pkp_structure_head {
    border-bottom: 0px;
}
/* registro*/
.pkp_navigation_user {
    text-align: right;
    font-size: 11px;
    padding-right: 0;
    margin-right: 0;
}
.ocultarRegistro{
    display: none;
}

/* BANNER */
/* NAV */
	/*Link entrar y registrarse*/
.pkp_navigation_user_wrapper{
	left: unset;
	right: 0;
}
.pkp_navigation_user > li > a {
    color: #ffffff;
}
    /* Desplegable user logueado*/
#navigationUser ul {
    background: #d3af37;
}
#navigationUser ul a:hover {
    background: #FC624D;
}


.pkp_navigation_primary_row {
	width: 91%;
}	

.pkp_site_nav_menu {
	margin-top: 250px;
}

.pkp_nav_list li { 
	line-height: 1.3 !important; 
}
.pkp_navigation_primary {
    display: inline-block;
    text-align: center;
    margin-left: 0;
    width: 70%;
}
.pkp_navigation_primary > li > a {
	padding: 10px 10px 8px;
	font-size: 16px;
}
.pkp_navigation_user > li > a {
	color: #000000!important;
}
.pkp_navigation_user > li > a:hover, .pkp_navigation_user > li > a:focus {
    color: #5b5c5f!important;
	text-decoration: underline!important;
}
#navigationPrimary li a {
    color: #fff;
}
#navigationPrimary li a:hover {
    color: #FB5660;
    text-decoration: none;
}

/* submenu principal */
ul.dropdown-menu {
        border-color: #d3af37;
        overflow: hidden;
}
.dropdown-menu li a {
     color: #fff !important;
}
    /* Fondo del desplegable del menu */
.pkp_navigation_primary .dropdown-menu a {
    background-image: linear-gradient(180deg,#e7c44f 0%,#d1b24d 100%);
}
.pkp_navigation_primary .dropdown-menu a:hover {
    background-color: #FC624D;
    opacity: 1;
}
.pkp_navigation_primary .dropdown-menu li a:after {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transform: scale(82);
    -webkit-transform: scale(82);
    -moz-transform: scale(82);
    -o-transform: scale(82);
}
.pkp_navigation_primary>li:last-child a {
	margin-right: unset;
}
.pkp_nav_list ul a {
    border-left: unset;
}
    /* Estilos para fijacion menu */
.stickyNav {
    position: fixed;
    top: 0;
    width: 100%;
}  
.stickyNav + .pkp_structure_content {
    padding-top: 102px;
}

/*   --- CONTENT ---   */
.pkp_structure_content {
    padding-top: 10px;
	margin-top: 60px;
}
.obj_issue_toc .cover img {
    width: 150px;
}

    /*  botones e hipervinculos */
.cmp_button_wire, .obj_galley_link {
    background-image: linear-gradient(180deg,#d3af37 0%,#9b7323 100%);
    border: 1px solid #5d606f;
    border-radius: 3px;
    color: #fff;
}
.cmp_button_wire:hover, .cmp_button_wire:focus, .obj_galley_link:hover, .obj_galley_link:focus {
    background: #c8c3c3;
    color: #FB5660;
    font-weight: 600;
}
.cmp_form .buttons button {
    background-image: linear-gradient(180deg,#d3af37 0%,#9b7323 100%);
    border: 1px solid #5d606f;
    border-radius: 3px;
    color: #fff;
}
.cmp_form .buttons button:hover {
    background: #c8c3c3;
    color: #FB5660;
    font-weight: 600;
}
.cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
    background-image: linear-gradient(180deg,#d3af37 0%,#9b7323 100%);
    border: 1px solid #5d606f;
    border-radius: 3px;
    color: #fff;
}
.cmp_button, .cmp_form .buttons button:hover, .page_lost_password .buttons button:hover, .page_search .submit button:hover, .block_make_submission a:hover {
    background: #c8c3c3;
    color: #FB5660;
    font-weight: 600;
}


    /* enlaces */
.title a {
    color: #000000;
}
.title a:hover {
    color: #F73F52;
}
.pkp_structure_sidebar .content li a:hover {
    color: #F73F52;
}
.obj_announcement_summary .read_more:hover, .obj_announcement_summary .read_more:focus {
    color: #F73F52;
}
.pkp_page_index .current_issue .read_more:hover, .pkp_page_index .current_issue .read_more:focus {
    color: #F73F52;
}
a:hover, a:focus {
    color: #F73F52;
}
.pkp_page_index .current_issue .read_more,
.obj_announcement_summary .read_more {
    color: #000000;
}
.pkp_page_index .current_issue .read_more:hover,
.obj_announcement_summary .read_more:hover {
    color: #F73F52;
}

/********* FOOTER **********/ 
footer{
	color: #848f9a;
	padding-left: 1rem;
	padding-right: 1rem;
    border-top: 5px solid #FC624D;
    background-image: url(https://universitasagri.com/ojs/public/site/images/admin_universitas/fondo-dorado.jpg);
}
.div-btn-footer {
    margin: 2rem 0;    
}
.btn-footer {
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 14px;
    padding-left: 13px;
    padding-right: 13px;
    color: #fff;
    background-color: transparent;
    overflow: hidden;
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: .5px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    text-decoration: none;
    -webkit-transition: all 1s;
}
.btn-footer:hover {
    color: #FC624D!important;
    background-color: #fff;
    opacity: 1;
}
.btn-footer:focus:after, .btn-footer:hover:after {
    transform: scale(200);
    -webkit-transform: scale(200);
    -moz-transform: scale(200);
    -o-transform: scale(200);
    opacity: 1;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.titulo-footer:after {
    background-color: #FC624D;
    content: ' ';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 57px;
    height: 2px;
}
:after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.iconoFacebook a img {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    transition: all .4s ease-in-out;
    border-radius: 5px;
}  
.iconoFacebook a img:hover {
    transform: scale(1.2);
}
footer h4{
    font-size: 16px;
    color: #c59a46;
}
.logo-footer a{
	margin: 0 .7rem;
}
.logo-footer a img {
	width: 50%;
	margin-top: 1.5rem;
}
.contenedor-bottom-footer{
	display: flex;
    flex-wrap: wrap;
}
.seccion1-footer, .seccion2-footer, .seccion3-footer, .seccion4-footer, .seccion5-footer, .seccion6-footer{
	flex: 1 0 0%;
	padding: 0 1rem;
}
.seccion3-footer div{
	display: block;
	margin-bottom: 1rem;
	border-bottom: 1px solid #232e84;
	padding-bottom: .5rem;
}
.seccion3-footer div a{
	text-decoration: none;
	color: unset;
}
.seccion3-footer div a:hover{
	color: #a3a09f;
}
.seccion5-footer p{
    color: #fff;
    font-weight: 600;
}
.seccion6-footer {
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
	align-items: center;
}
.seccion6-footer div{
	margin-right: 2rem;
}
.seccion6-footer div a{
	text-decoration: none;
	color: #000000;
    font-weight: 600;
}
.seccion6-footer div a:hover{
	color: #FC624D;
}
#seccion-bottom{
	border-top: #504a4a solid 1px;
	margin-top: 4rem;
}

	/*Footer que viene por defecto*/
.pkp_brand_footer {
    display: none;
}
.pkp_footer_content {
    padding: unset;
	background-color: #090c17;
	color: #fffbfa;
}
.pkp_structure_footer {
    width: 100%!important;
	padding-left: unset;
	padding-right: unset;
}
/******** FIN FOOTER **********/ 

/*TABLAS NUEVAS*/
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav:before {
    display: table;
    content: " ";
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav>li {
    position: relative;
    display: block;
}
.tab-content{
    text-align: center;
    margin-top: 5rem;
}
.tab-content iframe{
    width: 560px;
    height: 315px;
}
.tab-content .tab-pane {
    display: none;
}
.tab-content .tab-pane.active {
    display: block;
}
.fade.in {
    opacity: 1;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.page .page-subtitle {
    font-weight: 300;
    font-size: 12px;
    margin: 0;
    margin-top: 5px;
    font-family: 'Lato';
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.nav-tabs>li.active>h6, .nav-tabs>li.active>h6:focus, .nav-tabs>li.active>h6:hover {
    color: #555;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs>li>h6 {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
}
.nav>li>h6 {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav>li>h6:focus, .nav>li>h6:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav-tabs>li>h6:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs>li>h6 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}


@media (min-width: 768px){
    .col-sm-6 {
        width: 50%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px){
    .col-md-12 {
        width: 100%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

/*******FIN TABLAS*********/

@media (max-width: 576px) {
    /* MENU */
    .pkp_site_nav_toggle {
        left: 5px;
    }
    .pkp_navigation_primary > li > a {
        padding: 10px 10px;
    }
    #navigationPrimary li ul li {
        padding: 8px 0;
    }
    .pkp_navigation_primary {
        width: 100%;
    }

    /* FOOTER */
    footer {
        background-repeat: no-repeat;
        background-size: cover;
        color: #ffffff;
    }
    footer h4 {
        font-size: 18px;
        color: #195633;
    }
    .logo-footer a img {
        width: 50%;
    }
    .seccion1-footer, .seccion2-footer, .seccion3-footer, .seccion4-footer, .seccion5-footer{
        flex: 1 0 100%;
    }
    .seccion5-footer{
        padding: unset;
    }
    .seccion6-footer{
        width: 100%;
        padding: unset;
    }
    .seccion6-footer div {
        margin: 0 auto;
    }
    .seccion1-footer, .seccion2-footer, .seccion3-footer, .seccion4-footer{
        margin-bottom: 3rem;
    }
    #seccion-bottom .contenedor-bottom-footer {
        flex-direction: column;
        align-items: center;
        padding-bottom: 1rem;
    }
    .contenedor-footer {
        text-align: center;
    }
    .btn-footer {
        border: 1px solid #000;
        font-size: 16px;
        color: #195633;
    }
    /* FIN FOOTER */

    /*CONTENIDO MULTIMEDIA*/
    .tab-content iframe{
        width: 100%;
        height: unset;
    }
    /*******/
}

@media (max-width: 992px) {
	/* NAV */
	.pkp_structure_head {
		height: 120px;
	}	
	.pkp_site_nav_toggle{
		top: 30px;
	}
    /* Desplegable user logueado*/
    #navigationUser ul {
        background: unset;
    }
    #navigationUser ul a:hover {
        background: unset;
    }
    .pkp_navigation_user>li>ul a:hover .task_count, .pkp_navigation_user>li>ul a:focus .task_count {
        background: rgb(143 135 135 / 87%);
    }
    /* menu lateral derecho */
	.pkp_site_nav_menu {
        margin-top: unset;
        position: fixed;
        width: 320px;
        height: 100%;
        top: 0;
        right: 0;
        left: unset!important;
        background-color: #fff;
        background-image: linear-gradient(180deg,#e7c44f 0%,#d1b24d 100%);
        z-index: 3000;
        overflow: auto;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
	}
    .pkp_navigation_primary_wrapper {
        text-align: left;
    }
    .pkp_search {
        float: unset;
        margin-left: 7px;
        font-weight: 600;
    }
    .pkp_site_nav_menu ul ul {
        padding-left: 0.7rem;
    }
    .pkp_site_nav_menu ul ul li a{
        font-size: 16px;
    }
    .pkp_site_nav_menu ul ul li a:hover{
        text-decoration: none;
    }

	.pkp_nav_list li { 
		line-height: unset; 
	}
	#navigationPrimary {
		text-align: left;
        font-weight: 700;
	}
	#navigationPrimary li ul li {
		padding: 10px 0;
	}
	#navigationUser{
		width: unset;
	}
	#navigationUser li {
		margin-top: 25px;
        font-weight: 700;
	}
	.pkp_navigation_user > li > a {
		font-size: 14px;
	}
	/* FIN NAV */
}

@media only screen and (max-width: 915px){
    /* Icono menú */
    .pkp_site_nav_toggle {
        background: #e9e6e6;
        box-shadow: 1px 0 0 rgb(169 150 97), -1px 0 0 rgb(0 0 0 / 20%);
    }
}