﻿@import url("https://fonts.googleapis.com/css?family=Mukta+Mahee:200,300,400,500,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&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
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1;
	scrollbar-width: 20px
}

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
}

* {
	box-sizing: border-box
}

a {
	text-decoration: none !important
}

.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
}

.content-spinner {
	position: fixed;
	z-index: 20;
	height: 100vh;
	background: #f6faff;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 20px
}

.content-spinner img {
	max-width: 250px
}

.content-spinner .spinner {
	border-radius: 50%;
	border: 4px solid #FFD200;
	border-left-color: transparent;
	width: 100px;
	height: 100px;
	animation: spin 1s linear infinite
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}

#staticModal {
	position: fixed;
	z-index: 20;
	height: 100vh;
	background: #0404047d;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	justify-content: center;
	align-items: center
}

#staticModal .contentModal {
	position: relative;
	height: 300px;
	width: 100%;
	background-color: #ffff;
	z-index: 21;
	max-width: 90%;
	border-radius: 25px;
	box-shadow: 20px 26px 0px #5eabe72e;
	border: 1px solid #9EC7EF;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 40px;
	padding: 40px
}

#staticModal .contentModal h3 {
	text-align: left;
	font-family: 'DM Sans', sans-serif !important;
	font-weight: bold;
	font-size: 21px;
	line-height: 27px;
	letter-spacing: 0px;
	color: #49494A;
	opacity: 1
}

#staticModal .contentModal .remove_field {
	cursor: pointer;
	position: absolute;
	top: -50px;
	background-color: #fff;
	padding: 5px;
	border-radius: 50px;
	right: -20px
}

#staticModal .contentModal .csl-left-margin {
	display: none
}

#staticModal .contentModal .csl-right-inline,
#staticModal .contentModal .csl-entry {
	font-weight: 400;
	text-align: center;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0px;
	color: #000000;
	line-height: 30px
}

.citation .csl-left-margin {
	display: none
}

.d-none {
	display: none !important
}

.section {
	padding: 60px 5%;
	position: relative
}

.grid-column-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px
}

.grid-column-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px
}

.view-more {
	text-align: left;
	font-weight: 600;
	font-family: "Montserrat", sans-serif !important;
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 0.12px;
	color: #49494A;
	text-transform: uppercase;
	opacity: 1;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 5px
}

.view-more .arrow-view-more {
	height: 15px !important;
	width: auto !important;
	margin: 0 5px 0 !important
}

.view-more:hover {
	transform: scale(1.01);
	margin-left: 2px
}

.view-more:hover .arrow-view-more {
	-webkit-transform: translateX(0.7rem);
	transform: translateX(0.7rem)
}

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

.top-info {
	height: 19px;
	background: #000;
	border-radius: 10px;
	position: absolute;
	left: 35px;
	top: 15px;
	transition-duration: .3s;
	text-align: left;
	font-size: 10px;
	line-height: 13px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500;
	letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 6
}

.title {
	font-size: 55px;
	font-weight: bold;
	color: #49494A;
	font-family: "DM Sans", sans-serif !important
}

.title4 {
	font-size: 40px;
	font-weight: bold;
	color: #49494A;
	font-family: "DM Sans", sans-serif !important
}

.title4 span {
	color: #FFD200
}

.headerBanner {
	background-color: #042033;
	background-image: url(../img/trama-negra-odificada.png);
	height: 500px;
	border-radius: 0px 0px 25px 25px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 3 !important;
	z-index: 3 !important;
	overflow: visible !important
}

.headerBanner .breadcrumbs {
	position: absolute;
	z-index: 7;
	left: 5%;
	top: 5%;
	display: flex;
	gap: 5px;
	justify-content: center;
	align-items: center
}

.headerBanner .breadcrumbs a:nth-child(1) {
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 16px;
	font-family: 'Montserrat', sans-serif !important;
	text-decoration: none;
	font-weight: 400
}

.headerBanner .breadcrumbs img {
	height: 10px;
	filter: invert(1)
}

.headerBanner .breadcrumbs a:nth-child(3) {
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 16px;
	font-family: 'Montserrat', sans-serif !important;
	text-decoration: none;
	font-weight: 600
}

.headerBanner img.right,
.headerBanner img.left {
	max-width: 55%;
	height: 500px;
	object-fit: none;
	width: 100%;
	overflow: hidden;
	object-fit: cover;
	object-position: center
}

.headerBanner img.right {
	float: right;
	border-radius: 0 0 25px 0
}

.headerBanner img.left {
	float: left;
	border-radius: 0 0 0 25px
}

.headerBanner .shareSocialNetworkHeader {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 25px;
	background-color: #fff;
	padding: 0px 25px;
	border-radius: 54px;
	position: absolute;
	bottom: -28px;
	left: 5%;
	height: 65px
}

.headerBanner .shareSocialNetworkHeader p {
	text-align: left;
	font-size: 14px;
	line-height: 21px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif !important;
	letter-spacing: 0px;
	color: #000000;
	text-transform: uppercase;
	opacity: 0.8;
	display: flex;
	align-items: center;
	gap: 10px
}

.headerBanner .shareSocialNetworkHeader .socialItem,
.headerBanner .shareSocialNetworkHeader a img {
	width: 40px;
	height: 40px
}

.headerBanner .shareSocialNetworkHeader .socialItem:hover,
.headerBanner .shareSocialNetworkHeader a img:hover {
	transform: scale(1.04)
}

.headerBanner h2 {
	text-align: left;
	font-size: 60px;
	line-height: 68px;
	font-weight: bold;
	font-family: "DM Sans", sans-serif !important;
	letter-spacing: 0px;
	color: #FFFFFF;
	position: absolute;
	opacity: 1;
	top: 200px;
	left: 5%;
	max-width: 35%
}

.main-section {
	position: relative;
	overflow: hidden;
	margin-top: 140px
}

.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%, #000 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: 60%;
	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%
}

#AudioVisuals-page .main-section {
	margin-top: 120px
}

.audioVisuals {
	margin-top: -15px;
	background-image: url(../img/círculo-gris.png);
	background-position: 120% -140px;
	background-size: 550px;
	background-repeat: no-repeat;
	position: relative
}

.audioVisuals .section-sidebar {
	min-height: 1600px
}

.audioVisuals .veilBlue {
	position: absolute;
	background-color: #3d8fde;
	background: linear-gradient(180deg, rgba(61, 143, 222, 0.15) 0%, rgba(158, 199, 239, 0.15) 34%);
	width: 100%;
	height: 100%;
	z-index: 0
}

.audioVisuals .desktop-sidebar {
	margin-top: 120px
}

.audioVisuals .PodcastItems h3 {
	text-align: left;
	font-family: "DM Sans", sans-serif !important;
	font-size: 50px;
	line-height: 55px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	margin-bottom: 30px
}

.audioVisuals a {
	text-decoration: none !important
}

.audioVisuals a .btn-black {
	margin: 0 auto;
	display: block;
	text-decoration: none;
	background: #000000 0% 0% no-repeat padding-box;
	border-radius: 25px;
	opacity: 1;
	width: 154px;
	height: 40px;
	font-size: 14px;
	letter-spacing: 0.14px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
	font-weight: 600;
	font-family: "Montserrat", sans-serif !important;
	line-height: 26px;
	border: none
}

.audioVisuals a .btn-black:hover {
	transform: scale(1.02)
}

.audioVisuals .SectionMoreVideo {
	padding: 100px 5% 40px
}

.SectionMoreVideo {
	padding: 50px 0 100px
}

.SectionMoreVideo h2 {
	text-align: left;
	font-family: "DM Sans", sans-serif !important;
	font-size: 50px;
	line-height: 55px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	margin-bottom: 30px
}

.SectionMoreVideo a {
	text-decoration: none
}

.StyleSingleItem {
	position: relative;
	max-height: 450px
}

.StyleSingleItem:hover .imgItem {
	transform: scale(1.02)
}

.StyleSingleItem:hover .arrow-view-more {
	-webkit-transform: translateX(0.7rem);
	transform: translateX(0.7rem)
}

.StyleSingleItem .tagCat {
	height: 19px;
	background: #000;
	border-radius: 10px;
	position: absolute;
	left: 35px;
	top: 15px;
	transition-duration: .3s;
	text-align: left;
	font-size: 10px;
	line-height: 13px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500;
	letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 6
}

.StyleSingleItem .imgItem {
	display: block;
	margin: 0 auto;
	width: 90%;
	border-radius: 20px;
	height: 220px;
	object-fit: cover;
	position: relative;
	z-index: 5
}

.StyleSingleItem .contentDescripSingle {
	padding: 190px 30px 44px;
	width: 100%;
	height: 360px;
	z-index: 2;
	background-color: #fff;
	position: relative;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #0D73D666;
	border-radius: 18px;
	left: 0px;
	top: -160px;
	transition-duration: .3s;
	box-shadow: 5px 10px 10px #49494a20
}

.StyleSingleItem .contentDescripSingle h4 {
	text-align: left;
	font-family: 'DM Sans', sans-serif !important;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #000000;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	min-height: 70px
}

.StyleSingleItem .contentDescripSingle p {
	font-size: 12px;
	line-height: 21px;
	font-family: "Montserrat", sans-serif !important;
	font-weight: 700;
	letter-spacing: 0px;
	color: #000000;
	text-transform: uppercase;
	opacity: 0.8;
	margin: 15px 0
}

.StyleSingleItem .contentDescripSingle a .view-more {
	text-decoration: none
}

.containerSingle {
	padding: 200px 0 100px;
	background: #3d8fde;
	background: linear-gradient(180deg, rgba(61, 143, 222, 0.15) 0%, rgba(158, 199, 239, 0.15) 34%)
}

.containerSingle .firts-section {
	padding: 0 5%
}

.containerSingle .firts-section .titleSingle {
	text-align: left;
	font-family: "DM Sans", sans-serif !important;
	font-size: 32px;
	line-height: 36px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	margin: 50px 0 30px
}

.containerSingle p {
	text-align: left;
	font-family: "Montserrat", sans-serif !important;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	max-width: 80%
}

.containerSingle .shareSocialNetwork {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 25px;
	background-color: #fff;
	padding: 0px 25px;
	border-radius: 54px;
	height: 80px;
	width: 484px;
	max-width: 100%;
	margin-top: 60px
}

.containerSingle .shareSocialNetwork p {
	text-align: left;
	font-size: 14px;
	line-height: 21px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif !important;
	letter-spacing: 0px;
	color: #000000;
	text-transform: uppercase;
	opacity: 0.8;
	display: flex;
	align-items: center;
	gap: 10px
}

.containerSingle .shareSocialNetwork a {
	text-decoration: none
}

.containerSingle .shareSocialNetwork a img {
	width: 40px;
	height: 40px
}

.containerSingle iframe {
	width: 100%;
	height: 496px;
	display: block;
	margin: 0 auto;
	max-width: 100%
}

.containerSingle .SectionMoreVideo {
	padding: 50px 0 0px
}

.btn-sidebar {
	display: none;
	position: fixed;
	right: 0;
	top: 40%;
	background-color: #FFD200;
	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: 12
}

.btn-sidebar:hover {
	transform: scale(1.02)
}

.btn-sidebar:focus {
	outline: none
}

.sidebar-responsive {
	display: none
}

.sidebar {
	width: 360px;
	height: 1400px;
	padding: 50px 3% 100px 3%;
	position: absolute;
	background-color: #fff;
	z-index: 3;
	top: 0;
	right: 5%;
	background: #fff;
	border: 1px solid #9EC7EF;
	border-radius: 20px;
	opacity: 1;
	box-shadow: 20px 26px 0px #5eabe720;
	max-height: 100%
}

.sidebar .title-sideBar {
	text-align: center;
	font-weight: bold;
	font-family: "DM Sans", sans-serif !important;
	font-size: 32px;
	line-height: 38px;
	letter-spacing: 0px;
	color: #49494A;
	text-transform: uppercase;
	opacity: 1
}

.sidebar h5 {
	text-align: left;
	font-weight: bold;
	font-family: "DM Sans", sans-serif !important;
	font-size: 18px;
	line-height: 38px;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	margin: 0
}

.sidebar form input {
	width: 100%;
	margin-top: 30px;
	padding: 10px 20px;
	border: 1px solid #49494A66;
	border-radius: 23px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #707073;
	height: 45px;
	width: 100%
}

.sidebar form label {
	text-align: left;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0px;
	color: #49494A;
	opacity: 0.8
}

.sidebar #form-login .group-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 30px 0
}

.sidebar .lostPassword {
	text-align: center;
	text-decoration: underline;
	border: none;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0px;
	color: #000000;
	opacity: 0.8
}

::-moz-scrollbar {
	width: 10px;
	height: 20px
}

::-webkit-scrollbar {
	width: 10px;
	height: 20px
}

::-webkit-scrollbar-thumb {
	background-color: #0C3F61;
	border-radius: 5px;
	opacity: .8
}

::-webkit-scrollbar-thumb:hover {
	opacity: 1;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2)
}

::-webkit-scrollbar-thumb:active {
	background-color: #0C3F61
}

::-webkit-scrollbar-track {
	width: 10px;
	background-color: #D4DFF5;
	border-radius: 4px
}

::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
	background: #D4DFF5
}

h4 {
	text-align: center;
	font-size: 25px;
	font-weight: bold
}

h5 {
	margin: 30px 0;
	font-size: 19px;
	font-weight: bold;
	text-align: left
}

form {
	margin: 50px 0;
	text-align: center
}

form .group-button {
	margin: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center
}

form .group-button #btn-register {
	text-align: center;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 0.14px;
	color: #49494A;
	opacity: 0.8;
	margin: 0;
	border-radius: 25px;
	border: 1px solid #49494a;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	width: 153px;
	height: 40px;
	position: relative;
	left: -10px
}

form .group-button #btn-register:hover {
	transform: scale(1.02)
}

form .group-button #btn-suscribirse {
	background: #FFD200 0% 0% no-repeat padding-box;
	text-align: center;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 0.14px;
	color: #000;
	opacity: 1;
	margin: 0;
	border-radius: 25px;
	border: 1px solid #FFD200;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 153px;
	height: 40px;
	display: block;
	margin: 0 auto
}

form .group-button #btn-suscribirse:hover {
	transform: scale(1.02)
}

form .group-button #btn-login {
	background: #FFD200 0% 0% no-repeat padding-box;
	text-align: center;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 0.14px;
	color: #303030;
	opacity: 1;
	margin: 0;
	border-radius: 25px;
	border: 1px solid #FFD200;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 172px;
	height: 40px;
	position: relative;
	right: -10px
}

form .group-button #btn-login:hover {
	transform: scale(1.02)
}

form button {
	width: 120px;
	height: 35px;
	color: #000;
	font-weight: bold;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition-duration: .3s;
	outline: none
}

form button:hover {
	transform: scale(1.02)
}

#form-login div {
	display: flex;
	align-items: center;
	margin-top: 20px
}

#form-login div input {
	width: inherit;
	margin: 0;
	padding: 0;
	margin-right: 10px
}

.information {
	margin: 30px 0
}

.information table {
	width: 100%
}

.information table tr td {
	text-align: left;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif !important;
	line-height: 28px;
	letter-spacing: 0px;
	color: #000000;
	opacity: 0.8
}

.information table tr td:first-child {
	font-weight: 600
}

.information table tr td:last-child {
	font-weight: 400
}

.newsletter p {
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 15px !important;
	font-family: "Montserrat", sans-serif !important;
	text-align: left;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1
}

.newsletter #form-newsletter {
	margin: 10px 0
}

.newsletter #form-newsletter .group-button {
	display: inherit
}

.actual .info {
	display: flex
}

.actual .info .img-info {
	width: 80px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	margin-right: 10px
}

.actual .info .info1 {
	background-image: url("../../img/actual1.png")
}

.actual .info .info2 {
	background-image: url("../../img/actual2.png")
}

.actual .info .info3 {
	background-image: url("../../img/actual3.png")
}

.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 {
	overflow-x: scroll;
	overflow-y: hidden
}

hr {
	background-color: #49494A;
	opacity: .2
}

.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%, #000 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%, #000 0%, rgba(0, 0, 4, 0.75) 0%, rgba(0, 0, 0, 0) 100%, #00d4ff 100%)
}

.control-slider {
	bottom: 50px;
	position: absolute;
	left: 5.5%
}

.control-slider .slick-arrow {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition-duration: .3s
}

.control-slider .slick-prev {
	background-color: white !important;
	left: 15px;
	background-image: url(../img/arrow-left-new.png);
	border-radius: 56px;
	width: 40px;
	height: 40px;
	filter: invert(1);
	background-size: auto 15px;
	background-position: center;
	background-repeat: no-repeat;
	transition-duration: .3s
}

.control-slider .slick-next {
	background-color: white !important;
	right: -110px;
	background-image: url(../img/arrow-right-new.png);
	border-radius: 56px;
	width: 40px;
	height: 40px;
	filter: invert(1);
	background-size: auto 15px;
	background-position: center;
	background-repeat: no-repeat;
	transition-duration: .3s
}

select {
	-webkit-appearance: none
}

.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)
	}
}

.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 {
	box-shadow: 0px 2px 10px -3px #ccc;
	margin-bottom: 3px;
	background-color: transparent !important;
	border-radius: 54px
}

.filtro form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px;
	background-color: #fff;
	border-radius: 54px;
	margin-top: -60px;
	margin-bottom: 30px
}

.filtro form input,
.filtro form select {
	width: 230px;
	padding-bottom: 5px;
	font-size: 15px;
	font-weight: 300;
	border: none;
	color: #49494A;
	border: 1px solid #49494A80;
	border-radius: 25px;
	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
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 60px;
	position: relative;
	z-index: 2;
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	height: 120px;
	box-shadow: 5px 10px 10px #49494a20
}

.header .menu-home img {
	max-width: 250px
}

.header .menu-home:hover {
	transform: scale(1.2)
}

.header nav {
	width: 70%
}

.header nav ul {
	width: 100%
}

.header nav ul a {
	text-decoration: none;
	position: relative
}

.header nav ul a li {
	padding: 10px 0;
	text-align: center;
	transition-duration: .2s
}

.header nav ul a li:hover {
	color: #FFC200;
	opacity: 1
}

.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 .active {
	color: #FFD200 !important
}

.header nav ul #menu-suscribete {
	color: #000;
	padding: 0 20px;
	max-height: 37px;
	width: 118px;
	background: #FFD200 0% 0% no-repeat padding-box;
	border-radius: 25px;
	opacity: 1
}

.header nav ul #menu-suscribete:hover {
	color: #FFD200;
	background: #000
}

