/*------------------------------------------------------------------
Landing Page Neurociencias
Version:	1.0
-------------------------------------------------------------------*/


/* =============================
   GLOBAL STYLES 
================================ */

html,
body {
	height: 100%;
}

body {
	/*font-family: 'Lato', sans-serif;*/
	font-family: 'Times', serif;
	font-size: 17px;
	/*font-size: 20px;*/
	color: #2C2C2C;
	letter-spacing: 0.5px;
	font-weight: 300;
	line-height: 1.5;
}

p {
	margin: 10px 0 10px;
}

ul, ol {
	margin: 0;
	padding-bottom: 25px;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: 400;
}

h1,h2,h3,h4,h5,h6 {
	color: #222;
	font-style: normal;
	font-weight: 300;
	margin: 0 0 15px;
	/*font-family: 'Lato', sans-serif;*/
	font-family: 'Times', serif;
}

h1 {
	font-size: 42px;
	line-height: 45px;
}

h2 {
	font-size: 38px;
	line-height: 45px;
}

h3 {
	font-size: 28px;
	font-weight: bold;
}

h4 {
	font-size: 16px;
	line-height: 20px;
}

h5 {
	font-size: 16px;
	line-height: 20px;
}

h6 {
	font-size: 13px;
	line-height: 18px;
}

.no-padding {
	padding: 0;
}

.no-margin {
	margin: 0;
}

a, .btn, button {
	outline: none;
	transition: all 300ms linear 0s;
}

*, input, textarea, input:focus, textarea:focus {
	outline:0 !important;
	box-shadow:none !important;
}

.border-top {
	border-top: 1px solid #e5e5e5;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.outer-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.boxed {
	background: url(../img/pattern.png);
}

