body{
	width: 100%;
	font-family: sans-serif;
}
h3{
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}
div.logo{
    height: 60px;
    position: absolute;
    display: table;
    width: auto;
    max-width: 160px;
    left: 0;
}
.logo > span {
	display: table-cell;
	vertical-align: middle;
}
.logo img {
	width: auto;
    max-height: 60px;
}


/* INICIO: Clases generales */
div.title{
	display: block;
    width: 100%;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin: 20px 0;
}
.title > span{
/*	border-bottom: 2px solid #f4821d;*/
    border-bottom: 2px solid red;
}
input[type="text"], input[type="text"]:hover,
input[type="email"], input[type="email"]:hover,
input[type="url"], input[type="url"]:hover,
input[type="password"], input[type="password"]:hover,
textarea, textarea:hover {
    font-weight: 300;
    color: #fff;
}
/*section:nth-child(even):not(#content){
	margin: 0 auto;
	padding: 60px 0;
	position: relative;
}*/
#about-us,
#services,
#clients,
#contact,
#gallery,
#services{
	margin: 0 auto;
	/*padding: 60px 0;*/
	padding: 60px 0 0 0;
	position: relative;
}
#about-us,
/*#services,*/
#clients,
#gallery{
	max-width: 1200px;
}
.form-control {
    background-color: transparent;
    border-color: rgba(255,255,255,.1);
    height: 50px;
    border-radius: 0;
    box-shadow: none;
    display: inline-block;
    margin-bottom: 30px;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    line-height: 1.42857143;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: inherit;
}
.btn-submit{
    display: block;
    padding: 12px;
    width: 100%;
    color: #fff;
    border: 0;
    margin-top: 10px;
    margin-bottom: 40px;
    /*background: transparent;*/
    /*border: 1px solid #f4821d;*/
    background: red;
}
/* FIN: clases generales */


/** MENU **/
#header{
	position: relative;
	width: 100%;
	/*background: #FFFFFF;*/
    background: #ffff00;
	/*box-shadow: 0 4px 2px -2px #D2CECE;*/
    box-shadow: 0 2px 3px -3px black;
	z-index: 3;
}
#header .logo a{
    font-size: 22px;
    color: red;
    font-weight: 700;
    text-decoration: none;
}
#menu {
	width: 100%;
	height: 60px;
	display: table;	
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#menu > li{
	height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
	float: right;
	margin-right: 30px;
}
#menu > li > a{
	/*color: gray;*/
    color: #001bea;
	text-decoration: none;
	font-size: 17px;
	font-weight: 700;
	display: block;
    height: 40px;
    padding-top: 20px;
}
#menu > li > span{
	width: 100%;
	opacity: 0;
	transition: all 0.2s ease;
}
#menu > li:hover > a,
#menu > li.active > a{
	/*color: #011d7a;*/
    color: red;
}
#menu > li:hover > span,
#menu > li.active > span{
    position: absolute;
    bottom: 0;
    left: 0;	
	opacity: 1;
    border-bottom: 4px solid #011d7a;;
}
#content{
	width: 100%;
	position: relative;
}


/** INICIO **/ 
#about-us{
	width: 100%;
	position: relative;
}
#about-us .title {
	z-index: 1;
    position: relative;
	padding-top: 20px;
	margin-top: 0;
}
/*#about-us .title > span{
	border-bottom: none;
}*/
#content .mainImage {
    background: url("../images/covers.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 700px;
    /*margin-bottom: 15px;*/
}
#content .mainImage > div {
	display: table;
	height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
}
#content .mainImage > div > span {
    display: table-cell;
    text-align: center;
    color: white;
    font-size: 70px;
    font-weight: 700;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 15px;
}
#about-us .about-us-legend,
#about-us .about-us-img{
	width: calc(50% - 45px);
    display: inline-block;
    padding: 20px;
    vertical-align: top;
}
#about-us .about-us-img img{
	width: 100%;
	max-height: 280px;
}
#about-us .about-us-title{
    font-size: 25px;
    font-weight: 700;
    display: block;
    text-align: center;
}
#about-us p {
	margin-bottom: 20px;
	font-size: 20px;
}
#about-us .about-description p:nth-child(3){
	text-align: center;
}


/** NEGOCIO **/
#services > .welcomeImage{
	min-height: 400px;
	background-image: url("../images/servicios.jpg");
	color: #FFFFFF;
}
#services .services-description{
	display: block;
	text-align: center;
	margin-top: 50px;
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1200px;
    margin: 0 auto;
}
#services p{
	margin: 30px 0;
	font-size: 20px;
}
#services .title{
	margin: 0;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}
