/* VARIABLES */
/* GLOBAL STYLES */
html {
  font-size: 100%;
}
body {
  background: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #313131;
  line-height: 28px;
  text-align: left;
  overflow-x: hidden !important;
  margin: auto !important;
}
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
a {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
a:hover {
  text-decoration: none;
}
.btn:focus,
.btn:active {
  outline: inherit;
}
/* Other fixes*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
ol {
  padding-left: 0 !important;
}
li {
  list-style: none;
}
/* Typography */
/* FONT FACE LOADER */
@font-face {
  font-family: 'Lane';
  src: url('/landing/fonts/lanenar_Lane.eot');
  src: url('/landing/fonts/lanenar_Lane.eot?#iefix') format('embedded-opentype'), url('/landing/fonts/lanenar_Lane.woff') format('woff'), url('/landing/fonts/lanenar_Lane.ttf') format('truetype'), url('/landing/fonts/lanenar_Lane.svg#Lane') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Lane';
    src: url('/landing/fonts/lanenar_Lane.svg#Lane') format('svg');
  }
}
/* HEADINGS */
h1,
h2 {
	font-family: 'Lato';
  font-weight: normal;
}
h1 span.resaltado,
h2 span.resaltado {
    color: #ffcc00;
    font-weight: 700;
}
h1 {
  font-size: 2.20rem;
  /* line-height: 4.688rem;*/
  font-weight: 600;
}
h1.big {
  font-size: 2.90rem;
  /* line-height: 4.688rem;*/
  font-weight: 600;
}
h2 {
  font-size: 2.125rem;
  /*  line-height: 4.063rem;*/
  font-weight: 500;
}
h3 {
  font-size: 24px;
  line-height: 38px;
  font-weight: 300;
}
h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  /*margin-top: 10%;*/
}
h5 {
  font-size: 18px;
  font-weight: 300;
}
.left-align{
  text-align: left;
}
.right-align{
  text-align: right;
}
/* CUSTOM BUTTON */
.standard-button,
.standard-button2 {
  font-size: 18px;
  font-weight: 700 !important;
  border-radius: 4px !important;
  text-shadow: 0 !important;
  color: #ffffff;
  min-width: 150px;
  border: none;
  padding: 16px 25px 16px 25px;
  margin: 5px;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  background: #f9a825 !important;
  border: 1px solid #ffffff;
}
.standard-button i,
.standard-button2 i {
  vertical-align: inherit;
  margin-right: 8px;
  font-size: 20px;
}
/* TEXTS */
.white-text {
  color: #ffffff;
}
.dark-text {
  color: #272727;
}
.blue-text {
  color: #fe9b00;
}
.grey-bg {
  background: #F7F8FA !important;
}
.blue-bg {
  background: #015152 !important;
}
.centrado {
  text-align: center !important;
}
#premios h2.big.centrado {
    color: #999;
}
.derecha {
  text-align: right;
  float: right;
}
.center {
  margin: 0 auto;
  text-align: center;
}
/* SECTIONS */
.section-header {
  padding-bottom: 48px;
}
.section-header h2 {
  margin-bottom: 20px;
}
.section-header .section-description {
  display: inline-block;
  position: relative;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* LINES */
.colored-line {
  margin: auto;
  z-index: 1;
  width: 165px;
  height: 1px;
}
.white-line {
  margin: auto;
  z-index: 1;
  width: 165px;
  height: 1px;
  background: #ffffff;
}
.colored-line-left {
  float: left;
  z-index: 1;
  display: block;
  width: 165px;
  height: 1px;
}
/* TOP BAR WITH NAVIGATION */
.sticky-navigation {
  min-height: 76px;
  background: #008ba3;
  border: none;
  padding: 0 !important;
  margin-bottom: 0 !important;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}
.sticky-navigation .navbar-header {
  margin-top: 16px;
}
.sticky-navigation .navbar-header .navbar-brand {
  float: left;
  padding: 0;
  display: inline-block;
  margin-left: 0;
  width: 254px;
  height: 43px;
}
.sticky-navigation .navbar-header .navbar-brand img {
	max-width: 245px;
  height: auto;
  -webkit-backface-visibility: hidden;
}
.sticky-navigation .navbar-header .navbar-brand.navbar-brand-by {
    height: 30px !important;
    width: 147px !important;
    margin-top: 15px;
}
.sticky-navigation .main-navigation .current a {
  color: #000000 !important;
  position: relative;
  outline: none;
}
.sticky-navigation .main-navigation li a {
  line-height: 30px;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  padding: 5px 5px;
  margin: 15px 3px;
  border: 1px solid transparent;
}
.sticky-navigation .main-navigation li a.login {
  background-color: #ffffff;
  border: 1px solid #015152;
  color: #015152;
  margin-left: 15px;
}
.sticky-navigation .main-navigation li a.login:hover {
  border-color: #313131;
  color: #313131;
}
.sticky-navigation .main-navigation li a.descarga {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	margin-left: 15px;
  }
.sticky-navigation .main-navigation li a:hover {
  color: #000000;
}
.navbar-inverse .navbar-toggle {
  border-color: #313131;
  background: #313131;
}
.solid-color {
  background: url(/landing/imgs/onda-fondo.gif) no-repeat #ffffff;
  background-size: 100% 100%;
}
.solid-header {

}
/* HOME */
header{
  text-align: center;
}
header .solid-color {
  min-height: 600px;
}
header .full-screen {
  width: 100%;
  height: 100px;
}
header .home-contents {
  margin-top: 100px;
}
header .stand-contents {
  margin: 110px 0 0 0;
}
header .intro-section {
  text-align: center;
}
header .intro-section h1 {
  margin: 20px 50px 10px 50px;
}
header .phone-image img {
  text-align: center;
  float: right;
  margin-top: 100px;
}
header .bocadillo {
  background-image: url(/landing/imgs/bocadillo.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 20px;
  padding: 50px 25px 50px 45px;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.2em;
  margin-top: 0;
}
header .register {
  background: #014141;
  padding: 25px 0;
}
header .register p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
}
header .register .login-button {
  display: inline-block;
  margin-left: 20px;
  background-color: #f9a825;
  color: #ffffff;
}
header .register .recover a {
  text-align: right;
  font-size: 12px;
}
header .more, .features .more, .metodologia-more{
  display: inline-block;
  background-color: #f9a825;
  color: #ffffff !important; 
  padding: 20px 20px;
  font-size: 28px;
  font-family: 'Lato';
  font-weight: 100;
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 15px;
}
.metodologia-more{
  background-color: #005151;
}
header .more:hover, .features .more:hover, .metodologia-more:hover{
  opacity: .7;
}
header h1{
  text-align: center;
  font-size: 38px;
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: 'Lato';
  color: #fff;
  font-weight: 100;
}
header h2{
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 15px;
    font-family: 'Lato';
}
header img{
  max-width: 700px;
  margin-bottom: 40px;
}
/* SECTION:  FEATURES */
.features {
  padding-top: 40px;
  padding-bottom: 40px;
}
.features h2{
  margin-bottom: 40px;
}
.features .section-header {
  padding-bottom: 0;
}
.features .features-left {
  text-align: left;
  margin-top: 26px;
  margin-bottom: 80px;
  font-size: 19px;
  font-weight: 400;
}
.features .features-left .icon-container {
  float: right;
  margin-left: 20px;
}
.features .features-right {
  text-align: left;
  margin-top: 26px;
  margin-bottom: 80px;
}
.features .features-right .icon-container {
  float: left;
  margin-right: 20px;
}
.features .feature {
  margin-bottom: 10px;
  background: url('/landing/imgs/bullet.png') top left no-repeat;
  padding-left: 25px;
}
.features .feature .icon-container {
  display: block;
  min-height: 120px;
  margin-top: 5px;
}
.features .feature .icon-container .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  line-height: 55px;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all ease-in 0.25s;
  transition: all ease-in 0.25s;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.features .phone-image {
}
.features .snippet img {
  max-width: 100%;
  height: auto;
}
.features .snippet{ }
.features .snippet h2{
  margin-top: 65px;
  font-size: 22px;
  margin-bottom: 10px;
}
.features .snippet h4{
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 300;
}
.features .more{
}
.center-text{
  margin: 0 auto;
  text-align: center;
}
/* SECTION:  BRIE */
.app-brief {
  padding-top: 60px;
  padding-bottom: 60px;
}
#brief2 {
  color: #fff;
  background-color: #015152;
}
.app-brief h2 {
  margin-bottom: 20px;
}
.app-brief .phone-image {
  margin: auto;
  margin-bottom: 50px;
}
.app-brief .phone-image img {
  width: 100%;
}
.app-brief .left-align {
  text-align: left;
  margin-bottom: 50px;
}
.app-brief .left-align p {
  display: block;
  float: none;
  margin-top: 50px;
}
.app-brief .left-align .feature-list {
  margin-top: 40px;
}
.app-brief .left-align .feature-list li {
  margin-bottom: 26px;
}
.app-brief .left-align .feature-list li i {
  margin-right: 10px;
  vertical-align: inherit;
}
/* VIDEO */
video {
  max-width: 100%;
  height: auto;
}
iframe,
embed,
object {
  max-width: 100%;
}
.video-container {
  width: 90%;
  background: transparent !important;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 40px;
}
.video {
  background: transparent !important;
}
/* TESTIMONIALS */
.testimonials {
  color: #ffffff;
}
.testimonials .solid-color {
  padding-top: 110px;
  padding-bottom: 110px;
}
.testimonials .feedback {
  max-width: 750px;
  margin: auto;
}
.testimonials .feedback .image {
  font-size: 24px;
  border: 2px solid transparent;
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff;
  box-shadow: 0px 0px 0px 2px #ffffff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: auto;
  margin-top: 5px;
  overflow: hidden;
}
.testimonials .feedback .image img {
  width: 100%;
  vertical-align: top;
}
.testimonials .feedback .message {
  font-size: 18px;
  font-style: italic;
  margin-top: 40px;
  margin-bottom: 30px;
}
.testimonials .feedback .name {
  margin-top: 15px;
  font-weight: 400;
}
.testimonials .feedback .company-info {
  font-size: 12px;
}
.testimonials .owl-theme .owl-controls .owl-page span {
  background: #ffffff;
  border-radius: 50%;
}
.testimonials .customNavigation a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