.header nav ul #contact-us {
	background-color: #FFD200
}

.header nav ul #contact-us:hover {
	opacity: 1
}

.header nav .menu-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

.header nav .menu-top .cep-chile {
	display: flex;
	align-items: center;
	gap: 5px
}

.header nav .menu-top a {
	text-align: right;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0px;
	color: #000000;
	text-transform: uppercase;
	opacity: 0.6;
	margin: 0 14px 0 0
}

.header nav .menu-top #menu-suscribete {
	margin-top: 6px
}

.header nav .menu-bottom {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	gap: 10px
}

.header nav .menu-bottom a {
	text-align: right;
	font-size: 15px;
	line-height: 20px;
	font-family: 'Montserrat' !important;
	font-weight: 500;
	letter-spacing: 0px;
	color: #000000;
	text-transform: uppercase;
	opacity: 0.9
}

.header-responsive {
	display: none;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10
}

.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: 100%;
	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: #0d73d608;
	background-image: url(../img/background-footer.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

footer .footer-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 5%;
	padding: 160px 0 30px 0
}

footer .footer-top img {
	width: 250px
}

footer .footer-top a {
	text-decoration: none
}

footer .menu-footer {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin: 40px 5%;
	align-items: flex-start
}

footer .menu-footer .widget {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border-top: 2px solid #000;
	padding-top: 20px;
	width: 40%
}

footer .menu-footer .widget li {
	margin: 15px 0
}

footer .menu-footer .widget li a {
	text-decoration: none
}

footer .menu-footer .widget li span {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	transition-duration: .3s;
	text-align: left;
	line-height: 18px;
	font-family: "Montserrat", sans-serif !important;
	letter-spacing: 0px;
	color: #000000;
	text-transform: uppercase
}

footer .menu-footer .widget.widget-contact {
	grid-template-columns: repeat(1, 1fr);
	width: 20%
}

footer .footer-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 5%;
	font-size: 14px;
	background-color: #e4f2ff;
	text-align: center
}

footer .footer-bottom p {
	font-size: 12px;
	line-height: 15px;
	font-family: "Montserrat", sans-serif !important;
	font-weight: 500;
	letter-spacing: 0px;
	color: #49494A;
	text-transform: uppercase;
	opacity: 0.8
}

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 {
	background: #49494a;
	background: linear-gradient(180deg, rgba(73, 73, 74, 0.15) 0%, rgba(73, 73, 74, 0) 100%)
}

#home .main-section {
	margin-top: 120px
}

#home .slider-1 {
	position: relative;
	float: left;
	width: 100%
}

#home .slider-1 .slick-prev {
	left: 55%;
	background-image: url(../img/arrow-left-new.png)
}

#home .slider-1 .slick-next {
	right: 39%;
	background-image: url(../img/arrow-right-new.png)
}

#home .slider-1 .slick-prev,
#home .slider-1 .slick-next {
	background-color: white;
	top: auto;
	bottom: 13%;
	padding: 20px;
	border-radius: 25px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	z-index: 5
}

#home .slider-1 .slide .content-general {
	display: flex;
	max-height: 700px
}

#home .slider-1 .slide .content-img-left {
	max-width: 50%;
	border-radius: 0 0 0 25px
}

#home .slider-1 .slide .content-img-left .img-left {
	max-width: 100%;
	height: 700px;
	max-width: 100%;
	object-fit: cover;
	border-radius: 0 0 0 25px
}

#home .slider-1 .slide .content {
	padding: 100px 5% 130px 5%;
	color: #fff;
	z-index: 3;
	position: relative;
	z-index: 2;
	width: 50%;
	float: left
}

#home .slider-1 .slide .content .ep {
	width: 101px;
	height: 60px;
	margin-bottom: 40px
}

#home .slider-1 .slide .content .title {
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	float: none;
	font-family: 'DM Sans', sans-serif !important;
	text-align: left
}

#home .slider-1 .slide .content .title span {
	color: #FFD200
}

#home .slider-1 .slide .content .description {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 40px
}

#home .slider-1 .slide .content .description p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	font-family: 'Montserrat', sans-serif !important;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	color: #ffffff
}

#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
}

#home .slider-1 .slide .content a span {
	background-color: #FFD200;
	width: 125px !important;
	height: 40px;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.14px;
	color: #000000;
	text-transform: uppercase;
	opacity: 1;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif !important
}

#home .slider-1 .slide .content a span:hover {
	background-color: #000;
	color: white;
	transition: all ease-in-out .4s
}

#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;
	background-color: rgba(0, 0, 0, 0.85);
	border-radius: 0 0 25px 25px
}

#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-sidebar #fullTextSearch {
	justify-content: flex-start;
	padding-left: 5%
}

#home .section-sidebar #fullTextSearch .search-full {
	margin-top: 20px;
	text-align: left;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0.12px;
	color: #49494A;
	text-transform: uppercase;
	opacity: 1;
	cursor: pointer
}

#home .section-sidebar .content-search-forms .filtro {
	z-index: 9;
	box-shadow: none
}

#home .section-sidebar .search-component {
	background-color: #fff;
	border-radius: 54px;
	padding: 50px 35px
}

#home .section-sidebar .search-component .type-field {
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0px;
	color: #000000
}

#home .section-sidebar .search-component .conditions {
	position: relative;
	margin-top: 20px
}

#home .section-sidebar .search-component .conditions .remove_field {
	position: absolute;
	top: -5px;
	right: 5px;
	border-radius: 50px;
	background-color: #f5f5f5;
	padding: 6px 8px;
	display: flex;
	justify-content: center;
	align-items: center
}

#home .section-sidebar .search-component h3 {
	text-align: left;
	font-family: 'DM Sans', sans-serif !important;
	font-weight: bold;
	font-size: 21px;
	line-height: 27px;
	letter-spacing: 0px;
	color: #49494A;
	opacity: 1
}

#home .section-sidebar .search-component .mx-datepicker svg {
	display: none
}

#home .section-sidebar .search-component input.field_value,
#home .section-sidebar .search-component #query {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #49494A80;
	border-radius: 25px;
	opacity: 1;
	padding: 10px 20px;
	background-image: url(../img/lupa.png);
	background-repeat: no-repeat;
	background-size: 23px;
	background-position: 94% center;
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0px;
	color: #707073;
	height: 45px
}

#home .section-sidebar .search-component input.field_value {
	margin: 0 15px
}

#home .section-sidebar .search-component .fieldOperator {
	max-width: 90px
}

#home .section-sidebar .search-component select,
#home .section-sidebar .search-component .mx-datepicker input {
	padding: 10px 20px;
	border: 1px solid #49494A80;
	border-radius: 25px;
	font-size: 16px;
	font-family: 'Montserrat' !important;
	background-color: white;
	text-align: left;
	line-height: 27px;
	letter-spacing: 0px;
	color: #707073;
	margin: 0 0 10px;
	height: 45px;
	background-image: url(../img/arrow-down.png);
	background-repeat: no-repeat;
	background-size: 27px;
	background-position: 97% center
}

#home .section-sidebar .search-component .mx-datepicker input {
	border: 1px solid #0D73D680 !important
}

#home .section-sidebar .search-component .add_operator {
	text-align: left;
	font-size: 12px;
	line-height: 26px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0.12px;
	color: #49494A;
	text-transform: uppercase;
	opacity: 1
}

#home .section-sidebar .search-component .add_operator .plus {
	font-size: 22px;
	position: relative;
	margin-left: 5px;
	top: 2px
}

#home .section-sidebar .search-component .yearFilter {
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0px;
	color: #000000
}

#home .section-sidebar .search-component .label-radio {
	text-align: left;
	font-size: 12px;
	line-height: 22px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0px;
	color: #000000;
	text-transform: uppercase;
	opacity: 0.9
}

#home .section-sidebar .search-component .submit {
	border: 0px;
	width: 100%;
	height: 46px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 25px;
	cursor: pointer;
	transition-duration: .3s;
	outline: none;
	background-color: #FFD200;
	text-align: center;
	font-family: "Montserrat", Sans serif !important;
	letter-spacing: 0.14px;
	color: #303030
}

#home .section-sidebar .sidebar {
	top: -60px
}

#home .section-last-number {
	padding: 0px 5% 50px 5%
}

#home .section-last-number .head {
	margin-bottom: 100px;
	text-align: left;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	font-family: 'DM Sans', sans-serif !important;
	font-size: 50px;
	line-height: 55px;
	font-weight: bold
}

#home .section-last-number .box-last-number {
	margin-top: 0;
	background-size: calc(100% - 330px) auto !important;
	background-position: right top !important;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	gap: 5%;
	justify-content: space-between;
	align-items: flex-end
}

#home .section-last-number .box-last-number .box-other-numbers {
	display: flex;
	width: 30%;
	margin-top: -20px
}

#home .section-last-number .box-last-number .box-other-numbers .link {
	width: 100% !important
}

#home .section-last-number .box-last-number .box-other-numbers .link:hover .img-number {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	transition: 0.5s all ease-in-out
}

#home .section-last-number .box-last-number .box-other-numbers .link:hover .arrow-view-more {
	-webkit-transform: translateX(0.7rem);
	transform: translateX(0.7rem)
}

#home .section-last-number .box-last-number .last-number {
	height: 450px;
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px #e5e5e5;
	text-align: center;
	color: #707070;
	border: 1px solid #0D73D666;
	border-radius: 18px;
	display: flex;
	box-shadow: 5px 10px 10px #49494a20;
	width: 65%
}

#home .section-last-number .box-last-number .last-number .last-number-image {
	width: 66% !important;
	float: left;
	min-height: 509px;
	top: -60px;
	position: relative;
	border-radius: 20px;
	left: -1px;
	text-align: left
}

#home .section-last-number .box-last-number .last-number .last-number-image .number-img {
	width: auto;
	height: 100%;
	border-radius: 20px
}

#home .section-last-number .box-last-number .last-number .contentUltimoNumero {
	width: 40%;
	text-align: left;
	padding: 0 25px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column
}

#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 {
	text-align: left;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	font-family: 'DM Sans', sans-serif !important;
	font-size: 50px;
	line-height: 55px;
	font-weight: bold
}

#home .section-last-number .box-last-number .last-number .botton-group {
	justify-content: left;
	padding-left: 0px !important;
	width: 100%;
	bottom: 40px;
	margin-top: 30px
}

#home .section-last-number .box-last-number .last-number .subscriptionText {
	width: 100%;
	margin: 30px 0;
	text-align: left;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px !important;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #000000;
	float: none !important;
	margin-left: 0px !important;
	text-align: left
}

#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%;
	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: #FFD200 0% 0% no-repeat padding-box;
	text-align: center;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 26px;
	letter-spacing: 0.14px;
	color: #000;
	opacity: 1;
	margin: 0;
	border-radius: 25px;
	border: 1px solid #FFD200;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 153px;
	height: 40px
}

#home .section-last-number .box-last-number .last-number .botton-group .suscribete:hover {
	transform: scale(1.02)
}

#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 #secound-other-numbers a:nth-child(1) {
	display: none
}

#home .section-last-number .box-other-numbers {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 100px
}

#home .section-last-number .box-other-numbers .link {
	width: 30%
}

#home .section-last-number .box-other-numbers .link:hover .img-number {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	transition: 0.5s all ease-in-out
}

#home .section-last-number .box-other-numbers .link:hover .arrow-view-more {
	-webkit-transform: translateX(0.7rem);
	transform: translateX(0.7rem)
}

#home .section-last-number .box-other-numbers .link .other-number {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	position: relative;
	display: inline-flex;
	cursor: pointer
}

#home .section-last-number .box-other-numbers .link .other-number .img-number {
	border-radius: 20px;
	position: relative;
	z-index: 4;
	max-width: 90%;
	width: 100%;
	display: block;
	margin: -60px auto 40px
}

#home .section-last-number .box-other-numbers .link .other-number .info {
	width: 100%;
	height: auto;
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px #e5e5e5;
	transition-duration: .3s;
	border-radius: 18px;
	border: 1px solid #0D73D666;
	box-shadow: 5px 10px 10px #49494a20
}

#home .section-last-number .box-other-numbers .link .other-number .info .info-number {
	padding: 0 30px 30px
}

#home .section-last-number .box-other-numbers .link .other-number .info .year {
	text-align: left;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500;
	font-size: 11px;
	line-height: 19px;
	letter-spacing: 0px;
	color: #575756;
	text-transform: uppercase;
	opacity: 0.8;
	margin-top: 5px
}

#home .section-last-number .box-other-numbers .link .other-number .info .number {
	text-align: left;
	font-family: 'DM Sans', sans-serif !important;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #000
}

#home .section-last-number .box-other-numbers .link .other-number .info .view-more {
	margin-top: 5px
}

#home .section-last-number .allNumbers .see-more {
	text-align: center;
	background: #000;
	border-radius: 25px;
	opacity: 1;
	width: 260px;
	display: block;
	margin: 80px auto 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.14px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 10px;
	text-decoration: none
}

#home .section-last-number .allNumbers .see-more:hover {
	transform: scale(1.02)
}

#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 {
	transform: scale(1.02)
}

#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% 150px;
	position: relative
}

#home .section-online-first .control-slider {
	top: 75%;
	position: absolute;
	left: 6%
}

#home .section-online-first .control-slider .slick-prev {
	background-image: url(../img/arrow-left-new.png);
	background-color: white !important;
	left: 0px;
	border-radius: 56px;
	width: 40px;
	height: 40px
}

#home .section-online-first .control-slider .slick-next {
	background-color: white !important;
	right: -95px;
	background-image: url(../img/arrow-right-new.png);
	border-radius: 56px;
	width: 40px;
	height: 40px
}

#home .section-online-first .control-slider .slick-arrow {
	filter: invert(1);
	background-size: auto 15px;
	background-position: center;
	background-repeat: no-repeat;
	transition-duration: .3s
}

#home .section-online-first .title {
	margin-bottom: 30px;
	text-align: center;
	color: #000000
}

#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, .of-grid .of-card {
	width: 290px;
	height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin: 20px;
	cursor: pointer;
	cursor: pointer
}

#home .section-online-first .slider-first .selection img, .of-grid .of-card img.of-image {
	display: block;
	margin: 0 auto;
	width: 90%;
	border-radius: 20px;
	height: 300px;
	object-fit: cover;
	position: relative;
	z-index: 5
}

#home .section-online-first .slider-first .selection .details, .of-grid .of-card .of-info {
	padding: 260px 30px 44px;
	width: 100%;
	height: 450px;
	z-index: 2;
	background-color: #fff;
	position: relative;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #0D73D666;
	border-radius: 18px;
	left: 0px;
	top: -260px;
	transition-duration: .3s;
	box-shadow: 5px 10px 10px #49494a20
}

#home .section-online-first .slider-first .selection .details p, .of-grid .of-card .of-info h2  {
	text-align: left;
	font-family: 'DM Sans', sans-serif !important;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #000000;
	margin-bottom: 35px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	min-height: 70px;
	margin-top: 15px
}

#home .section-online-first .slider-first .selection .details .autor, .of-grid .of-card .of-author {
	text-align: left;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 10px;
	line-height: 13px;
	font-weight: 500;
	letter-spacing: 0px;
	color: #000000;
	text-transform: uppercase;
	opacity: 1;
	padding-right: 15px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box
}

#home .slick-dots {
	bottom: -60px;
	text-align: right
}

.section__number__special {
	display: flex;
	padding: 200px 5% 50px;
	background: #49494a;
	background: linear-gradient(180deg, rgba(73, 73, 74, 0.15) 0%, rgba(73, 73, 74, 0) 100%)
}

.section__number__special .special__image__left {
	max-width: 40%;
	width: 100%;
	position: relative;
	background: #FFD200;
	border-radius: 0 0 0 25px
}

.section__number__special .special__image__left .img_number_special {
	object-fit: cover;
	max-width: 99%;
	height: calc(100% + 100px);
	border-radius: 25px;
	position: absolute;
	top: -100px
}

.section__number__special .special__content__right {
	position: relative;
	max-width: 60%;
	width: 100%;
	overflow: hidden;
	border-radius: 0 25px 25px 0
}

.section__number__special .special__content__right .img__background {
	object-fit: cover;
	z-index: -1;
	background: #020024;
	background: linear-gradient(309deg, rgba(2, 0, 36, 0.43) 0%, rgba(0, 0, 0, 0.724247) 56%);
	border-radius: 0 25px 25px 0;
	position: absolute;
	width: 200%;
	height: 100%;
	left: 0;
	top: 0
}

.section__number__special .special__content__right .tag__especial_number {
	font-size: 1.5rem;
	line-height: 24px;
	letter-spacing: 0px;
	font-family: 'Montserrat', sans-serif !important;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	color: #FFD200
}

.section__number__special .special__content__right .title {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	float: none;
	font-family: 'DM Sans', sans-serif !important;
	text-align: left;
	margin: 40px 0
}

.section__number__special .special__content__right .description p {
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 0px;
	font-family: 'Montserrat', sans-serif !important;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	color: #ffffff
}

.section__number__special .special__content__right .content {
	padding: 10%
}

.section__number__special .special__content__right a button {
	border: 0px;
	width: 170px;
	height: 46px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 25px;
	cursor: pointer;
	transition-duration: .3s;
	outline: none;
	background-color: #FFD200;
	text-align: center;
	font-family: "Montserrat", Sans serif !important;
	letter-spacing: 0.14px;
	color: #303030;
	margin-top: 50px
}

.section-normas.home {
	position: relative !important;
	padding: 150px 5%;
	margin: 100px 5%;
	border-radius: 25px
}

.section-normas.home .simpleParallax {
	border-radius: 25px;
	z-index: 0
}

.section-normas.home .veil-normas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	background: linear-gradient(90deg, #000 0%, rgba(73, 73, 74, 0.2) 40%);
	border-radius: 25px;
	z-index: 1
}

.section-normas.home .title {
	color: #fff;
	position: relative;
	z-index: 2
}

.section-normas.home p {
	position: relative;
	z-index: 2;
	width: 40%;
	color: #fff;
	margin: 20px 0 40px 0;
	line-height: 24px;
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0px;
	opacity: 1
}

.section-normas.home #btn-more {
	position: relative;
	z-index: 2;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	border-radius: 25px;
	padding: 10px 55px;
	background-color: #FFD200;
	line-height: 26px;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0.14px;
	color: #000000;
	text-transform: uppercase;
	width: 137px;
	height: 40px
}

.section-normas.home #btn-more .link-menu {
	margin-left: 5px;
	margin-bottom: -2px
}

.section-normas.home #btn-more:hover {
	width: auto;
	background-color: #b3dfdc;
	color: #ffffff;
	transform: scale(1.02)
}

