@font-face {
  font-family:"Montserrat-Regular";
  src:url("../fonts/Montserrat-Regular.eot?") format("eot"),
  url("../fonts/Montserrat-Regular.woff") format("woff"),
  url("../fonts/Montserrat-Regular.ttf") format("truetype"),
  url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight:normal;
  font-style:normal;
  font-display: swap;
}

@font-face {
  font-family:"Montserrat-Bold";
  src:url("../fonts/Montserrat-Bold.eot?") format("eot"),
  url("../fonts/Montserrat-Bold.woff") format("woff"),
  url("../fonts/Montserrat-Bold.ttf") format("truetype"),
  url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight:normal;
  font-style:normal;
  font-display: swap;
}

@font-face {
  font-family: 'montserratblack';
  src: url('../fonts/montserrat-black-webfont.eot'),
       url('../fonts/montserrat-black-webfont.woff') format('woff'),
       url('../fonts/montserrat-black-webfont.ttf') format('truetype'),
       url('../fonts/montserrat-black-webfont.svg#montserratblack') format('svg');
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family:"BorisBlackBloxx";
  src:url("../fonts/BorisBlackBloxx.eot?") format("eot"),
  url("../fonts/BorisBlackBloxx.woff") format("woff"),
  url("../fonts/BorisBlackBloxx.ttf") format("truetype"),
  url("../fonts/BorisBlackBloxx.svg#BorisBlackBloxx") format("svg");
  font-weight:normal;
  font-style:normal;
  font-display: swap;
}

#contenedor{
  width:100%;
  font-family:"Montserrat-Regular";
  overflow:hidden;
  position:relative;
  color: #575656;
  font-size: 18px;
}

.pad{
  padding-left:0px;
  padding-right:0px;
}

.clear{
  clear:both;
}

#datos_header{
  padding: 5px 7px;
  background-color:#E5E5E5;
}

#datos_header  a{
  font-size: 14px;
  color: #575656;
  padding-left: 6px;
  line-height: 23px;
}

.navbar-nav > li > .dropdown-menu{
  border-radius: 0px;
}

.navbar-inverse{
  background-color: transparent !important;
}

#barra-menu{
  background-color:#fff;
}

#banner{
  margin-top:12%;
}

/* ==== ESTILOS BANNER Modern-Slider === */

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left /* If RTL Make This Right */ ;
  padding: 0;
}

/* ==== Slider Style === */
.Modern-Slider .item .img-fill{
  background:#fff !important;
}

.Modern-Slider .item .img-fill .info{
  position:absolute;
  width:100%;
  height:100%;
  bottom: 28%;
  line-height:100vh;
  text-align:left;
  margin-left:246px;
}

.Modern-Slider .item .info > div{
  display:inline-block!important;
  vertical-align:middle;
}

.Modern-Slider .NextArrow{
  position:absolute;
  top:47%;
  right: 5%;
  width:90px;
  height:86px;
  background-color: transparent;
  border:0 none;
  margin-top:-22px;
  background-image: url(../img/flechas.webp);
  background-position: right;
  color:transparent;
  z-index:5;
}

.Modern-Slider .NextArrow:hover{
  background-image: url(../img/flechas-h.webp);
  background-position: right;
}

.Modern-Slider .NextArrow:before{content:'\f105';}

.Modern-Slider .PrevArrow{
  position:absolute;
  top:47%;
  left:5%;
  width:90px;
  height:86px;
  background-color: transparent;
  border:0 none;
  margin-top:-22px;
  background-image: url(../img/flechas.webp);
  color:transparent;
  z-index:5;
}

.Modern-Slider .PrevArrow:hover{
  background-image: url(../img/flechas-h.webp);
  background-position: left;
}

.Modern-Slider .PrevArrow:before{content:'\f104';}

.Modern-Slider .slick-dots{
  position:absolute;
  height:5px;
  background:#FADA16;
  bottom:0px;
  width:100%;
  left:0px;
  padding:0px;
  margin:0px;
  list-style-type:none;
}
.Modern-Slider .slick-dots li button{display:none;}
.Modern-Slider .slick-dots li{
  float:left;
  width:0px;
  height:5px;
  background:#A0C748;
  position:absolute;
  left:0px;
}

.Modern-Slider .slick-dots li.slick-active{
  width:100%;
  animation:ProgressDots 11s both;
}

.Modern-Slider .item h3{
  font-family:"Raleway Bold";
  color:#fff;
  font-size:52px;
  margin-bottom: 2px;
}

.Modern-Slider .item h5{
  font-size: 52px;
  padding:2px 17px;
  background-color: #9BC5EB;
  border-radius: 10px;
  font-family:"Raleway ExtraBold";
  color:#FFF;
}

.Modern-Slider .item.slick-active h3{
  animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5{
  animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider {background:#fff;}

/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn{
    0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
    100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
}

@-webkit-keyframes ProgressDots{from{width:0px;}to{width:100%;}}
@keyframes ProgressDots{from{width:0px;}to{width:100%;}}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

/*CIERRA ESTILOS Modern-Slider*/


.ico1 {
  background-image: url(../img/ico1.webp);
  background-repeat: no-repeat;
  width: 24px;
  height: 25px;
  float: left;
  background-position: 0px -2px;
}

.ico2 {
  background-image: url(../img/ico2.webp);
  background-position: 0px -2px;
  background-repeat: no-repeat;
  width: 24px;
  height: 25px;
  float: left;
}

.ico1xs {
  background-image: url(../img/ico1xs.webp);
  background-repeat: no-repeat;
  width: 24px;
  height: 25px;
  float: left;
  background-position: 0px -2px;
}

.ico2xs {
  background-image: url(../img/ico2xs.webp);
  background-position: 0px -2px;
  background-repeat: no-repeat;
  width: 24px;
  height: 25px;
  float: left;
}

#botones-home{
  padding: 20px 0px;
}

.botones-home{
  display: flex;
}

.item-producth {
  float: left;
  position: relative;
  width: 100%;
}

.text_products {
  bottom: 0px;
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0%;
}

.text_products h3{
  color: #FFF;
  font-family:"Montserrat-Bold";
  text-shadow: 2px 2px 1px #000000b5;
  font-size: 24px;
  text-align: center;
  margin-top: 50%;
}

.ampliar_producth{
  text-align: center;
  position: relative;
  margin-top: 4%;
}

.item-producth:hover .text_products {
  background:#83D07EB8;
  visibility: visible;
}

.text_products h4 {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: "Montserrat-Bold";
  line-height: 29px;
  font-size: 16px;
  text-shadow: 2px 0px 2px #514400;
}

.item-producth:hover .text_products h4 {
  color: #ffda1c;
}

#bienvenidos{
  padding: 65px 0px;
  background-position: bottom left;
}

.text-bienvenidos{
  background-image: url(../img/lem-marca-agua.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-top: 115px;
  padding-left: 295px;
  padding-right: 64px;
}

.text-bienvenidos h1{
  font-size: 30px;
  padding-bottom: 4px;
  color: #83D07E;
}

.text-bienvenidos h2{
  font-size: 34px;
  margin-bottom: 22px;
  color: #86D17E;
  font-family: 'montserratblack';
}

.text-bienvenidos p{
  line-height: 23px;
  padding-right: 45px;
  padding-bottom: 45px;
}

.text-bienvenidos a{
  -webkit-text-fill-color: #FFDD19;
  -webkit-text-stroke: 1px black;
  font-family: "Montserrat-Bold";
  font-size: 24px;
  margin-top: 69%;
}

.video-bienvenidos{
  padding: 65px 0px;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 45%, rgba(131,208,126,1) 45%); 
}

.video {
  width: 80%;
  height: 423px;
  margin-top: 25px;
}

.embed-responsive {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
}

#principios-home{
  padding: 45px 0px;
}

#principios-home h1{
  text-align: center;
  font-size: 54px;
  color:#10a53c;
  font-family: 'montserratblack';
  letter-spacing: 8px;
  line-height: 48px;
  margin-bottom: 38px;
}

.text-principios{
  border: 2px solid #FED602;
  padding: 148px 55px 44px 54px;
  left: 2%;
  margin-top: 4%;
  z-index: 9;
}

.text-principios h2{
  font-size: 30px;
  padding-bottom: 15px;
  color: #83D07E;
}

.text-principios p{
  line-height: 25px;
  padding-right: 30px;
}

.text-principios p span{
  font-family:"Montserrat-Bold";
}

#galeria-home{
  background-image: url(../img/galeria-fotos/texture.webp);
  background-repeat: no-repeat;
  padding: 65px 0px;
  background-size: contain;
}

#galeria-home h1{
  color: #fff;
  font-size: 34px;
  margin-bottom: 38px;
  font-family: 'montserratblack';
}

.galeria-home {
  float: left;
  position: relative;
}

.text_galeria-home {
  bottom: 0px;
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0%;
}

.text_galeria-home p{
  -webkit-text-fill-color: #FFDD19;
  -webkit-text-stroke: 1px black;
  font-family:"Montserrat-Bold";
  font-size: 24px;
  margin-top:69%;
}

.galeria-home:hover .text_galeria-home {
  background:#FFDA1C52;
  visibility: visible;
  color: #000;
}

#que-ofrecemosh{
  padding-top: 110px;
}

.text-que-ofrecemosh{
  padding-left: 156px;
  padding-top: 66px;
}

.text-que-ofrecemosh h1{
  color: #83D27F;
  font-family:"Montserrat-Regular";
  font-size: 30px;
  padding-bottom: 9px;
}

.text-que-ofrecemosh h2{
  font-size: 34px;
  font-family: 'montserratblack';
  color: #85D07D;
  margin-bottom: 45px;
}

.text-que-ofrecemosh h3{
  font-size: 20px;
  color: #575656;
  padding-top: 11px;
  font-family: 'montserratblack';
  text-transform: uppercase;
}

.color1{
  color: #0AA7B6;
}

.color2{
  color: #0BBD81;
}

.color3{
  color:#FFB80B
}

footer{
  padding-top: 52px;
  background-color:#000;
}

footer h1{
  color: #fff;
  font-family:"Raleway Bold";
  text-transform: uppercase;
  padding: 6px 30px;
  background-color: #E2AE2C;
  border-radius: 12px;
  font-size: 20px;
  display:table;
  text-align:left;
}

footer p{
  color: #fff;
  font-size: 20px;
  line-height:26px;
  margin-top: 20px;
  text-align: center;
  font-family:"Montserrat-Regular";
  margin-bottom: 45px;
}

#copy{
  text-align: center;
  padding-top: 2px;
  padding-bottom: 15px;
}

#copy a {
  background: url(../img/web.svg) no-repeat right;
  color: #ffffff40;
  padding-right: 124px;
  display: inline-block;
  font-size: 12px;
  font-family:"Montserrat-Regular";
  text-decoration: none !important;
}

.line{
  border-right: 1px solid #fff;
}

#marcas{
  padding: 25px 0px;
}

#titulo {
  padding-top: 197px;
  padding-bottom: 82px;
  background-size: cover;
  margin-top: 15%;
}

#titulo h1 {
  color:#fff;
  font-size:73px;
  text-transform: uppercase;
  padding-bottom: 13px;
  font-family:"BorisBlackBloxx";
  text-shadow: 2px 3px 2px #000000b0;
  text-align: right;
}

#titulo h2{
  font-family:"BorisBlackBloxx";
  font-size: 52px;
  text-transform: uppercase;
  color: #FED500;
  text-shadow: 2px 3px 2px #000000b0;
  text-align: right;
}

.bg1 {
  background: url(../img/admisiones/bg.webp) no-repeat center top;
    background-size: auto;
  background-size: auto;
}

.bg-franjaverde{
  padding: 98px 0px;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 45%, rgba(131,208,126,1) 45%); 
}

.bg3a {
  background: url(../img/el-colegio/bg-historia.webp) no-repeat center top;
    background-size: auto;
  background-size: auto;
}

.bg3b {
  background: url(../img/el-colegio/bg-mision.webp) no-repeat center top;
    background-size: auto;
  background-size: auto;
}

.bg3c {
  background: url(../img/el-colegio/bg-vision.webp) no-repeat center top;
    background-size: auto;
  background-size: auto;
}

.bg4a {
  background: url(../img/cultura-maker/bg.webp) no-repeat center top;
    background-size: auto;
  background-size: auto;
}

.bg4b {
  background: url(../img/maker-lab/bg.webp) no-repeat center top;
    background-size: auto;
  background-size: auto;
}

.bg4c {
  background: url(../img/programacion-robotica/bg.webp) no-repeat center top;
    background-size: auto;
  background-size: auto;
}

.bg4d {
  background: url(../img/lenguas-modernas/bg.webp) no-repeat center top;
    background-size: auto;
  background-size: auto;
}

.bg5a{
  background: url(../img/servicio-alimentacion/bg.webp) no-repeat center top;
    background-size: auto;
  background-size: auto;
}

.bg5b{
  background: url(../img/servicio-transporte/bg.webp) no-repeat center top;
    background-size: auto;
  background-size: auto;
}

.bg5c{
  background: url(../img/asesoria-tareas/bg.webp) no-repeat center top;
    background-size: auto;
  background-size: auto;
}

.bg6a{
  background: url(../img/espacios-marluistas/bg.webp) no-repeat center top;
    background-size: auto;
  background-size: auto;
}

.bg7{
  background: url(../img/bg-contactenos.webp) no-repeat center top;
    background-size: auto;
  background-size: auto;
}

.bg8{
  background: url(../img/estudiantes/bg.webp) no-repeat center top;
    background-size: auto;
  background-size: auto;
}

