body {
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	color: #8a8e91;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #f4f4f4;
	padding-top: 0px;
}

.parallax {
	position: absolute;
	overflow: hidden;
	width: 100%;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

img{
	max-width: 100%;
}

.parallax img {
	width: 100%;
	height: 100%;
}
/* Preloader */

.preloader {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: white;
}

.preloader img {
	position: absolute;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
}

.preloader div {
	display: none;
	/* Preload the Second Pricing Image */
	background: url(../img/pricing2.jpg) no-repeat 9999px 9999px;
	background-position: 9999px 9999px;
}

/* Typography */

p {
	font-size: 14px;
	line-height: 1.5;
	color: #747474;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Slab', serif;
	position: relative;
	margin: 10px 0;
}

h1 {
	font-size: 34px;
	color: #00a3e0;
	font-weight: 600;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 30px;
	color: #00a3e0;
	font-weight: 600;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
	color: #00a3e0;
	font-weight: 600;
}

h6 {
	font-size: 16px;
}

ul.white-list {
	padding: 0;
	list-style-type: none;
}

ul.white-list li {
	font-size: 18px;
	margin: 10px 0;
	color: #fff;
}

ul.white-list li:before {
	content: ' ';
	position: relative;
	top: -3px;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 15px;
	background: white;
}

header {
	position: relative;
	width: 100%;
	color: white;
	background: rgba(28, 36, 65, 0.93);
	background: url('../img/header.jpg');
	background-size: cover;
}

header .table {
	display: table;
	height: 100%;
}

header .container {
	height: 100%;
}

header .header-text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: white;
}

header .typed {
	display: inline-block;
	margin: 0;
}

header .typed-cursor {
	font-size: 60px;
	display: inline-block;
	margin: 0 10px;
	color: #00a8ff;
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

a {
	text-decoration: none;
	color: #747474;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:focus, a:hover {
	color:#00A3E0;
	text-decoration: none;
}
/* Navigation Bar ( Navbar ) */

.label-default{
	background: #bbb;
}

nav.navbar {
	position: fixed;
	z-index: 9500;
	width: 100%;
	width: 100vw;
	background: none;
	padding: 20px 0;	
	border-radius: 0;
	border: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

nav.navbar.affix-top{
	background: none;
}

nav.navbar.affix{
	background: rgba(255,255,255,1);
    padding: 10px 0 0 0;
}

nav.navbar .navbar-nav li.active > a:not(.btn) {
	background-color: #fff;
    color: #00A3E0;
}

nav.navbar .navbar-nav .dropdown-menu li.active a:not(.btn) {

}

nav.navbar .navbar-nav .dropdown-menu li.active a:not(.btn) {
	color: #747474;
}

.dropdown-menu>li.active>a:focus, .dropdown-menu>li.active>a:hover {
    background: #39bef6 !important;
    color: #fff !important;
}

nav.navbar-fixed-top {
	z-index: 9499;
    top: 0;
    padding: 5px 0;
    opacity: 0;
    background: white;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05);
	display: none;
}

nav.navbar-fixed-top .navbar-nav > li > a:not(.btn) {
	color: #bbb;
}

#idiomas{
	position: absolute;
    top: -20px;
    right: 40px;
}
nav.affix #idiomas{
	display: none;
}
#idiomas .subidiomas{
	display: inline-block;
}
#idiomas span{
	color: #fff;
	text-transform: uppercase;
    font-size: 12px;
    margin-left: 10px;
	text-decoration: underline;
}
#idiomas .subidiomas a{
	color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 0 0 5px;
    margin-left: 5px;
    line-height: 10px;
    display: inline-block;
}
.icon-bar {
	background: #bbb;
}
/* Buttons */

.btn {
	font-size: 18px;
	display: inline-block;
	padding: 15px 30px;
	color: white;
	border: 2px solid transparent;
	border-radius: 2px;
	background: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn:hover,
.btn:focus {
	color: white;
}

.btn-default:hover{
	border: none;
}

.btn-primary:hover,.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
	background: #747474;
	border-color: #747474;
}

.btn.btn-blue {
	background: #00a8ff;
}

.btn.btn-blue:hover {
	background: #31b9ff;
}

.btn.btn-blue-fill {
	color: #00a8ff;
	border-color: #00a8ff;
	background: transparent;
}

.btn.btn-blue-fill:hover {
	color: white;
	background: #00a8ff;
}

.btn.btn-white-fill {
	color: #fff;
	border-color: #fff;
	background: transparent;
}

.btn.btn-white-fill:hover {
	color: #00a8ff;
	background: #fff;
}

.btn.btn-gray-fill {
	color: #fff;
	border-color: #fff;
	background: transparent;
}

.btn.btn-gray-fill:hover {
	border-color: #bbb;
	background: #bbb;
}

/* Blink Cursor */

.blink {
	position: relative;
	top: 4px;
	display: inline-block;
	width: 4px;
	height: 50px;
	height: 5vh;
	margin: 0 10px;
}

.navbar {
	top: 0px;
}

.container {
	position: relative;
	z-index: 1;
}
/* Sections */
section {
	position: relative;
}

.section {
	padding: 40px 0;
	background: #fff;
}

.section-padded {
	padding: 140px 0 40px;
}

.cut-top {
	content: ' ';
	position: absolute;
	z-index: 1;
	top: -80px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 80px solid transparent;
	border-right: 30px solid white;
}

.cut-bottom {
	content: ' ';
	position: absolute;
	z-index: 1;
	bottom: -80px;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 80px solid transparent;
	border-left: 30px solid white;
}

.intro-tables {
	top: -130px;
	position: relative;
}

.intro-table {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: repeat;
	background-position: 0% 0%;
}

.intro-table-first {
	background-image: url('../img/table-1.jpg');
}

.intro-table-hover {
	-webkit-transition: background-image 0.3s ease, background-position 0.3s;
	transition: background-image 0.3s ease, background-position 0.3s;
	background-image: url('../img/table-2.jpg');
}

