@font-face {
    font-family: 'gilroylight';
    src: url('../fonts/gilroy-light-webfont.eot');
    src: url('../fonts/gilroy-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gilroy-light-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-light-webfont.woff') format('woff'),
         url('../fonts/gilroy-light-webfont.ttf') format('truetype'),
         url('../fonts/gilroy-light-webfont.svg#gilroylight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gilroyextrabold';
    src: url('../fonts/gilroy-extrabold-webfont.eot');
    src: url('../fonts/gilroy-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gilroy-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-extrabold-webfont.woff') format('woff'),
         url('../fonts/gilroy-extrabold-webfont.ttf') format('truetype'),
         url('../fonts/gilroy-extrabold-webfont.svg#gilroyextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}


body, html {
	font-family: 'gilroylight';
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #4b4540;
	width: 100% !important;
	height: 100% !important;
}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	line-height: 36px;
	margin: 0;
	font-weight: 400;
	margin-bottom: 30px;
	font-size: 38px;
}
h3, h4 {
	font-size: 20px;
	font-weight: 600;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p{
	font-size: 15px;
	line-height: 27px;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
	font-family: 'Raleway', sans-serif;
}
a {
	color: #333;
}
a:hover, a:focus {
	text-decoration: none;
	color: #019970;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #019970;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}

/* Carrousel top home */



.deepskyblue {
    background: #d8f17c url("../img/mertxe-arregui.jpg") no-repeat scroll center top;
    background-size: cover;
}
.skyblue {
    background: #d8f17c url("../img/home-slide_01.jpg") no-repeat scroll center top;
    background-size: cover;
}
.darkerskyblue {
    background: #d8f17c url("../img/home-slide_02.jpg") no-repeat scroll center top;
    background-size: cover;
}
.superskyblue {
    background: #d8f17c url("../img/home-slide_03.jpg") no-repeat scroll center top;
    background-size: cover;
}
.carousel-indicators {
    bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
}
.carousel .item {
    min-height: 430px; 
    height: 100%;
    width:100%; 
}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
    font-size: 45px;
	color: white;
	font-weight: 300;
	font-family: 'gilroyextrabold';

}
.carousel-caption p{
	font-size: 16px;
	font-family: 'gilroyextrabold';
}
.carousel-caption h3 {
     margin: 0 auto;
     padding-bottom: 20px;
}
.carousel .icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;
    border-radius: 50%;
}
.carousel-caption button {
    border-color: #00bfff;
    margin-top: 1em; 
}

/* Animation delays */
.carousel-caption h3:first-child {
    animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
    animation-delay: 1s;
}
.carousel-caption button {
    animation-delay: 2s;
}
.carousel-caption p{
    animation-delay: 2s;
}


/* /Carrousel top home */

/* Navigation */
#nav {
	z-index: 100;
}
#nav.affix {
	position: fixed;
	top: 0;
	width: 100%
}
#logo {
    background: #42b0a3 url("../img/logo.png") repeat scroll 0 0 / 53px 53px;
    display: block;
    height: 53px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 53px;
    z-index: 100;
     top: -2px;
}
#logo a {
    height: 53px;
    position: absolute;
    width: 53px;
}
.no-padding {
    padding: 0 !important;
}
.navbar-right{
	margin-right: 0;
}
.navbar-custom {
	margin-bottom: 0;
	background-color: #ffffff;
	box-shadow: 2px 2px 5px #cacaca;
	border-radius: 0px;
	padding: 10px 0;
}
.navbar-custom .navbar-brand {
	font-weight: 600;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
	padding: 4px 6px;
	font-size: 16px;
	color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, 
.navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #f4f5f6;
}
.navbar-custom .nav li a {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: black;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
	outline: 0;
	color: #019970;
	background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #019970;
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
	color: #fff;
}
.navbar-inner {
    background: #fff none repeat scroll 0 0;
    border-bottom: medium none !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
    line-height: 20px !important;
    min-height: 45px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    transition: all 0.3s ease-out 0s;
    z-index: 10;
}
.navbar {
    position: relative;
    background: white;
    min-height: 74px;
    margin-bottom: 0;
    transition: all 0.3s ease-out 0s;
}
.navbar-brand{
	height: 75px;
}
.navbar-brand img{
	max-width: 240px;

}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover{
	background: white;
}
.navbar-nav > li > a{
	text-transform: uppercase; 
	border-bottom: 6px solid white;
	border-top: 6px solid white;
	padding-top: 18px;
	padding-bottom: 24px;
}
.navbar-nav > li.active > a{
	border-bottom: 6px solid #d8f17c;
	font-family: 'gilroyextrabold';
}
.iiin > .navbar-nav >li > a{
	padding-top: 8px;
	padding-bottom: 8px;
}
.nav > li > a:hover{
	background: #f9f9f9!important;
	border-top: 6px solid #f9f9f9;
	color: #4b4540;
	border-bottom: 6px solid #d8f17c;
}
.navbar .nav > li.menu-1 {
    margin-right: 5px;
    margin-right: 5px;
}
.navbar .nav > li.menu-2 {
    margin-right: 5px;
    margin-right: 5px;
}
.navbar .nav > li.menu-3 {
    margin-right: 45px;
}
.navbar .nav > li.menu-4 {
	margin-left: 67px;
    margin-right: 10px;
}
.navbar .nav > li.menu-5 {
     margin-right: 5px;
    margin-right: 5px;
}
.navbar .nav > li.menu-6 {
    margin-right: 0;
}
.navbar .nav > li.menu-7 {
	 margin-right: 10px;
}
.affix span.altura{
	height: 50px;
	background: red;
	display: block;
}

