@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Mukta+Mahee:200,300,400,500,600,700,800&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*----- Colors -----*/
/*-------------------------------------------------*/
/*---------------- BOTON LEER MÁS -----------------*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/*-------------------- SCROLL ---------------------*/
/*-------------------------------------------------*/
* {
  font-family: "Mukta Mahee", sans-serif !important;
  box-sizing: border-box; }

/*--------------------------*/
/*--------- FONTS ----------*/
/*--------------------------*/
.mukta {
  font-family: "Mukta Mahee", sans-serif !important; }

.palatino {
  font-family: Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif !important; }

.elemental {
  font-family: "ElementalSansPro" !important; }

.top-info {
  font-size: 20px;
  font-weight: 300;
  padding: 10px 20px;
  background-color: #FFD200;
  position: absolute;
  left: 0;
  top: -20px;
  transition-duration: .3s; }

/*--------------------------*/
/*-------- SECTIONS --------*/
/*--------------------------*/
.section {
  padding: 100px 5%; }

.section-sidebar {
  padding-right: 30%;
  position: relative; }

/*--------------------------*/
/*-------- TITLES ----------*/
/*--------------------------*/
.title {
  font-size: 55px;
  font-weight: bold;
  color: #49494A;
  font-family: "ElementalSansPro" !important; }

.title4 {
  font-size: 40px;
  font-weight: bold;
  color: #49494A;
  font-family: "ElementalSansPro" !important; }
  .title4 span {
    color: #FFD200; }

/*--------------------------*/
/*------ MAIN-SECTION ------*/
/*--------------------------*/
.main-section {
  position: relative;
  overflow: hidden; }
  .main-section .velo-header {
    width: 100%;
    height: 160px;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.87;
    filter: contrast(200%);
    background: #050058;
    background: linear-gradient(180deg, #050058 0%, black 0%, #000004 0%, rgba(0, 0, 0, 0) 100%, #00d4ff 100%); }
  .main-section .main-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute; }
  .main-section .social-networks {
    position: absolute;
    right: 10px;
    top: 200px;
    display: grid;
    z-index: 1; }
    .main-section .social-networks .icon-social {
      width: 30px;
      height: 30px;
      margin: 10px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: auto;
      cursor: pointer;
      transition-duration: .3s; }
      .main-section .social-networks .icon-social:hover {
        transform: scale(1.2); }
    .main-section .social-networks .icon-facebook {
      background-image: url("../../img/icon-facebook.svg"); }
    .main-section .social-networks .icon-twitter {
      background-image: url("../../img/icon-twitter.svg"); }
    .main-section .social-networks .icon-instagram {
      background-image: url("../../img/icon-instagram.svg"); }
  .main-section .content-section {
    position: relative;
    padding: 200px 5% 120px 5%; }
    .main-section .content-section .title1 {
      font-size: 85px;
      color: #fff;
      font-weight: bold; }
      .main-section .content-section .title1 span {
        font-weight: bold;
        color: #FFD200; }
    .main-section .content-section .text-description {
      width: 50%;
      margin-top: 10px;
      font-size: 17px;
      color: #fff;
      line-height: 140%; }
    .main-section .content-section .read-more {
      margin-top: 40px;
      transition-duration: .3s;
      width: 150px;
      height: 50px;
      font-size: 20px;
      border: none;
      color: #FFD200;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer; }
      .main-section .content-section .read-more span {
        width: 100px;
        text-align: center;
        font-weight: bold; }
      .main-section .content-section .read-more .arrow {
        width: 50px;
        height: 100%;
        background-image: url("../../img/arrow-right.png");
        background-repeat: no-repeat;
        background-position: center;
        transition-duration: .3s; }
      .main-section .content-section .read-more:hover {
        color: #e0bb0c; }
        .main-section .content-section .read-more:hover .arrow {
          transform: translate(10px, 0); }
    .main-section .content-section .text-down {
      width: 100%;
      margin-top: 50px;
      line-height: 2rem;
      float: left;
      padding-right: 50%; }

/*--------------------------*/
/*------ BOTON SIDEBAR -----*/
/*--------------------------*/
.btn-sidebar {
  display: none;
  position: fixed;
  right: 0;
  top: 40%;
  background-color: #e0bb0c;
  border: none;
  cursor: pointer;
  transition-duration: .3s;
  width: 45px;
  height: 40px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70% auto;
  background-image: url(../../img/user.svg);
  z-index: 4; }
  .btn-sidebar:hover {
    background-color: #e0bb0c; }
  .btn-sidebar:focus {
    outline: none; }

/*--------------------------*/
/*--------- SIDEBAR --------*/
/*--------------------------*/
.sidebar-responsive {
  display: none; }

.sidebar {
  width: 360px;
  height: calc(100% + 60px);
  top: -60px;
  right: 5%;
  padding: 50px 3% 100px 3%;
  border-top: 10px solid #FFD200;
  position: absolute;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 3; }
  .sidebar::-webkit-scrollbar {
    width: 4px;
    height: 20px; }
  .sidebar::-webkit-scrollbar-thumb {
    background: #ABB8D1;
    border-radius: 5px; }
  .sidebar::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2); }
  .sidebar::-webkit-scrollbar-thumb:active {
    background-color: #999999; }
  .sidebar::-webkit-scrollbar-track {
    width: 8px;
    background-color: #D4DFF5;
    border-radius: 4px; }
  .sidebar::-webkit-scrollbar-track:hover, .sidebar::-webkit-scrollbar-track:active {
    background: #D4DFF5; }
  .sidebar h4 {
    text-align: center;
    font-size: 25px;
    font-weight: bold; }
  .sidebar h5 {
    margin: 30px 0;
    font-size: 19px;
    font-weight: bold;
    text-align: left; }
  .sidebar form {
    margin: 50px 0;
    text-align: center; }
    .sidebar form input {
      width: 100%;
      margin-top: 30px;
      padding: 10px 0;
      border: none;
      border-bottom: 1px solid #707070; }
    .sidebar form .group-button {
      margin: 30px 0;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .sidebar form .group-button #btn-register {
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #000; }
        .sidebar form .group-button #btn-register:hover {
          color: #fff;
          background-color: #000; }
      .sidebar form .group-button #btn-login, .sidebar form .group-button #btn-suscribirse {
        background-color: #FFD200; }
        .sidebar form .group-button #btn-login:hover, .sidebar form .group-button #btn-suscribirse:hover {
          background-color: #e0bb0c; }
    .sidebar form button {
      width: 120px;
      height: 35px;
      color: #000;
      font-weight: bold;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      transition-duration: .3s;
      outline: none; }
  .sidebar #form-login div {
    display: flex;
    align-items: center;
    margin-top: 20px; }
    .sidebar #form-login div input {
      width: inherit;
      margin: 0;
      padding: 0;
      margin-right: 10px; }
  .sidebar #form-login a {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    border-bottom: 1px dashed #000; }
  .sidebar .information {
    margin: 30px 0; }
    .sidebar .information table {
      width: 100%; }
      .sidebar .information table tr td {
        width: 50%;
        font-size: 15px;
        padding: 10px 0; }
        .sidebar .information table tr td:first-child {
          font-weight: bold; }
        .sidebar .information table tr td:last-child {
          font-weight: 300; }
  .sidebar .newsletter p {
    font-size: 14px;
    font-weight: 300; }
  .sidebar .newsletter #form-newsletter {
    margin: 10px 0; }
    .sidebar .newsletter #form-newsletter .group-button {
      display: inherit; }
  .sidebar .actual .info {
    display: flex; }
    .sidebar .actual .info .img-info {
      width: 80px;
      height: 15px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: auto;
      margin-right: 10px; }
    .sidebar .actual .info .info1 {
      background-image: url("../../img/actual1.png"); }
    .sidebar .actual .info .info2 {
      background-image: url("../../img/actual2.png"); }
    .sidebar .actual .info .info3 {
      background-image: url("../../img/actual3.png"); }

/*--------------------------*/
/*----- SOCIAL NETWORKS ----*/
/*--------------------------*/
.social-networks {
  display: flex;
  align-items: center; }
  .social-networks a {
    margin-right: 30px;
    text-decoration: none; }
    .social-networks a div {
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: auto;
      transition-duration: .3s; }
      .social-networks a div:hover {
        transform: scale(1.2); }
    .social-networks a .icon-facebook {
      background-image: url("../../img/icon-facebook.svg"); }
    .social-networks a .icon-twitter {
      background-image: url("../../img/icon-twitter.svg"); }
    .social-networks a .icon-instagram {
      background-image: url("../../img/icon-instagram.svg"); }

/*--------------------------*/
/*--------- SCROLL ---------*/
/*--------------------------*/
.scroll {
  overflow-x: scroll;
  overflow-y: hidden; }

hr {
  background-color: #ebe4e4; }

/*--------------------------*/
/*---------- VELO ----------*/
/*--------------------------*/
.velo1 {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.87;
  filter: contrast(200%);
  background: #050058;
  background: linear-gradient(270deg, #050058 0%, black 0%, rgba(0, 0, 4, 0.75) 0%, rgba(0, 0, 0, 0) 100%, #00d4ff 100%); }

.velo2 {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.87;
  filter: contrast(200%);
  background: #050058;
  background: linear-gradient(90deg, #050058 0%, black 0%, rgba(0, 0, 4, 0.75) 0%, rgba(0, 0, 0, 0) 100%, #00d4ff 100%); }

.control-slider {
  bottom: 50px;
  position: absolute;
  left: 100px; }
  .control-slider .slick-arrow {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition-duration: .3s; }
  .control-slider .slick-prev {
    background-image: url("../../img/arrow-left-slide.png"); }
  .control-slider .slick-next {
    background-image: url("../../img/arrow-right-slide.png"); }

select {
  -webkit-appearance: none; }

/*----------------------------------*/
/*------------- ZOOM IN ------------*/
/*----------------------------------*/
.zoom {
  animation: zoom 25s infinite;
  -ms-animation: zoom 25s infinite;
  -moz-animation: zoom 25s infinite;
  -webkit-animation: zoom 25s infinite; }

@keyframes zoom {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.15); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.15); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes zoom {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.15); }
  100% {
    -moz-transform: scale(1); } }

/*----------------------------------*/
/*------------- PARALLAX -----------*/
/*----------------------------------*/
.simpleParallax {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.simpleParallax > * {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.parallax {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

/*----------------------------------*/
/*-------------- FILTRO ------------*/
/*----------------------------------*/
.filtro {
  box-shadow: 0px 2px 10px -3px #ccc;
  margin-bottom: 3px; }
  .filtro form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    background-color: #fff; }
    .filtro form input, .filtro form select {
      width: 230px;
      padding-bottom: 5px;
      font-size: 15px;
      font-weight: 300;
      border: none;
      color: #49494A;
      border-bottom: 1px solid #ccc;
      background-color: rgba(0, 0, 0, 0);
      outline: none; }
    .filtro form input[type="submit"] {
      display: none; }
    .filtro form .lupa {
      position: relative; }
      .filtro form .lupa:after {
        content: '';
        width: 20px;
        height: 20px;
        top: 5px;
        right: -35px;
        position: absolute;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url("../../img/lupa.svg");
        cursor: pointer; }

/*----- Menu Desktop -----*/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 60px;
  position: absolute;
  z-index: 2;
  width: 100%; }
  .header .menu-home {
    width: 10%;
    font-size: 27px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition-duration: .3s;
    line-height: 130%; }
    .header .menu-home:hover {
      transform: scale(1.2); }
  .header nav {
    width: 45%; }
    .header nav ul {
      width: 80%;
      display: inline-flex; }
      .header nav ul a {
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        text-decoration: none;
        position: relative; }
        .header nav ul a li {
          padding: 10px 0;
          text-align: center;
          transition-duration: .2s;
          font-family: "Mukta Mahee", sans-serif; }
          .header nav ul a li:hover {
            opacity: 0.5; }
      .header nav ul .issn, .header nav ul .lenguaje {
        cursor: initial !important; }
        .header nav ul .issn li:hover, .header nav ul .lenguaje li:hover {
          opacity: 1; }
        .header nav ul .issn li span, .header nav ul .lenguaje li span {
          cursor: pointer; }
          .header nav ul .issn li span:hover, .header nav ul .lenguaje li span:hover {
            color: #FFD200; }
      .header nav ul .active:after {
        content: '';
        width: 100%;
        height: 3px;
        position: absolute;
        background-color: #FFD200; }
      .header nav ul #menu-suscribete {
        background-color: #FFD200;
        color: #000;
        padding: 0 20px;
        border-radius: 5px;
        max-height: 33px; }
        .header nav ul #menu-suscribete:hover {
          background-color: #e0bb0c; }
        .header nav ul #menu-suscribete li:hover {
          opacity: 1; }
      .header nav ul #contact-us {
        background-color: #FFD200; }
        .header nav ul #contact-us:hover {
          opacity: 1; }
    .header nav .menu-top {
      border-bottom: 1px solid #cccccc5e; }
      .header nav .menu-top a {
        color: #ccc; }
    .header nav .menu-bottom {
      margin-top: 10px; }
    .header nav:first-child {
      text-align: left; }
      .header nav:first-child a {
        margin: 0 50px 0 0; }
    .header nav:last-child {
      text-align: right; }
      .header nav:last-child .menu-top {
        float: right;
        display: flex;
        justify-content: flex-end; }
        .header nav:last-child .menu-top a {
          font-weight: bold; }
        .header nav:last-child .menu-top .lenguaje {
          color: #fff;
          cursor: pointer; }
      .header nav:last-child .menu-bottom {
        margin-top: 10px;
        float: right;
        display: flex;
        justify-content: flex-end; }
      .header nav:last-child a {
        margin: 0 0 0 50px; }

/*----- Menu Responsive -----*/
.header-responsive {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 3; }
  .header-responsive .menu_bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFD200; }
    .header-responsive .menu_bar .link-index {
      text-decoration: none;
      font-size: 22px;
      font-style: italic;
      color: #000;
      font-family: Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif; }
    .header-responsive .menu_bar .bt-menu {
      display: block;
      background-color: #FFD200;
      color: #fff;
      text-decoration: none;
      font-weight: bold;
      font-size: 25px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 70px;
      cursor: pointer; }
      .header-responsive .menu_bar .bt-menu div {
        width: 50px;
        height: 1.5px;
        margin: 10px 0;
        background-color: #000;
        position: absolute;
        top: 5px;
        left: 10px;
        position: sticky;
        transition-duration: .5s; }
    .header-responsive .menu_bar .lenguaje {
      width: 60px;
      padding: 23px 0;
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      color: #FFD200;
      background-color: #000;
      cursor: pointer; }
  .header-responsive nav {
    width: 290px;
    height: 100%;
    right: -100%;
    margin: 0;
    position: fixed;
    z-index: 10;
    background-color: #FFD200; }
    .header-responsive nav ul li {
      padding: 10px;
      display: block;
      float: none;
      border-bottom: 1px solid #00000029; }
      .header-responsive nav ul li a {
        display: flex;
        align-items: flex-end;
        font-size: 18px;
        text-decoration: none;
        color: #000; }
        .header-responsive nav ul li a .icon {
          width: 25px;
          height: 25px;
          margin-right: 15px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain; }
    .header-responsive nav .social-networks {
      margin-top: 20px;
      justify-content: center; }
      .header-responsive nav .social-networks a {
        margin: 10px; }
        .header-responsive nav .social-networks a .icon-social {
          filter: invert(1); }

footer {
  background-color: #49494A; }
  footer .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 5%;
    padding: 50px 0 30px 0;
    border-bottom: 1px solid #606060; }
    footer .footer-top a {
      text-decoration: none; }
    footer .footer-top div {
      transition-duration: .3s;
      cursor: pointer; }
      footer .footer-top div:first-child {
        font-size: 30px;
        font-style: italic;
        line-height: 2.5rem;
        color: #fff; }
      footer .footer-top div:last-child {
        text-align: center;
        color: #b7b7b7; }
        footer .footer-top div:last-child p {
          font-size: 40px;
          font-weight: 700; }
        footer .footer-top div:last-child span {
          font-size: 14px; }
      footer .footer-top div:hover {
        transform: scale(1.2); }
  footer .menu-footer {
    display: flex;
    margin: 0 5%; }
    footer .menu-footer ul {
      margin: 30px 50px 30px 0; }
      footer .menu-footer ul li {
        margin: 25px 0; }
        footer .menu-footer ul li a {
          text-decoration: none; }
          footer .menu-footer ul li a span {
            font-size: 15px;
            font-weight: 300;
            color: #fff;
            transition-duration: .3s; }
            footer .menu-footer ul li a span:hover {
              color: #FFD200; }
  footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    font-size: 14px;
    background-color: #606060; }
    footer .footer-bottom .direction p {
      color: #b7b7b7; }
      footer .footer-bottom .direction p:first-child {
        margin-bottom: 10px; }
    footer .footer-bottom .licence {
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #707070; }
      footer .footer-bottom .licence .img-licence {
        width: 110px;
        height: 40px;
        margin-right: 30px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-image: url("../../img/licence.svg"); }
      footer .footer-bottom .licence div p {
        color: #b7b7b7; }
        footer .footer-bottom .licence div p:first-child {
          margin-bottom: 10px; }

#home .slider-1 {
  position: relative;
  float: left;
  width: 100%; }
  #home .slider-1 .slide .content {
    padding: 220px 15% 130px 5%;
    color: #fff;
    z-index: 3;
    position: relative;
    z-index: 2;
    width: 100%;
    float: left; }
    #home .slider-1 .slide .content .title {
      font-size: 85px;
      font-weight: bold;
      color: #fff;
      width: 100%;
      float: left; }
      #home .slider-1 .slide .content .title span {
        color: #FFD200; }
    #home .slider-1 .slide .content .description {
      width: 50%;
      margin-top: 10px;
      float: left;
      clear: both; }
      #home .slider-1 .slide .content .description p {
        font-size: 17px;
        line-height: 140%;
        color: #fff; }
        #home .slider-1 .slide .content .description p:last-child {
          margin-bottom: 0; }
    #home .slider-1 .slide .content a {
      cursor: pointer;
      text-decoration: none;
      margin-top: 20px;
      clear: both;
      float: left;
      width: 150px;
      height: 50px;
      font-size: 20px;
      border: none;
      color: #FFD200;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer; }
      #home .slider-1 .slide .content a span {
        width: 100px;
        text-align: center;
        font-weight: bold; }
      #home .slider-1 .slide .content a .arrow {
        width: 50px;
        height: 100%;
        background-image: url("../../img/arrow-right.png");
        background-repeat: no-repeat;
        background-position: center;
        transition-duration: .3s; }
      #home .slider-1 .slide .content a:hover span {
        color: #FFD200; }
      #home .slider-1 .slide .content a:hover .arrow {
        transform: translate(10px, 0); }
  #home .slider-1 .slide img.cover,
  #home .slider-1 .slide .veil {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  #home .slider-1 .slide img.cover {
    object-fit: cover;
    z-index: -1; }
  #home .slider-1 .slide .veil {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5); }
  #home .slider-1 ul.slick-dots {
    bottom: 50px;
    left: 5%;
    width: auto; }
    #home .slider-1 ul.slick-dots li {
      margin: 2.5px 0; }
      #home .slider-1 ul.slick-dots li button::before {
        color: rgba(255, 255, 255, 0.5);
        opacity: 1; }
      #home .slider-1 ul.slick-dots li.slick-active button::before {
        color: #FFD200; }

#home .section-last-number {
  padding: 100px 5% 50px 5%;
  background-color: #F5F5F5; }
  #home .section-last-number .box-last-number {
    height: 420px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative; }
    #home .section-last-number .box-last-number .last-number {
      width: 330px;
      height: 390px;
      background-color: #fff;
      box-shadow: 0px 0px 5px 0px #e5e5e5;
      text-align: center;
      color: #707070;
      position: relative;
      left: -30px;
      top: 15px; }
      #home .section-last-number .box-last-number .last-number .head {
        font-size: 18px;
        font-weight: 300;
        background-color: #FFD200;
        padding: 15px;
        text-align: left;
        color: #000; }
      #home .section-last-number .box-last-number .last-number h6 {
        margin-top: 30px;
        font-size: 25px;
        font-weight: bold; }
      #home .section-last-number .box-last-number .last-number span {
        font-size: 64px;
        font-weight: bold; }
      #home .section-last-number .box-last-number .last-number p {
        width: 80%;
        font-size: 14px;
        font-weight: 300;
        margin: 0 auto;
        margin-top: 50px; }
      #home .section-last-number .box-last-number .last-number .botton-group {
        width: 100%;
        bottom: 40px;
        position: absolute;
        display: flex;
        justify-content: space-evenly;
        align-items: center; }
        #home .section-last-number .box-last-number .last-number .botton-group button {
          width: 120px;
          height: 35px;
          border: none;
          font-size: 12px;
          font-weight: bold;
          border-radius: 5px;
          cursor: pointer;
          transition-duration: .3s; }
        #home .section-last-number .box-last-number .last-number .botton-group .suscribete {
          background-color: #FFD200; }
          #home .section-last-number .box-last-number .last-number .botton-group .suscribete:hover {
            background-color: #e0bb0c; }
        #home .section-last-number .box-last-number .last-number .botton-group .iniciar {
          background-color: #fff;
          border: 1px solid #FFD200;
          outline: none; }
          #home .section-last-number .box-last-number .last-number .botton-group .iniciar:hover {
            color: #fff;
            background-color: #000;
            border: none; }
  #home .section-last-number .box-other-numbers {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #home .section-last-number .box-other-numbers .link {
      width: 30%;
      margin: 30px 0; }
      #home .section-last-number .box-other-numbers .link .other-number {
        width: 100%;
        height: 260px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        display: inline-flex;
        cursor: pointer; }
        #home .section-last-number .box-other-numbers .link .other-number .info {
          width: 170px;
          height: 165px;
          background-color: #fff;
          box-shadow: 0px 0px 5px 0px #e5e5e5;
          padding: 30px 20px;
          position: absolute;
          bottom: 10px;
          left: -20px;
          transition-duration: .3s; }
          #home .section-last-number .box-other-numbers .link .other-number .info .year {
            font-size: 17px;
            font-weight: bold;
            color: #49494A; }
          #home .section-last-number .box-other-numbers .link .other-number .info .number {
            margin: 20px 0;
            font-size: 37px;
            font-weight: bold;
            color: #707070; }
          #home .section-last-number .box-other-numbers .link .other-number .info .see-more {
            display: flex;
            align-items: center;
            position: absolute;
            bottom: 20px;
            color: #000;
            text-decoration: none; }
            #home .section-last-number .box-other-numbers .link .other-number .info .see-more:hover span {
              color: #000; }
            #home .section-last-number .box-other-numbers .link .other-number .info .see-more span {
              font-size: 15px;
              font-weight: bold; }
            #home .section-last-number .box-other-numbers .link .other-number .info .see-more .arrow {
              width: 20px;
              height: 20px;
              margin-left: 10px;
              background-repeat: no-repeat;
              background-position: center;
              background-size: contain;
              background-image: url("../../img/arrow-right.png"); }
        #home .section-last-number .box-other-numbers .link .other-number:hover .info {
          height: 190px;
          background-color: #FFD200;
          box-shadow: none; }
          #home .section-last-number .box-other-numbers .link .other-number:hover .info .year, #home .section-last-number .box-other-numbers .link .other-number:hover .info .number {
            color: #000; }
          #home .section-last-number .box-other-numbers .link .other-number:hover .info .arrow {
            background-image: url("../../img/arrow-right-black.png"); }
  #home .section-last-number .see-more {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    bottom: 20px;
    color: #000;
    text-decoration: none; }
    #home .section-last-number .see-more:hover span {
      color: #FFD200; }
    #home .section-last-number .see-more:hover .arrow {
      transform: translate(10px, 0); }
    #home .section-last-number .see-more span {
      transition-duration: .3s;
      font-size: 15px;
      font-weight: bold;
      cursor: pointer; }
    #home .section-last-number .see-more .arrow {
      width: 20px;
      height: 20px;
      margin-left: 10px;
      transition-duration: .3s;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-image: url("../../img/arrow-right.png"); }

