@import url('https://fonts.googleapis.com/css?family=Pacifico&display=swap');
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
* {
  margin: 0;
  padding: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Varela Round', sans-serif;
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.2;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px !important;
  color: #333333 !important;
  font-weight: 300;
}
.btn-empezar {
  display: block;
  width: 250px;
  margin: auto;
  margin-bottom: -35px;
}
.btn {
  border: 0;
}
.btn-xl {
  font-size: 28px;
  padding: .7rem 1.8rem;
}
.btn-primary {
  background-color: #007bff !important;
}
.navbar.fixed-top {
  background-image: url(../images/curva-blanca-abajo-menu.svg) !important;
  text-transform: uppercase;
  background-color: transparent!important;
  background-size: 100%;
  background-position: bottom;
  padding: 1.5rem 1rem;
  padding-top: 1rem;
}

.navbar.fixed-top .btn { padding: .375rem .75rem !important; }

.navbar.fixed-top ul {  /* margin-left: 12%!important; */ }

.navbar.fixed-top .navbar-toggler {  position: absolute; top: 33px; border: 0 !important;}

section { float: left; width: 100%;}

.section-light {
  background-image: url(../images/curva-blanca-arriba.svg), url(../images/curva-blanca-abajo.svg);
  background-position: 0 101%,top;
  background-repeat: no-repeat;
  padding-top: 160px;
  padding-bottom: 160px;
}
.font-50 {
  font-size: 50px;
  letter-spacing: -1px;
}
a:focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}
header {
   background-image: url(../images/bgr_slide_home.jpg);
   background-repeat: no-repeat;
   background-size: 100%;   
  background-color: #ffffff;
  /* background-image: url(../images/curva-blanca-arriba.svg); */
  padding-top: 130px;
  background-repeat: no-repeat;
  background-position: 0 101%, center;
  padding-bottom: 100px;
}





@media (max-width: 1024px) {
  header {
    background-size: 100%;
  }
}
@media (max-width: 576px) {
  header {
    background-size: 100%, 132%;
  }
}

.header-section {
  background-color: #5f72ff;
  padding-top: 130px;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 100px;
  height: 530px;
}
@media (max-width: 1024px) {
  .header-section {
    background-size: 100%;
  }
}
@media (max-width: 576px) {
  .header-section {
    background-size: 100%, 132%;
    height: inherit;
  }
 
}