.boxed .outer-wrapper {
	max-width: 1250px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.boxed .navbar {
	max-width: 1250px;
	margin: 0 auto;
}

/* =============================
   HEADER STYLES 
================================ */

.navbar-inverse {
	background: transparent;
	border: none;
	margin: 0;
	padding: 30px 0;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.navbar-inverse .navbar-brand {
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-size: 27px;
	font-weight: 900;
	padding: 0 15px;
}

.navbar-inverse .navbar-brand i {
	font-size: 24px;
	color: #337ab7;
}

.navbar-inverse .navbar-nav > li > a:focus ,
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	background: transparent;
}

.navbar-inverse .navbar-nav > li > a:hover {
	opacity: 0.5;
	color: #fff;
	/*filter: alpha(opacity=80);  For IE8 and earlier */
}

.navbar-nav > li > a i {
	margin-left: 5px;
}

.navbar-inverse.affix {
	background: rgba(0,0,0,0.7);
	padding: 10px 0;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	color: #337ab7;
	background-color: transparent;
}


/* =============================
   VIDEO STYLES
================================ */

.video-container {
  position: absolute;
  top: 80px;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
}

.video-container video {
  min-width: 100%; 
  min-height: 100%; 
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.w-video {
	background-image: none;
}

/* =============================
   INTRO STYLES
================================ */

.intro {
	padding: 150px 0 0;
	position: relative;
}

.overlay {
	position: relative;
}

.intro-neurociencias.overlay:after {
	opacity: 0.15;
}

.overlay:after {
	content: "";
	background: #000;
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0.75;
}

.overlay .container {
	position: relative;
	z-index: 11;
}

.intro h2 {
	color: #fff;
	font-size: 47px;
	line-height: 55px;
	margin: -30px 0 20px;
	font-weight: 300;
}

.intro p {
	color: #fff;
	font-size: 22px;
	line-height: 32px;
	opacity: 0.7;
	margin: 0 0 50px;
    font-weight: bold;
}

.form-item {
	margin-bottom: 15px;
}
.form-item .error {
	color: red;
	font-size: 16px;
	margin: 0;
}

.intro-form input,
.intro-form select {
	width: 100%;
	padding: 0 10px;
	height: 40px;
	border-radius: 0;
	font-size: 14px;
	color: #000;
	border: 2px solid #ddd;
	transition: .4s;
	font-weight: 400;
}

.intro-form input:focus,
.intro-form select:focus{
	border:2px solid #337ab7;
}

.intro-form {
	text-align: center;
	background: #fff;
	padding: 43px 40px;
	border-radius: 2px;
}

.intro-form h4 {
	color: #000;
	font-size: 25px;
	margin: 0px 0 40px;
}

.intro-form span {
	color: #666;
	margin-top: 15px;
	display: block;
	font-size: 13px;
	padding: 0;
	line-height: 19px;
}

.intro-form button {
	padding: 0 20px;
	line-height: 40px;
}

.intro-form button:hover {
	background: #333;
	color: #fff;
}

.intro-form.thanks,
.intro-form.thanks p {
	color:#222;
}

/* INTRO / NEUROCIENCIAS */

.intro-neurociencias {
	background: url(../img/bg-sm.jpg) no-repeat top center;
	background-size: cover;
	padding: 130px 0 80px;
}

.copy {
	position: absolute;
	width: 100%;
	bottom: 2em;
	left: 0;
	text-align: center;
	opacity: .3;
	color: black;
	font-size: .8em;
}

.copy a {
	color: inherit;
}

.section-heading {
	margin-bottom: 30px;
}

.captcha-item {}
.captcha-pic {
	float: left;
	width: 100px;
	text-align: left;
}
.captcha-input {
	display: flex;
}
.captcha-pic img {
	margin-top: 0 !important;
}


/* =============================
   SERVICES STYLES 
================================ */

.services {
	padding: 50px 0 50px;
}

.service-item {
	margin-bottom: 40px;
}

.service-item h3 {
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.service-item span {
	color: #337ab7;
	font-size: 50px;
	margin-bottom: 25px;
	display: block;
}

.service-item a i {
	font-size: 14px;
	margin-left: 3px;
	position: relative;
	top: 0.1px;
}

.service-item p {
	font-size: 16px;
	line-height: 21px;
}


.btn-more {
	line-height: 40px;
	position: relative;
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
}

.btn-more::after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	top: 19px;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 1%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
 /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 1%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
 /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 1%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
 /* IE6-9 */
	opacity: 0.2;
	z-index: 0;
}

.btn-more a {
	background: #eaeaea;
	margin: 0 auto;
	display: table;
	border-radius: 50px;
	padding: 0 15px;
	min-width: 170px;
	text-align: center;
	border: 1px solid #cdcdcd;
	position: relative;
	z-index: 11;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 700;
}

.btn-more a:hover {
	background: #fff;
	border: 1px solid #337ab7;
	color: #337ab7;
}

.title-link {
	color: #222;
}

.service-item2 i {
	float: left;
	margin-right: 25px;
	color: #fff;
	background: #337ab7;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 27px;
	border-radius: 50%;
}

.service-item2 .service-inner {
	overflow: hidden;
}

/* =============================
   INFO CONTENT
================================ */

.info-content {
	padding: 40px 0 0;
	overflow: hidden;
}

.info-content2 {
	padding: 100px 0;
}

.bg-primary {
	background: #337ab7;
}

.info-content-dark {
	background: #111 url(../img/182059956.jpg) no-repeat center;
	background-size: cover;
	padding: 60px 0;
}

.info-content-grey {
	background-color: #cbcbcb;
	padding: 60px 0;
}

.text-white {
	color: #fff;
}
.info-content-dark h1,
.info-content-dark h2,
.info-content-dark h3,
.info-content-dark h4{
	color: #fff;
}
.info-content-dark h4 {
	margin-bottom: 20px;
	position: relative;
	font-size: 18px;
	letter-spacing: 1px;
}

.info-content-dark h4 i {
	margin-right: 10px;
}

.info-content-dark p {
	color: #fff;
	opacity: 0.9;
}

.info-content span.courses {
  display: block;
  font-weight: 600;
  margin: 5px 0;
}

.univ-list {
	padding: 0;
    text-align: center;
}
.univ-item {
	padding: 0px 10px 20px;
}

.univ-item img {
	width: 100%;
	height: auto;
}
.list{
	list-style: none;
	margin: 0;
	padding: 0 0 35px 0;
}
.list li {
	margin-top: 12px;
	position: relative;
	padding: 0 0 0 35px;
}

.list li i {
	background: #337ab7;
	color: #fff;
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 3px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

/* =============================
   COMMON STYLES
================================ */

.gap10 {
	margin: 5px 0;
}

.gap20 {
	margin: 10px 0;
}

.gap30 {
	margin: 15px 0;
}

.gap40 {
	margin: 20px 0;
}

.gap50 {
	margin: 25px 0;
}

.gap60 {
	margin: 30px 0;
}

.gap70 {
	margin: 35px 0;
}

.gap80 {
	margin: 40px 0;
}

.gap90 {
	margin: 45px 0;
}

.gap100 {
	margin: 50px 0;
}

.gap110 {
	margin: 55px 0;
}

.gap120 {
	margin: 60px 0;
}

.m-t-xs {
	margin-top: 5px
}

.m-t-sm {
	margin-top: 10px
}

.m-t-md {
	margin-top: 15px
}

.m-t-lg {
	margin-top: 20px
}


.m-b-xs {
	margin-bottom: 5px
}

.m-b-sm {
	margin-bottom: 10px
}

.m-b-md {
	margin-bottom: 15px
}

.m-b-lg {
	margin-bottom: 20px
}

/* =============================
   FEATURE 
================================ */

.features {
	padding: 100px 0 70px;
}

.feature-item {
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

.feature-item__inner {
	padding: 30px 20px;
}


/* =============================
   TESTIMONIAL
================================ */

.testimonial {
	padding: 80px 0;
	background: #333;
}

#quote-carousel {
	padding: 0 100px;
}

#quote-carousel .carousel-control {
	background: none;
	text-shadow: none;
}

#quote-carousel .carousel-control.left {
	left: 0px;
	height: auto;
	opacity: 1;
	text-align: left;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	text-align: center;
	opacity: 0.4;
}

#quote-carousel .carousel-control.right {
	right: 0px !important;
	height: auto;
	opacity: 1;
	text-align: left;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	text-align: center;
	opacity: 0.4;
}

