@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600,700,900');

body {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	background-color: #272727;
	background-image: url("../imagenes/logobg.png");
	background-repeat: repeat;
	background-position: center;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

img {
	border: 0;
}

header {
	width: 100%;
	/*height: 125px;*/
	height: auto;
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	z-index: 9999;
}

.contentContact {
	background-color: rgba(255,255,255,0.8);
	float: left;
	margin-top: 15px;
}

.logo img {
	width: 250px;
}

footer {
	width: 100%;
	height: 150px;
	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;
  	align-self: center;
  	align-content: center;
  	align-items: center;
	background-color: #000;
}

a {
	text-decoration: none;
}

p {
	margin: 0;
}

/* Botonera */
li {
	margin: 0;
}

nav {
	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;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

nav ul {
	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;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

nav li {
	width: auto;
	height: auto;
	list-style-type: none;
	font-size: 14px;
	font-weight: 600;
	color: #BA953F;
	background-color: rgba(0,0,0,0.7);
	text-align: center;
	margin: 5px;
	cursor: pointer;
	transition:all 0.5s;
	font-family: 'Poppins', sans-serif;
	vertical-align: middle;
	padding: 15px;
}

nav li:hover {
	color: #FFF;
}

nav li i {
	font-size: 16px !important;
}

.top {
	padding-top: 0px;
}

/* =========================== */


.datos {
	width: 100%;
	height: 35px;
	float: left;
	text-align: center;
	font-size: 28px;
	color: #FFF;
	text-shadow: 0px 0px 5px #000;
}

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

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

.flex {
	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;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.slogan {
	width: 100%;
	height: 35px;
	float: left;
	font-size: 24px;
	color: #FF1744;
	text-shadow: 0px 0px 5px #000;
	-webkit-text-shadow: 0px 0px 5px #000;
	-moz-text-shadow: 0px 0px 5px #000;
	-o-text-shadow: 0px 0px 5px #000;
	margin-top: 305px;
	text-align: right;
	padding-right: 0%;
}

.contentSite {
	width: 100%;
	min-height: 400px;
	margin-bottom: 30px;
}

.contentTitle {
	width: 350px;
	height: 40px;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	background-color: #BA953F;
	text-align: left;
	box-shadow: 2px 2px 0px #000;
	-webkit-box-shadow: 2px 2px 0px #000;
	-moz-box-shadow: 2px 2px 0px #000;
	-o-box-shadow: 2px 2px 0px #000;
	border-radius: 10px 0px 10px 0px;
	-webkit-border-radius: 10px 0px 10px 0px;
	-moz-border-radius: 10px 0px 10px 0px;
	-p-border-radius: 10px 0px 10px 0px;
}

.contentTitle p {
	margin-top: 8px;
	margin-left: 10px;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
}

.titleSlideCenter {
	width: 50%;
	position: absolute;
	right: -10%;
	margin-top: 42%;
	z-index: 10;
	color: #FFF;
	font-weight: 200;
	font-size: 30px;
	text-align: left;
	font-family: 'Poppins', sans-serif;
}

.titleSlideRight span {
	color: #666;
	text-shadow: 0px 0px 20px #FFF;
	-moz-text-shadow: 0px 0px 20px #FFF;
	-o-text-shadow: 0px 0px 20px #FFF;
	-webkit-text-shadow: 0px 0px 20px #FFF;
}

.parallaxTop {
	width: 100%;
	height: 100vh;
	float: left;
	text-align: center;
	background-position: bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url("../slide/slide1.jpg");
	margin-top: 0px;
}

.parallaxTop2 {
	width: 100%;
	height: 100vh;
	float: left;
	text-align: center;
	background-position: bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url("../slide/slide2.jpg");
	margin-top: 0px;
}

.parallaxTop3 {
	width: 100%;
	height: 100vh;
	float: left;
	text-align: center;
	background-position: bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url("../slide/slide3.jpg");
	margin-top: 0px;
}

.parallaxTop4 {
	width: 100%;
	height: 100vh;
	float: left;
	text-align: center;
	background-position: bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url("../slide/slide4.jpg");
	margin-top: 0px;
}

.parallaxTop img {
	margin-top: 50px;
}

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

.contentText p {
	width: 98%;
	margin: 1%;
    height: auto;
    padding: 2%;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px 0px 10px 0px;
    -webkit-border-radius: 10px 0px 10px 0px;
    -moz-border-radius: 10px 0px 10px 0px;
    -o-border-radius: 10px 0px 10px 0px;
	font-size: 16px;
	font-weight: 300;
	color: #333;
	text-align: left;
}

.contentServicios {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 22px;
	font-weight: 300;
	color: #FFF;
	line-height: 40px;
}

.dateSite {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	font-size: 24px;
	color: #FFF;
}

.dateSite i {
	font-size: 34px;
	color: #CCC;
}

.dateSite img {
	vertical-align: middle;
}

/* FOOTER */
.footerIzq {
	width: 25%;
}

.footerCenter {
	width: 40%;
	text-align: center;
}

.footerTitleLink {
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.footerDer i {
	color: #CCC;
	font-size: 34px;
}

.footerLinks {
	width: 50%;
	height: auto;
	text-align: center;
	color: #CCC;
	font-size: 12px;
}

.footerLinks p {
}

.footerDer {
	width: 25%;
}

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

.dataFiscal {
	width: 100%;
	height: auto;
	text-align: center;
}

.itsistemas {
	width: 100%;
	height: auto;
	text-align: center;
}
