
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

* {
	font-family: 'Roboto', sans-serif;
}

html {
	background-color: #807F83;

}
body{
	color: #222;
}
a {
	color: #011E3E;
}

a:hover {
    color: white;
}

input {
	height: 5rem;
}

label {
	width: 100%;
}

footer {
	bottom: 0px;
	display: block;
	background-color: white;
	width: 100%;
	padding: 8rem;
	overflow: auto;
	color: #807F83;
}

#wrapper {
	background-image: url("images/login_bg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #EFEFEF;

}

.max-width-container {
	max-width: 1200px;
	margin: 0 auto;
}

.header-logo {
	display: block;
}

.navbar {
	min-height: 8rem;
}

.navbar-default {
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.navbar .top-right {
	padding: 1rem;
}

.navbar li {
	padding: 1.8rem 0.8rem;
	cursor: pointer;
	font-weight: 300;
	font-size: 1.4rem;
    text-transform: uppercase;
    color: #011E3E;
    transition: all .2s ease-in;
	border-bottom: 2px solid #fff;
}

.navbar-nav {
	margin: 0px;
}

.navbar-brand {
	/*height: 90px;*/
	display: none;
}

.login-main-container {
	margin: 3vh 1rem;
}

.box-container {
	padding: 20px;
	margin-bottom: 1rem;
	color: #807F83;
}
.box-container.login-content-container {
    background-color: white;
    min-height: 500px;
	border-radius: 12px;
}
div#login-sidebar {
    padding: 0 20px;
}

#logo-container {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
    border: none;
    max-width: 400px;
    margin: 0 auto;
	padding-bottom: 0!important;
}

div.links {
    margin-top: 20px;
}

.box-container.coloured {
	background-color: #efefef;
}

.box-container.coloured p {
	font-size: 1.5rem;
	margin-bottom: 2rem;
}

.box-container.coloured h2 {
	margin: 1rem 0px 4rem;
	font-size: 24px;
	text-transform: uppercase;
}

.box-container.coloured h2:nth-child(n+2) {
	margin: 4rem 0px 4rem;
}

.box-container.coloured h4 {
	margin-bottom: 3.4px;
}

.box-container.coloured li {
	margin-bottom: 1rem;
}

.main-box-content img {
	width: 100%;
	margin-bottom: 40px;
}

#menu__box.box-container,
#course__box.box-container {
	padding: 0px;
	margin-bottom: 2.6rem;
    border-radius: 0 0 0 100px;
}

#menu__box.box-container .wrapper {
    padding: 104px 80px;
    background-color: white;
    color: #333;
	border-radius: 12px;
	background-image: url(/access/login_escrever_publicar_medicina/images/deco.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.main-box-content p {
	font-size: 1.2rem !important;
	margin-bottom: 0px;
}

.sign-in {
	text-align: center;
	margin-bottom: 4vh;
}

.sign-in h3 {
	display: inline-block;
	margin-right: 1rem;
	margin-top: 0px;
	font-weight: 200;
}

.sign-in i {
	color: #807F83;
}

.login-form {
	padding-top: 20px;
}
#login-form-button-inputs {
    max-width: 220px;
    margin: 0 auto;
}

.login-form-input {
	display: inline-block;
	padding: 0 .4em 0 .4em;
	vertical-align: middle;
	border-radius: 8px;
	min-width: 50px;
	width: 100%;
	min-height: 40px;
	background-color: white!important;
	border: 1px solid rgb(14, 14, 14);
	margin: 0 0 2vh 0;
	font-size: 17px;
	line-height: 20px;
	padding: 0 15px;
    max-height: 20px;
    max-width: 360px;
}

.login-form-input.register {
	width: auto;
}

.login-form-button {
	background: #011E3E;
    border: 0px;
    border-radius: 50px;
	color: #fff;
	font-size: 1.2em;
	padding: 10px 20px 7px 20px;
	text-decoration: none;
	box-shadow: none;
	font-weight: 400;
	width: 100%;
	height: 2.5em;
	font-family: 'Roboto', sans-serif;
    margin-top: 1rem;
    text-transform: uppercase;
    transition: all .2s ease-in;
}
.login-form-button:hover {
    background: #e70009!important;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
#login-form-button-register {
	background: #011E3E;
    border: 0px;
    border-radius: 50px;
	color: #fff;
	font-size: 1.2em;
	padding: 10px 20px 4px 20px;
	text-decoration: none;
	box-shadow: none;
	font-weight: 400;
	width: 100%;
	height: 2.5em;
	font-family: 'Roboto', sans-serif;
    margin-top: 1rem;
    text-align: center;
    text-transform: uppercase;
    transition: all .2s ease-in;
}
#login-form-button-register a {
    color: white;
    text-align: center;
}
#login-form-button-register:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.login-form-button.small {
	width: 200px;
	margin: 7rem auto 2rem;
	display: block;
}

