/*header*/
header{
	width: 100%;
	position: fixed;
	display: flex;
	justify-content: center;
	padding: 1.5vh 0;
	background: var(--negro);
	z-index: 2500;
}

header > div{
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header > div > #btn-menu{
	width: 11vw;
	height: 11vw;
	background-image: url('../iconos/icono-menu-blanco.svg');
	background-size: 90%;
	background-position: center;
	background-repeat: no-repeat;
}

header > div > #btn-inicio{
	width: 9vw;
	height: 9vw;
	background-image: url('../iconos/icono-candado-morado.svg');
	background-size: 90%;
	background-position: center;
	background-repeat: no-repeat;
}

header > div > img{
	width: 27%;
}

header > p{
	width: 100%;
	height: 100vh;
	z-index: 3000;
	position: fixed;
	display: none;
	top: 0;
	transition: all 0.2s ease;
	left: 0;
	background: rgba(0, 0, 0, .50);
}

.menu-abierto > p,
.inicio-abierto > p{
	display: flex;
}

header > nav,
header > aside{
	position: fixed;
	top: 0;
	right: 100%;
	z-index: 3500;
	width: 80%;
	transition: all 0.2s ease;
	display: flex;
	flex-direction: column;
	background: var(--blanco);
	height: 100vh;
	align-items: center;
	justify-content: flex-end;
}

.menu-abierto > nav{
	right: 20%;
}

header > nav > img{
	width: 70%;
	position: absolute;
    top: 5vh;
}

header > nav > div{
	width: 100%;
	padding: 2vh 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

header > nav > div > span{
	width: 10vw;
	height: 10vw;
	margin: 0vh 8% 0 5%;
}

header > nav > #seccion1 > span{
	background-image: url('../iconos/icono-inicio-menu.svg');
	background-size: 90%;
	background-position: center;
	background-repeat: no-repeat;
}

header > nav > #seccion2 > span{
	background-image: url('../iconos/icono-foro-menu.svg');
	background-size: 90%;
	background-position: center;
	background-repeat: no-repeat;
}

header > nav > #seccion3 > span{
	background-image: url('../iconos/icono-actividades-menu.svg');
	background-size: 90%;
	background-position: center;
	background-repeat: no-repeat;
}

header > nav > #seccion4 > span{
	background-image: url('../iconos/icono-conferencistas-menu.svg');
	background-size: 90%;
	background-position: center;
	background-repeat: no-repeat;
}

header > nav > #seccion5 > span{
	background-image: url('../iconos/icono-participa-menu.svg');
	background-size: 90%;
	background-position: center;
	background-repeat: no-repeat;
}

header > nav > #seccion6 > span{
	background-image: url('../iconos/icono-informacion-menu.svg');
	background-size: 90%;
	background-position: center;
	background-repeat: no-repeat;
}

header > nav > #seccion7 > span{
	background-image: url('../iconos/icono-registrate-menu.svg');
	background-size: 90%;
	background-position: center;
	background-repeat: no-repeat;
}

header > nav > div > p{
	color: var(--negro-texto);
	font-weight: 500;
	letter-spacing: .5px;
	font-size: 1.25em;
	width: 60%;
}

header > nav > aside{
	width: 100%;
	padding: 2.5vh 0 2vh;
	background: var(--negro-resaltado);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5vh;
}

header > nav > aside > a{
	text-decoration: none;
	width: 9vw;
	height: 9vw;
	margin: 0vh 4%;
}

header > nav > aside > a:nth-of-type(1){
	background-image: url('../iconos/icono-linkedin-blanco.svg');
	background-size: 90%;
	background-position: center;
	background-repeat: no-repeat;
}

header > nav > aside > a:nth-of-type(2){
	background-image: url('../iconos/icono-facebook-blanco.svg');
	background-size: 90%;
	background-position: center;
	background-repeat: no-repeat;
}

header > nav > aside > a:nth-of-type(3){
	background-image: url('../iconos/icono-instagram-blanco.svg');
	background-size: 90%;
	background-position: center;
	background-repeat: no-repeat;
}

header > aside{
	right: 0;
	left: 100%;
}