#home .section-online-first {
  padding: 100px 5%;
  position: relative; }
  #home .section-online-first .title {
    margin-bottom: 30px; }
  #home .section-online-first p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4; }
  #home .section-online-first .slider-first {
    margin-top: 50px; }
    #home .section-online-first .slider-first .selection {
      width: 290px;
      height: 380px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      margin: 20px;
      cursor: pointer; }
      #home .section-online-first .slider-first .selection:hover .details {
        top: 150px;
        height: 245px;
        background-color: #FFD200; }
      #home .section-online-first .slider-first .selection:hover .top-info {
        color: #000;
        background-color: #fff; }
      #home .section-online-first .slider-first .selection .top-info {
        top: 0;
        left: 20px;
        color: #fff;
        background-color: #000000a8;
        transition-duration: .3s; }
      #home .section-online-first .slider-first .selection .details {
        width: 240px;
        height: 200px;
        padding: 20px;
        background-color: #F5F5F5;
        position: relative;
        left: 25px;
        top: 200px;
        transition-duration: .3s; }
        #home .section-online-first .slider-first .selection .details p {
          font-size: 18px;
          font-weight: bold;
          display: -webkit-box;
          height: auto;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical;
          overflow: hidden; }
        #home .section-online-first .slider-first .selection .details .autor {
          font-size: 12px;
          font-style: italic;
          position: absolute;
          bottom: 30px; }
  #home .section-online-first .slick-dots {
    bottom: -60px;
    text-align: right; }

#home .section-editor-selection {
  position: relative;
  background-color: #F5F5F5; }
  #home .section-editor-selection .title {
    text-align: center;
    margin-bottom: 50px; }
  #home .section-editor-selection .slider-selection .selection {
    width: 390px;
    height: 395px;
    margin: 0 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer; }
    #home .section-editor-selection .slider-selection .selection:hover .top-info {
      color: #000;
      background-color: #fff; }
    #home .section-editor-selection .slider-selection .selection:hover .details {
      background-color: #FFD200; }
    #home .section-editor-selection .slider-selection .selection .details {
      width: 205px;
      height: 295px;
      padding: 50px 20px;
      background-color: #fff;
      position: relative;
      top: 60px;
      left: -20px;
      transition-duration: .3s; }
      #home .section-editor-selection .slider-selection .selection .details p {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.3rem; }
      #home .section-editor-selection .slider-selection .selection .details .autor {
        font-size: 12px;
        font-style: italic;
        position: absolute;
        bottom: 30px; }
  #home .section-editor-selection .slick-dots {
    text-align: right;
    bottom: -60px; }

#home .section-about-magazine {
  position: relative;
  display: flex;
  justify-content: flex-end; }
  #home .section-about-magazine .details {
    width: 40%;
    padding: 80px 50px;
    background-color: #fff;
    position: relative;
    z-index: 2; }
    #home .section-about-magazine .details p {
      font-size: 17px;
      font-weight: 300;
      margin: 30px 0;
      line-height: 1.3rem; }
    #home .section-about-magazine .details .read-more {
      cursor: pointer;
      width: 150px;
      height: 50px;
      font-size: 20px;
      border: none;
      color: #FFD200;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer; }
      #home .section-about-magazine .details .read-more span {
        width: 100px;
        text-align: center;
        font-weight: bold; }
      #home .section-about-magazine .details .read-more .arrow {
        width: 50px;
        height: 100%;
        background-image: url("../../img/arrow-right.png");
        background-repeat: no-repeat;
        background-position: center;
        transition-duration: .3s; }
      #home .section-about-magazine .details .read-more:hover span {
        color: #FFD200; }
      #home .section-about-magazine .details .read-more:hover .arrow {
        transform: translate(10px, 0); }
      #home .section-about-magazine .details .read-more span {
        transition-duration: .3s;
        color: #000; }

#home .section-suscribete {
  background-color: #F5F5F5; }

#home .section-normas {
  position: relative;
  padding: 150px 5%; }
  #home .section-normas .title {
    color: #fff;
    position: relative;
    z-index: 2; }
  #home .section-normas p {
    position: relative;
    z-index: 2;
    width: 40%;
    color: #fff;
    margin: 40px 0 80px 0;
    line-height: 1.4rem; }
  #home .section-normas #btn-more {
    position: relative;
    z-index: 2;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    padding: 5px 50px 5px 20px;
    background-color: #FFD200;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 92%;
    background-image: url(../../img/arrow-right-black.png); }
    #home .section-normas #btn-more:hover {
      background-color: #e0bb0c; }

#articulos .section-directrices .description1 {
  margin-top: 50px;
  font-size: 20px;
  font-weight: bold;
  padding: 0 15% 0 5%;
  border-left: 5px solid #FFD200;
  line-height: 1.5rem; }

#articulos .section-directrices .directrices-list {
  margin-top: 30px;
  padding: 0 5%;
  list-style-type: decimal; }
  #articulos .section-directrices .directrices-list li {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.3rem; }

#articulos .container-form {
  width: 100%;
  margin-top: 150px;
  padding: 80px 50px;
  display: flex;
  align-items: center;
  background-color: #FFD200;
  position: relative; }
  #articulos .container-form .top-info {
    background-color: #fff; }
  #articulos .container-form .details {
    width: 60%;
    padding-right: 50px;
    border-right: 1px solid #70707047; }
    #articulos .container-form .details h4 {
      color: #49494A;
      font-size: 40px;
      font-weight: bold;
      margin-bottom: 30px; }
    #articulos .container-form .details span {
      font-size: 18px;
      font-weight: bold; }
    #articulos .container-form .details p {
      margin-top: 50px;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.3rem; }
  #articulos .container-form #form-manuscritos {
    width: 40%;
    padding: 0 0 0 30px;
    text-align: center; }
    #articulos .container-form #form-manuscritos h5 {
      font-size: 19px;
      font-weight: bold;
      text-align: left; }
    #articulos .container-form #form-manuscritos input {
      width: 100%;
      margin-top: 30px;
      padding: 10px 20px;
      border: none; }
    #articulos .container-form #form-manuscritos .check {
      display: flex;
      align-items: center;
      margin-top: 20px; }
      #articulos .container-form #form-manuscritos .check input {
        width: inherit;
        margin: 0;
        padding: 0;
        margin-right: 10px; }
    #articulos .container-form #form-manuscritos .group-button {
      margin: 30px 0;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #articulos .container-form #form-manuscritos .group-button #btn-register {
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #000; }
        #articulos .container-form #form-manuscritos .group-button #btn-register:hover {
          color: #fff;
          background-color: #000; }
      #articulos .container-form #form-manuscritos .group-button #btn-login, #articulos .container-form #form-manuscritos .group-button #btn-suscribirse {
        background-color: #fff; }
        #articulos .container-form #form-manuscritos .group-button #btn-login:hover, #articulos .container-form #form-manuscritos .group-button #btn-suscribirse:hover {
          background-color: #e0bb0c; }
    #articulos .container-form #form-manuscritos a {
      font-size: 13px;
      font-weight: bold;
      color: #000;
      text-decoration: none;
      border-bottom: 1px dashed #000; }
    #articulos .container-form #form-manuscritos button {
      width: 120px;
      height: 35px;
      color: #000;
      font-weight: bold;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      transition-duration: .3s; }