#quote-carousel .carousel-control.left:hover ,
#quote-carousel .carousel-control.right:hover {
	opacity: 1;
}

#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
	background: #c0c0c0;
}

#quote-carousel .carousel-indicators .active {
	background: #333333;
}

#quote-carousel .item {
	height: 200px;
	overflow: hidden;
}

#quote-carousel .item p {
	color: #fff;
	font-size: 22px;
	line-height: 33px;
	font-weight: 200;
	font-style: italic;
}

#quote-carousel .item p.course {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	font-style: italic;
    margin-bottom: 15px;
}

#quote-carousel .item p.teacher {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	font-style: italic;
    margin-bottom: 5px;
}

#quote-carousel .item p.role {
	font-size: 18px;
	line-height: 22px;
	font-weight: 200;
	font-style: normal;
    margin-top: 5px;
}

#quote-carousel .item i {
	font-size: 40px;
	margin-bottom: 10px;
	opacity: 0.4;
}

#quote-carousel .item cite {
	font-style: normal;
	font-size: 16px;
	font-weight: 500;
}


.cta {
	padding: 30px 0;
	background: #337ab7;
	position: relative;
	color: #fff;
}

/* .cta::after {
	content: "";
	background: url(../img/843873174.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0.07;
} */

.cta .container {
	position: relative;
	z-index: 11;
}

.cta .btn {
	text-align: left;
	float: right;
}

.cta .btn i {
	float: right;
	margin: -15px 0;
}


.cta .contact-type {
	position: relative;
	padding: 20px 20px 20px 80px;
	color: #fff;
	width: 100%;
	margin: 25px 0 10px 0;
	background-color: rgba(255,255,255,0.2);
}

.cta .contact-type:last-child {
	margin-bottom: 25px;
}

