@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';
@import 'https://fonts.googleapis.com/css?family=Roboto:300,400';
@import 'https://fonts.googleapis.com/css?family=Raleway:300,400,700';
body {
	margin: 0;
	background-color: #333;
	font-family: 'Raleway', sans-serif;
}

a {
	text-decoration: none;
	margin: 0;
}

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

::-webkit-input-placeholder { color: #000; } /* WebKit */
:-moz-placeholder { color: #000; } /* Firefox 18- */
::-moz-placeholder { color: #000; } /* Firefox 19+ */
:-ms-input-placeholder { color: #000; } /* IE 10+ */

header {
	width: 100%;
	height: auto;
	position: fixed;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
  	justify-content: space-around;
	flex-wrap: wrap;

  	text-align: center;
  	background-color: rgba(0,0,0,0.4);
	z-index: 2000;
	padding-bottom: 5px;
	top: 0px;
}

nav {
	width: auto;
  	text-align: center;

  	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
}

nav ul {
	margin:0;
	padding: 0;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	margin-top: 25px;
}

nav ul li {
	list-style-type: none;
	margin: 0px 10px 0px 10px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #FFF;
	font-size: 14px;
	font-weight: 800;
	margin-top:0px;
	padding: 15px 2px 10px 2px;
	transition: all 0.3s;
	
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: flex-end;
  	text-align: center;
}

nav ul li:hover {
	background-color: #448AFF;
	color: #FFF;
	cursor: pointer;
}

.logo {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 20px;
}

.wrapper {
	display: none;
}

.btnWhatsapp {
	width: auto;
	height: auto;
	position: fixed;
	background-color: #41c300;
	font-size: 44px !important;
	font-weight: 400 !important;
	color: #FAFAFA !important;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
	padding: 10px 17px 10px 17px;
	bottom: 10px;
	right: 10px;
	transition: all 0.3s;
}

.btnWhatsapp:hover {
	background-color: #008b00;
	cursor: pointer;
	font-size: 54px !important;
	color: #FAFAFA !important;
}

.floatSection {
	width: 100%;
	height: auto;
	float: left;
}

.floatSection img {
	height: 900px;
}

.titleParallax {
	text-align: left;
	margin-top: 100px;
}

.titleParallax p {
	color: #FFF;
	font-size: 46px;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}


.btnParallax {
	width: 115px;
	height: 30px;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	background-color: rgb(220,86,32);
	text-align: center;
	margin-top: 20px;
	transition: all 0.3s;
	display: none;
}

.btnParallax p {
	font-size: 12px;
	margin: 9px 0px 0px 0px;
	font-family: 'Raleway', sans-serif;
	color: #FFF;
	font-weight: 300;
	width: 100%;
}

.btnParallax:hover {
	background-color: #A84722;
	cursor: pointer;
}

.txtParallax {
	text-align: left;
}

.txtParallax p {
	margin: 0;
	color: #FFF;
	font-size: 40px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}

.txtParallax i {
	color: rgba(200,86,43,1);
}
.fullpage {
	width: 100%;
	height: auto;
	float: left;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: top center; 
}

.contentPage {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 120px;
}

.contentHistoryGral {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
}

.contentHistoryAgrad {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}

.contentPageDetalle {
	width: 100%;
	height: auto;
	float: left;
}

.center {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

.footer {
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
}

footer {
	width: 100%;
	height: 160px;
	float: left;
	background-color: rgba(0,0,0,0.8);
}

.txtNewFedd {
	width: 100%;
	height: auto;
	float: left;
	font-family: 'New Rocker', cursive;
	text-align: center;
	font-size: 74px;
	color: #000;
}

.txtNewFeddHistory {
	width: 100%;
	height: auto;
	float: left;
	font-family: 'New Rocker', cursive;
	text-align: center;
	font-size: 44px;
	color: #FFF;
	margin-top: 0px;
}

.contentHistory {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
}

.contentHistory p {
	margin: 20px;
	font-size: 17px;
	color: #FFF;
	text-align: justify;
	text-shadow: 0px 0px 5px #000;
	-moz-text-shadow: 0px 0px 5px #000;
	-webkit-text-shadow: 0px 0px 5px #000;
	-o-text-shadow: 0px 0px 5px #000;
}

.floatSocialHome {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}

.floatSocialHome i {
	font-size: 68px;
	margin-right: 30px;
}

/* FOOTER */
.footerIzq {
	width: 250px;
	height: 120px;
	float: left;
}

.footerCenter {
	width: 500px;
	height: 120px;
	float: left;
	text-align: center;
}

.footerTitleLink {
	width: 75%;
	height: auto;
	float: left;
	text-align: left;
	color: #fff;
	margin-top: 30px;
	padding-left: 24%;
}

.footerTitleLink p {
	float: left;
	font-size: 12px;
	margin-left: 30px;
}

.footerLinks {
	width: 75%;
	height: auto;
	float: left;
	text-align: center;
	color: #CCC;
	margin-top: 20px;
	padding-left: 25%;
}

.footerLinks p {
	font-size: 12px;
	float: left;
	margin-left: 35px;
}

.footerDer {
	width: 250px;
	height: 120px;
	float: left;
}

.bottomFooter {
	width: 100%;
	height: 30px;
	float: left;
	text-align: center;
	color: #CCC;
	font-size: 14px;
	margin-top: 20px;
}

.dataFiscal {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
	text-align: center;
}

.itsistemas {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 35px;
}

.itsistemas i {
	color: #FFF;
}

.itsistemas a {
	color: #FFF;
}

.dateFooter {
	margin-left:50px;
	color: #FFF !important;
}

.dateFooter p {
	color: #FFF !important
}

.dateFooter a {
	color: #FFF !important
}

.contentCategories {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	margin-top: 20px;
  	margin-bottom: 20px;
}

.contentColumn {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
}

.column {
	max-width: 300px;
	min-height: 300px;
	margin-top: 85px;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: flex-start;
	-webkit-box-align: flex-start;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
}

.titleColumn {
	width: 100%;
	float: left;
	text-align: center;
}

.titleColumn p {
	font-size: 32px;
	color: #FFF;
	font-weight: 800;
	margin: 0;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	text-shadow: 0px 0px 10px #000;
	-webkit-text-shadow: 0px 0px 10px #000;
	-moz-text-shadow: 0px 0px 10px #000;
	-o-text-shadow: 0px 0px 10px #000;
}

.circle {
	width: 197px;
	height: 197px;
	background-color: #448AFF;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	color: #FFF;
	transition: all 0.3s;
}

.circle:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	cursor: pointer;
}

.circle img {
	max-width: 100px;
}

.vision {
	padding: 45px 0px 0px 3px;
}

.mision {
	padding: 48px 55px 50px 50px;
}

.valores {
	padding: 48px 55px 50px 48px;
}

.circle i {
	font-size: 100px;
}

.contentTxtColumn {
	align-items:flex-start;
}

.contentTxtColumn p {
	min-height: 250px;
	font-weight: 300;
	font-size: 17px;
	color: #666;
	text-align: center;
	align-items:flex-start;
	margin:20px 0px 0px 0px;
}

.title {
	width: 100%;
	height: auto;
	/*float: left;*/
	text-align: center;
	margin-bottom: 50px;
	margin-top: 30px;
}

.btnComoLlegar {
	width: 65px;
	height: 65px;
	position: absolute;
	z-index: 5 !important;
	background-color: #4285F4;
	color: #FFF;
	font-size: 16px;
	text-align: center;

	margin-top: 50px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
	transition: all 0.3s;
}

.btnComoLlegar:hover {
	background-color: #3367D6;
}

.btnComoLlegar i {
	font-size: 34px !important;
	color: #FFF;
	margin-top: 15px;
}

.animBtn {
	width: 65px; height: 65px;
	border-radius: 70px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	-o-border-radius: 70px;
	z-index: 0 !important;
	position: absolute;
    margin-top: -50px;
    margin-left: 0px;
    transition: all 0.5s;
	-webkit-animation:background 2s infinite;
	-moz-animation:background 2s infinite;
	-o-animation:background 2s infinite;
	animation:background 2s infinite;
	background-color: rgba(255,255,255,0.7);
}

@keyframes background {
 	0%{}
 	/*50%{width: 41px; height: 41px; margin-top: -10px; margin-left: -5px;}*/
 	/*75%{width: 51px; height: 51px; margin-top: -15px; margin-left: -10px; background-color: rgb(13,71,161,0.3)}*/
	100%{width: 80px; height: 80px; margin-top: -55px; margin-left: -8px; background-color: rgb(13,71,161,0)}
	}

@-webkit-keyframes background {
	
 	0%{}
 	/*50%{width: 41px; height: 41px; margin-top: -10px; margin-left: -5px;}*/
 	/*75%{width: 51px; height: 51px; margin-top: -15px; margin-left: -10px; background-color: rgb(13,71,161,0.3)}*/
	100%{width: 80px; height: 80px; margin-top: -55px; margin-left: -8px;background-color: rgb(13,71,161,0)}
	}

@-moz-keyframes background {
	
 	0%{}
 	/*50%{width: 41px; height: 41px; margin-top: -10px; margin-left: -5px;}*/
 	/*75%{width: 51px; height: 51px; margin-top: -15px; margin-left: -10px; background-color: rgb(13,71,161,0.3)}*/
	100%{width: 80px; height: 80px; margin-top: -55px; margin-left: -8px; background-color: rgb(13,71,161,0)}
	}
@-o-keyframes background {
	
 	0%{}
 	/*50%{width: 41px; height: 41px; margin-top: -10px; margin-left: -5px;}*/
 	/*75%{width: 51px; height: 51px; margin-top: -15px; margin-left: -10px; background-color: rgb(13,71,161,0.3)}*/
	100%{width: 80px; height: 80px; margin-top: -55px; margin-left: -8px; background-color: rgb(13,71,161,0)}
	}

h2 {
	margin:0;
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	color:#FAFAFA;
}

.acercaNuestro {
	width: 90%;
	height: auto;
	float: left;
	margin-left: 5%;
}

.acercaNuestro b {
	color:#FAFAFA;
}

.acercaNuestro p {
	width: 80%;
	height: auto;
	margin: 0 auto;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 17px;
	color: #FAFAFA;
	line-height: 25px;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	padding: 1%;
}

.subTitleContacto {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
}

.subTitleContacto p {
	margin:0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: 44px;
	color: rgb(220,86,32);
	text-align: center;
}

/* FORM */
.contentForm {
	width: 86%;
	height: auto;
	float: left;
	background-color: rgba(255,255,255,0.7);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	margin: 15px 5% 0px 5%;
	padding: 1%;
}

.labelForm {
	width: 100%;
	height: 15px;

	text-align: left;
}

.labelForm p {
	margin: 0;
	font-size: 12px;
	color: rgb(220,86,32);
	text-align: left;
}

.contentInputForm {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 15px;
}

.contentInputForm input {
	border:0;
	font-size: 16px;
	background-color: #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	padding-left: 2%;
	width: 98%;
	height: 45px;
	color: #E91E63;
	font-family: 'Raleway', sans-serif;
}

.contentTextForm {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 15px;
}

.contentTextForm textarea {
	border:0;
	font-size: 16px;
	background-color: #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	padding-left: 2%;
	width: 98%;
	height: 50px;
	color: #333;
	font-family: 'Raleway', sans-serif;
}

.contentForm button {
	padding: 5px;
	float: right;
	border:0;
	text-align: center;
	color:#FFF;
	background-color: rgb(220,86,32);
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s;
}

.contentForm button:hover {
	background-color: #A54521;
	cursor: pointer;
}

.h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #FFF;
	margin: 15px 0px 0px 15px;
}

.subTitleMotores {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	align-items: center;
}

.subTitleMotores p {
	color: #FFF;
}

#popup {
	width: 400px;
	height: 100px;
	background-color: rgba(255,234,0,0.5);
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	position: fixed;
	bottom: 0;
	right: 0px;
	z-index: 9999;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	align-items: center;
}

#popup p {
	text-align: center;
	font-size: 22px;
	color: #000;
	font-weight: 400;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	margin: 0;
}

.titleSocial {
	width: 100%;
	height: auto;
	font-size: 20px;
	text-align: center;
	color: #FFF;
	text-shadow: 0px 0px 10px #000;
	margin-top: 20px;
}

.iconRedes {
	width: 100%;
	height: auto;
	font-size: 20px;
	color: #FFF !important;
	margin-top: 20px;
}

.iconRedes i {
	font-size: 64px;
    color: #FFF !important;
    position: absolute;
    margin-left: -27px;
    margin-top: -5px;
}

.iconRedes a {
	color: #FFF !important;
	margin: 20px 10px 0px 10px;
}

.instagram {
  display: inline-block;
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 15px;
  color: #fff;
  position: absolute;
  vertical-align: middle;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

.instagram i {
    font-size: 50px !important;
    margin-top: 2px !important;
    margin-left: -22px !important;
}

.facebook {
  display: inline-block;
  width: 53px;
  height: 55px;
  text-align: center;
  border-radius: 15px;
  color: #4267B2 !important;
  position: absolute;
  vertical-align: middle;
  background: #FFF;
  margin-left: -80px;
}

.facebook i {
	color: #4267B2 !important;
}