#articulos .section-definitions {
  background-color: #F5F5F5; }
  #articulos .section-definitions .title {
    text-align: center; }
  #articulos .section-definitions .sections {
    margin-top: 60px;
    text-align: center; }
    #articulos .section-definitions .sections .box-sections {
      width: 260px;
      height: 220px;
      padding: 30px;
      border-top: 5px solid #FFD200;
      text-align: left;
      box-shadow: 0px 0px 10px 0px #ccc;
      position: relative;
      transition-duration: .3s;
      cursor: pointer;
      display: inline-flex;
      margin: 30px 10px; }
      #articulos .section-definitions .sections .box-sections:hover {
        background-color: #FFD200; }
        #articulos .section-definitions .sections .box-sections:hover .arrow {
          background-image: url(../../img/arrow-right-white.png) !important; }
      #articulos .section-definitions .sections .box-sections p {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.4rem; }
      #articulos .section-definitions .sections .box-sections .see-more {
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 30px; }
        #articulos .section-definitions .sections .box-sections .see-more span {
          font-size: 15px;
          font-weight: bold; }
        #articulos .section-definitions .sections .box-sections .see-more .arrow {
          width: 20px;
          height: 20px;
          margin-left: 10px;
          background-image: url(../../img/arrow-right.png);
          background-repeat: no-repeat;
          background-position: center;
          transition-duration: .3s; }

#revista .section-concept .description1 {
  margin-top: 50px;
  font-size: 20px;
  font-weight: bold;
  padding: 0 15% 0 5%;
  border-left: 5px solid #FFD200;
  line-height: 1.5rem; }

#revista .section-concept .description2 {
  margin: 50px 0;
  font-size: 16px;
  font-weight: 300;
  padding: 0 15% 0 5%;
  line-height: 1.5rem; }

#revista .section-concept .box-studies {
  margin-top: 50px;
  padding: 0 5%;
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  #revista .section-concept .box-studies .title4 {
    margin-bottom: 50px; }
  #revista .section-concept .box-studies .box {
    padding: 30px 20px;
    border-top: 5px solid #FFD200;
    display: inline-flex;
    box-shadow: 0px 5px 10px 0px #e5e5e5;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5rem;
    margin-right: 20px;
    margin-bottom: 20px; }

#revista .section-structure {
  background-color: #F5F5F5; }
  #revista .section-structure .scroll table {
    min-width: 1300px;
    margin-top: 50px; }
    #revista .section-structure .scroll table thead {
      background-color: #FFD200; }
      #revista .section-structure .scroll table thead tr th {
        width: 12.5%;
        font-size: 14px;
        font-weight: 300;
        padding: 20px 0;
        vertical-align: baseline;
        text-align: left; }
    #revista .section-structure .scroll table tbody tr:nth-child(even) {
      background-color: #fff; }
    #revista .section-structure .scroll table tbody tr td {
      padding: 25px 10px;
      font-size: 14px;
      font-weight: 300;
      line-height: 1.3rem; }

#revista .section-definitions ul {
  margin-top: 50px; }
  #revista .section-definitions ul li {
    margin-bottom: 150px; }
    #revista .section-definitions ul li .title4 {
      margin-bottom: 50px; }
    #revista .section-definitions ul li p {
      column-count: 2;
      column-gap: 50px;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.5rem; }

#revista .section-indexaciones {
  background-color: #F5F5F5; }
  #revista .section-indexaciones .title {
    text-align: center; }
  #revista .section-indexaciones .box-logos {
    margin-top: 50px;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr); }
    #revista .section-indexaciones .box-logos .logo {
      height: 150px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: auto;
      background-color: #F5F5F5;
      margin-top: 10px;
      background-blend-mode: multiply;
      transition-duration: .3s; }
      #revista .section-indexaciones .box-logos .logo:hover {
        text-align: center;
        position: relative;
        justify-content: center; }
        #revista .section-indexaciones .box-logos .logo:hover div {
          width: 100%;
          display: flex;
          justify-content: center; }
          #revista .section-indexaciones .box-logos .logo:hover div:before {
            content: '';
            width: 110px;
            height: 5px;
            background-color: #FFD200;
            position: absolute;
            top: 0;
            margin: 0 auto; }

#indexaciones .section-indexaciones {
  padding-bottom: 600px; }
  #indexaciones .section-indexaciones .box-logos {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr); }
    #indexaciones .section-indexaciones .box-logos .logo {
      width: 180px;
      height: 150px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: auto;
      display: inline-block;
      margin-top: 10px;
      transition-duration: .3s;
      text-align: center;
      position: relative;
      justify-content: center; }
      #indexaciones .section-indexaciones .box-logos .logo:hover {
        text-align: center;
        position: relative;
        justify-content: center; }
        #indexaciones .section-indexaciones .box-logos .logo:hover div {
          width: 100%;
          display: flex;
          justify-content: center; }
          #indexaciones .section-indexaciones .box-logos .logo:hover div:before {
            content: '';
            width: 110px;
            height: 5px;
            background-color: #FFD200;
            position: absolute;
            top: 0;
            margin: 0 auto; }

#numeros .section-last-number .box-last-number {
  height: 420px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }
  #numeros .section-last-number .box-last-number .last-number {
    width: 330px;
    height: 390px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #e5e5e5;
    text-align: center;
    color: #707070;
    position: relative;
    left: -30px;
    top: 15px; }
    #numeros .section-last-number .box-last-number .last-number .head {
      font-size: 18px;
      font-weight: 300;
      background-color: #FFD200;
      padding: 15px;
      text-align: left;
      color: #000; }
    #numeros .section-last-number .box-last-number .last-number h6 {
      margin-top: 30px;
      font-size: 25px;
      font-weight: bold; }
    #numeros .section-last-number .box-last-number .last-number span {
      font-size: 64px;
      font-weight: bold; }
    #numeros .section-last-number .box-last-number .last-number p {
      width: 80%;
      font-size: 16px;
      font-weight: 300;
      margin: 0 auto;
      margin-top: 50px; }
    #numeros .section-last-number .box-last-number .last-number .botton-group {
      width: 100%;
      bottom: 40px;
      position: absolute;
      display: flex;
      justify-content: space-evenly;
      align-items: center; }
      #numeros .section-last-number .box-last-number .last-number .botton-group button {
        width: 120px;
        height: 35px;
        border: none;
        font-size: 12px;
        font-weight: bold;
        border-radius: 5px;
        cursor: pointer;
        transition-duration: .3s; }
      #numeros .section-last-number .box-last-number .last-number .botton-group .suscribete {
        background-color: #FFD200; }
        #numeros .section-last-number .box-last-number .last-number .botton-group .suscribete:hover {
          background-color: #e0bb0c; }
      #numeros .section-last-number .box-last-number .last-number .botton-group .iniciar {
        background-color: #fff;
        border: 1px solid #FFD200; }
        #numeros .section-last-number .box-last-number .last-number .botton-group .iniciar:hover {
          color: #fff;
          background-color: #000; }

#numeros .section-previous-numbers {
  padding: 50px 0 100px 0; }
  #numeros .section-previous-numbers .title {
    margin: 0 5%; }
  #numeros .section-previous-numbers .box-year {
    margin-top: 50px;
    padding: 50px 5%; }
    #numeros .section-previous-numbers .box-year:nth-child(even) {
      background-color: #F5F5F5; }
    #numeros .section-previous-numbers .box-year h5 {
      font-size: 27px;
      font-weight: 300;
      border-left: 5px solid #FFD200;
      padding: 0 30px; }
    #numeros .section-previous-numbers .box-year .box {
      display: grid;
      grid-template-columns: repeat(4, 1fr); }
      #numeros .section-previous-numbers .box-year .box .box-estudios {
        width: 145px;
        height: 218px;
        margin: 50px 15px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        display: inline-flex;
        cursor: pointer; }
        #numeros .section-previous-numbers .box-year .box .box-estudios .info {
          width: 170px;
          height: 165px;
          background-color: #fff;
          box-shadow: -1px -1px 5px -1px #e5e5e5;
          padding: 30px 20px;
          position: absolute;
          bottom: -50px;
          right: -55px;
          transition-duration: .3s; }
          #numeros .section-previous-numbers .box-year .box .box-estudios .info .year {
            font-size: 17px;
            font-weight: bold;
            color: #49494A; }
          #numeros .section-previous-numbers .box-year .box .box-estudios .info .number {
            margin: 20px 0;
            font-size: 37px;
            font-weight: bold;
            color: #707070; }
          #numeros .section-previous-numbers .box-year .box .box-estudios .info .see-more {
            display: flex;
            align-items: center;
            position: absolute;
            bottom: 20px;
            color: #000;
            text-decoration: none; }
            #numeros .section-previous-numbers .box-year .box .box-estudios .info .see-more span {
              font-size: 15px;
              font-weight: bold; }
            #numeros .section-previous-numbers .box-year .box .box-estudios .info .see-more .arrow {
              width: 20px;
              height: 20px;
              margin-left: 10px;
              background-repeat: no-repeat;
              background-position: center;
              background-size: contain;
              background-image: url("../../img/arrow-right.png"); }
        #numeros .section-previous-numbers .box-year .box .box-estudios:hover .info {
          height: 190px;
          background-color: #FFD200; }
          #numeros .section-previous-numbers .box-year .box .box-estudios:hover .info .year, #numeros .section-previous-numbers .box-year .box .box-estudios:hover .info .number {
            color: #000; }
          #numeros .section-previous-numbers .box-year .box .box-estudios:hover .info .arrow {
            background-image: url("../../img/arrow-right-black.png"); }
  #numeros .section-previous-numbers .paginator {
    width: 100%;
    display: flex;
    justify-content: center; }
    #numeros .section-previous-numbers .paginator span {
      width: 20px;
      margin: 0 10px;
      font-size: 20px;
      font-weight: 300;
      cursor: pointer;
      text-align: center; }
    #numeros .section-previous-numbers .paginator .active {
      font-weight: bold;
      border-bottom: 3px solid #FFD200; }
    #numeros .section-previous-numbers .paginator .prev, #numeros .section-previous-numbers .paginator .next {
      font-weight: bold; }
  #numeros .section-previous-numbers .slider-numbers .slick-dots {
    bottom: -50px; }

#single-numero .main-section .main-img {
  background-image: url("../../img/fondo-single.jpg"); }

#single-numero .main-section .options {
  margin-top: 50px;
  display: flex;
  align-items: center; }
  #single-numero .main-section .options button {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    color: #000;
    background-color: #FFD200;
    margin-right: 50px;
    transition-duration: .3s;
    cursor: pointer; }
    #single-numero .main-section .options button:hover {
      background-color: #e0bb0c; }
  #single-numero .main-section .options .shared {
    display: block;
    border-left: 1px solid #ccc;
    padding-left: 50px; }
    #single-numero .main-section .options .shared p {
      font-size: 12px;
      font-weight: 300;
      color: #fff;
      margin-bottom: 15px; }
    #single-numero .main-section .options .shared div {
      width: 200px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #single-numero .main-section .options .shared div .icon {
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition-duration: .3s;
        cursor: pointer; }
        #single-numero .main-section .options .shared div .icon:hover {
          transform: scale(1.2); }
      #single-numero .main-section .options .shared div .icon-letter {
        background-image: url("../../img/icon-letter.svg");
        filter: invert(1); }
      #single-numero .main-section .options .shared div .icon-facebook {
        background-image: url("../../img/icon-facebook.svg"); }
      #single-numero .main-section .options .shared div .icon-twitter {
        background-image: url("../../img/icon-twitter.svg"); }
      #single-numero .main-section .options .shared div .icon-linkedin {
        background-image: url("../../img/icon-linkedin.svg"); }

#single-numero .footer-content {
  width: 90%;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  left: 20px; }
  #single-numero .footer-content .resumen {
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 300;
    margin-right: 50px;
    cursor: pointer; }
    #single-numero .footer-content .resumen:hover .icon-resumen {
      transform: scale(1.1); }
    #single-numero .footer-content .resumen .icon-resumen {
      width: 18px;
      height: 25px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-image: url("../../img/icon-resumen.png");
      margin-right: 10px;
      transition-duration: .3s; }
  #single-numero .footer-content .pdf {
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 300;
    margin-right: 30px;
    cursor: pointer; }
    #single-numero .footer-content .pdf:hover .icon-pdf {
      transform: scale(1.1); }
    #single-numero .footer-content .pdf .icon-pdf {
      width: 18px;
      height: 25px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-image: url("../../img/icon-pdf.png");
      margin-right: 10px;
      transition-duration: .3s; }
  #single-numero .footer-content .doi {
    font-size: 12px;
    font-weight: 300; }

#single-numero .content {
  width: 460px;
  height: auto;
  min-height: 220px;
  padding: 30px;
  color: #49494A;
  border-top: 10px solid #FFD200;
  background-color: #fff;
  position: relative;
  margin: 10px; }
  #single-numero .content h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5rem;
    display: -webkit-box;
    height: auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  #single-numero .content .autor {
    font-size: 16px;
    font-style: italic; }
  #single-numero .content h5 {
    margin-top: 40px;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 10px; }
  #single-numero .content p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px; }

#single-numero .section-article {
  background-color: #F5F5F5; }
  #single-numero .section-article .details {
    width: 100%;
    height: 360px;
    margin-top: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../../img/detalle-articulo.jpg");
    position: relative;
    margin-bottom: 50px; }
    #single-numero .section-article .details .content {
      width: 460px;
      height: 290px;
      position: absolute;
      top: 35px;
      left: -30px; }
  #single-numero .section-article .other-articles {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #single-numero .section-article .other-articles .content {
      border-top: none;
      cursor: pointer;
      transition-duration: .3s; }
      #single-numero .section-article .other-articles .content .autor {
        font-size: 16px; }
      #single-numero .section-article .other-articles .content:hover {
        transform: scale(1.05);
        background-color: #FFD200; }

#single-numero .section-notes {
  position: relative; }
  #single-numero .section-notes .slider-notes {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #single-numero .section-notes .slider-notes .content {
      width: 290px;
      height: 270px;
      border-top: 5px solid #FFD200;
      box-shadow: 0px 0px 10px 0px #ccc;
      cursor: pointer;
      transition-duration: .3s; }
      #single-numero .section-notes .slider-notes .content:hover {
        transform: scale(1.05);
        background-color: #FFD200; }
    #single-numero .section-notes .slider-notes .slick-dots {
      bottom: -60px;
      text-align: right; }

#single-numero .section-review {
  background-color: #FFD200;
  position: relative; }
  #single-numero .section-review .title {
    text-align: center; }
  #single-numero .section-review .slider-review {
    margin-top: 50px;
    display: block; }
    #single-numero .section-review .slider-review .review {
      width: 100%;
      display: flex !important;
      justify-content: space-between;
      align-items: center;
      padding: 30px;
      background-color: #fff;
      margin-bottom: 30px; }
      #single-numero .section-review .slider-review .review div:first-child {
        width: 60%; }
        #single-numero .section-review .slider-review .review div:first-child h4 {
          font-size: 18px;
          font-weight: bold;
          margin-bottom: 10px; }
        #single-numero .section-review .slider-review .review div:first-child .autor {
          font-size: 16px;
          font-style: italic; }
      #single-numero .section-review .slider-review .review div:last-child {
        width: 20%; }
        #single-numero .section-review .slider-review .review div:last-child button {
          width: 170px;
          font-size: 12px;
          font-weight: bold;
          color: #000;
          background-color: rgba(0, 0, 0, 0);
          border: 1px solid #000;
          padding: 10px 20px;
          cursor: pointer;
          transition-duration: .3s; }
          #single-numero .section-review .slider-review .review div:last-child button:hover {
            color: #fff;
            background-color: #000; }
        #single-numero .section-review .slider-review .review div:last-child p {
          margin-top: 25px;
          display: flex;
          align-items: center;
          font-size: 12px;
          font-weight: bold;
          cursor: pointer; }
          #single-numero .section-review .slider-review .review div:last-child p:hover .icon {
            transition-duration: .3s;
            transform: scale(1.1); }
          #single-numero .section-review .slider-review .review div:last-child p .icon-pdf {
            width: 18px;
            height: 25px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            background-image: url("../../img/icon-pdf.png");
            margin-right: 20px; }
  #single-numero .section-review .slick-dots {
    bottom: -60px;
    text-align: right; }
    #single-numero .section-review .slick-dots li.slick-active button:before {
      color: #000; }

#single-numero .section-simposio .tabs-simposio {
  margin-top: 30px;
  width: fit-content; }
  #single-numero .section-simposio .tabs-simposio button {
    cursor: pointer;
    font-size: 18px;
    font-weight: 300;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    margin: 0 20px 0 0; }
  #single-numero .section-simposio .tabs-simposio .active {
    font-weight: bold;
    border-bottom: 5px solid #FFD200; }

