body, html {
	font-family: 'Livvic', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
	font-size: 16px;

}


h2 {
	margin: 0 0 20px 0;
	text-transform: uppercase;
	background-image:  url(../img/fondo-letras.jpg);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  color:  #FFFFFF;
  padding-top: 20px;
  font-size: 35px;
font-family: 'Fredericka the Great', cursive;
  animation: filling 3s ease forwards;
  font-weight: 600;
}
h3 {
	font-size: 20px;
	font-weight: 600;
	color: #333;
}
.introduccion{
	color:#333;
}
h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 17px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #333;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}

.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;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #a7c44c;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
}
.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;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-size: 22px;
	color: #eee;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #8a6d3b;
	font-weight: 600;
	font-size: 16px;
	padding: 5px 0;
	border: 2px solid transparent;
	letter-spacing: 0.5px;
	margin: 10px 15px 0 15px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #abcf5e;
}
.on {
	background-color: #363636 !important;
	padding: 0 !important;
	padding: 10px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #abcf5e !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #a7c44c;
	border-color: #a7c44c;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.navbar-default .navbar-toggle {
    border-color: #555 !important;
}
.section-title {
	margin-bottom: 30px;
}
.section-title p {
	font-size: 18px;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 0 3px #859c3c;
	background-color: #a7c44c;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 17px;
	border-radius: 12px 0 12px 0;
	margin-top: 20px;
	transition: all 0.5s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: rgba(255,255,255,0.8);
	background-color: #94ae44;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/victorprincipal-min.png) no-repeat center;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.intro-eda{
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/3.jpg) no-repeat center;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro-eda .overlay {
    background: #f5f5f5a3;
}
.intro .overlay {
	background:#f5f5f5a3;
}
.intro h1 {
	color: #fff;
	font-size: 68px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 10px;
	letter-spacing: -1px;
}
.intro span {
	color: #a7c44c;
	font-weight: 600;
}
.intro p {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 40px;
}
header .intro-text {
	padding-top: 250px;
	padding-bottom: 100px;
	text-align: center;
}
/* About Section */
#about {
	background: url(../img/trepador.png) no-repeat center center fixed;
	padding: 80px 0;
}

#about .about-text {
	margin-left: 0px;
    margin-top: 20px;
    padding: 5px 30px;
    width: 100%;
    background: #f7f7f7;
}

#about img {
	display: inline-block;
	border-radius: 100px 0 100px 0;
	box-shadow: -15px 0 #a7c44c;
}
#about p {
	line-height: 24px;
	margin: 15px 0 30px;
	color: #333;
}
/* Services Section */
#services {
	padding: 30px 0;
}

#services h2 {
	text-align: center;
	padding-bottom: 20px;
}

#services ul{
	font-size: 18px;
}
#services ul li{
	margin-bottom: 20px;
}
#services h3{
	font-weight: 600;
	line-height: 30px;
}
#services .service {
	padding-left: 40px;
}
img.img-responsive.picture {
	width: 300px;
	border-radius: 75px 0 75px 0;
	box-shadow: 10px 6px  #abcf5e;
}
#services h3 {
	padding: 10px 0;
	text-transform: uppercase;
}




/*GALERIA*/
#galeria{
	background: #cde091;
	padding: 20px; 
}
#galeria h2{
	text-align: center;
}

/* Contact Section */
#contact {
	padding: 50px; 
	padding-bottom: 10px;
	background: #F6F6F6;
}

#contact h2 {
	text-align: center;
	padding-bottom: 20px;
}

#contact form {
	padding: 30px 0;
}
#contact h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	color: #555;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-item {
	margin: 20px 0 40px 0;
}
#contact .contact-item span {
	font-weight: 400;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: inline-block;
}
#contact .contact-item p {
	font-size: 16px;
}
/* Footer Section*/
#footer {
	background: #333;
	padding: 50px 0 20px 0;
}
#footer .social {
	margin-bottom: 50px;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#footer .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #ccdb95;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #eee;
}
#footer p {
	font-size: 15px;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #a7c44c;
}
.trees{
	background: #f6f6f6;
}


