@import url(https://fonts.googleapis.com/css?family=Dosis);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900);

* {
	margin: 0;
	padding: 0;
}

body {
	background-color:#fff !important;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #336464;
}
img {
	border: 0 none;
}

a {
	font-family: 'Open Sans', sans-serif;
	color: #5d6062;
}
a:hover, a.active {
	color: #364054;
	text-decoration: none;
}
#header {
	margin-top: 212px;
}

#headerFixed {
	top: 0px;
	background-color: #fff;
	margin: 0 auto;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 999;
}

#seccComercio {
	background-image: url("../img/header/sec_comercio.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 212px;
	padding-top: 200px;
	padding-bottom: 100px;
}
#seccContacto {
	background-image: url("../img/header/sec_contacto.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 212px;
	padding-top: 200px;
	padding-bottom: 100px;
}
#seccFinanciero {
	background-image: url("../img/header/sec_financiera.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 212px;
	padding-top: 200px;
	padding-bottom: 100px;
}
#seccFiscal {
	background-image: url("../img/header/sec_fiscal.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 212px;
	padding-top: 200px;
	padding-bottom: 100px;
}
#seccLegal {
	background-image: url("../img/header/sec_legal_juridica.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 212px;
	padding-top: 200px;
	padding-bottom: 100px;
}
#seccPenal {
	background-image: url("../img/header/sec_penal.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 212px;
	padding-top: 200px;
	padding-bottom: 100px;
}
#seccRh {
	background-image: url("../img/header/sec_rh.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 212px;
	padding-top: 200px;
	padding-bottom: 100px;
}
#seccNosotros {
	background-image: url("../img/header/sec_nosotros.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 212px;
	padding-top: 200px;
	padding-bottom: 100px;
}

#contenido {
	background: rgba(255, 255, 255, 0.5);
	margin: 0 auto;
	padding: 30px;
}


.contenidoTexto {
	background: #fff;
}
.contenidoTexto h1 {
	color: #182130;
	font-family: 'Roboto', sans-serif;
	font-size: 42px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 30px;
	padding: 0px 20px 20px;
	text-align: center;
	text-transform: uppercase;
}
.contenidoTexto h2 {
	color: #998e69;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 500;
	margin-top: 0;
	padding: 80px 20px 0px;
	text-align: center;
	text-transform: uppercase;
}
.contenidoTexto h3 {
	color: #998e69;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 500;
	margin-top: 0;
	padding: 20px 20px 0px;
	text-align: center;
	text-transform: uppercase;
}
.contenidoTexto p {
	color: #182130;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 300;
	padding: 20px 80px 0px;
	text-align: justify;
}
.contenidoTexto ul li {
	color: #182130;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 300;
	padding: 10px 80px 0px 100px;
	text-align: justify;
	list-style: none;
}
.contenidoTexto2 h1 {
	color: #182130;
	font-family: 'Roboto', sans-serif;
	font-size: 42px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 30px;
	padding: 0px 20px 20px;
	text-align: center;
	text-transform: uppercase;
}
.contenidoTexto2 p {
	color: #182130;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
	padding: 20px 30px 0px;
	text-align: justify;
}
.contenidoTexto2 ul li{
	color: #182130;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
	padding: 10px 30px 0px 50px;
	text-align: justify;
	text-decoration: none;
	list-style: none;
}


/*===== what we do ====*/
.what-we-do{
    padding-bottom: 55px;
    padding-top: 80px;
}

.what-we-do .do-box{
    border: 1px solid #eee;
    position: relative;
    margin-bottom: 45px;
}

.do-box i{
    margin: 0 auto;
    text-align: center;
}

.do-box i.lnr {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50px;
    color: #1e2430;
    font-size: 25px;
    float: left;
    width: 65px;
    height: 65px;
    position: absolute;
    margin-top: -32.5px;
    padding-top: 12px;
    margin-left:-32.5px
}

.do-box h3{
    margin-top: 60px;
    margin-bottom: 20px;
    color: #000;
    font-size: 25px;
}