section#argumentos1 {
    background-color: #009bb5;
}
.argumentos h2 {
    font-family: 'Lato';
	text-align: center;
	font-size: 1.7em;
}
.argumentos p {
    font-family: 'Lato';
	text-align: center;
	font-size: 1.2em;
}
.argumentos a.more {
    display: inline-block;
    background-color: #f9a825;
    color: #ffffff !important;
    padding: 10px 20px;
    font-size: 20px;
    font-family: 'Lato';
    font-weight: 100;
    margin-bottom:20px;
    margin-top: 20 px;
    border-radius: 15px;
}
.row-blanca h2 {
    color: #006486;
}
.row-milesjuegos {
    margin-top: 20px;
    margin-bottom: 20px;
}
.row-azul h2 {
	color: #FFF;
}
.row-milesjuegos .argumentos-texto {
    margin-top: 10vh;
}
section#argumentos2 {
    background-color: #f5f4f4;
}
#argumentos2 .argumentos-imagen img {
    margin-bottom: -30px;
    width: 100%;
	height: 100%;
	margin-top: 20px;
}
.row-estadistica .argumentos-texto {
    margin-top: 6vh;
}
.row-actividades {
    margin-top: 8vh;
    margin-bottom: 5vh;
}
.argumentos.explicacion {
    font-family: 'Lato';
    color: #999;
    text-align: center;
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 3vh;
}
section#hurry {
    background-color: #f5f4f4;
}
#hurry .row {
    margin: 3vh 0vh;
}
.hurry a.more {
	display: inline-block;
    background-color: #f9a825;
    color: #ffffff !important;
    padding: 10px 20px;
    font-size: 20px;
    font-family: 'Lato';
    font-weight: 100;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 15px;
}
.hurry h2 {
	margin-top: 3.5vh;
	text-align: right;
}

@media (orientation: portrait) {
	.row-milesjuegos .argumentos-texto {margin-top: 5vh;}
	.row-estadistica .argumentos-texto {margin-top: 3vh;}
	.row-actividades {margin-top: 3vh; margin-bottom: 1vh;}
	.hurry h2 {margin-top: 2.5vh;}
}
.argumentos-imagen img {
    width: 100%;
    height: auto;
}