.section-editor-selection {
	position: relative;
	background: #CEF7F4 0% 0% no-repeat padding-box
}

.section-editor-selection .title {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 30px
}

.section-editor-selection .slider-selection .selection {
	width: 290px;
	height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin: 20px;
	cursor: pointer
}

.section-editor-selection .slider-selection .selection img {
	display: block;
	margin: 0 auto;
	width: 90%;
	border-radius: 20px;
	height: 300px;
	object-fit: cover;
	position: relative;
	z-index: 5
}

.section-editor-selection .slider-selection .selection .details {
	padding: 260px 30px 44px;
	width: 100%;
	height: 450px;
	z-index: 2;
	background-color: #fff;
	position: relative;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #0D73D666;
	border-radius: 18px;
	left: 0px;
	top: -260px;
	transition-duration: .3s;
	box-shadow: 5px 10px 10px #49494a20
}

.section-editor-selection .slider-selection .selection .details p {
	text-align: left;
	font-family: 'DM Sans', sans-serif !important;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #000000;
	margin-bottom: 35px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	min-height: 70px;
	margin-top: 15px
}

.section-editor-selection .slider-selection .selection .details .autor {
	text-align: left;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 10px;
	line-height: 13px;
	font-weight: 500;
	letter-spacing: 0px;
	color: #000000;
	text-transform: uppercase;
	opacity: 1;
	padding-right: 15px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box
}

.section-editor-selection .slick-dots {
	text-align: right;
	bottom: -60px
}

.section-editor-most-read {
	position: relative;
	background: transparent
}

.section-editor-most-read .title {
	text-align: center;
	margin-bottom: 50px
}

.section-editor-most-read .slider-most-read .selection {
	width: 290px;
	height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin: 20px;
	cursor: pointer
}

.section-editor-most-read .slider-most-read .selection img {
	display: block;
	margin: 0 auto;
	width: 90%;
	border-radius: 20px;
	height: 300px;
	object-fit: cover;
	position: relative;
	z-index: 5
}

.section-editor-most-read .slider-most-read .selection .details {
	padding: 260px 30px 44px;
	width: 100%;
	height: 450px;
	z-index: 2;
	background-color: #fff;
	position: relative;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #0D73D666;
	border-radius: 18px;
	left: 0px;
	top: -260px;
	transition-duration: .3s;
	box-shadow: 5px 10px 10px #49494a20
}

.section-editor-most-read .slider-most-read .selection .details p {
	text-align: left;
	font-family: 'DM Sans', sans-serif !important;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #000000;
	margin-bottom: 35px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	min-height: 70px;
	margin-top: 15px
}

.section-editor-most-read .slider-most-read .selection .details .autor {
	text-align: left;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 10px;
	line-height: 13px;
	font-weight: 500;
	letter-spacing: 0px;
	color: #000000;
	text-transform: uppercase;
	opacity: 1;
	padding-right: 15px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box
}

.section-editor-most-read .slick-dots {
	display: none
}

.section-about-magazine {
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin: 100px 5%
}

.section-about-magazine .simpleParallax {
	border-radius: 25px
}

.section-about-magazine .details {
	width: 50%;
	padding: 80px 50px;
	background-color: #fff;
	position: relative;
	z-index: 2;
	border-radius: 25px
}

.section-about-magazine .details h3 {
	color: #000
}

.section-about-magazine .details p {
	font-size: 16px;
	font-weight: 500;
	margin: 30px 0;
	line-height: 24px;
	font-family: "Montserrat", sans-serif !important;
	text-align: left;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1
}

.section-about-magazine .details .read-more {
	cursor: pointer;
	background-color: #FFD200;
	width: 125px !important;
	height: 40px;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none
}

.section-about-magazine .details .read-more span {
	color: #000000;
	text-transform: uppercase;
	opacity: 1;
	font-size: 14px;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0.14px;
	font-weight: 600;
	line-height: 26px
}

#articulos {
	background-color: #3d8fde;
	background: linear-gradient(180deg, rgba(61, 143, 222, 0.15) 0%, rgba(158, 199, 239, 0.15) 34%);
	margin-top: -20px
}

#articulos .headerBanner {
	background-color: #3D8FDE;
	background-image: url(../img/trama-negra-odificada.png)
}

#articulos .headerBanner .shareSocialNetworkHeader {
	display: none
}

#articulos .section-sidebar {
	background-image: url(../img/circulo-gris.png);
	background-position: 119% -110px;
	background-size: 500px;
	background-repeat: no-repeat;
	margin-top: -30px;
	min-height: 1600px
}

#articulos .desktop-sidebar {
	margin-top: 100px;
	height: 1400px
}

#articulos .section-directrices .description1 {
	width: 100%;
	font-size: 21px;
	line-height: 27px;
	font-family: "DM Sans", sans-serif !important;
	font-weight: bold;
	letter-spacing: 0px;
	color: #49494A;
	margin-top: 50px
}

#articulos .section-directrices .directrices-list {
	margin-top: 30px;
	padding: 0 5%;
	list-style-type: decimal
}

#articulos .section-directrices .directrices-list li {
	margin-bottom: 30px;
	padding-left: 15px;
	font-family: "Montserrat", sans-serif !important;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400
}

#articulos .section-directrices .directrices-list li::marker {
	color: #49494A;
	font-family: "DM Sans", sans-serif !important;
	font-size: 21px;
	line-height: 25px;
	font-weight: bold
}

#articulos .container-form {
	width: 100%;
	margin-top: 100px;
	padding: 0px 40px;
	display: flex;
	align-items: center;
	background-color: #FFD200;
	position: relative;
	border-radius: 25px;
	background-image: url(../img/trama-amarilla-2.png);
	background-size: cover;
	background-repeat: no-repeat
}

#articulos .container-form .top-info {
	display: none;
	background-color: #fff
}

#articulos .container-form .details {
	width: 60%;
	padding-right: 30px
}

#articulos .container-form .details h4 {
	color: #000;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: left;
	font-family: "DM Sans", sans-serif !important;
	line-height: 40px
}

#articulos .container-form .details span {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 24px;
	font-family: "Montserrat", sans-serif !important
}

#articulos .container-form .details p {
	margin-top: 50px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3rem
}

#articulos .container-form #form-manuscritos {
	width: 60%;
	padding: 0;
	text-align: center
}

#articulos .container-form #form-manuscritos h5 {
	font-size: 32px;
	font-weight: bold;
	font-family: "DM Sans", sans-serif !important;
	line-height: 38px;
	text-align: left
}

#articulos .container-form #form-manuscritos input {
	margin-top: 30px;
	padding: 0 15px;
	width: 100%;
	height: 45px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #49494A;
	border-radius: 23px
}

#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 .check label {
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	font-family: "Montserrat", sans-serif !important
}

#articulos .container-form #form-manuscritos .group-button {
	margin: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center
}

@media (max-width: 550px) {
	#articulos .container-form #form-manuscritos .group-button {
		flex-direction: column-reverse;
		gap: 15px
	}
}

#articulos .container-form #form-manuscritos .group-button #btn-register {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #000;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	font-family: "Montserrat", sans-serif !important;
	letter-spacing: 0.14px;
	text-decoration: none;
	left: 0;
	width: 48%
}

#articulos .container-form #form-manuscritos .group-button #btn-register:hover {
	transform: scale(1.02)
}

#articulos .container-form #form-manuscritos .group-button #btn-login {
	width: 48%;
	height: 40px;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	font-family: "Montserrat", sans-serif !important;
	letter-spacing: 0.14px;
	border-radius: 25px;
	right: 0
}

#articulos .container-form #form-manuscritos .group-button #btn-login:hover {
	transform: scale(1.02)
}

#articulos .container-form #form-manuscritos .group-button #btn-suscribirse {
	background-color: #fff
}

#articulos .container-form #form-manuscritos .group-button #btn-suscribirse:hover {
	transform: scale(1.02);
	background-color: #e0bb0c
}

#articulos .container-form #form-manuscritos a {
	font-size: 12px;
	font-weight: 600;
	line-height: 15px;
	font-family: 'Montserrat', sans-serif !important;
	color: #000;
	text-decoration: underline;
	opacity: .8
}

#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;
	display: flex
}

#articulos .section-definitions .sections .box-sections {
	width: 260px;
	height: 220px;
	padding: 30px;
	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:hover {
	transform: scale(1.02)
}

#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 {
	background-color: #3d8fde;
	background: linear-gradient(180deg, rgba(61, 143, 222, 0.15) 0%, rgba(241, 248, 255, 0.11) 34%);
	margin-top: -20px
}

#revista .headerBanner .shareSocialNetworkHeader {
	display: none
}

#revista .desktop-sidebar {
	margin-top: 100px;
	height: 1400px
}

#revista .section-concept .title {
	margin-top: 40px
}

#revista .section-concept .title4,
#revista .section-concept .title {
	font-size: 50px;
	line-height: 55px;
	text-align: left;
	color: #000000
}

#revista .section-concept .description1 {
	margin: 40px 0;
	font-size: 21px;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
	font-family: "DM Sans", sans-serif !important;
	letter-spacing: 0px;
	color: #49494A
}

#revista .section-concept .description2 {
	margin: 40px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	font-family: "Montserrat", sans-serif !important;
	letter-spacing: 0px;
	color: #000000
}

#revista .section-concept .box-studies {
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(2, 1fr)
}

#revista .section-concept .box-studies .title4 {
	margin-bottom: 50px
}

#revista .section-concept .box-studies .box {
	border: 1px solid #0D73D64D;
	padding: 30px 20px;
	display: inline-flex;
	box-shadow: 1px 1px 15px 1px #3d8fde36;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: white;
	border-radius: 9px;
	font-family: "Montserrat", sans-serif !important;
	color: #575756
}

#revista .section-structure .title {
	color: #000000
}

#revista .section-structure .scroll table {
	min-width: 1300px;
	margin-top: 50px
}

#revista .section-structure .scroll table thead {
	background-color: #0C3F61;
	background-image: url(../img/trama-negra-odificada.png);
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFFFFF
}

#revista .section-structure .scroll table thead tr th:nth-child(1) {
	border-radius: 20px 0 0 0
}

#revista .section-structure .scroll table thead tr th:last-child {
	border-radius: 0 20px 0 0
}

#revista .section-structure .scroll table thead tr th {
	width: 16.5%;
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif !important;
	padding: 20px 10px;
	vertical-align: baseline;
	text-align: left;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1
}

#revista .section-structure .scroll table tbody tr {
	background-color: #CFE3F7
}

#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: 12px;
	font-weight: 500;
	line-height: 15px;
	text-align: left;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0px;
	color: #707073
}

#revista .section-definitions {
	padding-bottom: 20px
}

#revista .section-definitions .title {
	color: #000000
}

#revista .section-definitions ul {
	margin-top: 50px
}

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

#revista .section-definitions ul li .title4 {
	text-align: left;
	font-family: 'DM Sans', sans-serif !important;
	font-weight: bold;
	font-size: 21px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #49494A;
	margin-bottom: 30px
}

#revista .section-definitions ul li p {
	column-count: 2;
	column-gap: 50px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5rem;
	text-align: left;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #000000
}

#revista .section-indexaciones {
	padding-top: 0
}

#revista .section-indexaciones .title {
	color: #000000;
	font-size: 50px;
	line-height: 55px;
	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;
	margin-top: 10px;
	background-blend-mode: multiply;
	transition-duration: .3s
}

#indexaciones {
	background-color: #3d8fde;
	background: linear-gradient(180deg, rgba(61, 143, 222, 0.15) 0%, rgba(158, 199, 239, 0.15) 34%);
	margin-top: -20px
}

#indexaciones .headerBanner {
	background-color: #3D8FDE;
	background-image: url(../img/trama-negra-odificada.png)
}

#indexaciones .headerBanner .shareSocialNetworkHeader {
	display: none
}

#indexaciones .section-sidebar {
	padding-right: 0;
	min-height: 10px
}

@media (max-width: 1350px) {
	#indexaciones .section-sidebar {
		padding-right: 0% !important
	}
}

#indexaciones .sidebar {
	margin-top: 100px;
	height: 1400px;
	display: none
}

#indexaciones .section-indexaciones {
	background-image: url(../img/circulo-gris.png);
	background-position: 119% -110px;
	background-size: 500px;
	background-repeat: no-repeat;
	margin-top: -30px
}

#indexaciones .section-indexaciones .title {
	font-size: 50px;
	color: #000;
	line-height: 55px;
	margin-top: 40px
}

#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
}

#numeros .section-last-number .box-last-number {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative
}

#numeros .section-last-number .box-last-number .last-number {
	width: 330px;
	height: 450px;
	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;
	transform: scale(1.02)
}

#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:hover {
	transform: scale(1.02)
}

#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 #firstSection {
	padding: 60px 20px
}

#single-numero .section-sidebar {
	background-image: url(../img/circulo-gris.png);
	background-position: 108% -110px;
	background-size: 500px;
	background-repeat: no-repeat;
	margin-top: -20px;
	min-height: 1600px
}

#single-numero .section-sidebar .back-section {
	position: absolute;
	bottom: 0;
	z-index: 0
}

#single-numero .doi {
	font-size: 11px;
	line-height: 19px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif !important;
	letter-spacing: 0px;
	color: #000000;
	text-transform: capitalize;
	opacity: 0.8
}

#single-numero .desktop-sidebar {
	margin-top: 100px;
	height: 1400px
}

#single-numero .main-section {
	margin-top: 120px
}

#single-numero .main-section .options {
	margin-top: 50px;
	display: flex;
	align-items: center
}

#single-numero .main-section .options .galley-link {
	background-color: #FFFFFF !important
}

#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: 0.3s;
	cursor: pointer
}

#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: 0.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 .content-galley {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 !important;
	width: 95% !important;
	align-items: center;
	padding: 0 !important;
	position: absolute;
	bottom: 30px;
	z-index: 4
}

#single-numero .content-galley a {
	width: auto !important;
	text-decoration: none;
	transition-duration: .3s;
	transform: scale(1.1)
}

#single-numero .content-galley .content-galley-boton {
	display: flex;
	width: auto !important;
	justify-content: flex-end;
	align-items: center;
	padding: inherit !important;
	gap: 20px
}

#single-numero .content-galley .content-galley-boton .galley-link {
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	width: 100%;
	padding: 0px
}

#single-numero .content-galley .content-galley-boton .galley-link:nth-child(2) {
	margin-right: 10px
}

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

#single-numero .content-galley .content-galley-boton span.icon-resumen {
	background-image: url(../img/icon-resumen.png);
	width: 14px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 10px;
	transition-duration: 0.3s;
	display: block;
	margin-left: 5px
}

#single-numero .content {
	width: 460px;
	height: auto;
	min-height: 220px;
	padding: 50px 30px 30px;
	color: #49494A;
	border-top: 10px solid #FFD200;
	background-color: #fff;
	position: relative;
	margin: 10px;
	overflow: visible
}

#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 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px
}

#single-numero .content p {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 10px
}

#single-numero .section-article {
	background-color: #CFE9F7 !important;
	border-radius: 18px
}

#single-numero .section-article .title {
	color: #000000;
	text-align: center
}

#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;
	display: flex;
	box-shadow: 5px 10px 10px #49494a20;
	min-height: 300px;
	border-radius: 25px
}

#single-numero .section-article .details:hover {
	transform: scale(1.05);
	transition: 1s
}

#single-numero .section-article .details:hover .arrow-view-more {
	-webkit-transform: translateX(0.7rem);
	transform: translateX(0.7rem);
	transition: 1s
}

#single-numero .section-article .details .link-article {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3
}

#single-numero .section-article .details img {
	max-width: 30%;
	height: auto;
	object-fit: cover;
	border-radius: 18px 0 0 18px;
	width: 100%
}

#single-numero .section-article .details .content {
	width: 70%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #0D73D666;
	border-radius: 0px 18px 18px 0;
	opacity: 1;
	margin: 0
}

#single-numero .section-article .details .content .article-link h4 {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	font-family: "DM Sans", sans-serif !important;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1
}

#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;
	margin-top: 0 !important;
	cursor: pointer;
	transition-duration: 0.3s
}

#single-numero .section-article .other-articles .content .details {
	display: flex
}

#single-numero .section-article .other-articles .content .autor {
	font-size: 16px
}

#single-numero .section-other-toc {
	padding: 0px 20px;
	position: relative
}

#single-numero .section-notes {
	background: #FFD3D8;
	border-radius: 18px;
	position: relative
}

#single-numero .section-notes .title {
	color: #000000;
	text-align: center
}

#single-numero .section-notes .slider-notes {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

#single-numero .section-notes .slider-notes .contentSlider {
	width: 100%;
	display: flex !important;
	align-items: center;
	background-color: #fff;
	margin-bottom: 30px;
	height: 350px;
	border: 1px solid #0D73D666;
	border-radius: 25px;
	position: relative;
	box-shadow: 5px 10px 10px #49494a20;
	border-radius: 25px
}

#single-numero .section-notes .slider-notes .contentSlider:hover {
	transform: scale(1.05);
	transition: 1s
}

#single-numero .section-notes .slider-notes .featured-image {
	width: 30%;
	height: inherit
}

#single-numero .section-notes .slider-notes .featured-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 25px 0 0 25px;
	object-position: top center
}

#single-numero .section-notes .slider-notes .article_info {
	width: 70%;
	padding: 30px;
	height: inherit;
	position: relative
}

#single-numero .section-notes .slider-notes .article_info h4 {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	font-family: "DM Sans", sans-serif !important;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1
}

#single-numero .section-notes .slider-notes .article_info .autor {
	margin-bottom: 10px !important;
	margin-top: 40px;
	float: left;
	width: 100%
}

#single-numero .section-notes .slider-notes .article_info .autor .name {
	text-align: left;
	font-style: normal;
	font-weight: 500;
	font-family: "Montserrat", sans-serif !important;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #000000;
	text-transform: uppercase;
	opacity: 0.8
}

#single-numero .section-notes .slider-notes .article_info h5 {
	text-align: left;
	font-style: normal;
	font-weight: 600;
	font-family: "Montserrat", sans-serif !important;
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 0.12px;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 0
}

#single-numero .section-notes .slider-notes .article_info p {
	text-align: left;
	font-style: normal;
	font-weight: 500;
	font-family: "Montserrat", sans-serif !important;
	font-size: 11px;
	line-height: 19px;
	letter-spacing: 0px;
	color: #000000;
	opacity: 0.8
}

#single-numero .section-notes .slider-notes .slick-dots {
	bottom: -60px;
	text-align: right
}