.do-box p{
    color: #aaa;
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.do-box:hover i.lnr{
    color: #1e2430;
    border-color: #1e2430;
}

.do-box.bg-color,
.do-box:hover{
    cursor: pointer;
    background-color: #1e2430;
    border-color: #1e2430;
}

.do-box.bg-color i.lnr{
    color: #1e2430;
    border-color: #1e2430;
}

.do-box.bg-color h3,
.do-box:hover h3{
    color: #fff;
}

.do-box.bg-color p,
.do-box:hover p{
    color: #f8f8f8;
}

/*---------Contactanos-----------*/
#contactanos {
	margin: 0px 40px 20px;
	padding: 0px 0;
	overflow: hidden;
}
#contactanos h1{
	color: #0d1826;
	font-family: 'Abel', sans-serif;
	font-size:24px;
	margin: 10px auto;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	max-width: 600px;
}
#contactanos p {
	color:#0d1826;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	font-weight:300;
	padding:20px;
	text-align:justify;
	max-width: 700px;
}

#contact2 {
	float: left;
	padding:0 ;
	margin: 0px 0 30px !important;
}

#contact2 input[type="text"], #contact2 input[type="email"], #contact2 input[type="tel"], #contact2 input[type="url"], #contact2 textarea {
	border: 1px solid #3a4252;
	background-color: rgba(255, 255, 255, 0);
	margin:10px auto;
	padding:10px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	float: left;
}

#contact2 input[type="text"]:hover, #contact2 input[type="email"]:hover, #contact2 input[type="tel"]:hover, #contact2 input[type="url"]:hover, #contact2 textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #182130;
}

#contact2 textarea {
	border:1px solid #182130;
	height:100px;
	max-width:100%;
  resize:none;
}

#contact2 button[type="submit"] {
	border:1px solid #182130;
	cursor:pointer;
	width:30%;
	border:none;
	background:#182130;
	color:#fff;
	margin:0px auto;
	padding:10px 0;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:300;
	float: right;
}

#contact2 button[type="submit"]:hover {
	border: 1px solid #182130;
	background:#fff;
	color: #182130;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact2 button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact2 input:focus, #contact2 textarea:focus {
	outline:0;
	border:1px solid #182130;
}



#servicios {
	background: #f0f0f0;
}
/* Main carousel style */
.contentCar .carousel img{
	margin-top: 140px;
}
.contentCar {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	z-index: 998;
}

#carousel-custom img {
	margin-top: 0px;
}

#carousel-custom {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    width: 100%;
}
#carousel-custom .carousel-indicators li {
	border-radius: 50%;
    height: 94px;
    margin: 0 36px 20px !important;
    width: 94px;
}
#carousel-custom .carousel-indicators li img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}



/*---------Logo-----------*/
.logo {
	margin: 20px auto;
	display: block;
	text-align:center;
	top:0;
}
	.logo a {
		display: block;
	}
		.logo a:hover {
			text-decoration: none;
		}
		.logo h1 {
			margin: 0;
			padding: 0;
			height: auto;
			border: 0 none;
			text-align:center;
		}
		.logo span {
			visibility: hidden;
		}

		#separador {
			background-image: url("../img/separador.jpg");
			background-position: center;
			background-repeat: no-repeat;
			max-height: 195px;
			overflow: hidden;
			width: 100%;
		}
		#separador h1 {
			color: #fff;
			font-size: 36px;
			padding: 90px 0;
			text-align: center;
			text-transform: uppercase;
		}

		#servicios {
			background-image: url("../img/backServicios.jpg");
			margin: 0 auto;
			overflow: hidden;
			width: 100%;
		}

#reconocimientos {
	background-image: url("../img/backReconocimientos.jpg");
	overflow: hidden;
	padding: 20px;
	width: 100%;
}
.recImg {
	padding: 20px 0 0;
	text-align: center;
}

.recImg p {
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	font-weight: lighter;
	padding: 20px 60px;
	text-align:center;
}

#maps {
	margin: 0 auto;
	overflow: hidden;
	height: 550px;
}