.bg9{
  background: url(../img/bg-trabajo.webp) no-repeat center top;
    background-size: auto;
  background-size: auto;
}

.bg10{
  background: url(../img/diferencia/bg-diferencia.webp) no-repeat center top;
    background-size: auto;
  background-size: auto;
}

.item-lista{
  padding-bottom: 45px;
}

#historia{
  padding: 115px 0px;
}

.text-historia{
  border: 2px solid #FED602;
  padding: 66px 40px 66px 43px;
  margin-top: 4%;
  z-index: 9;
}

.text-historia h2{
  font-size: 30px;
  padding-bottom: 15px;
  color: #83D07E;
}

.text-historia p{
  line-height: 25px;
}

.text-historia p span{
  font-family:"Montserrat-Bold";
}

#frase-historia{
  padding: 89px 0px;
  background-color: #83D07E;
}

#frase-historia p{
  padding: 0px 134px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin-top: 36px;
}

#frase-historia2{
  background-color: #83D07E;
}

#frase-historia2 h1{
  color: #fff;
  font-size: 53px;
  font-family:"BorisBlackBloxx";
  text-shadow: 2px 3px 2px #0000008a;
  line-height: 67px;
  margin-top: 12%;
}

#carousel-repuestos .carousel-indicators{
  bottom: -108px;
  width: 100% !important;
  left: 0%;
  right: 0 !important;
  text-align: left !important;
  padding-right: 18px !important;
  margin-left: 0% !important;
}

#carousel-repuestos .carousel-indicators li{
 background-color: #83D07E;
  border: none;
  width: 18px;
  height: 18px;
}

#carousel-repuestos .carousel-indicators .active{
  background-color: #83D07E;
  border: 2px solid #FED500;
}

#frase-historia3{
  background-color: #83D07E;
  padding: 35px 0px;
}

#frase-historia3 h1{
  color: #fff;
  font-size: 53px;
  font-family:"BorisBlackBloxx";
  text-shadow: 2px 3px 2px #0000008a;
  line-height: 67px;
  margin-top: 7%;
}

#cultura-maker{
  padding: 71px 0px;
}

.text-cultura-maker{
  padding-left: 150px;
  padding-top: 118px;
}

.text-cultura-maker h1{
  font-size: 30px;
  color: #88C985;
  text-transform: uppercase;
  padding-bottom: 4px;
}

.text-cultura-maker h2{
  font-size: 37px;
  font-family: 'montserratblack';
  color: #88C985;
  text-transform: uppercase;
}

.text-cultura-maker p{
  padding-top: 24px;
  line-height: 25px;
  padding-right: 73px;
  padding-bottom: 27px;
}

#bases-cultura{
  padding: 65px 0px;
}

.text-bases{
  border: 2px solid #FED602;
  padding: 87px 41px;
  margin-top: 4%;
  z-index: 9;
}

.text-bases h1{
  font-size: 30px;
  color: #84D17F;
  padding-bottom: 9px;
}

.text-bases h2{
  font-size: 34px;
  padding-bottom: 15px;
  color: #83D07E;
  font-family: 'montserratblack';
}

.text-bases p{
  line-height: 25px;
}

.text-bases p span{
  font-family:"Montserrat-Bold";
}

#herramientas-bases{
  padding: 65px 0px;
}

#item-herramientas-bases{
  margin-bottom: 45px;
}

.herramientas-bases h1{
  font-family: 'montserratblack';
  padding-bottom: 12px;
  font-size: 20px;
}

.herramientas-bases p{
  line-height: 24px;
}

.text-robotica{
  padding-left: 122px;
  padding-top: 24px;
}

.text-robotica h1{
  font-size: 30px;
  color: #88C985;
  text-transform: uppercase;
}

.text-robotica h2{
  font-size: 37px;
  font-family: 'montserratblack';
  color: #88C985;
  text-transform: uppercase;
}

.text-robotica p{
  padding-top: 24px;
  line-height: 25px;
  padding-right: 73px;
}

#interelacionan{
  padding: 65px 0px;
}

.text-interelacionan{
  border: 2px solid #FED602;
  padding: 51px 41px;
  margin-top: 4%;
  z-index: 9;
}

.text-interelacionan h1{
  font-size: 30px;
  color: #84D17F;
  padding-bottom: 9px;
}

.text-interelacionan h2{
  font-size: 34px;
  padding-bottom: 15px;
  color: #83D07E;
  font-family: 'montserratblack';
}

.text-interelacionan p{
  line-height: 25px;
}

#robotica{
  padding-top: 17px;
  padding-bottom: 65px;
}

#item-robotica{
  margin-bottom: 65px;
}

.item-robotica h1{
  font-size: 20px;
  font-family: 'montserratblack';
  text-transform: uppercase;
  padding-bottom:18px;
}

.item-robotica p{
  line-height: 27px;
  text-align: justify;
}

.item-robotica p span{
  font-family: 'montserratblack';
}

#valores {
  padding: 71px 0px;
}

.text-valores {
  padding-left: 150px;
  padding-top: 17px;
}

.text-valores h1 {
  font-size: 30px;
  color: #88C985;
  text-transform: uppercase;
  padding-bottom: 4px;
}

.text-valores h2 {
  font-size: 37px;
  font-family: 'montserratblack';
  color: #88C985;
  text-transform: uppercase;
}

.text-valores p {
  padding-top: 24px;
  line-height: 25px;
}

.text-valores ul{
  margin-top: 28px;
  padding-right: 48px;
  float: left;
}

.text-valores ul li{
  padding-left: 50px;
  line-height: 47px;
  font-size: 20px;
  font-family: 'montserratblack';
  margin-bottom: 6px;
}

.item1{
  background: url(../img/valores-humanos/items.webp) left no-repeat;
  background-position: 0px -1px;
  height: 44px;
  position: relative;
}

.item2{
  background: url(../img/valores-humanos/items.webp) left no-repeat;
  background-position: 0px -50px;
  height: 44px;
  position: relative;
}

.item3{
  background: url(../img/valores-humanos/items.webp) left no-repeat;
  background-position: 0px -100px;
  height: 44px;
  position: relative;
}

.item4{
  background: url(../img/valores-humanos/items.webp) left no-repeat;
  background-position: 0px -149px;
  height: 44px;
  position: relative;
}

.btn_valores{
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 23px;
}

.hover{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
}

.btn_valores:hover .hover{
  display: block;
}

#btn-valores{
  padding-bottom: 65px;
}

#text-habilidades{
  padding: 25px 0px;
}

.text-habilidades{
  margin-top:52px;
}

.text-habilidades p{
  line-height: 25px;
}

#aprendizaje {
  padding: 71px 0px;
}

.text-aprendizaje{
  padding: 65px 45px;
  border: 2px solid #FFD400;
  margin-top: 7%;
}

.text-aprendizaje h1{
  font-size: 30px;
  color: #88C985;
  text-transform: uppercase;
  padding-bottom: 6px;
}

.text-aprendizaje h2{
  font-size: 34px;
  font-family: 'montserratblack';
  color: #88C985;
  text-transform: uppercase;
  padding-bottom:45px;
}

.text-aprendizaje p{
  font-size: 24px;
  padding-top: 56px;
  float: left;
}

.img-apre{
  float: left;
}

#carousel-aprendizaje .carousel-indicators{
  bottom: -85%;
  width: 100% !important;
  text-align: right !important;
  padding-right: 18px !important;
}

#carousel-aprendizaje .carousel-indicators li{
 background-color: #83D07E;
  border: none;
  width: 18px;
  height: 18px;
}

#carousel-aprendizaje .carousel-indicators .active{
  background-color: #83D07E;
  border: 2px solid #FED500;
}

#influyen{
  background-color: #FBF9FA;
  padding-top: 27px;
}

.text-influyen {
  padding-top:51px;
}

.text-influyen h1{
  font-family: 'montserratblack';
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.text-influyen p{
  line-height: 22px;
}

#emociones {
}

.text-emociones{
  padding-top: 82px;
  padding-left: 105px;
}

.text-emociones h1{
  color: #83D27F;
  font-family:"Montserrat-Regular";
  font-size: 30px;
  padding-bottom: 9px;
}

.text-emociones h2{
  font-size: 34px;
  font-family: 'montserratblack';
  color: #85D07D;
  margin-bottom: 45px;
}

.text-emociones h3{
  font-size: 20px;
  color: #575656;
  padding-top: 11px;
  font-family: 'montserratblack';
}

#alimentacion{
  padding: 65px 0px;
}

.text-alimentacion h1{
  text-align: center;
  font-size: 34px;
  font-family: 'montserratblack';
  color: #000;
  padding-top: 35px;
}

.text-alimentacion a{
  background-image: url(../img/servicio-alimentacion/ver-menu.webp);
  width: 100%;
  height: 55px;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
}

.text-alimentacion a:hover{
  background-image: url(../img/servicio-alimentacion/ver-menu-h.webp);
}

#carousel-transporte .carousel-indicators{
  bottom: -37px;
  width: 100% !important;
  right: 0 !important;
  text-align: right !important;
  margin-left: -5%;
  left: 0% !important;
}

#carousel-transporte .carousel-indicators li{
 background-color: #83D07E;
  border: none;
  width: 18px;
  height: 18px;
}

#carousel-transporte .carousel-indicators .active{
  background-color: #83D07E;
  border: 2px solid #FED500;
}

.text-transescolar {
  border: 2px solid #FED602;
  padding: 73px 55px;
  margin-top: 4%;
  z-index: 9;
}

.text-transescolar h1{
  font-size: 30px;
  color: #84D17F;
  padding-bottom: 9px;
}

.text-transescolar h2{
  font-size: 34px;
  padding-bottom: 15px;
  color: #83D07E;
  font-family: 'montserratblack';
}

.text-transescolar p {
  line-height: 25px;
}

#horario{
  background-color: #83D07E;
  padding: 48px 0px;
}

#horario h1{
  text-align: center;
  font-family: 'montserratblack';
  font-size: 24px;
  color: #fff;
  padding-top: 25px;
}

#ventajas{
  padding: 130px 0px;
}

.text-ventajas {
  border: 2px solid #FED602;
  padding: 73px 55px;
  margin-top: 4%;
  z-index: 9;
}

.text-ventajas h1{
  font-size: 30px;
  color: #84D17F;
  padding-bottom: 9px;
  text-transform: uppercase;
}

.text-ventajas h2{
  font-size: 34px;
  padding-bottom: 15px;
  color: #83D07E;
  font-family: 'montserratblack';
}

.text-ventajas p {
  line-height: 25px;
}

.text-ventajas ul li{
  background-image: url(../img/asesoria-tareas/li.webp);
  background-repeat: no-repeat;
  padding-left: 19px;
  background-position: 0px 5px;
  line-height: 24px;
  margin-bottom: 15px;
}

#galeria-lem{
  background-image: url(../img/espacios-marluistas/texture.webp);
  background-repeat: no-repeat;
  background-position: right top;
  padding: 65px 0px;
}


.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp{

	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
	z-index:9999;

	}

.fancybox-wrap {

	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999999;

	}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	}

.fancybox-opened {

	z-index: 999999;

	}

.fancybox-opened .fancybox-skin {

	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	 box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);

	}

.fancybox-outer, .fancybox-inner {

	position: relative;

	}

.fancybox-inner {

	overflow: hidden;

	}

.fancybox-type-iframe .fancybox-inner {

	-webkit-overflow-scrolling: touch;

	}

.fancybox-error {

	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;

	}

.fancybox-image, .fancybox-iframe {

	display: block;
	width: 100%;
	height: 100%;

	}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;

	}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {

	background-image: url('../img/fancybox_sprite.webp');

	}

#fancybox-loading {

	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 9999;

	}

#fancybox-loading div {

	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;

	}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 99999;
}

.fancybox-nav {

	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 999999;

	}

.fancybox-prev {

	left: 0;

	}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {

	position: absolute;
	top: 50%;
	width: 36px;
	height: 37px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 99999;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -46px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -87px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {

	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;

	}

/* Overlay helper */

.fancybox-lock {

	overflow: hidden;

	}

.fancybox-overlay {

	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index:9999;
	background-image:url(../img/fancybox_overlay.webp);

	}

.fancybox-overlay-fixed {

	position: fixed;
	bottom: 0;
	right: 0;

	}

.fancybox-lock .fancybox-overlay {

	overflow: auto;
	overflow-y: scroll;

	}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;

	}

.fancybox-opened .fancybox-title {

	visibility: visible;

	}

.fancybox-title-float-wrap {

	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index:99999;
	text-align: center;

	}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);

	}


#colores{
  background: url(../img/colores/bg.webp) no-repeat;
  background-size: cover;
  padding-top:180px;
  font-family:"Miso";
  padding-bottom: 30px;
}
#colores h1{
  color: #fff;
  margin-top: 460px;
  font-size: 100px;
  text-shadow: 3px 3px 6px #000;
}
#colores-img{
  padding: 30px 0px;
}
#colores-img .animated{
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}


figure.snip1477 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  color: #ffffff;
  float: left;
  font-size: 16px;
  background-color: #000000;
}

figure.snip1477 *,
figure.snip1477 *:before,
figure.snip1477 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

/*titulo*/
figure.snip1477 .title {
  position: absolute;
  top: 58%;
  left: 25px;
  font-size: 21px;
  padding: 9px 10px;
  font-family:"Montserrat-Bold";
  text-shadow: 4px 2px 2px #000 !important;
}

figure.snip1477 .title:before,
figure.snip1477 .title:after {
  height: 2px;
  width: 579px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}

