@charset "utf-8";
* {
	box-sizing: border-box;
}
#ContenedorPrincipal #inicio {
    width: 100vw;
    position: relative;
}
#ContenedorPrincipal #inicio .ImagenInicio {
    width: 100vw;
    left: 0px;
    top: 0px;
    height: 100%;
}
#inicio .ImagenInicio img {
    width: 100%;
}
#ContenedorPrincipal #inicio .capaOscura {
    background-color: rgba(0,0,0,0.50);
    width: 100%;
    left: 0px;
    top: 0px;
    background-position: 0px 0px;
    position: absolute;
    height: 100%;
}
#ContenedorPrincipal #inicio .Titulo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    left: auto;
    right: auto;
}
#inicio .Titulo h1 {
    color: rgba(255,255,255,1.00);
    font-family: HelveticaNeueLt, HelveticaNw, "Montserrat Light", "Montserrat Medium", "Montserrat Regular", "Roboto Light", "Roboto Regular";
    text-align: center;
    font-weight: bolder;
    font-size: 3rem;
}
#ContenedorPrincipal #Cuerpo {
    width: 100vw;
    padding-top: 50px;
    padding-bottom: 50px;
}
#ContenedorPrincipal #Cuerpo .textoCuerpo {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    color: #a88fa8;
    font-family: HelveticaNeueLt, HelveticaNw, "Montserrat Light", "Montserrat Medium", "Montserrat Regular", "Roboto Light", "Roboto Regular";
    text-align: center;
    font-size: xx-large;
}
#ContenedorPrincipal #ponente {
    width: 100vw;
    height: 50vh;
    background-color: #a88fa8;
    display: flex;
    flex-direction: column;
}
#ContenedorPrincipal #ponente .ponenteJavi {
    width: 100%;
    background-color: #a88fa8;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#ponente .ponenteJavi h2 {
    color: #FFFFFF;
    font-family: HelveticaNeueLt, HelveticaNw, "Montserrat Light", "Montserrat Medium", "Montserrat Regular", "Roboto Light", "Roboto Regular";
    text-align: center;
    font-size: 3rem;
    letter-spacing: 1em;
    padding-top: 50px;
    margin-bottom: 0px;
    padding-bottom: 50px;
}
#ponente .ponenteJavi img {
    width: 30%;
    padding-bottom: 50px;
    cursor: pointer;
    height: auto;
    margin-left: 33%;
}
#ContenedorPrincipal #acceso {
    width: 100vw;
    height: 75vh;
    position: relative;
    margin-bottom: 50px;
}
#ContenedorPrincipal #acceso .accesoAcademia {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 250px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
#acceso .accesoAcademia h2 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #a88fa8;
    font-family: HelveticaNeueLt, HelveticaNw, "Montserrat Light", "Montserrat Medium", "Montserrat Regular", "Roboto Light", "Roboto Regular";
    text-align: center;
    font-size: xx-large;
}
#acceso .accesoAcademia a {
    margin-left: auto;
    margin-right: auto;
}
.accesoAcademia a .boton {
    text-align: center;
    color: #FFFFFF;
    font-family: HelveticaNeueLt, HelveticaNw, "Montserrat Light", "Montserrat Medium", "Montserrat Regular", "Roboto Light", "Roboto Regular";
    font-size: x-large;
    border: none;
    border-radius: 25px;
    background-color: #a88fa8;
    cursor: pointer;
    outline: none;
    width: 150px;
}



@media screen and (max-width: 700px) {
	body {
		overflow-x: hidden;
	}
	#inicio .Titulo h1 {
    font-size: 1.5rem;
	}
	#ponente .ponenteJavi h2 {
    font-size: 2rem;
	letter-spacing: 0.3em;	
	}
	#ContenedorPrincipal #acceso .accesoAcademia {
    top: 100px;
    }
}