#single-numero .section-review {
	margin-top: 60px;
	background-color: #B9EBE2;
	position: relative;
	border-radius: 18px
}

#single-numero .section-review .title {
	text-align: center;
	font-size: 50px;
	color: #000
}

#single-numero .section-review .slider-review {
	margin-top: 50px;
	display: block
}

#single-numero .section-review .slider-review .review {
	width: 100%;
	display: flex !important;
	align-items: center;
	background-color: #fff;
	margin-bottom: 80px;
	height: 350px;
	border: 1px solid #0D73D666;
	border-radius: 25px;
	position: relative;
	box-shadow: 5px 10px 10px #49494a20;
	border-radius: 25px
}

#single-numero .section-review .slider-review .review:hover {
	transform: scale(1.05);
	transition: 1s
}

#single-numero .section-review .slider-review .review:hover .arrow-view-more {
	-webkit-transform: translateX(0.7rem);
	transform: translateX(0.7rem);
	transition: 1s
}

#single-numero .section-review .slider-review .review .top-info {
	left: 29px;
	top: 23px
}

#single-numero .section-review .slider-review .review .autor .name {
	text-align: left;
	font-style: normal;
	font-weight: 500;
	font-family: "Montserrat", sans-serif !important;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #000000;
	text-transform: uppercase;
	opacity: 0.8
}

#single-numero .section-review .slider-review .review img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 25px 0 0 25px
}

#single-numero .section-review .slider-review .review h4 {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	font-family: "DM Sans", sans-serif !important;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	margin-bottom: 40px
}

#single-numero .section-review .slider-review .review .featured-image {
	width: 30%;
	height: inherit
}

#single-numero .section-review .slider-review .review .featured-image h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px
}

#single-numero .section-review .slider-review .review .featured-image .autor,
#single-numero .section-review .slider-review .review .featured-image .autor .name {
	text-align: left;
	font-style: normal;
	font-weight: 500;
	font-family: "Montserrat", sans-serif !important;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #000000;
	text-transform: uppercase;
	opacity: 0.8
}

#single-numero .section-review .slider-review .review .article_info {
	width: 70%;
	padding: 60px 30px 30px;
	height: inherit;
	position: relative
}

#single-numero .section-review .slider-review .review .article_info 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: 0.3s
}

#single-numero .section-review .slider-review .review .article_info p {
	margin-top: 25px;
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer
}

#single-numero .section-review .slider-review .review .article_info p:hover .icon {
	transition-duration: 0.3s;
	transform: scale(1.1)
}

#single-numero .section-review .slider-review .review .article_info 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 {
	background-color: #FFD3D8;
	border-radius: 18px;
	margin-bottom: 50px
}

#single-numero .section-ensayos .title {
	color: #000000;
	text-align: center
}

#single-numero .section-ensayos .featured-image {
	max-width: 30%;
	height: inherit;
	width: 100%
}

#single-numero .section-ensayos .featured-image img {
	max-width: 100%;
	height: inherit;
	object-fit: cover;
	border-radius: 18px 0 0 18px;
	min-height: 300px
}

#single-numero .section-ensayos p {
	width: 45%;
	display: inline-grid;
	font-size: 16px;
	font-weight: 300;
	margin: 10px;
	line-height: 1.4rem
}

#single-numero .section-ensayos .article_info {
	width: 100%;
	padding: 50px 30px 0px 30px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #0D73D666;
	border-radius: 0px 18px 18px 0;
	height: inherit;
	position: relative
}

#single-numero .section-ensayos .article_info h4 {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	font-family: "DM Sans", sans-serif !important;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1
}

#single-numero .section-ensayos .article_info .autor {
	margin-bottom: 15px !important;
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 40px
}

#single-numero .section-ensayos .article_info .autor .name {
	text-align: left;
	font-style: normal;
	font-weight: 500;
	font-family: "Montserrat", sans-serif !important;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #000000;
	text-transform: uppercase;
	opacity: 0.8
}

#single-numero .section-ensayos .article_info h5 {
	text-align: left;
	font-style: normal;
	font-weight: 600;
	font-family: "Montserrat", sans-serif !important;
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 0.12px;
	color: #000000;
	text-transform: uppercase;
	margin: 0 !important
}

#single-numero .section-ensayos .article_info p {
	text-align: left;
	font-style: normal;
	font-weight: 500;
	font-family: "Montserrat", sans-serif !important;
	font-size: 11px;
	line-height: 19px;
	letter-spacing: 0px;
	color: #000000;
	opacity: 0.8
}

#single-numero .section-ensayos .box-info {
	display: flex;
	position: relative;
	width: 100%;
	height: 340px;
	margin-top: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../../img/detalle-articulo.jpg);
	margin-bottom: 50px;
	min-height: 300px;
	box-shadow: 5px 10px 10px #49494a20;
	border-radius: 25px
}

#single-numero .section-ensayos .box-info:hover {
	transform: scale(1.05);
	transition: 1s
}

#single-numero .section-ensayos .box-info .featured-image {
	max-width: 30%;
	height: inherit;
	width: 100%
}

#single-numero .section-ensayos .box-info .featured-image img {
	max-width: 100%;
	height: inherit;
	object-fit: cover;
	border-radius: 18px 0 0 18px;
	min-height: 300px
}

#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
}

#single-numero .citation_formats_styles {
	display: none;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px 40px;
	text-align: center;
	margin: 20px 20px 70px
}

#single-numero .citation_formats_styles li {
	min-width: 100%;
	width: 100px;
	min-height: 30px;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid;
	border-radius: 25px;
	background: #ffffff 0% 0% no-repeat padding-box
}

#single-numero .citation_formats_styles li:hover {
	background: #000
}

#single-numero .citation_formats_styles li:hover a {
	color: #fff
}

#single-numero .citation_formats_styles li a {
	font-size: 14px;
	font-weight: 500;
	transition-duration: .3s;
	cursor: pointer;
	color: #000000;
	font-family: 'Montserrat', sans-serif !important;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase
}

#single-numero .csl-bib-body {
	margin-top: 15px
}

#single-numero .cmp_button {
	margin-top: 20px;
	text-align: left;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0.12px;
	color: #49494A;
	text-transform: uppercase;
	opacity: 1;
	cursor: pointer
}

#single-numero .cmp_button span {
	width: auto !important;
	display: inline-block;
	margin-right: 5px !important
}

#papers {
	background-color: #3d8fde;
	background: linear-gradient(180deg, rgba(61, 143, 222, 0.15) 0%, rgba(158, 199, 239, 0.15) 34%);
	margin-top: -20px
}

#papers .headerBanner {
	background-color: #FFD200;
	background-image: url(../img/trama-amarilla-2.png)
}

#papers .headerBanner .shareSocialNetworkHeader {
	display: none
}

#papers .headerBanner h2,
#papers .headerBanner .breadcrumbs a {
	color: #000000
}

#papers .headerBanner .breadcrumbs img {
	filter: invert(0)
}

#papers .section-sidebar {
	background-image: url(../img/circulo-amarillo.svg);
	background-position: 115% -207px;
	background-size: 500px;
	background-repeat: no-repeat;
	margin-top: -30px;
	min-height: 1600px
}

#papers .desktop-sidebar {
	margin-top: 100px;
	height: 1400px
}

#papers .section-description .description {
	text-align: left;
	font-family: "DM Sans", sans-serif !important;
	letter-spacing: 0px;
	color: #49494A;
	font-size: 21px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 50px;
	margin-top: 50px
}

#papers .section-description p:nth-child(2) {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	font-family: "Montserrat", sans-serif !important;
	color: #000000
}

#papers .section-description p:nth-child(2) span {
	font-weight: bold
}

#informacion {
	background-color: #3d8fde;
	background: linear-gradient(180deg, rgba(61, 143, 222, 0.15) 0%, rgba(158, 199, 239, 0.15) 34%);
	margin-top: -20px
}

#informacion .headerBanner {
	background-color: #FFD200;
	background-image: url(../img/trama-amarilla-2.png)
}

#informacion .headerBanner h2 {
	color: #000
}

#informacion .headerBanner .breadcrumbs a {
	color: #000
}

#informacion .headerBanner .breadcrumbs img {
	filter: invert(0)
}

#informacion hr {
	opacity: 0
}

#informacion .sidebar {
	margin-top: 100px;
	height: 1400px
}

#informacion .section-normas {
	padding-bottom: 0px;
	background-image: url(../img/circulo-amarillo.svg);
	background-position: 119% -110px;
	background-size: 500px;
	background-repeat: no-repeat;
	margin-top: -20px
}

#informacion .section-normas .title {
	letter-spacing: 0px;
	color: #000000 !important;
	text-align: left;
	margin-top: 50px
}

#informacion .section-normas .description {
	font-weight: bold;
	font-size: 21px;
	line-height: 25px;
	font-family: 'DM Sans', sans-serif !important;
	letter-spacing: 0px;
	margin: 50px 0;
	line-height: 1.8rem;
	text-align: left;
	color: #49494A
}

#informacion .section-normas .title4 {
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
	text-align: left;
	color: #000000
}

#informacion .section-normas .instruction-list {
	margin-top: 30px;
	list-style-type: disc;
	padding-left: 15px
}

#informacion .section-normas .instruction-list li {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 1.6rem;
	line-height: 25px;
	color: #000000;
	text-align: left;
	font-family: "Montserrat", sans-serif !important
}

#informacion .section-normas .instruction-list li::marker {
	color: #49494A;
	opacity: .8
}

#informacion .section-normas .instruction-list li span {
	font-weight: bold
}

#informacion .section-normas .instruction-list li a {
	text-align: left;
	text-decoration: underline;
	letter-spacing: 0px;
	color: #3156A4;
	font-weight: bold;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

#informacion .section-normas .instruction-list li h6 {
	margin: 30px 0
}

#informacion .section-normas .instruction-list li ul li {
	margin: 0
}

#informacion .section-references.inicio {
	padding: 50px 5% !important
}

#informacion .section-references.inicio .description {
	line-height: 1.6rem
}

#informacion .section-references {
	padding: 50px 5% 50px !important
}

#informacion .section-references .title4 {
	font-size: 50px;
	text-align: left;
	color: #000000;
	line-height: 55px;
	margin-bottom: 30px
}

#informacion .section-references .description {
	margin-top: 50px 0;
	font-size: 16px;
	font-weight: 400;
	column-count: 2;
	column-gap: 60px;
	line-height: 24px;
	color: #000;
	font-family: "Montserrat", sans-serif !important
}

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

#informacion .section-references h6 {
	font-size: 30px;
	line-height: 36px;
	font-family: "DM Sans", sans-serif !important;
	font-weight: bold;
	text-align: left
}

#informacion .section-references .list-references {
	margin-top: 50px
}

#informacion .section-references .list-references ul {
	margin-top: 30px;
	margin-bottom: 50px;
	list-style-type: disc;
	column-count: 2;
	column-gap: 50px;
	padding-left: 17px
}

#informacion .section-references .list-references ul li {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
	font-family: "Montserrat", sans-serif !important;
	margin-bottom: 20px
}

#informacion .section-references .container-references {
	background-color: #FFC200;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 100px 5%;
	margin: 0 -5.5%
}

#informacion .section-references .container-references .references {
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 30px;
	justify-content: center
}

#informacion .section-references .container-references .references .box-references {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #00000066;
	border-radius: 18px;
	width: 260px;
	padding: 30px;
	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: 16px;
	line-height: 25px;
	font-weight: bold;
	font-family: "DM Sans", sans-serif !important;
	margin-bottom: 20px
}

#informacion .section-references .container-references .references .box-references div p {
	margin: 10px 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 17px;
	display: -webkit-box;
	-webkit-line-clamp: 12;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: "Montserrat", sans-serif !important
}

#informacion .section-references h5 {
	margin: 50px 0 20px 0;
	font-size: 30px;
	line-height: 36px;
	font-family: "DM Sans", sans-serif !important;
	font-weight: bold;
	text-align: left
}

#informacion .section-references .description2 {
	margin: 20px 0;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	line-height: 24px;
	font-family: "Montserrat", sans-serif !important;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1
}

#informacion .section-references .download-pdf {
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	font-family: "Montserrat", sans-serif !important;
	font-weight: bold;
	margin: 50px 0 !important;
	display: flex;
	align-items: center;
	cursor: pointer;
	background: #000000 0% 0% no-repeat padding-box;
	border-radius: 25px;
	width: 300px;
	height: 40px;
	color: #FFFFFF;
	flex-direction: row-reverse;
	justify-content: center
}

#informacion .section-references .download-pdf .icon-pdf {
	width: 15px;
	height: 15px;
	background-image: url(../img/download.png) !important;
	background-repeat: no-repeat;
	filter: invert(1);
	background-position: center;
	background-size: cover;
	margin-left: 15px;
	transition-duration: .3s
}

#informacion .section-references .download-pdf div {
	display: flex;
	gap: 5px;
	justify-content: flex-start
}

#informacion .section-references .download-pdf div p {
	font-size: 13px;
	font-weight: bold
}

#informacion .section-references .download-pdf div a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold
}

#informacion .section-references .download-pdf div span {
	font-size: 12px;
	font-weight: 300
}

#informacion .section-articles {
	padding-top: 0 !important;
	position: relative
}

#informacion .section-articles .title {
	color: #000000
}

#informacion .section-articles .description1 {
	width: 100%;
	margin-top: 60px;
	font-size: 21px;
	line-height: 27px;
	font-family: "DM Sans", sans-serif !important;
	font-weight: bold;
	letter-spacing: 0px;
	color: #49494A;
	max-width: 70%
}

#informacion .section-articles ul {
	margin-top: 40px;
	list-style-type: decimal;
	column-gap: 100px;
	padding-left: 20px;
	margin-bottom: 50px;
	max-width: 70%
}

#informacion .section-articles ul li {
	margin-bottom: 15px;
	padding-left: 15px;
	font-family: "Montserrat", sans-serif !important;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400
}

#informacion .section-articles ul li::marker {
	color: #49494A;
	font-family: "DM Sans", sans-serif !important;
	font-size: 21px;
	line-height: 25px;
	font-weight: bold
}

#informacion .section-articles .container-form {
	width: 100%;
	margin-top: 0px;
	padding: 0px 100px;
	display: flex;
	border-radius: 25px;
	align-items: center;
	background-color: #FFD200;
	position: relative;
	background-image: url(../img/trama-amarilla-2.png);
	background-size: cover
}

#informacion .section-articles .container-form .top-info {
	display: none;
	background-color: #fff
}

#informacion .section-articles .container-form .details {
	width: 60%;
	padding-right: 50px
}

#informacion .section-articles .container-form .details h4 {
	color: #000;
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: left;
	font-family: "DM Sans", sans-serif !important
}

#informacion .section-articles .container-form .details span {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-family: "Montserrat", sans-serif !important;
	color: #000000
}

#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: 45%;
	padding: 0 50px 0 50px;
	text-align: center
}

#informacion .section-articles .container-form #form-manuscritos h5 {
	font-size: 32px;
	font-weight: bold;
	font-family: "DM Sans", sans-serif !important;
	line-height: 38px;
	text-align: left
}

#informacion .section-articles .container-form #form-manuscritos input {
	margin-top: 30px;
	padding: 0 15px;
	width: 100%;
	height: 45px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #49494A;
	border-radius: 23px
}

#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 .check label {
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	font-family: "Montserrat", sans-serif !important
}

#informacion .section-articles .container-form #form-manuscritos .group-button {
	margin: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px
}

#informacion .section-articles .container-form #form-manuscritos .group-button #btn-register {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #000;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	font-family: "Montserrat", sans-serif !important;
	letter-spacing: 0.14px;
	left: 0
}

#informacion .section-articles .container-form #form-manuscritos .group-button #btn-register:hover {
	transform: scale(1.02)
}

#informacion .section-articles .container-form #form-manuscritos .group-button #btn-login {
	width: 166px;
	height: 40px;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	font-family: "Montserrat", sans-serif !important;
	letter-spacing: 0.14px;
	border-radius: 25px;
	right: 0
}

#informacion .section-articles .container-form #form-manuscritos .group-button #btn-login:hover {
	transform: scale(1.02)
}

#informacion .section-articles .container-form #form-manuscritos .group-button #btn-suscribirse {
	background-color: #fff
}

#informacion .section-articles .container-form #form-manuscritos .group-button #btn-suscribirse:hover {
	transform: scale(1.02)
}

#informacion .section-articles .container-form #form-manuscritos a {
	font-size: 12px;
	font-weight: 600;
	line-height: 15px;
	font-family: 'Montserrat', sans-serif !important;
	color: #000;
	text-decoration: underline;
	opacity: .8
}

#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 .grid-column-4 {
	gap: 50px
}

#informacion .section-definitions .sections {
	margin-top: 120px;
	text-align: center
}

#informacion .section-definitions .sections .box-sections {
	width: 100%;
	height: auto;
	text-align: left;
	border: 1px solid #0D73D666;
	border-radius: 18px;
	position: relative;
	transition-duration: .3s;
	cursor: pointer;
	display: block;
	margin: 30px auto 80px;
	background-color: #fff
}

#informacion .section-definitions .sections .box-sections:hover .content-img-tag img {
	transform: scale(1.02)
}

#informacion .section-definitions .sections .box-sections:hover .arrow-view-more {
	-webkit-transform: translateX(0.7rem);
	transform: translateX(0.7rem)
}

#informacion .section-definitions .sections .box-sections .content-img-tag {
	max-width: 90%;
	display: block;
	margin: -80px auto 20px;
	position: relative
}

#informacion .section-definitions .sections .box-sections .content-img-tag .top-info {
	left: 1rem;
	top: 1rem
}

#informacion .section-definitions .sections .box-sections .content-img-tag img {
	max-width: 100%;
	width: 100%;
	height: 220px;
	object-fit: cover;
	border-radius: 18px
}

#informacion .section-definitions .sections .box-sections .content-box-info {
	padding: 0 20px 15px
}

#informacion .section-definitions .sections .box-sections .view-more {
	position: absolute;
	bottom: 15px
}

#informacion .section-definitions .sections .box-sections p {
	min-height: 110px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	font-family: "DM Sans", sans-serif !important;
	line-height: 25px;
	letter-spacing: 0px;
	color: #000000;
	margin-bottom: 30px
}

#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:hover {
	transform: scale(1.02)
}

#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 {
	padding-top: 0
}

#informacion .section-ethics .title {
	font-size: 50px;
	line-height: 55px;
	text-align: center
}

#informacion .section-ethics .description1 {
	margin: 40px auto;
	width: 80%;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	font-family: "Montserrat", sans-serif !important;
	text-align: left
}