figure.snip1477 .title:before {
  top: 0;
  left: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

figure.snip1477 .title:after {
  bottom: 0;
  right: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

figure.snip1477 .title div:before,
figure.snip1477 .title div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}

figure.snip1477 .title div:before {
  top: 10px;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

figure.snip1477 .title div:after {
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

figure.snip1477 figcaption {
  position: absolute;
  bottom: 42%;
  left: 25px;
  text-align: left;
  opacity: 0;
  padding: 5px 60px 5px 10px;
  font-size: 18px;
  font-weight: normal;
}

figure.snip1477 figcaption p {
  margin: 0;
}

figure.snip1477 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

figure.snip1477:hover img,
figure.snip1477.hover img {
  zoom: 1;
  filter: alpha(opacity=35);
  -webkit-opacity: 0.35;
  opacity: 0.35;
}

figure.snip1477:hover .title:before,
figure.snip1477.hover .title:before,
figure.snip1477:hover .title:after,
figure.snip1477.hover .title:after,
figure.snip1477:hover .title div:before,
figure.snip1477.hover .title div:before,
figure.snip1477:hover .title div:after,
figure.snip1477.hover .title div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

figure.snip1477:hover .title:before,
figure.snip1477.hover .title:before,
figure.snip1477:hover .title:after,
figure.snip1477.hover .title:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.snip1477:hover figcaption,
figure.snip1477.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#contacto{
  padding: 84px 0px;
}

.contacto{
  padding-left: 265px;
}

.text-contacto p{
  line-height: 27px;
  padding-bottom: 40px;
}

.text-contacto h1{
  font-size: 34px;
  padding-bottom: 12px;
  color: #86D081;
  font-family: 'montserratblack';
}

.contacto h1{
  font-size: 34px;
  padding-bottom: 12px;
  color: #86D081;
  font-family: 'montserratblack';
}

.contacto h2{
  font-size: 24px;
  font-family: 'montserratblack';
  color: #86D081;
  padding-bottom: 10px;
}

.contacto p{
  line-height: 27px;
  padding-bottom: 40px;
}

.contacto ul{
  margin-bottom: 45px;
}

.contacto ul li{
  margin-top: 5px;
  padding-left: 32px;
  line-height: 24px;
}

.ico1-cont{
  background: url(../img/ico-contacto.webp) left no-repeat;
  background-position: 0px -1px;
  height:25px;
  position: relative;
}

.ico2-cont{
  background: url(../img/ico-contacto.webp) left no-repeat;
  background-position: 0px -28px;
  height:25px;
  position: relative;
}

.ico3-cont{
  background: url(../img/ico-contacto.webp) left no-repeat;
  background-position: 0px -52px;
  height:25px;
  position: relative;
}

.ico4-cont{
  background: url(../img/ico-contacto.webp) left no-repeat;
  background-position: 0px -81px;
  height:25px;
  position: relative;
}

.ico5-cont{
  background: url(../img/ico-contacto.webp) left no-repeat;
  background-position: 0px -104px;
  height:25px;
  position: relative;
}

#formulario h2{
  padding-bottom: 6px;
  color:#000;
}

#formulario h3{
  padding-top: 15px;
  padding-left: 5px;
  font-size: 14px;
  color: #575656;
}

#formulario p{
  margin-top: 5%;
  padding-right:85px;
  line-height: 25px;
  color: #5c5c5c;
}

#formulario input {
  width: 100%;
  background-color:#fff;
  border:1px solid #0000002e;
  color: #000;
  border-radius: 11px;
  padding:8px 16px;
  margin-bottom: 15px;
  float: left;
}

#formulario textarea {
  width: 100%;
  background-color:#fff;
  border:1px solid #0000002e;
  color: #000;
  padding: 18px 18px;
  margin-top: 5px;
  border-radius: 11px;
  height: 120px;
}

#formulario h4 {
  text-align: left;
  float: left;
  margin-top:12px !important;
  color: #373435 !important;
}

#enviar {
  width: 112px !important;
  cursor: pointer;
  position: relative;
  float: right;
  color: #fff !important;
  text-align: center;
  margin-top: 31px !important;
  padding: 12px 0px !important;
  background:#83D07E !important;
  margin-left: 15px;
  border: none !important;
  border-radius: 10px !important;
}

#enviar:hover{
  background-color: #FFD403 !important;
}

#borrar {
  width: 112px !important;
  cursor: pointer;
  position: relative;
  float: right;
  color: #fff !important;
  text-align: center;
  margin-top: 31px !important;
  padding: 12px 0px !important;
  background:#83D07E !important;
  border: none !important;
  border-radius: 10px !important;
}

#borrar:hover{
  background-color:#FFD403 !important;
}

#map-contacto{
  padding: 65px 0px;
  background-color: #FAFAFA;
}

#mapa {
  height: 411px;
}

.map-contacto{
  background: url(../img/bg-color.webp) no-repeat;
  background-position: right;
  padding: 68px 180px 68px 0px;
}

#frase-estudiantes{
  padding: 102px 0px;
  background-color: #83D07E;
}

#frase-estudiantes h1{
  font-size: 30px;
  font-family:"BorisBlackBloxx";
  color: #fff;
  text-align: center;
  line-height: 37px;
  text-shadow: 2px 2px 2px #000000b0;
}

#float_whatsapp {
  background: url(../img/redes.webp) no-repeat;
  background-repeat: no-repeat;
  animation: pulse 2s infinite;
  border-radius: 50%;
  width: 53px;
  height: 53px;
  position: fixed;
  right: 15px;
  z-index: 99999;
  bottom: 49%;
  background-position: -2px -59px;
}

#float_instagram {
  background: url(../img/redes.webp) no-repeat;
  background-repeat: no-repeat;
  animation: pulse 2s infinite;
  border-radius: 50%;
  width: 53px;
  height: 53px;
  position: fixed;
  right: 15px;
  z-index: 99999;
  bottom: 59%;
}

.text-trabajo{
  margin-top: 10%;
}

.text-trabajo h1{
  font-family: 'montserratblack';
  text-transform: uppercase;
  font-size: 65px;
  color: #83D07E;
  margin-bottom: 35px;
}

.text-trabajo p{
  font-family: "BorisBlackBloxx";
  font-size: 22px;
  line-height: 37px;
}

.text-trabajo a{
  color: #FED500;
}



@keyframes pulse {
  0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgb(1, 169, 1);
  }
  
  70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  
  100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}



.video-banner {
  width: 100%;
  height: 100%;
}

.modal-open .modal {
  background: rgba(3, 3, 3, 0.82);
}

.modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.close {
  float: right;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
  color: #fff !important;
  text-shadow: 0 1px 0 #fff;
  opacity: 3.2;
}






/*------------------------------------------------------------------------------------------------------------------*/



@media (max-width: 991px) and (min-width:200px){

  .logo a {
    position: relative;
    float: left;
    z-index: 99999999;
  }

  #navbar a{
    padding: 5px;
    text-decoration: none;
    border: none;
    text-align: center;
    background-color: transparent;
    width: 100%;
    color: #000;
    float: left;
    position: relative;
    display:inline-block;
    border-bottom: 1px solid #1b345c47;
  }

  #menu2 .selec{
    text-decoration: none;
    color:#fff !important;
    background-color: #85CF80;
  }

  #menu2 .selec2 {
    text-decoration: none;
    color:#fff !important;
    background-color: #85CF80;
  }
  
  .navbar{
    margin-bottom: 0px !important;
  }

  .navbar-default{
    background-color: transparent;
    border: none;
  }

  #navbar li{
    width: 100%;
    display: inline-block;
    margin: 0px 0px 0px 74px;
  }

  #navbar a:hover{
    text-decoration: none;
    color:#fff !important;
    background-color: #85CF80;
  }

  .navbar-header {
    float: none;
  }

  .navbar-left,.navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
    border: 1px !important;
    margin-right: 0px;
  }

  nav .me{
    color: #000;
    font-size: 15px;
    padding-bottom: 10px;
  }

  .navbar-nav{
    margin: 0px;
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
    
  .navbar-collapse.collapse {
    display: none!important;
  }

  .navbar-default .navbar-toggle .icon-bar{
    background-color: #000;
  }

  .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
    background-color: transparent;
  }

  .navbar-toggle .icon-bar{
    width: 44px;
    height: 1px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px ;
    padding-bottom: 10px;
  }

  .collapse.in{
    display:block !important;
  }

  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    border-color: #fff0;
  }

  #navbar li{
    width: 100%;
    margin:0px;
  }

}




/*----------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 320px) {

#menu2{
  margin-top: -19%;
  margin-bottom: 0px;
}

#banner{
  margin-top: 65%;
}





}


/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 340px) and (min-width:321px){

  #menu2{
    margin-top: -19%;
    margin-bottom: 0px;
  }

  #banner{
    margin-top: 40%;
  }

  .text-bienvenidos{
    padding-top: 22px;
    padding-left: 26px;
    padding-right: 25px;
  }

  .text-bienvenidos h2{
    font-size: 29px;
  }

  .text-bienvenidos p{
    font-size: 15px;
    padding-right: 5px;
  }

  #principios-home h1{
    font-size: 30px;
    letter-spacing: 3px;
  }

  .text-principios{
    padding: 36px 11px 44px 17px;
  }

  .text-principios p{
    font-size: 15px;
    line-height: 23px;
  }

  #galeria-home h1{
    font-size: 24px;
  }

  #galeria-home{
    padding: 25px 0px;
  }

  .text-que-ofrecemosh{
    padding-left: 26px;
  }

  footer p{
    font-size: 16px;
  }

  #copy a{
    padding-right: 114px;
  }

  #titulo h1{
    font-size: 31px;
  }

  #titulo h2{
    font-size: 35px;
  }

  .text-cultura-maker{
    padding-left: 24px;
    padding-top: 37px;
  }

  .text-cultura-maker h2{
    font-size: 26px;
  }

  .text-cultura-maker p{
    padding-right: 8px;
    font-size: 15px;
  }

  #datos_header a{
    font-size: 11px;
  }

  #titulo{
    padding-top: 72px;
    padding-bottom: 43px;
    margin-top: 29%;
  }

  .text-historia{
    padding: 60px 31px 60px 31px;
  }

  #frase-historia p{
    font-size: 15px;
    line-height: 23px;
    padding: 0px 24px;
  }

  #frase-historia2 h1{
    font-size: 34px;
    line-height: 44px;
  }

  .text-bases{
    padding: 42px 21px;
  }

  .herramientas-bases p{
    line-height: 22px;
    font-size: 16px;
  }

  .text-robotica{
    padding-left: 15px;
  }

  .text-robotica p{
    padding-right: 20px;
    padding-bottom: 25px;
  }

  .text-robotica p{
    font-size: 15px;
    line-height: 21px;
  }

  .text-interelacionan{
    padding: 51px 18px;
  }

  .text-interelacionan h2{
    font-size: 27px;
  }

  .text-interelacionan p{
    line-height: 23px;
    font-size: 16px;
  }

  .text-valores{
    padding-left: 15px;
  }

  .text-valores ul li{
    font-size: 15px;
    line-height: 20px;
  }

  .text-aprendizaje{
    padding: 40px 19px;
  }

  .text-aprendizaje h2{
    font-size: 26px;
  }

  .text-aprendizaje h1{
    font-size: 23px;
  }

  .text-influyen p{
    font-size: 16px;
    padding-bottom: 31px;
  }

  .text-emociones{
    padding-top: 38px;
    padding-left: 21px;
  }
  

  #carousel-aprendizaje .carousel-indicators{
    bottom: -40%;
  }

  .text-ventajas{
    padding: 55px 21px;
  }

  .text-ventajas h1{
    font-size: 23px;
  }

  .text-ventajas h2{
    font-size: 26px;
  }

  .contacto{
    padding-left: 18px;
  }

  .contacto h2{
    font-size: 20px;
  }

  .contacto ul li{
    font-size: 16px;
  }

  .text-que-ofrecemosh h2{
    font-size: 25px;
  }

  .video{
    width: 100%;
    height: 259px;
  }



}




/*--------------------------------------------------------------------------------------------------*/