.title-section{
  /* font-family: 'Pacifico', cursive; */ 
  font-family: 'Varela Round', sans-serif;
  font-size: 4em;
  font-weight: 300;  
}
@media (max-width: 576px) {
  .title-section {
    font-size: 2.5em;
  }
  .font-50{
    font-size:2em;
  }
}
.nav-link {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.btn-danger {
  background-color: #e23030 !important;
}
.btn {
  border-radius: 200px !important;
}
.js-filter button {
  font-size: 22px;
  font-weight: 300;
  background-color: transparent;
  color: #333;
  padding: .5rem 1rem;
}
.js-filter .is-active {
  background-color: #5f72ff;
  color: #fff;
}
.list {
  list-style: none;
}
.list li {
  padding: 10px;
}
.item-plus-brain {
  width: 170px;
}
.item-plus-brain .w-100 {
  line-height: 40px;
}
.item-plus-brain a {
  color: #00cde8 !important;
}
.text-primary {
  color: #00cde8 !important;
}
.mr--50 {
  margin-right: -50px;
}
@media (max-width: 576px) {
  .mr--50 {
    margin-right: 0;
  }
}
.ml--50 {
  margin-left: -50px;
}
@media (max-width: 576px) {
  .ml--50 {
    margin-left: 0;
  }
}
/* CARROUSEL */
.carrousel {
  -webkit-perspective: 250px;
  -moz-perspective: 250px;
  width: 300px;
  height: 150px;
  top: 50px;
  position: relative;
  margin: 0 auto;
}
@-webkit-keyframes carrousel {
  from {
    -webkit-transform: rotateY(360deg) translateZ(100px) rotateY(-360deg);
    -moz-transform: rotateY(360deg) translateZ(100px) rotateY(-360deg);
    z-index: 10;
    opacity: 0.9;
  }
  50% {
    z-index: -10;
  }
  to {
    -webkit-transform: rotateY(0deg) translateZ(100px) rotateY(0deg);
    -moz-transform: rotateY(0deg) translateZ(100px) rotateY(0deg);
    z-index: 10;
    opacity: 0.9;
  }
}
@-moz-keyframes carrousel {
  from {
    -moz-transform: rotateY(360deg) translateZ(100px) rotateY(-360deg);
    z-index: 10;
    opacity: 0.9;
  }
  50% {
    z-index: -10;
  }
  to {
    -moz-transform: rotateY(0deg) translateZ(100px) rotateY(0deg);
    z-index: 10;
    opacity: 0.9;
  }
}
.carta {
  width: 50px;
  height: 80px;
  font-size: 40px;
  opacity: 0;
  position: absolute;
  top: 35px;
  left: 125px;
  border: none;
  background: transparent;
  text-align: center;
  -webkit-animation-name: carrousel;
  -moz-animation-name: carrousel;
  -webkit-animation-duration: 8s;
  -moz-animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
#c7 {
  background-image: url(../images/tucerebro_01.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
#c6 {
  background-image: url(../images/tucerebro_02.png);
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  background-size: 100%;
  background-repeat: no-repeat;
}
#c5 {
  background-image: url(../images/tucerebro_03.png);
  -webkit-animation-delay: -2s;
  -moz-animation-delay: -2s;
  background-size: 100%;
  background-repeat: no-repeat;
}
#c4 {
  background-image: url(../images/tucerebro_04.png);
  -webkit-animation-delay: -3s;
  -moz-animation-delay: -3s;
  background-size: 100%;
  background-repeat: no-repeat;
}
#c3 {
  background-image: url(../images/tucerebro_05.png);
  -webkit-animation-delay: -4s;
  -moz-animation-delay: -4s;
  background-size: 100%;
  background-repeat: no-repeat;
}
#c2 {
  background-image: url(../images/tucerebro_06.png);
  -webkit-animation-delay: -5s;
  -moz-animation-delay: -5s;
  background-size: 100%;
  background-repeat: no-repeat;
}
#c1 {
  background-image: url(../images/tucerebro_07.png);
  -webkit-animation-delay: -6s;
  -moz-animation-delay: -6s;
  background-size: 100%;
  background-repeat: no-repeat;
}
#c0 {
  background-image: url(../images/tucerebro_08.png);
  -webkit-animation-delay: -7s;
  -moz-animation-delay: -7s;
  background-size: 100%;
  background-repeat: no-repeat;
}
/* FIN CARROUSEL */
footer {
  background-color: #333;
  width: 100%;
  float: left;
  background-image: url(../images/curva-blanca-abajo.svg);
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 160px;
  padding-bottom: 160px;
  color: #fff;
  font-size: 14px;
}
footer a {
  color: #666;
}
footer a:hover {
  color: #5f72ff;
  text-decoration: none;
}
.item-image-wrapper img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-out;
}
.item-image-wrapper {
  height: 180px;
  width: 96%;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  margin: auto;
  width: 250px;
  height: 250px;
  border-radius: 125px;
  -webkit-border-radius: 125px;
  -moz-border-radius: 125px;
  margin-bottom: 2em;
}
.item-image-wrapper:before {
  content: "";
  position: absolute;
  background-color: rgba(250, 250, 250, 0.4);
  width: 380px;
  height: 100px;
  transform: translate(106px, -116px) rotateZ(30deg);
}
.item-image-wrapper:hover:before {
  transform: translate(-180px, 198px) rotateZ(30deg);
  transition: 0.4s ease-in-out;
  z-index: 99;
}
.item-image-wrapper img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-out;
}
.item-image-wrapper img:hover {
  transform: scale(1.2) rotateZ(-6deg);
}
/* FIN IMAGENES MOVIMIENTO */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg:hover {
  opacity: 0.7;
}
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
.modal-backdrop {
  z-index: 1;
}
/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
.btn-facebook {
  background-color: #3b5998;
  color: #fff;
}
.btn-google {
  background-color: #d41721;
  color: #fff;
}
/* FIN MODAL IMAGENES */
/* DOCK */
/* Dock */
@-webkit-keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@-moz-keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
.dock-container{
  margin-top:10em;
}