/* SERVICES */
.services {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #ffffff;
}
.services .single-service {
  padding-bottom: 60px;
}
.services .single-service .service-icon {
  font-size: 80px;
}
.services .single-service h3 {
  margin-top: 20px;
}
/* SCREENSHOTS */
.screenshots {
  padding-top: 80px;
  padding-bottom: 120px;
}
.screenshots .shot {
  background: #FFFFFF;
  padding: 10px;
  margin: 13px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
}
.screenshots .shot img {
  border-radius: 4px;
  width: 100%;
}
/* PACKAGES */
.packages {
  padding-top: 80px;
  padding-bottom: 60px;
  background: url(/landing/imgs/fondo.png) repeat #ffffff !important;
}
.packages h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 6px;
}
.single-package {
  background: #51a4d8;
  /* overflow: auto;*/
  border: 0px solid #161616;
  border-radius: 3px;
  margin-bottom: 60px;
  min-height: 515px;
}
.package-heading {
  background-color: #246cb5;
  color: #ffffff;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  margin-bottom: 0px;
  font-size: 20px;
}
.cerebritimarca {
  background-color: #246cb5;
  color: #ffffff;
  font-weight: 600;
  padding: 20px;
  text-align: center;
}
.cerebritiedu {
  background-color: #ffcc00;
  color: #333333;
}
.cerebritiedu h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0px;
}
.cerebritiedusolapa {
  position: absolute;
  top: 9px;
  right: 7px;
  width: 100px;
  height: 100px;
  background: url('/landing/imgs/solapaedu.png') top right no-repeat;
}
.single-package .price {
  background: #3586c7;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}
.single-package .color-bg {
  background-color: !important;
}
.single-package .price h2 {
  color: #272727;
}
.single-package .price .color-bg h2 {
  color: #FFFFFF !important;
}
.single-package .price .sign {
  vertical-align: super;
  font-size: 20px;
}
.single-package .price .month {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.single-package .package-feature {
  margin-top: 15px;
  margin-bottom: 15px;
}
.single-package .package-feature > li {
  padding: 8px 35px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  border-bottom: 1px #4092ce solid;
  font-size: 14px;
}
.single-package .package-feature > li.dark {
  padding-top: 0px;
  padding-bottom: 14px;
  color: #333333;
  text-align: center;
  border-bottom: 1px #4092ce solid;
}
.single-package .package-feature > li > span {
  margin-right: 7px;
}
/* PRICES COLS*/
.single-package .package-feature li.price1 {
  margin-top: 116px;
}
.single-package .package-feature li.price2 {
  margin-top: 56px;
}
.single-package .package-feature li.price3 {
  margin-top: 19px;
}
.color-bg2 {
  background: #ff9d00 !important;
  color: #FFFFFF;
}
.metodologia{
  padding: 45px 0;
  background: #e7e7e7;
  background: url(/landing/imgs/fondo.png) repeat #ffffff;
}
#metodologia {
  padding-bottom: 100px;
  background: url(/landing/imgs/fondo.png) repeat #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
}
#metodologia h2{
  margin-top: 0;
}
#metodologia h4{
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 25px;
}
.metodologia1 {
  background-color: #015152;
  color: #ffffff;
  padding: 20px 25px;
  font-size: 22px;
  font-weight: 500;
}
.metodologia2 {
  background-color: #efedee;
  color: #000;
  padding: 15px 0 20px 0;
}
.metodologia2 .titu {
  color: #015152;
  font-size: 20px;
  font-weight: 500;
  padding: 10px;
}
.metodologia2 p {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 400;
  color: #333333;
}
#marciano {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -60px;
  width: 300px;
  height: 300px;
}
#imgcerebro {
  display: none;
}
.beneficios p {
  background: url('/landing/imgs/bullet2.png') top left no-repeat;
  padding-left: 25px;
}
/* DOWNLOAD */
.download {
  color: #ffffff;
}
.download .solid-color {
  padding-top: 110px;
  padding-bottom: 70px;
}
.download .download-container {
  padding-bottom: 80px;
}
.download .subscription-form-container {
  padding-bottom: 80px;
}
.download .subscription-form .input-box {
  height: 57px;
  padding-left: 20px;
  width: 320px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #FFF;
  border: 2px solid #FFF;
}
.download .subscription-form .input-box:focus,
.download .subscription-form .input-box:active {
  color: #000;
  font-weight: 400;
}
.download .subscription-form .subscription-success,
.download .subscription-form .subscription-error {
  display: none;
}
.download h2 {
  margin-bottom: 30px;
}
#bodegon{
  text-align: center;
  padding-top: 50px;
  padding-bottom: 25px;
}
#bodegon h3{
  color: #333333;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 15px;
  margin-top: 0;
}
#bodegon .bodegonImg{
  width: 500px;
  height: auto;
}
.tabletVideo {
	/*height: 31vw;
    background: url(/landing/imgs/bichos-ipad.png);
    background-size: 100% 97%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10vh;
    background-position-y: 1.3vw;
	background-repeat: no-repeat;*/
	position: relative;
    width: 100%;
}
.tabletVideo:before{
	content: "";
	display: block;
	padding-top: 79%;
}
.tabletVideoContent {
    /*position: relative;
    width: 51%;
    height: 25vw;
    margin-left: auto;
	margin-right: auto;*/
	background: url(/landing/imgs/IPAD_video.png);
	background-size: 100% 100%;
	position: absolute;
	left: 0;
    top: 0;
    bottom: 0;
	right: 0;
	display: flex;
    flex-direction: column;
    justify-content: center;	
}
.tabletVideoVFrame {
    position: relative;
    width: 80%;
    height: 77%;
    margin-left: auto;
    margin-right: auto;
}
/*.tabletVideoVFrame:before {
    content: "";
    display: block;
    padding-top: 75%;
}*/
.tabletVideoVFrameContent {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
/*@media (orientation: portrait) {
	.tabletVideo {height: 50vw;background-position-y: 1.8vw;margin-bottom: 0vh;}
	.tabletVideoContent {height: 40vw;}
}*/
#opinan{
  padding-top: 30px;
  padding-bottom: 50px;
  background: url(/landing/imgs/fondo-opinan.jpg);
  background-size: cover;
}
#opinan h2{
  color: #ffffff;
}
#opinan .testimonial{
  margin-top: 40px;
  padding: 0 45px;
}
#opinan .testimonial h3{
  font-weight: 500;
  font-style: italic;
  font-size: 17px;
  line-height: 1.3em;
  margin-top: 10px;
  color: #ffffff;
}
#opinan .testimonial p{
  line-height: 1.2em;
  font-size: 14px;
  color: #ffffff;
}
#opinan .testimonial span.quien_testimonio {
    color: #f9a825;
}
#opinan .testimonial span.cole_testimonio {
    color: #ffcc00;
}
#videor{
  padding: 30px 0 10px 0;
}
#hitos{
  //background-image: url(/landing/images/hitos_back.png);
  background-image: url(/landing/images/landing_background_header.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
  padding-top: 35px;
}
#hitos h2{
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}
#hitos .hito{
  text-align: center;
  color: #ffffff;
  margin-top: 50px;
  margin-bottom: 30px;
}
#hitos .hito .hitoImg{
  max-width: 100px;
  height: auto;
}
#hitos .hito h3{
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 300;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}
#hitos .hito h3 strong{
  font-weight: 500;
  font-size: 28px
}
#hitos .hito .high{
  font-weight: 500;
  font-size: 28px;
}
#hitos small{
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
}
#premios{
  text-align: center;
  padding: 45px 0 45px 0;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.09);
}
#premios img{
  max-width: 100%;
  height: auto;
}