@media (max-width:380px) and (min-width:341px){

  #menu2{
    margin-top: -19%;
    margin-bottom: 0px;
  }

  #banner{
    margin-top: 37%;
  }

    .text-bienvenidos{
      padding-top: 22px;
      padding-left: 26px;
      padding-right: 25px;
    }

    .text-bienvenidos h2{
      font-size: 29px;
    }

    .text-bienvenidos p{
      font-size: 15px;
      padding-right: 5px;
    }

    #principios-home h1{
      font-size: 30px;
      letter-spacing: 3px;
    }

    .text-principios{
      padding: 36px 11px 44px 17px;
    }

    .text-principios p{
      font-size: 15px;
      line-height: 23px;
    }

    #galeria-home h1{
      font-size: 24px;
    }

    #galeria-home{
      padding: 25px 0px;
    }

    .text-que-ofrecemosh{
      padding-left: 26px;
    }

    footer p{
      font-size: 16px;
    }

    #copy a{
      padding-right: 114px;
    }

    #titulo h1{
      font-size: 31px;
    }

    #titulo h2{
      font-size: 35px;
    }

    .text-cultura-maker{
      padding-left: 24px;
      padding-top: 37px;
    }

    .text-cultura-maker h2{
      font-size: 26px;
    }

    .text-cultura-maker p{
      padding-right: 8px;
      font-size: 15px;
    }

    #datos_header a{
      font-size: 11px;
    }

    #titulo{
      padding-top: 72px;
      padding-bottom: 43px;
      margin-top: 29%;
    }

    .text-historia{
      padding: 60px 31px 60px 31px;
    }

    #frase-historia p{
      font-size: 15px;
      line-height: 23px;
      padding: 0px 24px;
    }

    #frase-historia2 h1{
      font-size: 34px;
      line-height: 44px;
    }

    .text-bases{
      padding: 42px 21px;
    }

    .herramientas-bases p{
      line-height: 22px;
      font-size: 16px;
    }

    .text-robotica{
      padding-left: 15px;
    }

    .text-robotica p{
      padding-right: 20px;
      padding-bottom: 25px;
    }

    .text-robotica p{
      font-size: 15px;
      line-height: 21px;
    }

    .text-interelacionan{
      padding: 51px 18px;
    }

    .text-interelacionan h2{
      font-size: 27px;
    }

    .text-interelacionan p{
      line-height: 23px;
      font-size: 16px;
    }

    .text-valores{
      padding-left: 15px;
    }

    .text-valores ul li{
      font-size: 15px;
      line-height: 20px;
    }

    .text-aprendizaje{
      padding: 40px 19px;
    }

    .text-aprendizaje h2{
      font-size: 26px;
    }

    .text-aprendizaje h1{
      font-size: 23px;
    }

    .text-influyen p{
      font-size: 16px;
      padding-bottom: 31px;
    }

    .text-emociones{
      padding-top: 38px;
      padding-left: 21px;
    }
    

    #carousel-aprendizaje .carousel-indicators{
      bottom: -40%;
    }

    .text-ventajas{
      padding: 55px 21px;
    }

    .text-ventajas h1{
      font-size: 23px;
    }

    .text-ventajas h2{
      font-size: 26px;
    }

    .contacto{
      padding-left: 18px;
    }

    .contacto h2{
      font-size: 20px;
    }

    .contacto ul li{
      font-size: 16px;
    }

    .text-que-ofrecemosh h2{
      font-size: 25px;
    }

    .video{
      width: 100%;
      height: 259px;
    }


}




/*------------------------------------------------------------------*/

@media (max-width:420px) and (min-width:381px){

  #menu2{
    margin-top: -14%;
    margin-bottom: 0px;
  }

  .img2 {
    width: 302px;
    float: left;
  }

  #banner {
    margin-top: 30%;
  }

  .text-bienvenidos{
    padding-top: 8px;
    padding-left: 29px;
    padding-right: 28px
  }

  .video{
    width: 100%;
    height: 302px;
  }
  
  #principios-home h1{
    letter-spacing: 2px;
    line-height: 45px;
    font-size: 36px
  }

  .text-bienvenidos h2{
    font-size: 27px;
  }

  .text-principios{
    padding: 47px 27px 44px 30px;
  }

  .text-principios{
    margin-bottom: 29px;
  }

  .galeria-home{
    padding-bottom: 67px;
  }

  .text-que-ofrecemosh{
    padding-left: 23px;
    padding-top: 32px;
  }

  .text-bienvenidos p{
    padding-right: 20px;
    font-size: 16px;
  }

  #titulo{
    margin-top: 30%;
    padding-top: 121px;
    padding-bottom: 53px;
  }

  #titulo h1{
    font-size: 31px;
  }

  #titulo h2{
    font-size: 42px;
  }

  #historia{
    padding: 67px 0px;
  }

  .text-historia{
    padding: 73px 28px 73px 28px;
    margin-bottom: 29px;
  }

  #frase-historia2{
    padding: 28px 0px;
  }

  #frase-historia p{
    padding: 0px 46px;
    line-height: 23px;
  }

  #frase-historia2 h1{
    text-align: center;
    line-height: 53px;
    font-size: 40px;
  }

  #frase-historia3 h1{
    font-size: 39px;
    line-height: 49px;
    text-align: center;
  }

  .text-cultura-maker{
    padding-left: 28px;
    padding-top: 11px;
  }

  .text-cultura-maker h2{
    font-size: 32px;
  }

  .text-bases{
    padding: 48px 26px;
  }

  .text-bases p{
    font-size: 17px;
  }

  .text-robotica{
    padding-left: 20px;
    padding-bottom: 45px;
  }

  .item-robotica p{
    font-size: 16px;
    line-height: 24px;
  }

  .text-valores{
    padding-left: 41px;
  }

  .text-valores ul li{
    line-height: 20px;
    font-size: 18px;
  }

  #carousel-aprendizaje .carousel-indicators{
    bottom: -54% !important;
  }

  .text-influyen p{
    padding-bottom: 45px;
    font-size: 17px;
  }

  .text-emociones{
    padding-top: 38px;
    padding-left: 27px;
  }

  .text-emociones h1{
    font-size: 25px;
  }

  .text-emociones h2{
    font-size: 27px;
  }

  .text-aprendizaje h1{
    font-size: 25px;
  }

  .text-aprendizaje h2{
    font-size: 26px;
  }

  .bg-franjaverde{
    padding: 98px 10px;
  }

  .text-cultura-maker p{
    font-size: 16px;
    line-height: 22px;
    padding-right: 43px;
  }

  .text-transescolar{
    margin-top: 18%;
    padding: 59px 36px;
  }

  .text-ventajas{
    padding: 61px 41px;
  }

  .text-ventajas h2{
    font-size: 27px;
  }

  .text-ventajas ul li{
    font-size: 16px;
  }

  #ventajas{
    padding: 37px 0px;
  }

  .text-contacto h1{
    font-size: 24px;
  }

  .text-contacto p{
    font-size: 16px;
    line-height: 23px;
  }

  .contacto h2{
    font-size: 19px;
  }

  .contacto{
    padding-top: 36px;
    padding-left: 16px;
  }

  .map-contacto{
    padding: 20px;
  }

  #frase-estudiantes h1{
    font-size: 22px;
    line-height: 30px;
  }
 
}




/*------------------------------------------------------------------------------------------*/

@media (max-width:460px) and (min-width:421px){

  #menu2{
    margin-top: -14%;
    margin-bottom: 0px;
  }

  .img2 {
    width: 302px;
    float: left;
  }

  #banner {
    margin-top: 22%;
  }

  .text-bienvenidos{
    padding-top: 8px;
    padding-left: 29px;
    padding-right: 28px
  }

  .video{
    width: 100%;
    height: 302px;
  }
  
  #principios-home h1{
    letter-spacing: 2px;
    line-height: 45px;
    font-size: 36px
  }

  .ico1xs{
    width: 18px;
    height: 24px;
    background-position: 0px 4px;
  }

  .ico2xs {
    width: 20px;
    background-position: 0px 3px;
    height: 21px;
  }

  .text-bienvenidos h2{
    font-size: 27px;
  }

  .text-principios{
    padding: 47px 27px 44px 30px;
  }

  .text-principios{
    margin-bottom: 29px;
  }

  .galeria-home{
    padding-bottom: 67px;
  }

  .text-que-ofrecemosh{
    padding-left: 23px;
    padding-top: 32px;
  }

  .text-bienvenidos p{
    padding-right: 20px;
    font-size: 16px;
  }

  #titulo{
    margin-top: 30%;
    padding-top: 121px;
    padding-bottom: 53px;
  }

  #titulo h1{
    font-size: 31px;
  }

  #titulo h2{
    font-size: 42px;
  }

  #historia{
    padding: 67px 0px;
  }

  .text-historia{
    padding: 73px 28px 73px 28px;
    margin-bottom: 29px;
  }

  #frase-historia2{
    padding: 28px 0px;
  }

  #frase-historia p{
    padding: 0px 46px;
    line-height: 23px;
  }

  #frase-historia2 h1{
    text-align: center;
    line-height: 53px;
    font-size: 40px;
  }

  #frase-historia3 h1{
    font-size: 39px;
    line-height: 49px;
    text-align: center;
  }

  .text-cultura-maker{
    padding-left: 28px;
    padding-top: 11px;
  }

  .text-cultura-maker h2{
    font-size: 32px;
  }

  .text-bases{
    padding: 48px 26px;
  }

  .text-bases p{
    font-size: 17px;
  }

  .text-robotica{
    padding-left: 20px;
    padding-bottom: 45px;
  }

  .item-robotica p{
    font-size: 16px;
    line-height: 24px;
  }

  .text-valores{
    padding-left: 41px;
  }

  .text-valores ul li{
    line-height: 20px;
    font-size: 18px;
  }

  #carousel-aprendizaje .carousel-indicators{
    bottom: -54% !important;
  }

  .text-influyen p{
    padding-bottom: 45px;
    font-size: 17px;
  }

  .text-emociones{
    padding-top: 38px;
    padding-left: 27px;
  }

  .text-emociones h1{
    font-size: 25px;
  }

  .text-emociones h2{
    font-size: 27px;
  }

  .text-aprendizaje h1{
    font-size: 25px;
  }

  .text-aprendizaje h2{
    font-size: 26px;
  }

  .bg-franjaverde{
    padding: 98px 10px;
  }

  .text-cultura-maker p{
    font-size: 16px;
    line-height: 22px;
    padding-right: 43px;
  }

  .text-transescolar{
    margin-top: 18%;
    padding: 59px 36px;
  }

  .text-ventajas{
    padding: 61px 41px;
  }

  .text-ventajas h2{
    font-size: 27px;
  }

  .text-ventajas ul li{
    font-size: 16px;
  }

  #ventajas{
    padding: 37px 0px;
  }

  .text-contacto h1{
    font-size: 24px;
  }

  .text-contacto p{
    font-size: 16px;
    line-height: 23px;
  }

  .contacto h2{
    font-size: 19px;
  }

  .contacto{
    padding-top: 36px;
    padding-left: 16px;
  }

  .map-contacto{
    padding: 20px;
  }

  #frase-estudiantes h1{
    font-size: 22px;
    line-height: 30px;
  }

}



/*-----------------------------------------------------------------------------------*/

@media (max-width:500px) and (min-width:461px){

  #menu2{
    margin-top: -14%;
    margin-bottom: 0px;
  }

  .img2 {
    width: 302px;
    float: left;
  }

  #banner {
    margin-top:21%;
  }

  .text-bienvenidos{
    padding-top: 8px;
    padding-left: 29px;
    padding-right: 28px
  }

  .video{
    width: 100%;
    height: 302px;
  }
  
  #principios-home h1{
    letter-spacing: 2px;
    line-height: 45px;
    font-size: 36px
  }

  .ico1xs{
    width: 18px;
    height: 24px;
    background-position: 0px 4px;
  }

  .ico2xs {
    width: 20px;
    background-position: 0px 3px;
    height: 21px;
  }

  .text-bienvenidos h2{
    font-size: 27px;
  }

  .text-principios{
    padding: 47px 27px 44px 30px;
  }

  .text-principios{
    margin-bottom: 29px;
  }

  .galeria-home{
    padding-bottom: 67px;
  }

  .text-que-ofrecemosh{
    padding-left: 23px;
    padding-top: 32px;
  }

  .text-bienvenidos p{
    padding-right: 20px;
    font-size: 16px;
  }

  #titulo{
    margin-top: 30%;
    padding-top: 121px;
    padding-bottom: 53px;
  }

  #titulo h1{
    font-size: 31px;
  }

  #titulo h2{
    font-size: 42px;
  }

  #historia{
    padding: 67px 0px;
  }

  .text-historia{
    padding: 73px 28px 73px 28px;
    margin-bottom: 29px;
  }

  #frase-historia2{
    padding: 28px 0px;
  }

  #frase-historia p{
    padding: 0px 46px;
    line-height: 23px;
  }

  #frase-historia2 h1{
    text-align: center;
    line-height: 53px;
    font-size: 40px;
  }

  #frase-historia3 h1{
    font-size: 39px;
    line-height: 49px;
    text-align: center;
  }

  .text-cultura-maker{
    padding-left: 28px;
    padding-top: 11px;
  }

  .text-cultura-maker h2{
    font-size: 32px;
  }

  .text-bases{
    padding: 48px 26px;
  }

  .text-bases p{
    font-size: 17px;
  }

  .text-robotica{
    padding-left: 20px;
    padding-bottom: 45px;
  }

  .item-robotica p{
    font-size: 16px;
    line-height: 24px;
  }

  .text-valores{
    padding-left: 41px;
  }

  .text-valores ul li{
    line-height: 20px;
    font-size: 18px;
  }

  #carousel-aprendizaje .carousel-indicators{
    bottom: -54% !important;
  }

  .text-influyen p{
    padding-bottom: 45px;
    font-size: 17px;
  }

  .text-emociones{
    padding-top: 38px;
    padding-left: 27px;
  }

  .text-emociones h1{
    font-size: 25px;
  }

  .text-emociones h2{
    font-size: 27px;
  }

  .text-aprendizaje h1{
    font-size: 25px;
  }

  .text-aprendizaje h2{
    font-size: 26px;
  }

  .bg-franjaverde{
    padding: 98px 10px;
  }

  .text-cultura-maker p{
    font-size: 16px;
    line-height: 22px;
    padding-right: 43px;
  }

  .text-transescolar{
    margin-top: 18%;
    padding: 59px 36px;
  }

  .text-ventajas{
    padding: 61px 41px;
  }

  .text-ventajas h2{
    font-size: 27px;
  }

  .text-ventajas ul li{
    font-size: 16px;
  }

  #ventajas{
    padding: 37px 0px;
  }

  .text-contacto h1{
    font-size: 24px;
  }

  .text-contacto p{
    font-size: 16px;
    line-height: 23px;
  }

  .contacto h2{
    font-size: 19px;
  }

  .contacto{
    padding-top: 36px;
    padding-left: 16px;
  }

  .map-contacto{
    padding: 20px;
  }

  #frase-estudiantes h1{
    font-size: 22px;
    line-height: 30px;
  }

}




/*------------------------------------------------------------------------------------------*/