/* MENU RECURSIVO */

.clear{
	clear: both;
}
.menu_recursivo{
	background: #332f2c;
}
.redes{
	margin-bottom: 0;
	padding: 6px 0;
	float: right;
}
.redes li {
    display: inline-block;
    vertical-align: top;
}
.redes li a {
    display: block;
    margin-right: 10px;
}
.redes li a:hover {
	opacity: 0.6;
}
.redes li a img {
    max-width: 18px;
}
/* /MENU RECURSIVO */

/* IDIOMAS */

.idiomas{
	margin-bottom: 0;
	padding: 0;
	float: right;
	padding: 8px 0;
}
.idiomas li {
    display: inline-block;
    vertical-align: top;
}
.idiomas li:last-child {
	border-left: 1px solid #4e4b48;
}
.idiomas li a{
	color: #716e6b;
	padding-left: 15px;
	padding-right: 15px;
}
.idiomas li.active a{
	color: #d8f17c;
	font-family: 'gilroyextrabold';
}
/* /IDIOMAS */

/* TEXTO PREGUNTAS */

#textoPreguntas{
	padding: 30px 20px 30px 20px;
	background: #d8f17c;
	color: white;
	display: none;
}
#textoPreguntas p{
	margin-bottom: 0px;
	font-size: 13px;
	color: #332f2c;
}

/* /TEXTO PREGUNTAS */

/* 30 EXPERIENCIA */

#experiencia-30{
	border: 50px solid white;
	background: url(../img/30.png) center no-repeat #f9f9f9;
	background-size: auto 100%;
	padding: 100px 40px;
	text-align: center;
}
strong{
	font-family: 'gilroyextrabold';
}
#experiencia-30 p{
	max-width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

/* /30 EXPERIENCIA */



