body {
     overflow-x: hidden;
     background: #ffffff;
}
 body.interior main {
     padding-top: 108px;
}
 [onclick]{
    cursor:pointer
}
 .container.mobiusedit {
     position: absolute;
     top: 0;
     left: 0;
     z-index: 9999;
}
header {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
	background-color: rgb(35 13 66);
}
@media(min-width: 768px){
	 #menu a {
		 color: #FFF !important;
	 }
	 
	header {
		background-size: 100% 100%;
		background-color: transparent;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	header:before {
		content: ' ';
		background: url(/proralhealth/images/top-bg.webp);
		width: 100%;
		height: 190px;
		position: absolute;
		top: 0;
		left: 0;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
}
header .logoholder img {
	max-height: 90px;
    position: relative;
    z-index: 99;
    margin-top: 5px;
}
@media (max-width: 1023px) {

}
div#menu {
    position: relative;
}
@media(min-width: 768px){
	#menu-inner {
		display: inline-block;
		right: 0;
		padding: 0 30px;
		position: relative;
		float: right;
	}
}
 #menu a {
	display: inline-block;
	z-index: 99;
    position: relative;
    padding: 0 5px;
    color: rgba(0,48,89,1);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}
 #menu a.login {
}
 #menu a.login:hover {
     color: yellow;
}
 #menu a:hover {
     color: #23b8da;
     text-decoration: none;
}
 #menu a.register:hover {
     color: #23b8da;
}
 .btn {
     border-radius: 18px;
}
 .btn.btn-success {
     background: rgba(0,48,89,1);
     border: none;
}
@media (max-width: 768px) {
     #menu {
         display: none;
    }
     .logoholder {
         height: 100px;
         max-width: 298px;
         padding-top: 7px;
    }
}
 #toggle {
	 position: absolute;
	 top: 5px;
	 right: 5px;
}
@media (max-width: 767px) {
     #toggle {
         display: block !important;
    }
}
@media (min-width: 768px) {
	#toggle {
		display: none;
	}
}
@media (max-width: 768px) {
     #toggle a {
		color: #ffffff;
		font-size: 35px !important;
		border: solid 2px #ffffff;
		width: 60px;
		display: inline-block;
		text-align: center;
		height: 60px;
		margin-top: 15px;
    }
}
@media (max-width: 768px) {
     #menu.open {
         display: block !important;
         height: 100vh;
         top: 120px;
         z-index: 9999;
         position: fixed;
         background: rgba(0,48,89,1);
         left: 0;
    }
}
@media (max-width: 768px) {
     #menu.open a {
         display: block;
         text-align: center;
         color: #fff !important;
		 line-height: 70px;
    }
}
@media (max-width: 768px) {
     body.menuopen {
         height: 100%;
         overflow-y: hidden;
    }
}
body.fp footer:before {
    content: ' ';
    height: 100px;
    display: block;
    width: 100%;
    background: rgb(245 245 245);
    background: linear-gradient(180deg, #230d42 8%, #ffffff 99%);
}
 footer {
     color: var(--white);
     background: rgba(0,48,89,1);
}
 section.inner-header .title {
     color: rgba(0,48,89,1);
     font-weight: 700;
     letter-spacing: 3px;
     text-transform: uppercase;
}
 #e404 {
     color: #000;
     height: 60vh;
}
 #e404 i.fa.fa-exclamation-triangle {
     font-size: 10em;
}
 a.btn.btn-border.btn-gray.btn-transparent.btn-circled {
     border: solid 2px rgba(0,48,89,1);
     font-size: 1em;
     color: rgba(0,48,89,1);
     font-weight: 700;
     text-transform: uppercase;
     border-radius: 30px;
     padding: .75em;
}
 #col8 .htmlText {
     display: flex;
     justify-content: space-around;
     flex-wrap: wrap;
}
 .curso {
     width: 400px;
     color: #fff;
     max-width: 100%;
     padding: 10px;
     font-size: 18px;
     border-bottom: solid 1px #fce323;
}
 .curso img {
     height: 200px;
     display: block;
     margin: auto;
}
 .ctitles {
     height: 180px;
     display: table-cell;
     vertical-align: middle;
}
 .curso h3 {
     font-weight: 700;
     font-family: 'Futura';
     font-size: 22px;
     color: #fce323;
     letter-spacing: 1px;
     margin-bottom: 16px;
}
 .curso p {
     text-align: center;
     margin: 10px 0 10px 0;
}
 .team-member.clearfix a {
     color: #000;
}
 .team-member.clearfix {
     text-align: center;
     color: #fff;
     background: #FFF;
     padding: 10px;
}
 #pw9, #pw11 {
     margin: 0px 0 0 0;
     padding: 30px 0 30px 0;
     background: #FFF;
}
 .modal.modal-xl {
     width: 100%;
     max-width: 100%;
}
 .modal-xl .modal-dialog {
     width: 90%;
     max-width: 100%;
}

.form-group.courses h3 {
    background: rgba(0,48,89,1);
    color: #FFF;
    font-size: 18px;
    padding: 10px;
}

.form-group.courses p {
    padding-left: 20px;
}

.team-member.clearfix {
    width: 255px;
    height: 255px;
    vertical-align: middle;
    display: table;
    margin-top: 10px;
    margin-bottom: 10px;
}
.team-member.clearfix .team-thumb {
    display: table-cell;
    vertical-align: middle;
}

.recurso {
    cursor: pointer;
}
#col61 .recurso {
    display: block;
    text-align: center;
}