@charset "UTF-8";
/* CSS Document */

body{
	background: #FFF url(../images/fondo_hojas.jpg) no-repeat top;
	-webkit-background-size: cover;
    background-size: cover;
	background-attachment: fixed;
	height: auto;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000;
}

.fondo_landing{
	background: #ffffff;
}

img{
	max-width: 100%;
	height: auto;
}

a{
	color: #000;
	text-decoration: underline;
}

a:hover{
	color: #de8126;
}

.navbar{
	padding-top: 30px;
	background-color: #FFF;
	text-transform: uppercase;
	font-family: 'Bellefair', serif;
	font-size: .8em;
}

.navbar ul{
	float:right;
}

#navbar .active a{
	color: #fff;
	background-color: #737144;
}

#navbar .active a:hover{
	color: #fff;
	background-color: #737144;
}

#navbar a{
	padding-top: 30px;
	color: #9f2214;
	text-decoration: none;
}

#navbar a:hover{
}

.navbar-toggle{
	background-color: #a9962e;
	margin-top: -50px;
}

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

.navbar h1{
	display: none;
}

.navbar img{
	padding-bottom: 10px;
}

.jumbotron{
	margin-top: 100px;
	height: 450px;
	background: #FFF url(../images/fondo_hojas.jpg) no-repeat center;
	-webkit-background-size: cover;
    background-size: cover;
}

.jumbotron h1{
	padding-left: 50%;
	padding-top: 75px;
	font-family: 'Bellefair', serif;
	font-size: 3em;
	color: #737245;
}

.col-md-4{
	text-align: center;
	font-weight: 700;
	color: #737245;
}

.glyphicon{
	color: #a9962e;
}

.glyphicon-leaf{
	color: #9f2214;
	font-size: 2em;
}

.seccion2{
	background-color: #e5e9cf;
	text-align: center;
}

.seccion2 .col-md-4 p{
	text-align: center;
	font-weight: 400;
	color: #000;
}

.der{
	background: rgba(250, 250, 250, 0.5);
	height: auto;
	padding: 150px 0 50px 0;
}

.fondo1{
	background: #e5e9cf url(../images/manos.jpg) no-repeat top;
	-webkit-background-size: cover;
    background-size: cover;
	height: 350px;
}

.fondo2{
	background: #e5e9cf url(../images/domancic.jpg) no-repeat top;
	-webkit-background-size: cover;
    background-size: cover;
	height: 350px;
}

.fondo3{
	background: #e5e9cf url(../images/bienestar.jpg) no-repeat top;
	-webkit-background-size: cover;
    background-size: cover;
	height: 350px;
}

.fondo4{
	background: #e5e9cf url(../images/terapeuta.jpg) no-repeat top;
	-webkit-background-size: cover;
    background-size: cover;
	height: 350px;
}

.fondo5{
	background: #e5e9cf url(../images/energia_flores.jpg) no-repeat center;
	-webkit-background-size: cover;
    background-size: cover;
	height: 350px;
}

.fondo6{
	background: #e5e9cf url(../images/autosanacion.jpg) no-repeat center;
	-webkit-background-size: cover;
    background-size: cover;
	height: 350px;
}

.encabezado h1{
	padding-top: 120px;
	color: #FFF;
	text-shadow: 2px 2px 4px #000;
}

h1{
	font-family: 'Bellefair', serif;
	font-size: 3em;
	color: #737245;
}

h2{
	font-family: 'Bellefair', serif;
	color: #9f2214;
}

h3{
	font-family: 'Bellefair', serif;
	color: #737144;
}

h4{
	font-family: 'Bellefair', serif;
	color: #de8126;
}

.resaltado{
	color: #de8126;
	font-family: 'Bellefair', serif;
	text-transform: uppercase;
}

.capitalLetter{
   	float: left;
   	color: #737144;
   	font-size: 80px;
   	line-height: 60px;
   	padding: 2px;
   	margin-right: 5px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn{
	background-color: #a9962e;
	border: #a9962e;
}

.btn:hover{
	background-color: #737245;
	border: #737245;
}

.form-control{
	border: 1px solid #a9962e;
}

.facebook_light{
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	background:url(../icons/facebook_icon.png) no-repeat;
}

.facebook_light span{
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background:url(../icons/facebook_icon_over.png) no-repeat;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}

.facebook_light:hover span{
	opacity: 1;
}

.wordbreak{
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    word-break:break-word;
    hyphens: auto;
}

footer{
	padding: 25px 0 25px 0;
}

.hidden2{
	opacity: 0;
}

.visible2{
	opacity: 1;
}


@media screen and (max-width: 995px){
	
	.der{
		background: rgba(250, 250, 250, 0.75);
		padding: 175px 25px 50px 25px;
	}
	
	.navbar{
		padding-top: 30px;
		font-size: .7em;
	}
	
	.navbar ul{
		padding-top: 5px;
	}

}

@media screen and (max-width: 767px) {
	
	.navbar ul{
		float: none;
		text-align: center;
	}
	
	#navbar a{
		padding-top: 20px;
	}
	
	.navbar img{
		padding-left: 25px;
	}

}


@media screen and (max-width: 480px) {
	
	body{
		-webkit-background-size: auto;
    	background-size: auto;
	}
	
	.navbar img{
		width: 200px;
		height: 67px;
	}
	
	.jumbotron{
		height: 300px;
	}

	.jumbotron h1{
		padding-top: 30px;
		font-size: 2em;
	}

	
	.encabezado h1{
		font-size: 2em;
	}
	
	.col-xs-2{
		padding: 1px;

	}

}

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

}