@media (max-width:600px) and (min-width:501px){

  #menu2{
    margin-top: -14%;
    margin-bottom: 0px;
  }

  .img2 {
    width: 302px;
    float: left;
  }

  #banner {
    margin-top: 18%;
  }

  .text-bienvenidos{
    padding-top: 8px;
    padding-left: 29px;
    padding-right: 28px
  }

  .video{
    width: 100%;
    height: 302px;
  }
  
  #principios-home h1{
    letter-spacing: 2px;
    line-height: 45px;
    font-size: 36px
  }

  .ico1xs{
    width: 18px;
    height: 24px;
    background-position: 0px 4px;
  }

  .ico2xs {
    width: 20px;
    background-position: 0px 3px;
    height: 21px;
  }

  .text-bienvenidos h2{
    font-size: 27px;
  }

  .text-principios{
    padding: 47px 27px 44px 30px;
  }

  .text-principios{
    margin-bottom: 29px;
  }

  .galeria-home{
    padding-bottom: 67px;
  }

  .text-que-ofrecemosh{
    padding-left: 23px;
    padding-top: 32px;
  }

  .text-bienvenidos p{
    padding-right: 20px;
    font-size: 16px;
  }

  #titulo{
    margin-top: 20%;
    padding-top: 121px;
    padding-bottom: 53px;
  }

  #titulo h1{
    font-size: 31px;
  }

  #titulo h2{
    font-size: 42px;
  }

  #historia{
    padding: 67px 0px;
  }

  .text-historia{
    padding: 73px 28px 73px 28px;
    margin-bottom: 29px;
  }

  #frase-historia2{
    padding: 28px 0px;
  }

  #frase-historia p{
    padding: 0px 46px;
    line-height: 23px;
  }

  #frase-historia2 h1{
    text-align: center;
    line-height: 53px;
    font-size: 40px;
  }

  #frase-historia3 h1{
    font-size: 39px;
    line-height: 49px;
    text-align: center;
  }

  .text-cultura-maker{
    padding-left: 28px;
    padding-top: 11px;
  }

  .text-cultura-maker h2{
    font-size: 32px;
  }

  .text-bases{
    padding: 48px 26px;
  }

  .text-bases p{
    font-size: 17px;
  }

  .text-robotica{
    padding-left: 20px;
    padding-bottom: 45px;
  }

  .item-robotica p{
    font-size: 16px;
    line-height: 24px;
  }

  .text-valores{
    padding-left: 41px;
  }

  .text-valores ul li{
    line-height: 20px;
    font-size: 18px;
  }

  #carousel-aprendizaje .carousel-indicators{
    bottom: -54% !important;
  }

  .text-influyen p{
    padding-bottom: 45px;
    font-size: 17px;
  }

  .text-emociones{
    padding-top: 38px;
    padding-left: 27px;
  }

  .text-emociones h1{
    font-size: 25px;
  }

  .text-emociones h2{
    font-size: 27px;
  }

  .text-aprendizaje h1{
    font-size: 25px;
  }

  .text-aprendizaje h2{
    font-size: 26px;
  }

  .bg-franjaverde{
    padding: 98px 10px;
  }

  .text-cultura-maker p{
    font-size: 16px;
    line-height: 22px;
    padding-right: 43px;
  }

  .text-transescolar{
    margin-top: 18%;
    padding: 59px 36px;
  }

  .text-ventajas{
    padding: 61px 41px;
  }

  .text-ventajas h2{
    font-size: 27px;
  }

  .text-ventajas ul li{
    font-size: 16px;
  }

  #ventajas{
    padding: 37px 0px;
  }

  .text-contacto h1{
    font-size: 24px;
  }

  .text-contacto p{
    font-size: 16px;
    line-height: 23px;
  }

  .contacto h2{
    font-size: 19px;
  }

  .contacto{
    padding-top: 36px;
    padding-left: 16px;
  }

  .map-contacto{
    padding: 20px;
  }

  #frase-estudiantes h1{
    font-size: 22px;
    line-height: 30px;
  }

  .text-robotica p{
    font-size: 16px;
    padding-right: 42px;
  }


}


/*-----------------------------------------------------------------------------------*/

@media (max-width:700px) and (min-width:601px){

  #menu2{
    margin-top: -14%;
    margin-bottom: 0px;
  }

  .img2 {
    width: 447px;
    float: left;
  }

  #banner{
    margin-top: 19%;
  }

  .text-bienvenidos{
    padding-top: 15px;
    padding-left: 59px;
  }

  .text-bienvenidos p{
    padding-right: 0px;
  }

  #principios-home h1{
    font-size: 45px;
  }

  .text-principios{
    padding: 50px 55px 44px 54px;
  }

  #margin-bottom{
    margin-bottom: 39px;
  }

  .text-que-ofrecemosh{
    padding-left: 37px;
  }

  #titulo h1{
    font-size: 43px;
  }

  #titulo h2{
    font-size: 44px;
  }

  #historia{
    padding: 61px 0px;
  }

  #frase-historia p{
    padding: 0px 48px;
  }

  .text-historia{
    margin-bottom: 37px;
  }

  #frase-historia2 h1{
    text-align: center;
    font-size: 43px;
    line-height: 58px;
    margin-top: 2%;
  }

  #frase-historia2{
    padding: 34px 0px;
  }

  #frase-historia3 h1{
    font-size: 41px;
    line-height: 54px;
    text-align: center;
  }

  .text-cultura-maker{
    padding-left: 49px;
    padding-top: 8px;
  }

  .text-robotica{
    padding-left: 44px;
    padding-bottom: 65px;
  }

  .text-transescolar{
    margin-top: 13%;
  }

  #ventajas{
    padding: 68px 0px;
  }

  .text-ventajas h1{
    font-size: 24px;
  }

  .contacto{
    padding-top: 41px;
    padding-left:29px;
  }

  .map-contacto{
    padding: 68px 17px 68px 0px;
  }

  #frase-estudiantes h1{
    font-size: 26px;
  }

}




/*-------------------------------------------------------------------------------*/

@media (max-width:767px) and (min-width:701px){

  #menu2{
    margin-top: -14%;
    margin-bottom: 0px;
  }

  .img2 {
    width: 509px;
    float: left;
  }

  #banner{
    margin-top: 20%;
  }

  .text-bienvenidos{
    padding-top: -0px;
    padding-left: 58px;
    padding-bottom: 76px;
  }

  .text-principios{
    margin-bottom: 52px;
  }

  .text-que-ofrecemosh{
    padding-left: 61px;
  }

  #titulo h1{
    font-size: 50px;
  }

  #historia{
    padding: 47px 0px;
  }

  #frase-historia p{
    padding: 0px 66px;
  }

  .text-historia{
    margin-bottom: 27px;
  }
  
  #frase-historia2 h1{
    font-size: 47px;
    line-height: 59px;
    text-align: center;
    margin-top: 5%;
  }

  #frase-historia2{
    padding: 55px 0px;
  }

  .text-cultura-maker{
    padding-left: 98px;
    padding-top: 58px;
    padding-bottom: 45px;
  }

  .text-robotica{
    padding-bottom: 99px;
    padding-left: 90px;
  }

  .text-valores{
    padding-left: 39px;
    padding-bottom: 47px;
  }

  #carousel-aprendizaje .carousel-indicators{
    padding-right: 74px !important;
  }

  .text-emociones{
    padding-left: 61px;
  }

  .text-transescolar{
    margin-top: 12%;
  }

  .text-ventajas{
    margin-top: 14%;
  }

  #ventajas{
    padding: 60px 0px;
  }

  .contacto{
    padding-left: 34px;
    padding-top: 24px;
  }

  .map-contacto{
    padding: 68px 72px 68px 0px;
  }

  .galeria-home{
    padding-bottom: 60px;
  }

  #que-ofrecemosh{
    padding-top: 21px;
  }

  #frase-historia3 h1{
    text-align: center;
    font-size: 44px;
    line-height: 54px;
  }

  #carousel-repuestos .carousel-indicators{
    bottom: -32px;
  }


}


/*-------------------------------------------------------------------------------------*/

@media (max-width:800px) and (min-width:768px){

    #menu2{
      margin-top: -9%;
      margin-bottom: 0px;
    }

    .img2 {
      width: 509px;
      float: left;
    }

    #banner {
      margin-top:18%;
    }

    .text-bienvenidos{
      padding-top: 35px;
      padding-left: 93px;
      padding-right: 64px;
      padding-bottom: 65px;
    }

    .text-principios{
      margin-bottom: 49px;
    }

    .galeria-home{
      padding-bottom: 58px;
    }

    .text-que-ofrecemosh{
      padding-left: 76px;
    }

    footer p{
      font-size: 16px;
    }

    #titulo h1{
      font-size: 56px;
    }

    #titulo{
      padding-top: 153px;
      margin-top: 18%;
    }

    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }

    #historia{
      padding: 56px 0px;
    }

    .text-historia{
      margin-bottom: 24px;
    }

    #frase-historia2 h1{
      font-size: 39px;
      line-height:52px;
    }

    .text-cultura-maker {
      padding-left: 69px;
      padding-top: 41px;
      padding-bottom: 47px;
    }

    .text-robotica p{
      padding-bottom: 49px;
    }

    #carousel-repuestos .carousel-indicators {
      bottom: -3px;
    }

    .text-valores {
      padding-left: 39px;
      padding-top: 17px;
    }

    .text-transescolar{
      margin-top: 14%;
      padding: 73px 119px;
    }

    .contacto {
      padding-left: 34px;
      padding-top: 25px;
    }
    
    .map-contacto{
      padding: 68px 76px 68px 0px;
    }

    .text_products h3{
      font-size: 21px;
    }
    


}




/*--------------------------------------------------------------*/

@media (max-width:880px) and (min-width:801px){

  #menu2{
    margin-top: -9%;
    margin-bottom: 0px;
  }

  .img2 {
    width: 509px;
    float: left;
  }

  #banner {
    margin-top: 17%;
  }

  .text-bienvenidos{
    padding-top: 0px;
    padding-left: 136px;
    padding-right: 64px;
    padding-bottom: 90px;
  }

  #principios-home h1{
    font-size: 44px;
  }

  .text-principios{
    margin-bottom: 45px;
  }

  .galeria-home{
    padding-bottom: 59px;
  }

  .text-que-ofrecemosh{
    padding-left: 94px;
  }

  footer p{
    font-size: 17px;
  }

  #titulo h1{
    font-size: 48px;
  }

  #titulo h2{
    font-size: 45px;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #frase-historia2 h1{
    line-height: 55px;
    font-size: 46px;
  }

  .text-historia{
    padding: 24px 18px 24px 18px;
    margin-bottom: 18px;
    margin-top: 2%;
  }

  #historia {
    padding: 33px 0px;
  }

  .text-historia p {
    line-height: 24px;
    font-size: 16px;
  }

  #frase-historia3 h1{
    font-size: 36px;
    line-height: 48px;
  }

  #titulo{
    margin-top: 17%;
    padding-top: 148px;
    padding-bottom: 82px;
  }
  
  .text-cultura-maker {
    padding-left: 72px;
    padding-top: 40px;
    padding-bottom: 45px;
  }

  #carousel-repuestos .carousel-indicators {
    bottom: -29px;
  }

  .text-robotica{
    padding-bottom: 70px;
    padding-left: 55px;
  }

  .text-valores{
    padding-left: 30px;
    padding-bottom: 51px;
  }

  .text-emociones{
    padding-left: 68px;
  }

  .text-transescolar{
    margin-top: 10%;
  }

  .text-ventajas{
    margin-top: 11%;
  }

  .contacto {
    padding-left: 30px;
    padding-top: 32px;
  }

  .map-contacto{
    padding: 68px 64px 68px 0px;
  }


}


/*--------------------------------------------------------------*/

@media (max-width:991px) and (min-width:881px){

  #menu2{
    margin-top: -9%;
    margin-bottom: 0px;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .img2 {
    width: 645px;
    float: left;
  }

  #banner {
    margin-top: 19%;
  }

  .text-bienvenidos{
    padding-bottom: 52px;
    padding-top: 35px;
    padding-left: 173px;
  }

  .text-principios{
    margin-bottom: 45px;
  }

  .galeria-home{
    padding-bottom: 67px;
  }

  #que-ofrecemosh {
    padding-top: 26px;
  }

  footer p{
    font-size: 19px;
  }

  .ico2xs {
    background-position: 0px 5px;
  }

  #titulo h1{
    font-size: 58px;
  }

  .text-historia{
    margin-bottom: 45px;
    margin-top: 0%;
    padding: 23px 25px 23px 25px;
    margin-top: 2%;
  }

  #frase-historia2 h1{
    font-size: 47px;
    line-height: 57px;
  }

  #frase-historia3 h1{
    margin-top: 3%;
    font-size: 44px;
    line-height: 58px;
  }

  .text-cultura-maker{
    padding-left: 59px;
    padding-bottom: 65px;
    padding-top: 46px;
  }

  .text-robotica{
    padding-bottom: 65px;
    padding-left: 57px;
  }

  #carousel-repuestos .carousel-indicators{
    bottom: -57px;
  }

  .text-valores{
    padding-left: 51px;
    padding-bottom: 45px;
  }

  #carousel-aprendizaje .carousel-indicators{
    padding-right: 130px !important;
  }

  .text-influyen p{
    padding-bottom: 31px;
  }

  .text-transescolar{
    margin-top: 12%;
  }

  .text-ventajas{
    margin-top: 10%;
  }

  .contacto {
    padding-left: 54px;
    padding-top: 45px;
  }

  .map-contacto{
    padding: 68px 86px 68px 0px;
  }

}



