/* -----------------------------------------------------------------------
    Responsive col_one_personalizado
-------------------------------------------------------------------------- */
 Estilos añadidos
-----------------------------------------------------------------*/

 Primary Menu
-----------------------------------------------------------------*/
header .pkp_site_name  {
display: none;
}

.pkp_page_index .pkp_site_name .is_img img {
  display:none;
}

.pkp_structure_head {
   /* background-color:#fff;*/

}
.pkp_block{
    background: #f0f0f0;
    padding: 20px 15px;
    border-radius: 1em;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

footer{
    background:#3e3f3a;

}
/*estilos cabezera*/
.has_site_logo .pkp_head_wrapper {
    padding-top: 0px;
}
.pkp_navigation_user > li > a, .pkp_navigation_user > li.in_focus > a, .pkp_navigation_user > li > a:hover, .pkp_navigation_user > li > a:focus {

    /*color:white;*/

}
.pkp_site_name_wrapper{
  border-bottom: 5px solid #264114;
}
.pkp_site_name {
    text-align: center;
    color: white;
}
.pkp_site_name .is_text{
    color: white;
}
.pkp_site_name_wrapper{
  background: #264114;
  margin-left: -10%;
margin-right: -8%;
}

.container h4{
  font-size: 1.2rem;
}
/*Estilos pagina envios*/
.author_guidelines{
  text-align: justify;  
}

#indexacciones img{
  max-width: 4%;
}

#indexa img{
  max-width: 50%;
}

#indexacciones{
text-align: center;
}

#info img{
  max-width: 8%;
}

#redes3 img {
    max-width: 30%;
}
//estilos pie de pagina
.zoom2 {
    transition: transform .2s; 
}
 
.zoom2:hover {
    transform: scale(1.2); 
}

#contactos{
 flex: 0 0 35%;
    max-width: 35%;
}
#redes2{
 flex: 0 0 25%;
    max-width: 25%;
}
#redes3{
 flex: 0 0 40%;
    max-width: 40%;

}


.navbar-brand-logo img {
    max-height: 300%;
    width: auto;
}



.container-fluid {
    padding-right: 0px;
padding-left: 0px;
    background: 
  #eaeaea ;
}
.visme{
  display:none;
}

.pkp_page_index .visme{
  display:block;
}

/*estilo articulos*/
.article-summary{
  background:white;
  padding: 20px 15px;
  border-radius: 1em;
}

.pkp_op_index main{
  background: #eaeaea;
}
.pkp_op_view main{
  background: #eaeaea;
}


/*estilo columna derecha*/
#sidebar{
  padding: 30px 60px 50px 50px;
}

.buttons button{
  margin: 15px;
  width: 90%;
  background:#2e6da4;
  color:white;
}

.buttons a{
border-color: white;
}
/*BOTON*/

.btn-primary {

    color: #fff;
background-color:#337ab7;
border-color:#2e6da4;
    border-radius: 1em;
margin-right: 0.5em;
color:#0d0c0c;
background-color:#fff;
}


.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {

    border-radius: 1em;
}


.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {

     border-radius: 1em;

}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-radius: 1em;

}
.read-more{
margin-bottom: 20px;
}


.pkp_navigation_primary_wrapper .dropdown-menu {

    display: block;

}

.pkp_navigation_primary_wrapper li  ul{
max-height: 0;
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
transition: .3s all ease-in;
 background: #264114 ;

}


.pkp_navigation_primary_wrapper li:hover ul{
max-height: 1000px;
transition: .3s all ease-in;
 background: #264114 ;
}

.pkp_navigation_primary_wrapper,
#lp-contacts {
     height: 80px; /*Borrar al enviar*/
      text-transform: uppercase;
}




.pkp_navigation_primary_wrapper li a {

    padding: 35px 16px 38px;
    font-size: 13px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    color: #fff;
}






.pkp_navigation_primary_wrapper > ul > li:hover,
.pkp_navigation_primary_wrapper ul li.current {
       height: 80px; /*Borrar al enviar*/

background: #264114 ;  text-transform: uppercase;}

.pkp_navigation_primary_wrapper > ul > li:hover a{
  
   /* color: #FFF;*/
   text-transform: uppercase;
}

.pkp_navigation_primary_wrapper .dropdown-menu li:hover a{
  
    color: black;
   text-transform: uppercase;
}

.pkp_navigation_primary_wrapper .dropdown-menu li a {

    padding: 15px ;
    font-size: 13px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    color: 444!important;
}

#headerNavigationContainer{
border-bottom: 5px solid #ddd;
}


.headerSearchPrompt{
  color: black;
}


.pkp_structure_footer_wrapper{
    background: #3e3f3a;
    color: white;
}

.pkp_brand_footer{
  display: none;
}
/******* CSS ARTICLE DETAIL ******/
.obj_monograph_full .main_entry {    
    text-align: justify;
    word-break: break-all;
}