.inicio-abierto > aside{
	left: 20%;
}

header > aside > .icono-figura{
	width: 40vw;
	height: 40vw;
	position: absolute;
	top: 5vh;
	background-image: url('../iconos/figura-logo-morado.svg');
	background-size: 95%;
	background-position: center;
	background-repeat: no-repeat;
}

header > aside > form{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 92%;
	position: absolute;
	top: 27vh;
}

header > aside > form > h5{
	color: var(--negro-resaltado);
	font-weight: 700;
	font-size: 1.75em;
	text-align: center;
	margin-bottom: 5vh;
}

header > aside > form > .textbox{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 2vh;
	padding: 2vh 0;
	width: 100%;
	background: var(--fondo-claro);
}

header > aside > form > .textbox > span{
	position: absolute ;
	left: 2.5%;
	width: 3vh;
	height: 3vh;
}

header > aside > form > .textbox:nth-of-type(1) > span{
	background-image: url('../iconos/icono-persona-gris.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

header > aside > form > .textbox:nth-of-type(2) > span{
	background-image: url('../iconos/icono-candado-gris.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

header > aside > form > .textbox > input{
	background: none;
	outline: none;
	width: 87%;
	padding-left: 13%;
	color: var(--gris-claro);
	font-weight: 500;
	font-size: .8em;
	text-align: left;
	border: none;
}

header > aside > form > span{
	color: var(--negro-resaltado);
	font-size: 1em;
	font-weight: 500;
	text-decoration: none;
}

header > aside > form > input{
	font-weight: 500;
    font-size: 1.25em;
    cursor: pointer;
    color: var(--blanco);
    border-radius: 25px;
    background: var(--morado-fondo);
    padding: 2vh 4vh;
    margin: 2vh 0 3vh;
    border: none;
}

header > aside > p{
	font-weight: 500;
	color: var(--negro-resaltado);
	margin-bottom: 1.5vh;
	font-size: 1em;
}

header > aside > h3{
	width: 100%;
	text-align: center;
	color: var(--blanco);
	font-weight: 500;
	font-size: 1.75em;
	padding: 3vh 0;
	letter-spacing: 0.5px;
	background-image: linear-gradient(90deg, var(--morado-degradado), var(--celeste-degradado));
	margin-bottom: 2vh;
}

header > aside > #derecho-header{
	font-weight: 400;
	color: var(--negro-texto);
	font-size: .85em;
	margin: 3vh 0;
}

#recupera-modal{
	width: 100%;
	height: 100vh;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
	z-index: 3000;
	transition: all 0.2s ease;
}

#recupera-modal > form{
	width: 85%;
	background: var(--blanco);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 3.5vh 3.5%;
	position: fixed;
	top: 25vh;
	left: 4%;
}

#recupera-modal > form > h5{
	color: var(--negro-resaltado);
	font-weight: 700;
	font-size: 1.75em;
	text-align: center;
	margin-bottom: 5vh;
}

#recupera-modal > form > .textbox{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 3vh;
	padding: 2vh 0;
	width: 100%;
	background: var(--fondo-claro);
}

#recupera-modal > form > .textbox > span{
	position: absolute ;
	left: 2.5%;
	width: 3vh;
	height: 3vh;
}

#recupera-modal > form > .textbox > span{
	background-image: url('../iconos/icono-correo-gris.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#recupera-modal > form > .textbox > input{
	background: none;
	outline: none;
	width: 87%;
	padding-left: 13%;
	color: var(--gris-claro);
	font-weight: 500;
	font-size: .8em;
	text-align: left;
	border: none;
}

#recupera-modal > form > input{
	font-weight: 500;
	font-size: .85em;
	cursor: pointer;
	color: var(--blanco);
	border-radius: 25px;
	background: var(--morado-fondo);
	padding: 1vh 2vh;
	border: 1px solid var(--morado-fondo);
	transition: all 0.2s ease;
}

#recupera-modal > form > input:hover{
	background: var(--blanco);
	color: var(--morado-fondo);
}