.cta .contact-type i {
	position: absolute;
	top: 30px;
	left: 20px;
	font-size: 45px;
	height: 70px;
	line-height: 70px;
	margin-top: -35px;
	background: #fff;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.cta .contact-type h4 {
	margin: 0;
	font-size: 25px;
	font-weight: 400;
	color: #fff;
}
.cta .contact-type:hover {
	color: #286090;
	background-color: rgba(255,255,255,1);
}
.cta .contact-type:hover i,
.cta .contact-type:hover h4 {
	color: #286090;
}

.cta .cinfobox {
	background-color: rgba(255,255,255,0.2);
	padding: 15px;
	border-radius: 5px;
	margin: 25px 0;
	text-align: center;
	min-height: 230px;
}
.cta .cinfobox h3 {
	font-weight: 100;
	font-size: 26px;
}
.cta .cinfobox-ico {
	font-size: 46px;
}

.cta .cinfobox p {
	font-size: 20px;
}

.cta .cinfobox a {
	color: #fff;
}



.cta2 .btn {
	text-align: left;
	float: right;
}

.cta2 .btn i {
	float: right;
	margin: -15px 0;
}

/* =============================
   FOOTER
================================ */

footer {
	background: #222;
	padding: 70px 0;
	color: #fff;
	font-size: 16px;
}
.contact-form input {
	width: 100%;
	height: 45px;
	background: #fff;
	border-radius: 0;
	margin: 0 0 15px;
	border: none;
	padding: 0 20px;
	color: #000;
}

.contact-form textarea {
	width: 100%;
	height: 100px;
	background: #fff;
	border-radius: 0;
	margin: 0 0 15px;
	border: none;
	padding: 15px 20px;
	color: #000;
}

footer h4 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 19px;
	margin: 0 0 25px;
}

.cinfo p {
	position: relative;
	padding: 0 0 0 30px;
}

.cinfo p i {
	position: absolute;
	left: 0;
	top: 7px;
}

.f-logo {
	margin: -10px 0 15px;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 900;
}

.f-logo i {
	font-size: 25px;
	color: #337ab7;
}

.logo-footer-IAEU {
	margin-right: 70px;
}


.footer-links li {
	margin-bottom: 12px;
}

.footer-links li a {
	color: #888;
}

.footer-links li a:hover {
	color: #337ab7;
}

.copyright {
	/*background: #151515;*/
	background: #fff;
	padding: 20px 0 20px;
	/*color: #FFFFFF;*/
	color:#333;
}

.copyright p {
	font-size: 13px;
	letter-spacing: 1.5px;
}

.c-logo {
	margin: -10px 0 15px;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 900;
	float: left;
	display: inline-block;
}
.c-copy {
	float: right;
	font-size: 13px;
	display: inline-block;
	margin: 0;
	padding: 25px 25px 0 20px;
}

.back-to-top {
	background: #000;
	position: fixed;
	bottom: -60px;
	right: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff !important;
	font-size: 25px;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.back-to-top.act {
	bottom: 0px;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.back-to-top:hover {
	background: #306ad5;
	color: #fff;
}

.ketchup-error {
	display: none !important;
}

#response {
	width: 100%;
	display: table;
	text-align: center;
	font-size: 13px;
	font-weight:400;
	padding: 5px 15px;
	margin-top: 5px;
	color: #2BDE73 !important;
}

.intro #response ,
.intro2 #response ,
.intro3 #response ,
.intro4 #response ,
.intro5 #response ,
.intro6 #response ,
.intro7 #response ,
.intro7 #response {
	color: #fff !important;
	position: absolute;
}

#response h4 {
    font-size: 13px;
    font-weight: 400;
    color: #fff !important;
    width: 100%;
}

.statusMessage,.successmessage,.errormessage {
	display: none;
	width: 100%;
	background: #fff;
	margin: 0px auto 15px;
	padding: 20px;
	border-radius: 5px;
	color: #555;
}

.errormessage p, .statusMessage p, .successmessage p {
	margin: 0px !important;
	color: #666;
	font-size: 12px;
}

.success-ico {
	background: url(../img/success.png);
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 15px;
	position: relative;
	top: 0px;
	background-size: 25px;
}

.error-ico {
	background: url(../img/error.png);
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 15px;
	position: relative;
	top: 0px;
	background-size: 25px;
}

