@charset "utf-8";
*{outline:none !important}
html{height:100%;}
body{
	 font-family: 'Lora', serif;
	font-size:16px;	
	color:#777777;
	min-width:320px;
	margin:auto;
	background:#fff;
	line-height:normal;
}
.container{line-height:normal; position: relative}

#wrap{
	padding-top: 130px
}

/*Alerta*/
#overlay{cursor:wait;opacity:.5;background:#FFF; position:fixed; left:0; top:0; width:100%; height:100%; z-index:8000;display:none}
#cnt-alert{position:fixed; top:50%; margin-top:-70px; width:100%; height:1px; text-align:center; z-index:8001}
.alert {
	display:inline-block;
	padding: 19px 15px;
	color: #fefefe;
	position: relative;
	font: 14px/20px Museo300Regular, Helvetica, Arial, sans-serif;
	margin-bottom:10px
}
.alert .msg { padding: 0 20px 0 40px;}
.alert p { margin: 0;}
.alert .toggle-alert {
	position: absolute;
	top: 7px;
	right: 10px;
	display: block;
	text-indent: -10000px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
	background: rgba(0, 0, 0, 0.08) url(../images/alert.png) no-repeat 6px 6px;
}
.info-box {		background: #2fa9f6 url(../images/info.png) no-repeat 14px 14px;}
.success-box {	background: #7EB62E url(../images/success.png) no-repeat 14px 14px;}
.error-box {
	background: #f64b2f url(../images/error.png) no-repeat 14px 14px;	
}
.alert{
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.notice-box {	background: #f6ca2f url(../images/notice.png) no-repeat 14px 14px;}
.download-box {	background: #a555ca url(../images/download.png) no-repeat 14px 14px;}

.has-error input,
.has-error textarea{border-bottom-color:#FF4C4F !important}

figure.responsive img{display: block; width: 100%; height: auto}

/* PARALLAX SECTION
-------------------------------------------------------------- */
.parallax-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-color: #fff;
  padding: 0;
}

/* PARALLAX SECTION END
-------------------------------------------------------------- */

#header{
	padding: 0 15px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	background: url(../images/bgTop.jpg) center top no-repeat;
	transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
}
#header .container{
	max-width: 1600px;
	width: 100%;
}
#header #logo{ max-width: 331px; padding: 12px 0 12px; transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s; }
#header #logo img{display: block; width: 100%; max-width: 281px;  height: auto;transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;}

.fixed #header{
	
}
.fixed #header #logo{
	padding: 10px 0;
}
.fixed #header #logo img {
    max-width: 250px;
}

