@import url('https://fonts.googleapis.com/css?family=Oxygen:400,700');

body {
        font-family: 'Oxygen', sans-serif;
}

.color-header {

    background-color: #943126 !important;
}

.color-footer {

    background-color: #ffffff !important;

}

.botones {

    background-color: #943126 !important;

}

.color-pie {

    background-color: #943126 !important;

}

.boton-ingreso {

    background-color: #943126 !important;
    color: #fff !important;
}

.imagen-header{
    background:url('https://medsite.tv/uploads/header-manejo-anemia.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/logo-vifor-color.png) 35% bottom,url(https://medsite.tv/uploads/logos-auspicios/logo_takeda-color.jpg) 65% bottom;
    background-repeat: no-repeat;
    display: block;
    height: 65px;
    width: auto;
    /*background-position: center;*/
    margin-bottom: 20px;
}

.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%;
}
/*.extras{
	background: url(http://www.cursoasmagrave.com/images/extra.png);
    background-repeat: no-repeat;
    display: none;
    height: 80px;
    width: auto;
    background-position: center;
}*/
/*.extras{
    text-align: center;
    margin-bottom: 10px;
    padding: 0 200px 0 200px;
    line-height: 14px;
    color: #666;
    font-size: 11px;
}
.extras.argentina:before {
    content: 'Este material contiene información científica, no aprobada aún por la agencia regulatoria local. Boehringer Ingelheim S.A. no los promociona. La recomendación del producto queda a criterio exclusivo del médico tratante.';
}
.extras.chile:before {
    content: 'Este material contiene información científica, la cual forma parte de los datos que a la fecha no están aprobados por la agencia regulatoria local. Boehringer Ingelheim S.A. no los promociona y/o publicita. La recomendación del producto en esta situación es de exclusiva responsabilidad del médico tratante.';
}
.extras.colombia:before {
    content: 'Material distribuido a solicitud del cuerpo médico. Boehringer Ingelheim S.A. no lo promociona y/o publicita.';
}
.extras.ecuador:before {
    content: 'Este material contiene información científica, la cual forma parte de los datos que a la fecha no están aprobados por la agencia regulatoria local. Boehringer Ingelheim S.A. no los promociona y/o publicita. La recomendación del producto en esta situación es de exclusiva responsabilidad del médico tratante.';
}
.extras.paraguay:before {
    content: 'Este material contiene información científica, no aprobada aún por la agencia regulatoria local. Boehringer Ingelheim S.A. no los promociona. La recomendación del producto queda a criterio exclusivo del médico tratante.';
}
.extras.peru:before {
    content: 'Este material contiene información científica, la cual forma parte de los datos que a la fecha no están aprobados por la agencia regulatoria local. Boehringer Ingelheim S.A. no los promociona y/o publicita. La recomendación del producto en esta situación es de exclusiva responsabilidad del médico tratante.';
}
.extras.uruguay:before {
    content: 'Este material contiene información científica, no aprobada aún por la agencia regulatoria local. Boehringer Ingelheim S.A. no los promociona. La recomendación del producto queda a criterio exclusivo del médico tratante.';
}*/
.footer-copyright {
	padding-top: 0px !important;
}
.partner-logo{
   /* background: url(https://medsite.tv/uploads/logos-anemia.png) top center;*/
    background-repeat: no-repeat;
    height: 200px;
    width: auto;
    top: 10px;

}
.display-4 {
    /*font-size: 2.5rem;*/
    font-weight: 400;
    line-height: 1.2;
}
footer.page-footer {
    padding-top: 0 !important;
}

@media only screen and (max-width: 768px){
	.display-4 {
	    font-size: 32px;
	}
	.partner-logo {
	    top: 0px;
	}
    .logo-footer{
        background: url(https://medsite.tv/uploads/logo-vifor-color.png) 0% bottom,url(https://medsite.tv/uploads/logos-auspicios/logo_takeda-color.jpg) 100% bottom;
        background-repeat: no-repeat;
        display: block;
        height: 65px;
        width: auto;
        /*background-position: center;*/
        margin-bottom: 20px;
        background-size: 40%;
    }
    .imagen-header{
        background:url('https://medsite.tv/uploads/header-manejo-anemia.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        height: 350px;
    }
    .fecha_footer, .curso_footer{
        display: block;
    }
    .partner-logo{
       /* background: url(https://medsite.tv/uploads/logos-anemia.png) top center;*/
        background-repeat: no-repeat;
        height: 200px;
        width: auto;
        top: 0px;
    }
    
}