.btn{
	  transition: all 0.3s ease 0s;

	padding: 15px;
	margin: 0;
	font-size: 16px;
	border-radius: 0;
}
.btn img{
	max-height: 30px;
	margin-right: 15px;
}
.btn-verde {
	color: #4b4540;
	background-color: #d8f17c;
	border-color: #d8f17c;
}
.btn-verde:hover,
.btn-verde:focus, 
.btn-verde.focus,
.btn-verde:active, 
.btn-verde.active{
	background-color: #bfe435;
	border-color: #bfe435;
}
.btn-marron {
	color: #d8f17c;
	background-color: #4b4540;
	border-color: #4b4540;
}
.btn-marron:hover,
.btn-marron:focus, 
.btn-marron.focus,
.btn-marron:active, 
.btn-marron.active{
	background-color: #332f2c;
	border-color: #332f2c;
	color: white;
}

/* TRIPLE SECTION */

.no-margin{
	margin: 0;
}

.triple{
	padding: 60px 60px 40px 60px;
	min-height: 470px;
}
.triple h2{
	text-transform: uppercase;
	font-family: 'gilroyextrabold';	
}
.triple a{
	margin-top: 30px;
}
.triple_logopedia{
	background: #4b4540;
	color: white;
}
.triple_pedagogia{
	background: #fbfbfb;
}
.triple_tratamientos{
	background: #d8f17c;
}

/* /TRIPLE SECTION */

/* DONDE ESTAMOS */

#dondeEstamos{
	padding: 60px 60px 30px 60px;
	background: #332f2c;
	color: white;
}
#dondeEstamos h2{
	margin-bottom: 10px;
}

/* /DONDE ESTAMOS */

/* LOS PILARES */

#losPilares{
	padding: 60px 60px 30px 60px;
}
#losPilares h2{
	margin-top: 10px;
	margin-bottom: 10px;
}

.pilar {
    display: block;
    margin-top: 30px;
    text-align: center;
}
.pilar img.bola {
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 90px;
}
.pilar h3{
	padding: 20px 0;
	border-top: 1px solid #dee1e4;
	border-bottom: 1px solid #dee1e4;
	line-height: 28px;
}
.pilar .cont-text {
    background: #f9f9f9 none repeat scroll 0 0;
    margin-top: -44px;
    padding: 40px 20px 20px;
    min-height: 220px;
}

.pilar h2{
	font-family: "gilroyextrabold";
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.contenidoGris .pilar_verde .cont-text{
	background: #d8f17c!important;
}

.servi_01 .cont-text{
	min-height: 236px;
}
.servi_04 .cont-text{
	min-height: 270px;
}
.servi_05 .cont-text{
	min-height: 370px;
}
.servi_06 .cont-text{
	min-height: 265px;
}
.servi_08 .cont-text{
	min-height: 292px;
}
.servi_09 .cont-text{
	min-height: 452px;
}
.servi_10 {
	margin-top: 0;
}
.servi_10 .cont-text{
	min-height: 302px;
	margin-bottom: 30px;
}
/* /LOS PILARES */


/* PREFOOTER */

#prefooter{
	background: #4b4540;
	color: white;
	padding: 60px;
}
#prefooter h2{
	line-height: 46px;
}
#prefooter h4{
	color: #d8f17c;
	font-family: 'gilroyextrabold';
	text-transform: uppercase;
}
#prefooter p{
	font-size: 15px;
}
#prefooter .datos{
	padding: 0;
	list-style: none;
}
#prefooter ul li{
	margin-bottom: 8px;
}
#prefooter .datos li{
	padding-left: 35px;
}
#prefooter li.phone{
	background: url(../img/icono-telefono.png) no-repeat 0 center;	
	background-size: 20px;
}
#prefooter li.email{
	background: url(../img/icono-correo.png) no-repeat 0 center;	
	background-size: 20px;
}
#prefooter li.horario{
	background: url(../img/icono-horario.png) no-repeat 0 center;	
	background-size: 20px;
}
#prefooter li.champ{
	background: url(../img/ico-label.png) no-repeat 0 top;	
	background-size: 20px;
}
#prefooter li a{
	color: white;
}
#prefooter li a:hover{
	color: #d8f17c;
}
#prefooter .certify{
	width: 100%;
	margin-top: 30px;
	max-width: 270px;
}