/*Menu*/
.menu{display:block; text-align:center; font-family: 'Lora', serif; position: absolute;  top: 50px; right: 0}
.menu ul.nav{display:inline-block; padding:  0}
.sf-menu li{margin:0 0 0 -5px;display:inline-block; padding:0 20px 0; color:#653a2a; vertical-align: top}
.sf-menu > li > a{
	color:inherit; 
	display:block; 
	line-height:normal; 
	/*transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;*/
	font-weight:400; 
	font-size:17px; 
	padding:2px 5px; 
	position:relative; 
	background:none !important;
	cursor: pointer;
	text-transform: uppercase;
	border: none;
}
.sf-menu li.active a,
.sf-menu li a:hover{
	text-decoration: none !important;
	border-bottom: solid 2px #7da64a !important;
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
	font-family:Verdana, Geneva, sans-serif;
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #fff;
  background:#fff;
  font-size: 14px;
  line-height: 20px;
  padding-left:0 !important;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {  display: block; padding: 14px 25px 16px; color:#000; font-weight:300; font-size: 20px; font-family: 'Oswald', serif;  text-decoration:none !important;}
  .rd-mobilemenu_ul ul a{padding: 8px 25px 8px;}
    .rd-mobilemenu_ul li.active a{background: #7da64a; color:#fff; }
    .rd-mobilemenu_ul a:hover { background: #7da64a; color:#fff;}
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  padding-right: 56px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
   }

.rd-mobilepanel_title {
  position: absolute;
  padding-top:0;
  margin-top:0;
  text-align:center;
  left: 56px;
	right: 56px;
  color: #000;
  font-size: 24px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.rd-mobilepanel_toggle {
  position: absolute;
  border:none;
  background:#653a2a;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
  border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  -webkit-border-radius:5px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #fff;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
	body {padding-top: 56px; }
	.rd-mobilemenu, .rd-mobilepanel {display: block; }
}

.rd-mobilepanel #logo{top:4px; margin:auto; padding:0; left:auto; position:relative; width:46px; height:auto; opacity:1}
.rd-mobilepanel #logo img{width:100%; height:auto}

/*==================     ToTop     ======================*/
a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background:rgba(0, 0, 0, 0.8);
  border:solid 1px rgba(20, 55, 101, 0.8);
  right: 40px;
  bottom: 50px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
  z-index: 20; opacity:.75 }
a.toTop:hover,
a.toTop:active {color: rgba(20, 55, 101, 0.8);
    text-decoration: none; opacity:1; background:#fff}
a#toTop
a#toTop .fa{color:#FFF !important;}

a.toTop:hover:after{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	opacity:0;
}
.mobile .toTop,
.tablet .toTop {display: none !important; }

#footer{
	background: #7daf60;
	padding: 15px 0;
	color: #FFF;	
}
#footer .container{
	font-family: 'Oswald', serif;
	font-weight: 300
}
#textFooter{
	padding-top: 7px
}
#redes li{
	list-style: none;
	display: inline-block;
}
#redes li a{
	display: block;
	width: 40px;
	height: 40px;
	background: #6cb360;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
}
#redes li a:hover{
	text-decoration: none !important
}

#sliderTop{
	position: relative
}
#textSlider{
	position: absolute;
	z-index: 3;
	top: 50%;
	margin-top: -100px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 32px;
	color: #fff;
	font-family: "Lora", serif;
	font-weight: 400
}
#textSlider .cnt{
	max-width: 960px;
	margin: auto;
}
#textSlider .cnt > div{
	font-size: 42px;
	padding-bottom: 35px;
	position: relative;	
	margin-bottom: 10px;
}
#textSlider .cnt > div:before{
	display: block;
	content: "";
	height: 2px;
	width: 200px;
	background: #7da64a;
	bottom: 10px;
	left: 50%;
	margin-left: -100px;
	position: absolute;
}