@media (max-width: 850px) {
	#informacion .section-ethics .description1 {
		width: 100%
	}
}

#informacion .section-ethics .content-download {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin: 50px 0
}

#informacion .section-ethics .content-download .info {
	padding: 5% 10%
}

#informacion .section-ethics .content-download h5 {
	margin: 50px 0 20px 0;
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
	font-family: "DM Sans", sans-serif !important;
	text-align: left;
	letter-spacing: 0px;
	color: #000000
}

#informacion .section-ethics .content-download .description2 {
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	font-family: "Montserrat", sans-serif !important;
	letter-spacing: 0px;
	color: #000000
}

#informacion .section-ethics .download-pdf {
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	height: 350px;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
	overflow: hidden;
	border-radius: 25px
}

#informacion .section-ethics .download-pdf .background-circle {
	position: absolute;
	z-index: 2;
	left: -49%;
	width: 100%;
	filter: brightness(0.9)
}

#informacion .section-ethics .download-pdf .background-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 350px;
	width: 100%;
	object-fit: cover;
	border-radius: 25px;
	z-index: 0;
	filter: grayscale(1)
}

#informacion .section-ethics .download-pdf p a {
	position: relative;
	z-index: 2;
	display: flex;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 25px;
	width: 236px;
	height: 40px;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
	font-family: "Montserrat", sans-serif !important;
	letter-spacing: 0.14px;
	color: #FFB923;
	text-transform: uppercase;
	gap: 10px
}

#informacion .section-ethics .download-pdf p a .icon-donwload {
	width: 14px
}

#informacion .section-ethics .download-pdf .icon-pdf-download {
	position: relative;
	z-index: 2;
	width: 41px;
	height: 50px
}

#informacion .section-ethics .download-pdf a {
	position: relative;
	z-index: 2;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	line-height: 22px;
	font-family: "Montserrat", sans-serif !important;
	letter-spacing: 0px;
	color: #FFFFFF
}

#editorial {
	background-color: #3d8fde;
	background: linear-gradient(180deg, rgba(61, 143, 222, 0.15) 0%, rgba(158, 199, 239, 0.15) 34%);
	margin-top: -20px
}

#editorial .headerBanner {
	background-color: #FFD200;
	background-image: url(../img/trama-amarilla-2.png)
}

#editorial .headerBanner .shareSocialNetworkHeader {
	display: none
}

#editorial .headerBanner h2,
#editorial .headerBanner .breadcrumbs a {
	color: #000000
}

#editorial .headerBanner .breadcrumbs img {
	filter: invert(0)
}

#editorial .section-sidebar {
	background-image: url(../img/circulo-amarillo.svg);
	background-position: 119% -110px;
	background-size: 500px;
	background-repeat: no-repeat;
	margin-top: -20px;
	min-height: 1600px
}

#editorial .sidebar {
	margin-top: 100px;
	height: 1400px
}

#editorial .section-editors .title {
	color: #000;
	margin-top: 50px
}

#editorial .section-editors .box-editors {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px
}

#editorial .section-editors .box-editors .box .info {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #49494A33;
	border-radius: 18px;
	width: 85%;
	height: 125px;
	position: relative;
	left: 44px;
	padding: 25px 10px 25px 25%;
	z-index: 3
}

#editorial .section-editors .box-editors .box .img-comite {
	width: 125px;
	height: 125px;
	position: absolute;
	z-index: 4;
	border-radius: 50%;
	object-fit: cover;
	left: 0;
	top: 0
}

#editorial .section-editors .box-editors .box p {
	text-align: left;
	font-weight: bold;
	font-size: 21px;
	line-height: 25px;
	font-family: 'DM Sans', sans-serif !important;
	letter-spacing: 0px;
	color: #303030;
	opacity: 1
}

#editorial .section-editors .box-editors .box .cargo {
	text-align: left;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	font-family: "Montserrat", sans-serif !important;
	letter-spacing: 0px;
	color: #000000;
	text-transform: uppercase;
	margin-top: 15px
}

#editorial .section-comite {
	padding-top: 0;
	padding-bottom: 100px
}

#editorial .section-comite .title {
	color: #000
}

#editorial .section-comite .box-editors {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 15px
}

#editorial .section-comite .box-editors .box {
	position: relative !important;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #49494A33;
	border-radius: 18px;
	width: 100%;
	height: auto; /*125px*/
	position: relative;
	padding: 10px; /*25px 10px*/
	z-index: 3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px
}

#editorial .section-comite .box-editors .box .info {
	width: 70%
}

#editorial .section-comite .box-editors .box p {
	text-align: left;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	font-family: "DM Sans", sans-serif !important;
	letter-spacing: 0px;
	color: #000000
}

#editorial .section-comite .box-editors .box .cargo {
	text-align: left;
	font-weight: 500;
	font-size: 13px;
	line-height: 17px;
	font-family: "Montserrat", sans-serif !important;
	letter-spacing: 0px;
	color: #000000;
	margin-top: 5px;margin-bottom:10px;
}

#editorial .section-comite .box-editors .box .img-comite {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	z-index: 4;
	object-fit: cover;
	object-position: top center;
	max-width: 30%
}

#editorial .section-comite .box-editors .box .orcid {display: inline-block; background: #ffd200; color: #000; padding: 3px; border-radius: 4px; font-family: "Montserrat", sans-serif !important; font-weight: 600; font-size: 10px; margin: 5px 0 0 0;}
#editorial .section-comite .box-editors .box .lineas {display: inline-block; background: #e7eef8; color: #000; padding: 3px; border-radius: 4px; font-family: "Montserrat", sans-serif !important; font-weight: 600; font-size: 11px; margin: 0 3px 3px 0;}


.container-botones {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 30px;
	margin-top: 30px
}

.container-botones button {
	font-size: 20px;
	font-weight: bold;
	cursor: pointer
}

.container-botones #btn-volver {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	border-radius: 25px;
	color: #000;
	border: 1px solid #000;
	transition-duration: .3s;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.14px;
	width: 129px;
	height: 40px;
	cursor: pointer
}

.container-botones #btn-volver:hover {
	transform: scale(1.02)
}

.container-botones #btn-siguiente {
	border: none;
	border-radius: 5px;
	border-radius: 25px;
	background-color: #FFD200;
	transition-duration: .3s;
	cursor: pointer;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.14px;
	width: 129px;
	height: 40px;
	color: #000
}

.container-botones #btn-siguiente:hover {
	transform: scale(1.02)
}

.section-suscribete {
	padding: 100px 10%
}

.section-suscribete .title {
	text-align: left
}

.section-suscribete .description {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif !important;
	line-height: 24px;
	margin-bottom: 10px;
	margin-top: 35px;
	text-align: left;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1
}

.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 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: 100%;
	height: auto;
	min-height: 510px;
	background-color: #fff;
	padding: 35px 15px;
	transition-duration: .3s;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	cursor: pointer
}

.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 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0px;
	color: #000000;
	width: 50%
}

.section-suscribete .section-step.step1 .options-revista .option .price p {
	padding: 30px 0
}

.section-suscribete .section-step.step1 .options-revista .option .price p:nth-child(1) {
	padding-right: 10px
}

.section-suscribete .section-step.step1 .options-revista .option .price p:nth-child(2) {
	border-left: 1px solid #00000020;
	padding-left: 10px
}

.section-suscribete .section-step.step1 .options-revista .option .price p span {
	font-weight: bold
}

.section-suscribete .section-step.step2 #btn-volver {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	border-radius: 25px;
	color: #000;
	border: 1px solid #000;
	transition-duration: .3s;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0.14px;
	width: 129px;
	height: 40px;
	position: relative;
	top: -40px;
	left: 5px;
	cursor: pointer
}

.section-suscribete .section-step.step2 #btn-volver:hover {
	transform: scale(1.02)
}

.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: 15px;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
	font-family: 'Montserrat', sans-serif !important;
	color: #000
}

.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 .main-section {
	margin-top: 120px
}

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

#contacto .content-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	width: 100%;
	height: 700px
}

#contacto .content-section .info-contact {
	width: 50%;
	height: inherit;
	background-image: url("../img/contact.jpg");
	padding: 5%;
	position: relative;
	background-size: cover;
	background-position: top center
}

#contacto .content-section .info-contact .veilBlue {
	background-color: #06386682;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	filter: drop-shadow(2px 4px 6px black)
}

#contacto .content-section .info-contact .title {
	margin-bottom: 50px;
	color: #ffffff;
	border-bottom: 4px solid #ffffff;
	padding-bottom: 50px;
	width: 270px;
	z-index: 2;
	position: relative
}

#contacto .content-section .info-contact p {
	width: 270px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	font-family: 'Montserrat', 'sans-serif' !important;
	margin-bottom: 40px;
	text-align: left;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 0.8;
	z-index: 2;
	position: relative
}

#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: 50%;
	height: inherit;
	text-align: center;
	background-color: #042033;
	background-image: url(../img/trama-negra-odificada.png);
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	padding: 5%;
	margin: 0
}

#contacto .content-section #form-contact input[type=text]:nth-child(1) {
	margin-top: 100px
}

#contacto .content-section #form-contact input {
	width: 100%;
	border: none;
	padding: 10px 20px;
	margin-bottom: 30px;
	background-color: #ffffff;
	transition-duration: .3s;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	font-family: "Montserrat", sans-serif !important;
	letter-spacing: 0px;
	color: #707073;
	border: 1px solid #0D73D680;
	border-radius: 25px
}

#contacto .content-section #form-contact textarea {
	border: 1px solid #0D73D680;
	border-radius: 25px;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 140px;
	min-height: 140px;
	max-height: 140px;
	padding: 10px 20px;
	border: none;
	margin-bottom: 50px;
	background-color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	font-family: "Montserrat", sans-serif !important;
	letter-spacing: 0px;
	transition-duration: .3s
}

#contacto .content-section #form-contact button {
	width: 187px;
	height: 40px;
	padding: 0 10px;
	border: none;
	border-radius: 25px;
	background-color: #FFD200;
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
	font-family: "Montserrat", sans-serif !important;
	letter-spacing: 0.14px;
	color: #000000;
	text-transform: uppercase;
	cursor: pointer;
	transition-duration: .3s
}

@media screen and (min-width: 769px) and (max-width: 1565px) {
	#single-numero .content-section .title-left-box {
		display: none
	}
}

@media (max-width: 1430px) {
	#home .section-sidebar .search-component .conditions .remove_field {
		top: -4px;
		right: -20px
	}
	#home .slider-1 .slide .content .title {
		font-size: 55px
	}
	#home .section-online-first .control-slider {
		left: 7%
	}
}

@media (max-width: 1350px) {
	.section-sidebar {
		padding-right: 35% !important
	}
	#informacion .section-references .container-references .references {
		grid-template-columns: repeat(4, 1fr)
	}
	#home .section-sidebar .search-component .conditions .remove_field {
		top: -4px;
		right: -25px
	}
	#home .slider-1 .slide .content .title {
		font-size: 50px
	}
	#home .slider-1 .slick-next {
		right: 37%
	}
	#editorial .section-comite .box-editors {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (max-width: 1200px) {
	.section-sidebar {
		padding-right: 5% !important;
		min-height: 1px !important
	}
	.title,
	#single-numero .content-section {
		gap: 40px
	}
	.title .title1,
	#single-numero .content-section .title1 {
		font-size: 40px
	}
	.btn-sidebar {
		display: block;
		z-index: 12
	}
	.btn-sidebar:hover {
		transform: scale(1.02)
	}
	.section {
		padding: 40px 5%
	}
	.sidebar {
		display: none
	}
	.sidebar-responsive {
		display: block;
		position: fixed;
		top: 0;
		overflow-y: scroll;
		right: -100%;
		z-index: 11;
		max-height: 710px
	}
	.sidebar-responsive .group-button {
		flex-direction: column-reverse;
		gap: 15px
	}
	.sidebar-responsive .group-button #btn-register {
		left: 0px;
		width: 172px
	}
	.sidebar-responsive .group-button #btn-login {
		right: 0px
	}
	.section__number__special {
		flex-direction: column;
		padding: 50px 5%
	}
	.section__number__special .special__image__left {
		display: block;
		margin: 0 auto;
		max-width: 90%;
		bottom: -100px;
		background-color: transparent;
		border-radius: 25px
	}
	.section__number__special .special__image__left .img_number_special {
		position: relative;
		min-height: 1px;
		height: 400px;
		max-width: 100%;
		top: auto
	}
	.section__number__special .special__content__right {
		max-width: 100%;
		border-radius: 25px
	}
	.section__number__special .special__content__right .img__background {
		object-fit: cover;
		z-index: -1;
		background: #020024;
		background: linear-gradient(309deg, rgba(2, 0, 36, 0.43) 0%, rgba(0, 0, 0, 0.724247) 56%);
		border-radius: 0 25px 25px 0;
		position: absolute;
		width: 200%;
		height: 100%;
		left: 0;
		top: 0
	}
	.section__number__special .special__content__right .tag__especial_number {
		font-size: 20px
	}
	.section__number__special .special__content__right .title {
		font-size: 40px
	}
	.section__number__special .special__content__right .description p {
		font-size: 16px
	}
	.section__number__special .special__content__right .content {
		padding: 150px 7% 5%
	}
	.section__number__special .special__content__right a button {
		border: 0px;
		width: 170px;
		height: 46px;
		font-weight: 600;
		font-size: 14px;
		text-transform: uppercase;
		border-radius: 25px;
		cursor: pointer;
		transition-duration: .3s;
		outline: none;
		background-color: #FFD200;
		text-align: center;
		font-family: "Montserrat", Sans serif !important;
		letter-spacing: 0.14px;
		color: #303030;
		margin: 30px 0 20px
	}
	#home .section-online-first {
		padding: 20px 5% 100px
	}
	#home .section-online-first .control-slider {
		top: 88%
	}
	#home .section-sidebar .search-component .conditions .remove_field {
		top: -4px;
		right: 0
	}
	#home .section-sidebar #fullTextSearch {
		padding-right: 5%
	}
	#home .slider-1 .slick-next {
		right: 35%
	}
	#home .slider-1 .slide .content .title {
		font-size: 40px
	}
	#home #section-editor {
		padding: 80px 5% !important
	}
	#home #section-editor .control-slider {
		bottom: 50px
	}
	.header {
		padding: 10px 20px
	}
	.header nav a {
		font-size: 12px !important
	}
	#home .section-sidebar,
	#numeros .section-sidebar {
		padding: 0 !important
	}
	#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-sidebar .content_input_radius .label-radio,
	#numeros .section-sidebar .content_input_radius .label-radio {
		width: 100%
	}
	#home .section-sidebar .content_input_radius .label-radio .tw-m-3,
	#numeros .section-sidebar .content_input_radius .label-radio .tw-m-3 {
		margin-left: 0
	}
	#home .section-about-magazine .details,
	#numeros .section-about-magazine .details {
		width: 70%
	}
	#editorial .section-sidebar {
		padding: 0
	}
	#editorial .section-sidebar .section-editors {
		text-align: center
	}
	#editorial .section-sidebar .section-editors .title {
		text-align: left
	}
	#editorial .section-comite .box-editors {
		grid-template-columns: repeat(2, 1fr)
	}
	#indexaciones .section-sidebar {
		background-size: 310px
	}
	#indexaciones .section-indexaciones {
		padding-bottom: 100px
	}
	#indexaciones .section-indexaciones .box-logos .logo {
		width: 100%
	}
	#articulos .section-sidebar {
		padding-bottom: 50px;
		background-size: 289px
	}
	#articulos .container-form {
		display: block;
		padding: 50px;
		margin-top: 50px
	}
	#articulos .container-form .details {
		width: 100%;
		padding-right: 0;
		border: none
	}
	#articulos .container-form #form-manuscritos {
		width: 100%;
		margin-top: 50px;
		padding: 0
	}
	#articulos .section-directrices .description1 {
		margin-top: 40px
	}
	#papers .section-sidebar {
		background-size: 310px;
		background-position: 125% -139px
	}
	#papers .section-description {
		padding-bottom: 100px
	}
	#papers .description {
		margin-top: 50px
	}
	#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)
	}
	#revista .section-structure {
		margin-top: 0;
		padding-top: 0
	}
	#revista .section-structure .scroll table thead tr th {
		padding: 20px
	}
	#informacion .section-normas {
		background-size: 310px
	}
	#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-definitions .grid-column-4 {
		grid-template-columns: repeat(3, 1fr);
		gap: 50px
	}
	#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
	}
	#numeros .section-sidebar {
		padding: 0
	}
	#single-numero .section-sidebar {
		padding: 0;
		background-position: 143% -300px
	}
	#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-about-magazine .details {
		width: 70%
	}
	#single-numero.article-details .details {
		height: auto !important
	}
	#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 -revista,
	#home .section-suscribete .section-step -revista {
		align-items: baseline !important
	}
	#suscribete .section-suscribete .section-step -revista .option h6,
	#home .section-suscribete .section-step -revista .option h6 {
		font-size: 20px !important
	}
	#suscribete .section-step.step3 .type-suscription .suscription,
	#home .section-step.step3 .type-suscription .suscription {
		width: 49%
	}
	#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
	}
	.containerSingle {
		padding: 100px 0 0
	}
	#contacto .content-section .info-contact {
		width: 50%;
		padding: 40px 25px
	}
	#contacto .content-section #form-contact {
		width: 50%
	}
	footer .footer-bottom {
		padding: 40px 2%;
		font-size: 12px
	}
	footer .footer-bottom .social-networks a {
		margin-right: 10px
	}
}

@media (max-width: 1000px) {
	.title,
	.title1 {
		font-size: 45px;
		line-height: 40px
	}
	#single-numero .section-sidebar {
		background-position: 165% -300px
	}
	#single-numero .main-section img.right {
		display: none
	}
	#numeros .box-year .box {
		grid-template-columns: repeat(3, 1fr) !important
	}
	.headerBanner h2 {
		font-size: 45px;
		line-height: 48px
	}
	.headerBanner img.right,
	.headerBanner img.left {
		max-width: 50%
	}
	#indexaciones .section-sidebar {
		background-position: 150% -370px
	}
	#indexaciones .section-indexaciones .box-logos {
		margin-top: 0
	}
	#home .main-section {
		margin-top: 60px
	}
	#home .slider-1 .slide .content {
		padding: 50px 9% 130px 5%
	}
	#registerContent .main-section,
	#registerContent .main-section,
	#single-numero .main-section {
		margin-top: 60px !important
	}
	.archives .main-section {
		margin-top: 60px !important
	}
	.archives .box-other-numbers {
		grid-template-columns: repeat(3, 1fr) !important
	}
	#informacion .main-section,
	#papers .main-section,
	#editorial .main-section,
	#indexaciones .main-section,
	#articulos .main-section {
		margin-top: 80px !important
	}
	#contacto .main-section {
		margin-top: 60px
	}
	#contacto .content-section {
		padding: 200px 0
	}
	#contacto .content-section .info-contact {
		width: 50%
	}
	#contacto .content-section #form-contact {
		width: 50%
	}
}