.intro-table-hover h4 {
	-webkit-transform: translateY(170px);
	transform: translateY(170px);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.intro-table-hover:hover {
	background-image: url('../img/table-2-hover.jpg');
	background-position: 50% 50%;
}

.intro-table-third {
	background-image: url('../img/table-3.jpg');
}

.intro-table-hover .expand {
	margin: 30px;
	margin-top: 120px;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s ease, opacity 0.3s;
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
}

.intro-table-hover:hover h4 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.intro-table-hover:hover .expand {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.intro-table-hover .hide-hover {
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.intro-table-hover:hover .hide-hover {
	opacity: 0;
}

.intro-tables .intro-table {
	position: relative;
	width: 100%;
	height: 300px;
	margin: 20px 0;
}

.intro-tables .intro-table .heading {
	margin: 0;
	padding: 30px;
}

.intro-tables .intro-table .small-heading {
	margin: 0;
	padding: 0 30px;
}

.intro-tables .intro-table .bottom {
	position: absolute;
	bottom: 0;
}

.intro-tables .intro-table .owl-schedule .schedule-row {
	padding: 10px 30px;
	color: white;
	transition: all 0.3s ease;
}

.owl-schedule .schedule-row:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.owl-testimonials .author {
	margin-top: 50px;
}

.ripple-effect {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: white;
	-webkit-animation: ripple-animation 2s;
	animation: ripple-animation 2s;
}

@-webkit-keyframes ripple-animation {
	from {
		opacity: 0.2;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(100);
		transform: scale(100);
	}
}

@keyframes ripple-animation {
	from {
		opacity: 0.2;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(100);
		transform: scale(100);
	}
}

.services {
	margin: 40px 0;
}

.service {
	width: 100%;
	height: 320px;
	margin: 80px 0;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service .icon-holder {
	position: relative;
	top: 100px;
	display: inline-block;
	margin-bottom: 40px;
	padding: 10px;
	background: white;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service .heading {
	position: relative;
	top: 80px;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.service .icon-holder > img.icon {
	width: 40px;
}

.service:hover {
	border-color: #00a8ff;
}

.service:hover .icon-holder {
	top: -30px;
}

.service:hover .heading {
	top: -30px;
}

.service .description {
	width: 80%;
	margin: 0 auto;
	opacity: 0;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.service:hover .description {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.team {
	margin: 80px 0;
	padding-bottom: 60px;
	background: white;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
}

.team .cover .overlay {
	height: 250px;
	padding-top: 60px;
	opacity: 0;
	background: rgba(0, 168, 255, 0.9);
	-webkit-transition: opacity 0.45s ease;
	transition: opacity 0.45s ease;
}

.team:hover .cover .overlay {
	opacity: 1;
}

.team .avatar {
	position: relative;
	z-index: 2;
	margin-top: -60px;
	border-radius: 50%;
}

.team .title {
	margin: 50px 0;
}
/* Pricing */

#pricing {
	background: #00a8ff url('../img/pricing1.jpg') no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transition: background-image 0.6s linear 0.3s;
	transition: background-image 0.6s linear 0.3s;
}

.owl-pricing img {
	width: 100%;
}

.owl-pricing,
.pricings {
	margin-top: 100px;
	margin-bottom: 100px;
}

.pricing {
	position: relative;
	width: 100%;
}

.pricings .pricing .box-main,
.pricings .pricing .box-second {
	position: relative;
	left: 25%;
	display: inline-block;
	width: 50%;
	height: 300px;
	padding: 50px 40px;
	background: #bbb;
	-webkit-transition: -webkit-transform 0.3s, background-image 0.3s, opacity 0.3s;
	transition: transform 0.3s, background-image 0.3s, opacity 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.pricings .pricing .box-main {
	z-index: 10;
	padding-top: 40px;
}

.pricings .pricing .box-main:not(.active) {
	cursor: pointer;
}

.pricings .pricing .box-main .info-icon {
	font-size: 14px;
	position: absolute;
	top: 20px;
	right: 20px;
	pointer-events: none;
	opacity: 0;
	color: #fff;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.pricings .pricing .box-main:not(.active) .info-icon {
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.pricings .pricing .box-main:not(.active):hover {
	background: #afafaf;
}

.pricings .pricing .box-main.active {
	background: #00a8ff;
	-webkit-transform: translateX(-99%);
	-ms-transform: translateX(-99%);
	transform: translateX(-99%);
}

.pricings .pricing .box-second {
	position: absolute;
	top: 0;
	right: 0% !important;
	left: auto;
	opacity: 0;
	background: #afafaf;
}

.pricings .pricing .box-second.active {
	opacity: 1;
	background: #00a8ff;
}

.pricings .pricing.active .box-main,
.pricings .pricing .box-second {
	background: #00a8ff;
}

.pricings .pricing .box-main a.btn {
	margin-top: 50px;
}

.owl-twitter i.icon {
	font-size: 36px;
	margin-bottom: 60px;
	color: white;
}
/* Footer */

footer {
	padding: 140px 0 40px;
	background: url('../img/footer.jpg');
	-webkit-background-size: cover;
	background-size: cover;
}

footer .trial-button {
	overflow: hidden !important;
	margin: 40px 0;
}

footer .open-blink {
	content: ' ';
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 20px;
	border-radius: 50%;
	background-color: #4caf50;
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

footer .open-blink:before {
	content: ' ';
	position: absolute;
	top: -8px;
	left: -8px;
	display: inline-block;
	width: 30px;
	height: 30px;
	opacity: 0.1;
	border-radius: 50%;
	background-color: #4caf50;
}

footer .opening-hours {
	margin-top: 60px;
}

footer .bottom-footer {
	margin-top: 150px;
}

footer .social-footer {
	padding: 0;
	list-style: none;
}

footer .social-footer li {
	display: inline-block;
	margin: 0 10px;
}

footer .social-footer li a {
	font-size: 24px;
	color: #fff;
}

footer .social-footer li:hover a {
	color: #00a8ff;
}
/* Form Control */

.form-control {
	font-size: 18px;
	position: relative;
	left: 0;
	height: auto;
	padding: 20px 30px;
	border: 1px;
	border-radius: 0;
	box-shadow: 0;
}

.form-control.form-white {
	color: #fff;
	border: 2px solid white;
	background: transparent;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.form-control.form-white::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}

.form-control.form-white:-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.form-control.form-white::-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 19+ */
	color: #fff;
}

.form-control.form-white:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}

.form-control.form-white:focus {
	background: rgba(255,255,255,0.2);
}

/* Popup */
.modal {
	padding: 0 25px !important;
}

.modal-dialog {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}

.modal-popup {
	position: relative;
	padding: 45px 30px;
	text-align: center;
	background: url('../img/popup.jpg');
	box-shadow: none;
	border-radius: 2px;
}

.modal-popup a.close-link {
	font-size: 22px;
	position: absolute;
	top: 20px;
	right: 30px;
	color: #fff;
}

.popup-form {
	width: 90%;
	max-width: 375px;
	margin: 60px auto;
}

.popup-form .form-control {
	margin: 20px 0;
}

.popup-form .form-control.dropdown {
	text-align: left;
}

.popup-form .form-control.dropdown:after {
	content: '\f0d7';
	font-family: 'FontAwesome';
	display: inline-block;
	float: right;
	color: white;
}

.popup-form .dropdown .dropdown-menu {
	top: 65px;
	width: 100%;
	padding: 0;
	border: 2px solid white;
	border-top: 0;
	border-radius: 0;
	background: white;
	box-shadow: none;
}

.popup-form .dropdown .dropdown-menu li {
	font-size: 16px;
	width: 100%;
	background: transparent;
}

.popup-form .dropdown .dropdown-menu li a {
	width: 100%;
	padding: 15px 30px;
	color: #00a8ff;
}

.popup-form .dropdown .dropdown-menu li:hover a {
	color: #fff;
	background: #00a8ff;
}

/* Checkbox */

.checkbox-holder {
	white-space: nowrap;
}

.checkbox {
	position: relative;
	display: block;
}

.checkbox {
	position: relative;
}

.checkbox label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 2px solid white;
	background: transparent;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.checkbox input[type=checkbox]:focus + label:before {
	background: rgba(255,255,255,0.2);
}

.checkbox label:after {
	content: '';
	position: absolute;
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	opacity: 0;
	background: white;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.checkbox input[type=checkbox] {
	opacity: 0;
	position: absolute;
	width: 0;
	height: 0;
}

.checkbox input[type=checkbox]:checked + label:after {
	opacity: 1;
}

.checkbox-holder span {
	position: relative;
	display: inline-block;
	margin: 0 0 0 10px;
	white-space: normal;
	color: #fff;
}

.btn.btn-submit {
	width: 100%;
	margin-top: 30px;
	color: #00a8ff;
	border: 2px solid #fff;
	background: #fff;
}

.btn.btn-submit:focus {
	font-weight: bold;
}

.btn.btn-submit:hover {
	color: #00a8ff;
	background: #fff;
}

/* Mobile Nav */
.mobile-nav {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.mobile-nav.active {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mobile-nav ul {
	display: table-cell;
	padding: 0;
	list-style: none;
	vertical-align: middle;
	background: rgba(49,58,60,0.95);
}

.mobile-nav ul li {
	margin: 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	background: none;
}

.mobile-nav ul li:nth-child(1){
	border-top: 1px solid rgba(255,255,255,0.4);
}

.mobile-nav ul li a{
    display: inline-block;
    width: 100%;
    padding: 2% 0;
    margin: 0;
	text-transform: uppercase;
}

.mobile-nav ul li a:not(.btn) {
	color: #fff;
}

.mobile-nav .dropdown-menu li > a, .mobile-nav .dropdown-menu li > a:not(.btn){
	background: rgba(255,255,255,0.2);
    color: #fff;
    font-weight: 400;
}

.mobile-nav .dropdown-menu li:last-child > a{
	border: none;
}

.mobile-nav a.close-link {
	font-size: 32px;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 10px);
    left: 0;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    background: #00A3E0;
    line-height: 32px;
}

.row.title {
	padding: 0 20px;
}

.light {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.bold {
	font-weight: bold;
}
/* Colors */

.white {
	color: white;
}

.light-white {
	color: rgba(255, 255, 255, 0.5);
}

.white-bg {
	background: white;
}

.gray-bg {
	background: #f7f7f7;
}

.blue {
	color: #00a8ff;
}

.blue-bg {
	background: #00a8ff;
}

.muted {
	color: #989da0;
}

.margin-top {
	margin-top: 150px;
}

/* PINCHAAQUI */
.navbar-brand{
	padding: 0;
}

.navbar-brand>img{
	height: 50px;
	padding: 5px 0;
}

.container>.navbar-collapse{
	
}

.navbar-right{
	float: none !important;
	text-align: right;
	margin: 0 auto;
}

.navbar-nav>li{
	float: none;
	display: inline-block;
	max-width: 105px;
    text-align: left;
	vertical-align: top;
}

.navbar-nav>li>a{
	color: #fff;
	text-transform: lowercase;
	padding: 10px;
}

.affix .navbar-nav>li>a{
	color: #747474;
    font-weight: 500;
}

.nav>li>a:focus, .nav>li>a:hover{
	background: rgba(255,255,255,0.5);
}

.navbar-right .dropdown-menu {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  padding: 5% 0 0 0;
}

.navbar-right .dropdown-menu > li{
  border-bottom: 1px solid #eee;
}

.navbar-right .dropdown-menu > li:last-child{
  border-bottom: none;
}

.navbar-right .dropdown-menu>li>a{
  padding: 8px 20px;
}

.dropdown-menu{
	border-radius: 0;
	border: none;
	padding-top: 5%;
	background: none;
}

.dropdown-menu > li{
	background: #fff;
}

.dropdown-menu>li>a{
	color: #747474; 
	font-weight: 500;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background: #39bef6;
	color: #fff;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu .second{
    left: 100%;
    transform: none;
    top: 0;
    padding: 0 0 0 4%;
    margin: 0;
}


.mobile-nav .dropdown-menu {
    border-radius: 0;
    border: none;
    padding-top: 0;
    background: none;
    box-shadow: none;
    text-align: center;
	display: none;
	position: relative;
    top: auto;
    left: auto;
    float: none;
}

.mobile-nav .open>.dropdown-menu{
	display: block;
}

.red_zone{
	position: absolute;
    top: 0px;
    right: -80%;
    width: 100%;
    height: 0;
    border-bottom: 50px solid #8b3131;
    border-left: 15px solid transparent;
    line-height: 50px;
    color: #fff;
    display: inline-block;
}

.red_zone a{
	color: #fff;
	padding-left: 5%;
	list-style: none;
}

.flexslider:hover .flex-direction-nav .flex-prev{
	left: 12%;
}

.flexslider:hover .flex-direction-nav .flex-next{
	right: 12%;
}

.flex-direction-nav a:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 40px;
    display: inline-block;
    content: "\f053";
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 40px;
    display: inline-block;
    content: "\f054";
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 40px;
    text-align: center;
    z-index: 999;
}

.flex-control-paging li a{
	background: none;
	border: 2px solid rgba(255,255,255,0.4);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.flex-control-paging li a.flex-active{
	background: rgba(255,255,255,0.6);
	border: 2px solid rgba(255,255,255,0.4);
}

.flexslider{
	margin: 0;
	background: none;
}

.flexslider .slides .fondo{

}

.overlay{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100%,-50%);
    background: none;
    text-align: center;
    padding: 25px;
    color: #fff;
	text-align: left;
}

.center .overlay{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: none;
    text-align: center;
    padding: 25px;
    color: #fff;
	text-align: left;
}

.overlay .txt h2{
	font-family: 'Roboto Slab', serif;
}

.overlay .txt h2 strong{
	 padding-bottom: 20px;
    display: inline-block;
}

.overlay .txt h2 strong::after{
	display: inline-block;
	content: "";
	height: 0px;
	width: 40%;
	border: 1px solid #fff; 
	position: absolute;
    bottom: 0px;
    left: 0;
}

.overlay .txt p{
	color: #fff;
	font-size: 16px;
    font-weight: 500;
}

.overlay .txt a strong{
	background: #8b3131;
    padding: 0;
    border-radius: 50%;
    color: #fff;
    line-height: 27px;
    font-size: 16px;
    height: 35px;
    width: 35px;
    display: inline-block;
	margin-top: 5px;
}

section.ariadna{
	padding: 50px 0;
	color: #87888b;
}

section.ariadna .lista_ariadna{
	padding: 0 20px;
	color: #87888b;
	font-weight: 500;
	text-transform: uppercase;
}

.escuela section.ariadna .lista_ariadna{
	padding: 0;
}

section.ariadna .lista_ariadna span{
	color: #00A3E0;
	text-transform: uppercase;
}

section.ariadna .lista_ariadna span.black{
	color: #000;
}

section.gris{

}

section.portfolio{
 	background: #313a3c url('../images/bg_rallas.png'); 
    -webkit-background-size: auto;
    background-size: auto;
}

section.ralla{
 	background: #f4f4f4; 
    -webkit-background-size: auto;
    background-size: auto;
	padding-bottom: 50px;
}

section.blanca{
 	background: #fff url('../images/bg_rallas_blanca.png'); 
    -webkit-background-size: auto;
    background-size: auto;
	padding-bottom: 50px;
}

.curso-lista{
	position:relative;
	height: 0;
	padding-top: 60%;
	background: #fff;
	overflow: hidden;
	margin-bottom: 50px;
	transition: all 0.45s ease;
	border-radius: 5px;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
}

.noticias .curso-lista{
	padding-top: 120%;
}

.escuela .curso-lista{
	background: none;
}

.curso-lista .escuelas{
	position: absolute;
    top: 0;
    left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat:no-repeat;
	background-size: cover;
}

.casos-lista .curso-lista{
	padding-top: 135%;
}

.curso-lista:hover{
	background: #747474;
}

.curso-lista.escuelas:hover{
	background: no-repeat center center cover;
}

.curso-lista:hover .imagen{
	opacity: 0.8;
}


.casos-lista .curso-lista{
	background: none;
}

.casos-lista h4{
	font-size: 18px;
    font-weight: 400;
    color: #bebebe;
    text-align: center;
    margin: 3% 0;
}

.casos-lista a:hover{
	color: #fff;
}

.bloque-curso{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.bloque-curso a{
	text-decoration: none;
}

.bloque-curso .cabecera{
	height: 100%;
}

.bloque-curso .cabecera h3,.bloque-curso .cabecera h5{
	font-weight: 600;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
}

.bloque-curso .cabecera h5{
	font-size: 14px;
	margin-top: 20px;
}

.catalogos .bloque-curso .cabecera{
	height: 82%;
	position: relative;
}
.catalogos .bloque-curso .cabecera h3{
	color: #fff;
	font-size: 20px;
	width: 80%;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.8); 
}

.catalogos .bloque-curso .cabecera h3 .txt p{
	margin-top: 8px;
}
.catalogos .bloque-curso .cabecera h3 .txt, .catalogos .bloque-curso .cabecera h3 .txt p{
	font-size: 12px;
	font-weight: 300;
	font-family: 'Titillium Web', sans-serif;
	color: #fff;
}

.catalogos .curso-lista:hover .bloque-curso .cabecera h3{
	color: #fff;
}

.catalogos .curso-lista:hover .bloque-curso .cabecera h3 .txt{
	display: none;
}

.catalogos .bloque-curso .descargar{
    font: normal normal normal 14px/1 FontAwesome;
	height: 18%;
	position: relative;
	background: #767676;
	color: #fff; 
	transition: all 0.45s ease;
}

.catalogos .curso-lista:hover .bloque-curso .descargar{
	background: #fff;
	color: #767676; 
}

.catalogos .bloque-curso .descargar:after{
	content: "\f019";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;	
}

.catalogos .bloque-curso .descargar.video:after{
	content: "\f16a";
}

.bloque-curso .imagen{
	position: relative;
	height: 100%;
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.45s ease;
	display: inline-block;
	border-radius: 5px;
}

.noticias .bloque-curso .imagen{
	height: 60%;
	border-radius: 0;
}

.escuelas .bloque-curso .cortina{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 2;
	transition: all 0.45s ease;
}

.paginas-66 .escuelas .bloque-curso .cortina{
	background: #4c5561;
	opacity: 0.8;
}

.escuelas:hover .bloque-curso .cortina{
	background: rgba(0,0,0,0);
}

.escuelas .bloque-curso .imagen{
	padding-top: 25%;
}

.casos-lista .bloque-curso .imagen{
	padding-top: 38%;
}

.bloque-curso .imagen2{
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 50%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.45s ease;
}


.bloque-curso .curso{
	height: 10%;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 100;
    padding: 15px 0px 0 0;
}

.val{
	background: #39bef6;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 5px 10px;
	margin: 0 3px;
	font-size: 14px;
}

.mad{
	background: #626262;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 5px 10px;
	margin: 0 3px;
	font-size: 14px;
}

.onl{
	background: #db8c00;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 5px 10px;
	margin: 0 3px;
	font-size: 14px;
}

.bloque-curso .imagen .lugares{
	position: absolute;
	bottom: 5%;
	right: 1%;
}

.bloque-curso .imagen img{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.bloque-curso .info{
	padding: 2% 8%;
}

.bloque-curso .info .bloque h3{
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	color: #747474;
	text-decoration: none;
	font-weight: 600;
}

.escuelas .bloque-curso .info .bloque h3{
	color: #fff;
    font-size: 36px;
    font-weight: 500;
	text-shadow: 0 0 1px #666;
	margin-bottom: 10px;
	z-index: 2;
	position: relative;
	opacity: 0.7;
	transition: all 0.45s ease;
}

.escuelas .bloque-curso .info .bloque span{
	color: #fff;
    z-index: 2;
    position: relative;
    opacity: 0.7;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 100;
    font-size: 18px;
    margin-bottom: 30px;
    display: inline-block;
}

.escuelas:hover .bloque-curso .info .bloque h3, .escuelas:hover .bloque-curso .info .bloque span{
	opacity: 1;
}

.curso-lista:hover .bloque-curso .info .bloque h3{
	color: #fff;
}

.bloque-curso .info p{ 
	font-size: 15px;
	color: #000;
}

.escuelas .bloque-curso .info p{ 
	color: #fff;
    text-shadow: 0 0 1px #333;
    font-weight: 400;
	opacity: 0;
	transition: all 0.45s ease;
	z-index: 2;
	position: relative;
}

.escuelas:hover .bloque-curso .info p{ 
	opacity: 1;
}


.curso-lista:hover .bloque-curso .info p{
	color: #fff;
}

.mas_info{
	position: absolute;
	bottom: 3%;
	right: 6%;
	color: #39bef6;
	font-size: 20px;
	text-decoration: none;
}


.escuelas .mas_info {
	position: absolute;
    bottom: 0;
    right: 0;
    font-size: 20px;
    text-decoration: none;
    border-bottom: 40px solid #8b3131;
    border-left: 15px solid transparent;
    height: 0;
    color: #fff;
    padding: 0 20px;
    line-height: 40px;
	z-index: 2;
	opacity: 0;
	transition: all 0.45s ease;
}

.escuelas:hover .mas_info {
	opacity: 1;
}

.escuela .overlay, body[class^="casos-exito"] .overlay{
	text-transform: uppercase;
    text-align: left;
    font-size: 20px;
    font-weight: 100;
}

.escuela .overlay strong, body[class^="casos-exito"] .overlay strong{
	color: #8b3131;
	display: block;
}

.escuela h1{
	color: #2c2c2c;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 28px;
}

.escuela span.sub_header{
	color: #2c2c2c;
    font-size: 16px;
    font-style: italic;	
}

.escuela .texto{
	color: #2c2c2c;	
	margin-top: 30px;
	text-align: justify;
}

.escuela .texto p{
	color: #2c2c2c;	 
}

.escuela .secciones{
	float: right;
	text-transform: uppercase;
}

.escuela .secciones a{
	color: #8d8e93;
	display: block;	 
}

.escuela .secciones a.activo{
	font-style: italic;
	color: #2c2c2c;
	font-weight: 500;
}

.escuela .texto h4{
	text-align: left;
	text-transform: uppercase;
    font-size: 16px;
}

.escuela .texto a{
	color: #8b3131;
}

footer {
    padding: 10px 0 0px;
    background: #f4f4f4;
    -webkit-background-size: auto;
    background-size: auto;
	color: #767676;
}

footer a{
	color: #767676;
}

footer .footer-above{
	border-top: 1px solid #494949;
}

footer .footer-above .col-md-6{
	height: 0;
	padding-top: 15%;
}

footer .footer-above .col-md-6 .lugar{
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translateY(-50%);
	width: 45%; 
	text-align: left;
} 

footer .footer-above .col-md-6:nth-child(1){ 	
	border-right: 1px solid #494949;
	
}

footer .footer-above .col-md-6:nth-child(1) .lugar{
	right: 0;
	left: auto;
}

footer .footer-above .col-md-6 .lugar .mad,footer .footer-above .col-md-6 .lugar .val{
	margin-bottom: 20px;
}


footer .footer-below .col-md-4:nth-child(1){
	text-align: left;
}

footer .footer-below .col-md-4:nth-child(2){
	text-align: center;
}

footer .footer-below .col-md-4:nth-child(3){
	text-align: right;
}

footer .footer-below{
  line-height: 20px;
  padding: 50px 0;
}

footer .footer-below img{
	max-height: 30px;
}

footer .footer-below.mini{
	font-size: 10px;	
}

footer .footer-below ul{
	margin: 0;
}

footer .footer-below .fa-fw{
	font-size: 16px;
    line-height: 35px;
    background: #767676;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
}

footer .footer-below .fa-fw:before{
	color: #fff;
}

.nav-tabs {
    border-bottom: none;
	text-align: center; 
	margin-bottom: 20px;
}

.nav-tabs>li{
	float: none;
	display: inline-block;
	border-right: 1px solid #bebebe;
}

.nav-tabs>li:last-child{ 
	border: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover{
	color: #fff;
	background: none;
	border: none;
}

.nav-tabs>li>a{
	color: #bebebe;
	background: none;
	border: none;
	font-size: 18px;
	padding: 0 15px;
}

section.logos{
	border-bottom: 1px solid #494949;
	padding: 20px 0;
}

section.logos .col-md-2{
	text-align: center;
}

section.destacados{
	border-bottom: 1px solid #494949;
	padding: 50px 0;
}

section.destacados .tab-pane{
	text-align: center;
	font-size: 0;
}

section.destacados .tab-pane .col-md-4{
	float: none;
	display: inline-block;
}

.panel-default, .panel-default>.panel-heading, .list-group-item{
	background: none;
	border: none;
	color: #bebebe;
}

.panel-default{
	margin-top: -18px;
}

.panel-default>.panel-heading{
	background: none;
    color: #fff;
    border-radius: 0;
    border: none;
    border-bottom: 40px solid #39bef6;
    border-right: 45px solid transparent;
    line-height: 60px;
    height: 0px;
    font-size: 14px;
}

.panel>.list-group .list-group-item, .panel-body{
	background: #fff;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog, .noticia{
	margin-top: 50px;
}

.noticia{
	background: #fff;
	padding: 35px;
	color: #333;
}

.noticia h1{
	font-size: 24px;
    color: #747474;
    padding: 20px 0px 0px 0;
}

.noticia span{
	color: #00A3E0;
	font-size: 12px;
	font-weight: 600;
}

.noticia p{
	color: #333;
}

.noticia a{
	color: #8b3131; 
}

.noticia img{
	width: 100%;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover{
	background: none;
}

#botones_compartir a{
	color: #fff;
}

.pagination>li>a, .pagination>li>span{
	border-radius: 0 !important;
    color: #fff;
    border: none;
    margin: 1px;
    background: rgba(255,255,255,0.3);
    font-weight: 600;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
	color: #8b3131; 
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background: #8b3131; 
	border: none;
	
}

.row.blanca{

}

.mapa{
	height: 0;
	padding-top: 50%;
}

#map{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contacto{
	color: #2c2c2c;
}

.contacto .superior{
	color: #2c2c2c;
	margin: 25px 0;
}

.contacto .superior h5{
	margin-bottom: 25px;
}

.contacto .superior p{
	color: #747474;
}

.contacto .superior a{
	color: #00A3E0;
}

.contacto .val,.contacto .mad{
	margin: 0 0 20px 0;
}

.contacto .form-control{
	-moz-box-shadow:    inset 0 0 10px rgba(0,0,0,0.2);
   -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
   box-shadow:         inset 0 0 10px rgba(0,0,0,0.2);
   padding: 15px 20px;
}

.form-control[readonly], select.form-control{
	text-transform: uppercase;
	color: #999;
}

.contacto input.form-control[type=checkbox]{
	 -moz-box-shadow:    none;
	 -webkit-box-shadow: none;
	 box-shadow:         none;	
	 width: auto;
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
}

.contacto input.form-control[type=checkbox] {
    opacity:0;
}
.contacto input.form-control[type=checkbox] + label span {
    display:inline-block;
    width:30px;
    height:30px;
	-moz-box-shadow:    inset 0 0 10px rgba(0,0,0,0.2);
   -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
   box-shadow:         inset 0 0 10px rgba(0,0,0,0.2);
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
}
.contacto input.form-control[type=checkbox]:checked + label span {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    background: #00a3e0;
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    font-weight: 200;
    color: #fff;
}

.contacto input.form-control[type=checkbox]:checked + label span:before {
	content: "\f00c";    
}

.contacto .btn, .btn{
	background: #39bef6;
	border-radius: 0;
	width: 100%;
	text-transform: uppercase;
}

.contacto .btn-success:hover, .btn-success:hover{
	border-color: #ccc;
	background: #ccc;
}

.contacto ::-webkit-input-placeholder {
   text-transform: uppercase;
}

.contacto :-moz-placeholder { /* Firefox 18- */
   text-transform: uppercase;
}

.contacto ::-moz-placeholder {  /* Firefox 19+ */
   text-transform: uppercase;
}

.contacto :-ms-input-placeholder {  
   text-transform: uppercase;
}

.form-group{
	position: relative;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    position: absolute;
    top: 10px;
    right: 30px;
}

.help-block.check {
	top: 0;
}

.contacto .text-danger ul{
	list-style: none;
    background: #00a3e0;
    padding: 4px 10px;
    color: #fff;
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    line-height: 17px;
    border-radius: 50%;
}

.contacto .text-danger ul li{
	display: none;
}

.contacto .text-danger ul:after{
	content: "\f12a";
}


.newsletter {
  overflow: hidden;
  margin: 25px 0 0 0px;
  display: inline-block;
  padding: 0; 
}



.newsletter .caja1 {
	color: white;
    text-decoration: none;
    padding: 12px 0px 12px 0px;
    background: #000;
    position: relative;
    display: block;
    float: left;
	text-align: center;
}

.newsletter .caja1:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #000;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2; }

.newsletter .caja1:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1; 
}

.newsletter .caja2 {
	position: relative;
    display: block;
    float: left;
    background: #ccc;
    padding: 12px 0px 12px 0px;
    color: #fff;
	text-align: center;
}

.blanca .texto{
}

.blanca .texto p{
	color: #2c2c2c;
}

body[class^="casos-exito"] section.ralla {
    background: #313a3c url('../images/bg_rallas.png');
    border-top: 1px solid #777;
    padding-top: 30px;
}

body[class^="casos-exito"] section.ralla h4{
	display: none;
}


a.readmore{ 
	margin-top: 10px;
	text-align: center;
	font-size: 18px;
}

.extra{
	display: inline-block;
	text-transform: uppercase;
    font-size: 15px;
    font-weight: 100;
	padding: 15px 0px 0 0;
}

#botones_compartir{
	display: inline-block;
    margin: 60px auto 0 auto;
    text-align: center;
    width: 100%;
}

.no-padding{
	padding: 0;
}

.masters{
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #000;
	
}

.masters .fondo{
	background: url('../images/bg_rallas.png');
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}

.master{
  padding: 30px 10px;
  color: #2c2c2c;
}

section.ariadna .master .lista_ariadna{
	padding: 0 15px;
}

section.ariadna .master .lista_ariadna span{
	color: #000;
}

.master .lugares{
	padding: 25px 10px 15px 10px;
}

.master h1{
	color: #2c2c2c;
	text-transform: uppercase;
	font-size: 22px;
    font-weight: 600;
}

.master .lugares_desc{
	display: table;
	height: 100%;
	margin: 20px 0px 40px 0;
}

.master .lugares_desc h5{
	font-size: 16px;
    margin: 0 0 5px 0;
    font-weight: 600;
}

.master .lugares_desc .col-md-4{
	float: none;
	display: table-cell;
	height: 100%;
	border-left: 1px solid #333;
}

.master .lugares_desc .col-md-4:first-child{
	border: none;
}

.master .nav-tabs{
	padding: 0 15px;
    font-size: 0;
	margin: 20px 0;
	text-align: left;
}
	
.master .nav-tabs.textos>li{
	background: #e1e1e1;
	padding: 20px 0;
	border-right: 2px solid #fff;
}

.master .nav-tabs.textos>li>a{
	color: #2c2c2c;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}

.master .nav-tabs.textos>li.active{
	background: #8b3131;
}

.master .nav-tabs.textos>li.active>a{
	color: #fff;
}

.master .tab-pane h4{
	margin: 15px 0;
}

.master .tab-pane p{
	color: #2c2c2c;
}

.master .galeria{
	height: 0;
    padding-top: 110%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
	position: relative;
}

.master .galeria .fa{
	position: absolute;
	top: 3%;
	right: 3%;
	color: #515b5b;
	font-size:20px;
	width: 34px;
    font-size: 0;
}

.master .galeria .fa span{
	background: #333;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 2px;
}


.btn.collapseForm1,.btn.collapseForm1:hover,.btn.collapseForm1:focus {
    background: #2c2c2c;
    border-radius: 0;
    width: 100%;
	border-color: #2c2c2c;
	text-align: left;
	text-transform: uppercase;
	position: relative;
}

.btn.collapseForm1:after {
	content: "\f106";
    font: 28px/1 FontAwesome;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
}

.btn.collapseForm1.collapsed:after {
	content: "\f107";
}

.btn.collapseForm2,.btn.collapseForm2:hover,.btn.collapseForm2:focus {
    background: #fff;
    border-radius: 0;
    width: 100%;
	border-color: #fff;
	text-align: left;
	text-transform: uppercase;
	color: #2c2c2c;
	position: relative;
}

.btn.collapseForm2:after {
	content: "\f106";
    font: normal normal normal 28px/1 FontAwesome;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
}

.btn.collapseForm2.collapsed:after {
	content: "\f107";
}

section.ariadna.pedido{
	color: #2c2c2c;
	text-transform: uppercase;
    font-size: 16px;
}
section.ariadna.pedido h1{
	text-align: center;
    color: #2c2c2c;
    margin: 50px 0 30px 0;
    font-size: 16px;
    font-weight: 500;
}

section.ariadna.pedido label{
	display: block;
}

section.ariadna.pedido textarea{
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
    padding: 15px 20px;
}


section.ariadna.pedido ::-webkit-input-placeholder {
   text-transform: uppercase;
}

section.ariadna.pedido :-moz-placeholder { /* Firefox 18- */
   text-transform: uppercase;
}

section.ariadna.pedido ::-moz-placeholder {  /* Firefox 19+ */
   text-transform: uppercase;
}

section.ariadna.pedido :-ms-input-placeholder {  
   text-transform: uppercase;
}

section.ariadna.pedido .caja{
	margin-bottom: 15px;	
	display: none;
}

section.ariadna.pedido .caja_total{
	display: inline-block;
	font-size: 30px; 
    font-weight: 600;
	margin-top: 50px;
}

section.ariadna.pedido strong{
	display: block;
	font-size: 14px;
    font-weight: 500;
}

section.ariadna.pedido .producto{
	font-size: 26px;
    color: #8b3131;
    font-weight: 500;
}

section.ariadna.pedido .producto .sede{
	font-size: 20px;
    color: #2c2c2c;
    font-weight: 500;
	margin-top: 10px;
}

section.ariadna.pedido input.form-control[type=checkbox] {
    display:none;
}
section.ariadna.pedido input.form-control[type=checkbox] + label{
	display: inline-block;
}
section.ariadna.pedido input.form-control[type=checkbox] + label span {
    display:inline-block;
    width:30px;
    height:30px;
	-moz-box-shadow:    inset 0 0 10px rgba(0,0,0,0.2);
   -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
   box-shadow:         inset 0 0 10px rgba(0,0,0,0.2);
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
}
section.ariadna.pedido input.form-control[type=checkbox]:checked + label span {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    background: #8b3131;
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    font-weight: 200;
    color: #fff;
}

section.ariadna.pedido input.form-control[type=checkbox]:checked + label span:before {
	content: "\f00c";    
}

section.ariadna.pedido input.form-control[type=radio] {
    display:none;
}
section.ariadna.pedido input.form-control[type=radio] + label{
	display: inline-block;
	margin-bottom: 20px;
}
section.ariadna.pedido input.form-control[type=radio] + label span {
    display:inline-block;
    width:30px;
    height:30px;
	-moz-box-shadow:    inset 0 0 10px rgba(0,0,0,0.2);
   -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
   box-shadow:         inset 0 0 10px rgba(0,0,0,0.2);
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
}
section.ariadna.pedido input.form-control[type=radio]:checked + label span {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    background: #8b3131;
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    font-weight: 200;
    color: #fff;
}

section.ariadna.pedido input.form-control[type=radio]:checked + label span:before {
	content: "\f00c";    
}

section.ariadna.pedido table strong{
	display: inline-block;
}

section.ariadna.pedido table .desc{
	display: none;
}

section.ariadna.pedido .formas_pago{
	margin: 50px 0;
}

.item.seccion .derecha{
	float: right;
	z-index: 9;
}

.item.seccion .desc_izquierda{
	
}

.rounded, .item.seccion {
	padding: 50px 0;
}

.rounded.azul{
	background:	#009ddc;
}

.item.seccion img{
	display: block;
	margin: 0 auto;
}



.item.seccion h3{
	position: relative;
    font-size: 40px;
    float: none;
    margin: 0;
    display: block;
    text-align: left;
	padding: 10px 0;
	font-family: 'Roboto Slab', serif;
    color: #39bef6;
	font-weight: 600;
	z-index: 99;
}

.rounded h3, .rounded.gran .item.seccion  h3{
	font-family: 'Roboto Slab', serif;
    color: #39bef6;
    font-size: 40px;
    font-weight: 600;
    margin: 60px 145px -160px 0;
    z-index: 99;
    float: right;
}

 
.rounded.no-fondo.semi{
	background: url(../images/bg_blue.jpg);
	background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 200%;
}

.rounded.no-fondo.azul, .rounded.no-fondo.azul h3, .rounded.no-fondo.azul p{
	color: #fff;
}

.rounded img{
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
}

.rounded .item.seccion .desc_izquierda .middle{
    background: #fff;
    margin: 25px -30px 0 0;
    padding: 135px 50px 15px 70px;
    width: 78%;
    float: right;
}

.rounded.no-fondo .item.seccion .middle{
	padding: 10px;
	background: none;
	width: auto;
	float: none;
	margin: 0;
}

.rounded.no-fondo .item.seccion .middle table{
	width: 100%;
}

.rounded.no-fondo .item.seccion .middle table td{
	vertical-align: top;
}

.rounded .item.seccion .desc_izquierda .btn{
	position: absolute;
    top: 80%;
    right: -15px;
    background: none;
    width: auto;
    height: 0;
    border: none;
    border-bottom: 40px solid #39bef6;
    border-left: 45px solid transparent;
    line-height: 40px;
    font-family: 'Roboto Slab', serif;
    text-transform: none;
    padding: 0 30px 0 10px;
    text-align: left;
}

.rounded .item.seccion .desc_izquierda .btn:after{
	content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
}

.rounded .item.seccion .desc_derecha .btn{
	position: absolute;
    top: 115%;
    left: -15px;
    background: none;
    width: auto;
    height: 0;
    border: none;
    border-bottom: 40px solid #39bef6;
    border-right: 45px solid transparent;
    line-height: 40px;
    font-family: 'Roboto Slab', serif;
    text-transform: none;
    padding: 0 20px 0 30px;
    text-align: left;
}

.rounded .item.seccion .desc_derecha .btn:after{
	content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 20px;
}

#mapplic{
	padding: 50px 0;
	background: #f4f4f4;
}

section.productos{
	padding: 50px 0;
}

section.productos .row{
	font-size: 0;
    text-align: center;
}

section.productos .col-md-4{
	float: none;
	display: inline-block;
}

#scroll_down {
    position: absolute;
    bottom: 10%;
    left: 50%;
    z-index: 9998;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

#scroll_down a {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font : normal 400 20px/1 'Josefin Sans', sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}
#scroll_down a:hover {
	opacity: .5;
}

#scroll_down a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 3px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
	box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.2)
}
#scroll_down a::after{
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	content: '';
	margin-left: -15px;
	border: 3px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
	-webkit-animation: sdb03 3s infinite;
	animation: sdb03 3s infinite;
	box-shadow: -5px 5px 20px 0px rgba(0,0,0,0.2);
}
#scroll_down a span::before { 
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 7px;
	height: 7px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
		box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.2);	
}
#scroll_down a span::after {
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 18px;
    height: 18px;
    content: '';
    margin-left: -9px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
	
}
@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes sdb03 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 60px rgba(255,255,255,.5);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb03 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 60px rgba(255,255,255,.5);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@media(max-width:1200px) {
	.container {
		width: 100%;
	}
	.paginas-1 .rounded.no-fondo h3 {
		width: 100%;
		font-size: 20px;
	}	
	
	.rounded h3, .rounded.gran .item.seccion h3{
		font-size: 24px;
	    margin: 0;
	}
	.rounded .item.seccion .desc_izquierda .middle {
		background: #fff;
		margin: 0px -30px 0 0;
		padding: 20px;
		width: 100%;
		float: right;
		font-size: 12px;
	}
	
	.rounded.no-fondo .item.seccion .middle {
		padding: 10px;
		background: none;
		width: auto;
		float: none;
		margin: 0;
	}
	
	.rounded.no-fondo p{
		font-size: 12px;
	}
	
	.overlay {
		transform: translate(-100%,-50%);
	}
}

@media(max-width:992px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 12px;
	}
	.section {
		padding: 30px 0;
	}
	
	.navbar-nav>li{
		max-width: 80px;
	}
	
	.nav>li>a{
	}
	
	.rounded .item.seccion .desc_izquierda .middle, .rounded .item.seccion .desc_izquierda .middle p, .rounded.no-fondo p {
		font-size: 10px;
	}
	
	.rounded .item.seccion .desc_izquierda .btn {
		background: #39bef6;
		height: auto;
		border: none;
		position: relative;
		margin: 0 30%;
		text-align: center;
	}	
}

/* Media Queries */

@media (min-width: 768px){

}
	
@media(max-width:991px) {
	.navbar-nav>li>a{
		font-size: 10px;
	}
	
	.text-center-mobile {
		text-align: center !important;
	}
	
	.flex-control-nav{
		bottom: 5px;
	}
	
	footer .footer-above .col-md-6{
		height: auto;
		padding: 8% 0;
	}
	
	footer .footer-above .col-md-6 .lugar{
		position: relative;
		text-align: center;
		width: 100%;
		top: auto;
		left: auto;
		transform: none;
	}
	
	footer .footer-below{
		padding: 10px 0;
	}
	
	footer .footer-below .col-md-4{
		text-align: center !important;
		line-height: 26px;
		padding: 10px 0;
	}
	
}

@media(max-width: 768px) {
	.navbar-brand{
		margin-left: 10px;
	}
	
	.navbar-toggle{
		position: absolute;
		top: 0;
		right: 0%;
		transform: translateX(-50%);
	}
	
	.affix-top .navbar-toggle{
		background: rgba(255,255,255,0.6);
	}
	
	.affix-top .navbar-toggle .icon-bar{
		background: #fff;
	}
	
	.navbar-brand>img{
		height: 40px;
	}
	
	.dropdown-submenu:hover>.dropdown-menu{
		display: none;
	}
	
	.rounded.no-fondo.semi{
		background: none;
	}
	
	.rounded h3, .rounded.gran .item.seccion h3, .item.seccion h3{
		float: none;
		text-align: center;
		padding: 20px 0;
		font-size: 24px;
	}
	
	.item.seccion .bloque{
		display: inline-block;
	}

	.rounded .item.seccion .desc_izquierda .btn {
		text-align: center;
		display: block;
		height: 40px;
		margin: 0;
		top: auto;
		left: auto;
		right: auto;
	}
	
	.rounded .item.seccion .desc_izquierda .btn:after {
		right: 50%;
		text-align: center;
		transform: translateX(-50%);
	}
	
	.rounded .item.seccion .desc_izquierda .middle, .rounded .item.seccion .desc_izquierda .middle p, .rounded.no-fondo p {
		font-size: 12px;
		margin: 0;
		text-align: center; 
	}
	
	.rounded .item.seccion .desc_derecha .btn {
		background: #39bef6;
		height: auto;
		border: none;
		position: relative;
		margin: 0 30%;
		text-align: center;
		display: block;
		top:auto;
		left: auto;
		padding: 0;
	}
	
	.rounded.no-fondo .item.seccion .desc_izquierda .btn:after, .rounded .item.seccion .desc_derecha .btn:after{
		display: none;
	}

	.popup-form .form-control:not(.dropdown):focus {
		position: relative;
		padding-right: 30px;
		padding-left: 30px;
	}
	
	
	.overlay{
		display: none;
		padding: 10px;
	}
	
	.overlay .txt p{
		font-size: 10px;
	}
	
	.overlay .txt a strong{
		line-height: 16px;
		height: 24px;
		width: 24px;
	}
	
	.flex-control-nav{
		display: none;
	}
	
	.nav-tabs>li>a{
		font-size: 14px;
	}
	
	.bloque-curso .info p{
		display: none;
	}
	
}

@media(max-width: 400px) {
	header .typed-cursor {
		display: none;
	}
	.pricings .pricing .box-second {
		padding-top: 0;
	}
}

body.paginas-0 #bs-example-navbar-collapse-1 a { color:#00a3e0 }