#sendingMessage i {
	color: #00BCD4;
	font-size: 18px;
	margin-right: 10px;
}

/* =============================
   RESPONSIVE
================================ */

@media only screen and (min-width: 768px) and (max-width: 4000px) {


	.navbar-nav > li > .dropdown-menu {
		margin-top: 25px;
		display: table;
		padding: 17px 25px;
		border: none;
		border-radius: 0px;
		min-width: 260px;
		left: 0;
		opacity: 0;
		visibility: hidden;
		transition: all 200ms linear 0s;
		-webkit-transition: all 200ms linear 0s;
		-moz-transition: all 200ms linear 0s;
	}

	.navbar-nav > li:hover > .dropdown-menu {
		margin-top: 10px;
		opacity: 1;
		visibility: visible;
		transition: all 200ms linear 0s;
		-webkit-transition: all 200ms linear 0s;
		-moz-transition: all 200ms linear 0s;
	}

	.dropdown-menu > li > a {
		display: block;
		padding: 9px 0px;
		clear: both;
		font-weight: 400;
		line-height: 21px;
		color: #777;
		white-space: nowrap;
		border-bottom: 1px solid #e5e5e5;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: 1px;
	}

	.dropdown-menu > li:last-child > a {
		border-bottom: none;
	}

	.center-flex {
		display: flex;
		align-items: center;
		justify-content: left;
	}
}

@media screen and (min-width: 768px) {
	.screen {
		width: 300px;
		height: 570px;
		-webkit-transform: rotate(-37.73deg) scaleX(0.8312) scaleY(0.801) skewX(10.92deg) skewY(1deg) translate(205px, 263px);
		transform: rotate(-37.73deg) scaleX(0.8312) scaleY(0.801) skewX(10.92deg) skewY(1deg) translate(205px, 263px);
	}

	.mockup {
		width: 900px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {

	.intro8 .col-md-6:first-child {
		position: relative;
		z-index: 77;
	}

	.app-btns {
		width: 600px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

	.mockup {
		left: -59%;
	}

	.intro8 .col-md-6:first-child {
		position: relative;
		z-index: 77;
	}

	.intro5 .intro-form {
		margin-top: 30px;
	}

	.intro5 h3 ,
	.intro3 h3 {
		font-size: 48px;
		line-height: 62px;
	}

	.intro5 p ,
	.intro3 p {
		padding: 0px 20px 30px;
	}

	.intro-form h4 {
		font-size: 22px;
		line-height: 28px;
	}

	.intro2 img {
		width: 150%;
		max-width: none;
		position: relative;
		left: -20%;
	}

	#quote-carousel .item p {
		font-size: 15px;
		line-height: 30px;
	}

	.intro h2 {
		font-size: 28px;
		line-height: 42px;
	}

	.intro p {
		font-size: 16px;
		line-height: 31px;
		margin: 0 0 30px;
	}

	p {
		font-size: 14px;
		line-height: 25px;
	}

	.btn-primary {
		min-width: auto;
		width: 100%;
	}

	.plan-price span {
		display: block;
	}
}

@media only screen and (min-width: 250px) and (max-width: 440px) {

	.newsletter form {
		padding: 0px 0px 0px 0px;
	}

	.newsletter form button {
		position: relative;
		margin-top: 10px;
		width: 100%;
	}

	#quote-carousel .item {
		height: 400px;
	}

}

@media only screen and (min-width: 250px) and (max-width: 767px) {

	.mockup {
		width: 400px;
		float: none;
		position: relative;
		left: 0;
		top: -40px;
		margin: 0 auto;
		display: table;
	}

	.app-btns a {
		margin: 0 10px 15px;
	}

	.intro5 h3 ,
	.intro3 h3 {
		font-size: 40px;
		line-height: 58px;
	}

	.intro5 p ,
	.intro3 p {
		padding: 0px 0px 30px;
	}

	.intro-form.intro-form-full span {
		margin-top: 20px;
		opacity: 0.6;
	}

	.intro3 {
		padding: 150px 0 100px;
		position: relative;
	}

	.intro4 .intro-form {
		margin-top: 50px;
	}

	.intro5 .intro-form {
		margin-top: 30px;
	}

	.intro-form h4 {
		font-size: 22px;
		line-height: 28px;
	}

	.intro-form button {
		width: 100%;
		min-width: 100%;
	}

	.intro-form {
		padding: 43px 30px;
	}

	.intro2 {
		padding: 100px 0 50px;
		overflow: hidden;
	}

	h2 {
		font-size: 28px;
		line-height: 38px;
	}

	.cta {
		text-align: center;
	}

	.cta .btn {
		text-align: left;
		float: none;
	}

	.widget {
		margin-bottom: 40px;
	}

	footer {
		padding: 70px 0 30px;
	}

	#quote-carousel {
		padding: 0 25px;
	}

	#quote-carousel .carousel-control.right {
		right: -15px !important;
	}

	#quote-carousel .carousel-control.left {
		left: -15px !important;
	}

	#quote-carousel .item p {
		font-size: 17px;
		line-height: 29px;
	}

	#quote-carousel .item img {
		max-width: 150px;
		margin: 0 auto 30px;
	}

	#quote-carousel .item i {
		display: none;
	}

	.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a {
		color: #666;
	}

	.navbar-inverse .navbar-nav > li > a:hover {
		color: #000;
	}

	.dropdown-menu > li > a {
		display: block;
		padding: 11px 0px;
		clear: both;
		font-weight: 400;
		line-height: 21px;
		color: #666;
		white-space: nowrap;
		border-bottom: 1px solid #e5e5e5;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: 1px;
	}

	.dropdown-menu > li > a:hover {
		color: #000 !important;
	}

	.navbar-collapse {
		background: #fff;
		margin: 20px 0px 0px !important;
		border: medium none;
		padding: 10px 30px;
		position: fixed;
		left: 5%;
		right: 0px;
		width: 90%;
		box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	}

	.navbar-toggle ,
	.navbar-toggle:hover ,
	.navbar-toggle:focus {
		padding: 0;
		margin-top: 19px;
		background-color: transparent;
		border: none;
	}

	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
		background-color: transparent;
	}

	.intro {
		text-align: center;
	}

	.intro h2 {
		font-size: 34px;
		line-height: 44px;
		margin: 0px 0 20px;
	}

	.intro img {
		margin-top: 80px;
	}
}