@media (max-width: 1050px) {
	.main-section .result-section-title {
		padding: 100px 5% 50px !important
	}
	.content_input_radius {
		flex-direction: column-reverse
	}
	.content_input_radius span {
		width: 100%
	}
	.search-page select,
	.search-page #query {
		font-size: 12px !important
	}
	.search-page .field_value {
		font-size: 12px !important;
		padding: 10px 40px 10px 20px !important
	}
}

@media (max-width: 768px) {
	.main-section {
		margin-top: 60px
	}
	.sidebar-responsive {
		right: -105%;
		margin: 20px 0 !important;
		height: 710px
	}
	.section-sidebar {
		padding-right: 5% !important
	}
	.section {
		padding: 50px 5%
	}
	.title {
		font-size: 35px !important;
		line-height: 35px !important
	}
	.headerBanner {
		height: 400px
	}
	.headerBanner img.right,
	.headerBanner img.left {
		height: 400px
	}
	.headerBanner h2 {
		font-size: 40px !important;
		line-height: 40px !important;
		max-width: 45%;
		top: 170px
	}
	.headerBanner .shareSocialNetworkHeader {
		height: 50px;
		bottom: -22px
	}
	.headerBanner .shareSocialNetworkHeader p {
		font-size: 12px
	}
	.headerBanner .shareSocialNetworkHeader img {
		max-width: 30px;
		max-height: 30px
	}
	.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: 35px !important
	}
	.main-section .content-section .text-description {
		width: 80%
	}
	.desktop {
		display: none
	}
	.sidebar-responsive {
		margin-top: 60px;
		padding: 30px 5% 200px 5%
	}
	.grid-column-3,
	.grid-column-2,
	.grid-column-4 {
		grid-template-columns: repeat(2, 1fr)
	}
	#advanced {
		display: none
	}
	.header {
		display: none
	}
	.header-responsive {
		display: block
	}
	#home .main-section .velo-header {
		display: none
	}
	#home .main-section .result-section-title {
		padding: 100px 50px 50px
	}
	#home .slider-1 .slide .content {
		padding: 100px 30px 40px 30px
	}
	#home .slider-1 .slide .content .title {
		font-size: 40px
	}
	#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-sidebar .search-component .fieldOperator {
		max-width: 100%
	}
	#home .section-sidebar .search-component input.field_value {
		margin: 0px
	}
	#home .section-sidebar #fullTextSearch {
		margin-top: 30px;
		padding: 0
	}
	#home .section-last-number .head {
		font-size: 40px;
		margin-top: 50px
	}
	#home .section-last-number .box-last-number .last-number {
		width: 100%;
		height: 100%;
		box-shadow: none;
		color: #fff;
		left: 0;
		top: 0
	}
	#home .section-last-number .box-last-number .last-number span {
		font-size: 30px
	}
	#home .section-last-number .box-last-number .box-other-numbers {
		display: none
	}
	#home .section-last-number #secound-other-numbers a:nth-child(1) {
		display: block
	}
	#home .section-last-number .box-other-numbers {
		display: grid;
		text-align: center;
		grid-template-columns: repeat(2, 1fr);
		gap: 100px 25px
	}
	#home .section-last-number .box-other-numbers .link {
		width: 100%
	}
	#home .section-last-number .box-other-numbers #single-numero .galley-link {
		width: 92% !important;
		margin: 0;
		min-height: 520px
	}
	#home .section-last-number .box-other-numbers #single-numero .galley-link .other-number {
		width: 100%;
		margin: 30px 0
	}
	#home .section-last-number .box-other-numbers #single-numero .galley-link .other-number .info {
		padding: 385px 30px 30px
	}
	#home .section-online-first .control-slider {
		left: 8%
	}
	.section-editor-selection,
	.section-editor-most-read,
	.section-online-first {
		padding: 50px 5% 80px !important
	}
	#papers .section-sidebar {
		background: none
	}
	.section-about-magazine {
		padding-top: 40% !important
	}
	.section-about-magazine .details {
		width: 100%
	}
	.section-normas {
		padding: 50px 5%
	}
	.section-normas p {
		width: 100%
	}
	#subscription-app .step1 .right-box-subscription span.titleYear {
		font-size: 25px
	}
	#subscription-app .step1 .right-box-subscription .options-revista div {
		flex-direction: column
	}
	#subscription-app .step1 .right-box-subscription .options-revista .price p {
		padding: 25px 0
	}
	#subscription-app .step1 .right-box-subscription .options-revista .price p:nth-child(2) {
		border-top: 1px solid #00000020;
		border-left: none
	}
	#subscription-app .step2 .register-form h6 {
		font-size: 25px !important;
		margin-bottom: 20px !important
	}
	#subscription-app .wizard-info ul {
		margin-left: 15px
	}
	#revista .main-section {
		margin-top: 80px
	}
	#revista .section-concept .title {
		margin-top: 0
	}
	#revista .section-concept .title4 {
		font-size: 35px
	}
	#revista .section-structure,
	#revista .section-definitions {
		margin-top: -50px
	}
	#revista .section-definitions ul li {
		margin-bottom: 40px !important
	}
	#revista .section-definitions ul li p {
		column-count: 1
	}
	#revista .section-concept {
		padding: 100px 5% 50px !important
	}
	#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-indexaciones .title {
		font-size: 35px;
		margin-top: 0px
	}
	#revista .section-indexaciones .box-logos {
		margin-top: 10px;
		grid-template-columns: repeat(3, 1fr)
	}
	#informacion .section-references.inicio,
	#informacion .section-references {
		padding: 0px 5% 50px !important
	}
	#informacion .section-references.inicio .title4,
	#informacion .section-references .title4 {
		font-size: 35px
	}
	#informacion .section-references.inicio .container-references .references,
	#informacion .section-references .container-references .references {
		width: 100%;
		display: inline-block;
		grid-template-columns: repeat(1, 1fr) !important
	}
	#informacion .section-references.inicio .container-references .references .box-references,
	#informacion .section-references .container-references .references .box-references {
		width: 100% !important
	}
	#informacion .section-articles .description1,
	#informacion .section-articles ul {
		max-width: 100%
	}
	#informacion .section-articles #form-manuscritos {
		margin-top: 50px;
		padding: 0 !important
	}
	#informacion .section-articles #form-manuscritos .group-button {
		flex-direction: column-reverse;
		gap: 15px
	}
	#informacion .section-articles #form-manuscritos .group-button #btn-register,
	#informacion .section-articles #form-manuscritos .group-button #btn-login {
		width: 166px
	}
	#informacion .section-normas {
		padding-top: 100px !important;
		padding-bottom: 50px !important;
		background-image: none
	}
	#informacion .section-ethics {
		margin-top: -50px
	}
	#informacion .section-ethics .content-download {
		grid-template-columns: repeat(1, 1fr)
	}
	#informacion .section-ethics .content-download h5 {
		margin-top: -40px;
		font-size: 25px
	}
	#informacion .section-ethics .content-download .info {
		padding: 0
	}
	#informacion .section-ethics .content-download .description2 {
		font-size: 14px
	}
	#informacion .section-definitions .title {
		margin-bottom: 50px;
		margin-top: -20px
	}
	#informacion .section-definitions .grid-column-4 {
		grid-template-columns: repeat(2, 1fr);
		gap: 50px
	}
	#editorial .main-section {
		margin-top: 80px
	}
	#editorial .section-editors .box-editors {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px
	}
	#editorial .section-editors .box-editors .box .info {
		padding: 25px 10px 25px 100px
	}
	#editorial .section-comite .box-editors {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px
	}
	#indexaciones .main-section {
		margin-top: 80px
	}
	#indexaciones .section-indexaciones .title {
		margin-top: 0px
	}
	#indexaciones .section-indexaciones .box-logos {
		grid-template-columns: repeat(2, 1fr)
	}
	#indexaciones .section-sidebar {
		background: none
	}
	.archives .box-other-numbers {
		grid-template-columns: repeat(2, 1fr) !important
	}
	#single-numero.article-details .content-section {
		gap: 0px !important;
		padding: 50px 5% 0 !important
	}
	#single-numero.article-details .content-section .options {
		padding: 40px 0 !important
	}
	#single-numero.article-details .headerBanner h2 {
		font-size: 32px !important;
		line-height: 38px !important;
		max-width: 100%;
		margin-bottom: 0px
	}
	#single-numero.article-details .section-article .title {
		margin: 40px 0
	}
	#single-numero.article-details .section-sidebar {
		padding-bottom: 0 !important
	}
	#single-numero .main-section .shareSocialNetworkHeader {
		display: none !important
	}
	#single-numero .main-section .options {
		display: flex
	}
	#single-numero .content-galley .content-galley {
		margin: 20px 3px 0;
		width: 92% !important;
		bottom: 20px !important
	}
	#single-numero .featured-image {
		display: none !important
	}
	#single-numero .galley-link {
		margin-right: 0 !important;
		margin-bottom: 0;
		padding: 10px
	}
	#single-numero .article_info {
		border-radius: 18px !important;
		width: 100% !important
	}
	#single-numero .content-section {
		padding: 150px 5% 0
	}
	#single-numero .section-sidebar {
		background: none;
		padding-right: 0 !important
	}
	#single-numero .section-sidebar .section-article .details>img {
		display: none
	}
	#single-numero .section-sidebar .section-article .details .content {
		width: 100% !important;
		border-radius: 18px !important
	}
	#single-numero .section-article .details {
		height: 380px
	}
	#single-numero .section-article .details .content {
		width: 100% !important;
		border-radius: 18px !important;
		height: auto
	}
	#single-numero .section-ensayos .box-info {
		height: 380px
	}
	#single-numero .section-ensayos .box-info p {
		padding: 10px 0px
	}
	#single-numero .section-article .details>img {
		display: none
	}
	#single-numero .section-article .content {
		width: 100%;
		border-radius: 18px;
		height: auto
	}
	#single-numero .content-section {
		padding: 100px 5% 0 !important
	}
	#single-numero .section-simposio .content-tab .tab {
		display: block
	}
	#single-numero .citation_formats_styles {
		grid-template-columns: repeat(3, 1fr)
	}
	#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 #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 .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 .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
	}
	#articulos .main-section {
		margin-top: 80px
	}
	#articulos .container-form .details h4 {
		font-size: 21px;
		line-height: 30px
	}
	#articulos .container-form #form-manuscritos h5 {
		font-size: 21px;
		line-height: 30px;
		margin: 0
	}
	#articulos .container-form .section-directrices .description1 {
		margin-top: 40px !important
	}
	#articulos .section-sidebar {
		background-image: none;
		margin-top: -30px
	}
	.StyleSingleItem {
		max-height: 450px
	}
	.StyleSingleItem .contentDescripSingle {
		height: 370px
	}
	.StyleSingleItem .contentDescripSingle h4 {
		height: 70px
	}
	.audioVisuals .section-sidebar {
		padding-top: 100px;
		padding-right: 0 !important
	}
	.audioVisuals .SectionMoreVideo {
		padding: 0 5%
	}
	.audioVisuals .SectionMoreVideo h2 {
		font-size: 35px;
		line-height: 35px;
		text-align: center
	}
	.audioVisuals .PodcastItems h3 {
		font-size: 35px;
		line-height: 35px;
		text-align: center
	}
	.audioVisuals a .btn-black {
		margin-top: 30px
	}
	.containerSingle {
		padding: 100px 0 0
	}
	.containerSingle .firts-section .titleSingle {
		font-size: 25px;
		line-height: 30px
	}
	.containerSingle .shareSocialNetwork {
		height: 50px;
		width: 400px
	}
	.containerSingle .shareSocialNetwork p {
		font-size: 13px
	}
	.containerSingle .shareSocialNetwork a img {
		width: 30px;
		height: 30px
	}
	.containerSingle .SectionMoreVideo {
		padding: 50px 0 20px
	}
	.containerSingle .SectionMoreVideo h2 {
		font-size: 35px;
		line-height: 35px;
		text-align: center
	}
	#contacto .main-section .velo-header {
		display: none
	}
	#contacto .main-section .content-section {
		padding: 0 0 60px;
		display: block
	}
	#contacto .main-section .content-section .info-contact {
		height: 500px;
		width: 100%
	}
	#contacto .main-section .content-section #form-contact {
		width: 100%;
		height: 480px
	}
	#contacto .main-section .content-section #form-contact input[type=text]:nth-child(1) {
		margin-top: 20px
	}
	#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
	}
	#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-numero .main-section .options {
		padding: 40px 6% 20px !important;
		gap: 20px
	}
	#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-article .other-articles .content .details {
		height: 380px
	}
	#single-numero .section-sidebar .section-review .slider-review .review {
		display: block !important;
		height: 380px
	}
	#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 .control-slider {
		left: 70px;
		bottom: 30px
	}
	#single-numero .section-notes .contentSlider {
		height: 380px
	}
	#single-numero .section-notes .slider-notes .slick-dots {
		bottom: -30px
	}
	footer .footer-top {
		padding: 60px 0 30px 0;
		display: block;
		text-align: center
	}
	footer .footer-top a {
		display: block !important;
		width: 100% !important;
		margin: 0 auto
	}
	footer .footer-top div:first-child {
		margin-bottom: 40px
	}
	footer .menu-footer {
		width: 90%;
		flex-direction: column
	}
	footer .menu-footer .widget,
	footer .menu-footer .widget.widget-contact {
		width: 100%
	}
	footer .menu-footer ul {
		margin: 0;
		max-width: 80%
	}
	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: 550px) {
	.grid-column-3,
	.grid-column-2,
	.grid-column-4 {
		grid-template-columns: repeat(1, 1fr)
	}
	#home .slider-1 .slide .content-general {
		height: 500px
	}
	#home .slider-1 .slide .content-img-left {
		display: none
	}
	#home .slider-1 .slide .content {
		width: 100%
	}
	#home .slider-1 .slide .title {
		font-size: 31px !important;
		line-height: 35px !important
	}
	#home .section-last-number .head {
		text-align: center
	}
	#home .section-last-number .box-last-number {
		height: 600px !important;
		display: block
	}
	#home .section-last-number .box-last-number .last-number {
		margin-right: 0px;
		display: block
	}
	#home .section-last-number .box-last-number .last-number .last-number-image {
		width: 100% !important
	}
	#home .section-last-number .box-last-number .last-number .last-number-image .number-img {
		border-radius: 20px;
		position: relative;
		z-index: 4;
		max-width: 90%;
		width: 100%;
		display: block;
		margin: 0 auto
	}
	#home .section-last-number .box-last-number .last-number .contentUltimoNumero {
		width: 100%
	}
	#home .section-last-number .box-last-number .last-number span {
		line-height: 0
	}
	#home .section-last-number .box-other-numbers {
		grid-template-columns: repeat(1, 1fr);
		gap: 100px;
		margin-top: 200px
	}
	#home .section-last-number .box-other-numbers .link {
		width: 100% !important
	}
	#home .section-last-number .box-other-numbers .link .other-number {
		width: 100%
	}
	#home .section-about-magazine .details {
		margin-top: 60%
	}
	#home .section-online-first {
		padding: 50px 5%
	}
	#home .section-online-first .title {
		text-align: center
	}
	.section__number__special .special__content__right .title {
		font-size: 31px
	}
	#subscription-app .register-form .option-form {
		display: block;
		width: 100%
	}
	#subscription-app .section-step.step2 #btn-volver {
		margin: 50px auto 0px;
		display: block;
		position: unset
	}
	#registerContent #register h6 {
		font-size: 25px !important
	}
	#registerContent #register .option-form {
		width: 100% !important;
		margin-right: 0 !important
	}
	.section-sidebar .search-component input.field_value,
	.section-sidebar .search-component #query {
		width: 100%
	}
	.section-sidebar .search-component .conditions .remove_field {
		right: 0
	}
	#fullTextSearch div.date-filter div.tw-flex.tw-w-6\/12 {
		width: 100%
	}
	.section-normas.home p {
		width: 100%
	}
	.headerBanner {
		height: 400px;
		display: flex;
		justify-content: center;
		align-items: center
	}
	.headerBanner h2 {
		max-width: 100%;
		text-align: center;
		position: unset;
		width: 100%
	}
	.headerBanner img.right,
	.headerBanner img.left {
		display: none
	}
	.headerBanner .shareSocialNetworkHeader {
		display: none
	}
	#revista .section-concept {
		padding: 50px 5% !important
	}
	.archives .firstSection {
		padding-top: 100px
	}
	.archives .box-other-numbers {
		grid-template-columns: repeat(1, 1fr) !important;
		gap: 60px 5% !important
	}
	.archives .box-other-numbers .link {
		display: block;
		margin: 40px auto !important
	}
	#editorial .section-comite .box-editors {
		grid-template-columns: repeat(1, 1fr)
	}
	#editorial .section-comite .box-editors .box .img-comite {
		width: 86px;
		height: 86px
	}
	#editorial .section-comite .box-editors .box p {
		font-size: 17px;
		line-height: 15px
	}
	#informacion .section-articles .container-form {
		padding: 50px 10px
	}
	#informacion .section-definitions .grid-column-4 {
		grid-template-columns: repeat(1, 1fr);
		gap: 50px
	}
	.containerSingle .shareSocialNetwork {
		justify-content: center
	}
	.containerSingle .shareSocialNetwork p {
		display: none
	}
	#single-numero.article-details .section-article {
		padding-top: 50px !important
	}
	#single-numero .citation_formats_styles {
		grid-template-columns: repeat(2, 1fr)
	}
	#single-numero .content-section {
		padding: 150px 5% 0 !important
	}
	#single-numero .content-section .title1 {
		font-size: 40px
	}
	#single-numero .section-sidebar {
		background: none
	}
	#single-numero .options {
		gap: 10px !important
	}
	#single-numero .options .galley-link {
		font-size: 10px
	}
	#single-numero .view-more {
		gap: 0;
		font-size: 10px
	}
	#single-numero .content-galley {
		width: 89% !important
	}
	#single-numero .content-galley .content-galley-boton .galley-link {
		font-size: 10px
	}
	#single-numero .section-article .details {
		height: 450px
	}
	#single-numero .article_info .autor {
		margin-top: 20px !important
	}
	#single-numero .section-ensayos .box-info {
		height: 420px
	}
	#single-numero .section-review .slider-review .review {
		height: 400px
	}
	#single-numero .section-notes .slider-notes .contentSlider {
		height: 450px
	}
	#revista .section-indexaciones .box-logos {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (max-width: 460px) {
	#editorial .section-editors .box-editors .box p {
		font-size: 17px;
		line-height: 15px
	}
	#editorial .section-editors .box-editors .box .info {
		padding: 23px 10px 25px 29%
	}
	#home .slider-1 .slide .content {
		padding: 50px 30px 40px 30px
	}
	#home .section-last-number .box-other-numbers {
		grid-template-columns: repeat(1, 1fr);
		margin-top: 200px
	}
	#home .section-last-number .box-other-numbers .link {
		width: 100% !important;
		min-height: 570px;
		display: block;
		margin: 0 auto
	}
	#home .section-last-number .box-other-numbers .link .other-number {
		width: 100%
	}
}