#single-numero .section-simposio .content-tab {
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
  position: relative; }
  #single-numero .section-simposio .content-tab .tab {
    display: flex; }
    #single-numero .section-simposio .content-tab .tab .details {
      width: 65%; }
      #single-numero .section-simposio .content-tab .tab .details .title4 {
        margin-bottom: 20px; }
      #single-numero .section-simposio .content-tab .tab .details .autor {
        font-size: 16px;
        font-style: italic; }
      #single-numero .section-simposio .content-tab .tab .details p {
        margin-top: 50px;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.5rem;
        margin-right: 20px; }
      #single-numero .section-simposio .content-tab .tab .details .footer-content {
        width: 65%;
        left: 0;
        bottom: -20px; }
    #single-numero .section-simposio .content-tab .tab .img-tab {
      width: 30%;
      height: 290px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }

#single-numero .section-ensayos {
  margin-top: 50px;
  background-color: #F5F5F5; }
  #single-numero .section-ensayos .box-info {
    margin-top: 50px; }
    #single-numero .section-ensayos .box-info p {
      width: 45%;
      display: inline-grid;
      font-size: 16px;
      font-weight: 300;
      margin: 10px;
      line-height: 1.4rem; }
    #single-numero .section-ensayos .box-info .content {
      width: 45%;
      display: inline-grid;
      border-top: none;
      transition-duration: .3s;
      cursor: pointer;
      margin: 10px; }
      #single-numero .section-ensayos .box-info .content:hover {
        background-color: #FFD200;
        transform: scale(1.05); }
      #single-numero .section-ensayos .box-info .content .footer-content {
        justify-content: flex-end; }

#single-numero .section-about-magazine {
  position: relative;
  display: flex;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../../img/fondo-footer-single.jpg"); }
  #single-numero .section-about-magazine .details {
    width: 40%;
    padding: 80px 50px;
    background-color: #fff;
    position: relative;
    z-index: 2; }
    #single-numero .section-about-magazine .details p {
      font-size: 40px;
      font-weight: bold;
      color: #49494A;
      margin: 30px 0; }
    #single-numero .section-about-magazine .details .autor {
      font-size: 16px;
      font-style: italic; }
    #single-numero .section-about-magazine .details .footer-content {
      justify-content: flex-end; }

#papers .section-description {
  padding-bottom: 800px; }
  #papers .section-description .description {
    padding: 0 5%;
    font-size: 20px;
    font-weight: bold;
    border-left: 5px solid #FFD200;
    margin-bottom: 50px;
    line-height: 1.5rem; }
  #papers .section-description p {
    padding: 0 5%;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3rem; }
    #papers .section-description p span {
      font-weight: bold; }

#informacion .section-normas {
  padding-bottom: 300px; }
  #informacion .section-normas .description {
    font-size: 20px;
    font-weight: bold;
    border-left: 5px solid #FFD200;
    padding: 0 5%;
    margin: 50px 0;
    line-height: 1.8rem; }
  #informacion .section-normas .title4 {
    padding: 0 5%; }
  #informacion .section-normas .instruction-list {
    margin-top: 30px;
    padding: 0 5%;
    list-style-type: disc; }
    #informacion .section-normas .instruction-list li {
      font-size: 16px;
      font-weight: 300;
      margin-bottom: 30px;
      line-height: 1.6rem; }
      #informacion .section-normas .instruction-list li span {
        font-weight: bold; }
      #informacion .section-normas .instruction-list li a {
        font-weight: bold;
        color: #FFD200; }
      #informacion .section-normas .instruction-list li h6 {
        margin: 30px 0; }
      #informacion .section-normas .instruction-list li ul li {
        margin: 0; }

#informacion .section-references.inicio {
  background-color: #F5F5F5; }
  #informacion .section-references.inicio .description {
    line-height: 1.6rem; }

#informacion .section-references .title4 {
  border-left: 5px solid #FFD200;
  padding: 0 5%; }

#informacion .section-references .description {
  margin-top: 50px;
  padding: 0 5%;
  font-size: 16px;
  font-weight: 300;
  column-count: 2;
  column-gap: 60px;
  line-height: 1.4rem;
  margin-bottom: 50px;
  line-height: 1.6rem; }

#informacion .section-references hr {
  margin: 0 5%; }

#informacion .section-references h6 {
  font-size: 16px;
  font-weight: bold; }

#informacion .section-references .list-references {
  margin-top: 50px;
  padding: 0 5%; }
  #informacion .section-references .list-references ul {
    margin-top: 30px;
    margin-bottom: 50px;
    list-style-type: disc;
    column-count: 2;
    column-gap: 50px; }
    #informacion .section-references .list-references ul li {
      font-size: 16px;
      font-weight: 333;
      margin-bottom: 30px;
      line-height: 1.6rem; }

#informacion .section-references .container-references {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0 5%; }
  #informacion .section-references .container-references .references {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(4, 0fr);
    column-gap: 30px;
    justify-content: center; }
    #informacion .section-references .container-references .references .box-references {
      width: 260px;
      padding: 30px;
      border-top: 5px solid #FFD200;
      box-shadow: 0px 0px 10px 0px #ccc;
      transition-duration: .3s;
      margin-bottom: 40px; }
      #informacion .section-references .container-references .references .box-references:hover {
        transform: scale(1.02); }
      #informacion .section-references .container-references .references .box-references div {
        width: 100%; }
        #informacion .section-references .container-references .references .box-references div h6 {
          font-size: 18px;
          font-weight: bold;
          margin-bottom: 20px; }
        #informacion .section-references .container-references .references .box-references div p {
          margin: 10px 0;
          font-size: 14px;
          font-weight: 300;
          line-height: 1.4rem;
          display: -webkit-box;
          -webkit-line-clamp: 12;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }

#informacion .section-references h5 {
  padding: 0 5%;
  margin: 50px 0 20px 0;
  font-size: 22px;
  font-weight: bold;
  color: #49494A; }

#informacion .section-references .description2 {
  padding: 0 5%;
  margin: 20px 0;
  font-size: 17px;
  font-weight: 300; }

#informacion .section-references .download-pdf {
  padding: 0 5%;
  margin: 50px 5%;
  display: flex;
  align-items: center;
  border-left: 5px solid #FFD200;
  cursor: pointer; }
  #informacion .section-references .download-pdf:hover .icon-pdf {
    transform: scale(1.2); }
  #informacion .section-references .download-pdf .icon-pdf {
    width: 30px;
    height: 38px;
    background-image: url(../../img/icon-pdf.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 30px;
    transition-duration: .3s; }
  #informacion .section-references .download-pdf div {
    display: block; }
    #informacion .section-references .download-pdf div p {
      font-size: 13px;
      font-weight: bold; }
    #informacion .section-references .download-pdf div span {
      font-size: 12px;
      font-weight: 300; }

#informacion .section-articles {
  background-color: #F5F5F5;
  position: relative; }
  #informacion .section-articles .description1 {
    width: 80%;
    margin-top: 60px;
    padding: 0 5%;
    font-size: 20px;
    font-weight: bold;
    border-left: 5px solid #FFD200; }
  #informacion .section-articles ul {
    margin-top: 100px;
    padding: 0 5%;
    list-style-type: decimal;
    column-count: 2;
    column-gap: 100px; }
    #informacion .section-articles ul li {
      font-size: 16px;
      font-weight: 300;
      margin-bottom: 30px;
      padding-left: 15px; }
  #informacion .section-articles .container-form {
    width: 100%;
    margin-top: 150px;
    padding: 100px;
    display: flex;
    align-items: center;
    background-color: #FFD200;
    position: relative; }
    #informacion .section-articles .container-form .top-info {
      background-color: #fff; }
    #informacion .section-articles .container-form .details {
      width: 60%;
      padding-right: 50px;
      border-right: 1px solid #70707047; }
      #informacion .section-articles .container-form .details h4 {
        color: #49494A;
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 30px; }
      #informacion .section-articles .container-form .details span {
        font-size: 18px;
        font-weight: bold; }
      #informacion .section-articles .container-form .details p {
        margin-top: 50px;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.3rem; }
    #informacion .section-articles .container-form #form-manuscritos {
      width: 40%;
      padding: 0 30px 0 130px;
      text-align: center; }
      #informacion .section-articles .container-form #form-manuscritos h5 {
        font-size: 19px;
        font-weight: bold;
        text-align: left; }
      #informacion .section-articles .container-form #form-manuscritos input {
        width: 100%;
        margin-top: 30px;
        padding: 10px 20px;
        border: none; }
      #informacion .section-articles .container-form #form-manuscritos .check {
        display: flex;
        align-items: center;
        margin-top: 20px; }
        #informacion .section-articles .container-form #form-manuscritos .check input {
          width: inherit;
          margin: 0;
          padding: 0;
          margin-right: 10px; }
      #informacion .section-articles .container-form #form-manuscritos .group-button {
        margin: 30px 0;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        #informacion .section-articles .container-form #form-manuscritos .group-button #btn-register {
          background-color: rgba(0, 0, 0, 0);
          border: 1px solid #000; }
          #informacion .section-articles .container-form #form-manuscritos .group-button #btn-register:hover {
            color: #fff;
            background-color: #000; }
        #informacion .section-articles .container-form #form-manuscritos .group-button #btn-login, #informacion .section-articles .container-form #form-manuscritos .group-button #btn-suscribirse {
          background-color: #fff; }
          #informacion .section-articles .container-form #form-manuscritos .group-button #btn-login:hover, #informacion .section-articles .container-form #form-manuscritos .group-button #btn-suscribirse:hover {
            background-color: #e0bb0c; }
      #informacion .section-articles .container-form #form-manuscritos a {
        font-size: 13px;
        font-weight: bold;
        color: #000;
        text-decoration: none;
        border-bottom: 1px dashed #000; }
      #informacion .section-articles .container-form #form-manuscritos button {
        width: 120px;
        height: 35px;
        color: #000;
        font-weight: bold;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition-duration: .3s; }

#informacion .section-definitions .title {
  text-align: center; }

#informacion .section-definitions .sections {
  margin-top: 60px;
  text-align: center; }
  #informacion .section-definitions .sections .box-sections {
    width: 260px;
    height: 220px;
    padding: 30px;
    border-top: 5px solid #FFD200;
    text-align: left;
    box-shadow: 0px 0px 10px 0px #ccc;
    position: relative;
    transition-duration: .3s;
    cursor: pointer;
    display: inline-flex;
    margin: 30px 10px; }
    #informacion .section-definitions .sections .box-sections:hover {
      background-color: #FFD200; }
      #informacion .section-definitions .sections .box-sections:hover .arrow {
        background-image: url(../../img/arrow-right-white.png) !important; }
    #informacion .section-definitions .sections .box-sections p {
      font-size: 18px;
      font-weight: bold; }
    #informacion .section-definitions .sections .box-sections .see-more {
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      position: absolute;
      bottom: 30px; }
      #informacion .section-definitions .sections .box-sections .see-more span {
        font-size: 15px;
        font-weight: bold; }
      #informacion .section-definitions .sections .box-sections .see-more .arrow {
        width: 20px;
        height: 20px;
        margin-left: 10px;
        background-image: url(../../img/arrow-right.png);
        background-repeat: no-repeat;
        background-position: center;
        transition-duration: .3s; }

#informacion .section-ethics {
  background-color: #F5F5F5; }
  #informacion .section-ethics .description1 {
    margin: 50px 30% 50px 0;
    font-size: 17px;
    font-weight: 300;
    padding: 0 5%;
    line-height: 1.5rem;
    border-left: 5px solid #FFD200; }
  #informacion .section-ethics h5 {
    padding: 0 5%;
    margin: 50px 0 20px 0;
    font-size: 22px;
    font-weight: bold;
    color: #49494A; }
  #informacion .section-ethics .description2 {
    padding: 0 5%;
    margin: 20px 0;
    font-size: 17px;
    font-weight: 300; }
  #informacion .section-ethics .download-pdf {
    padding: 0 5%;
    margin: 50px 5%;
    display: flex;
    align-items: center;
    border-left: 5px solid #FFD200;
    cursor: pointer; }
    #informacion .section-ethics .download-pdf:hover .icon-pdf {
      transform: scale(1.2); }
    #informacion .section-ethics .download-pdf .icon-pdf {
      width: 30px;
      height: 38px;
      background-image: url(../../img/icon-pdf.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      margin-right: 30px;
      transition-duration: .3s; }
    #informacion .section-ethics .download-pdf div {
      display: block; }
      #informacion .section-ethics .download-pdf div p {
        font-size: 13px;
        font-weight: bold; }
      #informacion .section-ethics .download-pdf div span {
        font-size: 12px;
        font-weight: 300; }

#editorial .section-editors {
  background-color: #F5F5F5; }

#editorial .section-comite {
  background-color: #fff; }
  #editorial .section-comite .box-editors .box .info {
    border: none; }

#editorial .box-editors {
  margin-top: 30px;
  column-count: 3; }
  #editorial .box-editors .box {
    width: 195px;
    height: 195px;
    display: inline-flex;
    margin: 50px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative; }
    #editorial .box-editors .box .info {
      width: 165px;
      height: 90px;
      background-color: #fff;
      border-top: 5px solid #FFD200;
      position: absolute;
      bottom: -50px;
      right: -55px;
      padding: 20px 15px; }
      #editorial .box-editors .box .info p {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 5px; }
      #editorial .box-editors .box .info span {
        font-size: 13px;
        font-weight: 300; }

.container-botones {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  margin-top: 80px; }
  .container-botones button {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer; }
  .container-botones #btn-volver {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 5px 30px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
    background-image: url("../../img/arrow-left.png");
    transition-duration: .3s;
    font-size: 18px; }
    .container-botones #btn-volver:hover {
      color: #FFD200; }
  .container-botones #btn-siguiente {
    border: none;
    border-radius: 5px;
    padding: 5px 45px 5px 20px;
    background-color: #FFD200;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 92%;
    background-image: url("../../img/arrow-right-black.png");
    transition-duration: .3s;
    cursor: pointer;
    font-size: 18px; }
    .container-botones #btn-siguiente:hover {
      background-color: #e0bb0c; }

