/*fonts*/


/*terminan fonts*/

/*estilos generales*/
html, body {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	min-width: 320px;
font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1em;
	font-weight:100;
	font-style: normal;
	color: #000e31;
	/* background-color:#DEDEDE; */
}
*, body {
	-webkit-font-smoothing: antialiased;
}
body.fixedbody {
}
section {
	position: relative;
	text-align: center;
	overflow: hidden;
	 z-index: 1;
}

   
.wrapper {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	/*padding-top: 2em;*/
	/* padding-top: 8em; */
}
h1, h2, h3, h4, h5, h6, p, a, ul, ol, li {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 .1em;
}
* {
	outline: none;
}
a {
	text-decoration: none;
	color: #FFF;
}
a img {
	border: 0;
}
.clearfix {
	clear: both;
}
/*terminan estilos generales*/

/*header*/
.header {
	position: fixed;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	z-index: 10003;
	/* background: #000; */
	/*opacity: .7;*/
	-webkit-transition: all ease-out .6s;
	-moz-transition: all ease-out .6s;
	transition: all ease-out .6s;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
header .wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.logo {
	position: absolute;
	width: 200px;
	top: -32px;
	left: 0;
}
.logo img {
	display: block;
	width: 100%;
}

   

/*termina header*/

/*nav*/

.mainmenu {
	/* position:absolute; */
	/* right:2%; */
	/* top:0; */
}
.mainmenu ul {
	display:inline-block;
}
.mainmenu ul li{
	position:relative;
	display:inline-block;
	vertical-align:middle;
}
.mainmenu ul li a{
	display:block;
	/* height:72px; */
	/* line-height:72px; */
	padding: 0 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1em;
	color: #000f34;
	letter-spacing: .1em;
	text-align: center;
	text-transform: uppercase;
}
.mainmenu ul li a:hover{
	color:#919191;
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color: #FCA503;	
}

.mainmenu ul li.current a{
	color: #677f93;
	/* border-bottom-width:1px; */
	/* border-bottom-style: solid; */
}
a.current {
	color:#919191 !important;
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color: #FCA503;	
}

/*termina nav*/
/*COLUMNAS ====================================*/
.columnas {
	margin: 0 -14px 15px;
}
.columnas:after {
	content: '';
	clear: both;
	position: relative;
	display: block;
}
.columna {
	position: relative;
	float: left;
	padding: 30px;
	box-sizing: border-box;
}
.columna img, img.fullwidth {
	display: block;
height:auto;
	width: 100%;
}
.col12 {
	width: 100%;
}
.col11 {
	width: 91.66666667%;
}
.col10 {
	width: 83.33333334%;
}
.col9 {
	width: 75%;
}
.col8 {
	width: 66.66666667%;
}
.col7 {
	width: 58.33333334%;
}
.col6 {
	width: 50%;
}
.col5 {

	width: 41.66666667%;
}
.col4 {
	width: 33.33333334%;
} 

.col3 {
	width: 25%;
}
.col2 {
	width: 16.66666667%;
}
.col1a {
	width: 12.5%;
}
.col1 {
	width: 8.33333334%;
}
.col_huella {
	width:5%;
}
/*terminan columnas*/
/* FOOTER SIEMPRE ABAJO */
html, body {
    height: 100%;
}
#wrapper_gral {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -70px;
}
#push {
    height: 70px;
}
/* termina FOOTER SIEMPRE ABAJO */
/* titulos-subtitulos*/
h1 {
	font-size:3em;
	font-weight:bold;
	text-align:left;
}
h2 {

font-weight:bold;

color: #000e31;

font-size: 2em;
}
h3 {
	font-size: 1.25em;
	font-weight:bold;
}
h4 {
	font-size: 1.12em;
    font-weight: bold;
    letter-spacing: 2pt;
    text-align: left;
}
/* terminan titulos-subtitulos*/
/*inicio banner*/
.inicio .djslider-default img.dj-image {
    width: 80% !important;
    height: 100% !important;
    right: 0 !important;
    margin-left: 20% !important;
    object-fit: cover;
}