#blogHome{
	padding: 100px 15px;
}
.lblTit{
	font-family: 'Lora', serif;
	font-size: 40px;
	color: #0d0d0d
}
.lblSubtit{
	font-family: "Century Gothic", serif;
	font-size: 15px;
	color: #2d2d2d;
	padding: 15px 0 0
}
.blogEntradas{padding-top: 15px}
.blogEntradas img{display: block; width: 100%; height: auto}
.titItemBlog{display: block; font-size: 22px; color: #0d0d0d; padding: 10px 15px 0}
.lblFecha{font-size: 11px; color: #FFF; height: 21px;  margin-left: 23px; margin-top: -10px; position: relative; }
.lblFecha span{display: inline-block;line-height: 20px; background: #653a2a; padding: 0 15px;}
.blogEntradas a{text-decoration: none}
.blogEntradas a:hover .titItemBlog{color: #67080d}



/**/
#bgGrayHome{
	background: #f6f5f3;
	padding: 40px 0 40px;
	color: #2d2d2d;
	font-size: 24px;
}
#titQuien{text-align: center; font-size: 47px; color: #1c1c1c; line-height: normal; padding: 40px 0 15px; position: relative}
#titQuien:before{display: block; content: ""; height: 4px; width: 150px; position: absolute; bottom: 0; left: 50%; margin-left: -75px; background: #67080d}
#textQuien{text-align: center; font-size: 24px; color: #2d2d2d; max-width: 1100px; margin: auto; padding: 35px 0; font-family: "Century Gothic", serif;}

#divQuien{
	padding: 40px 15px;
}
#cntVida{background: url(../images/inicio/nino.png) right bottom no-repeat; min-height: 100px; padding: 30px 0}
.textVida{font-size: 15px; font-family: "Century Gothic", serif; color: #2d2d2d; padding:15px 350px 0 0; text-align: justify}
#divQuien ul{padding: 20px 0 20px 45px; font-size: 15px; font-family: "Century Gothic", serif; color: #2d2d2d;}
#divQuien ul li{padding-bottom: 8px}
#divQuien a{display: block; color: #FFF; font-size: 15px; width: 110px;; height: 36px; background: #653a2a; margin-left: 32px; line-height: 34px; text-align: center; position: relative; z-index: 3}

#parallaxIni{background-image:url(../images/inicio/parallax.jpg);  min-height: 210px; text-align: center; color: #FFF;font-family: "Century Gothic", serif; font-size: 15px; padding-top: 67px}
#parallaxIni strong{display: block; font-family: 'Lora', serif; font-size: 40px; font-weight:400; }


/*Quienes somos*/
.bannerTop{height: 401px; position: relative}
.bannerTop .tit{font-size: 40px; color: #653a2a; padding-top: 300px; line-height: normal;}
.bannerTop .subtit{font-size: 20px; line-height: normal; padding-top: 8px;  font-family: "Century Gothic", serif;}
#bannerQuien{background:url(../images/quien/banner.jpg) center top no-repeat; }
.titAprender{font-size: 31px; position: relative; color: #0d0d0d; text-align: center; padding: 10px 0 10px; text-transform: uppercase}
.titAprender:before{display: block; content: ""; position: absolute; width: 218px; background: #67080d; bottom: 0; left: 50%; margin-left: -109px; height: 4px; }
.stitAprender{font-size: 17px; color: #0d0d0d; font-family: "Century Gothic", serif; text-align: center; padding: 35px 0 0; max-width: 970px; margin: auto}
#bgGray2{display: block; background: #eee; padding: 0 0 55px}
.mision-vision .img{float: left; width: 50%;}
.mision-vision article{padding: 0 0 0 25px; float: left; width: 50%; font-family: "Century Gothic", serif; font-size: 16px; color: #0d0d0d; line-height: 20px; text-align: justify}
.mision-vision div[class*="col-"]:before,
.mision-vision div[class*="col-"]:after{display: block; content: ""; clear: both;}
.mision-vision article strong,
.lblModelo strong,
#parallaxKeystone strong{font-size: 22px; color: #0d0d0d; display: block; position: relative; padding: 30px 0 5px; margin-bottom: 15px; line-height: 22px}
.mision-vision article strong:before,
.lblModelo strong:before,
#parallaxKeystone strong:before{display: block; content: ""; position: absolute; width: 62px; background: #67080d; bottom: 0; left: 0; height: 3px; }
.textModelo{font-family: "Century Gothic", serif; font-size: 16px; color: #0d0d0d; line-height: 20px; text-align: justify}

#divTalleres{
	padding: 80px 15px;
}

#acreditaciones{min-height: 300px;}
.fs21{font-size: 21px}
#acreditaciones figure{padding-bottom: 30px}
#acreditaciones img{display: block; width: 100%; height: auto; }


/*Contacto*/
#bannerContacto{background:url(../images/quien/banner.jpg) center top no-repeat; }
.titContacto{font-size: 31px; position: relative; color: #0d0d0d; padding: 10px 0 10px; text-align: left}
.titContacto:before{display: block; content: ""; position: absolute; width: 218px; background: #67080d; bottom: 0; left: 0;  height: 4px; }
#mapa iframe{display: block; width: 100%;}

#bgContacto{background:url(../images/bgContacto.jpg) center no-repeat; min-height: 569px; padding: 64px 0;}


#frmContacto{ max-width: 780px; margin: auto;}
#frmContacto div[class*="col-"] input[type="text"],
#frmContacto div[class*="col-"] textarea,
#frmContacto div[class*="col-"] select{
	display: block; 
	border: none;
	padding: 10px 15px;
	width: 100%;
	height: 44px;
	font-family: "Century Gothic", serif;
	font-size: 17px;
	color: #fff;
	background: rgba(255,255,255,0.10);	
	
}
#frmContacto div[class*="col-"] textarea{height: 162px}
#frmContacto div[class*="col-"] input[type="submit"]{
	display: inline-block;
	background: #5d3c2e;
	border:solid 1px #5d3c2e;
	color: #fff;
	font-size: 17px;
	width: 154px;
	height: 40px;
	line-height: 40px;
	margin: auto;
	text-transform: uppercase;
	font-family: "Century Gothic", serif;
}
#frmContacto div[class*="col-"] input[type="submit"]:hover{
	background: #fff;
	color: #5d3c2e;
	font-weight: 600
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
	opacity: 1;
	text-transform: uppercase;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
	opacity: 1;
	text-transform: uppercase;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
	opacity: 1;
	text-transform: uppercase;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
	opacity: 1;
	text-transform: uppercase;
}
:focus::-webkit-input-placeholder {
    opacity: 0.5;
}
:focus::-moz-placeholder {
    opacity: 0.5;
}
:focus:-ms-input-placeholder {
    opacity: 0.5;
}
:focus:-moz-placeholder {
    opacity: 0.5;
}

/*Blog*/
#mainBlog{padding: 45px 0;}
.cntBlog h1{padding-bottom:0; padding-top:155px; text-align:center; margin:0;}
.cntBlog{
    padding: 15px 0 35px;
	color:#363636;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	max-width:1180px;
	overflow:hidden;
}
.cntBlog article{padding-left:100px}
.cntBlog article .fechaG{
    background:#653a2a;
    height: 165px;
    left: 15px;
    top: 0;
    width: 100px;
    z-index: 3;
	position:absolute;
	color:#FFF;
	text-align:center;
	line-height:normal;
}
.cntBlog article .fechaG span{display:block; font-size:60px; padding-top:10px}
.cntBlog article .fechaG em{display:block; font-style:normal; font-size: 30px; letter-spacing: -0.5px;}

.cntBlog article figure img{display:block; width:100%; height:auto}
.cntBlog article .cnt{
	background: rgb(241, 241, 241) none repeat scroll 0 0; padding:40px 30px;
    color: #898989;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.cntBlog article .fechaC{
	display:block; background:url(../images/blog/marker-1.png) 0 4px no-repeat; padding-left:21px;
	height: 28px;
    padding: 0 0 0 21px;
    width: 92px;
	color: #a9a8a8;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.cntBlog article .cnt strong{display:block; padding-bottom:10px}
.cntBlog article .cnt strong a{
	color: #535555;
	font-size: 20px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin-top: -1px;
    text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	text-align:left !important;
}
.cntBlog article .cnt strong a:hover{color:#653a2a}


#bgGrown{
	background: #f6f5f3;	
	font-family: "Lora";
	color: #653a2a;
	padding: 50px 0;
	font-size: 20px
}
#bgGrown .container div:nth-child(1){
	font-size: 40px;
}
#bgGrown .container div:nth-child(2){
	font-size: 30px;
	padding: 20px  30px;
	position: relative;
	margin-bottom: 30px;
}
#bgGrown .container div:nth-child(2):before{
	display: block;
	content: "";
	height: 2px;
	background: #67080d;
	width: 150px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -75px
}

#imgsHome{
	padding: 50px 0 25px;
}
#imgsHome article{
	padding-bottom: 25px;
	text-align: center;
}
#imgsHome img{
	display: block;
	width: 100%;
	height: auto;
}
#imgsHome strong{
	display: block;
	font-size: 28px;
	color: #653a2a;
	position: relative;
	padding-top: 10px;
	font-weight: 400;;
	margin-top: 30px
}
#imgsHome strong:before{
	display: block;
	content: "";
	height: 2px;
	width: 150px;
	background: #67080d;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: 0
}