#recupera-modal > form > span{
	color: var(--blanco);
    background: #eb0027;
    padding: 0.5vh 1vh .75vh;
    border-radius: 100%;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 0.85;
    text-align: center;
    position: absolute;
    top: -1vh;
    right: -2%;
    cursor: pointer;
}

/*seccion uno con carrusel*/
#UNO{
	display: flex;
    width: 100%;
    align-items: center;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background: none;
    justify-content: center;
    flex-direction: column;
    height: auto;
}

#UNO > img{
	display: flex;
	width: 100%;
	height: auto;
	background: linear-gradient(to right, var(--morado-degradado), var(--celeste-degradado));

}

#UNO > aside{
	width: 100%;
	background-image: url('../imagenes/fondo-index.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#UNO > aside > div > div{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 15vh 0 -5vh;
}

#UNO > aside > div > div > img{
	width: 75%;
	object-fit: contain;
}

#UNO > div{
	display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    margin-top: 3vh;
}

#UNO > div > h2{
	color: var(--celeste-fondo);
	font-size: 1.5em;
	font-weight: 500;
	margin-bottom: 1.5vh;
	text-align: center;
}

#UNO > div > h1{
	color: var(--negro-titulos);
	font-size: 2em;
	font-weight: 800;
	text-align: center;
	line-height: 1;
	width: 100%;
	margin-bottom: 1.5vh;
}

#UNO > p:nth-of-type(1){
	font-size: 1em;
	color: var(--negro-texto);
	font-weight: 500;
}

#UNO > p:nth-of-type(2){
	font-size: 1.2em;
	color: var(--negro-texto);
	font-weight: 700;
}

#UNO > div:nth-of-type(2){
	width: 90%;
	display: flex;
	flex-direction: row;
}

#UNO > div > p:nth-of-type(1){
	font-size: 0.9em;
	width: 45%;
    border-right: 1px solid var(--negro-resaltado);
    margin: 0;
    padding: 2% 6% 2% 4%;
    color: var(--negro-resaltado);
    font-weight: 500;
}

#UNO > div > p:nth-of-type(2){
	font-size: 0.9em;
	width: 45%;
	padding: 2% 4% 2% 6%;
	color: var(--negro-resaltado);
	font-weight: 500;
}

/*seccion dos con carrucel movil*/
#DOS{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

#DOS > h2{
	color: var(--blanco);
	line-height: 1.25;
	width: 65%;
	padding: 5vh 17.5%;
	background: var(--azul-titulos);
	font-weight: 500;
	text-align: center;
	font-size: 1.5em;
}

#DOS > p{
	width: 90%;
	margin: 5vh 0 3vh;
	text-align: center;
	color: var(--negro-texto);
	font-size: .95em;
	font-weight: 400;
	line-height: 1.4;
}

#DOS > p > span{
	color: var(--azul-titulos);
}

#DOS > div{
	width: 100%;
}

#DOS > div > div > div{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 4vh;
}

#DOS > div > div > div > h4{
	color: var(--azul-titulos);
    font-weight: 700;
    text-align: center;
    margin: 5vh 0 2vh;
    font-size: 2em;
}

#DOS > div > div > div > p{
	text-align: center;
    color: var(--negro-texto);
    font-weight: 400;
    font-size: 1em;
    margin-bottom: 5vh;
    line-height: 1.3;
    width: 75%;
}

#DOS > div > .swiper-pagination{
	bottom: 5vh;
}

#DOS > div > span{
	top: 15.5vh;
	color: var(--gris-claro);
}

#DOS > div > span:after{
	font-size: 1.5em;
}

/*seccion tres*/
#TRES{
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#TRES > img{
	display: flex;
	width: 100%;
	object-fit: cover;
}

#TRES > div{
	width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--fondo-claro);
}

#TRES > div > div{
	padding: 0 10% 0 7%;
    height: max-content;
    margin-top: 3vh;
}

#TRES > div > div > h3{
	color: var(--morado-titulos);
    line-height: 1.5;
    margin-bottom: 2vh;
    font-weight: 700;
    font-size: 2em;
    text-align: left;
}

#TRES > div > div > h4{
	color: var(--negro-resaltado);
    line-height: 1.4;
    margin-bottom: 2.5vh;
    font-weight: 800;
    font-size: .85em;
    text-align: left;
}

