@import url('https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap');

body {
    	font-family: 'Raleway', sans-serif;
}

.color-header {

    background-color: #17798b !important;
}

.color-footer {

    background-color: #17798b !important;

}

.botones {

    background-color: #17798b !important;

}

.color-pie {

    background-color: #17798b !important;

}

.boton-ingreso {

    background-color: #17798b !important;
    color: #fff !important;
}

.imagen-header{
    background:url('https://medsite.tv/uploads/cabecera/header-esclerosis.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 450px;
}

.mask{
	background: rgba(4, 8, 29, 0)
}

.logo-footer{
	background: url(https://medsite.tv/uploads/cabecera/logo_novartis_blanco.png);
    background-repeat: no-repeat;
    display: block;
    height: 70px;
    width: auto;
    background-position: center;
}

.full-page-intro .mask {
    content: "";
    background: rgba(4, 8, 29, 0);
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
}

.full-page-intro:before {
    content: "";
    background: rgba(4, 8, 29, 0);
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
}