/*--------------------------------------------------------------*/

@media (max-width:1000px) and (min-width:992px){

  #menu .navbar-nav > li > a{
    margin: 0px 4px !important;
  }

  #banner {
    margin-top: 30%;
  }

  .text-bienvenidos{
    padding-top: 29px;
    padding-left: 41px;
    padding-right: 27px;
  }

  .text-bienvenidos h2{
    font-size: 29px;
  }

  .text-principios{
    padding: 43px 28px 36px 24px;
    margin-top: 0%;
  }

  .text-principios p{
    padding-right: 0px;
  }

  .text-que-ofrecemosh{
    padding-left: 34px;
  }
  
  footer p{
    font-size: 16px;
  }

  #titulo{
    margin-top: 24%;
  }

  #titulo h1{
    font-size: 51px;
  }

  #titulo h2{
    font-size: 48px;
  }

  .text-historia{
    padding: 46px 55px 46px 54px;
    margin-top: 0%;
  }

  #frase-historia2 h1{
    text-align: center;
  }

  #frase-historia3 h1{
    margin-top: 0%;
    text-align: center;
  }

  .text-cultura-maker h2{
    font-size: 30px;
  }

  .text-cultura-maker {
    padding-left: 25px;
    padding-top: 13px;
  }

  .text-cultura-maker p{
    font-size: 16px;
    padding-right: 0px;
  }

  .text-bases{
    padding: 26px 41px;
    margin-top: 0%;
  }

  .herramientas-bases p{
    font-size: 15px;
    line-height: 18px;
  }

  .text-bases h2{
    font-size: 29px;
  }

  .text-bases p{
    font-size: 15px;
    line-height: 22px;
  }

  .text-robotica{
    padding-left: 17px;
    padding-top: 16px;
  }

  .text-robotica p{
    font-size: 15px;
    line-height: 22px;
    padding-right: 0px;
  }

  .text-interelacionan h2{
    font-size: 28px;
  }

  .text-interelacionan p {
    line-height: 20px;
    font-size: 15px;
  }

  .text-interelacionan{
    padding:24px 30px;
  }

  .text-interelacionan h1{
    font-size: 25px;
  }

  .text-valores{
    padding-left: 14px;
  }

  .text-valores h2{
    font-size: 29px;
  }

  .text-valores p{
    line-height: 21px;
    font-size: 15px;
  }

  .text-aprendizaje{
    padding: 29px 34px;
    margin-top: 0%;
  }

  .text-aprendizaje h2{
    font-size: 26px;
    padding-bottom: 33px;
  }

  .text-influyen p{
    font-size: 16px;
  }

  #carousel-repuestos .carousel-indicators{
    bottom: -23%;
  }

  .text-transescolar h2{
    font-size: 30px;
  }

  .text-transescolar{
    padding: 36px 39px;
  }

  .text-ventajas h1{
    font-size: 26px;
  }

  .text-ventajas h2{
    font-size: 25px;
  }

  .text-ventajas{
    padding: 40px 39px;
    margin-top: 0%;
  }

  .contacto{
    padding-left: 15px;
  }

  .text-contacto h1{
    font-size: 24px;
  }

  .contacto h2{
    font-size: 20px;
  }

  .text-contacto p{
    font-size: 16px;
    line-height: 23px;
  }

  .map-contacto{
    padding: 68px 23px 68px 0px;
  }


}



/*--------------------------------------------------------------*/

@media (max-width:1100px) and (min-width:1001px){

  #menu .navbar-nav > li > a{
    margin: 0px 5px !important;
  }

  .text-bienvenidos p{
    padding-right: 0px;
  }

  #banner {
    margin-top: 30%;
  }

  .text-bienvenidos{
    padding-top: 29px;
    padding-left: 41px;
    padding-right: 27px;
  }

  .text-bienvenidos h2{
    font-size: 29px;
  }

  .text-principios{
    padding: 43px 28px 36px 24px;
    margin-top: 0%;
  }

  .text-principios p{
    padding-right: 0px;
  }

  .text-que-ofrecemosh{
    padding-left: 34px;
  }
  
  footer p{
    font-size: 16px;
  }

  #titulo{
    margin-top: 24%;
  }

  #titulo h1{
    font-size: 51px;
  }

  #titulo h2{
    font-size: 48px;
  }

  .text-historia{
    padding: 46px 55px 46px 54px;
    margin-top: 0%;
  }

  #frase-historia2 h1{
    text-align: center;
  }

  #frase-historia3 h1{
    margin-top: 0%;
    text-align: center;
  }

  .text-cultura-maker h2{
    font-size: 30px;
  }

  .text-cultura-maker {
    padding-left: 25px;
    padding-top: 13px;
  }

  .text-cultura-maker p{
    font-size: 16px;
    padding-right: 0px;
  }

  .text-bases{
    padding: 26px 41px;
    margin-top: 0%;
  }

  .herramientas-bases p{
    font-size: 15px;
    line-height: 18px;
  }

  .text-bases h2{
    font-size: 29px;
  }

  .text-bases p{
    font-size: 15px;
    line-height: 22px;
  }

  .text-robotica{
    padding-left: 17px;
    padding-top: 16px;
  }

  .text-robotica p{
    font-size: 15px;
    line-height: 22px;
    padding-right: 0px;
  }

  .text-interelacionan h2{
    font-size: 28px;
  }

  .text-interelacionan p {
    line-height: 20px;
    font-size: 15px;
  }

  .text-interelacionan{
    padding:24px 30px;
  }

  .text-interelacionan h1{
    font-size: 25px;
  }

  .text-valores{
    padding-left: 14px;
  }

  .text-valores h2{
    font-size: 29px;
  }

  .text-valores p{
    line-height: 21px;
    font-size: 15px;
  }

  .text-aprendizaje{
    padding: 29px 34px;
    margin-top: 0%;
  }

  .text-aprendizaje h2{
    font-size: 26px;
    padding-bottom: 33px;
  }

  .text-influyen p{
    font-size: 16px;
  }

  #carousel-repuestos .carousel-indicators{
    bottom: -23%;
  }

  .text-transescolar h2{
    font-size: 30px;
  }

  .text-transescolar{
    padding: 36px 39px;
  }

  .text-ventajas h1{
    font-size: 26px;
  }

  .text-ventajas h2{
    font-size: 25px;
  }

  .text-ventajas{
    padding: 40px 39px;
    margin-top: 0%;
  }

  .contacto{
    padding-left: 15px;
  }

  .text-contacto h1{
    font-size: 24px;
  }

  .contacto h2{
    font-size: 20px;
  }

  .text-contacto p{
    font-size: 16px;
    line-height: 23px;
  }

  .map-contacto{
    padding: 68px 23px 68px 0px;
  }

}



/*---------------------------------------------------------------------*/

@media (max-width:1199px) and (min-width:1101px){

  #menu .navbar-nav > li > a{
    margin: 0px 5px !important;
  }

  .text-bienvenidos p{
    padding-right: 0px;
  }

  #banner {
    margin-top: 30%;
  }

  .text-bienvenidos{
    padding-top: 29px;
    padding-left: 41px;
    padding-right: 27px;
  }

  .text-bienvenidos h2{
    font-size: 29px;
  }

  .text-principios{
    padding: 43px 28px 36px 24px;
    margin-top: 0%;
  }

  .text-principios p{
    padding-right: 0px;
  }

  .text-que-ofrecemosh{
    padding-left: 34px;
  }
  
  footer p{
    font-size: 16px;
  }

  #titulo{
    margin-top: 24%;
  }

  #titulo h1{
    font-size: 51px;
  }

  #titulo h2{
    font-size: 48px;
  }

  .text-historia{
    padding: 46px 55px 46px 54px;
    margin-top: 0%;
  }

  #frase-historia2 h1{
    text-align: center;
  }

  #frase-historia3 h1{
    margin-top: 0%;
    text-align: center;
  }

  .text-cultura-maker h2{
    font-size: 30px;
  }

  .text-cultura-maker {
    padding-left: 25px;
    padding-top: 13px;
  }

  .text-cultura-maker p{
    font-size: 16px;
    padding-right: 0px;
  }

  .text-bases{
    padding: 26px 41px;
    margin-top: 0%;
  }

  .herramientas-bases p{
    font-size: 15px;
    line-height: 18px;
  }

  .text-bases h2{
    font-size: 29px;
  }

  .text-bases p{
    font-size: 15px;
    line-height: 22px;
  }

  .text-robotica{
    padding-left: 17px;
    padding-top: 16px;
  }

  .text-robotica p{
    font-size: 15px;
    line-height: 22px;
    padding-right: 0px;
  }

  .text-interelacionan h2{
    font-size: 28px;
  }

  .text-interelacionan p {
    line-height: 20px;
    font-size: 15px;
  }

  .text-interelacionan{
    padding:24px 30px;
  }

  .text-interelacionan h1{
    font-size: 25px;
  }

  .text-valores{
    padding-left: 14px;
  }

  .text-valores h2{
    font-size: 29px;
  }

  .text-valores p{
    line-height: 21px;
    font-size: 15px;
  }

  .text-aprendizaje{
    padding: 29px 34px;
    margin-top: 0%;
  }

  .text-aprendizaje h2{
    font-size: 26px;
    padding-bottom: 33px;
  }

  .text-influyen p{
    font-size: 16px;
  }

  #carousel-repuestos .carousel-indicators{
    bottom: -23%;
  }

  .text-transescolar h2{
    font-size: 30px;
  }

  .text-transescolar{
    padding: 36px 39px;
  }

  .text-ventajas h1{
    font-size: 26px;
  }

  .text-ventajas h2{
    font-size: 25px;
  }

  .text-ventajas{
    padding: 40px 39px;
    margin-top: 0%;
  }

  .contacto{
    padding-left: 15px;
  }

  .text-contacto h1{
    font-size: 24px;
  }

  .contacto h2{
    font-size: 20px;
  }

  .text-contacto p{
    font-size: 16px;
    line-height: 23px;
  }

  .map-contacto{
    padding: 68px 23px 68px 0px;
  }




}


/*---------------------------------------------------------*/

@media (max-width:1300px) and (min-width:1200px){

  #menu .navbar-nav > li > a{
    margin: 0px 6px !important;
  }

  .text-bienvenidos p{
    padding-right: 0px;
  }

  #banner {
    margin-top: 26%;
  }

  .text-bienvenidos{
    padding-top: 29px;
    padding-left: 41px;
    padding-right: 27px;
  }

  .text-bienvenidos h2{
    font-size: 29px;
  }

  .text-principios{
    padding: 43px 28px 36px 24px;
    margin-top: 0%;
  }

  .text-principios p{
    padding-right: 0px;
  }

  .text-que-ofrecemosh{
    padding-left: 34px;
    padding-top: 14px;
  }

  #frase-historia p{
    padding: 0px 81px;
  }
  
  footer p{
    font-size: 16px;
  }

  #titulo{
    margin-top: 24%;
  }

  #titulo h1{
    font-size: 51px;
  }

  #titulo h2{
    font-size: 48px;
  }

  .text-historia{
    padding: 46px 55px 46px 54px;
    margin-top: 0%;
  }

  #frase-historia2 h1{
    text-align: center;
    margin-top: 6%;
  }

  #datos_header a{
    font-size: 12px;
  }

  #carousel-aprendizaje .carousel-indicators {
    bottom: -30%;
  }

  #frase-historia3 h1{
    margin-top: 0%;
    text-align: center;
  }

  .text-cultura-maker h2{
    font-size: 30px;
  }

  .text-cultura-maker {
    padding-left: 25px;
    padding-top: 13px;
  }

  .text-cultura-maker p{
    font-size: 16px;
    padding-right: 0px;
  }

  .text-bases{
    padding: 26px 41px;
    margin-top: 0%;
  }

  .herramientas-bases p{
    font-size: 15px;
    line-height: 18px;
  }

  .text-bases h2{
    font-size: 29px;
  }

  .text-bases p{
    font-size: 15px;
    line-height: 22px;
  }

  .text-robotica{
    padding-left: 17px;
    padding-top: 16px;
  }

  .text-robotica p{
    font-size: 15px;
    line-height: 22px;
    padding-right: 0px;
  }

  .text-interelacionan h2{
    font-size: 28px;
  }

  .text-interelacionan p {
    line-height: 20px;
    font-size: 15px;
  }

  .text-interelacionan{
    padding:24px 30px;
  }

  .text-interelacionan h1{
    font-size: 25px;
  }

  .text-valores{
    padding-left: 14px;
  }

  .text-valores h2{
    font-size: 29px;
  }

  .text-valores p{
    line-height: 21px;
    font-size: 15px;
  }

  .text-aprendizaje{
    padding: 29px 34px;
    margin-top: 0%;
  }

  .text-aprendizaje h2{
    font-size: 26px;
    padding-bottom: 33px;
  }

  .text-influyen p{
    font-size: 16px;
  }

  #carousel-repuestos .carousel-indicators{
    bottom: -23%;
  }

  .text-transescolar h2{
    font-size: 30px;
  }

  .text-transescolar{
    padding: 36px 39px;
  }

  .text-ventajas h1{
    font-size: 26px;
  }

  .text-ventajas h2{
    font-size: 25px;
  }

  .text-ventajas{
    padding: 40px 39px;
    margin-top: 0%;
  }

  .contacto{
    padding-left: 15px;
  }

  .text-contacto h1{
    font-size: 24px;
  }

  .contacto h2{
    font-size: 20px;
  }

  .text-contacto p{
    font-size: 16px;
    line-height: 23px;
  }

  .map-contacto{
    padding: 68px 23px 68px 0px;
  }

  .text_products h3{
    font-size: 19px;
  }


}