#TRES > div > div > p{
	font-size: .85em;
    line-height: 1.4;
	text-align: justify;
	margin-bottom: 3.5vh;
	color: var(--negro-texto);
	font-weight: 400;
}

#TRES > div > div > p > span{
	font-weight: 700;
	color: var(--negro-resaltado);
}

/*seccion cuatro de conferencias*/

#CUATRO{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

#CUATRO > img{
	display: flex;
	width: 100%;
	object-fit: cover;
}

#CUATRO > h3{
	color: var(--blanco);
	line-height: 1.25;
	width: 65%;
	padding: 5vh 17.5%;
	background: var(--azul-titulos);
	font-weight: 500;
	text-align: center;
	font-size: 1.5em;
}

#CUATRO > p{
	width: 90%;
	margin: 5vh 0 3vh;
	text-align: center;
	color: var(--negro-texto);
	font-size: .95em;
	font-weight: 400;
	line-height: 1.4;
}

#CUATRO > span{
	margin-bottom: 5vh;
	text-align: center;
	color: var(--negro-resaltado);
	font-size: .95em;
	font-weight: 500;
}

#CUATRO > aside{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-bottom: 2vh;
	background: linear-gradient(90deg, var(--rosa-degradado), var(--celeste-degradado));
}

#CUATRO > aside > span{
	width: 33.333%;
	text-align: center;
	padding: 5vh 0;
	background: var(--fondo-claro);
	line-height: 1;
	color: var(--negro-texto);
	font-weight: 400;
	font-size: 1.5em;
	transition: all 0.23s ease;
}

#CUATRO > aside > .dia-seleccionado{
	color: var(--blanco);
	background: var(--morado-fondo);
}

#CUATRO > .conferencia-list{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5vh 0 10vh;
	transition: all 0.23s ease;
	background: var(--fondo-claro);
}

#CUATRO > .conferencia-list > div{
	width: 95%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 3vh;
	transition: all 0.2s ease;
	padding-bottom: 4.5vh;
	background: var(--blanco);
	box-shadow: 0 7px 6px 2px rgb(0 0 0 / 7%);
}

#CUATRO > .conferencia-list > .conf-selected{
	background: var(--morado-fondo);
}

#CUATRO > .conferencia-list > div > div{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	margin-bottom: 3vh;
	padding-top: 2vh;
}

#CUATRO > .conferencia-list > div > div > span{
	width: 2.5vh;
    height: 2.5vh;
    margin: 0 1%;
}

#CUATRO > .conferencia-list > div > div > .reloj-listado {
    background-image: url(../iconos/icono-reloj-curso-estandar-gris.svg);
    background-size: 85%;
    background-position: center;
    background-repeat: no-repeat;
}

#CUATRO > .conferencia-list > div > div > .persona-listado {
    background-image: url(../iconos/icono-persona-curso-estandar-gris.svg);
    background-size: 85%;
    background-position: center;
    background-repeat: no-repeat;
}

#CUATRO > .conferencia-list > div > div > p {
    color: var(--negro-texto);
    font-weight: 400;
    font-size: .65em;
    margin-right: 1%;
    width: 30%;
}

#CUATRO > .conferencia-list > div > p{
	color: var(--negro-texto);
    font-weight: 400;
    font-size: .9em;
    text-align: left;
    width: 90%;
}

#CUATRO > #paginas-conf-list{
	position: absolute;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 3vh;
}

#CUATRO > #paginas-conf-list > span{
	width: 12vw;
    line-height: 2;
    margin: 0vh 5%;
    border-radius: 100%;
    text-align: center;
    background: var(--gris-claro);
    color: var(--blanco);
    transition: all 0.2s ease;
    height: 12vw;
    font-size: 1.5em;
}

#CUATRO > #paginas-conf-list > .pg-selected{
	background: var(--morado-fondo);
}

/*seccion 5 con carrucel*/
/*seccion seis con iconos*/
#CINCO{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: var(--fondo-claro);
}