/* /PREFOOTER */

/* FOOTER */

footer{
	background: #332f2c;
	padding: 5px 20px;
}
footer p{
	font-size: 15px;
	margin-top: 5px;
	color: #716e6b;
}
footer span a{
	color: #d8f17c;
	padding: 0 10px;
}
footer span a:last-child{
	border-left: 1px solid #716e6b; 
}
footer span{
	margin-left: 20px;
}

/* /FOOTER */


/* Servicios */

#servicios{
	padding: 100px 0;
	background: url(../img/bg-servicios.jpg) top center no-repeat;
	background-size: cover;
}
#servicios h2{
	text-transform: uppercase;
	color: #ffffff;
	font-size: 50px;
	font-weight: bold;
}
.section-title{
	margin-bottom: 50px;
}
.servi{
	display: block;
}
.servi img.bola {
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 90px;
}
.servi .cont-text{
    margin-bottom: 40px;
    margin-top: -44px;
    padding: 40px 20px 20px 20px;
     border-radius: 20px;
	background: white;
	box-shadow: 2px 2px 5px #eaeaea;
}

/* CONTACTO */

.form-control{
	border-radius: 0;
	height: 50px;
	margin-bottom: 20px;
}

.form-group label{
	display: none;
}
.mapa iframe {
    height: 100%;
    min-height: 500px;
    width: 100%;
}

/* /CONTACTO */

.form-control::-webkit-input-placeholder {
color: #2c3e50;
}
.form-control:-moz-placeholder {
color: #2c3e50;
}
.form-control::-moz-placeholder {
color: #2c3e50;
}
.form-control:-ms-input-placeholder {
color: #2c3e50;
}
#contact .social {
	margin-top: 60px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 30px;
	padding: 4px 5px;
	color: #fff;
	transition: all 0.5s;
}
#contact .social i.fa:hover {
	color: #121d1f;
}
#contact .btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 10px 20px;
	color: #fff;
	margin-top: 15px;
}
#contact .btn:hover, #contact .btn:focus {
	background-color: #121d1f;
	border: 1px solid #121d1f;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Footer Section*/
#footer {
	background: #121d1f;
	color: #7d8384;
	padding: 30px 0 25px 0;
}
#footer p {
	font-size: 13px;
}
#footer a {
	color: #a0a5a5;
}
#footer a:hover {
	color: #019970;
}


/* SERVICIOS */