/*---------------------------------------------------------*/

@media (max-width:1400px) and (min-width:1301px){


  #menu .navbar-nav > li > a{
    margin: 0px 17px !important;
  }

  .text-bienvenidos p{
    padding-right: 0px;
  }

  #banner {
    margin-top: 22%;
  }

  .text-bienvenidos{
    padding-top: 29px;
    padding-left: 41px;
    padding-right: 27px;
  }

  .text-bienvenidos h2{
    font-size: 29px;
  }

  .text-principios{
    padding: 43px 28px 36px 24px;
    margin-top: 0%;
  }

  .text-principios p{
    padding-right: 0px;
  }

  .text-que-ofrecemosh{
    padding-left: 34px;
    padding-top: 14px;
  }

  #frase-historia p{
    padding: 0px 81px;
  }
  
  footer p{
    font-size: 16px;
  }

  #titulo{
    margin-top: 23%;
  }

  #titulo h1{
    font-size: 51px;
  }

  #titulo h2{
    font-size: 48px;
  }

  .text-historia{
    padding: 46px 55px 46px 54px;
    margin-top: 0%;
  }

  #frase-historia2 h1{
    text-align: center;
    margin-top: 6%;
  }

  #datos_header a{
    font-size: 12px;
  }

  #carousel-aprendizaje .carousel-indicators {
    bottom: -30%;
  }

  #frase-historia3 h1{
    margin-top: 0%;
    text-align: center;
  }

  .text-cultura-maker h2{
    font-size: 30px;
  }

  .text-cultura-maker {
    padding-left: 25px;
    padding-top: 13px;
  }

  .text-cultura-maker p{
    font-size: 16px;
    padding-right: 0px;
  }

  .text-bases{
    padding: 26px 41px;
    margin-top: 0%;
  }

  .herramientas-bases p{
    font-size: 15px;
    line-height: 18px;
  }

  .text-bases h2{
    font-size: 29px;
  }

  .text-bases p{
    font-size: 15px;
    line-height: 22px;
  }

  .text-robotica{
    padding-left: 17px;
    padding-top: 16px;
  }

  .text-robotica p{
    font-size: 15px;
    line-height: 22px;
    padding-right: 0px;
  }

  .text-interelacionan h2{
    font-size: 28px;
  }

  .text-interelacionan p {
    line-height: 20px;
    font-size: 15px;
  }

  .text-interelacionan{
    padding:24px 30px;
  }

  .text-interelacionan h1{
    font-size: 25px;
  }

  .text-valores{
    padding-left: 14px;
  }

  .text-valores h2{
    font-size: 29px;
  }

  .text-valores p{
    line-height: 21px;
    font-size: 15px;
  }

  .text-aprendizaje{
    padding: 29px 34px;
    margin-top: 0%;
  }

  .text-aprendizaje h2{
    font-size: 26px;
    padding-bottom: 33px;
  }

  .text-influyen p{
    font-size: 16px;
  }

  #carousel-repuestos .carousel-indicators{
    bottom: -23%;
  }

  .text-transescolar h2{
    font-size: 30px;
  }

  .text-transescolar{
    padding: 36px 39px;
  }

  .text-ventajas h1{
    font-size: 26px;
  }

  .text-ventajas h2{
    font-size: 25px;
  }

  .text-ventajas{
    padding: 40px 39px;
    margin-top: 0%;
  }

  .contacto{
    padding-left: 15px;
  }

  .text-contacto h1{
    font-size: 24px;
  }

  .contacto h2{
    font-size: 20px;
  }

  .text-contacto p{
    font-size: 16px;
    line-height: 23px;
  }

  .map-contacto{
    padding: 68px 23px 68px 0px;
  }

  .text_products h3{
    font-size: 19px;
  }



}


/*---------------------------------------------------------*/

@media (max-width:1500px) and (min-width:1401px){

  #menu .navbar-nav > li > a{
    margin: 0px 0px !important;
    padding: 8px 15px !important;
  }

  .text-bienvenidos p{
    padding-right: 0px;
  }

  #banner {
    margin-top: 18%;
  }

  .text-bienvenidos{
    padding-left: 131px;
  }

  .text-bienvenidos h2{
    font-size: 29px;
  }

  .text-principios{
    padding: 43px 28px 36px 24px;
    margin-top: 0%;
  }

  .text-principios p{
    padding-right: 0px;
  }

  .text-que-ofrecemosh{
    padding-left: 34px;
    padding-top: 14px;
  }

  #frase-historia p{
    padding: 0px 81px;
  }
  
  footer p{
    font-size: 16px;
  }

  #titulo{
    margin-top: 18%;
  }

  #titulo h1{
    font-size: 51px;
  }

  #titulo h2{
    font-size: 48px;
  }

  .text-historia{
    padding: 46px 55px 46px 54px;
    margin-top: 0%;
  }

  #frase-historia2 h1{
    text-align: center;
    margin-top: 6%;
  }

  #datos_header a{
    font-size: 12px;
  }

  #carousel-aprendizaje .carousel-indicators {
    bottom: -30%;
  }

  .text-cultura-maker h2{
    font-size: 30px;
  }

  .text-cultura-maker p{
    font-size: 16px;
    padding-right: 0px;
  }

  .text-bases{
    padding: 26px 41px;
    margin-top: 0%;
  }

  .herramientas-bases p{
    font-size: 15px;
    line-height: 18px;
  }

  .text-bases h2{
    font-size: 29px;
  }

  .text-bases p{
    font-size: 15px;
    line-height: 22px;
  }

  .text-robotica{
    padding-left: 17px;
    padding-top: 16px;
  }

  .text-robotica p{
    font-size: 15px;
    line-height: 22px;
    padding-right: 0px;
  }

  .text-interelacionan h2{
    font-size: 28px;
  }

  .text-interelacionan p {
    line-height: 20px;
    font-size: 15px;
  }

  .text-interelacionan{
    padding:24px 30px;
  }

  .text-interelacionan h1{
    font-size: 25px;
  }

  .text-valores{
    padding-left: 67px;
  }

  .text-cultura-maker {
    padding-left: 81px;
    padding-top: 49px;
  }

  .text-valores h2{
    font-size: 29px;
  }

  .text-valores p{
    line-height: 21px;
    font-size: 15px;
  }

  .text-aprendizaje{
    padding: 29px 34px;
    margin-top: 0%;
  }

  .text-aprendizaje h2{
    font-size: 26px;
    padding-bottom: 33px;
  }

  .text-influyen p{
    font-size: 16px;
  }

  #carousel-repuestos .carousel-indicators{
    bottom: -23%;
  }

  .text-transescolar h2{
    font-size: 30px;
  }

  .text-transescolar{
    padding: 36px 39px;
  }

  .text-ventajas h1{
    font-size: 26px;
  }

  .text-ventajas h2{
    font-size: 25px;
  }

  .text-ventajas{
    padding: 40px 39px;
    margin-top: 0%;
  }

  .contacto{
    padding-left: 15px;
  }

  .text-contacto h1{
    font-size: 24px;
  }

  .contacto h2{
    font-size: 20px;
  }

  .text-contacto p{
    font-size: 16px;
    line-height: 23px;
  }

  .map-contacto{
    padding: 68px 23px 68px 0px;
  }

  .text_products h3{
    font-size: 19px;
  }

}



/*---------------------------------------------------------*/

@media (max-width:1600px) and (min-width:1501px){

  #menu .navbar-nav > li > a{
    margin: 0px 0px !important;
    padding: 8px 21px !important;
  }

  .text-bienvenidos p{
    padding-right: 0px;
  }

  #banner {
    margin-top: 17%;
  }

  .text-bienvenidos{
    padding-left: 131px;
  }

  .text-bienvenidos h2{
    font-size: 29px;
  }

  .text-principios{
    padding: 43px 28px 36px 24px;
    margin-top: 0%;
  }

  .text-principios p{
    padding-right: 0px;
  }

  .text-que-ofrecemosh{
    padding-left: 34px;
    padding-top: 14px;
  }

  #frase-historia p{
    padding: 0px 81px;
  }
  
  footer p{
    font-size: 16px;
  }

  #titulo{
    margin-top: 17%;
  }

  #titulo h1{
    font-size: 51px;
  }

  #titulo h2{
    font-size: 48px;
  }

  .text-historia{
    padding: 46px 55px 46px 54px;
    margin-top: 0%;
  }

  #frase-historia2 h1{
    text-align: center;
    margin-top: 6%;
  }

  #datos_header a{
    font-size: 12px;
  }

  #carousel-aprendizaje .carousel-indicators {
    bottom: -30%;
  }

  .text-cultura-maker h2{
    font-size: 30px;
  }

  .text-cultura-maker p{
    font-size: 16px;
    padding-right: 0px;
  }

  .text-bases{
    padding: 26px 41px;
    margin-top: 0%;
  }

  .herramientas-bases p{
    font-size: 15px;
    line-height: 18px;
  }

  .text-bases h2{
    font-size: 29px;
  }

  .text-bases p{
    font-size: 15px;
    line-height: 22px;
  }

  .text-robotica{
    padding-left: 78px;
    padding-top: 16px;
  }

  .text-robotica p{
    font-size: 15px;
    line-height: 22px;
    padding-right: 0px;
  }

  .text-interelacionan h2{
    font-size: 28px;
  }

  .text-interelacionan p {
    line-height: 20px;
    font-size: 15px;
  }

  .text-interelacionan{
    padding:24px 30px;
  }

  .text-interelacionan h1{
    font-size: 25px;
  }

  .text-valores{
    padding-left: 67px;
  }

  .text-cultura-maker {
    padding-left: 81px;
    padding-top: 49px;
  }

  .text-valores h2{
    font-size: 29px;
  }

  .text-valores p{
    line-height: 21px;
    font-size: 15px;
  }

  .text-aprendizaje{
    padding: 29px 34px;
    margin-top: 0%;
  }

  .text-aprendizaje h2{
    font-size: 26px;
    padding-bottom: 33px;
  }

  .text-influyen p{
    font-size: 16px;
  }

  #carousel-repuestos .carousel-indicators{
    bottom: -23%;
  }

  .text-transescolar h2{
    font-size: 30px;
  }

  .text-transescolar{
    padding: 36px 39px;
  }

  .text-ventajas h1{
    font-size: 26px;
  }

  .text-ventajas h2{
    font-size: 25px;
  }

  .text-ventajas{
    padding: 40px 39px;
    margin-top: 0%;
  }

  .contacto{
    padding-left: 15px;
  }

  .text-contacto h1{
    font-size: 24px;
  }

  .contacto h2{
    font-size: 20px;
  }

  .text-contacto p{
    font-size: 16px;
    line-height: 23px;
  }

  .map-contacto{
    padding: 68px 23px 68px 0px;
  }

  .text_products h3{
    font-size: 19px;
  }


}



/*---------------------------------------------------------*/

@media (max-width:1700px) and (min-width:1601px){

  #menu .navbar-nav > li > a{
    margin: 0px 9px !important;
    padding: 8px 21px !important;
  }

  .text-bienvenidos p{
    padding-right: 0px;
  }

  #banner {
    margin-top: 16%;
  }

  .text-bienvenidos{
    padding-left: 131px;
  }

  .text-bienvenidos h2{
    font-size: 29px;
  }

  .text-principios{
    padding: 43px 28px 36px 24px;
    margin-top: 0%;
  }

  .text-principios p{
    padding-right: 0px;
  }

  .text-que-ofrecemosh{
    padding-left: 34px;
    padding-top: 14px;
  }

  #frase-historia p{
    padding: 0px 81px;
  }
  
  footer p{
    font-size: 16px;
  }

  #titulo{
    margin-top: 17%;
  }

  #titulo h1{
    font-size: 51px;
  }

  #titulo h2{
    font-size: 48px;
  }

  .text-historia{
    padding: 46px 55px 46px 54px;
    margin-top: 0%;
  }

  #frase-historia2 h1{
    text-align: center;
    margin-top: 6%;
  }

  #datos_header a{
    font-size: 12px;
  }

  #carousel-aprendizaje .carousel-indicators {
    bottom: -30%;
  }

  .text-cultura-maker h2{
    font-size: 30px;
  }

  .text-cultura-maker p{
    font-size: 16px;
    padding-right: 0px;
  }

  .text-bases{
    padding: 26px 41px;
    margin-top: 0%;
  }

  .herramientas-bases p{
    font-size: 15px;
    line-height: 18px;
  }

  .text-bases h2{
    font-size: 29px;
  }

  .text-bases p{
    font-size: 15px;
    line-height: 22px;
  }

  .text-robotica{
    padding-left: 78px;
    padding-top: 16px;
  }

  .text-robotica p{
    font-size: 15px;
    line-height: 22px;
    padding-right: 0px;
  }

  .text-interelacionan h2{
    font-size: 28px;
  }

  .text-interelacionan p {
    line-height: 20px;
    font-size: 15px;
  }

  .text-interelacionan{
    padding:24px 30px;
  }

  .text-interelacionan h1{
    font-size: 25px;
  }

  .text-valores{
    padding-left: 67px;
  }

  .text-cultura-maker {
    padding-left: 81px;
    padding-top: 49px;
  }

  .text-valores h2{
    font-size: 29px;
  }

  .text-valores p{
    line-height: 21px;
    font-size: 15px;
  }

  .text-aprendizaje{
    padding: 29px 34px;
    margin-top: 0%;
  }

  .text-aprendizaje h2{
    font-size: 26px;
    padding-bottom: 33px;
  }

  .text-influyen p{
    font-size: 16px;
  }

  #carousel-repuestos .carousel-indicators{
    bottom: -23%;
  }

  .text-transescolar h2{
    font-size: 30px;
  }

  .text-transescolar{
    padding: 36px 39px;
  }

  .text-ventajas h1{
    font-size: 26px;
  }

  .text-ventajas h2{
    font-size: 25px;
  }

  .text-ventajas{
    padding: 40px 39px;
    margin-top: 0%;
  }

  .contacto{
    padding-left: 15px;
  }

  .text-contacto h1{
    font-size: 24px;
  }

  .contacto h2{
    font-size: 20px;
  }

  .text-contacto p{
    font-size: 16px;
    line-height: 23px;
  }

  .map-contacto{
    padding: 68px 23px 68px 0px;
  }

  .text_products h3{
    font-size: 19px;
  }

}


