@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	width: 100%;
	height: 5%;
	background-color: #961719;
	border-bottom: 1px solid #2C9AB7;
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 10%;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}
nav {
	float: left;
	width: 80%;
	text-align: right;
	margin-right: 10px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #FF7F50;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}

/* Hero Section */
.hero {
	background-color:brown;
	
	background-attachment: fixed;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 35px;
}
.light {
	font-weight: bold;
	color:burlywood;
	margin-left: 0px;
	
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 0px;
}
/* About Section */
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #030101;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 50%;
	text-align: center;
	float: left;
	margin-top: 0px;
}
.thumbnail img {
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 0px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #FCFBFB;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
}
/* Parallax Section */
.banner {
	
	background-image: url("../images/fondo web2.jpg");
	height: 400px;
	background-attachment:inherit;
	background-size:cover;
	background-repeat: no-repeat;
}

.banner-video {
	
	background-image: url("../images/fondo web2.jpg");
	position: absolute;
	height: auto;
	background-attachment:inherit;
	background-size:cover;
	background-repeat: no-repeat;
}

/*  FORMULARIO */
.formulario form{
    width: 55%;
	float:left;
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 20px;

}
.formulario form input,
.formulario form label{
    display: block;
    padding: 5px;
    padding-left: 0px;
    
}

.formulario form input[type="text"],
.formulario form input[type="email"],
.formulario form input[type="password"],
.formulario form textarea,
.formulario form select{
    width: 100%;
    margin-bottom: 10px;
}

.formulario form select{
    width: 100px;
    padding: 5px;
}

.formulario form input[type="submit"],
.formulario form input[type="button"],
.formulario form button{
    padding: 10px;
    margin-top: 5px;
    background: #510001;
    border: 1px solid black;
    color: white;
    transition: 300ms all;

}


.formulario form input[type="submit"]:hover,
.formulario form input[type="button"]:hover,
.formulario form button:hover{
    cursor: pointer;
    background: #961719;
    
}

.formulario form textarea{
	height: 100px;
}
#video_background {
 /*position: absolute;*/
 bottom: 0px;
 right: 0px;
 align-content: center;
 max-width: 100%;
 max-height: 100%;
 width: auto;
 height: auto;
 z-index: -1000;
 overflow: hidden;
 }


.bio{
	background-image: url("../images/fondo web3.jpg");
	background-attachment:inherit;
	background-size:contain;
	background-repeat:no-repeat;
	background-color: #FBF5E5;
	margin-top: 0px;
	padding-top: 22px;
	
}
.bio p{
	width: 80%;
	padding-left: 50px;
	color: #050505;
	font-weight: bold;
}
.banner2 {
	
	background-image: url("../images/banda1.jpg");
	height: 400px;
	background-attachment:fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner3 {
	
	background-image: url("../images/octandre.jpg");
	height: 400px;
	background-attachment:fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner4 {
	
	background-image: url("../images/fondo web3.jpg");
	height: 450px;
	background-attachment:fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding-right: 100px;
	padding-top: 70px;
	padding-left: 20px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: left;
	padding-right: 100px;
	width: 30%;
	
	font-weight: lighter;
	line-height: 23px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/* More info */
footer {
	background-color: #ECE5B3;
	padding-bottom: 0px;
}
.footer_column {
	width: 33%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #030303;
	text-align: center;
}

footer .footer_column p {
	color: #000000;
	background-color: #FFFFFF;
	border: 2px solid #510001;
	
}
footer img{
	height: 200;
	
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
	text-align: justify;
	line-height: 25px;
	/*font-weight: lighter;*/
	margin-left:10px;
	margin-right: 10px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: 40%;
	margin-bottom: 20%px;
	margin-left: 40%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #2D0304;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #430506;
	color: #C4C4C4;
	cursor: pointer;
}

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #961719;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #AF8068;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0px;	
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
	
	.hero{
			padding-top: 270px;
	padding-bottom: 35px;
	}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: left;
	overflow: auto;
	display: inline-block;
	background: #942B2D;
	
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
.hero{
		padding-top: 270px;
	padding-bottom: 35px;
	}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
.hero{
		
		padding-top: 50px;
	padding-bottom: 35px;
	
	}
}

/* 
Define this in your CSS 
.ease-inAnimation = Replace it by the name you want to give your animation
.easeinAnimObj = Assign this class to the elements to which you want to apply the animation
*/

.easeinAnimObj {
	position: relative;
	/* Chrome, Safari*/
	-webkit-animation-name: ease-inAnimation;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-delay: 1ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
	/* Mozilla */	
	-moz-animation-name: ease-inAnimation;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: ease-in;
	-moz-animation-delay: 1ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-play-state: running;	
	/* Standard syntax */
	animation-name: ease-inAnimation;
	animation-duration: 1s;
	animation-timing-function: ease-in;
	animation-delay: 1ms;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
}

/* 
Define the keyframe and changes
*/

/* Chrome, Safari */
@-webkit-keyframes ease-inAnimation {
	0% {
		left: 0;
		top: 0;
	}
	100% {
		left: 20px;
		top: 0;
	}
}

/* Firefox */
@-moz-keyframes ease-inAnimation {
	0% {
		left: 0;
		top: 0;
	}
	100% {
		left: 20px;
		top: 0;
	}
}

/* Standard syntax */
@keyframes ease-inAnimation {
	0% {
		left: 0;
		top: 0;
	}
	100% {
		left: 20px;
		top: 0;
	}
}

/*FADE IN*/
.fadein {

animation: fadeIn ease 4s;
-webkit-animation: fadeIn ease 4s;
}

@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