@media (max-width: 375px) {
	.sidebar-responsive {
		width: 100%;
		min-width: 100%
	}
	#home .slider-1 .slide .content .ep,
	#numeros .slider-1 .slide .content .ep {
		width: 91px;
		height: 50px;
		margin-bottom: 20px
	}
	#home .section-sidebar .search-component input.field_value,
	#numeros .section-sidebar .search-component input.field_value {
		padding: 10px 40px 10px 10px
	}
	#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
	}
	#revista .section-indexaciones .box-logos {
		grid-template-columns: repeat(1, 1fr)
	}
	#indexaciones .section-indexaciones .box-logos {
		grid-template-columns: repeat(1, 1fr)
	}
	#informacion .section-articles .container-form {
		padding: 50px 10px
	}
	#informacion .section-definitions .sections {
		margin-top: 10px
	}
	#informacion .section-definitions .sections .box-sections {
		width: 100%
	}
	#articulos .container-form {
		padding: 50px 10px
	}
	#articulos .container-form #form-manuscritos .group-button {
		padding: 0 10px !important
	}
	#articulos .container-form #form-manuscritos .group-button #btn-register {
		width: 140px !important
	}
	#articulos .container-form #form-manuscritos .group-button #btn-login {
		width: 140px !important
	}
	#single-numero .content-bottom {
		gap: 20px;
		flex-direction: column
	}
	#single-numero .content-bottom .galley-link {
		min-width: 200px;
		text-align: center;
		justify-content: center
	}
	#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
	}
	#single-numero .content-galley {
		gap: 15px;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 10px;
		width: 80% !important
	}
	#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 .section-step.step3 .number,
	#home .section-step.step3 .number {
		padding: 30px 10px
	}
	#suscribete .section-step.step4 .container-confirmation .suscription,
	#home .section-step.step4 .container-confirmation .suscription {
		width: 100%
	}
	#editorial .section-editors .box-editors .box .info {
		padding: 23px 10px 25px 25%;
		height: 100px
	}
	#editorial .section-editors .box-editors .box .img-comite {
		width: 100px;
		height: 100px
	}
	.reset-password div:first-child .recover-email,
	.reset-password button {
		width: 200px !important;
		display: block !important;
		margin: 0 auto !important
	}
	.reset-password #lostPasswordForm {
		padding: 50px 15px
	}
}

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: 11
}

.section-sidebar {
	min-height: 1600px
}

.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 a {
	background-color: #ffffff;
	border-radius: 50px;
	margin-bottom: 15px
}

.main-section .social-networks .icon-facebook {
	background-image: url("/plugins/themes/ceptheme/img/icon-facebook.svg");
	filter: invert(1) !important
}

.main-section .social-networks .icon-twitter {
	background-image: url("/plugins/themes/ceptheme/img/icon-twitter.svg");
	filter: invert(1) !important
}

.main-section .social-networks .icon-instagram {
	background-image: url("/plugins/themes/ceptheme/img/icon-instagram.svg");
	filter: invert(1) !important
}

.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")
}

.btn-sidebar:hover {
	transform: scale(1.02)
}

.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 .backgroundSingle {
	background: #fff;
	background: linear-gradient(216deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.6) 72%);
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 0 0 25px 25px
}

#single-numero .content-section {
	z-index: 2;
	padding: 50px 5% 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 50px
}

#single-numero .content-section .title-left-box {
	width: 206px
}

#single-numero .content-section .title-left-box img {
	width: 100%;
	border-radius: 25px
}

#single-numero .content-section .title-right-box {
	float: left;
	max-width: 450px
}

#single-numero .content-section .title-right-box h2:not(.title-1) {
	font-size: 28px;
	font-family: montserrat;
	font-weight: 700;
	color: #fff;
	margin-bottom: 30px
}

#single-numero .content-section .title-right-box p {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif !important;
	color: #fff;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 20px
}

#single-numero .content-section .title-right-box p strong {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif !important;
	color: #fff
}

#single-numero .content-section .title-right-box p em {
	font-style: italic
}

#single-numero .content-section .title1 {
	text-align: left;
	font-family: 'DM Sans', sans-serif !important;
	font-size: 48px;
	line-height: 53px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #FFFFFF
}

#single-numero .content-section .title1 span {
	color: #ffffff
}

#single-numero .main-section {
	z-index: 2;
	background-image: url(../img/trama-negra-odificada.png);
	background-size: cover;
	border-radius: 0 0 25px 25px;
	overflow: visible
}

#single-numero .main-section .velo-header {
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 1;
	background: rgba(255, 255, 255, 0.15);
	background: linear-gradient(286deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.5) 80%)
}

#single-numero .main-section img.right {
	height: 100%;
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	object-fit: cover;
	border-radius: 0 0 25px 0
}

#single-numero .main-section .shareSocialNetworkHeader {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 25px;
	background-color: #fff;
	padding: 0px 25px;
	border-radius: 54px;
	position: absolute;
	bottom: -28px;
	left: 5%;
	height: 65px;
	z-index: 2;
	box-shadow: 5px 10px 10px #49494a20
}

#single-numero .main-section .shareSocialNetworkHeader p {
	text-align: left;
	font-size: 14px;
	line-height: 21px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif !important;
	letter-spacing: 0px;
	color: #000000;
	text-transform: uppercase;
	opacity: 0.8;
	display: flex;
	align-items: center;
	gap: 10px
}

#single-numero .main-section .shareSocialNetworkHeader .socialItem {
	width: 40px;
	height: 40px
}

#single-numero .main-section .options {
	margin-top: 0px !important;
	padding: 40px 6% 80px;
	z-index: 2;
	position: relative;
	gap: 15px
}

#single-numero .main-section .options .velo-header {
	height: 100%
}

#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: visible;
	height: auto !important
}

@media (max-width: 768px) {
	#single-numero .content p {
		float: left;
		width: 100%
	}
}

#single-numero .content h5 {
	text-align: left;
	font-style: normal;
	font-weight: 600;
	font-family: "Montserrat", sans-serif !important;
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 0.12px;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 0
}

#single-numero .content p {
	text-align: left;
	font-style: normal;
	font-weight: 500;
	font-family: "Montserrat", sans-serif !important;
	font-size: 11px;
	line-height: 19px;
	letter-spacing: 0px;
	color: #000000;
	opacity: 0.8
}

#single-numero .content .autor {
	margin-bottom: 15px !important;
	float: left;
	width: 100%
}

#single-numero .content .autor .name {
	text-align: left;
	font-style: normal;
	font-weight: 500;
	font-family: "Montserrat", sans-serif !important;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #000000;
	text-transform: uppercase;
	opacity: 0.8
}

#single-numero .content .article_info {
	position: relative
}

#single-numero .content .article_info h4 {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	font-family: "DM Sans", sans-serif !important;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1
}

@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 div:last-child p .icon-pdf {
	background-image: url("/plugins/themes/ceptheme/img/icon-pdf.png")
}

#single-numero .content-bottom {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-top: 50px
}

#single-numero .galley-link {
	letter-spacing: 0.14px;
	color: #707073;
	float: left;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif !important;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	border-radius: 25px;
	transition-duration: .3s;
	cursor: pointer;
	text-decoration: none;
	line-height: 26px
}

#single-numero .galley-link:hover {
	transform: scale(1.03)
}

#single-numero .galley-link span {
	display: none;
	margin: 1px auto
}

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

#single-numero .volume-back:hover {
	transform: scale(1.03)
}

#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 {
	position: relative !important
}

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

#single-numero.article-details .headerBanner {
	background-color: #FFD200;
	background-image: url(../img/trama-amarilla-2.png)
}

#single-numero.article-details .title1 {
	letter-spacing: 0px;
	color: #000000;
	font-size: 32px;
	line-height: 38px !important;
	font-weight: bold;
	font-family: 'DM Sans', sans-serif !important;
	position: unset;
	margin: 60px 0 50px
}

#single-numero.article-details .content-section {
	z-index: 2;
	padding: 0 5%;
	display: flex;
	align-items: flex-start;
	gap: 20px;
	flex-direction: column;
	justify-content: center;
	height: 100%
}

#single-numero.article-details .content-section .options {
	padding: 0
}

#single-numero.article-details .section-sidebar {
	min-height: 1600px
}

#single-numero.article-details .section-article {
	padding-top: 95px
}

#single-numero.article-details .desktop-sidebar {
	margin-top: 100px;
	height: 1400px
}

#single-numero.article-details .details {
	box-shadow: none;
	margin-top: 30px !important
}

#single-numero.article-details .details:hover {
	transform: none
}

#single-numero.article-details .details .content {
	width: 100% !important;
	height: auto !important
}

#single-numero.article-details .details .content .author {
	margin: 30px 0px 10px 0px
}

#single-numero.article-details .details .content .author span {
	font-style: italic;
	font-weight: bold
}

#single-numero.article-details .details .content .article-metadata {
	font-size: 12px
}

#single-numero.article-details .details .content .article-metadata span {
	width: 100%;
	display: inline-block;
	margin: 5px 0px
}

#single-numero.article-details .details .content .article-metadata span b {
	font-weight: bold
}

#single-numero.article-details .details .content .article-metadata span.icon {
	display: none
}

#single-numero.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
}

#single-numero.article-details .details .content .article-metadata button:hover {
	color: #fff;
	background-color: #000
}

#single-numero.article-details .details .content .article-metadata .galley-link {
	width: auto;
	color: #000 !important;
	display: flex;
	align-items: center;
	background-color: #ffd200 !important;
	height: 40px
}

#single-numero.article-details .details .content .article-metadata .galley-link span {
	display: none
}

#single-numero.article-details .section.section-article,
#single-numero.article-details .section-notes {
	background: transparent !important
}

#single-numero.article-details .section.section-article .content,
#single-numero.article-details .section-notes .content {
	text-align: left;
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0px;
	color: #000000;
	border: none;
	background: transparent;
	padding: 0;
	box-shadow: none
}

#single-numero.article-details .section.section-article .content p,
#single-numero.article-details .section-notes .content p {
	text-align: left;
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0px;
	color: #000000;
	border: none;
	background: transparent;
	padding: 0;
	box-shadow: none
}

#single-numero.article-details .section.section-article .content p em,
#single-numero.article-details .section-notes .content p em {
	font-style: italic
}

#single-numero.article-details .section.section-article .content .author,
#single-numero.article-details .section-notes .content .author {
	margin: 50px 0px 30px 0px
}

#single-numero.article-details .section.section-article .content .name,
#single-numero.article-details .section.section-article .content .code b,
#single-numero.article-details .section.section-article .content .keywords b,
#single-numero.article-details .section-notes .content .name,
#single-numero.article-details .section-notes .content .code b,
#single-numero.article-details .section-notes .content .keywords b {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0px;
	letter-spacing: 0px;
	color: #000000;
	font-style: normal;
	margin-top: 20px
}

#single-numero.article-details .section.section-article .content .code,
#single-numero.article-details .section.section-article .content .keywords,
#single-numero.article-details .section-notes .content .code,
#single-numero.article-details .section-notes .content .keywords {
	font-weight: 400;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0px;
	letter-spacing: 0px;
	color: #000000
}

#single-numero.article-details .section.section-article .content .article-metadata .volume-back,
#single-numero.article-details .section-notes .content .article-metadata .volume-back {
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #000;
	transition-duration: .3s;
	cursor: pointer;
	background: #ffffff 0% 0% no-repeat padding-box;
	border-radius: 25px;
	color: #000000;
	width: auto;
	height: 40px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat', sans-serif !important;
	margin-top: 0
}

#single-numero.article-details .section.section-article .content .article-metadata .galley-link,
#single-numero.article-details .section-notes .content .article-metadata .galley-link {
	width: auto;
	color: #fff;
	display: flex;
	align-items: center;
	background-color: black;
	height: 40px
}

#single-numero.article-details .section.section-article .content .article-metadata .galley-link span,
#single-numero.article-details .section-notes .content .article-metadata .galley-link span {
	display: none
}

#single-numero.article-details .galley-link {
	letter-spacing: 0.14px;
	color: #707073;
	float: left;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif !important;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	border-radius: 25px;
	transition-duration: .3s;
	cursor: pointer;
	text-decoration: none;
	line-height: 26px
}

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

#single-numero.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;
	font-family: "Montserrat", sans-serif !important;
	line-height: 18px
}

.user-snippet a:hover,
.user-snippet a:visited {
	color: black;
	text-decoration: underline
}

#login .main-section {
	margin-top: 120px
}

.login .login-form {
	background: #fff;
	border: 1px solid #9EC7EF;
	border-radius: 20px;
	opacity: 1;
	box-shadow: 20px 26px 0px #5eabe720;
	padding: 50px 0
}

.login .login-form .option-form {
	width: 80%;
	display: block;
	margin: 20px auto
}

.login .login-form .option-form label {
	text-align: left;
	font-weight: bold;
	font-family: "DM Sans", sans-serif !important;
	font-size: 18px;
	line-height: 38px;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1
}

.login .login-form .option-form #username,
.login .login-form .option-form #password {
	margin-top: 0px;
	padding: 10px 20px;
	border: 1px solid #49494A66;
	border-radius: 23px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #707073;
	height: 45px;
	width: 100%
}

.login .login-form .rememberme label {
	text-align: left;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #49494A;
	opacity: 0.8;
	margin-bottom: 0
}

.login .login-form #btn-login {
	background: #FFD200 0% 0% no-repeat padding-box;
	text-align: center;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 0.14px;
	color: #303030;
	opacity: 1;
	margin: 0 auto;
	border-radius: 25px;
	border: 1px solid #FFD200;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 172px;
	height: 40px
}

.login .login-form #btn-login:hover {
	transform: scale(1.02)
}

#registerContent .main-section {
	margin-top: 120px
}

#registerContent .desktop-sidebar {
	margin-top: 100px !important;
	height: 1400px
}

#registerContent #register {
	margin-top: 0;
	background: #fff;
	border: 1px solid #9EC7EF;
	border-radius: 20px;
	opacity: 1;
	box-shadow: 20px 26px 0px #5eabe720;
	padding: 40px
}

#registerContent #register .option-form {
	width: 48%;
	display: inline-grid;
	margin-bottom: 20px;
	margin-right: 1.5%
}

#registerContent #register h6 {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	display: block;
	font-size: 32px;
	font-weight: 700;
	font-family: "DM Sans", sans-serif !important;
	line-height: 40px;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	text-align: left
}

#registerContent #register label {
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
	text-align: left;
	font-family: "Montserrat", sans-serif !important;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1
}

#registerContent #register input,
#registerContent #register select {
	border-radius: 25px;
	border: 1px solid #0D73D680;
	font-size: 17px
}

#registerContent #register #reviewerOptinGroup p {
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif !important;
	color: #000000;
	text-align: left;
	margin-bottom: 15px
}

#registerContent #register .optin-privacy label {
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif !important;
	color: #000000;
	text-align: left;
	margin: 40px 0
}

#registerContent #register .optin-privacy label a {
	color: #49494A;
	opacity: 0.8;
	font-weight: 400;
	text-decoration: underline !important
}

#registerContent #register button {
	background: #FFD200 0% 0% no-repeat padding-box;
	text-align: center;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 0.14px;
	color: #000;
	opacity: 1;
	margin: 0;
	border-radius: 25px;
	border: 1px solid #FFD200;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 153px;
	height: 40px;
	display: block;
	margin: 0 auto
}

.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: 16px;
	line-height: 19px;
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
	text-align: left;
	font-family: "Montserrat", sans-serif !important;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1
}

.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 .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 .suscribete:hover {
	transform: scale(1.02)
}

.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
}

#btn-register:hover {
	transform: scale(1.02)
}

.archives .main-section {
	margin-top: 120px
}

.archives .section-sidebar {
	margin-top: -20px;
	background: #3d8fde;
	background: linear-gradient(180deg, rgba(61, 143, 222, 0.15) 0%, rgba(158, 199, 239, 0.15) 34%);
	padding-top: 40px
}

.archives .firstSection {
	padding-top: 180px
}

.archives .headerBanner {
	background-color: #007A85
}

.archives .headerBanner h2 {
	font-size: 50px;
	line-height: 55px;
	max-width: 30%
}

.archives .desktop-sidebar {
	margin-top: 100px
}

.archives .box-other-numbers {
	display: grid;
	gap: 120px 5%;
	grid-template-columns: repeat(4, 1fr)
}

.archives .box-other-numbers .link {
	width: 100%;
	margin: 0 0 50px
}

.archives .box-other-numbers .link:hover .img-number {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	transition: 0.5s all ease-in-out
}

.archives .box-other-numbers .link:hover .arrow-view-more {
	-webkit-transform: translateX(0.7rem);
	transform: translateX(0.7rem)
}

.archives .box-other-numbers .link .other-number {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	position: relative;
	display: inline-flex;
	cursor: pointer
}

.archives .box-other-numbers .link .other-number .img-number {
	border-radius: 20px;
	position: relative;
	z-index: 4;
	max-width: 90%;
	width: 100%;
	display: block;
	margin: -60px auto 40px
}

.archives .box-other-numbers .link .other-number .view-more {
	margin-top: 15px
}

.archives .box-other-numbers .link .other-number .info {
	width: 100%;
	height: auto;
	background-color: #fff;
	box-shadow: 5px 10px 10px #49494a20;
	padding: 0;
	transition-duration: .3s;
	border-radius: 18px;
	border: 1px solid #0D73D666
}

.archives .box-other-numbers .link .other-number .info .info-number {
	padding: 0 30px 30px
}

.archives .box-other-numbers .link .other-number .info .year {
	text-align: left;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500;
	font-size: 11px;
	line-height: 19px;
	letter-spacing: 0px;
	color: #575756;
	text-transform: uppercase;
	opacity: 0.8;
	margin-top: 5px
}