.inicio .slide-desc:after {
    content: "";
    position: absolute;
    top: 0;
    background: #229bd4;
    background: rgba(34,155,212,1);
    background: -moz-linear-gradient(-45deg, rgba(34,155,212,1) 0%, rgba(34,155,212,1) 1%, rgba(40,208,246,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(34,155,212,1)), color-stop(1%, rgba(34,155,212,1)), color-stop(100%, rgba(40,208,246,1)));
    background: -webkit-linear-gradient(-45deg, rgba(34,155,212,1) 0%, rgba(34,155,212,1) 1%, rgba(40,208,246,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(34,155,212,1) 0%, rgba(34,155,212,1) 1%, rgba(40,208,246,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(34,155,212,1) 0%, rgba(34,155,212,1) 1%, rgba(40,208,246,1) 100%);
    background: linear-gradient(135deg, rgba(34,155,212,1) 0%, rgba(34,155,212,1) 1%, rgba(40,208,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#229bd4', endColorstr='#28d0f6', GradientType=1 );
    z-index: 0;
    left: 33%;
    width: 37%;
    height: calc(100% );
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    -webkit-clip-path: polygon(0 0, -26% 98%, 75% 115%);
}

.inicio .slide-desc {
    height: 100%;
    display: flex;
    align-items: center;
}

.inicio .slide-desc:before {
    content: "";
    position: absolute;
    top: 0;
    background: #ffffff;
    z-index: 1;
    left: 0;
    width: 63%;
    height: calc(100% );
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    -webkit-clip-path: polygon(0 0, 90% 0%, 0 289%);
}

.inicio .slide-desc-bg.slide-desc-bg-default {
    background: none !important;
}

.inicio .slide-desc-in {
    width: 90%;
    margin: auto;
    z-index: 2;
    max-width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
}

.inicio .slide-desc-text.slide-desc-text-default {
    width: 36%;
    margin: 0;
    padding: 0;
}

.inicio .slide-text p {
    color: #000e31;
    margin-bottom: .3em;
}
p {
    line-height: 1.6em;
}
.inicio .slide-desc-text.slide-desc-text-default h2 {
    margin-bottom: .6em;
    font-weight: 400;
    line-height: 1.2;
}
div#cust-navigation87 {
    left: 0;
    z-index: 10;
    top: 80%;
}
a.btn {
    color: #000e31;
    font-size: 1.2em;
    font-weight: 600;
    /* display: block; */
    /* align-items: center; */
    /* margin: 19px auto; */
    /* width: max-content; */
}
a.btn img {
    background: #000e31;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin: 0 6px;
}

.inicio .slide-text a.btn {
    display: inline-flex;
    align-items: center;
}
.inicio .slide-desc-text.slide-desc-text-default h2 span {
    color: #677f93;
}

div#inicio, div#djslider87, ul#slider87 li {
    height: 80vh !important;
}
.inicio .slide-desc-text.slide-desc-text-default h2:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -12px;
    width: 130%;
    height: 2px;
    background: #677f93;
    left: -30%;
}

.inicio .djslider-default .slide-desc-in:before {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background: #1f5c77;
    display: block;
    position: absolute;
    top: 0;
    right: 57%;
    transform: skew(-24deg, 10deg);
}
div#servicios .columnas {
    display: flex;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    background: #fff;
    position: relative;
}

div#servicios .columnas .columna {
    width: 33.3%;
    z-index: 1;
}

div#servicios:before {
    content: "";
    display: block;
    width: 20%;
    height: 29%;
    position: absolute;
    background: #00aaef;
    top: 36%;
}

div#servicios {
    position: relative;
    overflow: hidden;
}

div#servicios h3:after {
    content: "";
    display: block;
    width: 104%;
    height: 100%;
    position: absolute;
    background: #00aaef;
    top: 0;
    right: -100%;
    z-index: -1;
}

div#servicios h3 {
    background: #00aaef;
    padding: 8% 0 8% 7%;
    color: #fff;
    z-index: 1;
    font-size: 1.5em;
    box-sizing: border-box;
    margin-bottom: 1em;
    font-weight: 400;
    line-height: 1.3;
}