#services .title > span{
	border: none;
}
#services p.expand-info{
	position: absolute;
    bottom: 0;
    left: calc(50% - 32.5px);
    z-index: 1;
}
#services p.expand-info.clicked{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#services .fa {
	font-size: 65px;
}
#services p.expand-info:hover {
  animation: shakeDown 3s cubic-bezier(.36,.07,.19,.97) infinite;
  cursor: pointer;
}
@keyframes shakeDown {
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, 10px, 0);
  }
  
  20%, 40%, 60%, 80%, 100% {
    transform: translate3d(0, 0, 0);
  }
}
#services p.expand-info.clicked:hover {
  animation: shakeUp 3s cubic-bezier(.36,.07,.19,.97) infinite;
  cursor: pointer;
}
@keyframes shakeUp {
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, 10px, 0) rotate(180deg);
  }
  
  20%, 40%, 60%, 80%, 100% {
    transform: translate3d(0, 0, 0) rotate(180deg);
  }
}
#services + .hidden-info{
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease;
}
#services + .hidden-info .info-element{
	display: none;
}
#services + .hidden-info.active{
	visibility: visible;
	opacity: 1;
	padding: 20px 0;
	/*background: #eeeeee;*/
	position: relative;
	margin-top: 30px;
}
/*#services + .hidden-info.active:before{
	content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 30px solid #eeeeee;
    margin-left: calc(50% - 55px);
}*/
#services + .hidden-info.active .info-element{
    width: calc(20% - 24px);
    display: inline-block;
    text-align: center;
    padding: 10px;
    vertical-align: top;
}
#services + .hidden-info.active .info-img{
	width: 100px;
    height: 55px;
    /*background: #f4821d;*/
    background: red;
    position: relative;
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-top: 25px;
}
#services + .hidden-info.active .info-img:before{
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid red;
    -webkit-transition: 0.2s all ease-out;
    -moz-transition: 0.2s all ease-out;
    -o-transition: 0.2s all ease-out;
    transition: 0.2s all ease-out;
}
#services + .hidden-info.active .info-img:after{
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid red;
    -webkit-transition: 0.2s all ease-out;
    -moz-transition: 0.2s all ease-out;
    -o-transition: 0.2s all ease-out;
    transition: 0.2s all ease-out;
}
#services + .hidden-info.active .info-img i{
	color: #FFFFFF;
	font-size: 30px;
	display: table-cell;
	vertical-align: middle;
}
#services + .hidden-info.active .info-img img{
    height: 55px;
}
#services + .hidden-info.active .info-description{
	margin-top: 50px;
    font-weight: 700;
}


/** SERVICIOS **/
#services{
	width: 100%;
	display: block;
}
#services > .service{
	/*width: 33%;*/
	display: inline-block;
	text-align: center;
	height: 250px;
	margin-bottom: 10px;
	position: relative;
    width: 25%;
    margin: 30px 4%;
}
#services > .service:hover > span{
	bottom: -30px;
}
#services > .service > span{
	position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background: rgba(0,0,0,0.5);
    color: #FFFFFF;
    padding: 5px 0;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


/** CLIENTES **/
#clients {
	position: relative;
	background: #eeeeee;
	max-width: none;
    padding: 60px 0 60px 0;
    margin-top: 50px;
}
#clients .clients{
    padding: 0 10px;
    text-align: center;
    border-top: 1px solid #ababab;
    border-bottom: 1px solid #ababab;
    max-width: 1200px;
    margin: 0 auto;
}
#clients .title > span{
	border-bottom: none;
}
#clients li.client {
    width: calc(20% - 40px);
    display: inline-block;
    margin: 20px 0;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}
#clients li.client:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
}
#clients .client > img{
 	/*height: 100%;*/
    width: 100%;
    background-color: transparent;
}



/** CONTACTO **/
#contact {
	padding-bottom: 0;
}
#contact p {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 50px;
	font-size: 22px;
    text-align: center;
    z-index: 1;
}
#contact > .contactoImage{
	width: calc(100% - 40px);
	min-height: 400px;
	background-image: url("../images/contact.jpg");
	color: #FFFFFF;
	padding: 20px;
}
#google-map,
#contact .form{
	width: 100%;
	display: inline-block;
	z-index: 1;
    position: relative;
}
#google-map{
	min-height: 350px;
}
#contact div.form,
#contact div.contact-info{
	width: calc(50% - 40px);
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
#contact .form input:first-child,
#contact .form input:nth-child(2){
	width: calc(50% - 28.5px);
}
#contact .form input,
textarea{
	width: calc(100% - 26px);
}
#contact textarea {
	resize: none;
	min-height: 180px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #FFFFFF;
}
#contact .title {
    margin: 0;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}
#contact .title > span {
    border-bottom: none;
}
#contact .contact-info p{
	text-align: left;
}
#contact .contact-info ul{
	width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#contact .contact-info li {
	margin-bottom: 20px;
}


/** INICIO: Footer **/
#footer {
    width: 100%;
    /*background-color: #e6e6e6;*/
    padding: 40px 0 30px 0;
    text-align: center;
/*  border-top: 1px solid #e6e6e6;*/
    background: -webkit-linear-gradient(bottom, #ffff00, #fff);
    background: -o-linear-gradient(bottom, #ffff00, #fff);
    background: linear-gradient(to top, #ffff00, #fff);
}
#footer .container{
	max-width: 1200px;
	margin: 0 auto;
}
#footer .logoFooter,
#footer .social {
	display: inline-block;
}
#footer .logoFooter {
	width: 100%;
    text-align: center;
    font-size: 60px;}
#footer .social {
	width: 100%;
    text-align: center;
}
#footer .social li{
	display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
#footer .social li a {
    font-size: 24px;
    outline: 0;
    color: #888;
}
#footer .fa {
    display: inline-block;
/*    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
}
#footer .logoFooter img {
	height: 80px;
	border-radius: 100%;
}