#CINCO > h3{
	color: var(--blanco);
	line-height: 1.25;
	width: 65%;
	padding: 6vh 17.5%;
	background: var(--azul-titulos);
	font-weight: 500;
	text-align: center;
	font-size: 1.5em;
}

#CINCO > p{
	width: 90%;
	text-align: center;
	color: var(--negro-texto);
	font-size: .95em;
	font-weight: 400;
	line-height: 1.4;
	padding: 3vh 5%;
	background: var(--blanco);
}

#CINCO > p > span{
	color: var(--negro-resaltado);
	font-weight: 500;
}

#CINCO > div{
	width: 100%;
	background: var(--morado-fondo);
}

#CINCO > div > div > div,
#CINCO > div > div > div > div{
	display: flex;
    margin: 10vh 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

#CINCO > div > div > div > div{
	margin: 0;
	background: var(--blanco);
	justify-content: flex-start;
	width: 70%;
}

#CINCO > div > div > div > div > i{
	width: 100%;
    height: 2vh;
    background: linear-gradient(45deg, var(--celeste-degradado), var(--rosa-degradado));
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 3vh;
}

#CINCO > div > div > div > div > img{
	width: 50%;
}

#CINCO > div > div > div > div > div{
	width: 75%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vh;
    margin-top: 4vh;
    padding: 0 1.5%;
}

#CINCO > div > div > div > div > div > p:first-of-type{
	width: 40%;
    text-align: left;
    padding-right: 5%;
    font-size: .85em;
    color: var(--morado-fondo);
    font-weight: 500;
    border-right: 2px solid var(--morado-fondo);
}

#CINCO > div > div > div > div > div > p:last-of-type{
	width: 50%;
    text-align: left;
    margin-left: 5%;
    font-size: .85em;
    color: var(--negro-resaltado);
    font-weight: 400;
}

#CINCO > div > div > div > div > p{
	text-align: justify;
    font-size: .85em;
    color: var(--negro-resaltado);
    font-weight: 400;
    margin-bottom: 3vh;
    padding: 0 8.5%;
}

#CINCO > div > .swiper-pagination{
	bottom: 3vh;
}

#CINCO > div > .swiper-pagination > .swiper-pagination-bullet{
	background: var(--blanco);
}

#CINCO > div > .swiper-pagination > .swiper-pagination-bullet-active{
	background: var(--celeste-fondo);
}

#CINCO > div > span{
	top: 31.5vh;
	color: var(--blanco);
}

#CINCO > div > span:after{
	font-size: 1.5em;
}

/*seccion seis con iconos*/
#SEIS{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: var(--fondo-claro);
}

#SEIS > h2{
	color: var(--blanco);
	line-height: 1.25;
	width: 65%;
	padding: 3vh 17.5%;
	background: var(--azul-titulos);
	font-weight: 500;
	text-align: center;
	font-size: 1.5em;
}

#SEIS > p{
	width: 90%;
	text-align: center;
	color: var(--negro-texto);
	font-size: .95em;
	font-weight: 400;
	line-height: 1.4;
	padding: 5vh 5% 2vh;
	background: var(--blanco);
}

#SEIS > p > span{
	color: var(--negro-resaltado);
}

#SEIS > span{
	margin-bottom: 2vh;
	text-align: center;
	color: var(--negro-texto);
	font-size: .75em;
	font-weight: 500;
	padding: 0vh 2.5%;
	width: 95%;
	background: var(--blanco);
}

#SEIS > img{
	width: 100%;
	margin-bottom: 2vh;
}

#SEIS > h3{
	font-weight: 500;
	color: var(--negro-resaltado);
	font-size: .85em;
	margin-bottom: 1.5vh;
}

#SEIS > h4{
	width: 75%;
	text-align: center;
	border-radius: 20px;
	padding: 2vh 0;
	background: var(--morado-fondo);
	color: var(--blanco);
	font-weight: 500;
	font-size: .8em;
	margin-bottom: 2vh;
}

#SEIS > div{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2vh;
}

#SEIS > div > span{
	width: 12vw;
	height: 12vw;
	margin-right: 2vw;
}