/***** Estilos validos para las secciones "suscribete" en los archivos index.html y suscribete.html. *****/
.section-suscribete {
  padding: 100px 10%; }
  .section-suscribete .title {
    text-align: center; }
  .section-suscribete .description {
    font-size: 17px;
    font-weight: 300;
    width: 50%;
    margin: 20px auto;
    line-height: 1.3rem;
    margin-bottom: 150px; }
  .section-suscribete .slider-steps {
    padding: 0 30px; }
    .section-suscribete .slider-steps .slick-dots {
      top: -60px;
      height: 25px;
      pointer-events: none; }
    .section-suscribete .slider-steps .slick-dots li {
      width: 30px;
      margin: 0 15px; }
      .section-suscribete .slider-steps .slick-dots li:after {
        content: '';
        position: absolute;
        width: 60px;
        height: 2px;
        background-color: #ccc;
        top: 8px;
        left: 14.8px;
        z-index: 5; }
      .section-suscribete .slider-steps .slick-dots li:last-child:after {
        content: '';
        width: 0; }
  .section-suscribete .section-step {
    margin-top: 50px;
    outline: none; }
  .section-suscribete .section-step.step1 {
    width: 100%; }
    .section-suscribete .section-step.step1 h6 {
      text-align: center;
      font-size: 25px;
      font-weight: 300; }
    .section-suscribete .section-step.step1 .options-subscription {
      margin: 50px 0;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .section-suscribete .section-step.step1 .options-subscription .option {
        width: 30%;
        background-color: #fff;
        border-top: 5px solid #FFD200;
        padding: 35px 15px;
        box-shadow: 0px 0px 5px 0px #e5e5e5;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        transition-duration: .3s;
        cursor: pointer; }
        .section-suscribete .section-step.step1 .options-subscription .option:hover {
          background-color: #FFD200; }
      .section-suscribete .section-step.step1 .options-subscription span {
        font-size: 18px;
        font-weight: 300; }
    .section-suscribete .section-step.step1 .options-revista {
      margin-top: 50px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .section-suscribete .section-step.step1 .options-revista .option {
        width: 30%;
        height: auto;
        min-height: 510px;
        background-color: #fff;
        border-top: 5px solid #FFD200;
        padding: 35px 15px;
        box-shadow: 0px 0px 5px 0px #e5e5e5;
        transition-duration: .3s;
        cursor: pointer; }
        .section-suscribete .section-step.step1 .options-revista .option:hover {
          background-color: #FFD200; }
        .section-suscribete .section-step.step1 .options-revista .option h6 {
          font-size: 26px;
          font-weight: bold;
          text-align: center;
          margin-bottom: 30px; }
        .section-suscribete .section-step.step1 .options-revista .option .type {
          width: 100%;
          height: 150px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain; }
        .section-suscribete .section-step.step1 .options-revista .option .impreso-digital {
          background-image: url("../../img/option-impreso-digital.png"); }
        .section-suscribete .section-step.step1 .options-revista .option .impreso {
          background-image: url("../../img/option-impreso.png"); }
        .section-suscribete .section-step.step1 .options-revista .option .digital {
          background-image: url("../../img/option-digital.png"); }
        .section-suscribete .section-step.step1 .options-revista .option .details {
          height: 150px;
          font-size: 14px;
          font-weight: 300;
          padding: 20px;
          line-height: 1.2rem; }
        .section-suscribete .section-step.step1 .options-revista .option .price {
          margin: 20px 0;
          text-align: center;
          font-size: 20px;
          font-weight: 300; }
          .section-suscribete .section-step.step1 .options-revista .option .price p {
            margin-top: 30px; }
            .section-suscribete .section-step.step1 .options-revista .option .price p span {
              font-weight: bold; }
  .section-suscribete .section-step.step2 #form-step2 {
    width: 100%;
    display: flex;
    justify-content: space-evenly; }
    .section-suscribete .section-step.step2 #form-step2 div {
      width: 45%;
      display: inline-grid; }
      .section-suscribete .section-step.step2 #form-step2 div .option-form {
        width: 100%;
        margin-bottom: 25px;
        display: inline-grid; }
        .section-suscribete .section-step.step2 #form-step2 div .option-form label {
          font-size: 17px;
          font-weight: 300;
          margin-bottom: 10px;
          display: block; }
        .section-suscribete .section-step.step2 #form-step2 div .option-form input, .section-suscribete .section-step.step2 #form-step2 div .option-form select {
          width: 100%;
          padding: 12px;
          border: 1px solid #ccc;
          border-radius: 5px;
          font-size: 15px; }
  .section-suscribete .section-step.step2 .check {
    display: flex;
    align-items: center;
    padding: 0 35px; }
    .section-suscribete .section-step.step2 .check input {
      width: 10px;
      height: 10px;
      border-radius: 3px;
      border: 1px solid #ccc;
      margin-right: 10px; }
    .section-suscribete .section-step.step2 .check span {
      font-size: 14px;
      font-weight: 300;
      color: #000; }
  .section-suscribete .section-step.step3 h6 {
    text-align: left;
    font-size: 18px;
    font-weight: 300; }
  .section-suscribete .section-step.step3 .type-suscription {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .section-suscribete .section-step.step3 .type-suscription .suscription {
      width: 510px;
      height: 220px;
      border-top: 5px solid #FFD200;
      background-color: #fff;
      box-shadow: 0px 0px 5px 0px #e5e5e5;
      transition-duration: .3s;
      padding: 50px 30px;
      text-align: center; }
      .section-suscribete .section-step.step3 .type-suscription .suscription .check {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 35px;
        margin-bottom: 30px; }
        .section-suscribete .section-step.step3 .type-suscription .suscription .check input {
          width: 20px;
          height: 20px;
          border-radius: 3px;
          border: 1px solid #ccc;
          margin-right: 10px; }
        .section-suscribete .section-step.step3 .type-suscription .suscription .check span {
          font-size: 22px;
          font-weight: bold;
          color: #000; }
      .section-suscribete .section-step.step3 .type-suscription .suscription span {
        font-size: 17px;
        font-weight: 300; }
      .section-suscribete .section-step.step3 .type-suscription .suscription .price {
        margin-top: 30px;
        font-size: 20px;
        font-weight: bold; }
  .section-suscribete .section-step.step3 .number {
    width: 100%;
    height: 140px;
    margin-top: 50px;
    border-top: 5px solid #FFD200;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #e5e5e5;
    transition-duration: .3s;
    padding: 30px; }
    .section-suscribete .section-step.step3 .number span {
      font-size: 17px;
      font-weight: 300; }
    .section-suscribete .section-step.step3 .number div {
      margin-top: 30px; }
      .section-suscribete .section-step.step3 .number div .container:first-child {
        margin-right: 150px; }
      .section-suscribete .section-step.step3 .number div .container .checkmark span {
        font-size: 14px;
        font-weight: bold; }
  .section-suscribete .section-step.step4 .payment-method {
    width: 100%;
    height: 230px;
    margin-top: 50px;
    border-top: 5px solid #FFD200;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #e5e5e5;
    transition-duration: .3s;
    cursor: pointer;
    padding: 30px; }
    .section-suscribete .section-step.step4 .payment-method span {
      font-size: 22px;
      font-weight: bold; }
    .section-suscribete .section-step.step4 .payment-method div {
      margin-top: 50px;
      display: flex; }
      .section-suscribete .section-step.step4 .payment-method div .container {
        display: flex;
        align-items: center; }
        .section-suscribete .section-step.step4 .payment-method div .container:first-child {
          margin-right: 150px; }
        .section-suscribete .section-step.step4 .payment-method div .container .checkmark {
          width: 140px;
          height: 40px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          margin-left: 20px; }
          .section-suscribete .section-step.step4 .payment-method div .container .checkmark span {
            font-size: 14px;
            font-weight: bold; }
        .section-suscribete .section-step.step4 .payment-method div .container .webpay {
          background-image: url("../../img/webpay.png"); }
        .section-suscribete .section-step.step4 .payment-method div .container .paypal {
          background-image: url("../../img/paypal.png"); }
  .section-suscribete .section-step.step4 .container-confirmation {
    margin-top: 50px;
    padding: 50px;
    border-top: 5px solid #FFD200;
    background-color: #F5F5F5;
    margin-bottom: 50px;
    box-shadow: 0px 0px 1px 0px #ccc; }
    .section-suscribete .section-step.step4 .container-confirmation h4 {
      font-size: 26px;
      font-weight: bold; }
    .section-suscribete .section-step.step4 .container-confirmation ul {
      margin: 50px 0;
      column-count: 2; }
      .section-suscribete .section-step.step4 .container-confirmation ul li {
        font-size: 17px;
        font-weight: 300;
        margin-bottom: 10px; }
        .section-suscribete .section-step.step4 .container-confirmation ul li span {
          font-weight: bold; }
    .section-suscribete .section-step.step4 .container-confirmation h6 {
      text-align: left;
      font-size: 17px;
      font-weight: bold; }
    .section-suscribete .section-step.step4 .container-confirmation .type-suscription {
      margin-top: 30px;
      padding: 0 30px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .section-suscribete .section-step.step4 .container-confirmation .type-suscription .suscription {
        width: 290px;
        height: 260px;
        box-shadow: 0px 0px 5px 0px #e5e5e5;
        background-color: #fff;
        padding: 40px;
        text-align: center; }
        .section-suscribete .section-step.step4 .container-confirmation .type-suscription .suscription h6 {
          text-align: center;
          font-size: 18px;
          font-weight: bold;
          margin-bottom: 10px; }
        .section-suscribete .section-step.step4 .container-confirmation .type-suscription .suscription p {
          margin: 50px 0;
          font-size: 15px;
          font-weight: 300; }
        .section-suscribete .section-step.step4 .container-confirmation .type-suscription .suscription span {
          font-size: 14px;
          font-weight: 300; }
          .section-suscribete .section-step.step4 .container-confirmation .type-suscription .suscription span span {
            font-weight: bold; }
      .section-suscribete .section-step.step4 .container-confirmation .type-suscription .digital {
        background-repeat: no-repeat;
        background-position: 50% 70%;
        background-size: 80%;
        background-image: url(../../img/option-digital.png); }

#contacto .content-section-responsive {
  display: none; }

#contacto .content-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 200px 10% 120px 10%; }
  #contacto .content-section .info-contact {
    width: 420px;
    height: auto;
    padding: 50px 40px 20px 40px;
    border-top: 10px solid #FFD200;
    background-color: #fff; }
    #contacto .content-section .info-contact .title {
      margin-bottom: 40px; }
    #contacto .content-section .info-contact p {
      display: flex;
      align-items: center;
      font-size: 16px;
      font-weight: 300;
      margin-bottom: 40px; }
      #contacto .content-section .info-contact p .icon {
        width: 30px;
        min-width: 30px;
        height: 25px;
        background-size: auto;
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 30px; }
      #contacto .content-section .info-contact p .icon-location {
        background-image: url("../../img/icon-location.svg"); }
      #contacto .content-section .info-contact p .icon-letter {
        background-image: url("../../img/icon-letter.svg"); }
      #contacto .content-section .info-contact p .icon-phone {
        background-image: url("../../img/icon-phone.svg"); }
      #contacto .content-section .info-contact p .icon-share {
        background-image: url("../../img/icon-share.svg"); }
  #contacto .content-section #form-contact {
    width: 540px;
    height: auto;
    text-align: center; }
    #contacto .content-section #form-contact input {
      width: 100%;
      border: none;
      padding: 10px;
      margin-bottom: 30px;
      background-color: #ffffff8f;
      transition-duration: .3s;
      font-size: 16px; }
      #contacto .content-section #form-contact input:focus {
        outline: none;
        background-color: #fff; }
    #contacto .content-section #form-contact textarea {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      height: 140px;
      min-height: 140px;
      max-height: 140px;
      padding: 10px;
      border: none;
      margin-bottom: 50px;
      background-color: #ffffff8f;
      font-size: 16px;
      transition-duration: .3s; }
      #contacto .content-section #form-contact textarea:focus {
        outline: none;
        background-color: #fff; }
    #contacto .content-section #form-contact button {
      width: 60%;
      padding: 10px;
      border: none;
      border-radius: 5px;
      background-color: #FFD200;
      font-size: 20px;
      font-weight: bold;
      cursor: pointer;
      transition-duration: .3s; }
      #contacto .content-section #form-contact button:hover {
        background-color: #e0bb0c; }

@media (max-width: 1400px) {
  .sidebar {
    right: 0; }
  .section-sidebar {
    padding-right: 26%; } }

@media (max-width: 1350px) {
  #informacion .section-references .container-references .references {
    grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 1200px) {
  /*------------------------------------------*/
  /*---------------- GENERAL -----------------*/
  /*------------------------------------------*/
  .btn-sidebar {
    display: block;
    z-index: 3; }
  .sidebar {
    display: none; }
  .sidebar-responsive {
    display: block;
    position: fixed;
    top: 0;
    overflow-y: scroll;
    right: -100%;
    z-index: 2; }
  .section-sidebar {
    padding: 100px 5%; }
  /*------------------------------------------*/
  /*------------- MENU - DESKTOP -------------*/
  /*------------------------------------------*/
  .header {
    padding: 10px 20px; }
    .header nav a {
      font-size: 12px !important; }
  /*------------------------------------------*/
  /*------------------ HOME ------------------*/
  /*------------------------------------------*/
  #home .section-sidebar, #numeros .section-sidebar {
    padding: 0; }
    #home .section-sidebar .filtro form, #numeros .section-sidebar .filtro form {
      padding: 30px; }
      #home .section-sidebar .filtro form input, #home .section-sidebar .filtro form select, #numeros .section-sidebar .filtro form input, #numeros .section-sidebar .filtro form select {
        width: 210px; }
  #home .section-about-magazine .details, #numeros .section-about-magazine .details {
    width: 70%; }
  /*------------------------------------------*/
  /*--------------- EDITORIAL ----------------*/
  /*------------------------------------------*/
  #editorial .section-sidebar {
    padding: 0; }
    #editorial .section-sidebar .section-editors {
      text-align: center; }
      #editorial .section-sidebar .section-editors .title {
        text-align: left; }
  /*------------------------------------------*/
  /*------------- INDEXACIONES ---------------*/
  /*------------------------------------------*/
  #indexaciones .section-indexaciones {
    padding-bottom: 100px; }
    #indexaciones .section-indexaciones .box-logos .logo {
      width: 100%; }
  /*------------------------------------------*/
  /*-------------- ARTICULOS -----------------*/
  /*------------------------------------------*/
  #articulos .container-form {
    display: block;
    padding: 50px; }
    #articulos .container-form .details {
      width: 100%;
      padding-right: 0;
      border: none; }
    #articulos .container-form #form-manuscritos {
      width: 100%;
      margin-top: 50px;
      padding: 0; }
  /*------------------------------------------*/
  /*------------ CALL FOR PAPERS -------------*/
  /*------------------------------------------*/
  #papers .section-description {
    padding-bottom: 100px; }
  /*------------------------------------------*/
  /*------------ SOBRE LA REVISTA ------------*/
  /*------------------------------------------*/
  #revista .section-concept .description1, #revista .section-concept .description2 {
    padding: 0 5% !important; }
  #revista .section-concept .box-studies {
    text-align: center;
    padding: 0; }
    #revista .section-concept .box-studies .title4 {
      text-align: left; }
    #revista .section-concept .box-studies .box {
      margin: 20px !important; }
  #revista .section-indexaciones .box-logos {
    grid-template-columns: repeat(3, 1fr); }
  /*------------------------------------------*/
  /*-------- INFORMACIÓN PARA AUTORES --------*/
  /*------------------------------------------*/
  #informacion .section-references .description {
    column-count: 1; }
  #informacion .section-references .container-references .references {
    grid-template-columns: repeat(2, 1fr); }
    #informacion .section-references .container-references .references .box-references {
      margin: 0 auto;
      margin-bottom: 30px;
      width: 360px; }
  #informacion .section-references .list-references ul {
    column-count: 1; }
  #informacion .section-articles .description1 {
    width: 100%; }
  #informacion .section-articles ul {
    column-count: 1; }
  #informacion .section-articles .container-form {
    display: block;
    padding: 50px; }
    #informacion .section-articles .container-form .details {
      width: 100%;
      padding-right: 0;
      border: none; }
    #informacion .section-articles .container-form #form-manuscritos {
      width: 100%;
      padding: 50px 100px; }
  #informacion .section-ethics .description1 {
    margin: 50px 0; }
  #informacion .section-ethics h5, #informacion .section-ethics .description2 {
    padding: 0; }
  #informacion .section-ethics .download-pdf {
    margin: 50px 0; }
  /*------------------------------------------*/
  /*---------------- NÚMEROS -----------------*/
  /*------------------------------------------*/
  #numeros .section-sidebar {
    padding: 0; }
  /*------------------------------------------*/
  /*------------- SINGLE NÚMERO --------------*/
  /*------------------------------------------*/
  #single-numero .section-sidebar {
    padding: 0; }
  #single-numero .section-ensayos .box-info p, #single-numero .section-ensayos .box-info .content {
    width: 100%;
    display: block;
    margin: 0 0 30px 0;
    padding: 30px 20px 0 20px; }
    #single-numero .section-ensayos .box-info p .footer-content, #single-numero .section-ensayos .box-info .content .footer-content {
      width: 100%;
      border-top: none;
      left: 0;
      margin-top: 50px; }
  #single-numero .section-about-magazine .details {
    width: 70%; }
  /*------------------------------------------*/
  /*---------- SUSCRIBETE (PASO 1) -----------*/
  /*------------------------------------------*/
  #suscribete .section-suscribete, #home .section-suscribete {
    padding: 100px 5%; }
    #suscribete .section-suscribete .description, #home .section-suscribete .description {
      width: 100%; }
    #suscribete .section-suscribete .slider-steps, #home .section-suscribete .slider-steps {
      padding: 0 5px; }
    #suscribete .section-suscribete .section-step, #home .section-suscribete .section-step {
      padding: 0; }
      #suscribete .section-suscribete .section-step .options-revista, #home .section-suscribete .section-step .options-revista {
        align-items: baseline !important; }
        #suscribete .section-suscribete .section-step .options-revista .option h6, #home .section-suscribete .section-step .options-revista .option h6 {
          font-size: 20px !important; }
  /*------------------------------------------*/
  /*---------- SUSCRIBETE (PASO 3) -----------*/
  /*------------------------------------------*/
  #suscribete .section-step.step3 .type-suscription .suscription, #home .section-step.step3 .type-suscription .suscription {
    width: 49%; }
  /*------------------------------------------*/
  /*---------- SUSCRIBETE (PASO 4) -----------*/
  /*------------------------------------------*/
  #suscribete .section-step.step4 .payment-method, #home .section-step.step4 .payment-method {
    padding: 20px; }
  #suscribete .section-step.step4 .container-confirmation, #home .section-step.step4 .container-confirmation {
    padding: 20px; }
    #suscribete .section-step.step4 .container-confirmation ul, #home .section-step.step4 .container-confirmation ul {
      column-count: 1; }
      #suscribete .section-step.step4 .container-confirmation ul li, #home .section-step.step4 .container-confirmation ul li {
        margin-bottom: 20px; }
    #suscribete .section-step.step4 .container-confirmation .type-suscription, #home .section-step.step4 .container-confirmation .type-suscription {
      display: block;
      padding: 0; }
      #suscribete .section-step.step4 .container-confirmation .type-suscription .suscription, #home .section-step.step4 .container-confirmation .type-suscription .suscription {
        margin: 20px auto; }
  /*------------------------------------------*/
  /*---------------- CONTACTO ----------------*/
  /*------------------------------------------*/
  #contacto .content-section {
    padding: 200px 5%; }
    #contacto .content-section .info-contact {
      width: 45%;
      padding: 40px 25px; }
    #contacto .content-section #form-contact {
      width: 50%; }
  /*------------------------------------------*/
  /*----------------- FOOTER -----------------*/
  /*------------------------------------------*/
  footer .footer-bottom {
    padding: 40px 2%;
    font-size: 12px; }
    footer .footer-bottom .social-networks a {
      margin-right: 10px; } }