.mapa {
	position: absolute;
	width: 100%;
}
.ubicacion {
	background-image: url("../img/backUbicacion.jpg");
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 170px 60px;
	position: relative;
}
.ubicacion p {
	color: #fff;
	font-size: 18px;
	padding-right: 80px;
	padding-left: 20px;
	padding-top: 20px;
	text-align: center;
}
.ubicacion span p {
	color: #fff;
	font-size: 20px;
	padding-right: 80px;
	padding-left: 20px;
	padding-top: 20px;
	text-align: center;
}


		/* g. Header Styles
		/* =================================================================== */
		header {
			height: 72px;
			width: 100%;
			left: 0;
			top: 220px;
			z-index: 990;
			text-align: center;
			background: #161f2e;
			background: rgba(22, 31, 46, 1);
			-moz-transition: background 0.5s ease-in-out;
			-o-transition: background 0.5s ease-in-out;
			-webkit-transition: background 0.5s ease-in-out;
			-ms-transition: background 0.5s ease-in-out;
			transition: background 0.5s ease-in-out;
		}
		header .logo {
			display: inline-block;
			vertical-align: middle;
			margin: 0;
			padding: 0;
			margin-right: 15px;

			/* add position relative since z-index only applies to
			elements that have been given an explicit position */
			position: relative;
			z-index: 992;
		}
		header .logo a {
			display: block;
			margin: 0 20px 0 0;
			padding: 0;
			border: none;
			outline: none;
			font: 0/0 a;
			text-shadow: none;
			color: transparent;
			width: 126px;
			height: 12px;
			background-repeat: no-repeat;
			background-position: 0 0;
			background-image: url("../images/logo.png");
		}
		@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
			header .logo a {
				background-image: url("../images/logo-@2x.png");
				-webkit-background-size: 126px 12px;
				-moz-background-size: 126px 12px;
				background-size: 126px 12px;
			}
		}
		.opaque {
			background: #12151b;
		}

		/* primary navigation
		--------------------------------------------------------------------- */
		#nav-wrap, #nav-wrap ul, #nav-wrap li, #nav-wrap a {
			margin: 0;
			padding: 0;
			border: none;
			outline: none;
		}

		/* nav-wrap */
		#nav-wrap {
			font: 11px "raleway-heavy", sans-serif;
			text-transform: uppercase;
			letter-spacing: 1.5px;
			display: inline-block;
		}

		/* hide toggle button */
		#nav-wrap > a {
			display: none;
		}
		ul#nav {
			min-height: 72px;
			width: auto;

			/* left align the menu */
			text-align: left;
		}
		ul#nav li {
			position: relative;
			list-style: none;
			height: 72px;
			display: inline-block;
		}
		ul#nav li a {
			display: inline-block;
			padding: 17px 12px;
			line-height: 38px;
			text-decoration: none;
			color: #c0cdd1;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}
		ul#nav li a:hover {
			color: #161f2e;
		}
		ul#nav li a:active {
			background-color: transparent !important;
		}
		ul#nav li.current a {
			background: #7f7f7f;
			color: white;
		}



		/*===== talk about us ====*/
		.talk-about-us{
		    padding-bottom: 110px;
		    padding-top: 100px;
		}

		.talk-about-us strong{
		    color: #8FC93F;
		    font-weight: 600;
		    font-style: italic;
		}

		.talk-about-us .item > p{
			color: #4b5459;
			font-family: 'Roboto', sans-serif;
			font-size: 20px;
			font-weight: 300;
		    max-width: 850px;
		    margin: 0 auto;
		    line-height: 1.9;
		    margin-bottom: 20px;
		}

		.talk-about-us .carousel-indicators li {
		    background-color: #DCDCDC;
		    border: 0;
		    border-radius: 0;
		    height: 4px;
		    margin: 1px;
		    width: 30px;
		}

		.talk-about-us .carousel-indicators li.active {
		    background-color: #161f2e;
		}

		.talk-about-us .carousel-indicators {
		    bottom: -70px;
		}

		/*===== common ====*/
		.bg-color{
		    background-color: #1e2430 !important;
		}

		section{
		    padding-top: 50px;
		    padding-bottom: 50px;
		}

		.p-l-0{
		    padding-left: 0;
		}

		.p-l-r-0{
		    padding-left: 0;
		    padding-right: 0;
		}

		.small-tag {
		    color: #a09367;
		    font-family: "Raleway",sans-serif;
		    font-size: 14px;
		    font-weight: 400;
		    letter-spacing: 1px;
		    margin-bottom: 5px;
		    text-transform: uppercase;
		}

		h2.section-title{
		    text-transform: uppercase;
		    color: #182130;
		    margin-top: 0;
		    margin-bottom: 30px;
		    word-spacing: 5px;
		    font-size: 42px;
		    font-weight: 700;
		}

		.section-para{
		    color: #999;
		    max-width: 500px;
		    margin-left: auto;
		    margin-right: auto;
		    margin-bottom: 100px;
		}

		.btn.btn-default{
		    background-color: #8FC93F;
		    color: #fff;
		    border-color: #8FC93F;
		    border-radius: 0;
		    padding: 10px 20px;
		    text-transform: uppercase;
		    word-spacing: 3px;
		    font-size: 13px;
		    margin: 5px;
		}

		.btn.btn-primary{
		    background-color: transparent;
		    color: #fff;
		    border-color: #fff;
		    border-radius: 0;
		    padding: 10px 20px;
		    text-transform: uppercase;
		    font-size: 13px
		}

		.btn.btn-default:hover,
		.btn.btn-primary:hover{
		    background-color: #121212;
		    border-color: #121212;
		    color: #fff;
		}

		.btn.btn-primary,
		.btn.btn-default,
		.what-we-do .do-box,
		.service-overflow {
		    -webkit-transition: all 0.4s ease-in-out;
		    -moz-transition: all 0.4s ease-in-out;
		    -ms-transition: all 0.4s ease-in-out;
		    -o-transition: all 0.4s ease-in-out;
		    transition: all 0.4s ease-in-out;
		}

		.service-overflow,
		.intro{
		    display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-pack: center;
			-webkit-justify-content: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
		}