#SEIS > div > .icono-agenda{
	background-image: url('../iconos/icono-agenda-estandar-gradiente.svg');
	background-size: 95%;
	background-position: center;
	background-repeat: no-repeat;
}

#SEIS > div > .icono-pantalla{
	background-image: url('../iconos/icono-pantalla-gradiente.svg');
	background-size: 95%;
	background-position: center;
	background-repeat: no-repeat;
}

#SEIS > div > .icono-whatsapp{
	background-image: url('../iconos/icono-whatsapp-gradiente.svg');
	background-size: 95%;
	background-position: center;
	background-repeat: no-repeat;
}

#SEIS > div > h3{
	font-weight: 500;
	font-size: .75em;
	width: 70%;
	padding: 2vh 2.5%;
	background: var(--blanco);
	color: var(--negro-resaltado);
}

#SEIS > div:last-of-type > h3{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#SEIS > div > h3 > a{
	color: var(--negro-resaltado);
	text-decoration: none;
}

#SEIS > div > h3 > a:last-of-type{
	margin-left: 2vw
}

/*seccion siete*/
#SIETE{
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#SIETE > div{
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--blanco);
}

#SIETE > h2{
	color: var(--blanco);
    line-height: 1.25;
    width: 75%;
	padding: 6vh 12.5%;
    background: var(--azul-titulos);
    font-weight: 500;
    text-align: center;
    font-size: 1.5em;
}

#SIETE > div > img{
	height: auto;
	width: 100%;
}

#SIETE > div > p{
	width: 90%;
    text-align: justify;
    color: var(--negro-texto);
    font-size: .95em;
    font-weight: 400;
    padding: 3vh 5%;
    background: var(--blanco);
}

#SIETE > div > p > span{
	font-weight: 700;
}

/*seccion ocho con formulario*/
#OCHO{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

#OCHO > h3{
	color: var(--blanco);
	line-height: 1.25;
	width: 65%;
	padding: 5vh 17.5%;
	background: var(--azul-titulos);
	font-weight: 500;
	text-align: center;
	font-size: 1.5em;
}

#OCHO > p{
	width: 90%;
	margin: 5vh 0 3vh;
	text-align: center;
	color: var(--negro-texto);
	font-size: .95em;
	font-weight: 400;
	line-height: 1.4;
}

#OCHO > i{
	font-size: .85em;
	font-weight: 500;
	color: var(--negro-resaltado);
	text-align: center;
	width: 90%;
	margin-bottom: 5vh;
}

#OCHO > span{
	margin-bottom: 5vh;
	text-align: center;
	color: var(--negro-resaltado);
	font-size: .95em;
	font-weight: 500;
}

#OCHO > form{
	width: 95%;
	padding: 3vh 2.5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: var(--fondo-claro);
}

#OCHO > form > input[type="text"],
#OCHO > form > input[type="pass"],
#OCHO > form > input[type="email"]{
	margin-bottom: 3vh;
	padding: 1.5vh 2.5%;
	width: 95%;
	outline: none;
	background: var(--blanco);
	font-weight: 500;
	font-size: .9em;
	text-align: left;
	border: none;
	color: var(--gris-claro);
}

#OCHO > form > #checkbox-div{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2vh;
}

#OCHO > form > #checkbox-div > input{
	width: 3vw;
}

#OCHO > form > #checkbox-div > label{
	font-size: .85em;
	font-weight: 500;
	color: var(--negro-resaltado);
	cursor: pointer;
	text-align: center;
	margin-left: 5%;
}

#OCHO > form > #checkbox-div > label > a{
	text-decoration: none;
	transition: all 0.2s ease;
	color: var(--negro-resaltado);
}

#OCHO > form > #checkbox-div > label > a:hover{
	color: var(--morado-titulos);
}

#OCHO > form > input[type="submit"]{
	padding: 2vh 5vh;
	border-radius: 25px;
	border: 1px solid var(--morado-fondo);
	background: var(--morado-fondo);
	color: var(--blanco);
	font-size: 1.25em;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
}

#OCHO > form > span{
	width: 90%;
	text-align: center;
	font-weight: 500;
	color: var(--negro-resaltado);
	font-size: 1em;
	margin-bottom: 1.5vh;
}