@media (max-width: 1000px) {
  /*------------------------------------------*/
  /*---------------- NÚMEROS -----------------*/
  /*------------------------------------------*/
  #numeros .box-year .box {
    grid-template-columns: repeat(3, 1fr) !important; } }

@media (max-width: 768px) {
  /*------------------------------------------*/
  /*---------------- GENERAL -----------------*/
  /*------------------------------------------*/
  .section {
    padding: 50px 5%; }
  .title {
    font-size: 45px; }
  .main-section .velo-header {
    height: 100%; }
  .main-section .social-networks {
    display: none; }
  .main-section .content-section {
    padding: 150px 5% 100px 5%;
    z-index: 1; }
    .main-section .content-section .title1 {
      font-size: 45px; }
    .main-section .content-section .text-description {
      width: 80%; }
  .sidebar-responsive {
    margin-top: 60px;
    padding: 30px 5% 200px 5%; }
  /*------------------------------------------*/
  /*-------------- MENU-HEADER ---------------*/
  /*------------------------------------------*/
  .header {
    display: none; }
  .header-responsive {
    display: block; }
  /*------------------------------------------*/
  /*------------------ HOME ------------------*/
  /*------------------------------------------*/
  #home .main-section .velo-header {
    display: none; }
  #home .slider-1 .slide .content {
    padding: 130px 15% 90px 5%; }
    #home .slider-1 .slide .content .title {
      font-size: 45px; }
    #home .slider-1 .slide .content .description {
      width: 100%;
      margin-top: 20px; }
  #home .slider-1 ul.slick-dots {
    bottom: 30px; }
  #home .filtro form {
    display: block;
    text-align: center; }
    #home .filtro form input, #home .filtro form select {
      width: 70% !important; }
    #home .filtro form .lupa {
      margin: 30px 0; }
      #home .filtro form .lupa:after {
        right: inherit;
        margin-left: 10px; }
  #home .section-last-number .box-last-number .last-number {
    width: 100%;
    height: 100%;
    background-color: #02020278;
    box-shadow: none;
    color: #fff;
    left: 0;
    top: 0; }
  #home .section-last-number .box-other-numbers {
    display: block;
    text-align: center; }
    #home .section-last-number .box-other-numbers .link {
      margin: 0; }
      #home .section-last-number .box-other-numbers .link .other-number {
        width: 100%;
        margin: 30px 0; }
  #home .section-online-first .control-slider {
    left: 50px; }
  #home .section-editor-selection .control-slider {
    left: 50px;
    bottom: 20px; }
  #home .section-editor-selection .slick-dots {
    bottom: -40px; }
  #home .section-about-magazine {
    margin-top: 50px;
    padding: 0; }
    #home .section-about-magazine .details {
      width: 100%;
      padding: 80px 15px;
      background-color: transparent; }
      #home .section-about-magazine .details .title, #home .section-about-magazine .details p, #home .section-about-magazine .details .autor {
        color: #fff; }
      #home .section-about-magazine .details .read-more span {
        color: #fff; }
  #home .section-normas {
    padding: 50px 5%; }
    #home .section-normas p {
      width: 100%; }
  /*------------------------------------------*/
  /*------------ SOBRE LA REVISTA ------------*/
  /*------------------------------------------*/
  #revista .section-concept .box-studies {
    grid-template-columns: repeat(1, 1fr); }
    #revista .section-concept .box-studies .box {
      width: 100%;
      height: auto;
      margin: 20px 0 !important; }
  #revista .section-definitions .title4 {
    width: 100% !important; }
  #revista .section-definitions ul li {
    margin-bottom: 70px; }
    #revista .section-definitions ul li p {
      column-count: 1 !important; }
  #revista .section-indexaciones .box-logos {
    grid-template-columns: repeat(2, 1fr); }
  /*------------------------------------------*/
  /*-------- INFORMACIÓN PARA AUTORES --------*/
  /*------------------------------------------*/
  #informacion .section-references .container-references .references {
    width: 100%;
    display: inline-block;
    grid-template-columns: repeat(1, 1fr); }
    #informacion .section-references .container-references .references .box-references {
      width: 100%; }
  #informacion .section-articles #form-manuscritos {
    margin-top: 50px;
    padding: 0 !important; }
  #informacion .section-normas {
    padding-bottom: 50px; }
  /*------------------------------------------*/
  /*--------------- EDITORIAL ----------------*/
  /*------------------------------------------*/
  #editorial .box-editors {
    column-count: 2; }
    #editorial .box-editors .box .info {
      left: 15px; }
  /*------------------------------------------*/
  /*------------- INDEXACIONES ---------------*/
  /*------------------------------------------*/
  #indexaciones .section-indexaciones .box-logos {
    grid-template-columns: repeat(2, 1fr); }
  /*------------------------------------------*/
  /*------------- SINGLE NÚMERO --------------*/
  /*------------------------------------------*/
  #single-numero .section-simposio .content-tab .tab {
    display: block; }
  /*------------------------------------------*/
  /*---------- SUSCRIBETE (PASO 1) -----------*/
  /*------------------------------------------*/
  #suscribete .section-suscribete .section-step .options-subscription, #home .section-suscribete .section-step .options-subscription {
    display: block !important; }
    #suscribete .section-suscribete .section-step .options-subscription .option, #home .section-suscribete .section-step .options-subscription .option {
      width: 330px !important;
      margin: 30px auto; }
  #suscribete .section-suscribete .section-step .options-revista, #home .section-suscribete .section-step .options-revista {
    display: block !important; }
    #suscribete .section-suscribete .section-step .options-revista .option, #home .section-suscribete .section-step .options-revista .option {
      width: 330px !important;
      margin: 30px auto; }
      #suscribete .section-suscribete .section-step .options-revista .option h6, #home .section-suscribete .section-step .options-revista .option h6 {
        font-size: 26px !important; }
  /*------------------------------------------*/
  /*---------- SUSCRIBETE (PASO 2) -----------*/
  /*------------------------------------------*/
  #suscribete #form-step2, #home #form-step2 {
    display: grid !important;
    justify-content: normal !important; }
    #suscribete #form-step2 div, #home #form-step2 div {
      width: 100% !important;
      display: block !important; }
  #suscribete .check, #home .check {
    padding: 0 !important; }
  /*------------------------------------------*/
  /*---------- SUSCRIBETE (PASO 3) -----------*/
  /*------------------------------------------*/
  #suscribete .section-step.step3 .type-suscription, #home .section-step.step3 .type-suscription {
    display: block; }
    #suscribete .section-step.step3 .type-suscription .suscription, #home .section-step.step3 .type-suscription .suscription {
      width: 100%;
      margin: 30px 0; }
  /*------------------------------------------*/
  /*---------- SUSCRIBETE (PASO 4) -----------*/
  /*------------------------------------------*/
  #suscribete .section-step.step4 .payment-method div, #home .section-step.step4 .payment-method div {
    display: block; }
    #suscribete .section-step.step4 .payment-method div .container, #home .section-step.step4 .payment-method div .container {
      margin: 0;
      margin-bottom: 30px; }
  /*------------------------------------------*/
  /*---------------- CONTACTO ----------------*/
  /*------------------------------------------*/
  #contacto .main-section .velo-header {
    display: none; }
  #contacto .main-section .content-section {
    padding: 100px 5%;
    display: block; }
    #contacto .main-section .content-section .info-contact {
      width: 100%; }
    #contacto .main-section .content-section #form-contact {
      width: 100%;
      margin-top: 80px; }
  /*------------------------------------------*/
  /*---------------- NÚMEROS -----------------*/
  /*------------------------------------------*/
  #numeros .filtro form {
    display: block;
    text-align: center; }
    #numeros .filtro form input, #numeros .filtro form select {
      width: 70% !important; }
    #numeros .filtro form .lupa {
      margin: 30px 0; }
      #numeros .filtro form .lupa:after {
        right: inherit;
        margin-left: 10px; }
  #numeros .section-last-number .box-last-number .last-number {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }
  #numeros .section-previous-numbers .box-year {
    text-align: center; }
    #numeros .section-previous-numbers .box-year h5 {
      border: none;
      font-weight: bold; }
    #numeros .section-previous-numbers .box-year .box {
      grid-template-columns: repeat(1, 1fr) !important; }
      #numeros .section-previous-numbers .box-year .box .box-estudios {
        width: 200px;
        height: 300px;
        margin: 50px 0 !important; }
        #numeros .section-previous-numbers .box-year .box .box-estudios .info {
          width: 146px !important;
          right: 0 !important; }
  /*------------------------------------------*/
  /*------------- SINGLE NÚMERO --------------*/
  /*------------------------------------------*/
  #single-numero .main-section .options {
    display: block; }
    #single-numero .main-section .options button {
      margin: 20px 0; }
    #single-numero .main-section .options .shared {
      padding: 0;
      border: 0; }
  #single-numero .section-sidebar .section-article .details {
    background: none; }
    #single-numero .section-sidebar .section-article .details .content {
      width: 100%;
      height: inherit;
      top: 0;
      left: 0;
      margin: 0; }
  #single-numero .section-sidebar .section-article .other-articles {
    display: block; }
    #single-numero .section-sidebar .section-article .other-articles .content {
      width: 100%;
      margin: 0;
      margin-bottom: 30px; }
  #single-numero .section-sidebar .section-review .slider-review .review {
    display: block !important; }
    #single-numero .section-sidebar .section-review .slider-review .review div {
      width: 100%;
      margin: 20px 0; }
  #single-numero .section-sidebar .section-review .slick-dots {
    bottom: -30px; }
  #single-numero .section-sidebar .section-simposio .content-tab {
    display: block; }
    #single-numero .section-sidebar .section-simposio .content-tab .details {
      width: 100%; }
    #single-numero .section-sidebar .section-simposio .content-tab .img-tab {
      width: 100%;
      margin-top: 50px; }
  #single-numero .section-about-magazine {
    padding: 0; }
    #single-numero .section-about-magazine .details {
      width: 100%;
      padding: 80px 15px;
      background-color: rgba(0, 0, 0, 0); }
      #single-numero .section-about-magazine .details p, #single-numero .section-about-magazine .details .autor {
        color: #fff; }
      #single-numero .section-about-magazine .details .footer-content {
        filter: invert(1);
        border-top: 1px solid #000; }
  #single-numero .control-slider {
    left: 70px;
    bottom: 30px; }
  #single-numero .section-notes .slider-notes .slick-dots {
    bottom: -30px; }
  /*------------------------------------------*/
  /*----------------- FOOTER -----------------*/
  /*------------------------------------------*/
  footer .footer-top {
    display: block;
    text-align: center; }
    footer .footer-top div:first-child {
      margin-bottom: 40px; }
  footer .menu-footer {
    display: block;
    text-align: center; }
    footer .menu-footer ul {
      margin: 0; }
  footer .footer-bottom {
    display: block;
    text-align: center; }
    footer .footer-bottom .licence {
      display: block;
      margin: 30px 0; }
      footer .footer-bottom .licence .img-licence {
        margin: 0;
        margin-bottom: 20px; }
    footer .footer-bottom .social-networks {
      justify-content: center; }
      footer .footer-bottom .social-networks a {
        margin: 20px; } }

@media (max-width: 460px) {
  /*------------------------------------------*/
  /*--------------- EDITORIAL ----------------*/
  /*------------------------------------------*/
  #editorial .box-editors {
    column-count: 1; } }

@media (max-width: 375px) {
  /*------------------------------------------*/
  /*---------------- GENERAL -----------------*/
  /*------------------------------------------*/
  .sidebar-responsive {
    width: 100%;
    min-width: 100%; }
  /*------------------------------------------*/
  /*------------------ HOME ------------------*/
  /*------------------------------------------*/
  #home .filtro form input, #home .filtro form select, #numeros .filtro form input, #numeros .filtro form select {
    width: 100% !important; }
  #home .filtro .lupa:after, #numeros .filtro .lupa:after {
    display: none; }
  /*------------------------------------------*/
  /*------------ SOBRE LA REVISTA ------------*/
  /*------------------------------------------*/
  #revista .section-indexaciones .box-logos {
    grid-template-columns: repeat(1, 1fr); }
  /*------------------------------------------*/
  /*------------- INDEXACIONES ---------------*/
  /*------------------------------------------*/
  #indexaciones .section-indexaciones .box-logos {
    grid-template-columns: repeat(1, 1fr); }
  /*------------------------------------------*/
  /*-------- INFORMACIÓN PARA AUTORES --------*/
  /*------------------------------------------*/
  #informacion .section-articles .container-form {
    padding: 50px 10px; }
  /*------------------------------------------*/
  /*-------------- ARTICULOS -----------------*/
  /*------------------------------------------*/
  #articulos .container-form {
    padding: 50px 10px; }
  /*------------------------------------------*/
  /*------------- SINGLE NÚMERO --------------*/
  /*------------------------------------------*/
  #single-numero .section-article .details .footer-content .resumen, #single-numero .section-article .details .footer-content .pdf {
    margin-right: 20px; }
  #single-numero .section-article .details .footer-content .doi {
    font-size: 10px; }
  /*------------------------------------------*/
  /*---------- SUSCRIBETE (PASO 1) -----------*/
  /*------------------------------------------*/
  #suscribete .section-suscribete .section-step .options-subscription .option, #home .section-suscribete .section-step .options-subscription .option {
    width: 100% !important; }
  #suscribete .section-suscribete .section-step .options-revista .option, #home .section-suscribete .section-step .options-revista .option {
    width: 100% !important; }
  .container-botones button {
    font-size: 15px !important; }
  /*------------------------------------------*/
  /*---------- SUSCRIBETE (PASO 3) -----------*/
  /*------------------------------------------*/
  #suscribete .section-step.step3 .number, #home .section-step.step3 .number {
    padding: 30px 10px; }
  /*------------------------------------------*/
  /*---------- SUSCRIBETE (PASO 4) -----------*/
  /*------------------------------------------*/
  #suscribete .section-step.step4 .container-confirmation .suscription, #home .section-step.step4 .container-confirmation .suscription {
    width: 100%; } }