/*---------Footer-----------*/

#footer {
	background:#1e2430;
	color:#fff;
	overflow: hidden;
	padding: 20px 20px 40px;
	text-align: center;
	width:100%;
}

.footerText {
	color:#fff;
	text-align: center;
	text-transform: uppercase;
	width:100%;
}

.footerText a {
	color:#fff;
	font-size: 14px;
	line-height: 10px;
	text-align: center;
	text-transform: none;
	width:100%;
}
.footerText a:hover {
	color:#fd70a4;
}

.datosFooter {
		border-top: 1px solid #fff;
		padding-top: 20px;
}

.datosFooter a {
		padding-top: 20px;
		color: #fff;
}
.datosFooter a:hover {
		padding-top: 20px;
		color: #7f7f7f;
		text-decoration: none;
}



#menuFooter {
	color:#fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size:16px;
	font-weight: 300;
	margin: 40px 120px 20px;
	position:relative;
	text-align: center;
}
#menuFooter ul {
	list-style: none;
	margin: 0 auto;
}
#menuFooter li {
	float: left;
	display: block;
	overflow: visible;
}
#menuFooter a {
	color: #fff;
	display: block;
	font-size: 16px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight:300;
	line-height:30px;
	margin:0 auto;
	text-align:left;
	text-decoration: none;
	padding:0 45px 0 0;
}

#menuFooter a:hover, #menuFooter a.active {
	color: #7f7f7f;
	padding:0 45px 0 0;
	text-decoration: none;
}

hr {
	color: #fff;
}

/*
.contact .list-inline span::after {
    background-color: #E5E5E5;
    content: "";
    height: 1px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 150px;
    z-index: -1;
}

.contact .list-inline li span::before {
    background-color: #E5E5E5;
    content: "";
    height: 1px;
    position: absolute;
    text-align: center;
    top: 0;
    left: 150px;
    width: 150px;
    z-index: -1;
}
*/

#contacto {
	background-color: #000 !important;
	margin-top: -10px;
	overflow: hidden;
	width: 100%;
}
.contact {
    margin: 20px auto 10px;
}
.contact input {
	padding: 9px;
}

.contact .form-group .btn.btn-default{
    padding: 10px 20px;
    font-weight: 600;
}

.contact .form-group button{
	border: 1px solid #000;
  background-color: #fff !important;
	margin-top: -1px !important;
	color: #000;
}
.contact .form-group button:hover{
	border: 1px solid #fff;
  background-color: #000 !important;
	margin-top: -1px !important;
	color: #fff;
}

.contact .form-control {
    background-color: #1e2430;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    color: #555;
    font-size: 13px;
    height: 45px;
    padding: 10px 15px;
    width: 100%;
}

.contact .textarea{
    min-height: 80px !important;
    width: 100% !important;
}
::-webkit-input-placeholder {
 color:#000;
}
:-moz-placeholder {
 color:#000;
}
::-moz-placeholder {
 color:#000;
}
:-ms-input-placeholder {
 color:#000;
}