#login-form-button-enter:hover {
	background: #522471c7;
}

#login-form-button-enter:active {
	background: #522471c7;
}

.login-form-input:hover {
	border-color: #A4A4A4;
}

.login-form-input:focus {
    border-color: #807F83;
    outline: 0;
    box-shadow: 0;
}

#show-container {
	color: #e70009;
	float: right;
	cursor: pointer;
	font-size: 0.8em;
	font-weight: 500;
	margin-top: 0.4rem;
}

.show-pass-text {
	display: inline-block;
}

#login-form {
	margin-bottom: 1rem;
}

#login-form-feedback {
	overflow: hidden;
	background-color: #f6a5a5;
	height: 110px;
	text-align: center;
	border-radius: 5px;
}

#warning-msg {
    padding: 2rem;
}

#error-login i {
	display: block;
	margin-bottom: 0.8rem;
}

#error-login p {
	line-height: 1.3rem;
	color: #fff;
}

.links {
	text-align: center;
}

.links div {
	margin: 5rem 0 0;
}

.logos {
	text-align: center;
}

.logos p {
	font-size: 1.1rem;
	color: #807F83;
	margin-bottom: 0px;
}

.logos img {
	width: 100%;
    max-width: 220px;
}

.content__hidden {
	display: none;
}

.footer-links {
	text-align: right;
	padding: 2rem 0;
    color: #F7F7F7;
    font-size: 12px;
}

footer h3 {
	font-size: 15px;
	margin-top: 0px;
}

footer p {
	font-size: 1.1rem;
}

footer a,
footer a:hover,
footer a:active,
footer a:visited,
footer a:link {
	color: #E9E9E9;
}

.footer-logo {
	width: 100%;
	max-width: 550px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.footer-contact {
	padding: 1rem 0px 1rem 2rem;
	border-left: 1px solid #E9E9E9;
}

.main-box-content a {
	color:#fff;
	text-decoration: underline;
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
	color: #FFFFFF !important;
	background-color: #522471 !important;
}

.cc_container .cc_message {
	font-size: 0.8em !important;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

.footer-logo img {
    width: 50%;
}
.footer-logo img:nth-child(2){
	box-sizing: border-box;
}
.footer-logo p {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    margin-left: 80px;
}
.footer-text {
    text-align: center;
}
.footer-text p.bold{
    font-weight: 700;
}
.footer-text p.uppercase{
    text-transform: uppercase;
}
.footer-text p {
    margin-bottom: 2px;
}
.course_image_box {
	padding: 0px !important;
}

.course_image_box img {
	width: 100%;
	border-radius: 16px;
    background-color: #efefef!important;
}

.pdf-icon {
	width: 20px;
	margin-right: 10px;
}

#texto label {
	max-width: 49%;
	text-align: right;
	padding-right: 1rem;
}

label.full-width {
	max-width: 90% !important;
}

input.no-height {
	height: auto;
}

.contact-info {
	padding: 40px 10px;
}

.contact-info p{
	text-align: center;
	margin: 0px;
}

.login-links a {
	display: block;
    margin-bottom: 2rem;
    color: #e70009!important;
}

.login-links a:hover {
    color: #011E3E!important;
    text-decoration: none;
}

span.featured {
	font-weight: bold;
	font-size: 1.6rem;
	color: #807F83;
}

.link-register {
	text-align: center;
}

/*___________*/
.box-container.coloured h2.course_title {
	text-transform: inherit;
    font-size: 24px;
    text-transform: uppercase;
	color:#011E3E;
}
.box-container.coloured h2.course_title span {
	font-weight: lighter;
    font-size: 16px;
    color: #a5a5a5;
}


label {
	text-transform: uppercase;
    font-size: 12px;
    color: #011E3E;
}
.link-register a {
	background: #807f83;
    border: 0px;
    color: #fff;
    font-size: 1.4em;
    padding: 9px 20px 7px 20px;
    text-decoration: none;
    box-shadow: none;
    font-weight: 400;
    width: 100%;
    height: 2.5em;
    font-family: 'Roboto', sans-serif;
    -moz-transition: background 0.2s;
    display: inline-block;
}
.link-register a:hover {
	background: #807f83cf;
	color: #fff;
}


@keyframes blinker {  
  50% { opacity: 0; }
}

@media (max-width: 990px) {
	.footer-logo {
		max-width: inherit;
	}
}
@media (max-width: 768px) {
	.header-logo {
		display: inline-block;
	}

	.navbar-nav li {
		border-left: 3px solid #e70009;
		background-color: #efefef;
		margin: 1rem;
	}

	#texto label {
		max-width: none;
		text-align: left;
	}

	.footer-logo img {
		margin: 0 auto;
	}

	footer {
		padding: 8rem 5rem 13rem;
	}

	.login-main-container {
		margin: 0px;
	}

	#menu__box.box-container .wrapper {
		padding: 30px;

	}

	.box-container {
		padding: 35px;
	}
	.menu__content.menu_presentacion.content__show{
		margin-top: 60px;
	}
	.navbar-nav>li>a{
		padding-bottom:0;
	}
	.navbar .top-right{
		flex-direction: column;
		align-items: flex-start!important;
		display: flex;
	}

}

