@charset "utf-8";
/* CSS Document */
input:valid {
  background-color: #ebeef1;
}

input:invalid {
  background-color: lightpink;
}

/*TOC*/
nav[data-toggle="toc"] .nav>li>a {
  font-family: 'Fira Sans', sans-serif;
  font-size : 12px;
  line-height : 16px;
  letter-spacing : 0.75px;
  color : #22306C;
  color : rgb(34, 48, 108);
  font-weight: 500;
  display: block;
   /* padding: 4px 20px;*/
  text-align: left !important;
}
nav[data-toggle="toc"] .nav-link.active, nav[data-toggle=toc] .nav-link.active:focus, nav[data-toggle=toc] .nav-link.active:hover {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  font-size : 12px;
  line-height : 16px;
  letter-spacing : 0.75px;
  color : #22306C;
  color : rgb(34, 48, 108);
  background-color: transparent;
  border-left: 3px solid #c8e20e;
}

nav[data-toggle="toc"] .navbar-expand-lg, nav[data-toggle="toc"] .navbar-nav {
  flex-direction: column !important;
}

nav[data-toggle="toc"] {
  top: 42px;
}

/* small screens */
@media (max-width: 768px) {
  /* override stickyness so that the navigation does not follow scrolling */
  nav[data-toggle="toc"] {
    margin-bottom: 42px;
  }

  /* PICK ONE */
  /* don't expand nested items, which pushes down the rest of the page when navigating */
  nav[data-toggle="toc"] .nav .active .nav {
    display: none;
  }
  /* alternatively, if you *do* want the second-level navigation to be shown (as seen on this page on mobile), use this */
  /*
  nav[data-toggle='toc'] .nav .nav {
    display: block;
  }
  */
}

/*END TOC*/
.principal {
  max-width: 1440px!important;
  margin: auto;
  /*border: thin solid;*/

}
.secundario {
  padding-left: 36px;
  padding-right: 36px;
}