.pageInterior {
    padding: 0;
}
.pageInterior.pageServicios {   
    background-size: cover;
}
.pageInterior .jumbotron{
	 padding: 100px 0;	 
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.serviLogo .jumbotron{
	 background: rgba(0, 0, 0, 0) url("../img/servicios_nina_dibujando.jpg") no-repeat;
	 background-size: cover;
	 margin-bottom: 0;
}
.serviPeda .jumbotron{
	 background: rgba(0, 0, 0, 0) url("../img/chicos-sonrientes.jpg") no-repeat;
	 background-size: cover;
	 margin-bottom: 0;
}
.serviTrata .jumbotron{
	 background: rgba(0, 0, 0, 0) url("../img/manos-agarrandose.jpg") no-repeat;
	 background-size: cover;
	 margin-bottom: 0;
}
.pageMetodo .jumbotron{
	 background: rgba(0, 0, 0, 0) url("../img/bg-metodo.jpg") no-repeat;
	 background-size: cover;
}
.pageContacto .jumbotron{
	 background: rgba(0, 0, 0, 0) url("../img/bg-contacto.jpg") no-repeat;
	 background-size: cover;
	 margin-bottom: 0;
}
.pageInterior h1 {
    color: #ffffff;
    font-size: 45px;
    text-transform: uppercase;
    font-family: 'gilroyextrabold';
}
.pageInterior .jumbotron p{
	color: white;
	padding-left: 20px;
	padding-right: 20px;
}

.contenidoBlanco {
    padding: 60px 60px 40px;
}
.contenidoGris {
    padding: 60px 60px 40px;
    background: #f9f9f9;
}
.contenidoGris .pilar .cont-text{
	background: white;
}
.contenidoMarron{
    background: #332f2c none repeat scroll 0 0;
    color: white;
    padding: 60px 60px 30px;
}

.contenidoMarron .carousel .item{
	min-height: 300px;
}
.contenidoMarron .textosCarrousel {
	color: #c4e159;
	text-align: center;
}
.contenidoMarron .textosCarrousel h3{
	font-size: 90px;
	color: #c4e159;
	font-family: 'gilroyextrabold';
	margin-bottom: 50px;
}
.contenidoMarron .textosCarrousel h3 span{
	border-bottom: 12px solid #c4e159;
}
.contenidoMarron .textosCarrousel p{
	font-family: 'gilroylight';
	margin: 0 auto;
	max-width: 450px;
	font-size: 16px;
}
.carousel-indicators .active{
	background: #c4e159;
}
.carousel-indicators li{
	border: 1px solid #68635f;
}

/* MEDIA QUERIES */


@media(max-width:768px) {

	.navbar-toggle{
		margin-top: 21px;
	}
	.navbar-nav > li > a{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-collapse{
		padding: 0;
	}
	.navbar-collapse .navbar-nav{
		margin: 0;
	}
	.navbar .nav > li{
		border-top: 1px solid #f9f9f9;
		border-bottom: 1px solid #ededed;
		display: block;
	}
	#nav.affix{
		position: relative;
	}
	.intro img{
		  max-width: 90px;
	}
	
	.carousel-caption h3{
		font-size: 26px;
	}
	.carousel .item{
		min-height: 300px;
	}
	.carousel h1{
		font-size: 26px;
		 margin-bottom: 10px;
	}
	/* new */
	p{
		font-size: 14px;
	}
	h2 {
		font-size: 28px;
	}
	.navbar-brand img{
		max-width: 230px;
	}
	.carousel-caption p{
		display: none;
	}
	#textoPreguntas{
		display: block;
	}
	#experiencia-30{
		border: 0 solid white;
		padding: 30px 20px;
		background-position: center top;
	    background-size: auto 50%;
	}
	#experiencia-30 p{
		margin-bottom: 20px;
	}
	#experiencia-30 p a,
	.triple a,
	#dondeEstamos a,
	#losPilares a,
	form .btn{
		display: block;
		width: 100%;
	}
	.triple{
		padding: 30px 20px;
		min-height: inherit;
	}
	#dondeEstamos{
		padding: 30px 20px;
	}
	#losPilares{
		padding: 30px 20px;
	}
	.pilar .cont-text{
		min-height: inherit;
		margin-bottom: 30px;
	}
	#prefooter{
		padding: 30px 20px;
	}
	#prefooter h2{
		line-height: inherit;
	}
	#prefooter .col-md-3{
		margin-bottom: 30px;
	}
	footer{
		padding: 30px 20px;
	}
	footer .redes{
		float: none;
	}
	footer span a{
		display: block;
		padding: 0;
		margin: 10px 0;
	}
	footer span a:last-child{
		border: none;
	}
	.pageInterior .jumbotron{
		padding: 50px 0;
	}
	.jumbotron h1{
		font-size: 32px;
	}
	.jumbotron p{
		font-size: 18px;
	}
	.pilar{
		margin-top: 10px;
	}
	.contenidoBlanco,
	.contenidoGris,
	.contenidoMarron {
	    padding: 30px 20px;
	}
	.mapa iframe{
		height: 250px;
		min-height: 250px;
	}
}
/* Media Queries */
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.navbar .nav > li.menu-1 {
    margin-right: 0px;
	}
	.navbar .nav > li.menu-2 {
	    margin-right: 0px;
	}
	.navbar .nav > li.menu-3 {
	    margin-right: 0px;
	}
	.navbar .nav > li.menu-4 {
	    margin-left: 0px;
	    margin-right: 0px;
	}
	.navbar .nav > li.menu-5 {
	    margin-right: 0px;
	}
	.navbar .nav > li.menu-6 {
	    margin-right: 0;
	}
	#logo{
		left: 0;
		margin-left: 0px;
	}


}