/* FOOTER */
.contact-box {
  margin: 50px 0;
}
footer {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
  background-color: #009bb5;
}
footer .contact-box {
  margin-bottom: 78px;
}
footer .contact-box .contact-button {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin: auto;
  position: relative;
  font-size: 30px;
  line-height: 60px;
  vertical-align: middle;
  margin-top: -40px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 3px #ffffff;
  box-shadow: 0px 0px 0px 3px #ffffff;
  -webkit-backface-visibility: hidden;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
footer .contact-box .contact-button:hover {
  color: #ffffff;
}
footer .contact-box .expanded-contact-form {
  margin-top: 40px;
  display: none;
}
footer .contact-box .expanded-contact-form .success,
footer .contact-box .expanded-contact-form .error {
  display: none;
}
footer .contact-box .expanded-contact-form .input-box {
  margin-bottom: 10px;
  margin-top: 10px;
  height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f1f1f1;
  color: #333;
}
footer .contact-box .expanded-contact-form .textarea-box {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f1f1f1;
  color: #333;
}
footer .contact-box .expanded-contact-form .textarea-box:active {
  color: #000;
}
footer .copyright {
    color: #333;
    padding-top: 10px;
    margin-bottom: 25px;
    font-family: 'Lato';
}
footer .footer-logo {
  margin-top: 20px;
  max-width: 303px;
  height: auto;
}
footer .social-icons {
    margin-top: 15px;
    border-bottom: 1px solid #006c7e;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
}
footer .social-icons li {
	margin: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 20px;
    flex-direction: row;
    justify-content: center;
    background-color: #006c7e;
}
footer .social-icons li a {
  font-size: 19px;
  color: #ffffff;
}
/* NUEVOS CEREBRITI */
#gaming h2 {
  margin-top: 20%;
}
.beneficios {
  text-align: left;
  font-size: 19px;
  font-weight: 400;
}
.botoncircular {
  -webkit-border-radius: 38;
  -moz-border-radius: 38;
  border-radius: 38px;
  color: #333333;
  font-size: 18px;
  background: #ffffff;
  padding: 11px 20px 13px 20px;
  border: solid #3586c7 6px;
  text-decoration: none;
  font-weight: 600;
}
.botoncircular:hover {
  background: #eeeeee;
  text-decoration: none;
}
#contacto1 {
  display: none;
}
#contacto2 {
  display: none;
}
.contact-form {
  margin-top: 30px;
}
.formlabel {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1em;
  font-weight: 300;
}
.form-horizontal .control-label {
  font-weight: 300;
  vertical-align: middle;
  padding: 7px 0 !important;
  display: inline-block;
  font-size: 15px;
}
.campotexto {
  font-size: 14px;
  background-color: #f1f1f1;
  font-size: 20px;
  color: #555;
  border: none;
  border-radius: 0px;
}
.campotextarea {
  font-size: 14px;
  background-color: #f1f1f1;
  font-size: 20px;
  color: #555;
  border: none;
  border-radius: 0px;
}
.error {
  color: #fe9b00;
}
/*
.franjacontact{
  background-color: #246cb5;
  color: #ffffff;
  font-weight: 600;

  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}


.franjacontact2{
  background-color: #ffcc00;
  color: #333333;
  font-weight: 600;

  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}
*/
#login-form-section {
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
}
.label-login {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}
.input-login input {
  background-color: #f4f4f4;
  border: 1px solid #c1c1c1;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
}
.input-login select {
  border: medium none;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
}
.center-right {
  text-align: right;
  margin-top: 14px;
}
.login-button {
  border: medium none;
  color: black;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 24px;
  background-color: #f4f4f4;
  border: 1px solid #c1c1c1;
}
.require-button {
  background-color: #ff9900;
  border: medium none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 24px;
  width: 100%;
  margin-bottom: 10px;
}
.background-green-zone {
  background-color: #015151;
}
.background-green-zone h2 {
  color: #FFF !important;
  font-size: 1.5rem;
  font-weight: 600;
}
.background-green-zone h4 {
  color: #FFF !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.login-white-button {
  background-color: #fff;
  border: 1px solid #000;
  /*float: right;*/
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.easy-autocomplete.eac-square input {
  padding: 0 12px !important;
  font-size: 14px !important;
  font-style: normal !important;
  color: #333 !important;
}
.easy-autocomplete.eac-square ul li,
.easy-autocomplete.eac-square ul .eac-category {
  color: #333;
  font-size: 14px !important;
}
.modalExpired .modal-dialog .modal-content img{
  margin: 0 auto;
  max-width: 100px;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  align-items: center 
}
.modalExpired .modal-dialog .modal-content h2{
  text-align: center;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 30px;
}
.modalExpired .modal-dialog .modal-content p{
  line-height: 1.4em;
  margin-bottom: 15px;
}
.modalExpired .modal-dialog .modal-content p bold{
    font-weight: 400;
}
.modalExpired .modal-dialog .modal-content a{
  background-color: #ff9900;
  border: 1px solid #ffffff;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  margin: 0 auto;
  align-items: center;
  width: 250px;
  text-align: center;
  margin-top: 15px;
}
/* ESTILOS REGISTRO */
.form-control {
  background-color: #fff;
  background-image: none;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 15px;
  height: 42px;
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 0;
}
.checkbox input[type="checkbox"] {
  margin-top: 8px;
}
.form-horizontal .form-group {
  margin-bottom: 10px;
}
.form-horizontal .form-group small {
  font-size: 14px;
}
.formError .formErrorContent {
  line-height: 1.3em;
  font-size: 12px;
}
.headerRegistro {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  background-image: url("/landing/imgs/registro_header_back.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 100px;
  padding-left: 190px;
  padding-right: 80px;
  padding-top: 22px;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
}
.headerRegistro h2 {
  color: #ffffff;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
}
#zonaPrincipal {
  margin-bottom: 50px;
  margin-top: 25px;
  color: #ffffff;
}
#zonaCurso {
  margin-top: 25px;
  margin-bottom: 50px;
  color: #ffffff;
  display: none;
}
#zonaCurso .zonaTitulo h2 {
  font-size: 22px;
}
.zonaSubtitulo {
  background-color: #014141;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.zonaFormulario {
  background-color: #005151;
  padding: 25px 40px;
}
.separador-form-registro {
  background: rgba(0, 0, 0, 0) url("/landing/imgs/separador-form-registro.gif") repeat-x scroll center center;
  height: 36px;
}
.from-group-subtitulo {
  font-size: 22px;
  text-align: center;
}
#signinButton-container {
  text-align: center;
  margin: 15px 0 0 0;
}
#signinButton {
  background-color: #ff9900;
  border: medium none;
  border-radius: 0;
  font-size: 20px;
  height: 43px;
  line-height: 43px;
  padding: 0;
  width: 116px;
}
#nextButton-container {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}
#nextButton {
  background-color: #ff9900;
  border: medium none;
  border-radius: 0;
  font-size: 20px;
  height: 43px;
  line-height: 43px;
  padding: 0 20px;
  display: inline-block;
}
#asignaturasElegidas {
  background-color: #fff;
  min-height: 175px;
  /*margin-left: 10%;
  width: 80%;*/
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
#asignaturasElegidas_placeholder {
  color: #666;
  font-style: italic;
  height: 100%;
  left: 0;
  line-height: 175px;
  position: absolute;
  top: 0;
  width: 100%;
}
.asignatura-elegida {
  background-color: #ff9900;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin: 10px 4px 0px;
  padding-left: 14px;
  padding-right: 14px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
i.borrar-asignatura {
  background: rgba(0, 0, 0, 0) url("/landing/imgs/asignatura-borrar.gif") no-repeat scroll 0 0;
  display: inline-table;
  height: 12px;
  margin-left: 8px;
  margin-right: 4px;
  margin-top: -4px;
  position: relative;
  vertical-align: middle;
  width: 10px;
}
#asignaturasElegibles {
  /*margin-left: 5%;
  margin-right: 5%;
  width: 90%;*/
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.asignatura-elegible {
  background-color: #014141;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 5px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: center;
}
i.flecha-next {
  background: rgba(0, 0, 0, 0) url("/landing/imgs/flecha-next.png") no-repeat scroll 0 0;
  display: inline-table;
  height: 16px;
  margin-left: 8px;
  margin-right: 4px;
  margin-top: -4px;
  position: relative;
  vertical-align: middle;
  width: 9px;
}
/* NUEVA FORM PARA PRUEBA */
.rform.test {
  margin-left: 75px;
}
.rform.test .formError {
  margin-top: 0px !important;
}
.rform.date #signinButton,
.rform.reg #signinButton {
  width: auto;
  font-size: 20px;
  padding: 0 15px;
}
.rform .zonaTitulo {
  background-color: #014141;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: auto;
  line-height: 1.3em;
  padding: 20px 20px;
  text-align: left;
}
.rform .zonaTitulo h1 {
  font-size: 26px;
  margin: 0;
  text-align: center;
}
.rform .zonaTitulo h2 {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin: 0;
  padding: 0;
}
.rform .zonaTitulo p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 1.3em;
  text-align: center;
}
.rform #signinButton {
  width: 100%;
  padding: 5px 15px;
  border: 1px solid #fff;
  font-size: 22px;
  margin-top: 0;
  height: auto;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.rform #signinButton:hover {
  color: #014141;
}
.rform #registro_ppolicy,
.rform #registro_terms {
  text-decoration: underline;
  cursor: pointer;
}
.rform .agreeText {
  font-size: 13px;
}
.rform .separador-form-registro {
  height: 20px;
  margin-top: 15px;
}
.rform .check {
  margin-bottom: 10px;
}
/* ESTILOS MODAL */
.tinymodal-title {
  position: relative;
  padding: 16.666666666666668px 25px;
  font-size: 130%;
  font-weight: bold;
  text-shadow: 0 1px rgba(0, 0, 0, 0.7);
  color: #fbfbfb;
  background-color: #005151;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.tinymodal-content {
  max-height: 500px;
  color: #333;
  line-height: 1.3em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.tinymodal-content p {
  font-size: 14px;
  line-height: 1.3em;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tinymodal-buttons {
  padding: 15px  25px;
  background: white;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #005151;
}
.tinymodal-buttons button {
  margin-left: .5em;
  padding: .6em 1.25em;
  line-height: 1;
  color: #fbfbfb;
  font-weight: bold;
  text-shadow: none;
  background-color: #ff9900;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-dialog {
  background: #015152;
}
.modal-dialog .modal-content {
  background: transparent;
  padding: 50px;
  color: #ffffff;
}
.modal-dialog .modal-content h2 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 20px;
}
.modal-dialog .modal-content h4 {
  margin: 0 0 15px 0;
  line-height: 1.3em;
}
.modal-dialog.modal-form a {
  color: #ffffff;
  font-size: 16px;
}
.modal-dialog.modal-form .btn {
  background-color: #ff9900;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  border-radius: 0;
}
.modal-dialog.modal-form .center-right {
  margin-top: 10px;
}
.modal-dialog.modal-form .recover {
  float: left;
}
.modal-dialog.modal-form .remember {
  margin-left: 5px;
}
.modal-dialog.modal-form .input-login input {
  padding: 10px 15px;
  height: 42px;
  font-size: 18px;
  color: #555;
}
.modal-dialog.modal-form .err {
  font-size: 16px;
  color: #ff9900;
  line-height: 1.2em;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.modal-dialog.recover .form-horizontal {
  margin: 25px 0;
  width: 100%;
}
.modal-dialog.recover .form-horizontal .form-group {
  margin-bottom: 10px;
}
.modal-dialog.recover h3 {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0;
}
.modal-dialog.recover p {
  text-align: center;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.modal-dialog.recover img {
  max-width: 90px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.modal-dialog.recover .left,
.modal-dialog.recover .right {
  margin: 15px 0;
}
.modal-dialog.recover .left {
  padding-right: 45px;
}
.modal-dialog.recover .right {
  border-left: 1px solid #014141;
  padding-left: 45px;
}
.modal-dialog.recover #signinButton {
  background-color: #ff9900;
  width: 100%;
  border: 1px solid #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
.modal-dialog.recover .small {
  text-align: center;
  font-size: 14px;
  line-height: 1.2em;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
}
/* CONFIRMACIÓN SCREEN */
#confirmation_title {
  font-size: 32px;
  font-weight: bold;
  margin-top: 74px;
  text-align: center;
  width: 100%;
}
.confirmation {
  background: rgba(0, 0, 0, 0);
  background-image: url("/landing/imgs/mascota_check.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 250px;
  height: 200px;
  width: 250px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 15px;
}
.confirmation.error {
  background-image: url("/landing/imgs/mascota_exclamacion.png");
}
#confirmation_text {
  font-size: 22px;
  line-height: 1.3em;
  text-align: center;
  width: 100%;
}
#confirmation_email {
  float: left;
  font-size: 24px;
  margin-bottom: 85px;
  margin-top: 18px;
  position: relative;
  text-align: center;
  width: 100%;
}
.prueba #confirmation_text {
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 25px;
  font-size: 18px;
  padding: 0 50px;
}
#confirmacion-cuerpo {
  background-color: #005151;
  margin-top: 25px;
  margin-bottom: 50px;
}
#confirmacion-cuerpo #confirmation_title {
  font-size: 32px;
  font-weight: bold;
  margin-top: 50px;
  text-align: center;
  color: #ffffff;
  width: 100%;
}
#confirmacion-cuerpo #confirmation_image {
  background: rgba(0, 0, 0, 0) url("/landing/imgs/confirmacion-email.gif") no-repeat scroll center center;
  height: 312px;
  width: 100%;
}
#confirmacion-cuerpo #confirmation_text {
  font-size: 22px;
  text-align: center;
  width: 100%;
  color: #ffffff;
}
#confirmacion-cuerpo #confirmation_email {
  float: left;
  font-size: 24px;
  margin-bottom: 85px;
  margin-top: 18px;
  position: relative;
  text-align: center;
  width: 100%;
}
#confirmacion-cuerpo.prueba #confirmation_text {
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 25px;
  font-size: 18px;
  padding: 0 50px;
  color: #ffffff;
}
/* HACKS PARA EL VALIDATION */
.formError {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin: 10px 0 0 0 !important;
  margin-top: -35px !important;
}
.formError .formErrorContent {
  /* background: #ee0101; */
  background: #FFF;
  position: relative;
  /* color: #fff; */
  color: #ff9900;
  width: 100%;
  font-size: 14px;
  border: 1px solid #ff9900;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding-left: 5px !important;
}
.formError .formErrorContent br {
  display: none;
}
.formError .formErrorArrow {
  margin-top: -2px;
}
.formError .formErrorArrow div {
  border-left: 2px solid #ff9900;
  border-right: 2px solid #ff9900;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  /* background: #ee0101; */
  background: #FFF;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}
.formError .formErrorArrow .line3 {
  border-left: 2px solid #ff9900;
  border-right: 2px solid #ff9900;
  border-bottom: 0 solid #ff9900;
  display: none;
}
.formError .formErrorArrow .line2 {
  background: #ff9900;
  display: none;
}
.formError .formErrorArrow .line1 {
  background: #ff9900;
}
.easy-autocomplete.eac-square {
  width: 100% !important;
}
.easy-autocomplete.eac-square input {
  padding: 0 12px !important;
  font-size: 14px !important;
  font-style: normal !important;
  color: #333 !important;
  width: 100% !important;
}
.easy-autocomplete.eac-square ul li,
.easy-autocomplete.eac-square ul .eac-category {
  color: #333;
  font-size: 14px !important;
}
/* ???? */
div#fondoDialogo {
  position: fixed;
  display: none;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000;
}
div#ventanaDialogoLogin {
  background-color: #015152;
  display: none;
  height: 310px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50px;
  width: 310px;
}
div#ventanaDialogoLogin_botonCerrar {
  background: rgba(0, 0, 0, 0) url("/img/icono-plegar-ranking.png") no-repeat scroll 0 0;
  cursor: pointer;
  position: absolute;
  height: 21px;
  width: 21px;
  top: 15px;
  right: 15px;
}
div#ventanaDialogoLogin_texto {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  height: 40px;
  left: 10%;
  position: absolute;
  top: 70px;
  width: 80%;
}
div#ventanaDialogoLogin_form {
  color: #fff;
  font-size: 14px;
  height: 100px;
  left: 10%;
  position: absolute;
  top: 130px;
  width: 80%;
}
.ventanaDialogoLogin_lineaform {
  float: left;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
div#ventanaDialogoLogin_form input[type="text"],
div#ventanaDialogoLogin_form input[type="password"] {
  border: medium none;
  color: #000;
  width: 100%;
}
div#ventanaDialogoLogin_form button {
  background-color: #ff9900;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}