@media (max-width: 576px) {
  .dock-container{
    margin-top:25em;
  }
}
.dock {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  font-size: normal 14px;
  font-family: Arial, sans-serif;
}
.dock ul {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  margin: 0;
}
.dock ul:before,
.dock ul:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 31px;
}
.dock li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  margin-bottom: 15px;
  vertical-align: baseline;
  box-reflect: below -16px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(91%, rgba(255, 255, 255, 0.1)), color-stop(91.01%, transparent), to(transparent));
}
.dock a {
  display: inline-block;
  cursor: default;
  outline: none;
}
.dock li:target a {
  animation: bounce 0.3s 6 alternate ease-out;
}
.dock li:after {
  content: " ";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 5px;
  height: 5px;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  margin-left: -2px;
  border-radius: 5px;
  box-shadow: inset 0 1px 3px rgba(75, 255, 255, 0.4), 0 0 4px rgba(75, 255, 255, 0.5), 0 -1px 7px #4bffff;
  transition: opacity .5s;
}
.dock li:target:after {
  visibility: visible;
  opacity: 1;
}
.dock em {
  position: relative;
  top: -34px;
  left: 50%;
  display: none;
  width: 150px;
  margin-left: -75px;
  text-align: center;
}
.dock em:after {
  content: " ";
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.6);
  border-bottom: none;
}
.dock em span {
  display: inline-block;
  padding: 5px 12px;
  font-size: 14px;
  font-style: normal;
  color: #FFF;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  border-radius: 12px;
}
.dock li:hover em,
.dock li a:focus em {
  display: block;
}
.dock img {
  width: 120px;
  height: auto;
  border: none;
  transition: width .2s, height .2s;
}
.dock li:hover img,
.dock li a:focus img {
  width: 150px;
}
.dock li:active img {
  opacity: .9;
}
/* FIN DOCK */
/* SOCIAL */
#social {
  padding: 15px 0;
  box-sizing: border-box;
  cursor: default;
}
#social a {
  display: inline-flex;
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: 0.2s ease;
  position: relative;
  border-radius: 50%;
}
#social:hover a {
  transform: scale(0.8, 0.8);
  z-index: 0;
}
#social:hover a:hover {
  transform: scale(1.4, 1.4);
  z-index: 1;
}
#social.socialLight {
  background: #fff;
}
#social.socialLight:hover a {
  opacity: .5;
}
#social.socialLight a {
  color: #444;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
#social.socialLight a:hover {
  opacity: 1;
}
#social.socialDark {
  background: #333;
}
#social.socialDark:hover a {
  opacity: .5;
}
#social.socialDark a {
  color: #eee;
  background: #333;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}
#social.socialDark a:hover {
  opacity: 1;
}
/* FIN SOCIAL */
.li-juego{
  margin-bottom: 2em;
}


/* RIBBONS JUEGOS */

.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 8px;
  right: 8px;
}

.ribbon {
  font: bold 9px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon:before, .ribbon:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon:before {
  left: 0;
}
.ribbon:after {
  right: 0;
}

.memoria{
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
}

.razonamiento{
  background-color: rgb(243, 71, 71);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(243, 71, 71)), to(rgb(223, 32, 32))); 
  background-image: -webkit-linear-gradient(top, rgb(243, 71, 71), rgb(223, 32, 32)); 
  background-image:    -moz-linear-gradient(top, rgb(243, 71, 71), rgb(223, 32, 32)); 
  background-image:     -ms-linear-gradient(top, rgb(243, 71, 71), rgb(223, 32, 32)); 
  background-image:      -o-linear-gradient(top, rgb(243, 71, 71), rgb(223, 32, 32)); 
  color: rgba(240, 231, 231, 0.87);
}

.calculo{
  background-color: rgb(49, 183, 245);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(49, 183, 245)), to(rgb(43, 130, 230))); 
  background-image: -webkit-linear-gradient(top, rgb(49, 183, 245), rgb(43, 130, 230)); 
  background-image:    -moz-linear-gradient(top, rgb(49, 183, 245), rgb(43, 130, 230)); 
  background-image:     -ms-linear-gradient(top, rgb(49, 183, 245), rgb(43, 130, 230)); 
  background-image:      -o-linear-gradient(top, rgb(49, 183, 245), rgb(43, 130, 230)); 
  color: rgba(240, 231, 231, 0.87);
}

.percepcion{
  background-color: rgb(241, 215, 64);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(241, 215, 64)), to(rgb(231, 160, 5))); 
  background-image: -webkit-linear-gradient(top, rgb(241, 215, 64), rgb(231, 160, 5)); 
  background-image:    -moz-linear-gradient(top, rgb(241, 215, 64), rgb(231, 160, 5)); 
  background-image:     -ms-linear-gradient(top, rgb(241, 215, 64), rgb(231, 160, 5)); 
  background-image:      -o-linear-gradient(top, rgb(241, 215, 64), rgb(231, 160, 5)); 
  color: #6a6340;
}

.lenguaje{
  background-color: rgb(169, 107, 250);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(169, 107, 250)), to(rgb(65, 5, 231))); 
  background-image: -webkit-linear-gradient(top, rgb(169, 107, 250), rgb(65, 5, 231)); 
  background-image:    -moz-linear-gradient(top, rgb(169, 107, 250), rgb(65, 5, 231)); 
  background-image:     -ms-linear-gradient(top, rgb(169, 107, 250), rgb(65, 5, 231)); 
  background-image:      -o-linear-gradient(top, rgb(169, 107, 250), rgb(65, 5, 231)); 
  color: rgba(240, 231, 231, 0.87);
}
/* FIN RIBBONS JUEGOS */

/* TESTIMONIALS */
.carousel{
  background: #2f4357;
  margin-top: 20px;
}
.carousel-item{
  text-align: center;
  min-height: 280px; /* Prevent carousel from being distorted if for some reason image doesn't load */
}
.bs-example{
margin: 20px;
}