div#servicios h3 b {
    font-size: 1.4em;
}

header.header.woodheader {
    background: rgb(255 255 255);
}
/*servicios*/
div#acciones .custom {
    background-size: 100% 100%;
    padding: 8% 0;
    background-attachment: fixed;
    margin: 2em 0;
    position: relative;
}

div#acciones h2 {
    text-align: left;
    color: #fff;
    font-weight: 400;
}

div#acciones .custom:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    right: 0;
}

div#acciones {
    position: relative;
}
div#djslider100 {
    width: 90%;
    margin: 1em auto 5em;
    max-width: 1200px;
}

div#djslider100 .slide-desc-text.slide-desc-text-default {
    text-align: center;
    height: 100%;
    padding: 0;
}

div#djslider100 img {
    max-width: 200px;
    margin: 0 auto;
}


div#djslider100 .servicios li {
    box-shadow: 2px 2px 2px  #333;
}

div#djslider100 .slide-desc-bg.slide-desc-bg-default {
    background: none !important;
}

div#djslider100 .slide-desc {
    height: 92%;
    width: 94% !important;
    box-shadow: 1px 0px 8px 0px #3333337d;
    margin: 10px !important;
}

div#djslider100 .slide-desc-in {
    height: 100%;
}

div#djslider100 .slide-desc-text.slide-desc-text-default {
    /* box-shadow: 3px 3px 3px #333 !important; */
}

div#djslider100 .slide-text {
    height: 100%;
    /* box-shadow: 1px 1px 3px #333 !important; */
}

div#djslider100 .slide-text h2 {
    color: #000e31 !important;
    text-align: center !important;
    font-size: 1.6em;
    line-height: 1.4;
    padding: 0 25px;
}

div#djslider100 .slide-text h2 span {
    display: block;
    color: #677f93;
}


ul#slider100 .btn {
    position: absolute;
    bottom: 28px;
    left: 0px;
    right: 0;
}

div#servicios .btn {
    display: flex;
    margin-top: 2em;
}
div#navigation100 {
    top: 40% !important;
}

img#prev100 {
    left: -61px !important;
}

img#next100 {
    right: -70px;
}

div#estandars img {
    max-width: 250px;
}

div#estandars .columnas {
    display: flex;
}

div#estandars .colunmas {
    display: flex;
    align-items: center;
}

.estandars h2 {
    text-align: left;
    color: #fff;
    font-size: 2.6em;
    width: 77%;
    line-height: 1.3;
}

div#estandars:before {
    content: "";
    position: absolute;
    top: 0;
    background: #0043ff;
    z-index: 0;
    left: 0;
    width: 73%;
    height: calc(100% );
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    -webkit-clip-path: polygon(0 0, 88% -1%, 0 306%);
}

div#estandars {
    position: relative;
    padding: 6% 0 0;
	    margin-bottom: 3em;
}

.estandars p {
    color: #fff;
    font-size: 1.7em;
    text-align: left;
    width: 79%;
}
#estandars:after {
    content: "";
    position: absolute;
    top: 0;
    background: #676767;
    z-index: -10;
    left: 40%;
    width: 31%;
    height: calc(100% );
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    -webkit-clip-path: polygon(0 0, -26% 98%, 75% 115%);
}
/*formulario*/
iframe {
    width: 100%;
}

div#cont-mapa {
    width: 60%;
}

div#formulario {
    width: 35%;
    background: #333;
    text-align: left;
    color: #fff;
    padding-left: 10% !important;
    padding: 3%;
}

div#formulario h2 {
    color: #fff;
    padding: 10px 0;
    font-size: 3em;
    text-transform: uppercase;
}

.formResponsive .formHorizontal .formControls {
    margin: 0 !important;
}

.cont_mapa {
    /* width: 90%; */
    margin: 0 auto;
    display: flex;
}

.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"] {
    width: 100%;
    background: no-repeat;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
}
::placeholder {
    color: #fff;
    text-transform: uppercase;
}
div#cont-mapa .custom, div#cont-mapa .custom iframe, div#cont-mapa .custom p {
    height: 100%;
}