html, body {
    background-image: none;
    height: 100%;
    background-color: #2b1e45;
}

.centrado {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 5%;
    margin-left: 10%;
}

.titular {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 40px;
    color: white;
    left: 15px;
    margin-top: 20px;
    right: 20px;
    display: block;
}

.texto-lideres {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 40px;
    color: white;
    margin-top:  10px;
    margin-bottom: 20px;
    left: 20px;
    display: none;   
}

.texto-blanco {
	color:  white;
}

.texto-normal {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
    display: block;
}

.voc-bocadillo {
    margin: auto;
    top: 0;
    bottom: 0;
}

.img-bocadillo {
    width: 50%;
    height: 50%;
    margin-right: 20%;
}

.info-plataforma {
	margin-bottom: 8px;
    margin-top: 15px;
}

.strong {
	font-weight: 800;
}

.separador {
    margin-left: 0;
    border-top: 3px solid #d0256c;
    width: 60px;
    margin-top: 0;
    margin-bottom: 10px;
}

.info-plataforma a:link {
	color:  white;
	border-bottom: 1px solid white;
	padding-bottom: 1px;
	letter-spacing: 1px;
}

.info-plataforma a:visited {
	color: white;
}

.info-plataforma a:hover {
	color: #d8127d;
	text-decoration: none;
	font-size: 16px;
	border-bottom: none;
}

.btn-voc {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:  #d0256c;
	border:  #d0256c;
	color:  white;
	font-size: 16px;
	font-weight: 400;
	min-width: 200px;
	max-width: 400px;
	margin-bottom: 15px;
	margin-right: 20px;
	margin-top: 15px;
	width: 100%;
}

.btn-voc:hover {
	color: #2b1e45;
}

.footer {
    background-color: #2b1e45;
}

.texto-copyright {
	color:  white;
	font-size: 10px;
}

@media screen and (min-width: 768px) {
	html, body {
	    background-image: url("../imagenes/bg-img-intro-plataforma.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	
	.centrado {
	    margin-top: 15%;
	    margin-left: 10%;
	}
	
	
    .img-bocadillo {
        width: 277px;
        height: 293px;
        margin-right: 20px;
    }

    .titular {
        font-size: 48px;
        line-height: 60px;
    }

    .texto-lideres {
        font-size: 30px;
        display: block;
    }

    .voc-bocadillo {
        margin: auto;
        top: 0;
        right: 20px;
        bottom: 0;
    }

}

@media screen and (min-width: 1500px ) {
    .centrado {
        margin-top: 10%;
    }
}



/* LOGIN: USUARIO Y CLAVE */
.login-logo-blanco {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	margin-top: 5%;
	margin-left: 45%;
}