/* Landscape phones and down */
@media(min-width:768px) {

.intro.
.sarrera {
	height: 100%;
	padding: 0;
	text-align: left;
	color: #fff;
}
.intro h1,
.sarrera h1 {
	font-size: 40px;
	font-weight: 500;
	letter-spacing: -2px;
	margin-bottom: 10px;
}
.intro .name,
.sarrera .name {
	font-weight: 600;
}
.intro .intro-text,
.sarrera  {
	max-width: 100%;
}
.intro .intro-text img{
	width: 15%;
}

.intro .intro-text p,
.sarrera  p {
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	margin-bottom: 40px;
	margin-top: 20px;
}
.intro .intro-text p span,
.sarrera p span{
	border-top: 1px solid #ffffff;
	padding: 15px;
}
section {
	padding: 120px 0;
}
header .intro-text {
	padding-top: 100px;
	padding-bottom: 150px;
}
.timeline:before {
	left: 50%;
}
.timeline>li {
	margin-bottom: 100px;
	min-height: 100px;
}
.timeline>li .timeline-panel {
	float: left;
	width: 41%;
	padding: 0 20px 20px 30px;
	text-align: right;
}
.timeline>li .timeline-image {
	left: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
}
.timeline>li .timeline-image h4 {
	margin-top: 16px;
	line-height: 18px;
	font-weight: 400;
}
.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
	padding: 0 30px 20px 20px;
	text-align: left;
}

}

@media(min-width:992px) {
#here-me h1 {
	margin: 10px 0 0px;
}
.timeline>li {
	min-height: 150px;
}
.timeline>li .timeline-panel {
	padding: 0 20px 20px;
}
.timeline>li .timeline-image {
	width: 150px;
	height: 150px;
	margin-left: -75px;
}
.timeline>li .timeline-image h4 {
	margin-top: 30px;
	font-size: 18px;
	line-height: 26px;
}
.timeline>li.timeline-inverted>.timeline-panel {
	padding: 0 20px 20px;
}
}

@media(min-width:1200px) {
.timeline>li {
	min-height: 170px;
}
.timeline>li .timeline-panel {
	padding: 10px 20px 20px 100px;
}
.timeline>li .timeline-image {
	width: 150px;
	height: 150px;
	margin-left: -75px;
}
.timeline>li .timeline-image h4 {
	margin-top: 40px;
	font-weight: 400;
}
.timeline>li.timeline-inverted>.timeline-panel {
	padding: 10px 100px 20px 20px;
}
}


/* ANIMACIONES */

.os-animation{
  opacity: 0;
}

.os-animation.animated{
    opacity: 1;
}

/* /ANIMACIONES */

/* PUEEEEBAS */

/* Horizontal menu */



#menu{

padding: 0;

width: 100%;

background: transparent;

voice-family: "\"}\"";

voice-family: inherit;

}



#menu ul{

font: bold 11px Arial;

margin:0;

margin-left: 20px;

padding: 0;

list-style: none;

}



#menu li{

display: inline;

margin: 0 2px 0 0;

padding: 0;

text-transform:uppercase;

}



#menu a{

float: left;

display: block;

color: white;

margin: 0 1px 0 0; /*Margenes entre el menu*/

padding: 5px 10px;

text-decoration: none;

letter-spacing: 1px;

background-color: black; /*Color por Default*/

border-bottom: 1px solid white;

}



#menu a:hover{

background-color: #535353; /*Menu hover bgcolor*/

}



#menu #current a{ /*TAB seleccionado, Página Actual*/

background-color: #80931D;

border-color: #80931D;

}