.archives .box-other-numbers .link .other-number .info .number {
	text-align: left;
	font-family: 'DM Sans', sans-serif !important;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #000
}

.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 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")
}

.cmp_pagination {
	flex: 1;
	display: flex;
	justify-content: center;
	margin-top: 30px
}

.cmp_pagination span {
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	font-family: "Montserrat", sans-serif !important;
	letter-spacing: 0.14px;
	color: #000000;
	text-transform: uppercase;
	opacity: 1;
	border: 1px solid #000000;
	border-radius: 25px;
	width: 130px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 20px
}

.cmp_pagination a {
	background: #000000 0% 0% no-repeat padding-box;
	border: 1px solid #000000;
	border-radius: 25px;
	text-align: left;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	font-family: "Montserrat", sans-serif !important;
	letter-spacing: 0.14px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	width: 130px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center
}

.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
}

#resetPass .main-section {
	margin-top: 120px
}

@media (max-width: 1024px) {
	#resetPass .main-section {
		margin-top: 60px !important
	}
}

.section-sidebar.reset-password .desktop-sidebar {
	margin-top: 100px
}

.reset-password {
	display: flex;
	justify-content: center
}

.reset-password p {
	font-size: 18px;
	line-height: 19px;
	font-weight: 400;
	margin-bottom: 10px;
	display: block;
	text-align: left;
	font-family: "Montserrat", sans-serif !important;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1
}

.reset-password div:first-child {
	margin-top: 20px;
	text-align: center
}

.reset-password div:first-child .recover-email {
	width: 250px;
	padding: 12px;
	border-radius: 25px;
	border: 1px solid #0D73D680;
	font-size: 17px;
	display: inline-block
}

.reset-password .label {
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
	text-align: left;
	font-family: "Montserrat", sans-serif !important;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1
}

.reset-password #lostPasswordForm {
	background: #fff;
	border: 1px solid #9EC7EF;
	border-radius: 20px;
	opacity: 1;
	box-shadow: 20px 26px 0px #5eabe720;
	padding: 50px;
	text-align: left
}

.reset-password button {
	width: 250px;
	display: inline-block;
	margin: 0 20px;
	background: #FFD200 0% 0% no-repeat padding-box;
	text-align: left;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 0.14px;
	color: #303030;
	opacity: 1;
	margin: 0;
	border-radius: 25px;
	border: 1px solid #FFD200;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px
}

.search-page .search-full {
	display: none
}

.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
}

#indexaciones .logo,
#revista .logo {
	background-size: 150px !important;
	filter: url("data:image/svg+xmlutf8,<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: 150px !important
}

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

.archives .box-other-numbers .link,
.section-last-number .box-other-numbers .link {
	width: 100%
}

.archives .box-other-numbers .link .other-number,
.section-last-number .box-other-numbers .link .other-number {
	background-position: center top;
	background-size: 100% auto !important
}

#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
}

#single-numero .section-review .slider-review .review div:first-child .autor {
	color: #49494A
}

.research_notes_article_footer a,
.research_notes_article_footer .doi {
	width: auto !important
}

.symposium {
	background-color: #ccc !important;
	margin: 50px 0px !important
}

.symposium h3 {
	text-align: center;
	margin-bottom: 30px
}

#single-numero .section-notes .slider-notes {
	display: inline-block;
	width: 100%
}

.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: 6px;
	font-size: 10px;
	font-family: 'Montserrat', sans-serif !important;
	color: #000;
	opacity: .8
}

.d-flex {
	display: flex
}

.flex-row {
	flex-direction: row
}

.flex-column {
	flex-direction: column
}

.mt-auto {
	margin-top: auto
}

.mt-0 {
	margin-top: 0px !important
}

.mh-130 {
	min-height: 130px
}

.text-center {
	text-align: center !important
}

.mb-30 {
	margin-bottom: 30px !important
}

.bg-eeeeee {
	background-color: #eeeeee !important
}

.w-100 {
	width: 100% !important
}

.lh-1 {
	line-height: 1 !important
}

.fsize-14 {
	font-size: 14px !important
}

.ml-0 {
	margin-left: 0px !important
}

.material-icons {
	font-family: 'Material Icons' !important
}

.filtro {
	top: -60px;
	box-shadow: none !important
}

#main-content .box-brief-cards li {
	max-height: 379px
}

@media screen and (max-width: 768px) {
	#home .section-last-number .box-last-number {
		height: 500px !important
	}
}

@media screen and (max-width: 768px) {
	.box-last-number .responsive-number-img {
		object-fit: contain !important
	}
}

.section-last-number .box-other-numbers .link .other-number {
	background-color: transparent
}

@media screen and (max-width: 768px) {
	.section-last-number .box-other-numbers .link .other-number {
		background-size: contain !important
	}
}

.main-section {
	z-index: 2
}

.main-section .result-section-title {
	padding: 5% 50px;
	background-color: #FFD200;
	border-radius: 0 0 20px 20px;
	background-image: url(../img/trama-amarilla-2.png);
	background-size: cover;
	background-repeat: no-repeat
}

.search-page {
	padding: 80px 5% 0px;
	position: relative;
	margin-top: -30px;
	z-index: 1;
	background: transparent linear-gradient(180deg, rgba(61, 143, 222, 0.15) 0%, rgba(73, 73, 74, 0) 100%) 0% 0% no-repeat padding-box;
	transform: scale(1.02)
}

.search-page .search-form #query {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #49494A80;
	border-radius: 25px;
	opacity: 1;
	padding: 10px 20px;
	width: 100%;
	background-image: url(../img/lupa.png);
	background-repeat: no-repeat;
	background-size: 23px;
	background-position: 94% center;
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0px;
	color: #707073
}

.search-page .search-form #query h2 {
	text-align: left;
	letter-spacing: 0px;
	color: #49494A;
	opacity: 1;
	font-size: 21px;
	line-height: 27px;
	font-weight: bold;
	font-family: 'DM Sans', sans-serif !important
}

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

.search-page .search-form .search-button {
	text-align: right !important
}

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

.search-page h4 {
	text-align: left;
	font-weight: bold;
	font-size: 21px;
	line-height: 25px;
	font-family: 'DM Sans', Sans serif !important;
	letter-spacing: 0px;
	color: #49494A;
	opacity: 1
}

.search-page .search_results {
	display: flex;
	flex-direction: row;
	justify-content: left;
	flex-wrap: wrap
}

.search-page .search_results .content-result {
	padding: 40px 40px 40px 40px;
	display: block;
	width: 100%;
	position: relative
}

.search-page .search_results .content-result hr {
	opacity: .2;
	position: absolute;
	bottom: 0;
	z-index: 5;
	width: 100%;
	margin: 0;
	left: 0;
	background-color: #444444;
	border-width: 0.5px;
	border-style: solid
}

.search-page .search_results .content-result:hover {
	background-color: white;
	margin: 0;
	border-radius: 25px;
	border-bottom: none
}

.search-page .search_results .content-result:hover .title-result {
	color: #3D8FDE
}

.search-page .search_results .content-result:hover hr {
	display: none
}

.search-page .search_results .content-result .tag_tax {
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500;
	padding: 2px 5px;
	background-color: #000;
	display: inline-block;
	border-radius: 20px
}

.search-page .search_results .content-result .title-result {
	font-size: 18px;
	line-height: 24px;
	font-family: 'DM Sans', sans-serif !important;
	font-weight: 700;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1
}

.search-page .search_results .content-result .keywords-content .keywords {
	font-weight: 600;
	font-size: 12px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0.12px;
	color: #000000;
	text-transform: uppercase;
	opacity: 1
}

.search-page .search_results .content-result .keywords-content .tw-ml-2 {
	text-align: left;
	font-weight: 500;
	font-size: 12px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0px;
	color: #000000;
	opacity: 0.8
}

.search-page .search_results .content-result .autor-result {
	text-align: left;
	font-size: 14px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500;
	letter-spacing: 0px;
	color: #000000;
	text-transform: uppercase;
	opacity: 0.8
}

.search-page .search_results .content-result .doi-result {
	text-align: left;
	font-size: 12px;
	line-height: 19px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500;
	letter-spacing: 0px;
	color: #000000;
	text-transform: capitalize;
	opacity: 0.8
}

.search-page .search_results .content-result .resumenAndPdf {
	font-size: 12px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 600;
	letter-spacing: 0.12px;
	color: #49494A;
	text-transform: uppercase;
	opacity: 1
}

.search-page .search_results .icon-resumen {
	display: inline-block;
	background-image: url(/plugins/themes/ceptheme/img/icon-resumen.png);
	width: 18px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 10px;
	transition-duration: 0.3s
}

.search-page .search_results .separator {
	height: 1px;
	width: 100%;
	background-color: #cccccc
}

.search-page .pagination {
	margin-top: 2rem
}

.search-page .pagination button {
	border: 0px;
	width: 129px;
	height: 40px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 5px;
	cursor: pointer;
	transition-duration: .3s;
	outline: none;
	background-color: black;
	border-radius: 25px;
	font-size: 14px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 600;
	letter-spacing: 0.14px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1
}

.search-page .pagination button.info {
	width: 100px;
	background-color: white;
	border: 1px solid black;
	color: black;
	width: 130px;
	height: 40px
}

.search-page .fulltext-search .option-form {
	width: 100% !important
}

.search-page .fulltext-search .option-form h3 {
	text-align: left;
	letter-spacing: 0px;
	color: #49494A;
	opacity: 1;
	font-size: 21px;
	line-height: 27px;
	font-weight: 700;
	font-family: 'DM Sans' !important
}

.search-page .fulltext-search .option-form select,
.search-page .fulltext-search .option-form .mx-datepicker .mx-input,
.search-page .fulltext-search .option-form input[type=text] {
	width: 100%;
	padding: 10px 20px;
	border: 1px solid #49494A80;
	border-radius: 25px;
	font-size: 16px;
	font-family: 'Montserrat' !important;
	background-color: white;
	text-align: left;
	line-height: 27px;
	letter-spacing: 0px;
	color: #707073;
	margin: 0 0 10px;
	height: 45px;
	background-image: url(../img/arrow-down.png);
	background-repeat: no-repeat;
	background-size: 27px;
	background-position: 97% center
}

.search-page .fulltext-search .option-form .mx-datepicker svg {
	opacity: 0
}

.search-page .fulltext-search .option-form .terms {
	width: 100%
}

.search-page .fulltext-search .option-form .separator {
	margin: 20px 0px;
	display: flex;
	align-items: center
}

.search-page .fulltext-search .option-form .separator span {
	margin: 5px;
	color: #cbcbcb
}

.search-page .fulltext-search .option-form .separator::after,
.search-page .fulltext-search .option-form .separator::before {
	content: "";
	width: 90%;
	display: inline-block;
	background-color: #cbcbcb;
	height: 1px
}

.search-page .fulltext-search .option-form .separator-full {
	margin: 20px 0px;
	width: 100%;
	background-color: #cbcbcb;
	height: 1px
}

.search-page .fulltext-search .option-form .advanced .add_operator {
	text-align: left;
	font-size: 12px;
	line-height: 26px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0.12px;
	color: #49494A;
	text-transform: uppercase;
	opacity: 1
}

.search-page .fulltext-search .option-form .advanced .add_operator span {
	font-size: 22px;
	position: relative;
	margin-left: 5px;
	top: 2px
}

.search-page .fulltext-search .option-form .advanced .type-field {
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0px;
	color: #000000
}

.search-page .fulltext-search .option-form .advanced .conditions {
	margin-bottom: 10px;
	display: flex;
	position: relative
}

.search-page .fulltext-search .option-form .advanced .conditions .field_value {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #49494A80;
	border-radius: 25px;
	opacity: 1;
	padding: 10px 20px;
	width: 100%;
	background-image: url(../img/lupa.png);
	background-repeat: no-repeat;
	background-size: 23px;
	background-position: 94% center;
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0px;
	color: #707073
}

.search-page .fulltext-search .option-form .advanced .conditions .remove_field {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: -5px
}

.search-page .fulltext-search .option-form .advanced .conditions .remove_field span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 19px;
	border-radius: 50%;
	background-color: #ececed;
	color: #49494a;
	cursor: pointer
}

.search-page .fulltext-search .option-form .advanced .conditions .remove_field span:hover {
	background-color: #e9e9eb
}

.search-page .fulltext-search .option-form .date-filter .yearFilter {
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0px;
	color: #000000
}

.search-page .fulltext-search .option-form .date-filter .range {
	width: 100%
}

.search-page .fulltext-search .option-form .date-filter .label-radio {
	text-align: left;
	font-size: 12px;
	line-height: 22px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0px;
	color: #000000;
	text-transform: uppercase;
	opacity: 0.9
}

.search-page .fulltext-search .option-form .date-filter .datePicker.mx-datepicker {
	width: 100%
}

.search-page .fulltext-search .option-form .date-filter .datePicker .mx-input-wrapper .mx-icon-calendar {
	display: none
}

.search-page .fulltext-search .option-form .date-filter .datePicker .mx-input {
	height: 51px;
	border: 1px solid #0D73D680;
	border-radius: 25px
}

.search-page .loader {
	width: 48px;
	height: 48px;
	border: 5px solid #CCCCCC;
	border-bottom-color: #FFD200;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite
}

@keyframes rotation {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}

.search-page .search-btn button {
	border: 0px;
	width: 100%;
	height: 46px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 25px;
	cursor: pointer;
	transition-duration: .3s;
	outline: none;
	background-color: #FFD200;
	text-align: center;
	font-family: "Montserrat", Sans serif !important;
	letter-spacing: 0.14px;
	color: #303030
}

.search-page .search-component {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #9EC7EF;
	border-radius: 20px;
	opacity: 1;
	padding: 10%
}

.search-page .search-component .type-field {
	text-align: left;
	line-height: 18px;
	font-family: "Montserrat", Sans serif !important;
	font-weight: 500;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1
}

@media screen and (max-width: 768px) {
	.filtro {
		top: 0px;
		padding: 0px 5%
	}
}

.filtro form input[type="search"] {
	width: 60% !important;
	margin-bottom: 10px
}

#single-numero .section-article .top-info {
	height: 19px;
	background: #000;
	border-radius: 10px;
	position: absolute;
	left: 30px;
	top: 15px;
	transition-duration: .3s;
	text-align: left;
	font-size: 10px;
	line-height: 13px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500;
	letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 6
}

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

#single-numero .section-article .other-articles .content {
	width: 100%;
	display: inline-block;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0;
	background: transparent
}

#single-numero .section-article .other-articles .content h5 {
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
	width: 100%
}

#single-numero .section-article .other-articles .content .article_info {
	width: 100%;
	padding: 50px 30px 0px 30px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #0D73D666;
	border-radius: 0px 18px 18px 0;
	height: inherit;
	position: relative
}

@media screen and (max-width: 576px) {
	#single-numero .section-article .other-articles .content .article_info {
		width: 100%
	}
}

#single-numero .section-article .other-articles .content .featured-image {
	max-width: 30%;
	height: inherit;
	width: 100%
}

@media screen and (max-width: 576px) {
	#single-numero .section-article .other-articles .content .featured-image {
		display: none
	}
}

#single-numero .section-article .other-articles .content .featured-image img {
	max-width: 100%;
	height: inherit;
	object-fit: cover;
	border-radius: 18px 0 0 18px;
	min-height: 300px;
	width: 100%
}

#single-numero .article-link {
	color: #49494A;
	text-decoration: none
}

#single-numero .article-link:hover,
#single-numero .article-link:active {
	color: #49494A;
	text-decoration: underline
}

#subscription-app {
	padding: 100px 5%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #49494A80;
	border-radius: 20px;
	margin: 100px 6% 100px 5%;
	box-shadow: 20px 26px 0px #00000020;
	text-align: left
}

#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: 100%;
		margin-bottom: 0px
	}
}

#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 {
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	font-family: 'DM Sans', sans-serif !important;
	letter-spacing: 0px;
	color: #000000;
	margin-bottom: 5px;
	display: block
}

#subscription-app .step1 .right-box-subscription .priceCant {
	text-align: center;
	letter-spacing: 0px;
	color: #000000;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px;
	line-height: 24px
}

@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: 32px;
	font-weight: 700;
	font-family: "DM Sans", sans-serif !important;
	line-height: 40px;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1
}

#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 {
	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: 100%;
	margin-right: 2.5%;
	display: flex;
	align-items: center;
	justify-content: space-around
}

#subscription-app .step1 .right-box-subscription .options-revista .option {
	padding-bottom: 15px !important;
	min-height: 300px;
	width: 100%
}

@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: 250px
}

#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 .wizard-info ul {
	list-style: disc;
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Montserrat', sans serif !important;
	line-height: 24px;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1
}

#subscription-app .form-holder .option-form {
	margin-right: 2.5%
}

#subscription-app .step2 .register-form {
	margin-bottom: 0px
}

#subscription-app .step2 .register-form input,
#subscription-app .step2 .register-form select {
	border-radius: 25px;
	border: 1px solid #0D73D680;
	font-size: 17px
}

#subscription-app .step2 .register-form .actions {
	text-align: center
}

#subscription-app .step2 .register-form .actions .optin-privacy {
	font-size: 13px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif !important;
	line-height: 30px
}

#subscription-app .step2 .register-form .actions .optin-privacy a {
	color: #49494A;
	opacity: 0.8;
	font-weight: 400
}

#subscription-app .step2 .register-form h6 {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	display: block;
	font-size: 32px;
	font-weight: 700;
	font-family: "DM Sans", sans-serif !important;
	line-height: 40px;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1
}

#subscription-app .step2 .register-form button {
	border: 1px solid #FFD200;
	width: 129px;
	height: 40px;
	color: #000;
	font-weight: bold;
	border-radius: 25px;
	cursor: pointer;
	transition-duration: .3s;
	outline: none;
	background-color: #FFD200;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0.14px;
	text-transform: uppercase
}

#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
}

@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
}

.mx-datepicker-main.mx-datepicker-popup .mx-calendar-content .cell.active {
	background-color: black
}

.mx-datepicker-main.mx-datepicker-popup .mx-calendar-content .cell.active:hover {
	background-color: black
}

.mx-datepicker-main.mx-datepicker-popup .mx-calendar-content .cell:hover {
	background-color: #f2f2f2
}

.mx-datepicker-main .mx-calendar-header button:hover {
	color: black
}

.mx-datepicker .mx-input:hover,
.mx-datepicker .mx-input:active {
	border: 2px solid black !important;
	border-color: black
}

.grecaptcha-badge {
	visibility: hidden
}

html {
	scroll-behavior: smooth
}