/* CSS Bioetica */
a, page_index_journal a, .pkp_block a, .pkp_page_index .current_issue .read_more, .pkp_navigation_primary ul a, .pkp_block a {color:#8ca02b;
   /*font-family: Futura,Trebuchet MS,Arial,sans-serif;*/
   overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; 
}
a:hover, a:active, a:visited, a:focus, page_index_journal a:hover, .pkp_block a:hover, .pkp_page_index .current_issue .read_more:hover, .pkp_page_index .current_issue .read_more:focus {color:#699232;
   /*font-family: Futura,Trebuchet MS,Arial,sans-serif;*/ 
}
.obj_article_details .orcid a, .obj_article_details .doi a{
 color:#699232 ;
 font-weight: bold !important;
}

.obj_article_summary>.title a:hover,  .pkp_navigation_primary .dropdown-menu a:hover, .dropdown-menu a:hover, .pkp_navigation_user ul a:hover{
/*color:#699232 !important;*/
border-color: #699232;
}
.obj_issue_toc .galleys_links {
    margin-left: 29%;
}
.cmp_button_wire, .obj_galley_link { 
   border: 1px solid #699232 !important;
   color: #699232 !important;
   background: #ffffff;
}
.cmp_button_wire:hover, .cmp_button_wire:focus, .obj_galley_link:hover, .obj_galley_link:focus {
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    background-color: #699232 !important;
}
/**h1 { font-family: Futura, "Trebuchet MS", Arial, sans-serif; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; } h3 { font-family: Futura, "Trebuchet MS", Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; } p { font-family: Futura, "Trebuchet MS", Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; } blockquote { font-family: Futura, "Trebuchet MS", Arial, sans-serif; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } pre { font-family: Futura, "Trebuchet MS", Arial, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; };**/

.pkp_navigation_user_wrapper {
background: rgb(209,217,36) !important;
background: linear-gradient(90deg, rgba(209,217,36,1) 0%, rgba(126,180,40,1) 67%) !important;}

