@charset "utf-8";
/*  Reset Stylesheet */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align: top;
  background:transparent;
   box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  list-style:none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
blockquote, q { quotes:none; }
 
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
 
ins { background-color:#ff9; color:#000; text-decoration:none; }
 
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
 
del { text-decoration: line-through; }
 
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
 
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
 
hr { display:block; height:1px; border:0; border-top:4px solid #0d74d3; margin:0.083em 0; padding:0; }
 
input, select { vertical-align:middle; outline:none; border:0; border-radius:0;  }
:focus { outline:0;}

/*  Reset Stylesheet */
html { height:100%; width: 100%; }
body {
	background-color:white;
	color: #231f20;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight: 300;
	height:100%;
	line-height:150%;	 
	margin:0;   
	width:100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a, .a2{ 
	color: #231f20;
    text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}
a:hover {color: #231f20; }
.a2{color: white}
.a2:hover{color:#0d74d3 }

h1, h2,h3, h4 {font-family: 'Oswald', sans-serif; line-height:16px;}
h1{font-weight: 400; text-transform: uppercase;}
h2{font-weight: 500; text-transform: uppercase;}
h3{font-weight: 400;}
h4{text-transform: uppercase;}

/*figure{ width: auto; margin-bottom:10px;}
figcaption { display:inline-block; padding:0 0 0 10px; text-align: left; }*/
img, video { border:0; max-width:100%; vertical-align:top; }
hr{display:block;   margin:15px 0; width:40%; padding:0;}

p {color: #231f20; font-weight: 300; line-height: 20px; }
.txtc-green{color: #d4ec03;}
.txtc-white{ color: white;}
.txtc-blue{color: #0372a7;}
.txtc-black{color: #231f20;}
.fontsmall{font-size: 11px;}
.fontsmall2{font-size: 14px;}
.font1{font-family: 'Oswald', sans-serif; font-size:20px; }
.font2{font-family: 'Oswald', sans-serif; font-size: 25px;}
.font3{font-family: 'Oswald', sans-serif; font-size: 50px;line-height:55px;}

.upp{text-transform: uppercase;}
.alin{text-align: center; margin: 0 auto;}

.linespacing{line-height: 18px;}
.linespacing2{line-height: 20px;}
.linespacing3{line-height: 30px;}
.linespacing4{line-height: 40px;}

.bold{ font-weight: 700;}
@media (max-width: 1200px){

}
@media (max-width: 588px){
	
.font3{ font-size: 40px;line-height:45px;}
}

/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------GENERICS*/
.col10,.col20,.col30,.col40,.col50,.col60,.col70,.col80,.col90,.col100{display: inline-block; padding: 10px 0 0 0;}
.col10{width: 10%;}.col20{width: 20%;}.col30{width: 33.3%;}.col40{width: 40%;}.col50{width: 50%;}.col60{width: 16.6%;}.col70{width: 14%;}.col80{width: 12%;}.col90{width: 11%;}.col100{width: 100%;}
.push5{ padding-right: 5%;}.push10{ padding-right: 10%;}.push15{ padding-right: 15%;} .push20{ padding-right: 20%;}
.pull5{ padding-left: 5%;}.pull10{ padding-left: 10%;}.pull15{ padding-left: 15%;} .pull20{ padding-left: 20%;}
.i10,.i20,.i30,.i40,.i50,.i60,.i70,.i80,.i90,.i100{margin: 0 auto;}
.i10{width: 10%;}.i20{width: 20%;}.i30{width: 30%;}.i40{width: 40%;}.i50{width: 50%;}.i60{width: 60%;}.i70{width: 70%;}.i80{width: 80%;}.i90{width: 90%;}.i100{width: 100%;}

.wrap {
	height: 100%;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0;
	position: relative;
	width: calc(100% - 40px);
}
.subwrap {
	height: 100%;
	margin:0 auto;
	width: 100%;
	padding: 0;
	position:absolute;
	z-index: 10;
}
.intwrap {
	height: 100%;
	margin: 0 auto;
	max-width: 900px;
	padding: 0;
	position: relative;
	width: calc(100% - 40px);
}
.intwrap2{
	height:auto;
	margin: 0 auto;
	max-width: 900px;
	padding: 0;
	position: relative;
	width: calc(100% - 40px);
}

.btn-generic{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	border-radius:20px;
	-webkit-border-radius: 20px 20px;
    -moz-border-radius: 20px 20px;
	display:inline-block;
	cursor:pointer;
	font-size:1em;
	height:45px;
	line-height:45px;
	min-width:300px;
	margin:0 20px;
	padding:0;
	text-align:center;
	text-transform: uppercase;
	transition:all .16s;
	-webkit-transition:all .16s;
	white-space:nowrap;
	-webkit-font-smoothing:antialiased;
}
.blue{background:#0d74d3; color: white;}
.btn-generic.blue:hover{background-color:#053e72; color:white;}

ul.generics {
	color: #d4ec03;
	display: inline-block;
	font-size:14px;
	float: left;
	left:0;
	line-height: 25px;
	margin: 0 auto;
	padding: 10px 0  0 50px;
	position:relative;
	text-align: left;
	width: 100%;
}
ul.generics li{list-style-type: square;}
ul.generics span{ color: #231f20;}

ul.generics2{
	color: #d4ec03;
	display: inline-block;
	font-size:18px;
	float: left;
	left:0;
	line-height: 30px;
	margin: 0 auto;
	padding: 10px 0  0 30px;
	position:relative;
	text-align: left;
	width: 100%;
}
ul.generics2 li{list-style-type: square;}
ul.generics2 span{ color: #231f20;}

ul.linex {
	font-size:14px;
	left:0;
	line-height: 25px;
	margin: 0px;
	padding: 20px 0 0 0;
	position: relative;
	width: 100%;
}
ul.linex li{display: inline; list-style-type:none; padding: 0 ;}
ul.linex li a{color: #231f20;}
ul.linex li a:hover{color:#0d74d3;}
ul.linex span{color:#0d74d3; font-weight: 500; padding: 0 10px; }

.tit-vertical{
	font-weight: 500;
	display:inline-block;
	opacity: .5;
	writing-mode: vertical-lr;
	-ms-writing-mode: tb-rl; 
   -webkit-writing-mode: vertical-rl;
   -moz-writing-mode: vertical-rl;
    transform: rotate(180deg);
	position: absolute;
	left: -3%;
	z-index: -1;
}
.iconp{ background: url(../images/iconp.png) no-repeat center top; height:300px; opacity: .5; position: absolute; top: -50%; left: -5%; width: 250px; z-index: -1;}
.btndown{
	position: absolute;
	bottom: 80px;
	text-align:center;
	margin:0 auto;
	line-height:70px;
	width:100%;
	height:100px;
}
.scroll {
	/* background-color:#099;*/ 
	position:relative; 
	color: #d4ec03;
	font-size:0.875em;
	display:inline-block;
	z-index: 999;
}
.scroll:hover {text-decoration:none; }

.scroll:after {
	content:'';
	width:60px;
	height:60px;
	position:absolute;
	right: -35px;   
	-webkit-animation:3s arrow infinite ease;
	animation:3s arrow infinite ease;
}

.scroll:after {
	border-right:8px solid #d4ec03;
	border-bottom:8px solid #d4ec03;
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);

}
@-webkit-keyframes arrow {
	0%,100% {top:0px;}
	80% {top:50px;}
}
@keyframes arrow {
	0%,100% {top:0px;}
	50% {top:30px;}
}
.scrollup{
    width:40px;
    height:40px;
    opacity:0.7;
    position:fixed;
    bottom:50px;
    right:50px;
    display:none;
    text-indent:-9999px;
    background: url('../images/icon_top.png') no-repeat;
}


.sections{
	height:auto; 
	position: relative;
	padding:50px 0;
	text-align: center;
	width:100%;
}


@media (max-width: 1200px){
ul.generics2{
	display: inline-block;
	font-size:16px;
	line-height: 25px;
	padding: 10px 0  0 30px;
	width: 100%;
}
}
@media (max-width: 588px){
ul.generics{
	display: inline-block;
	font-size:14px;
	float:none;
	left:0;
	line-height: 25px;
	margin: 0 auto;
	padding: 10px 0  0 10%;
	position:relative;
	text-align:left;
	width:100%;
}
ul.generics2 { 
	font-size:14px;
	line-height: 25px;
	padding: 10px 0  10px 0;
	text-align:center;
	width:100%;
}
ul.generics2 li{font-weight: 400; display:inline; padding: 0 10px 0 0; list-style-type:none;}
ul.generics2 span{color: #6e9ad6; }

}
/*----------------------------------------------------------END-GENERICS*/
/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------INDEX*/
/*---------------HEADER*/
#header {
	height:100px;
	position:absolute;
	width: 100%;
	/*z-index: 99;*/
	z-index: 999;
}

.menu{ display: inline-block; text-align: left; position: absolute; right: 0; top: 52px; width: 65%;}
@media (max-width: 1200px){	
}
@media (max-width: 588px){
}
/*---------------END-HEADER*/

/*---------------PAGE*/
#inicio.page {position: relative;height: 100%;}
#logo{
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/procura-logo.png);
	background-position: center center;
	height: 200px;
	left: 0; right: 0;
	top: 0; bottom: 0;
	margin: auto;
	position: absolute;
	width:100%;
	z-index:2;
}

#inicio #slider {
	width: 100%;
	height:100%;
	display: block;
	overflow: hidden;
	background: #0372a7;
	text-align: center;
}

#inicio #slider .slide{
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	height:100vh;
	min-height:800px;
	outline: none;
	background-repeat: no-repeat;
	background-position: center top;
}
#inicio .slick-prev, #inicio .slick-next { 
	color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	z-index: 20;
	outline: none;
	position: absolute;
	-webkit-appearance: none;
	background-size: contain;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}
#inicio .slide-info{
	height: 200px;
	margin: auto;
	padding: 0;
	position: absolute;
	bottom: 0;
	top: 0;
	text-align: left;
	width: 80%;
}

#bullet-industries,#bullet-customers{
	text-align:left;	
}
#bullet-industries h2,#bullet-customers h2{ padding-left: 20px;}
#bullet-industries img, #bullet-customers img{ margin: 0 auto; padding: 0 0 20px 0; width: 40%; display: inline-block;}
.env{ display: inline-block; width: 53%;}


.c-list{
	display: inline-block; width: 25%; padding: 50px 10px;
}
.c-list img{
	width:80%;
}
@media (max-width: 1200px){
#logo{height: 150px;width:80%;}


#inicio .slide-info{
	height: 200px;
	bottom: 0;
	top: 0;
	left: 10%;
	width: 80%;
}

#bullet-industries,#bullet-customers{
	display: block;
	margin:0 0  100px 0;
	width: 100%;
}
#bullet-industries img, #bullet-customers img{ padding-right:0; width: 35%}
.env{ width: 60%;}
	
}
@media (max-width: 588px){
	#logo{height: 150px;width:80%;}
	#inicio.page {position: relative;height: 100%;}
	#inicio #slider {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	background: #0372a7;
	text-align: center;
}

#inicio #slider .slide{
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	height: 100vh;
	min-height:inherit;
	outline: none;
	background-repeat: no-repeat;
	background-position: center top;
}
	
#bullet-industries,#bullet-customers{
	margin: 10px 0 100px 0;
	text-align:center;
	width: 100%;
}
.env{ width: 100%;}
#bullet-industries img, #bullet-customers img{  width:40%;}
	.c-list{
	display:inline-block; width: 45%; margin: 0 auto; padding: 20px 10px;
}
}

/*----------------------------------------------------------END-PAGE*/
/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------TABS*/

/* Style the tab */
.tab {
    float: left;
    border:0;
    background-color: #f1f1f1;
    width: 30%;
    height: auto;
}
.tab p{height:50px; /*line-height:50px;*/ text-align:center; text-transform:uppercase;}
.tab button {
	background-color: inherit;
    display: block;
    border-bottom: 1px #ccc solid;
	border-left:0; border-right:0; border-top:0;
    color:#6F6F6F;
	text-transform: uppercase;
    padding: 15px 16px;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
	width: 100%;
}
.tab button:hover {background-color: #ddd; color:#373737;}
.tab button.active {background-color: #ddd; color:#373737;}
.tabcontent,.tabcontent2,.tabcontent3,.tabcontent4 {
	animation: fadeEffect 1s;
    float: left;
    padding: 15px 0 15px 30px; 
    width: 70%;
    border-left: none;
    height: auto;
}
.tabcontent .col40, .tabcontent .col60{vertical-align: bottom;}
.tabcontent .col40{ text-align:right;}
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@media (max-width: 588px){
/* Style the tab */
.tab {float: none; width: 100%; height: auto;}
.tab p{ height:30px; line-height:30px;}
.tab button {display: inline-block;text-align:center;width: 33.3%;}
.tab button span{ display: inherit; display: block;}
.tabcontent,.tabcontent2,.tabcontent3,.tabcontent4 {float:none; padding: 15px 0 15px 0; width: 100%;height: auto;}
.tabcontent h3{ font-size:14px;}
.tabcontent .col10{ width:30%; padding:0;}
.tabcontent .col40, .tabcontent .col60{ display:block; text-align:left; width:100%; vertical-align: bottom;}
}
/*----------------------------------------------------------END-TAB*/
/*---------------------------------------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------CONTACTO*/
.sec2{
	background-color:#DBDBDB;
	height:360px; 
	position: relative;
	padding:0;
	width:100%;
}

/*----------------Contactform------*/
.cont-info{display: inline-block; color:white; text-align: center; width: 33%;}
.bullet{  display: inline-block; max-width: 30px;}

.cont-content-form{ margin:0 auto; padding: 20px 0; width:100%;}

.textfield{
	background: rgba(255,255,255, 1);
	color:black; font-weight:600;
	border: 1px solid #c9c9c9;  	
	font-size:0.875em;
	font-family: 'Open Sans', sans-serif; 
	font-style: normal;
	height:40px;
	padding:0 0 0 8px;
	letter-spacing:1px;
	width:46%;
	-webkit-appearance: none;
	
	-o-transition:color .2s ease-out, background .1s ease-out;
    -ms-transition:color .2s ease-out, background .1s ease-out;
    -moz-transition:color .2s ease-out, background .1s ease-out;
    -webkit-transition:color .2s ease-out, background .1s ease-out;
    transition:color .2s ease-out, background .1s ease-out;
	
	display: inline-block;
	margin:0 0 25px 5px;
}
.textfield:focus{background: rgba(207,207,207, 1);border: 1px solid  #069c73;}

.textfield2,.textfield3{ display:inline-block; margin:0; width:49%;}

label{ display:block;padding: 0 0 20px 0; text-align: center;}
option { color:#363636;} 

.textfieldarea{
	background: rgba(255,255,255, 1);
	color:black; font-weight:600;
	border: 1px solid #c9c9c9; 	
	font-size:0.875em;
	font-family: 'Open Sans', sans-serif; 
	font-style: normal;
	height:100px;
	padding:10px 0 0 8px;
	letter-spacing:1px;
	width:96.5%;	
	-webkit-appearance: none;	
	-o-transition:color .2s ease-out, background .1s ease-out;
    -ms-transition:color .2s ease-out, background .1s ease-out;
    -moz-transition:color .2s ease-out, background .1s ease-out;
    -webkit-transition:color .2s ease-out, background .1s ease-out;
    transition:color .2s ease-out, background .1s ease-out;	
	display: block;
	margin:0 0 5px 0;
}
.textfieldarea:focus{background: rgba(207,207,207, 1);border: 1px solid  #069c73;;}

#buttoncontenedor{margin: 10px 0 20px 0; text-align:center; width:100%;}
.button-c {
	background:#0372a7;
	border-radius:20px;
	-webkit-border-radius: 20px 20px;
    -moz-border-radius: 20px 20px;
	font-family: 'Open Sans', sans-serif; 
	font-size:1em;
	color: #FFF;
	border:0;
	cursor:pointer;
	float: none;
	height:45px;
	line-height:45px;
	width:30%;
	-o-transition:color .2s ease-out, background .1s ease-out;
    -ms-transition:color .2s ease-out, background .1s ease-out;
    -moz-transition:color .2s ease-out, background .1s ease-out;
    -webkit-transition:color .2s ease-out, background .1s ease-out;
    transition:color .2s ease-out, background .1s ease-out;
	text-align:center;
	margin: 0 auto;
}
.button-c:hover {background-color:#d4ec03; color: black;}
@media (max-width: 1200px){
.sec2{
	height:auto; 
}

.cont-info{font-size: 1.5vw; padding: 0 0 10px 0 }
.bullet{max-width: 25px;}
	
.cont-content-form{width:100%;}
.textfield2,.textfield3{display:block; margin:0 auto; width:100%;}

.textfieldarea{width:95%; margin: 0 auto;}
	
label{ text-align:center;}
#buttoncontenedor{ margin: 10px auto; width:90%;}
}
@media (max-width: 588px){
.cont-info{font-size: 4.5vw; display: block; width: 100%;}
.bullet{ display: block;  margin: 0 auto; max-width: 45px;}
	
.textfield{width: 95%;}
#buttoncontenedor{ width:100%;}
.button-c { min-width: 200px;}

}
/*----------------------------------------------------------ENDCONTACTO*/
/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------FOOTER*/
footer {
	background-color:#06608b;
	padding: 70px 0 30px 0;
	text-align:center;
	height: auto;
	margin:0 0 0 0;
	width: 100%;
}
.fotcol{ display: inline-block; width:25%;}
.fotcol img{ padding:0 ; width: 60%;}

.markinf{ display: inline-block; margin: 0 auto; padding:10px 0 20px 0; text-align: center; width: 100%;}
.markinf2,.markinf3{ display: inline-block; margin: 0 auto;width: 25%;}
.markinf2  img{ width: 50%;}
.markinf3 img{width:100%;}
.markinf3-content{ width: 65%; float: right;}


.markinf p{display: inline-block; text-align: left; line-height:20px; padding: 8px 0 0 15px; width: 75%;  }
.markinf img{ display: inline-block;  width:15%}

@media (max-width: 1200px){
.fotcol{ display:block; margin: 0 auto;  width:80%;}
.fotcol img{ padding:0 0 40px 0 ; width: 50%;}

.markinf p{display: inline-block; text-align: left; line-height:20px; padding: 8px 0 0 15px; width: 55%;  }
.markinf img{ display: inline-block; width:10%}


.col100 .markinf p{ display: block; text-align:center; width:100%;}
.col100 .markinf img{ padding: 20px 0 0 0; width: 30%;}
	
}
@media (max-width: 588px){
.markinf p{display: inline-block; text-align: left; line-height:20px; padding: 8px 0 0 15px; width: 80%;  }
.markinf img{ display: inline-block; width:20%}

.markinf2,.markinf3{ display:inline-block; margin: 10px auto;width: 50%;}
.markinf2  img{ width: 80%;}

.markinf3-content{width: 100%; margin: 0 auto;float:none;}
	.markinf3{ text-align: center;}
	.markinf3  img{ width: 80%;}
.col100 .markinf p{ display: block; text-align:center; width:70%;}
}








/*----------------------------------------------------------END-FOOTER*/
/*---------------------------------------------------------------------------------------------------------------------------------------------*/

.bco-ngo{
filter: grayscale(100%);
 
-webkit-filter: grayscale(100%);
 
transition:filter 0.4s;
 
-webkit-transition:-webkit-filter .2s;
}
.bco-ngo:hover{
	filter: grayscale(0);
 
-webkit-filter: grayscale(0);
}