@media (max-width: 980px) {
	.logo img {
		margin: 0px auto;
		width: 15%;
	}
	.boxorbit1 {
		height: 520px;
		margin:-275px auto;
		padding:0 20px 0 410px;
	}
	.boxorbit2 {
		margin:-255px auto;
		padding:0 20px 0 320px;
	}
	.boxorbit3 {
		margin:-180px auto;
		padding:0 20px 0 410px;
	}
	.boxorbit4 {
		margin:-300px auto;
		padding:0 400px 0 20px;
	}
	.boxorbit {
		margin:-230px auto;
		padding:0 300px 0 70px;
	}
	.orbitText {
		color: #000;
		float: right;
		font-size:13px;
		line-height:13px;
		margin:0 auto;
		padding:10px 5px;
		position:relative;
		text-align: justify;
		text-transform:uppercase;
	}

	.orbitBtn a {
		background-color: #f6cee0;
		color:#000;
		float:left;
		display: block;
		font-size:20px;
		font-family:'Raleway', sans-serif;
		font-weight:200;
		margin:0 auto;
		padding:5px 10px;
		position:relative;
		text-transform:uppercase;
		text-decoration: none;
			-webkit-transition-property: background;
			-webkit-transition-duration: 0.5s;
	}

	.orbitBtn a:hover, .orbitBtn a.active {
		background-color: rgba(0,0,0,.5);
		color: #fff;
		margin:0px auto;
		padding:5px 10px;
		text-decoration: none;
	}
}

@media (max-width: 650px) {
	#contenido {
		background: rgba(255, 255, 255, 0.5);
		margin: 0 auto;
		padding: 30px;
	}

	.contenidoTexto {
		background: #fff;
	}
	.contenidoTexto h1 {
		color: #182130;
		font-family: 'Roboto', sans-serif;
		font-size: 32px;
		font-weight: 700;
		margin-top: 0;
		margin-bottom: 30px;
		padding: 0px 10px 0px;
		text-align: center;
		text-transform: uppercase;
	}
	.contenidoTexto h2 {
		color: #998e69;
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		font-weight: 500;
		margin-top: 0;
		padding: 40px 10px 0px;
		text-align: center;
		text-transform: uppercase;
	}
	.contenidoTexto h3 {
		color: #998e69;
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		font-weight: 500;
		margin-top: 0;
		padding: 20px 10px 0px;
		text-align: center;
		text-transform: uppercase;
	}
	.contenidoTexto p {
		color: #182130;
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		font-weight: 300;
		padding: 20px 20px 0px;
		text-align: justify;
	}
	.contenidoTexto ul li {
		color: #182130;
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		font-weight: 300;
		padding: 10px 20px 0px 40px;
		text-align: justify;
		list-style: none;
	}
	.contenidoTexto2 h1 {
		color: #182130;
		font-family: 'Roboto', sans-serif;
		font-size: 32px;
		font-weight: 700;
		margin-top: 0;
		margin-bottom: 30px;
		padding: 0px 20px 20px;
		text-align: center;
		text-transform: uppercase;
	}
	.contenidoTexto2 p {
		color: #182130;
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		font-weight: 300;
		padding: 20px 20px 0px;
		text-align: justify;
	}
	.contenidoTexto2 ul li{
		color: #182130;
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		font-weight: 300;
		padding: 10px 20px 0px 40px;
		text-align: justify;
		text-decoration: none;
		list-style: none;
	}

	#carousel-custom .carousel-indicators li {
		border-radius: 50%;
	    height: 54px;
	    margin: 0 5px 20px !important;
	    width: 54px;
	}

	.talk-about-us .item > p{
		font-size: 16px;
	}

	#separador h1 {
		font-size: 26px;
		padding: 80px 0;
	}


#reconocimientos {
background-image: none;
background-color: #1e2430;
overflow: hidden;
padding: 20px 0;
width: 100%;
}

.recImg p {
color:#fff;
font-family: 'Roboto Condensed', sans-serif;
font-size:14px;
font-weight: lighter;
padding: 20px 30px;
text-align:center;
}

#seccComercio {
	margin-top: 112px;
	padding-top: 150px;
	padding-bottom: 50px;
}
#seccContacto {
	margin-top: 112px;
	padding-top: 150px;
	padding-bottom: 50px;
}
#seccFinanciero {
	margin-top: 112px;
	padding-top: 150px;
	padding-bottom: 50px;
}
#seccFiscal {
	margin-top: 112px;
	padding-top: 150px;
	padding-bottom: 50px;
}
#seccLegal {
	margin-top: 112px;
	padding-top: 150px;
	padding-bottom: 50px;
}
#seccPenal {
	margin-top: 112px;
	padding-top: 150px;
	padding-bottom: 50px;
}
#seccRh {
	margin-top: 112px;
	padding-top: 150px;
	padding-bottom: 50px;
}
#seccNosotros {
	margin-top: 112px;
	padding-top: 150px;
	padding-bottom: 50px;
}

.logo img {
	margin: 0px auto;
	width: 20%;
}
#header {
	margin-top: 170px;
}

}