.pkp_navigation_primary pkp_nav_list ul li a {
color:#000;
}
.pkp_navigation_primary pkp_nav_list li ul a:hover {
color:#699232;
}
.pkp_navigation_primary pkp_nav_list li ul a:focus {
border-color: #699232;
}
.cmp_notification{
    border-left: 5px solid #699232;
}
.pkp_structure_head {
    background: background: rgb(255,255,255) !important;
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(225,227,226,1) 97%)!important;

}
.pkp_head_wrapper{
background:url(https://revistas.comillas.edu/public/site/images/admin/biofondocab.jpg) no-repeat right !important;
}
.pkp_head_wrapper .pkp_search button {
color: #699232;
}
@media (min-width: 1200px){
.has_site_logo .pkp_head_wrapper{
    padding-top: 30px;
    width: 100% !important;
}}
@media (min-width: 992px){
.has_site_logo .pkp_head_wrapper{
    padding-top: 30px;
    width: 100% !important;
}}
@media (min-width: 768px){
.has_site_logo .pkp_head_wrapper{
    width: 100%;
 /*   padding-left: 12%;*/
}}
/*
.pkp_site_name_wrapper{
padding-left: 0px;
} */
.pkp_site_name .is_img img{
    display: block;
    max-height: 80px;
    max-width: 100%;
    width: auto;
    height: auto;
    /*background-color: rgb(255,255,255, 0.8);
    border: 3px solid rgb(255,255,255, 0.3);*/
}
@media (max-width: 992px){
.pkp_site_name {
    background-color: rgb(255,255,255, 0.7) !important;
    border: 3px solid rgb(255,255,255, 0.3);
}
}

/*botón enviar artículo*/
.submit button, .block_make_submission a, block_make_submission_link{
border-radius: 4px;
/*   background: linear-gradient(to right, #67b26b, #4ca2cb) !important;*/
   border: 4px solid #699232 !important;
   /*color: #FFFFFF;*/
   text-align: center;
   text-transform: uppercase;
   padding: 5px;
   width: 200px;
   transition: all 0.4s;
   cursor: pointer;
   margin: 5px;
   box-shadow:none;
   transition: all 0.3s ease 0s;
} 
.submit button:hover, .block_make_submission a:hover, block_make_submission_link:hover{
color: #626459 !important;
font-weight: 700 !important;
letter-spacing: 1px;
background: #eee;
-webkit-box-shadow: 0px 5px 20px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 20px -10px rgba(0,0,0,0.57);
transition: all 0.3s ease 0s;
}
/*fin botón enviar artículo*/
/* búsqueda*/
@media (min-width: 992px){
.pkp_head_wrapper .pkp_search.is_open {
    min-width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    border-left: 3px solid #699232;
}}
@media (min-width: 992px){
.pkp_head_wrapper .pkp_search.is_open .search_prompt {

    color: #699232;
}}
/*
@media (min-width: 768px){
.pkp_head_wrapper .pkp_search button{

}}
@media (min-width: 768px){
.pkp_head_wrapper .pkp_search button{

}}

input[type=text] {
  width: 80%;
  border: 3px solid #699232;
border-right: none;
  padding: 5px;
  height: 23px;
 /* border-radius:2px;*/
/*  border-radius: 3px 0 0 3px;
  outline: none;
  color: #aaa;
}
.pkp_search button[type=submit] {
  width: 50px;
  height: 23px;
  border: 3px solid #699232;
  background: #699232;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 10px;
  transform: translate(0, 0);
  content: "\f002";
  position: absolute;
}    */
.page_search .submit button{
color: #699232;
}
.page_search .submit button:after, .page_search .submit button:hover:after{
background: #699232;
}

/*Página de números anteriores en 3 columnas*/
@media (max-width: 992px){
.page_issue_archive .issues_archive {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}}

@media (min-width: 992px){
.page_issue_archive .issues_archive, .page_issue_archive .issues_archive ul li{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}}



/*Botón Home revistas Comillas*/
.pkp_navigation_user_wrapper {

    /*z-index: 1*/
    }
.pkp_navigation_user {
z-index:2 !important;
position: relative;
}
@media (min-width: 992px){
.pkp_navigation_user>li:first-child {
    float:left;
}}
@media (min-width: 992px){.pkp_navigation_user>li {
      float: right;
}}

@media (min-width: 992px){
.pkp_navigation_user>li>a {
    color: #ffffff;
}}
@media (min-width: 992px){
.pkp_navigation_user>li:first-child>a {
    text-align: left;
    float: left;
    background-image: url(https://revistas.comillas.edu/public/site/images/admin/logo-home-revistas-blanco.png);
    /* background-position: center; */
    background-repeat: no-repeat;
    padding: 4px 20px 0px 30px;
    color: #fff;
    /*text-decoration:none;*/
}}

.home-revistas a, .home-revistas a:hover, .home-revistas a:visited{
    text-decoration:none !important;
    color: #282828 !important;
    cursor: pointer;
}
/*Espacio entre secciones de un número*/
@media (min-width: 992px){
.cmp_article_list, .obj_issue_toc .articles {
    margin: 30px 0-30px 0 !important;
}
}

/*Página de archivos de números*/



/*Grid Página de archivos*/
@media (min-width: 768px){
.obj_issue_summary .cover {
width: 100% !important ;
float: none !important ;
}}

li.profile div.home-comillas{
float: left;
}

/* Mejorar el contraste y añadir un efecto de resaltado en el hover de la navegación */
.pkp_navigation_primary ul a:hover {
    background-color: #699232 !important;
    color: #ffffff !important;
    transition: background-color 0.3s ease-in-out !important;
}

/* Hacer que los menús de navegación tengan un 100% de ancho en pantallas landscape */
@media screen and (orientation: landscape) {
    .pkp_navigation_primary {
        width: 100% !important;
    }
}

/* Garantizar la consistencia en la combinación de colores en el menú hamburguesa en pantallas portrait */
@media screen and (orientation: portrait) {
    .pkp_navigation_primary .menu-toggle {
        background: linear-gradient(90deg, rgba(209,217,36,1) 0%, rgba(126,180,40,1) 67%) !important;
        color: #ffffff !important;
    }
    .pkp_navigation_primary .menu-toggle:hover {
        background-color: #699232 !important;
        transition: background-color 0.3s ease-in-out !important;
    }
}

/*ajustes nuevos*/
.pkp_site_name {
    text-align: left !important;
}
.pkp_structure_main {
    background: #ffffff !important;
}
@media (min-width: 992px)  {
.pkp_navigation_user_wrapper {
 width:100% !important;
 top:0;
}}
.pkp_site_name_wrapper {
background-color: transparent !important;
}
@media (max-width: 991px) {
.pkp_site_name_wrapper {
    height: 7em;
}
}

.pkp_structure_sidebar.left {
    background-color: #ffffff !important;
}
.pkp_page_index .current_issue .read_more{ 
margin-top:3em;
}
    .pkp_navigation_search_wrapper a {color:#699232 !important;}
}