html {
  height: 100%; }
  html .pkp_page_article.pkp_op_view, html .pkp_page_issue.pkp_op_view {
    height: 100%; }
    html .pkp_page_article.pkp_op_view .header_view, html .pkp_page_issue.pkp_op_view .header_view {
      display: none; }
  html .header {
    z-index: 3; }

@media (min-width: 1200px) {
  .section-sidebar {
    min-height: 1300px; } }

.control-slider .slick-prev {
  background-image: url("/plugins/themes/ceptheme/img/arrow-left-slide.png"); }

.control-slider .slick-next {
  background-image: url("/plugins/themes/ceptheme/img/arrow-right-slide.png"); }

.main-section .velo-header {
  height: 70vh;
  z-index: 0; }

.main-section .content-section {
  z-index: 2;
  height: auto; }

.main-section .social-networks {
  z-index: 3; }
  .main-section .social-networks .icon-facebook {
    background-image: url("/plugins/themes/ceptheme/img/icon-facebook.svg"); }
  .main-section .social-networks .icon-twitter {
    background-image: url("/plugins/themes/ceptheme/img/icon-twitter.svg"); }
  .main-section .social-networks .icon-instagram {
    background-image: url("/plugins/themes/ceptheme/img/icon-instagram.svg"); }

.main-section .content-section .read-more {
  width: auto !important; }
  .main-section .content-section .read-more span {
    width: auto !important; }

.section-normas a {
  color: black;
  text-decoration: none; }

.btn-sidebar {
  background-image: url("/plugins/themes/ceptheme/img/user.svg"); }

.sidebar .actual .info .info1 {
  background-image: url("/plugins/themes/ceptheme/img/actual1.png"); }

.sidebar .actual .info .info2 {
  background-image: url("/plugins/themes/ceptheme/img/actual2.png"); }

.sidebar .actual .info .info3 {
  background-image: url("/plugins/themes/ceptheme/img/actual3.png"); }

#single-numero .main-img {
  background-position: center !important;
  background-size: cover; }

#single-numero .content-section {
  z-index: 2; }
  #single-numero .content-section .title-left-box {
    float: left;
    width: 200px;
    margin-right: 50px;
    margin-bottom: 50px; }
    #single-numero .content-section .title-left-box img {
      width: 100%; }
  #single-numero .content-section .title-right-box {
    float: left; }

#single-numero .main-section .options .shared {
  margin: 50px auto; }
  #single-numero .main-section .options .shared div .icon-letter {
    background-image: url("/plugins/themes/ceptheme/img/icon-letter.svg"); }
  #single-numero .main-section .options .shared div .icon-facebook {
    background-image: url("/plugins/themes/ceptheme/img/icon-facebook.svg"); }
  #single-numero .main-section .options .shared div .icon-twitter {
    background-image: url("/plugins/themes/ceptheme/img/icon-twitter.svg"); }
  #single-numero .main-section .options .shared div .icon-linkedin {
    background-image: url("/plugins/themes/ceptheme/img/icon-linkedin.svg"); }
  @media (max-width: 768px) {
    #single-numero .main-section .options .shared {
      width: 100%;
      float: left; } }

#single-numero .content {
  width: 47%;
  overflow: hidden;
  height: auto !important; }
  @media (max-width: 768px) {
    #single-numero .content p {
      float: left;
      width: 100%; } }
  #single-numero .content .autor {
    font-size: 12px !important;
    margin-bottom: 15px !important;
    float: left;
    width: 100%; }

#single-numero .content:hover {
  background-color: white !important;
  transform: scale(1) !important;
  cursor: auto !important; }

#single-numero .footer-content {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  align-items: unset;
  bottom: unset;
  left: unset; }
  #single-numero .footer-content .resumen .icon-resumen {
    background-image: url("/plugins/themes/ceptheme/img/icon-resumen.png"); }
  #single-numero .footer-content .pdf .icon-pdf {
    background-image: url("/plugins/themes/ceptheme/img/icon-pdf.png"); }
  @media (max-width: 768px) {
    #single-numero .footer-content {
      display: block;
      align-items: unset;
      left: auto;
      float: left; } }
  #single-numero .footer-content a, #single-numero .footer-content a:hover, #single-numero .footer-content a:visited, #single-numero .footer-content .doi {
    display: block !important;
    float: left !important;
    color: #49494A;
    text-decoration: none;
    font-size: 11px;
    font-weight: 300;
    margin: 0 1.5% !important;
    cursor: pointer;
    width: 20%;
    text-align: center; }
    #single-numero .footer-content a span, #single-numero .footer-content a:hover span, #single-numero .footer-content a:visited span, #single-numero .footer-content .doi span {
      display: block;
      margin: 0 auto 10px !important; }
    @media (max-width: 768px) {
      #single-numero .footer-content a, #single-numero .footer-content a:hover, #single-numero .footer-content a:visited, #single-numero .footer-content .doi {
        display: block;
        align-items: unset;
        float: left; } }
  #single-numero .footer-content a.resumen, #single-numero .footer-content a.galley-link {
    padding: 0px !important; }
    #single-numero .footer-content a.resumen span, #single-numero .footer-content a.galley-link span {
      margin-bottom: 0px !important;
      height: auto; }
  #single-numero .footer-content a.galley-link span {
    margin-bottom: 4px !important; }
  #single-numero .footer-content span.doi {
    width: 47%; }

#single-numero .section-review .slider-review .review .doi {
  margin-top: 20px;
  font-size: 10px; }

#single-numero .section-review .slider-review .review div:last-child p .icon-pdf {
  background-image: url("/plugins/themes/ceptheme/img/icon-pdf.png"); }

#single-numero .galley-link {
  float: left;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  color: #000;
  background-color: #FFD200;
  margin-right: 50px;
  transition-duration: .3s;
  cursor: pointer;
  text-decoration: none;
  line-height: normal; }
  #single-numero .galley-link span {
    display: block;
    margin: 1px auto; }
  @media (max-width: 768px) {
    #single-numero .galley-link {
      display: inline-block;
      margin-bottom: 15px; } }

#single-numero .galley-link:hover {
  background-color: #e0bb0c; }

#single-numero .volume-back {
  padding: 10px 20px;
  border-radius: 5px;
  width: auto;
  font-size: 20px;
  margin-top: 0px; }

#single-numero .title1 {
  font-size: 55px; }
  @media (max-width: 768px) {
    #single-numero .title1 {
      font-size: 40px; } }

#single-numero .content {
  left: unset !important;
  line-height: 170%;
  position: relative !important; }

#single-numero .section-notes {
  line-height: 170%;
  position: relative; }
  #single-numero .section-notes p {
    margin: 25px auto; }

#single-numero .section-article .details {
  height: auto;
  position: relative !important; }

#single-numero .footer-content .galley-link {
  text-transform: capitalize;
  color: #49494A;
  background-color: transparent !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 300;
  margin-right: 50px;
  cursor: pointer; }
  #single-numero .footer-content .galley-link .icon-pdf, #single-numero .footer-content .galley-link .icon-pdf:hover {
    width: 18px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../../img/icon-resumen.png");
    margin-right: 10px;
    transition-duration: .3s; }

#single-numero .footer-content .galley-link:hover .icon-pdf {
  transform: scale(1.1); }

#single-numero .review .galley-link {
  margin-top: 25px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  background-color: white !important;
  width: 100%;
  margin: 20px 0px;
  padding: 0px; }
  #single-numero .review .galley-link span {
    width: 28px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0px 20px 0px 0px; }

#single-numero .review .galley-link:hover {
  transition-duration: .3s;
  transform: scale(1.1); }