#OCHO > form > label{
	width: 90%;
	text-align: left;
	font-weight: 500;
	color: var(--negro-texto);
	font-size: 1em;
}

#OCHO > form > .ms-parent{
	margin-bottom: 1.5vh;
	padding: 1vh 0;
}

#OCHO > form > .ms-parent > .ms-drop ul > li label{
	font-weight: 500;
	font-size: .95em;
	color: var(--gris-claro);
}

#OCHO > form > .ms-parent > .ms-choice{
	padding: 2vh 0;
}

#OCHO > form > .ms-parent > .ms-choice > div{
	width: 5vh;
	height: 2vh;
	top: 1.5vh;
}

#OCHO > form > .ms-parent > .ms-choice > span{
	font-weight: 500;
	font-size: .95em;
	top: 1.5vh;
	color: var(--gris-claro);
}

/*footer*/
footer{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 28vh 0 2vh;
	margin-top: 30vh;
	background: var(--negro-fondo);
	position: relative;
}

footer > img{
	width: 85%;
	position: absolute;
	bottom: 65%;
}

footer > #correo-footer{
	color: var(--blanco);
    margin: 3vh 0;
    font-size: 1.25em;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: .5px;
}

footer > div{
	width: 95%;
	border-bottom: 1px solid var(--gris-claro);
	display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vh;
    padding-bottom: 3vh;
}

footer > div > a{
	width: 5.5vh;
	height: 5.5vh;
	text-decoration: none;
	transition: all 0.2s ease;
	margin: 0vh 4.5%;
}

footer > div > a:nth-of-type(1){
	background-image: url('../iconos/icono-linkedin-blanco.svg');
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
}

footer > div > a:nth-of-type(2){
	background-image: url('../iconos/icono-facebook-blanco.svg');
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
}

footer > div > a:nth-of-type(3){
	background-image: url('../iconos/icono-instagram-blanco.svg');
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
}

footer > #idesaa-footer{
	text-decoration: none;
	display: flex;
    flex-direction: column;
    color: var(--gris-claro);
    align-items: flex-start;
    width: 65%;
}

footer > #idesaa-footer > p{
	font-weight: 500;
    font-size: 1em;
    margin: 1.5vh 0;
}

footer > #idesaa-footer > img{
	width: 100%;
}

footer > p {
    font-weight: 400;
    font-size: .7em;
    color: var(--blanco);
    text-align: center;
    width: 80%;
    margin: 3vh 0;
}

/*Relaciones de aspecto
/*De 500 a 450*/
@media screen and (max-aspect-ratio: 2/3) and (min-aspect-ratio: 3/5) and (max-width: 750px) {
	footer{
		margin-top: 47vh
	}
	header > nav > div{
		padding: 1vh 0
	}
	header > aside > .icono-figura{
		top: 2vh;
	}
}
/*De 450 a 375*/
@media screen and (max-aspect-ratio: 3/5) and (min-aspect-ratio: 9/18) and (max-width: 750px) {
	footer{
		margin-top: 37vh
	}
	#SIETE > h2{
		width: 85%;
    	padding: 6vh 7.5%;
	}
}
/*De 375 a 321*/
@media screen and (max-aspect-ratio: 9/18) and (min-aspect-ratio: 9/21) and (max-width: 750px) {
	#TRES > div > div > h3{
		font-size: 1.9em;
	}
	#CUATRO > aside > span{
		font-size: 1.25em;
	}
	#CUATRO > .conferencia-list > div{
		padding-bottom: 3.5vh
	}
	#CUATRO > .conferencia-list > div > div > p{
		width: 37%;
	}
	#CUATRO > #paginas-conf-list > span{
		line-height: 1.8;
		font-size: 1.25em;
	}
	#SEIS > div > h3{
		font-size: .65em;
	}
	#SIETE > h2{
		width: 90%;
    	padding: 6vh 5%;
	}
	#CUATRO > h3,
	#SEIS > h2,
	#OCHO > h3{
		width: 80%;
		padding: 5vh 10%
	}
	#OCHO > span{
		width: 85%;
	}
}