figure.testimonial {
	position: relative;
	
	overflow: hidden;
	margin: 10px auto;
	padding: 0 20px;
	text-align: left;
  box-shadow: none !important;
  max-width: 50%;
  min-width: 340px;
}
figure.testimonial * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.testimonial img {
	max-width: 100%;
	vertical-align: middle;
	height: 90px;
	width: 90px;
	border-radius: 50%;
	margin: 40px 0 0 10px;
}
figure.testimonial blockquote {
	background-color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0;
	padding: 25px 50px 30px;
	position: relative;
}
figure.testimonial blockquote:before, figure.testimonial blockquote:after {
	content: "\201C";
	position: absolute;
	color: #2b00f7;
	font-size: 50px;
	font-style: normal;
}
figure.testimonial blockquote:before {
	top: 25px;
	left: 20px;
}
figure.testimonial blockquote:after {
	content: "\201D";
	right: 20px;
	bottom: 0;
}
figure.testimonial .arrow {
	top: 100%;
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid #fff;
	margin: 0;
	position: absolute;
}
figure.testimonial .author {
	position: absolute;
	bottom: 45px;
	padding: 0 10px 0 120px;
	margin: 0;
	color: #ffffff;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
figure.testimonial .author h5 {
	opacity: 0.9;
	margin: 0;
}
figure.testimonial .author h5 span {
	font-weight: 400;
	text-transform: none;
	padding-left: 5px;
}



/* FIN TESTIMONIALS */


.slogan{
  max-width: 60%;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}

.pagination-box {
  text-align: center;
  margin:0 auto;
  margin-top: 150px;
}

.pagination {
  display: inline-flex;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.pagination li a.page-link,
.pagination li:first-child a.page-link,
.pagination li:last-child a.page-link {
  border:none;
  height: 45px;
  width: 45px;
  line-height: 35px;
  border-radius:50%;
  background-color: transparent;
  color: #666;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 1;
  margin: 0 4px 0 0;
  transition: all 0.4s ease 0s;
}

.pagination li a.page-link:before,
.pagination li:first-child a.page-link:before,
.pagination li:last-child a.page-link:before {
  content:"";
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  border: 2px solid rgb(179, 253, 95);
  border-radius:50%;
  opacity: 0;
  transform:scaleY(0);
  transition:all 0.3s ease 0s;
}

.pagination li a.page-link:hover:before,
.pagination li.active a.page-link:before {
  transform:scaleY(1);
  opacity: 1;
}

.pagination li:last-child a.page-link {
  margin-right: 0;
}

.pagination li.active a.page-link,
.pagination li a.page-link:hover,
.pagination li.active a.page-link:hover {
  background-color: transparent;
  color: #5f72ff;
  border:none;
}
@media only screen and (max-width: 480px){
  .pagination{ display: block; }
  .pagination li{
      display: inline-block;
      margin-bottom: 20px;
  }
}




.myCarousel {  width: 100%;  height: 100%;}


.carousel.carousel-top  { background-color:transparent !important; }

.juegos-home{border-radius: 30px !important;}
.li-juego {padding-bottom: 60px !important;}
.btn-empezar-big {width: 80%;}
.btn-empezar-big-2 {width: 96%;}
.slider-bloque-txt {/* background: rgba(48,48,48,0.4);  border-radius:10px; */}




header.header-section.header-cerebro, header.header-section.header-entrenamiento, header.header-section.header-estadisticas,  header.header-section.header-juegos {
 
 background-repeat: no-repeat;
 background-size: 100%;   
 background-color: #303030 !important;
 background-image: url(../images/curva-blanca-arriba.svg); 
 padding-top: 130px;
 background-repeat: no-repeat;
 background-position: 0 101%, center;
 padding-bottom: 100px;
}




.carousel-caption-2 {
  right: 2%; bottom: 10px; left: 2%;
  padding: 10px 20px 20px 10px; background: rgba(48,48,48,0.4);  border-radius: 10px;
}






@media (max-width:1024px) {


  .slider-bloque-tit {font-size: 1.4rem !important;}
  .slider-bloque-txt-p {font-size: 11px !important;}


  header { background-image: url(../images/bgr_slide_home_mobile.jpg) !important; 
    /* background-image: url(../images/curva-blanca-arriba.svg); */  padding-top: 130px; padding-bottom: 100px; }


    header.header-section.header-cerebro, header.header-section.header-entrenamiento, header.header-section.header-estadisticas,  header.header-section.header-juegos{
 
      background-repeat: no-repeat;
      background-size: 100%;   
      background-color: #ffffff !important;
      background-image: url(../images/bgr_slide_interior_mobile.jpg) !important; 
      padding-top: 130px;
      background-repeat: no-repeat;
      background-position: 0 101%, center;
      padding-bottom: 100px;
     }
     

     
 


}