.article-details .details {
  margin-top: 10px !important; }
  .article-details .details .content {
    width: 100% !important;
    height: auto !important; }
    .article-details .details .content .author {
      margin: 30px 0px 10px 0px; }
      .article-details .details .content .author span {
        font-style: italic;
        font-weight: bold; }
    .article-details .details .content .article-metadata {
      font-size: 12px; }
      .article-details .details .content .article-metadata span {
        width: 100%;
        display: inline-block;
        margin: 5px 0px; }
        .article-details .details .content .article-metadata span b {
          font-weight: bold; }
      .article-details .details .content .article-metadata button {
        margin-top: 10px;
        width: 170px;
        font-size: 12px;
        font-weight: bold;
        color: #000;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #000;
        padding: 10px 20px;
        cursor: pointer;
        transition-duration: .3s; }
      .article-details .details .content .article-metadata button:hover {
        color: #fff;
        background-color: #000; }

.article-details .galley-link {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  color: #000;
  background-color: #FFD200;
  margin-right: 50px;
  transition-duration: .3s;
  cursor: pointer;
  text-decoration: none; }

.article-details .galley-link:hover {
  background-color: #e0bb0c; }

.article-details .references .value {
  margin-top: 20px !important;
  color: #49494a; }
  .article-details .references .value p {
    margin: 8px 0px; }

.user-snippet {
  margin: 30px 0px; }
  .user-snippet a {
    color: black;
    padding: 7px;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px; }
  .user-snippet a:hover, .user-snippet a:visited {
    color: black;
    text-decoration: underline; }

.register-form h6, .login-form h6, .purchase_subscription h6 {
  font-size: 25px;
  margin-bottom: 20px; }

.register-form .option-form, .login-form .option-form, .purchase_subscription .option-form {
  width: 45%;
  display: inline-grid;
  margin-bottom: 20px; }
  .register-form .option-form label, .login-form .option-form label, .purchase_subscription .option-form label {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 10px;
    display: block; }
  .register-form .option-form input, .login-form .option-form input, .purchase_subscription .option-form input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px; }
  .register-form .option-form select, .login-form .option-form select, .purchase_subscription .option-form select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px; }

.register-form .option-form.rememberme, .login-form .option-form.rememberme, .purchase_subscription .option-form.rememberme {
  display: flex;
  align-items: flex-start;
  flex: 1; }
  .register-form .option-form.rememberme input, .login-form .option-form.rememberme input, .purchase_subscription .option-form.rememberme input {
    width: 30px; }
  .register-form .option-form.rememberme label, .login-form .option-form.rememberme label, .purchase_subscription .option-form.rememberme label {
    width: 50%; }

.register-form button, .login-form button, .purchase_subscription button {
  border: 1px solid #000;
  width: 120px;
  height: 35px;
  color: #000;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition-duration: .3s;
  outline: none;
  background-color: #fff; }

.register-form button:hover, .login-form button:hover, .purchase_subscription button:hover {
  color: #fff;
  background-color: #000; }

.subscriptions h6 {
  font-size: 25px;
  margin-bottom: 20px; }

.subscriptions p {
  margin-bottom: 30px; }

.subscriptions .subscriptions_individual_purchase {
  margin-top: 30px; }

.subscriptions button {
  border: 1px solid #000;
  width: auto;
  height: 35px;
  color: #000;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition-duration: .3s;
  outline: none;
  background-color: #fff; }

.subscriptions button:hover {
  color: #fff;
  background-color: #000; }

.subscriptions .cmp_table tr th {
  padding: 10px;
  font-weight: bold; }

.subscriptions .cmp_table tr td {
  padding: 10px; }

.subscriptions .table-subscription-wrapper {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: center; }
  .subscriptions .table-subscription-wrapper .subscription-table {
    min-width: 300px; }
    .subscriptions .table-subscription-wrapper .subscription-table .table-head tr td {
      border: 3px solid white;
      font-weight: bold;
      background-color: #f5f5f5;
      padding: 10px;
      text-align: center; }
    .subscriptions .table-subscription-wrapper .subscription-table .table-body tr td {
      border: 3px solid white;
      padding: 10px 30px; }

.subscriptions .pay-subscription {
  margin-top: 30px; }
  .subscriptions .pay-subscription .pay-methods {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: center; }
    .subscriptions .pay-subscription .pay-methods a {
      margin: 30px;
      display: inline-block; }
      .subscriptions .pay-subscription .pay-methods a img {
        width: 140px;
        object-fit: cover;
        height: 40px; }

.subscriptions .webpay-summary, .subscriptions .webpay_error {
  margin: 30px 0px;
  width: 100%;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: center; }
  .subscriptions .webpay-summary .webpay-item span:first-child, .subscriptions .webpay_error .webpay-item span:first-child {
    font-weight: bold;
    background-color: #f5f5f5;
    padding: 10px;
    display: inline-block;
    width: 300px;
    margin: 5px; }

.subscriptions .webpay_error div {
  background-color: #f5f5f5;
  padding: 40px;
  font-weight: bold;
  line-height: 20px; }
  .subscriptions .webpay_error div ul {
    list-style: circle; }

.section-suscribete .section-step.step1 .options-revista {
  justify-content: space-around; }

.wizard-info {
  text-align: center;
  margin-top: 50px;
  width: 100%; }

.wizard-user-info {
  display: flex;
  width: 100%;
  flex: 1;
  flex-direction: row;
  justify-content: center; }
  .wizard-user-info .view-profile {
    text-align: center; }
    .wizard-user-info .view-profile a {
      border: 1px solid #000;
      width: 120px;
      height: 35px;
      color: #000;
      font-weight: bold;
      display: inline-block;
      text-decoration: none;
      border-radius: 5px;
      cursor: pointer;
      transition-duration: .3s;
      outline: none;
      line-height: 35px; }
    .wizard-user-info .view-profile a:hover {
      color: #fff;
      background-color: #000; }
  .wizard-user-info .user-data span:first-child {
    font-weight: bold;
    background-color: #f5f5f5;
    padding: 10px;
    display: inline-block;
    width: 200px;
    margin: 5px; }
  .wizard-user-info .user-data span:last-child {
    display: inline-block; }

.section-last-number .box-last-number {
  background-position: center top !important;
  height: 390px !important;
  background-size: calc(100% - 330px) auto !important;
  background-position: right top  !important; }
  @media (max-width: 768px) {
    .section-last-number .box-last-number {
      background-size: 100% auto !important; } }
  .section-last-number .box-last-number .last-number {
    left: 0 !important;
    top: 0 !important; }
    @media (max-width: 768px) {
      .section-last-number .box-last-number .last-number .head {
        position: relative;
        top: -48px; } }
  .section-last-number .box-last-number .suscribete {
    text-decoration: none;
    line-height: 35px;
    color: #3d3d3d;
    width: 120px;
    height: 35px;
    border: none;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition-duration: .3s; }
  .section-last-number .box-last-number .iniciar {
    text-decoration: none;
    line-height: 35px;
    color: #3d3d3d;
    width: 120px;
    height: 35px;
    border: none;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition-duration: .3s; }

.section-last-number .see-more .arrow {
  background-image: url("/plugins/themes/ceptheme/img/arrow-right.png") !important; }

.section-last-number .other-number {
  background-position: center top !important; }

#btn-register {
  text-decoration: none;
  line-height: 35px;
  color: #3d3d3d;
  width: 120px;
  height: 35px;
  border: none;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition-duration: .3s; }

.archives .box-other-numbers {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap; }
  .archives .box-other-numbers .link {
    width: 30%;
    margin: 30px 0; }
    .archives .box-other-numbers .link .other-number {
      background-position: center 15% !important;
      width: 100%;
      height: 260px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: relative;
      display: inline-flex;
      cursor: pointer; }
      .archives .box-other-numbers .link .other-number .info {
        width: 170px;
        height: 165px;
        background-color: #ffffff;
        box-shadow: 0px 0px 5px 0px #e5e5e5;
        padding: 30px 20px;
        position: absolute;
        bottom: 10px;
        left: -20px;
        transition-duration: .3s; }
        .archives .box-other-numbers .link .other-number .info .year {
          font-size: 17px;
          font-weight: bold;
          color: #000; }
        .archives .box-other-numbers .link .other-number .info .number {
          margin: 20px 0;
          font-size: 37px;
          font-weight: bold;
          color: #707070; }
        .archives .box-other-numbers .link .other-number .info .see-more {
          display: flex;
          align-items: center;
          position: absolute;
          bottom: 20px;
          color: #000;
          text-decoration: none; }
          .archives .box-other-numbers .link .other-number .info .see-more:hover span {
            color: #000; }
          .archives .box-other-numbers .link .other-number .info .see-more span {
            font-size: 15px;
            font-weight: bold; }
          .archives .box-other-numbers .link .other-number .info .see-more .arrow {
            width: 20px;
            height: 20px;
            margin-left: 10px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            background-image: url("/plugins/themes/ceptheme/img/arrow-right.png"); }
      .archives .box-other-numbers .link .other-number:hover .info {
        height: 190px;
        background-color: #FFD200;
        box-shadow: none; }
        .archives .box-other-numbers .link .other-number:hover .info .year, .archives .box-other-numbers .link .other-number:hover .info .number {
          color: #000; }
        .archives .box-other-numbers .link .other-number:hover .info .arrow {
          background-image: url("/plugins/themes/ceptheme/img/arrow-right-black.png"); }

.cmp_pagination {
  flex: 1;
  display: flex;
  justify-content: center;
  margin-top: 30px; }
  .cmp_pagination span {
    display: inline-block;
    margin: 0px 30px; }
  .cmp_pagination a {
    color: black;
    font-weight: bold; }

.section-definitions .arrow {
  background-image: url("/plugins/themes/ceptheme/img/arrow-right.png") !important; }

.section-definitions .box-sections:hover .arrow {
  background-image: url("/plugins/themes/ceptheme/img/arrow-right-white.png") !important; }

.icon-pdf {
  background-image: url("/plugins/themes/ceptheme/img/icon-pdf.svg") !important; }

footer .footer-top a {
  display: inline-block;
  width: 150px; }

.warning-message {
  display: flex;
  justify-content: center; }
  .warning-message span {
    display: inline-block;
    padding: 15px;
    color: #b94a48;
    border: 2px solid #eed3d7;
    background-color: #f2dede; }

.info-message {
  display: flex;
  justify-content: center; }
  .info-message span {
    display: inline-block;
    padding: 15px;
    color: #004085;
    border: 2px solid #b8daff;
    background-color: #cce5ff; }

#home .section-about-magazine .details .read-more span {
  width: 150px; }

.reset-password {
  display: flex;
  justify-content: center; }
  .reset-password div:first-child {
    text-align: center; }
    .reset-password div:first-child .recover-email {
      width: 300px;
      padding: 12px;
      border: 1px solid #ccc;
      border-radius: 5px;
      font-size: 15px; }
  .reset-password button {
    width: auto; }

.search-page .search-form .option-form {
  width: 45%;
  display: inline-grid;
  margin-bottom: 20px; }
  .search-page .search-form .option-form label {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 10px;
    display: block; }
  .search-page .search-form .option-form input[type=search], .search-page .search-form .option-form select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
    background-color: white; }
  .search-page .search-form .option-form .dates {
    display: flex;
    justify-content: left; }
    .search-page .search-form .option-form .dates .select-wrapper {
      margin-right: 30px; }

.search-page .search-form .search-button {
  text-align: center; }
  .search-page .search-form .search-button button[type=submit] {
    border: 1px solid #000;
    width: 120px;
    height: 35px;
    color: #000;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition-duration: .3s;
    outline: none;
    background-color: #fff; }
  .search-page .search-form .search-button button[type=submit]:hover {
    color: #fff;
    background-color: #000; }

.filtro {
  background-color: black; }
  .filtro form {
    justify-content: space-around; }
    .filtro form input[type="search"] {
      width: 37%;
      padding: 1.5%; }
    .filtro form input[type="submit"] {
      display: none; }
    .filtro form .filter {
      width: 170px;
      font-size: 12px;
      font-weight: bold;
      color: #000;
      background-color: rgba(0, 0, 0, 0);
      border: 1px solid #000;
      padding: 1.5%;
      border-radius: 5px;
      cursor: pointer;
      transition-duration: .3s;
      text-transform: uppercase; }
    .filtro form .filter:hover {
      background-color: #000;
      color: white; }

.box-editors {
  column-count: unset !important; }
  .box-editors .box {
    margin: 50px !important; }

#indexaciones .logo, #revista .logo {
  background-size: 60% !important;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
  opacity: 0.4; }

#indexaciones .logo:hover, #revista .logo:hover {
  opacity: 1;
  filter: none;
  -webkit-filter: grayscale(0%); }

#revista .logo {
  background-size: 40% !important; }

#revista .section-definitions ul li {
  margin-bottom: 80px; }

.archives .box-other-numbers .link, .section-last-number .box-other-numbers .link {
  width: 21% !important; }
  .archives .box-other-numbers .link .other-number, .section-last-number .box-other-numbers .link .other-number {
    background-position: center top;
    height: 360px !important;
    background-size: 100% auto !important; }
  @media (max-width: 1280px) {
    .archives .box-other-numbers .link, .section-last-number .box-other-numbers .link {
      width: 27% !important; }
      .archives .box-other-numbers .link .other-number, .section-last-number .box-other-numbers .link .other-number {
        height: 400px; } }
  @media (max-width: 768px) {
    .archives .box-other-numbers .link, .section-last-number .box-other-numbers .link {
      width: 40% !important; }
      .archives .box-other-numbers .link .other-number, .section-last-number .box-other-numbers .link .other-number {
        height: 360px !important; } }
  @media (max-width: 500px) {
    .archives .box-other-numbers .link, .section-last-number .box-other-numbers .link {
      width: 90% !important; }
      .archives .box-other-numbers .link .other-number, .section-last-number .box-other-numbers .link .other-number {
        background-position: center top;
        height: 550px !important; } }

#informacion .section-normas {
  padding-bottom: 0px; }

#informacion .section-references .download-pdf {
  margin: 50px 5% 0; }

.pointer {
  cursor: pointer; }

#form-contact {
  margin-bottom: 100px;
  float: left; }

@media (max-width: 1024px) {
  .header {
    display: none; } }

@media (max-width: 1024px) {
  .header-responsive {
    display: block; } }

.section-online-first .autor {
  padding-right: 15px; }

.payment-success-title {
  font-size: 36px;
  text-align: center;
  font-weight: bold; }

.subscriptions_institutional h6 {
  text-align: center; }

.slider-1 {
  position: relative;
  float: left;
  width: 100%; }
  .slider-1 .slide .content {
    padding: 220px 15% 130px 5%;
    color: #fff;
    z-index: 3;
    position: relative;
    z-index: 2;
    width: 100%;
    float: left; }
  .slider-1 .slide .title {
    font-size: 85px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    float: left; }
    .slider-1 .slide .title span {
      color: #FFD200; }
  .slider-1 .slide .description {
    width: 50%;
    margin-top: 10px;
    float: left;
    clear: both; }
    .slider-1 .slide .description p {
      font-size: 17px;
      line-height: 140%;
      color: #fff; }
    .slider-1 .slide .description:last-child {
      margin-bottom: 0; }
  .slider-1 .slide a {
    cursor: pointer;
    text-decoration: none;
    margin-top: 20px;
    clear: both;
    float: left;
    width: 150px;
    height: 50px;
    font-size: 20px;
    border: none;
    color: #FFD200;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer; }
    .slider-1 .slide a .uppercase {
      width: auto !important; }
    .slider-1 .slide a .arrow {
      width: 50px;
      height: 100%;
      background-image: url("/plugins/themes/ceptheme/img/arrow-right.png") !important;
      background-repeat: no-repeat;
      background-position: center;
      transition-duration: .3s; }
    .slider-1 .slide a span {
      width: 100px;
      text-align: center;
      font-weight: bold; }
    .slider-1 .slide a .arrow {
      width: 50px;
      height: 100%;
      background-image: url("../../img/arrow-right.png");
      background-repeat: no-repeat;
      background-position: center;
      transition-duration: .3s; }
    .slider-1 .slide a span {
      color: #FFD200; }
  .slider-1 .slide a:hover .arrow {
    transform: translate(10px, 0); }
  .slider-1 .slide img.cover,
  .slider-1 .slide .veil {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .slider-1 .slide img.cover {
    object-fit: cover;
    z-index: -1; }
  .slider-1 .slide .veil {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5); }

ul.slick-dots {
  bottom: 50px;
  left: 5%;
  width: auto; }
  ul.slick-dots li {
    margin: 2.5px 0; }
  ul.slick-dots button::before {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1; }
  ul.slick-dots.slick-active::before {
    color: #FFD200; }

.uppercase {
  text-transform: uppercase; }

.hide {
  display: none; }

.fw-bold {
  font-weight: bold; }

.pkp_page_article.pkp_op_view .header_view {
  display: none; }

#pdfCanvasContainer {
  height: 100%; }

.pre {
  font-size: 15px; }

strong {
  font-weight: bold; }

.format-text a, .format-text a:hover, .format-text a:visited {
  color: #004555; }

.format-text a:hover {
  text-decoration: underline; }

.profiles {
  grid-template-columns: repeat(3, 1fr); }

.header nav ul .active::after {
  left: 0; }

.header-responsive .menu_bar .bt-menu {
  height: 45px; }

.message {
  color: white;
  width: 100%;
  margin: 10px 0px;
  border: 1px solid;
  padding: 10px; }

.message.error {
  background-color: #f8d7da;
  color: #721c24; }

.message.success {
  background-color: #d4edda;
  color: #155724; }

.inline-block {
  display: inline-block; }

.input-form-notes {
  margin-top: 5px;
  font-size: 11px; }

.search-page .search-form #query {
  padding: 12px; }

.search-page .search-form .authors {
  padding: 12px; }

.search-page .search-form .search-button {
  width: 90%;
  text-align: right !important; }

.search-page .search-form select {
  margin: 0px 5px; }

.search-page h4 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 30px; }

.search-page .search_results {
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: wrap; }
  .search-page .search_results a {
    margin: 10px;
    background-color: white;
    display: inline-block;
    padding: 30px;
    border-top: 10px solid #FFD200;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    color: black;
    text-decoration: none; }
    .search-page .search_results a h6, .search-page .search_results a h7 {
      font-size: 14px;
      margin-bottom: 5px; }
    .search-page .search_results a h7 {
      margin-top: 5px;
      font-size: 12px;
      font-style: italic; }

#single-numero .section-article .other-articles {
  flex-wrap: wrap; }

#subscription-app {
  padding: 100px 5%; }
  #subscription-app .impreso-digital {
    background-image: url("/plugins/themes/ceptheme/img/option-impreso-digital.png"); }
  #subscription-app .impreso {
    background-image: url("/plugins/themes/ceptheme/img/option-impreso.png"); }
  #subscription-app .digital {
    background-image: url("/plugins/themes/ceptheme/img/option-digital.png"); }
  #subscription-app .slick-dots {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center; }
  #subscription-app .description {
    margin-bottom: 70px; }
    @media screen and (max-width: 768px) {
      #subscription-app .description {
        width: 80%; } }
  #subscription-app .section-step {
    margin-top: 0px; }
  #subscription-app .number {
    height: 190px; }
    #subscription-app .number .wizard-issue-select {
      font-weight: bold; }
  #subscription-app .slick-next, #subscription-app .slick-prev {
    display: none !important; }
  #subscription-app .step1 .options-subscription {
    display: block;
    width: 30%;
    justify-content: unset;
    align-items: unset;
    float: left; }
    #subscription-app .step1 .options-subscription .option {
      width: 100%;
      margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      #subscription-app .step1 .options-subscription {
        width: 100%; } }
  #subscription-app .step1 .right-box-subscription {
    width: 100%;
    float: left;
    padding: 25px; }
    @media screen and (max-width: 768px) {
      #subscription-app .step1 .right-box-subscription {
        width: 100%;
        padding: 0px; } }
    #subscription-app .step1 .right-box-subscription span {
      float: left;
      width: 100%;
      margin-bottom: 30px;
      display: block;
      font-size: 18px; }
    #subscription-app .step1 .right-box-subscription .title-subscription-type {
      background-color: #e0bb0c;
      color: white;
      font-weight: bold;
      padding: 15px;
      border-radius: 5px;
      width: 95%;
      margin-left: 5px; }
    #subscription-app .step1 .right-box-subscription .options-revista {
      float: left;
      width: 100%;
      margin-top: 0px; }
      @media screen and (max-width: 768px) {
        #subscription-app .step1 .right-box-subscription .options-revista h6 {
          min-height: 55px; } }
      #subscription-app .step1 .right-box-subscription .options-revista div {
        width: 45%;
        margin-right: 2.5%; }
      #subscription-app .step1 .right-box-subscription .options-revista .option {
        padding-bottom: 15px !important;
        min-height: 450px;
        width: 40%; }
        @media screen and (max-width: 768px) {
          #subscription-app .step1 .right-box-subscription .options-revista .option {
            width: 100%;
            min-height: 550px; } }
      #subscription-app .step1 .right-box-subscription .options-revista .details {
        margin-bottom: 0px; }
        @media screen and (max-width: 768px) {
          #subscription-app .step1 .right-box-subscription .options-revista .details {
            min-height: 160px; } }
    #subscription-app .step1 .right-box-subscription .type.impreso-digital, #subscription-app .step1 .right-box-subscription .type.digital {
      margin: 0 auto;
      height: 100px; }
    #subscription-app .step1 .right-box-subscription .price {
      width: 100% !important;
      display: flex; }
      #subscription-app .step1 .right-box-subscription .price span {
        margin-bottom: 5px !important; }
    #subscription-app .step1 .right-box-subscription .details {
      height: auto !important; }
    #subscription-app .step1 .right-box-subscription hr {
      float: left;
      width: 100%; }
  #subscription-app .wizard-info {
    margin-top: 20px !important; }
  #subscription-app .container-botones {
    margin-top: 0px !important; }
  #subscription-app .form-holder .option-form {
    margin-right: 2.5%; }
  #subscription-app .step2 .register-form {
    margin-bottom: 10px; }
    #subscription-app .step2 .register-form .actions {
      text-align: center; }
      #subscription-app .step2 .register-form .actions .optin-privacy {
        font-size: 12px; }
  #subscription-app .step3 .options-subscription {
    display: flex;
    width: 100%;
    justify-content: unset;
    align-items: unset;
    float: left;
    justify-content: space-around;
    margin-bottom: 10px; }
    #subscription-app .step3 .options-subscription .option {
      box-shadow: 0px 0px 5px 0px #e5e5e5;
      width: 30%;
      margin-bottom: 15px;
      cursor: pointer;
      background-color: #fff;
      border-top: 5px solid #FFD200;
      padding: 15px 15px;
      font-weight: bold;
      text-align: center; }
    #subscription-app .step3 .options-subscription .option:hover {
      background-color: #e0bb0c; }
    @media screen and (max-width: 768px) {
      #subscription-app .step3 .options-subscription {
        width: 100%; } }
  #subscription-app .step3 .type-suscription .suscription {
    width: 48%;
    height: unset;
    padding: 25px 25px; }
    #subscription-app .step3 .type-suscription .suscription .price {
      margin-bottom: 0px; }
  #subscription-app .step3 .number {
    box-shadow: 0px 0px 5px 0px #e5e5e5;
    height: 190px;
    margin-top: 30px;
    margin-bottom: 20px; }
  #subscription-app .step4 .payment-method {
    height: unset;
    margin-top: 0px; }
  #subscription-app .step4 .container-confirmation {
    margin-top: 25px;
    margin-bottom: 25px; }
    #subscription-app .step4 .container-confirmation ul {
      margin: 25px 0px; }
    #subscription-app .step4 .container-confirmation .type-suscription {
      height: 230px; }

.payment-method .webpay {
  background-image: url("/plugins/themes/ceptheme/img/webpay.png") !important; }

.payment-method .paypal {
  background-image: url("/plugins/themes/ceptheme/img/paypal.png") !important; }