/*ESCUELA DEL ARBOL PAGE*/

.eda{
	display: table;
    width: 100%;
    padding: 0;
    background: url(../img/eda-header2.png) no-repeat center;
    background-size: cover;
}
.eda .overlay{
	padding-top: 150px;
    padding-bottom: 80px;
    background: #f5f5f5a3;
}
#biologia{
	background: #F6F6F6;
	padding: 50px;
}
#trepa{
	padding: 50px;
}
#jardineria{
	padding: 50px;
	background: #F6F6F6;
}
#forestales{
	padding: 50px;
}
#educacion{
	background-color: #cfe293fa;
	padding: 30px;
}

#educacion ul li{
	margin-bottom: 15px;
}

.container-text-eda {
    width: 800px;
}

.about-text {
    padding-left: 30px;
}

.about-text h3 {
	font-size: 25px;
	margin-bottom: 40px;
}

.about-text ul li{
	margin-bottom: 15px;
}

.about-text-educacion {
    text-align: center;
}

.about-text-educacion h3 {
	font-size: 25px;
}

.imagen-derecha{
	box-shadow: -9px 9px 0px 0px #abcf5e;
    border-radius: 0 75px 0 75px;
}
.imagen-izquierda{
	box-shadow: 10px 6px #abcf5e;
    border-radius: 75px 0 75px;
}

.prices {
    width: 40%;
    background: #abcf5e;
    padding: 5px;
    text-align: center;
    margin-top: 20px;
}
.normal{
	font-weight: 600;
	color: #333;
}
.icon{
	margin-bottom: 10px;
}
ul{
	list-style: none;
}

@keyframes filling {
  from{
    background-position: center 25%;
  }
  to {
    background-position: center 50%;
  }
}
.container-text-eda {
  background-image:  url(../img/fondo-letras.jpg);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  color:  #FFFFFF;
  padding-top: 20px;
  font-size: 80px;
	font-family: 'Fredericka the Great', cursive;
  animation: filling 3s ease forwards;
  font-weight: 600;
}

.container-text {
  background-image:  url(../img/fondo-letras.jpg);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  color:  #FFFFFF;
  padding-top: 20px;
  font-size: 100px;
font-family: 'Fredericka the Great', cursive;
  animation: filling 3s ease forwards;
  font-weight: 600;
}
.container-text.sub {
    font-size: 50px;
    padding-top: 0;
    top: -40px;
    position: relative;
}
@media screen and (min-width: 1300px){
	#about {
		background: url(../img/trepador.png) no-repeat left fixed;
		background-size: cover;
	}
}
@media screen and (max-width: 500px){
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	background: #ffffff94 !important;
	}
	#services .service {
		padding-bottom: 30px;
	}
	#about{
		background: url(../img/trepador.png) no-repeat center center fixed !important;
	}
	.container.filosofia{
		background: white;
    	opacity: 0.7;
	}
	.container-text{
		font-size: 80px;
	}
	.container-text.sub {
	    font-size: 35px;
	    top: -30px;
	}
	/*escuela del arbol*/
	.container-text-eda{
		padding-left: 30px;
		font-size: 40px;
	}
	.container-text-eda {
    	width: 400px;
	}
	.about-text {
    	padding-left: 0px;
	}
	#trepa {
   		padding: 20px;
	}
	#biologia {
    	padding: 20px;
	}
	#jardineria {
    	padding: 20px;
	}
	#forestales {
    	padding: 20px;
	}
}
.legal-text {
    margin: 10%;
}

.modal-img-viewer {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.8);
  }
  
  .modal-img-viewer img {
	display: block;
	margin: 5% auto;
	max-width: 90%;
	max-height: 80vh;
	border-radius: 10px;
  }
  
  .modal-img-viewer .close {
	position: absolute;
	top: 20px;
	right: 40px;
	font-size: 40px;
	color: white;
	cursor: pointer;
  }