div#ventanaDialogoCongratulations {
  background-color: #015152;
  display: none;
  height: 310px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50px;
  width: 310px;
}
#ventanaDialogoCongratulations_texto1 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 18px;
  text-align: center;
}
#ventanaDialogoCongratulations_texto2 {
  background: #fff none repeat scroll 0 0;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  padding: 14px;
  text-align: center;
}
#ventanaDialogoCongratulations_zonaBoton {
  margin-top: 6px;
}
#btnGoBak {
  background-color: #ff9900;
  border: medium none;
  color: #fff;
  float: right;
  font-weight: 600;
  margin-right: 10%;
  padding: 7px;
  position: relative;
}
i.flechaDerecha {
  background: rgba(0, 0, 0, 0) url("/landing/imgs/flecha_blanca_9x17.gif") repeat scroll 0 0;
  display: inline-table;
  height: 17px;
  margin-left: 6px;
  margin-right: 6px;
  position: relative;
  vertical-align: middle;
  width: 9px;
}

/*CSS DIFERENCIADAS POR URL*/

body.descuento-centros{
  //font-family: lato
}
.descuento-centros .header .intro-section h1 {
  font-size: 30px;
  font-weight: 400;
  padding: 10px 55px;
  line-height: 1.5em;
}
.descuento-centros .header .intro-section h1 .big{
  font-size: 44px;
  font-weight: 600;
}
.descuento-centros .header .intro-section h1 strong{
  font-weight: 600;
}
.descuento-centros .header .solid-color{
  min-height: auto;
}
.descuento-centros .header .img-claim{
  text-align: center;
  margin: 0 auto;
}
.descuento-centros .header .img-claim img{
  display: inline-block;
  max-width: 500px;
}
.descuento-centros #empezar{
  position: relative;
} 
.descuento-centros .overform{
  position: absolute;
  right: 0;
  top: 150px;
  margin-right: 60px;
}
.descuento-centros .list-bottom{
  background: #f0eeee;
  padding-bottom: 25px;
}
.descuento-centros .list-bottom ul{
  margin-top: 35px;
  text-align: center;
  display: inline-block;
  width: 500px;
}
.descuento-centros .list-bottom ul li{
  text-align: left;
  font-size: 16px;
  line-height: 1.4em;
  border-bottom: 1px solid #cbc9c9;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-left: 50px;
  background-image: url("/landing/imgs/landing-check.png");
  background-repeat: no-repeat;
  background-position: left top;
}
.descuento-centros .zonaFormulario {
    padding: 25px 40px;
}
.descuento-centros .rform .zonaTitulo h1{
  font-size: 20px;
  line-height: 1.3em;
  padding: 0 15px;
  font-weight: 300;
}
.descuento-centros .intro-section h1{
  font-size: 34px;
}
.descuento-centros .intro-section h2{
  font-size: 18px;
  line-height: 1.3em;
  padding-bottom: 10px;
  padding-top: 0;
  margin-top: 0;
  font-weight: 300;
}
.descuento-centros .rform p{
  line-height: 1.3em;
  margin: 5px 0;
  font-weight: 300;
}
.descuento-centros .rform #signinButton {
  border: 0;
  font-size: 18px;
}
.descuento-centros .conditions p{
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.2em;
}