/*LOADER STYÑE*/
#loader {
	background-color: rgba(0,0,0,0.8);
}
.loader {
	position: fixed;
	top: 50%;
	left: 50%;
	border: 7px solid #f3f3f3;
	border-radius: 49%;
	border-top: 7px solid #3498db;
	width: 50px;
	height: 50px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* =============================
   ROB STYLES
================================ */
.navbar-right{
	margin-top: 80px;
	margin-right: 95px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-top: 70px;
	margin-left: -155px;
	/*padding-bottom: 80px;*/
}
.navbar-brand {
	height:80px;
}
.overlay .container {
    /*margin-bottom: -143px;
    margin-top: -35px;*/
}
.services {
    padding: 86px 0 50px;
}
.intro-neurociencias{
	/*top:80px;*/
}
.containerlogoROB{
	top:100px;
	left:200px;
	position:relative;
}
.containerROB{
	padding-top:20px;
	padding-bottom:20px;
	max-width:100%;
	max-height:100px;
	width:auto;
	height:auto;
}
#estudios {
    padding-bottom: 35px;
}
strong{
	font-weight:bold;
}
.logo-footer-IAEU {
    margin-right: -130px;
}
/* Mostrar la lista en dos columnas */
/*
ul#ulareas { 
  columns: 2; 
  -webkit-columns: 2; 
  -moz-columns: 2; 
}*/
/* no romper los elementos externos */
/*
ul#ulareas > li { 
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; 
}*/
  .col-md-pull-6b {
    right: 55%;
  }
  /*
@media only screen and (min-width: 768px) and (max-width: 4000px) {
}*/
.navbar-inverse.affix {
	background: rgba(0, 0, 0, 0.5);
}