/*---------------------------------------------------------*/

@media (max-width:1800px) and (min-width:1701px){

  #menu .navbar-nav > li > a{
    margin: 0px 7px !important;
    padding: 8px 27px !important;
  }

  .text-bienvenidos p{
    padding-right: 0px;
  }

  #banner {
    margin-top: 15%;
  }

  .text-bienvenidos{
    padding-left: 131px;
  }

  .text-bienvenidos h2{
    font-size: 29px;
  }

  .text-principios{
    padding: 43px 28px 36px 24px;
    margin-top: 0%;
  }

  .text-principios p{
    padding-right: 0px;
  }

  .text-que-ofrecemosh{
    padding-left: 34px;
    padding-top: 14px;
  }

  #frase-historia p{
    padding: 0px 81px;
  }
  
  footer p{
    font-size: 16px;
  }

  #titulo{
    margin-top: 14%;
  }

  #titulo h1{
    font-size: 51px;
  }

  #titulo h2{
    font-size: 48px;
  }

  .text-historia{
    padding: 46px 55px 46px 54px;
    margin-top: 0%;
  }

  #frase-historia2 h1{
    text-align: center;
    margin-top: 6%;
  }

  #datos_header a{
    font-size: 12px;
  }

  #carousel-aprendizaje .carousel-indicators {
    bottom: -30%;
  }

  .text-cultura-maker h2{
    font-size: 30px;
  }

  .text-cultura-maker p{
    font-size: 16px;
    padding-right: 0px;
  }

  .text-bases{
    padding: 26px 41px;
    margin-top: 0%;
  }

  .herramientas-bases p{
    font-size: 15px;
    line-height: 18px;
  }

  .text-bases h2{
    font-size: 29px;
  }

  .text-bases p{
    font-size: 15px;
    line-height: 22px;
  }

  .text-robotica{
    padding-left: 78px;
    padding-top: 16px;
  }

  .text-robotica p{
    font-size: 15px;
    line-height: 22px;
    padding-right: 0px;
  }

  .text-interelacionan h2{
    font-size: 28px;
  }

  .text-interelacionan p {
    line-height: 20px;
    font-size: 15px;
  }

  .text-interelacionan{
    padding:24px 30px;
  }

  .text-interelacionan h1{
    font-size: 25px;
  }

  .text-valores{
    padding-left: 67px;
  }

  .text-cultura-maker {
    padding-left: 81px;
    padding-top: 49px;
  }

  .text-valores h2{
    font-size: 29px;
  }

  .text-valores p{
    line-height: 21px;
    font-size: 15px;
  }

  .text-aprendizaje{
    padding: 29px 34px;
    margin-top: 0%;
  }

  .text-aprendizaje h2{
    font-size: 26px;
    padding-bottom: 33px;
  }

  .text-influyen p{
    font-size: 16px;
  }

  #carousel-repuestos .carousel-indicators{
    bottom: -23%;
  }

  .text-transescolar h2{
    font-size: 30px;
  }

  .text-transescolar{
    padding: 36px 39px;
  }

  .text-ventajas h1{
    font-size: 26px;
  }

  .text-ventajas h2{
    font-size: 25px;
  }

  .text-ventajas{
    padding: 40px 39px;
    margin-top: 0%;
  }

  .contacto{
    padding-left: 15px;
  }

  .text-contacto h1{
    font-size: 24px;
  }

  .contacto h2{
    font-size: 20px;
  }

  .text-contacto p{
    font-size: 16px;
    line-height: 23px;
  }

  .map-contacto{
    padding: 68px 23px 68px 0px;
  }

  .text_products h3{
    font-size: 19px;
  }

}

/*---------------------------------------------------------*/

@media (max-width:1925px) and (min-width:1801px){

  #menu .navbar-nav > li > a{
    padding: 8px 46px !important;
    margin: 0px -7px  !important;
  }

  .text-bienvenidos p{
    padding-right: 0px;
  }

  #banner {
    margin-top: 14%;
  }

  .text-bienvenidos{
    padding-left: 131px;
  }

  .text-bienvenidos h2{
    font-size: 29px;
  }

  .text-principios{
    padding: 43px 28px 36px 24px;
    margin-top: 0%;
  }

  .text-principios p{
    padding-right: 0px;
  }

  .text-que-ofrecemosh{
    padding-left: 34px;
    padding-top: 14px;
  }

  #frase-historia p{
    padding: 0px 81px;
  }
  
  footer p{
    font-size: 16px;
  }

  #titulo{
    margin-top: 14%;
  }

  #titulo h1{
    font-size: 51px;
  }

  #titulo h2{
    font-size: 48px;
  }

  .text-historia{
    padding: 46px 55px 46px 54px;
    margin-top: 0%;
  }

  #frase-historia2 h1{
    text-align: center;
    margin-top: 6%;
  }

  #datos_header a{
    font-size: 12px;
  }

  #carousel-aprendizaje .carousel-indicators {
    bottom: -30%;
  }

  .text-cultura-maker h2{
    font-size: 30px;
  }

  .text-cultura-maker p{
    font-size: 16px;
    padding-right: 0px;
  }

  .text-bases{
    padding: 26px 41px;
    margin-top: 0%;
  }

  .herramientas-bases p{
    font-size: 15px;
    line-height: 18px;
  }

  .text-bases h2{
    font-size: 29px;
  }

  .text-bases p{
    font-size: 15px;
    line-height: 22px;
  }

  .text-robotica{
    padding-left: 78px;
    padding-top: 16px;
  }

  .text-robotica p{
    font-size: 15px;
    line-height: 22px;
    padding-right: 0px;
  }

  .text-interelacionan h2{
    font-size: 28px;
  }

  .text-interelacionan p {
    line-height: 20px;
    font-size: 15px;
  }

  .text-interelacionan{
    padding:24px 30px;
  }

  .text-interelacionan h1{
    font-size: 25px;
  }

  .text-valores{
    padding-left: 67px;
  }

  .text-cultura-maker {
    padding-left: 81px;
    padding-top: 49px;
  }

  .text-valores h2{
    font-size: 29px;
  }

  .text-valores p{
    line-height: 21px;
    font-size: 15px;
  }

  .text-aprendizaje{
    padding: 29px 34px;
    margin-top: 0%;
  }

  .text-aprendizaje h2{
    font-size: 26px;
    padding-bottom: 33px;
  }

  .text-influyen p{
    font-size: 16px;
  }

  #carousel-repuestos .carousel-indicators{
    bottom: -23%;
  }

  .text-transescolar h2{
    font-size: 30px;
  }

  .text-transescolar{
    padding: 36px 39px;
  }

  .text-ventajas h1{
    font-size: 26px;
  }

  .text-ventajas h2{
    font-size: 25px;
  }

  .text-ventajas{
    padding: 40px 39px;
    margin-top: 0%;
  }

  .contacto{
    padding-left: 15px;
  }

  .text-contacto h1{
    font-size: 24px;
  }

  .contacto h2{
    font-size: 20px;
  }

  .text-contacto p{
    font-size: 16px;
    line-height: 23px;
  }

  .map-contacto{
    padding: 68px 23px 68px 0px;
  }

  .text_products h3{
    font-size: 19px;
  }

  .modal-dialog{
    width: 600px;
  }

}


/*-----------------------------------------------------------------------------------------*/
@media (max-width:1960px) and (min-width:1926px){

  #menu .navbar-nav > li > a{
    margin: 0px -7px !important;
  }

  .text-bienvenidos p{
    padding-right: 0px;
  }

  #banner {
    margin-top: 13%;
  }

  .text-bienvenidos{
    padding-left: 131px;
  }

  .text-bienvenidos h2{
    font-size: 29px;
  }

  .text-principios{
    padding: 43px 28px 36px 24px;
    margin-top: 0%;
  }

  .text-principios p{
    padding-right: 0px;
  }

  .text-que-ofrecemosh{
    padding-left: 34px;
    padding-top: 14px;
  }

  #frase-historia p{
    padding: 0px 81px;
  }
  
  footer p{
    font-size: 16px;
  }

  #titulo{
    margin-top:13%;
  }

  #titulo h1{
    font-size: 51px;
  }

  #titulo h2{
    font-size: 48px;
  }

  .text-historia{
    padding: 46px 55px 46px 54px;
    margin-top: 0%;
  }

  #frase-historia2 h1{
    text-align: center;
    margin-top: 6%;
  }

  #datos_header a{
    font-size: 12px;
  }

  #carousel-aprendizaje .carousel-indicators {
    bottom: -30%;
  }

  .text-cultura-maker h2{
    font-size: 30px;
  }

  .text-cultura-maker p{
    font-size: 16px;
    padding-right: 0px;
  }

  .text-bases{
    padding: 26px 41px;
    margin-top: 0%;
  }

  .herramientas-bases p{
    font-size: 15px;
    line-height: 18px;
  }

  .text-bases h2{
    font-size: 29px;
  }

  .text-bases p{
    font-size: 15px;
    line-height: 22px;
  }

  .text-robotica{
    padding-left: 78px;
    padding-top: 16px;
  }

  .text-robotica p{
    font-size: 15px;
    line-height: 22px;
    padding-right: 0px;
  }

  .text-interelacionan h2{
    font-size: 28px;
  }

  .text-interelacionan p {
    line-height: 20px;
    font-size: 15px;
  }

  .text-interelacionan{
    padding:24px 30px;
  }

  .text-interelacionan h1{
    font-size: 25px;
  }

  .text-valores{
    padding-left: 67px;
  }

  .text-cultura-maker {
    padding-left: 81px;
    padding-top: 49px;
  }

  .text-valores h2{
    font-size: 29px;
  }

  .text-valores p{
    line-height: 21px;
    font-size: 15px;
  }

  .text-aprendizaje{
    padding: 29px 34px;
    margin-top: 0%;
  }

  .text-aprendizaje h2{
    font-size: 26px;
    padding-bottom: 33px;
  }

  .text-influyen p{
    font-size: 16px;
  }

  #carousel-repuestos .carousel-indicators{
    bottom: -23%;
  }

  .text-transescolar h2{
    font-size: 30px;
  }

  .text-transescolar{
    padding: 36px 39px;
  }

  .text-ventajas h1{
    font-size: 26px;
  }

  .text-ventajas h2{
    font-size: 25px;
  }

  .text-ventajas{
    padding: 40px 39px;
    margin-top: 0%;
  }

  .contacto{
    padding-left: 15px;
  }

  .text-contacto h1{
    font-size: 24px;
  }

  .contacto h2{
    font-size: 20px;
  }

  .text-contacto p{
    font-size: 16px;
    line-height: 23px;
  }

  .map-contacto{
    padding: 68px 23px 68px 0px;
  }

  .text_products h3{
    font-size: 19px;
  }

  .modal-dialog{
    width: 600px;
  }


}



@media (max-width:2000px) and (min-width:1961px){

  #menu .navbar-nav > li > a{
    padding: 8px 56px !important;
  }

  #titulo{
    margin-top: 13%;
  }

  .modal-dialog{
    width: 600px;
  }

}


@media (max-width:2100px) and (min-width:2001px){

  #menu .navbar-nav > li > a{
    padding: 8px 59px !important;
  }

  #titulo{
    margin-top: 13%;
  }

  .modal-dialog{
    width: 600px;
  }

}


@media (max-width:2200px) and (min-width:2101px){

  #menu .navbar-nav > li > a{
    padding: 8px 65px !important;
  }

  #titulo{
    margin-top: 12%;
  }

  .modal-dialog{
    width: 600px;
  }
}

@media (max-width:2300px) and (min-width:2201px){

  #menu .navbar-nav > li > a{
    padding: 8px 71px !important;
    margin: 0px -5px !important;
  }

  #banner {
    margin-top: 11%;
  }

  #titulo{
    margin-top: 11%;
  }

  .modal-dialog{
    width: 600px;
  }

}




@media (max-width:2400px) and (min-width:2301px){

  #menu .navbar-nav > li > a{
    padding: 8px 71px !important;
    margin: 0px -1px !important;
  }

  #banner {
    margin-top: 11%;
  }

  #titulo{
    margin-top: 11%;
  }

  .modal-dialog{
    width: 600px;
  }

}



@media (max-width:2500px) and (min-width:2401px){

  #menu .navbar-nav > li > a{
    padding: 8px 71px !important;
    margin: 0px 5px !important;
  }

  #banner {
    margin-top: 10%;
  }

  #titulo{
    margin-top: 11%;
  }

  .modal-dialog{
    width: 600px;
  }

}

@media (max-width:2600px) and (min-width:2501px){

  #menu .navbar-nav > li > a{
    padding: 8px 77px !important;
    margin: 0px 5px !important;
  }

  #banner {
    margin-top: 10%;
  }

  #titulo{
    margin-top: 11%;
  }

  .modal-dialog{
    width: 600px;
  }


}