.f1 {
  padding: 25px; 
  border: 1px solid #b3b3b3;
  background: #ffffff;
  text-align: center;
  margin-bottom: 50px;
}
.f1 .btn{
  color: #ffffff;
}
.f1 h4{
  color: #666666;
  font-size: 22px;
  font-weight: 300;
}
.f1 .agreeText{
  font-size: 14px;
}
.f1 .agreeText span{
  color: #005151;
  text-decoration: underline;
  cursor: pointer;
}
.f1-header {
  background: #005151;
  text-align: center;
} 
.f1-header h3 { 
  color: #ffffff;
  margin-top: 0; 
  margin-bottom: 0; 
  padding: 15px 30px 15px 30px;
  font-size: 20px;
  line-height: 1.3em;
}
.f1-steps { 
  overflow: hidden; 
  position: relative; 
  margin-top: 20px; 
}
.f1-progress { 
  position: absolute; 
  top: 24px; 
  left: 0; 
  width: 100%; 
  height: 1px; 
  background: #b3b3b3; 
}
.f1-progress-line { 
  position: absolute; 
  top: 0; 
  left: 0; 
  height: 1px; 
  background: #ff9900; 
}
.f1-step { 
  position: relative; 
  float: left; 
  width: 33.333333%; 
  padding: 0 5px; 
}
.f1-step-icon {
  display: inline-block; 
  width: 40px; 
  height: 40px; 
  margin-top: 4px; 
  background: #b3b3b3; 
  font-size: 16px; 
  color: #fff; 
  line-height: 40px;
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%; 
  border-radius: 50%;
}
.f1-step.activated .f1-step-icon {
  background: #fff; 
  border: 1px solid #ff9900; 
  color: #ff9900; 
  line-height: 38px;
}
.f1-step.active .f1-step-icon {
  width: 48px; 
  height: 48px; 
  margin-top: 0; 
  background: #ff9900; 
  font-size: 22px; 
  line-height: 48px;
}
.f1-step p { 
  color: #b3b3b3; 
}
.f1-step.activated p { 
  color: #ff9900; 
}
.f1-step.active p { 
  color: #ff9900; 
}
.f1 fieldset { 
  display: none; 
  text-align: left; 
}
.f1 input, .f1 textarea, .f1 select {
  border: 1px solid #b3b3b3; 
  border-radius: 0;
}
.f1-buttons { 
  text-align: right; 
}
.f1 .input-error { 
  border-color: #f35b3f; 
}
.f1 .formError{
  z-index: 1 !important;
  position: relative !important;
  margin-top: 0 !important;
}
.f1 .formErrorContent{
  border: 0;
  box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  font-weight: 300;
  line-height: 1.2em;
  font-size: 13px;
  padding: 0 !important;
  opacity: .7;
  padding-bottom: 3px !important;
}
.f1 .formErrorArrow{
  display: none;
}
.f1 .btn-next, .f1 .btn-submit{
  font-size: 16px !important;
  font-weight: 300;
}
.f1 .btn-previous{
  font-size: 16px !important;
  font-weight: 300;
  background-color: #cccccc !important;
}
.f1 .asignaturas-chooser{
  display: none;
}
.f1 #asignaturasElegidas{
  border: 1px solid #b3b3b3;  
}
.f1 .easy-autocomplete.eac-square input{
  border: 1px solid #b3b3b3;   
}
.f1 .asignatura-elegible {
  background-color: #b3b3b3; 
  color: #ffffff;
}
.f1 .asignatura-elegida {
  color: #ffffff;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
iframe, embed, object {
    max-width: 100%;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video{
  margin-bottom: 110px;
}
.video h1{
  color: #333;
  margin-bottom: 20px;
}

div#preciosHeaderContainer{ text-align: center;  margin-bottom: 25px; }
div#preciosHeaderContainer h1{ font-size: 45px; color: #ff9900; font-weight: 400; margin-bottom: 15px; }
div#preciosHeaderContainer h2{ font-size: 22px; color: #000000;  }
div#preciosHeaderContainer h2 strong{ font-weight: 400; }
div#preciosHeaderContainer h3{ font-size: 18px; color:}
div#preciosHeaderContainer .price-box{ height: 80px; margin: 30px 0 15px 0; background-image:url(/img/25_alumno_image.png); background-repeat: no-repeat; background-position: center center; background-size: auto 100%; }
div#preciosGreyContainer{  padding: 0 0 25px 0; }
div#preciosGreyContainer .GreyContainer{ width: 500px; height: 100%; position: relative; margin-left: auto; margin-right: auto;}
div#preciosGreyContainer ul li:before {content: "• "; color: #ff9900; }
div#preciosGreyContainer ul li{ padding-left: 1em; text-indent: -.7em; font-size: 18px; font-weight: 300; color: #000000; padding-top: 10px; padding-bottom: 10px; line-height: 1.2em; text-align: left;}
div#preciosGreyContainer ul li strong{ font-weight: 400; color: #333333; }

div#preciosGreenContainer{ background-color: #015152; padding: 25px 0 30px 0; }
div#preciosGreenContainer .GreenContainer{ width: 650px; height: 100%; position: relative; margin-left: auto; margin-right: auto; color: #fff; text-align: center;}
div#preciosGreenContainer h2{ font-size: 20px; margin-bottom: 25px; }
div#preciosGreenContainer h3{ font-size: 20px; margin-top: 25px; line-height: 1.2em; }
div#preciosGreenContainer .input{ height: 40px; line-height: 40px; font-size: 15px; color: #5d5c5c; border: 0; vertical-align: bottom; padding-left: 10px; padding-right: 10px; }
div#preciosGreenContainer .phoneBtn{ width: 175px; height: 40px; line-height: 37px; font-weight: 400; font-size: 16px; color: #ffffff; background-color: #ff9900; border: 0; vertical-align: bottom; margin-top: 20px; margin-right: 5px; }
div#preciosGreenContainer a{ color: #ffffff; font-weight: 400; }
div#preciosGreenContainer p{ margin-bottom: 10px; }

div.pricesTable { text-align: center; margin: 50px 0; }
div.pricesTable h2{ font-weight: 400; color: #333333; font-size: 30px; margin-bottom: 80px;}
div.pricesTable .pricesTableListContainer{ width: 48%; display: inline-block; float: left; margin-left: 1%; }
div.pricesTable .listHeader{ background-color: #015152; color: #ffffff; font-size: 18px; text-align: center; padding: 45px 25px 25px 25px;}
div.pricesTable .listHeader strong{ font-weight: 400; }
div.pricesTable .listHeader .iconoProfes{ background-image:url(/img/icono-profes.png); background-repeat: no-repeat; background-position: center center; background-size: 75px; width: 100%; height: 75px; margin-top: -90px; }
div.pricesTable .listHeader .iconoAlumnos{ background-image:url(/img/icono-alumno.png); background-repeat: no-repeat; background-position: center center; background-size: 75px; width: 100%; height: 75px; margin-top: -90px; }
div.pricesTable .listHeader .listHeaderTxt{ margin-top: 20px;}
div.pricesTable .listBody{ background-color: #f4f4f4; text-align: left; min-height: 450px; padding: 25px 35px; margin-bottom: 50px; }
div.pricesTable .listBody ul{ padding: 0; margin: 0; }
div.pricesTable .listBody ul li:before {content: "• "; color: #ff9900; }
div.pricesTable .listBody ul li{ padding-left: 1em; text-indent: -.7em; font-weight: 300; font-size: 16px; color: #000000; line-height: 1.3em; padding-top: 10px; padding-bottom: 10px;}
div.pricesTable .listBody ul li strong{ font-weight: 400; color: #333333; }

div#fondoDialogo {position:fixed; display:none; left:0px; right:0px; top:0px; bottom:0px; background-color:rgba(0,0,0,0.6); z-index:10000;}

div#ventanaDialogoContact {display:none; width:484px; height:427px; background-color:#008ba3; position:relative; top:150px; margin-left:auto; margin-right:auto;}
  div#ventanaDialogoContact_botonCerrar {cursor:pointer; position:absolute; height:21px; width:21px; top:15px; right:15px; background:url(/img/boton_gris_X.png) no-repeat 0px 0px;}
    div#ventanaDialogoContact_botonCerrar:hover {background-position:0px -21px;}
  div#ventanaDialogoContact_titulo {position:absolute; padding-left:30px; height:54px; line-height:54px; top:18px;left:0px; color:#FFF; font-size:22px;  }
  div#ventanaDialogoContact_texto {position:absolute; display:none; padding-left:30px; width:400px; top:95px; left:0px; color:#333; font-size:18px;  }
  div#ventanaDialogoContact_containerLogin {width:484px; height:354px; position:absolute; top:73px; left:0px; background-color:#FFF;}
    div.ventanaDialogoContact_inputContainer {
      /*position:absolute; left:222px; top:200px;*/
      width:313px; height:33px; line-height: 33px;
      padding-left:10px; font-size: 14px;
    }
      div.ventanaDialogoContact_inputContainer input {border:none; background-color:#dcdcdc; color:#333; font-size:14px;  margin-top:6px; resize: none; outline: none;width:290px;}

    span#ventanaDialogoContact_labelNombre {position:absolute; top:15px; left:75px; color:#333; font-size:14px;  }
    div#ventanaDialogoContact_containerNombre {position:absolute; top:34px; left:69px;}

    span#ventanaDialogoContact_labelEmail {position:absolute; top:85px; left:75px; color:#333; font-size:14px;  }
    div#ventanaDialogoContact_containerEmail {position:absolute; top:104px; left:69px;}

    span#ventanaDialogoContact_labelMensaje {position:absolute; top:155px; left:75px; color:#333; font-size:14px;  }
    div#ventanaDialogoContact_containerMensaje {position:absolute; top:174px; left:69px;}
      div#ventanaDialogoContact_containerMensaje textarea{ width: 290px; background: #dcdcdc; border: none; margin-top: 5px; }

    div#ventanaDialogoContact_containerResult{ position: absolute; bottom: 0; width: 100%; height: 100px; margin: 0 auto; text-align: center; padding: 20px 0; line-height: 1.3em; font-size: 14px; }
    div#ventanaDialogoContact_containerResult strong{ font-size: 16px; } 

    div#ventanaDialogoContact_containerIniciar {
		display: inline-block;
		background-color: #f9a825;
		color: #ffffff !important;
		padding: 10px 20px;
		font-size: 20px;
		font-family: 'Lato';
		font-weight: 100;
		margin-bottom: 20px;
		margin-top: 20px;
		border-radius: 15px;       
      
      cursor:pointer;
    }
    /*div#ventanaDialogoContact_containerIniciar:hover {background-color:#ff9900;}*/
    span#ventanaDialogoContact_iniciarText {color:#FFF; font-size:18px;  }
      span#ventanaDialogoContact_iniciarText img {position:relative; left:4px;} 

#footerContactarLink{     
  background-color: transparent;
  color: #ffffff;
  float: right;
  margin-top: 30px;
  text-align: center;
}
#footerContactarLink u{
  border: 1px solid #FFF;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  margin-top: 10px;
}



.popup {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
	left: 0;
	display:none;
}
.popup.visible {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10000;
    opacity: 1;
}
.download-popup {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    width: 500px;
}
.download-mobile-popup {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    width: 250px;
}
a.close.download-close {
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 5px;
    right: -42px;
    font-family: 'Arial';
    opacity: 1;
}
.download-popup .half.app-store {
    border-right: 1px solid rgba(0,0,0,.1);
}
.download-popup .half {
    height: 100%;
    width: 50%;
    position: relative;
	float: left;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;	
}
a.store-icon.app-store-icon {
    opacity: 1;
    background: url(/landing/images/appstorebagde.svg);
    background-size: 60%;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
a.store-icon.google-play-icon {
    opacity: 1;
    background: url(/landing/images/google-play-badge.png);
    background-size: 80%;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.download-mobile-popup .half {
    height: 100px;
    width: 100%;
    position: relative;
    float: left;
    background-color: #fff;
    display: flex;
    flex-direction: column;
	justify-content: center;
	text-align: center;
}