.menu {
  background-color: #2B7AA5;
  font-family : 'OpenSans-SemiBold';
  /*font-size : 0.8rem;*/
}
.cards {
  font-family : 'Montserrat_Bold';
  font-size : 0.9rem;
  letter-spacing : 0.15px;
  color : #FFFFFF;
  color : rgb(255, 255, 255);
  margin-top: -20px;
  height: 66px;
  
}
h1 {
  font-family : Montserrat_Bold;
  font-weight : bold;
  font-size: 24px;
  color : #0e3463;
}
h2 {
  font-family : Montserrat_Bold;
  font-weight : bold;
  font-size : 22px;
  color : #2b7aa5;
}
h3 {
  font-family : Montserrat_Bold;
  font-weight : bold;
  font-size : 18px;
  color : #2b7aa5;
  
}
h5 {
  line-height: 1.5;
}
body,p {
  font-family : Open_Sans;
  font-size : 15px;
  line-height : 22px;
  color: #4a4a49;
}
.textoBotones {
  font-family : 'Lato';
  font-size : 15px;
  letter-spacing : 0.15px;
  color : #FFF;
  color : rgb(255, 255, 255);
  background-color: #55a9c3;
  border-color: #55a9c3;
}
.botonBusqueda {
  font-family : 'Lato';
  font-size : 15px;
  letter-spacing : 0.15px;
  color : #FFF;
  color : rgb(255, 255, 255);
  background-color: #0e3463;
  border-color: #0e3463;
}
@font-face{
  font-family:'Open_Sans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face{
  font-family:'OpenSans-SemiBold';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
}
@font-face{
  font-family:'OpenSans-Bold';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
}
@font-face{
  font-family: 'Montserrat_Bold';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype'),
       url('../fonts/Montserrat-Bold.woff2') format('woff2');
}
@font-face{
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face{
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
}
@font-face{
  font-family: 'Lato-Black';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
}

.informacionGeneral {
  /*min-height: 518px;*/
  /*border: thin solid; */
  background-color: #E6EFEF;
  /*background-image: url("../img/fondo_inf_gral.jpg");
  background-repeat: no-repeat; 
  background-position: right top; 
  background-size: cover;*/
  /*opacity: 0.1;*/
  
}
/*Personalización del accordion principal*/
.accordion-item {
  border: 1px solid rgba(40,169,219,0.25);
}
.accordion-button:not(.collapsed) {
  background: #f2f3f7;
  color:black;
}

/*https://yoksel.github.io/url-encoder/*/
.accordion-button:not(.collapsed)::after {
  filter: brightness(0%) invert(50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1z'/%3E%3C/svg%3E");
}
.accordion-button:focus {
  box-shadow: inherit;
}
.accordion-button.collapsed {
  color:black;
  background: #f2f3f7;
}
.accordion-button::after {
  filter: brightness(0%) invert(50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
/*--------------------------------------------------------------
# Principal Horticultura
--------------------------------------------------------------*/
.issn
{
  font-family : Montserrat_Bold;
  font-weight : bold;
  color : #0e3463;
  /*color : rgb(43, 122, 165);
  line-height : 20px;
  letter-spacing : -0.06px;*/
}
.btn-outline-info-menu-secundario2 {
    --bs-btn-color: #c6d6e2;
    --bs-btn-border-color: #c6d6e2;
    --bs-btn-hover-color: red;
    --bs-btn-hover-bg: #c6d6e2;
    --bs-btn-hover-border-color: #c6d6e2;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6d6e2;
    --bs-btn-active-border-color: #c6d6e2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #c6d6e2;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #c6d6e2;
    --bs-gradient: none;
}
.btn-outline-info-menu-secundario3 {
    --bs-btn-color: #7a8b2a;
    --bs-btn-border-color: #7a8b2a;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #7a8b2a;
    --bs-btn-hover-border-color: #7a8b2a;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #7a8b2a;
    --bs-btn-active-border-color: #7a8b2a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #7a8b2a;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #7a8b2a;
    --bs-gradient: none;
}
.btn-outline-info-menu {
    --bs-btn-color: #95d5ef;
    --bs-btn-border-color: #95d5ef;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #95d5ef;
    --bs-btn-hover-border-color: #95d5ef;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #95d5ef;
    --bs-btn-active-border-color: #95d5ef;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #95d5ef;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #95d5ef;
    --bs-gradient: none;
}
.Art-tipodedoc {
  font-family : OpenSans-Bold;
  font-size : 14px;
  color : #ab8966;
}
.Art-doi {
  font-family : OpenSans-Bold;
  font-size : 14px;
  color : #749bb7;
}
.Art-titulo {
  font-family : Montserrat_Bold;
  font-size : 20px;
  color : #2b7aa5;
}
.Art-autores {
  font-family : OpenSans-SemiBold;
  font-size : 16px;
}
.Art-palabrasClave {
  font-family : OpenSans-SemiBold;
  font-size : 15px;
  color : #51a9dc;
}
.Art-botones {
  font-family : Lato-Black;
  font-size : 14px;
  color : #749bb7;
}
/*.nav-link:hover {
  background-color: red;
}*/
/*--------------------------------------------------------------
# END Principal Horticultura
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer{
  background-image: linear-gradient(180deg,#013365 27%,#0c71c3 100%)!important;
}
.container-footer{
  background-image: url(data:image/svg+xml;base64,PHN2ZyAgZmlsbD0icmdiYSgwLDAsMCwwLjAzKSIgaGVpZ2h0PSIxNjBweCIgd2lkdGg9IjgwcHgiIHZpZXdCb3g9IjAgMCA4MCAxNjAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQxLjEyLDQwLDUzLDE2LjI4LDYwLjYyLDFIODBWMEg1OC44OEw0MCwzNy43NiwyMS4xMiwwSDBWMUgxOS4zOEwyNywxNi4yOCwzOC44OCw0MCwxOS4zOCw3OUgwdjJIMTkuMzhsMTkuNSwzOS0xOS41LDM5SDB2MUgyMS4xMkw0MCwxMjIuMjQsNTguODgsMTYwSDgwdi0xSDYwLjYybC0xOS41LTM5LDE5LjUtMzlIODBWNzlINjAuNjJaTTQwLDExNy43NiwyMS4xMiw4MCw0MCw0Mi4yNCw1OC44OCw4MFoiLz48L3N2Zz4=);
  color: #FFFFFFFF;
}
.administration{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  border-top: solid 2px #FFFFFF;
  border-bottom: solid 2px #FFFFFF;
  text-align: center;
  margin-top: 11%;
  padding-bottom: 3%;
  padding-top: 3%;
}
.about{
  text-align: left;
  margin-top: 5%;
  /*border-bottom: solid 1px #f9a53b;*/
  color: #f9a53b;
}
.contactUs{
  margin-top: 10%;
}
.box1, .box1 a{
  margin-top: 3%;
  color: #FFFFFF!important;
  padding-right: 8%;
}
.box1-text{
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-size: 11px;
    color: #FFFFFF!important;
    line-height: 1.3em;
}
.box1-text a{
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-size: 11px;
    color: #FFFFFF!important;
    line-height: 1.3em;
}
.box1-text2 {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 600;
  font-size: 14px !important;
  color: #FFFFFF!important;
  line-height: 1.3em;
}
.box1-text2 a{
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 600;
  font-size: 14px !important;
  color: #FFFFFF!important;
  line-height: 1.3em;
}
.box1-text3{
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-size: 14px !important;
  letter-spacing: 1px;
}
.box-bottom{
  margin-top: 5%;
  margin-bottom: 5%;
}
.box-bottom-text{
  text-align: center;
  font-weight: 500;
  font-size: 13px;
}
.box-bottom a{
  color: #f9a53b!important;
  font-weight: 700;
    font-size: 12px;
}
.icon{
  padding-bottom: 1%;
}
.icon a{
  color: #013365!important;
  font-size: 30px;
}
.box2{
  /*margin-top: 8%;*/
  font-family: 'Open Sans', sans-serif;
  font-size: 13px !important;
}
.box2 li{
  list-style: none;}
.box2 a{
  color: #FFFFFF;
}
/*--------------------------------------------------------------
# END Footer
--------------------------------------------------------------*/
img {
    max-width: 100%;
    height: auto;
}
a {
  text-decoration: none;
  color: #013365;
}
a:hover {
  text-decoration: underline;
}
.links_m1:hover {
  background-color: #c6d6e2;
  color: #55a9c3;
}
.links_m1:active {
  color: black;
}
.links_m1:visited {
  color: white;
}
.links_m1 {
  color: white;
}
.links_m2 {
  color:#0e3463;
  text-decoration: underline;
  
}
.links_m2:hover {
  text-decoration: none;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