.paddingb35{
	padding-bottom: 35px
}

@media (max-width: 991px) {
	#header #logo{    max-width: 120px;}
}


@media (max-width:1750px) {
}
@media (max-width:1680px) {
}
@media (max-width:1600px) {
}
@media (max-width:1440px) {
	
}
@media (max-width:1366px) {
	#header #logo {
   		max-width: 310px;
    	padding: 25px 0 20px;
	}
}
@media (max-width:1280px) {
}
@media (max-width:1240px) {
	
}

@media (max-width:1199px) {
	#header #logo {max-width: 300px;}
}
@media (max-width:1099px) {	
	#header #logo {max-width: 250px;}
	#textSlider{
		font-size: 22px;
	}
	#textSlider .cnt {
		max-width: 670px;
	}
	
	#textSlider .cnt > div {
    	font-size: 34px;
	}
}
@media (max-width:991px) {
	.sf-menu li {
    	padding: 0 10px 0;
	}
	#header #logo {
		max-width: 190px;
		padding: 15px 0 0;
	}
	#wrap {
		padding-top: 100px;
	}
	#imgsHome strong {
    	font-size: 23px;
	}
}
@media (max-width:850px) {	
}
@media (min-width:768px) {
	#redes li a{
		border-radius: 50%;
	}
}
@media (max-width:767px) {	
	#header{display: none}
	.rd-mobilepanel #logo {
    	top: 2px;
	}
	.rd-mobilepanel #logo img {
		max-width: 110px;
	}
	#textFooter{
		text-align: center !important;
		padding-top: 0
	}
	#redes{position:fixed; width:100%; margin:0; height:30px; top:auto; bottom:0; right:0; z-index:11}
	#redes li{width:20%; float: left; margin:0;}
	#redes li a{
		height: 30px;
		line-height:30px;
		width: 100%;
	}
	#redes a.tw{background:#39b8ef;}
	#redes a.fb{background:#204385;}
	#redes a.yt{background:#ff1920;}
	#redes a.gp{background:#fb4631;}
	#redes a.in{
		background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%),
		radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),    
		radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
		radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),   
		radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
		radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),    
		radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),    
		linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
	}
	#redes a.fb:hover{background:#fff; color:#204385;}
	#redes a.tw:hover{background:#fff; color:#39b8ef;}
	#redes a.yt:hover{background:#fff; color:#ff1920;}
	#redes a.gp:hover{background:#fff; color:#fb4631;}
	#redes a.in:hover{background:#fff; color:#764338;}
	#textSlider{
		font-size: 20px;
	}
	#textSlider .cnt > div {
		font-size: 25px;
	}
	#wrap {
		padding-top: 0;
	}
	#bgGrown {
		font-size: 17px;
	}
	#bgGrown .container div:nth-child(1) {
		font-size: 30px;
	}
	#bgGrown .container div:nth-child(2) {
    	font-size: 20px;
	}
	
}
@media (max-width:680px) {
}
@media (max-width:650px) {
	
}
@media (max-width:600px) {	
	#textSlider {
		font-size: 15px;
		padding: 0 15px;
		margin-top: -60px
	}
	#textSlider .cnt > div {
		font-size: 20px;
		padding-bottom: 15px;
		margin-bottom: 0;
	}
	#textSlider .cnt > div::before{display: none}
	#sliderTop .flexslider .slides .cntImg{
		min-height: 220px;
	}
}
@media (max-width:500px) {
	
}
@media (max-width:480px) {
	.blogEntradas div[class*="col-"],
	#imgsHome div[class*="col-"]{
		width: 100%;
	}
}

@media (max-width:400px) {
	
}
@media (max-width:380px) {
}
@media (max-width:340px) {
}



@media only screen and (-webkit-device-pixel-ratio : 3) {
	#parallaxIni{background-size: 100% auto; background-position: center center; background-attachment: scroll}
	#parallaxKeystone{background-attachment: scroll; background-size: cover;}
}
/*media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { #parallaxIni{background-size: 100% auto; background-position: center center; background-attachment: scroll}
	#parallaxKeystone{background-attachment: scroll; background-size: cover;}
}
*/