@media (max-width: 992px) {
	.footer-links {
		text-align: center;
    }

	.footer-contact {
		border-left: none;
		text-align: center;
		padding: 4rem 0px 1rem 0rem;
    }
    .footer-logo p {
        margin-bottom: 0;
        text-align: center;
        margin-left: 10px;
    }

}



/* -------------LOGIN-------------------------- */



/* ------------------COLORES VERTEX---------------------


MORADO           #522471     rgba( 56, 0, 107, 1);
GRIS             #807F83     rgba( 110, 109, 114, 1);
AZUL         #0081C6     rgba( 0, 128, 195, 1);
VERDE            #B2BB1E     rgba( 182, 188, 27, 1);
PÚRPURA      #7C2B83     rgba( 112, 34, 134, 1);
NARANJA      #F89728     rgba( 247, 147, 30, 1); */

/* 
$moradoVertex: #522471;
$grisVertex: #807F83;
$azulVertex: #0081C6;
$verdeVertex: #B2BB1E;
$purpleVertex: #7C2B83;
$naranjaVertex: #F89728;

$medMoraVertx: #a37abe;
$medGrisVertx: rgb(195, 193, 201);
$medAzulVertx: rgb(4, 167, 255);
$medVerdeVertx: rgb(233, 243, 38);
$medPurpVertx: rgb(155, 105, 160);
$MedNarVertx: rgb(252, 182, 102);


$ligMoraVertx: #e5bdff;
$ligGrisVertx: rgb(250, 250, 250);
$ligcAzulVertx: rgb(185, 231, 255);
$ligVerdeVertx: rgb(253, 255, 210);
$ligPurpVertx: rgb(250, 199, 255);
$ligNarVertx: rgb(255, 238, 218); 

*/


a:focus, footer a, footer a:active, footer a:visited, footer a:link{
    color: #011E3E;
    transition: all .2s ease-in;
}

a:hover, footer a:hover {
    color: #e70009;
    text-decoration: none;
}

@media (max-width: 992px) {
    .footer-logo img {
        width: 200px;
        margin: 0 auto 30px;
    }
    .footer-links {
        margin-top: 20px;
    }
    #menu__box.box-container {
        min-height: auto;
    }
    .box-container.login-content-container {
        min-height: auto;
    }
}

#main__menu li:hover{
	border-bottom: 2px solid #e70009;
	background-color: rgba(1, 30, 62, 0.06);
}

li.menu_preinscripcion a{
		padding:0!important;
		color:#fff!important;
}
.nav>li>a{
	padding: 0!important;
}

.navbar .top-right {
    padding: 1rem;
    position: relative;
    align-items: center;
    display: flex;
}

li[id*='menu_preinscripcion'] {
    background-color: red;
    border-radius: 40px;
    width: 114px;
    padding: 0.8rem 0.8rem;
    text-align: center;
    font-weight: 900;
	border-bottom: 2px solid #fff;
}

.navbar li a:hover {
    color: #e70009;
}

.navbar li:hover {
    color: #e70009;
    text-decoration: none;
}
.navbar li a {
	padding-top: 0;
}

.navbar li a {
    /*color: #011E3E;*/
}

li[id*='menu_preinscripcion'] a{
	color:#fff;
}

li[id*='menu_preinscripcion'] a:hover{
	color: #fff;
}

#main__menu li[id*='menu_preinscripcion']:hover {
    background-color: #011E3E;
	padding: 0.8rem 0.8rem;
    text-align: center;
    font-weight: 900;
	border-bottom: 2px solid #fff;
}

.navbar-default .navbar-nav>li>a{
	color:#fff;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}

.links div {
    margin: 3rem 0 0;
}

.login_title_type b{
	font-weight: 900!important;
	border-bottom: 1px solid #011E3E;
	padding-bottom: 4px;
}

h2.login_title_type {
    font-size: 1.6em;
    color: #011E3E;
    font-weight: 300;
    text-shadow: 0 0 5px white;
    margin-top: 0;
    margin-bottom: 15px;
}
h2.login_title {
	font-size: 17px;
	font-weight: 900!important;
    color: #011E3E;
    font-weight: 300;
    text-shadow: 0 0 5px white;
    margin-top: 0;
    margin-bottom: 15px;
	text-transform: uppercase;
}

.menu_requisitos img{
	width: 50%;
	margin-top: 20px;
}