h1,h2,h3,label,div,td,span,a,li,ul,table,hr,input,select,textarea,.form-control{
	font-family: 'Akzidenz-Grotesk BQ';
}

p{
	font-family: 'Akzidenz-Grotesk BQ';
}

body{
	overflow-x: hidden;
}

.section-home{
	display: block;
	width: 100%;
	background: #98989a;
	background-size: cover !important;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	position: fixed;
}

.bg-image{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/background.jpg) center center no-repeat;
	background-size: cover !important;
}

.bg-image-ext{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/background-image-ext.png) center center no-repeat;
	background-size: cover !important;
}

.header{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 12;
}

.header .content-with-header{
	display: table;
	width: 100%;
	padding: 40px 28px;
	padding-bottom: 0px;
}

.header .content-with-header .logo{
	float: left;
	display: inline-table;
}

.header .content-with-header .logo a{
	display: block;
	cursor: pointer;
}

.header .content-with-header .logo a img{
	display: block;
	width: 220px;
	margin: 8px 0px;
}

.header .content-with-header .content-menu{
	float: right;
	display: inline-table;
}

.header .content-with-header .content-menu .menu{
	display: table;
	padding: 3px 0px;
	margin: 0px;
}

.header .content-with-header .content-menu .menu li{
	float: left;
	margin: 0px 12px;
}

.header .content-with-header .content-menu .menu li a{
	padding: 10px 8px;
	display: table;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none !important;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.header .content-with-header .content-menu .menu li a:hover,
.header .content-with-header .content-menu .menu li a.selected{
	color: #ccc;
}

.footer{
	position: relative;
	width: 90%;
	z-index: 13;
	padding-bottom: 40px;
	margin: 0 auto;
}

.footer .footer-container{
	width: 90%;
	margin: 0 auto;
	max-width: 1024px;
	margin: 0px auto;
	display: table;
}

.footer .footer-container .footer-left{
	float: left;
	display: table;
}

.footer .footer-container .footer-left p{
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	margin: 0px;
	/*text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);*/
}

.footer .footer-container .footer-left p a{
	color: #fff !important;
	text-decoration: none !important;
}

.footer .footer-container .footer-socials{
	float: right;
	display: table;
}

.footer .footer-container .footer-socials a{
	display: table;
	float: left;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	margin: 0px 40px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0;
}

i.icon-facebook{
	display: block;
	width: 15px;
	height: 26px;
	background: url(../images/icon-facebook.png);
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center center !important;
}

i.icon-linkedin{
	display: block;
	width: 27px;
	height: 26px;
	background: url(../images/icon-linkedin.png);
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center center !important;
}

i.icon-instagram{
	display: block;
	width: 27px;
	height: 27px;
	background: url(../images/icon-instagram.png);
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center center !important;
}

i.icon-twitter{
	display: block;
	width: 27px;
	height: 26px;
	background: url(../images/icon-twitter.png);
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center center !important;
}

.footer .footer-container .footer-socials a i{
	float: left;
	margin-right: 10px;
	display: inline-block;
	height: 28px;
}

.no-cursor{
	cursor: default;
}

.loading{
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .8);
}

.loading .loading-content{
	display: table;
	width: 100%;
	height: 100%;
}

.loading .loading-content .loading-center{
	vertical-align: middle;
	display: table-cell;
}

.loading .loading-content .loading-center .icon-loading{
	width: 32px;
	height: 32px;
	display: block;
	margin: 0px auto;
	background-size: contain !important;
	background: url(../images/icon-loading.png) center center no-repeat;
	-webkit-animation:spin .8s linear infinite;
	-moz-animation:spin .8s linear infinite;
	animation:spin .8s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.msg-box{
	width: 100%;
	padding:15px;
	background:#fff;
	border-left:3px solid #000;
	margin-top:10px;
	margin-bottom:20px;
}

.msg-box p{
	font-size:16px !important;
	margin:0px !important;
	padding: 0px !important;
	line-height: 22px !important;
}

.msg-box.success{
	background-color: #eef7ea !important;
	border-color: #c9e2b3 !important;
	color: #3c763d !important;
}

.msg-box.error{
	background-color: #f9f0f0 !important;
	border-color: #e4b9c0 !important;
}

.msg-box.error p{
	color: #a94442 !important;
	font-size: 16px !important;
}

.animate-grupopunto{
	display: table;
	margin: 0px auto;
	position: absolute;
	z-index: 11;
	height: 100%;
	width: 100%;
}

.animate-grupopunto .center-content{
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.animate-grupopunto .left-som{
	width: 370px;
	height: 100%;
	display: block;
	background: url(../images/animado_som.png) center center no-repeat;
	background-size: contain !important;
	float: left;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.animate-grupopunto .logo-grupopunto{
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -238px;
	margin-top: 0px;
	width: 476px;
	height: 100%;
	display: block;
	background: url(../images/animado_logo_grupopunto.png) center center no-repeat;
	background-size: contain !important;
	opacity: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.animate-grupopunto .right-mos{
	width: 370px;
	height: 100%;
	display: block;
	background: url(../images/animado_mos.png) center center no-repeat;
	background-size: contain !important;
	float: right;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.animate-grupopunto .hover-animate{
	/* display: table; */
	display: block;
	position: relative;
	z-index:2;
	margin: 0px auto;
	width: 740px;
	height: 246px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.animate-grupopunto .hover-animate.has-hover .logo-grupopunto{
	opacity: 1;
}

.animate-grupopunto .hover-animate.has-hover .left-som{
	margin-left: -258px;
}

.animate-grupopunto .hover-animate.has-hover .right-mos{
	margin-right: -258px;
}

.list-empresas-home{
	display: table;
	width: 100%;
	margin: 0px;
	margin-top: 60px;
	text-align: center;
	opacity: 1;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.list-empresas-home.disabled{
	opacity: 0;
}

.list-empresas-home li{
	display:inline-table;
	margin: 0px 15px;
}

.list-empresas-home li a{
	display: block;
	height: 39px;
	cursor: pointer;
}

.list-empresas-home li a.no-cursor{
	cursor: default;
}

.list-empresas-home li a img{
	display: block;
	height: 34px;
}

.bg-float{
	position: absolute;
	-webkit-transition: all 1.2s ease-out;
	-moz-transition: all 1.2s ease-out;
	-o-transition: all 1.2s ease-out;
}

.bg-h1{
	top: 20%;
	left: 5%;
	z-index: 2;
	width: 67px;
}

.bg-h2{
	top: 16%;
	left: 25%;
	width: 180px;
}

.bg-h3{
	top: 20%;
	left: 2%;
	width: 231px;
}

.bg-h4{
	top: 40%;
	left: 11%;
	width: 117px;
}

.bg-h5{
	top: 76%;
	left: 11%;
	width: 118px;
}

.bg-h6{
	top: 54%;
	left: 38%;
	width: 157px;
}

.bg-h7{
	top: 50%;
	left: 50%;
	width: 486px;
	margin-left: -243px;
	margin-top: -284px;
}

.bg-h8{
	top: 13%;
	right: 41.5%;
	width: 78px;
}

.bg-h9{
	top: 65%;
	right: 36%;
	width: 79px;
}

.bg-h10{
	top: 50%;
	right: 23.5%;
	width: 150px;
}

.bg-h11{
	top: 55%;
	right: 4%;
	width: 248px;
}

.bg-h12{
	top: 27.5%;
	right: 7%;
	z-index: 2;
	width: 63px;
}

.bg-h13{
	top: 20%;
	right: 3.5%;
	width: 112px;
}

.bg-h14{
	top: 76%;
	right: 6%;
	width: 66px;
}