/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
footer,
header,
nav,
section {
	display: block
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

figcaption,
figure,
main {
	display: block
}

figure {
	margin: 1em 40px
}

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

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

audio,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: 0.35em 0.75em 0.625em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details,
menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

template {
	display: none
}

[hidden] {
	display: none
}

.coverimage {
	background-repeat: no-repeat no-repeat;
	background-size: cover !important;
	background-position: 50% 50%;
}

.coverfixed {
	background-size: cover;
	background-attachment: fixed;
}

.cfix {
	zoom: 1;
}

.cfix:before,
.cfix:after {
	display: table;
	content: "";
}

.cfix:after {
	clear: both;
}

.astable {
	width: 100%;
	height: 100%;
	display: table;
}

.ascell {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.vertical-content:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
}

.transition {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ellipsis {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*Graphik*/
@font-face {
	font-family: "Graphik";
	font-weight: 400;
	src: url("../type/G-Regular.eot");
	src: local("☺"),
		url("../type/G-Regular.woff") format("woff"),
		url("../type/G-Regular.otf") format("opentype"),
		url("../type/G-Regular.svg#G-Regular") format("svg");
}

@font-face {
	font-family: "Graphik";
	font-weight: 600;
	src: url("../type/G-Semibold.eot");
	src: local("☺"),
		url("../type/G-Semibold.woff") format("woff"),
		url("../type/G-Semibold.otf") format("opentype"),
		url("../type/G-Semibold.svg#G-Semibold") format("svg");
}

/* @font-face {
	font-family: 'Circular Std Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Circular Std Bold'), url('../fonts/circular/CircularStd-Bold.woff') format('woff');
} */



::-webkit-selection {
	color: #fff;
	background: #8b1f5b;
}

::-moz-selection {
	color: #fff;
	background: #8b1f5b;
}

::-ms-selection {
	color: #fff;
	background: #8b1f5b;
}

::selection {
	color: #fff;
	background: #8b1f5b;
}

h1,
h2,
h3,
h4,
h5,
h6,
.secondfont {
	font-family: 'Graphik';
	font-weight: 900;
	margin: 0 0;
}

h3 {
	font-size: 25px;
	line-height: 1.2em;
	font-style: normal;
}

html,
body {
	width: 100%;
	font: 100% "Graphik", Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 33px;
	color: #212121;
}

#bodycontent {
	padding: 68px 0 0 0;
}

.sfont {
	font-family: "Graphik", Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-weight: 600;
}

h3.sfont {
	margin-bottom: 30px;
}

.hidden {
	display: none;
}

.page {
	position: relative;
}

.page.pbarraf {
	padding-bottom: 104px;
}

.page.pageattop {
	margin-top: -68px;
}

/*Generales*/
.wrap {
	width: 100%;
	max-width: 1106px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}

.wrap.wrapheader {
	max-width: 1200px;
}

.wrap.wfull {
	max-width: 1300px;
}

.wrap.wrapbig {
	max-width: 1080px;
}

.wrap.wrapmedium {
	max-width: 1006px;
}

.wrap.wrapsmall {
	max-width: 830px;
}

.wrap.wrapxtrasmall {
	max-width: 600px;
}

.wrap.wrapinfo {
	max-width: 924px;
}

.obwhitebg {
	color: #111;
	background: #fff;
}

/* SECTION, FONTS y MARGINS*/
.facento {
	color: #000;
}

.fgray {
	color: #555;
}

.agray {
	color: #757575;
	text-decoration: none;
	display: inline-block;
}

.agray:hover {
	color: #EC008C;
	text-decoration: none;
	display: inline-block;
}

.fdefault {
	font-size: 18px;
	line-height: 33px;
}

.fdspacertotitle {
	margin-top: 10px;
}

.fnormal {
	font-size: 16px;
	line-height: 1.4em;
}

.fsmall {
	font-size: 14px;
	line-height: 1.4em;
}

.hbig {
	font-size: 57px;
	line-height: 1.2em;
}

.hmedium {
	font-size: 42px;
	line-height: 1.2em;
	font-style: normal;
}

.tcenter {
	text-align: center;
}

.section {
	padding: 150px 0;
	position: relative;
}

.section.ssmall {
	padding: 70px 0;
}

.section.npt {
	padding-top: 0;
}

.section.npb {
	padding-bottom: 0;
}

.margins {
	margin-top: 30px;
	margin-bottom: 30px;
}

.margins.nmt {
	margin-top: 0;
}

.margintitle {
	margin-bottom: 60px;
}

.mt-5 {
	margin-top: 56px;
}

.mb-1 {
	margin-bottom: 19px;
}

.textlink {
	color: #212121;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	text-decoration: none;
	position: relative;
}

.textlink::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background: #000000;
	bottom: -4px;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

.textlink:hover {
	color: #212121;
}

.textlink:hover::after {
	width: 0%;
}

.textlink.tls {
	font-size: 12px;
}

.templates {
	text-align: center;
}

.enlace {
	color: #fff;
}

.hcnaked:hover,
.hcnaked.active {
	color: #F06165 !important;
}

.hcbold:hover,
.hcbold.active {
	color: #F0B81B !important;
}

.hcfocus:hover,
.hcfocus.active {
	color: #00A45C !important;
}

.hcframe:hover,
.hcframe.active {
	color: #10519D !important;
}

.hconaked:hover {
	color: #F06165 !important;
}

.hcobold:hover {
	color: #F0B81B !important;
}

.hcofocus:hover {
	color: #00A45C !important;
}

.hcoframe:hover {
	color: #10519D !important;
}

.toast-message {
	font-size: 16px;
	line-height: 1.3em;
}

/* Botones */
.btn {
	display: inline-block;
	border: 0;
	outline: 0;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding: 12px 35px;
	background: #000;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	cursor: pointer;
	position: relative;
}

.btn:hover {
	background: #EC008C;
}

.btn-text {
	color: #212121;
	background: none;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	padding: 0 0;
	text-decoration: none;
	text-transform: none;
	font-weight: 400;
}

.btn-text::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background: #000000;
	bottom: -4px;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

.btn-text:hover {
	color: #212121;
	background: none;
	text-decoration: none;
}

.btn-text:hover::after {
	width: 0%;
}

.btn-text.btn-text-blanco {
	color: #fff;
}

.btn-text.btn-text-blanco::after {
	background: #fff;
}

.btn-text-acent {
	color: #EC008C;
	background: none;
	font-size: 14px;
	line-height: 18px;
	padding: 0 0;
	text-decoration: none;
	text-transform: none;
	font-weight: 400;
}

.btn-text-acent:hover {
	background: none;
	text-decoration: underline;
	color: #EC008C;
}

.btn-fileuploader {
	overflow: hidden;
	position: relative;
	cursor: pointer;
	border: 2px solid #000;
	background: #fff;
	color: #000;
	padding: 32px 15px;
	text-align: center;
	cursor: pointer;
}

.btn-fileuploader:hover {
	color: #fff;
}

.btn-fileuploader .fileupload-processing {
	display: none;
}

.btn-fileuploader .fileupload {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	opacity: 0;
	font-size: 100px;
	direction: ltr;
	cursor: pointer;
}

.capitalize {
	text-transform: capitalize;
}


/* Carousel */
.carousel .item {
	display: block;
	text-decoration: none;
}

.carousel .owl-dots {
	position: relative;
	z-index: 10;
	width: 100%;
	text-align: center;
	font-size: 0;
	margin-top: 50px;
}

.carousel .owl-dot {
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
}

.carousel .owl-dot span {
	background: #D8D8D8;
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 100%;
}

.carousel .owl-dot.active span {
	background: #212121;
}

.carousel .owl-nav {
	height: 0;
	width: 100%;
}

.carousel .owl-prev {
	position: absolute;
	top: 50%;
	left: -20px;
	font-size: 12px;
	color: #fff;
	margin-top: -20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #000;
	border: 1px solid #000;
	border-radius: 30px;
	text-align: center;
}

.carousel .owl-prev::after {
	display: inline-block;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	line-height: 28px;
}

.carousel .owl-prev:hover {
	color: #EC008C;
	background: #fff;
}

.carousel .owl-next {
	position: absolute;
	top: 50%;
	right: -20px;
	font-size: 12px;
	color: #fff;
	margin-top: -20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #000;
	border: 1px solid #000;
	border-radius: 30px;
	text-align: center;
}

.carousel .owl-next::after {
	display: inline-block;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	line-height: 28px;
}

.carousel .owl-next:hover {
	color: #EC008C;
	background: #fff;
}

.sbanners .owl-stage-outer,
.sbanners .owl-stage,
.sbanners .owl-item,
.sbanners .item {
	height: 100%;
}

/* HEADER */
.header {
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 0;
	left: 0;
}

.headermain {
	height: 68px;
	background: #fff;
	z-index: 100;
	width: 100%;
	padding: 10px 0;
}

.header .wrap {
	height: 100%;
}

.header .logo {
	float: left;
	height: 100%;
	display: block;
	text-decoration: none;
	padding: 6px 0;
}

.header .logoimg {
	height: 100%;
}

.header .logoimg.w {
	display: none;
}

.header .hr {
	float: left;
	width: 65%;
	text-align: left;
	padding-left: 62px;
}

.header .hr .menu {
	font-size: 0;
	margin: 0 0;
	display: block;
	line-height: 0;
}

.header .menubtn {
	height: 48px;
	width: 46px;
	padding: 9px 10px;
	display: block;
	float: right;
	display: none;
	margin-top: 5px;
}

.header .menubtn .bar {
	width: 100%;
	background: #000000;
	height: 4px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.header .menubtn .bar.center {
	margin: 4px 0;
}

.header .menubtn:hover .bar {
	opacity: 0.5;
}

.header.open .hr .menu {
	display: block;
}

.header .hr .menu .mtitle {
	font-weight: 300;
	color: #fff;
	opacity: 0.6;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 30px;
}

.header .hr .menu .optsfolklore {
	margin-top: 70px;
}

.header .menu .enlace {
	text-decoration: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	padding: 12px 0;
	vertical-align: middle;
	display: inline-block;
	margin-left: 62px;
	color: #000000;
	position: relative;
}

.header .menu .enlace span {
	position: relative;
	z-index: 5;
}

.header .menu .enlace.active::after {
	position: absolute;
	display: block;
	content: "";
	width: 120%;
	z-index: 1;
	height: 6px;
	background: rgba(0, 0, 0, 0.2);
	left: -7%;
	bottom: 14px;
}

.belowheader {
	height: 68px;
	width: 100%;
}

.header.headertransparent {
	position: absolute;
}

.header.headertransparent .headermain {
	background: transparent;
}

.header.headertransparent .logoimg.w {
	display: inline-block;
}

.header.headertransparent .logoimg.b {
	display: none;
}

.header.headertransparent .menu .enlace {
	color: #fff;
}

.header.headertransparent .hr .menubtn .bar {
	background: #fff;
}

.header.fixed {
	position: fixed;
	top: 0;
}

.header.fixed .headermain {
	background: #fff;
}

.header.fixed .logoimg.w {
	display: none;
}

.header.fixed .logoimg.b {
	display: inline-block;
}

.header.fixed .menu .enlace {
	color: #000000;
}

.header.headertransparent .menubtn .bar {
	background: #fff;
}

.header.fixed .menubtn .bar {
	background: #000;
}

.header.open .menubtn .bar {
	background: #fff;
}

.headerclean .wrap {
	text-align: center;
}

.headerclean .logo {
	float: none;
}

.headersubnav {
	width: 100%;
	text-align: right;
	padding: 5px 0;
	background: #fff;
}

.headersubnav .subnavleft {
	display: block;
	float: left;
	height: 40px;
	padding: 11px 0;
	opacity: 0;
}

.headersubnav .subnav-logo {
	display: block;
	height: 100%;
}

.headersubnav .submenu {
	font-size: 0;
	float: right;
}

.headersubnav .smenlace {
	color: #757575;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	margin-left: 60px;
	text-decoration: none;
	padding: 10px 0;
}

.headersubnav .smenlace:hover {
	text-decoration: underline;
	color: #111;
}

.headersubnav .smenlace:first-child {
	margin-left: 0;
}

.header.headertransparent .headersubnav {
	background: transparent;
}

.header.headertransparent .headersubnav .smenlace {
	color: #fff;
}

.header.headertransparent .headersubnav .smenlace:hover {
	color: #fff;
}

.header.fixed .headersubnav {
	background: #fff;
}

.header.fixed .headersubnav .smenlace {
	color: #757575;
}

.header.fixed .headersubnav .smenlace:hover {
	color: #111;
}

.header.onlysubnav {
	transform: translateY(-68px);
}

.header.onlysubnav .headersubnav .subnavleft {
	opacity: 1;
}

.footer {
	padding: 72px 0;
	background: #FAFAFA;
}

.footer .top .c1,
.footer .top .c2 {
	width: 25%;
	float: left;
	padding-right: 15px;
}

.footer .top .t {
	margin-bottom: 14px;
}

.footer .navigation {
	margin-top: 140px;
}

.footer .navigation a {
	margin-top: 20px;
}

.footer .navigation a:first-child {
	margin-top: 14px;
}

.footer .navigation .c1,
.footer .navigation .c3 {
	width: 25%;
	float: left;
}

.footer .navigation .c2 {
	width: 50%;
	float: left;
}

.footer .navigation .c2 .col {
	width: 50%;
	float: left;
}

/* Page Home */
.arrowdown {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	display: inline-block;
}

.leanright {
	padding-left: 120px;
}

.leanleft {
	padding-right: 120px;
}

.ph-intro {
	width: 100%;
	height: 640px;
	color: #fff;
	position: relative;
}

.ph-intro .godown {
	position: absolute;
	z-index: 10;
	left: 50%;
	bottom: 50px;
	line-height: 46px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ph-intro .godown:hover {
	bottom: 40px;
}

.ph-s1 .c1 {
	width: 56%;
	float: left;
}

.ph-s1 .c2 {
	width: 44%;
	float: left;
	padding-left: 40px;
}

.ph-s1 .c2 .imagen {
	width: 100%;
	height: 600px;
}

.ph-s2 .c1 {
	width: 44%;
	float: left;
}

.ph-s2 .c2 {
	width: 56%;
	float: right;
}

.ph-s2 .c1 h2 {
	max-width: 450px;
}

.phome .un-con {
	display: block;
	text-decoration: none;
}

.phome .unidad-negocio {
	width: 100%;
	position: relative;
	margin-bottom: 150px;
}

.phome .unidad-negocio.nmb {
	margin-bottom: 0;
}

.phome .unidad-negocio.unespecial .logocon {
	padding-right: 120px;
}

.phome .unidad-negocio .logocon {
	position: absolute;
	left: 0;
	top: 80px;
	z-index: 5;
	height: 202px;
	display: block;
}

.phome .unidad-negocio .logocon .logo {
	height: 100%;
	display: block;
}

.phome .unidad-negocio .imagencon {
	width: 100%;
	display: block;
}

.phome .unidad-negocio .imagen {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-left: 29%;
	display: block;
}

.phome .unidad-negocio .imagen img {
	width: 100%;
	vertical-align: top;
}

.phome .unidad-negocio.tr .logocon {
	right: 0;
	left: auto;
	top: 160px;
}

.phome .unidad-negocio.tr .imagen {
	padding-right: 29%;
	padding-left: 0;
}


.awardmerca20 {
	font-size: 0;
	margin-bottom: 100px;
}

.awardmerca20 .ranking {
	font-size: 14px;
	color: #777;
	font-style: italic;
}

.awardmerca20 .awardimage {
	height: 114px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 90px;
}

.awardmerca20 .ainfo {
	width: 520px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.awardmerca20.amcenter {
	text-align: center;
}

.alistaclientes {
	font-size: 0;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -15px;
	margin-bottom: -15px;
}

.alistaclientes.mt {
	padding-top: 100px;
}

.alistaclientes .clienteobj {
	padding: 0;
	width: 20%;
	display: inline-block;
	vertical-align: top;
}

.alistaclientes .cliente {
	display: block;
	width: 100%;
	text-decoration: none;
	position: relative;
	text-align: center;
}

.alistaclientes .cliente .logo {
	width: 100%;
	display: block;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.scontacto1 .contenido {
	width: 100%;
	max-width: 430px;
	margin: 0 auto;
	padding: 0 15px;
}

.scontacto2 .contenido {
	width: 100%;
	max-width: 430px;
	margin: 0 0 0 auto;
	padding: 0 15px;
}

.anosotrosbtn {
	width: 100%;
	position: relative;
	display: block;
	color: #fff;
}

.anosotrosbtn .contenido {
	text-align: center;
	padding: 150px 0;
	display: block;
	text-decoration: none;
}

.anosotrosbtn .contenido h2 {
	color: #fff;
	margin-bottom: 70px;
}

/* Nosotros */
.pn-intro {
	width: 100%;
	height: 540px;
	color: #fff;
	position: relative;
	z-index: 1;
}

.pn-s1 {
	position: relative;
	z-index: 5;
}

.pn-s1 .contenido {
	width: 50%;
	margin-left: 50%;
}

.pn-s1 .hbig {
	position: absolute;
	z-index: 10;
	top: -52px;
	left: 120px;
}

.pn-fotos {
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 10;
}

.pn-fotos-grid {
	position: relative;
	z-index: 10;
}

.pn-fotos-grid .foto {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 25px;
}

.pn-fotos-grid .foto img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pn-fotos-grid .foto1 {
	width: 33.333333333333333333%;
	height: 400px;
}

.pn-fotos-grid .foto2 {
	width: 71%;
	height: 450px;
	margin-top: 160px;
}

.pn-fotos-grid .linea1 {
	width: 100%;
}

.pn-fotos-grid .linea1con {
	margin: -25px;
	font-size: 0;
	white-space: nowrap;
}

.pn-fotos-grid .linea2 {
	margin-top: 25px;
}

.pn-fotos-grid .linea2con {
	margin: -25px;
	font-size: 0;
	white-space: nowrap;
}

.pn-fotos-grid .linea2 .fotos1 {
	width: 58%;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}

.pn-fotos-grid .foto3 {
	width: 110%;
	height: 450px;
	margin-left: -10%;
}

.pn-fotos-grid .foto5 {
	width: 50%;
	height: 400px;
	margin-left: 50%;
}

.pn-fotos-grid .foto4 {
	width: 42%;
	height: 760px;
	margin-top: 40px;
}

.pn-valores .contenido {
	padding-left: 33.3333%;
	overflow: hidden;
}

.pn-valores .contenido .fila {
	margin-left: -30px;
	margin-right: -30px;
	font-size: 0;
	margin-bottom: 75px;
}

.pn-valores .contenido .fila:last-child {
	margin-bottom: 0;
}

.pn-valores .contenido .fila .valor {
	width: 50%;
	vertical-align: top;
	display: inline-block;
	padding: 0 30px;
}

.pn-valores .contenido .fila h3 {
	margin-bottom: 14px;
	font-style: normal;
}

.pe-s1 .c1 {
	width: 44%;
	float: left;
}

.pe-s1 .c2 {
	width: 56%;
	float: right;
}

.alistacolaboradores {
	font-size: 0;
	width: 100%;
}

.alistacolaboradores .colaboradorobj {
	width: 16.666666666666666666666666%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-bottom: 14px;
}

.alistacolaboradores .colaboradorspacer {
	min-height: 40px;
}

.alistacolaboradores .fotografiacon {
	width: 100%;
	vertical-align: top;
}

.alistacolaboradores .fotografiacon img {
	width: 100%;
	vertical-align: top;
}

.alistacolaboradores .cinfo {
	margin-top: 10px;
	padding-right: 10px;
}

.alistacolaboradores .cinfo .puesto {
	margin-top: 6px;
}

.aimagespacer {
	width: 100%;
	position: relative;
}

.aimagespacer img {
	width: 100%;
	vertical-align: top;
}

.aoficinas {
	font-size: 0;
	margin-top: 100px;
}

.aoficinas .oficinacon {
	margin-left: 66px;
	display: inline-block;
	vertical-align: top;
	width: 33.333333333333333333%;
}

.aoficinas .oficinacon:first-child {
	margin-left: 0;
}

.aoficinas .oficinacon h3 {
	margin-bottom: 14px;
}

.pinformacion .informacioncontenido {
	font-size: 18px;
	line-height: 1.7em;
	color: #212121;
}

.ps-intro {
	width: 100%;
	height: 770px;
	color: #fff;
	position: relative;
}

.ps-intro .godown {
	position: absolute;
	z-index: 10;
	left: 50%;
	bottom: 50px;
	line-height: 46px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ps-intro .godown:hover {
	bottom: 40px;
}

.ps-intro .contenido {
	padding: 0 15px;
	text-align: center;
	width: 100%;
}

.ps-intro .logo {
	height: 230px;
	display: inline-block;
}

.ps-outro {
	width: 100%;
}

.ps-outro img {
	width: 100%;
	vertical-align: top;
}

.ps-manager {
	width: 100%;
}

.ps-manager .cols {
	width: 100%;
}

.ps-manager .cols .c1 {
	float: left;
	width: 30%;
}

.ps-manager .cols .c2 {
	float: left;
	width: 47%;
	padding: 0 50px;
}

.ps-manager .cols .c3 {
	float: left;
	width: 23%;
}

.ps-manager .fotografia {
	width: 100%;
	vertical-align: top;
}

.ps-manager .colaboradorinfo {
	margin-top: 430px;
}

.ps-manager .colaboradorinfo .puesto {
	margin-top: 6px;
}

.ps-manager .btn-text {
	margin-top: 35px;
}

.ps-managers .cols {
	width: 100%;
	margin-top: 50px;
	font-size: 0;
}

.ps-managers .cols .c1,
.ps-managers .cols .c2 {
	width: 31%;
	display: inline-block;
	vertical-align: bottom;
}

.ps-managers .cols .c3 {
	width: 38%;
	display: inline-block;
	vertical-align: bottom;
	padding-left: 56px;
}

.ps-managers .colaboradorobj {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-bottom: 14px;
}

.ps-managers .colaboradorspacer {
	min-height: 40px;
}

.ps-managers .fotografiacon {
	width: 100%;
	vertical-align: top;
}

.ps-managers .fotografiacon img {
	width: 100%;
	vertical-align: top;
}

.ps-managers .cinfo {
	margin-top: 10px;
}

.ps-managers .cinfo .puesto {
	margin-top: 6px;
}

.ps-managers .directores {
	padding-bottom: 60px;
}

.ps-managers .directores .dnombres {
	margin: 0 0 40px 0;
}

.ps-managers .directores .dnombres .d {
	margin-top: 14px;
}

.sservicios .top {
	text-align: center;
	margin-bottom: 60px;
}

.serviciostabs .menu {
	display: block;
	text-align: center;
	position: relative;
	margin-bottom: 100px;
}

.serviciostabs .menucon {
	display: block;
	text-align: center;
	position: relative;
	font-size: 0;
}

.serviciostabs .menucon .mopt {
	display: inline-block;
	vertical-align: top;
	margin-right: 100px;
}

.serviciostabs .menucon .mopt:last-child {
	margin-right: 0;
}

.serviciostabs .menucon .mopt a {
	display: block;
	color: #757575;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}

.serviciostabs .menucon .mopt a:hover,
.serviciostabs .menucon .mopt a.active {
	text-decoration: underline;
}

.serviciostabs .contenidos .contenido {
	display: none;
}

.serviciostabs .contenidos .contenido.active {
	display: block;
}

.serviciostabs .contenidos .cols .c1 {
	width: 44%;
	float: left;
	text-align: left;
}

.serviciostabs .contenidos .cols .c2 {
	width: 49%;
	float: left;
	text-align: left;
}

.serviciostabs .contenidos .tservicio {
	font-size: 25px;
	line-height: 1.3em;
	max-width: 290px;
}

.serviciostabs .contenidos .image {
	width: 100%;
	margin-top: 50px;
}

.serviciostabs .contenidos .image img {
	width: 100%;
	vertical-align: top;
}

.fcservicio {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.fcservicio .pasos {
	margin-top: 90px;
}

.fcservicio .pasos .paso {
	display: none;
}

.fcservicio .pasos .paso.pabierto {
	display: block;
}

.fcservicio .wrapform {
	width: 100%;
	max-width: 390px;
	margin: 0 auto;
}

.sb-proceso {
	width: 100%;
}

.sb-proceso .top {
	max-width: 540px;
	margin-bottom: 80px;
}

.sb-proceso .etapa {
	margin-bottom: 150px;
	font-size: 0;
}

.sb-proceso .etapa:last-child {
	margin-bottom: 0;
}

.sb-proceso .etapa .image {
	display: inline-block;
	vertical-align: middle;
	width: 56%;
}

.sb-proceso .etapa .image img {
	width: 100%;
	vertical-align: top;
}

.sb-proceso .etapa .contenido {
	display: inline-block;
	vertical-align: middle;
	width: 44%;
}

.sb-proceso .etapa.eleft .contenido {
	padding: 0 90px 0 50px;
}

.sb-proceso .etapa.eright .contenido {
	padding: 0 50px 0 90px;
}

/* Recomienda */
.pr-s1 {
	text-align: center;
}

.pr-s1 .contenido {
	max-width: 650px;
	margin: 0 auto;
}

.pr-s2 .award {
	max-width: 330px;
	width: 100%;
	margin-bottom: 60px;
}

.pr-s2 .award img {
	width: 100%;
}

.pr-s2 .cleft {
	width: 54%;
	float: left;
}

.pr-s2 .cright {
	width: 46%;
	float: left;
	padding-left: 100px;
}

#f-recomiendanos .formulariopaso {
	display: none;
}

#f-recomiendanos .formulariopaso.pabierto {
	display: block;
}

.pexito .se-s1 {
	text-align: center;
	padding: 90px 0;
	min-height: 101vh;
}

.pexito .se-s1 .contenido {
	width: 100%;
	max-width: 730px;
	margin: 0 auto;
}

.pexito .se-s1.npb {
	padding-bottom: 0;
}

.pexito .se-s2 .aquesigue {
	font-size: 0;
	text-align: right;
}

.pexito .se-s2 .aquesigue .col {
	padding-right: 65px;
	vertical-align: top;
	width: 35%;
	text-align: left;
	display: inline-block;
	margin-top: 60px;
}

.pexito .se-end {
	text-align: center;
}

.pexito .se-end .contenido {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.pexito .se-testimonios .contenido {
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
}

.atestimonios {
	width: 100%;
	display: block;
	position: relative;
}

.atestimonios .testimonioscon {
	position: relative;
	z-index: 5;
}

.atestimonios .testimonio {
	width: 100%;
	background: #fff;
	text-align: center;
}

.atestimonios .testimonio .t {
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 40px;
}

.atestimonios .testimonio .user {
	display: block;
	margin: 0 auto;
	position: relative;
	max-width: 100%;
	text-align: center;
}

.atestimonios .testimonio .user .foto {
	z-index: 5;
	width: 150px;
	height: 150px;
	border-radius: 150px;
	border: 0;
	display: block;
	margin: 0 auto 75px auto;
}

.atestimonios .testimonio .user .n {
	font-size: 25px;
	line-height: 1.2em;
	font-weight: 600;
	color: #000000;
}

.atestimonios .testimonio .user .e {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #757575;
	margin: 15px 0 25px 0;
}

.ontablet {
	display: none;
}

/* Proyectos Naked */
.alproyectos-naked {
	font-size: 0;
	width: 100%;
	position: relative;
}

.alproyectos-naked .proobj {
	position: relative;
}

.alproyectos-naked .proobj .cover {
	width: 100%;
	vertical-align: top;
}

.alproyectos-naked .proobj .poservicios {
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
	color: #757575;
}

.alproyectos-naked .proobj .textlink {
	margin-top: 35px;
	display: inline-block;
}

.alproyectos-naked .proobj h3 {
	margin-bottom: 0;
}

.alproyectos-naked .pro1 {
	margin-top: 140px;
	padding-left: 240px;
	padding-right: 60px;
}

.alproyectos-naked .pro1 .podata {
	width: 40%;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 50px 10px 0;
}

.alproyectos-naked .pro1 .poimage {
	width: 60%;
	display: inline-block;
	vertical-align: middle;
}

.alproyectos-naked .pro2 {
	margin-top: 75px;
	width: 55%;
}

.alproyectos-naked .pro2 .podata {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	padding-left: 54%;
	min-height: 500px;
}

.alproyectos-naked .pro2 .podata .podcon {
	padding: 70px 0 0 60px;
}

.alproyectos-naked .pro2 .poimage {
	width: 54%;
	display: block;
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	height: 500px;
}

.alproyectos-naked .pro2 .poimage .cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.alproyectos-naked .pro3 {
	margin-top: -275px;
	width: 62%;
	margin-right: 0;
	margin-left: auto;
}

.alproyectos-naked .pro3 .podata {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	padding-right: 54%;
	min-height: 600px;
}

.alproyectos-naked .pro3 .podata .podcon {
	padding: 380px 0 0 60px;
}

.alproyectos-naked .pro3 .poimage {
	width: 54%;
	display: block;
	position: absolute;
	z-index: 5;
	right: 0;
	top: 0;
	height: 600px;
}

.alproyectos-naked .pro3 .poimage .cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.alproyectos-naked .pro4 {
	margin-top: 75px;
	padding-right: 290px;
}

.alproyectos-naked .pro4 .podata {
	width: 40%;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 50px 10px 0;
}

.alproyectos-naked .pro4 .poimage {
	width: 60%;
	display: inline-block;
	vertical-align: middle;
}

.precomienda .rb {
	display: block;
	width: 100%;
	position: relative;
	padding-left: 55px;
	min-height: 50px;
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 26px;
}

.precomienda .rb .rbn {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	background: #000;
	color: #fff;
}

.precomienda .rb:last-child {
	margin-bottom: 0;
}

.listaproyectos5 {
	font-size: 0;
	position: relative;
	display: block;
	margin-left: -25px;
	margin-right: -25px;
}

.listaproyectos5 .proobj {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	color: #fff;
	padding: 15px 25px;
}

.listaproyectos5 .proobj .pocon {
	position: relative;
	width: 100%;
}

.listaproyectos5 .proobj .podata {
	padding-left: 65px;
	min-height: 50px;
	position: relative;
}

.listaproyectos5 .proobj .podata .pocover {
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	border-radius: 50px;
	overflow: hidden;
}

.listaproyectos5 .proobj .podata .pocover img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
}

.listaproyectos5 .proobj .podata h3 {
	font-size: 20px;
	line-height: 1.1em;
	padding-top: 8px;
}

.listaproyectos5 .proobj .podata .pnotas {
	font-size: 11px;
	line-height: 1.3em;
}

.listaproyectos5 .pogaleria {
	margin-top: 0;
}

.listaproyectos5 .pogaleria .gadisplay {
	width: 100%;
	display: block;
}

.listaproyectos5 .pogaleria .gadisplay img {
	width: 100%;
	display: block;
}

.listaproyectos5 .pogaleria .gathumbs .gathumb {
	width: 55px;
	height: 40px;
	display: inline-block;
	vertical-align: top;
}

.listaproyectos5 .pogaleria .gathumbs .gathumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.listaproyectos5 .poacciones {
	margin-top: 14px;
}

.listaproyectos5 .poacciones a {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
}

.listaproyectos5 .poacciones a.textlink::after {
	background: #fff;
}

.listaproyectos5 .bdata {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.listaproyectos5 .bdata .bdl {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.listaproyectos5 .bdata .bdl h3 {
	font-weight: 600;
	font-size: 14px;
}

.listaproyectos5 .bdata .bdl .pnotas {
	color: #ec008c;
	margin-left: 10px;
	font-size: 10px;
	text-transform: uppercase;
}

.listaproyectos5 .bdresumen {
	font-size: 15px;
	line-height: 1.1em;
	margin-top: 4px;
}

/* GALLERIFY */
.gallerify {
	width: 100%;
	position: relative;
}

.gallerify .displayimagecon {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #202020;
}

.gallerify .displayimagecon .dms-arrow {
	position: absolute;
	z-index: 30;
	top: 50%;
	background: #eaeaea;
	overflow: hidden;
	height: 70px;
	width: 30px;
	margin-top: -35px;
	color: #111;
	font-size: 20px;
	line-height: 70px;
	opacity: 1;
	display: block;
	text-align: center;
	text-shadow: none;
	background-image: none;
}

.gallerify .displayimagecon .dms-arrow .fa {
	line-height: 70px;
}

.gallerify .displayimagecon .dms-arrow.dms-aright {
	right: 0;
}

.gallerify .displayimagecon .dms-arrow.dms-aleft {
	left: 0;
}

.gallerify .displayimagecon .dms-arrow:hover {
	background: #ddd;
	color: #EC008C;
}

.gallerify .displayimagecon:hover .dms-arrow {
	opacity: 1;
}

.gallerify .displayimagecon .loader {
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 50%;
	width: 42px;
	height: 42px;
	margin-left: -21px;
	margin-top: -21px;
}

.gallerify .displayimagecon .loader img {
	width: 100%;
	vertical-align: top;
}

.gallerify .displayimagecon .displayimage {
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
	z-index: 11;
}

.gallerify .displayimagecon .displayimage .di-img {
	display: block;
	width: 100%;
}

.gallerify .displayimagepie {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	color: #fff;
	opacity: 0;
	background: rgba(0, 0, 0, 0.7);
	font-size: 0;
}

.gallerify .displayimagepie .dip {
	font-size: 11px;
	line-height: 1.2em;
	text-align: left;
	padding: 8px;
}

.gallerify:hover .displayimagepie {
	opacity: 1;
}

.gallerify .thumbnails {
	width: 100%;
	position: relative;
	margin: 6px 0 6px;
	overflow: hidden;
	height: 64px;
}

.gallerify .thumbnails.thumnshidden {
	display: none;
}

.gallerify .thumbnails .tmslide {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
}

.gallerify .thumbnails .th {
	width: 95px;
	height: 64px;
	border: 2px solid #dbdbdb;
	margin: 0 4px 0 0;
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background-color: #1b1b1b;
	overflow: hidden;
}

.gallerify .thumbnails .th .th-img {
	width: 100%;
}

.gallerify .thumbnails .th.active,
.gallerify .thumbnails .th:hover {
	opacity: 1;
	border: 2px solid #EC008C;
}

.widget-calendly {
	max-width: 400px;
	margin: 40px auto 0;
	display: block;
}


.pexito .logoexito img {
	height: 22px;
	margin-bottom: 35px;
}

.pexito .cafes {
	display: flex;
	align-items: center;
}

.pexito .cafes .cafe {
	display: block;
	width: 50%;
}

.pexito .cafes .cafe img {
	display: block;
	width: 100%;
}

.pexito .cafes .cafe:hover {
	opacity: 0.7;
}

@media screen and (max-width:1024px) {
	.leanright {
		padding-left: 0;
	}

	.leanleft {
		padding-right: 0;
	}

	.ph-s1 .c2 .imagen {
		height: 440px;
	}

	.awardmerca20 .awardimage {
		height: 82px;
	}

	.awardmerca20 .ainfo {
		max-width: 470px;
	}

	.footer .top .c1,
	.footer .top .c2 {
		width: 50%;
		padding: 0 5px;
	}
}

@media screen and (max-width:900px) {
	.section {
		padding: 120px 0;
	}

	.pn-s1 .contenido {
		width: 56%;
		margin-left: 44%;
	}

	.pn-s1 .hbig {
		left: 30px;
	}

	.hmedium {
		font-size: 35px;
	}

	.ps-manager .cols .c1 {
		width: 100%;
		margin-bottom: 60px;
	}

	.ps-manager .cols .c2 {
		width: 60%;
		padding-left: 0;
	}

	.ps-manager .cols .c3 {
		width: 40%;
	}

	.listaproyectos5 {
		margin-left: -15px;
		margin-right: -15px;
	}

	.listaproyectos5 .proobj {
		padding: 15px 15px;
	}
}

@media screen and (max-width:768px) {
	.headermain {
		padding: 15px 0;
	}

	.header .logo {
		padding: 5px 0;
	}

	.header .hr {
		width: auto;
		float: right;
	}

	.header .menubtn {
		display: block;
		position: relative;
		z-index: 1000;
		margin-top: 0;
	}

	.header .hr .menu {
		display: none;
		padding: 40px 15px;
	}

	.header.open .hr .menu {
		position: fixed;
		z-index: 100;
		width: 100%;
		max-width: 380px;
		height: 100%;
		left: 0;
		top: 0;
		background: rgb(0, 0, 0);
		text-align: center;
		margin: 0 0;
	}

	.header.open .hr .backmenumovil {
		display: block;
		content: "";
		position: fixed;
		z-index: 60;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		left: 0;
		top: 0;
	}

	.header .hr .menu .spacer {
		display: none;
	}

	.header .menu .enlace {
		margin: 15px 0;
		padding: 15px 0;
		font-size: 18px;
		line-height: 22px;
		display: block;
		padding: 10px 0;
		color: #fff;
	}

	.header.fixed .menu .enlace {
		color: #fff;
	}

	.hbig {
		font-size: 46px;
	}

	h3 {
		font-size: 20px;
	}

	.fdefault {
		font-size: 17px;
	}

	.phome .unidad-negocio .logocon {
		height: 170px;
		top: 65px;
	}

	.phome .unidad-negocio.tr .logocon {
		top: 65px;
	}

	.phome .unidad-negocio.unespecial .logocon {
		padding-right: 0;
	}

	.awardmerca20 .awardimage {
		height: 95px;
		margin: 0 auto;
		display: block;
	}

	.awardmerca20 .ainfo {
		display: block;
		margin: 25px auto 0 auto;
		text-align: center;
	}

	.alistaclientes {
		text-align: center;
	}

	.alistaclientes .clienteobj {
		width: 25%;
	}

	.footer {
		text-align: center;
	}

	.footer .navigation .c2 .col {
		width: 100%;
	}

	.footer .navigation .c1,
	.footer .navigation .c2,
	.footer .navigation .c3 {
		width: 33.33333333333333333333%;
	}

	.footer .navigation a:first-child {
		margin-top: 20px;
	}

	.pn-s1 .contenido {
		width: 60%;
		margin-left: 40%;
	}

	.pn-fotos-grid .foto {
		padding: 10px;
	}

	.pn-fotos-grid .foto5 {
		width: 65%;
		margin-left: 35%;
	}

	.pn-valores .contenido {
		padding-left: 25%;
	}

	.alistacolaboradores .colaboradorobj {
		width: 25%;
	}

	.aoficinas .oficinacon {
		width: 40%;
	}

	.pr-s2 .cleft {
		width: 100%;
	}

	.pr-s2 .cright {
		width: 100%;
		margin-top: 70px;
		padding-left: 0;
	}

	.ps-manager .colaboradorinfo {
		margin-top: 340px;
	}

	.serviciostabs .contenidos .cols .c1 {
		padding-right: 20px;
		width: 38%;
	}

	.serviciostabs .contenidos .cols .c2 {
		width: 62%;
	}

	.ps-intro .logo {
		height: 160px;
	}

	.sb-proceso .etapa {
		padding-top: 300px;
		position: relative;
		margin-bottom: 100px;
	}

	.sb-proceso .etapa .image {
		display: block;
		width: auto;
		position: absolute;
		z-index: 5;
		left: 0;
		top: 0;
		height: 300px;
	}

	.sb-proceso .etapa .image img {
		width: auto;
		height: 100%;
	}

	.sb-proceso .etapa .contenido {
		width: 100%;
		padding: 35px 0 0 70px;
	}

	.sb-proceso .etapa.eright .contenido {
		padding: 35px 0 0 70px;
	}

	.sb-proceso .etapa.eleft .contenido {
		padding: 35px 0 0 70px;
	}

	.sb-proceso .etapa.eright .image {
		left: auto;
		right: 0;
	}

	.serviciostabs .menucon .mopt,
	.serviciostabs .menucon .mopt:last-child {
		margin: 10px 40px;
	}

	.headersubnav {
		display: none;
	}

	.ontablet {
		display: block;
	}

	.pexito .se-s2 .aquesigue .col {
		width: 45%;
	}

	.alproyectos-naked .proobj {
		margin-top: 70px;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	.alproyectos-naked .proobj .podata {
		width: 40%;
		display: inline-block;
		padding: 10px 30px 10px 0;
		position: relative;
	}

	.alproyectos-naked .proobj .podata .podcon {
		padding: 30px 20px 0 0;
	}

	.alproyectos-naked .proobj .poimage {
		width: 60%;
		display: inline-block;
		position: relative;
		padding: 0 0;
		vertical-align: middle;
		left: auto;
		top: auto;
	}

	.alproyectos-naked .pro2,
	.alproyectos-naked .pro4 {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	.alproyectos-naked .pro2 .pocon,
	.alproyectos-naked .pro4 .pocon {
		padding-left: 60%;
		min-height: 340px;
	}

	.alproyectos-naked .pro2 .podata,
	.alproyectos-naked .pro4 .podata {
		width: 100%;
		padding: 30px 0 0 30px;
		min-height: 0;
	}

	.alproyectos-naked .pro2 .podata .podcon,
	.alproyectos-naked .pro4 .podata .podcon {
		padding: 0 0 0 0;
	}

	.alproyectos-naked .pro2 .poimage,
	.alproyectos-naked .pro4 .poimage {
		width: 60%;
		position: absolute;
		left: 0;
		top: 0;
		height: 340px;
	}
}

@media screen and (max-width:640px) {
	.pn-intro {
		height: 400px;
	}

	.alistacolaboradores .colaboradorobj {
		width: 33.333333333333333333333333333%;
	}

	.ps-manager .colaboradorinfo {
		margin-top: 200px;
	}

	.serviciostabs .menu {
		display: none;
	}

	.serviciostabs .contenidos .contenido {
		display: block;
		margin-top: 90px;
	}

	.serviciostabs .contenidos .image {
		margin-top: 30px;
	}

	.serviciostabs .contenidos .contenido:first-child {
		margin-top: 0;
	}

	.ps-managers .cols .c1,
	.ps-managers .cols .c2 {
		width: 50%;
		vertical-align: top;
	}

	.ps-managers .cols .c3 {
		width: 100%;
		padding-left: 0;
		padding-top: 45px;
	}
}

@media screen and (max-width:500px) {

	.ph-s1 .c1,
	.ph-s1 .c2 {
		width: 100%;
	}

	.ph-s1 .c2 {
		margin-top: 25px;
		padding-left: 60px;
	}

	.ph-s1 .c2 .imagen {
		height: 400px;
	}

	.ph-s2 .c1,
	.ph-s2 .c2 {
		width: 100%;
	}

	.ph-s2 .c2 {
		padding-left: 40px;
	}

	.phome .unidad-negocio {
		margin-bottom: 110px;
	}

	.phome .unidad-negocio .logocon,
	.phome .unidad-negocio.tr .logocon {
		height: 120px;
		top: 120px;
	}

	.alistaclientes .clienteobj {
		width: 50%;
	}

	.anosotrosbtn .contenido {
		padding: 100px 0;
	}

	.anosotrosbtn .contenido h2 {
		margin-bottom: 45px;
	}

	.awardmerca20 .ainfo {
		width: auto;
	}

	.pn-fotos-grid .foto2 {
		margin-top: 80px;
		height: 380px;
	}

	.pn-fotos-grid .foto4 {
		height: 620px;
	}

	.pn-fotos-grid .foto5 {
		width: 72%;
		margin-left: 28%;
		height: 300px;
	}

	.pn-valores .contenido {
		margin-top: -50px;
	}

	.pn-valores .contenido .fila {
		margin-bottom: 0;
	}

	.pn-valores .contenido .fila .valor {
		width: 100%;
		margin-top: 50px;
	}

	.pe-s1 .c1 {
		width: 100%;
	}

	.pe-s1 .c2 {
		width: 100%;
		padding-left: 50px;
	}

	.sb-proceso .etapa {
		padding-top: 190px;
	}

	.sb-proceso .etapa .image {
		height: 190px;
	}

	.serviciostabs .contenidos .cols .c1 {
		width: 100%;
		padding-right: 0;
	}

	.serviciostabs .contenidos .tservicio {
		max-width: 100%;
		font-size: 22px;
	}

	.serviciostabs .contenidos .cols .c2 {
		width: 100%;
		margin-top: 20px;
	}

	.ps-manager .cols .c2 {
		padding-right: 20px;
	}

	.ps-manager .colaboradorinfo {
		margin-top: 140px;
	}

	.ps-intro .logo {
		height: 90px;
	}

	.sb-proceso .etapa.eright .contenido {
		padding: 35px 0 0 20px;
	}

	.pexito .se-s2 .aquesigue .col {
		width: 100%;
		padding-right: 0;
		padding-left: 50px;
	}

	.pexito .cafes {
		display: block;
		align-items: center;
	}

	.pexito .cafes .cafe {
		display: block;
		width: 100%;
	}

	.pexito .se-s1 {
		padding-top: 40px;
	}
}

@media screen and (max-width:414px) {
	.header .hr {
		width: auto;
	}

	.header .menubtn {
		margin-top: 0;
	}

	.page.pageattop {
		margin-top: -58px;
	}

	#bodycontent {
		padding: 58px 0 0 0;
	}

	.footer .top .c1,
	.footer .top .c2 {
		text-align: left;
		width: 50%;
		vertical-align: top;
	}

	.footer .navigation {
		margin-top: 0;
	}

	.footer .navigation .c1,
	.footer .navigation .c2,
	.footer .navigation .c3 {
		width: 50%;
		text-align: left;
		margin-top: 40px;
		vertical-align: top;
	}

	.footer .navigation a:first-child {
		margin-top: 10px;
	}

	.phome .unidad-negocio .imagen {
		padding-left: 30px;
	}

	.phome .unidad-negocio.tr .imagen {
		padding-right: 30px;
	}

	.pn-s1 .hbig {
		left: 20px;
	}

	.pn-intro {
		height: 330px;
	}

	.pn-s1 .contenido {
		width: 100%;
		padding-left: 40px;
		margin-left: 0;
	}

	.pn-fotos-grid .linea1con {
		margin: 25px 0 0 0;
	}

	.pn-fotos-grid .foto {
		padding: 3px;
	}

	.pn-fotos-grid .foto1 {
		height: 220px;
	}

	.pn-fotos-grid .foto2 {
		height: 220px;
		margin-top: 40px;
	}

	.pn-fotos-grid .foto3 {
		height: 320px;
	}

	.pn-fotos-grid .foto4 {
		height: 410px;
	}

	.pn-fotos-grid .foto5 {
		height: 210px;
	}

	.alistacolaboradores .colaboradorobj {
		width: 50%;
	}

	.alistacolaboradores .colaboradorobj.cs-6,
	.alistacolaboradores .colaboradorobj.cs-8,
	.alistacolaboradores .colaboradorobj.cs-13,
	.alistacolaboradores .colaboradorobj.cs-29,
	.alistacolaboradores .colaboradorobj.cs-31 {
		display: none;
	}

	.aoficinas .oficinacon {
		width: 100%;
		margin-left: 0;
		padding-left: 50px;
	}

	.aoficinas .oficinacon:last-child {
		margin-top: 40px;
	}

	.aimagespacer {
		width: 100%;
		height: 310px;
	}

	.aimagespacer img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.section {
		padding: 90px 0;
	}

	.section.ssmall {
		padding: 55px 0;
	}

	.fdefault {
		font-size: 16px;
		line-height: 30px;
	}

	.sb-proceso .etapa {
		padding-top: 160px;
	}

	.sb-proceso .etapa .image {
		height: 160px;
	}
}

@media screen and (max-width:375px) {
	.header.open .hr .menu {
		max-width: 280px;
	}

	.hbig {
		font-size: 40px;
	}
}

@media screen and (max-width:320px) {}










/*LAYOUT*/
.dmrow {
	margin-right: -15px;
	margin-left: -15px;
}

.dmrow:before,
.dmrow:after {
	display: table;
	content: "";
}

.dmrow:after {
	clear: both;
}

.dm1,
.dm2,
.dm3,
.dm4,
.dm5,
.dm6,
.dm7,
.dm8,
.dm9,
.dm10,
.dm11,
.dm12 {
	float: left;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 1px;
}

.dm1 {
	width: 8.33333333333333333%;
}

.dm2 {
	width: 16.66666666666666666%;
}

.dm3 {
	width: 25%;
}

.dm4 {
	width: 33.33333333333333333%;
}

.dm5 {
	width: 41.66666666666666666%;
}

.dm6 {
	width: 50%;
}

.dm7 {
	width: 58.33333333333333333%;
}

.dm8 {
	width: 66.66666666666666666%;
}

.dm9 {
	width: 75%;
}

.dm10 {
	width: 83.33333333333333333%;
}

.dm11 {
	width: 91.66666666666666666%;
}

.dm12 {
	width: 100%;
}

.pullright {
	float: right;
}

.dmgroup {
	margin-top: 10px;
	margin-bottom: 30px;
	position: relative;
}

.dmgroup .help-block {
	margin: 3px 0 0 0;
	font-size: 11px;
	line-height: 13px;
	color: #b5b5b5;
}

.dmgroup.dmgsimple {
	margin-top: 2px;
}

.dminput,
.dmselector {
	display: block;
	width: 100%;
	height: 44px;
	padding: 0 10px;
	font-weight: 400;
	font-size: 15px;
	line-height: 1em;
	color: #212121;
	outline: none;
	background-color: #fff;
	background-image: none;
	border: none;
	border-bottom: 2px solid #777;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.dmselector {
	min-height: 44px;
	height: auto;
}

.dmarea {
	min-height: 134px;
	padding: 12px 10px;
	line-height: 1.3em;
}

.dmtextarea {
	min-height: 74px;
	padding: 12px 0;
	line-height: 1.3em;
	resize: vertical;
	width: 100%;
}

.dmgroup label {
	font-size: 13px;
	line-height: 15px;
	display: block;
	margin-bottom: 2px;
}

.dmgroup label.simple {
	margin-bottom: -3px;
}

.dmgroup .radio label {
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 18px;
}

.dmgroup .radio input {
	margin-right: 5px;
}

.dmgroup.dmgcenter {
	text-align: center;
}

.dmgroup.dmgcenter label {
	width: 100%;
	text-align: center;
}

.dmgroup.dmgcenter .dminput {
	text-align: center;
}

.dmgroup.error .dminput {
	border-bottom: 2px solid red;
}


.floatinglabel .dminput,
.floatinglabel .dmselector {
	padding: 0 0;
}

.floatinglabel .dmarea {
	padding: 10px 0;
}

.floatinglabel .dmgroup label {
	color: #A1A1A1;
	position: absolute;
	z-index: 10;
	top: 11px;
	left: 0;
	margin: 0 0 0 0;
	font-weight: 400;
	font-size: 15px;
	line-height: 1em;
	cursor: text;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	display: block;
}

.floatinglabel .dmgroup.lleno label,
.floatinglabel .dmgroup.activo label {
	top: -8px;
	font-size: 11px;
	color: #757575;
}

.floatinglabel .dmgroup.lleno .dminput,
.floatinglabel .dmgroup .dminput:focus {
	border-bottom: 2px solid #000;
	color: #212121;
}

.floatinglabel .dmgroup.activo .dminput {
	color: #131313;
}

.toast {
	font-size: 16px;
}

@media screen and (max-width:1000px) {
	.tablethide {
		display: none;
	}

	/*Layout*/
	.dmrow {
		margin-right: -10px;
		margin-left: -10px;
	}

	.dm1,
	.dm2,
	.dm3,
	.dm4,
	.dm5,
	.dm6,
	.dm7,
	.dm8,
	.dm9,
	.dm10,
	.dm11,
	.dm12 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.dm1-medium {
		width: 8.33333333333333333%;
	}

	.dm2-medium {
		width: 16.66666666666666666%;
	}

	.dm3-medium {
		width: 25%;
	}

	.dm4-medium {
		width: 33.33333333333333333%;
	}

	.dm5-medium {
		width: 41.66666666666666666%;
	}

	.dm6-medium {
		width: 50%;
	}

	.dm7-medium {
		width: 58.33333333333333333%;
	}

	.dm8-medium {
		width: 66.66666666666666666%;
	}

	.dm9-medium {
		width: 75%;
	}

	.dm10-medium {
		width: 91.66666666666666666%;
	}

	.dm11-medium {
		width: 83.33333333333333333%;
	}

	.dm12-medium {
		width: 100%;
	}
}

@media screen and (max-width:620px) {
	.dm1-small {
		width: 8.33333333333333333%;
	}

	.dm2-small {
		width: 16.66666666666666666%;
	}

	.dm3-small {
		width: 25%;
	}

	.dm4-small {
		width: 33.33333333333333333%;
	}

	.dm5-small {
		width: 41.66666666666666666%;
	}

	.dm6-small {
		width: 50%;
	}

	.dm7-small {
		width: 58.33333333333333333%;
	}

	.dm8-small {
		width: 66.66666666666666666%;
	}

	.dm9-small {
		width: 75%;
	}

	.dm10-small {
		width: 91.66666666666666666%;
	}

	.dm11-small {
		width: 83.33333333333333333%;
	}

	.dm12-small {
		width: 100%;
	}
}

@media screen and (max-width:360px) {
	.dm1-xsmall {
		width: 8.33333333333333333%;
	}

	.dm2-xsmall {
		width: 16.66666666666666666%;
	}

	.dm3-xsmall {
		width: 25%;
	}

	.dm4-xsmall {
		width: 33.33333333333333333%;
	}

	.dm5-xsmall {
		width: 41.66666666666666666%;
	}

	.dm6-xsmall {
		width: 50%;
	}

	.dm7-xsmall {
		width: 58.33333333333333333%;
	}

	.dm8-xsmall {
		width: 66.66666666666666666%;
	}

	.dm9-xsmall {
		width: 75%;
	}

	.dm10-xsmall {
		width: 91.66666666666666666%;
	}

	.dm11-xsmall {
		width: 83.33333333333333333%;
	}

	.dm12-xsmall {
		width: 100%;
	}
}