/** custom fonts **/
	
@font-face {
font-family: 'Myriad Pro Regular';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Regular'), url('/fonts/MYRIADPRO-REGULAR.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Condensed';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Condensed'), url('/fonts/MYRIADPRO-COND.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Semibold Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Semibold Italic'), url('/fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Semibold';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Semibold'), url('/fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Condensed Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Condensed Italic'), url('/fonts/MYRIADPRO-CONDIT.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold Italic'), url('/fonts/MYRIADPRO-BOLDIT.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Bold Condensed Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold Condensed Italic'), url('/fonts/MYRIADPRO-BOLDCONDIT.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Bold Condensed';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold Condensed'), url('/fonts/MYRIADPRO-BOLDCOND.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Bold';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold'), url('/fonts/MYRIADPRO-BOLD.woff') format('woff');
}

textarea{
    resize: vertical;
    height: 100px;
    min-height: 40px;
    max-height: 200px;
}

/* Placeholder overrides */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    rgba(0, 0, 0, 0.5);
    font-family: "Lato", Helvetica, sans;
}
input:-moz-placeholder,
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    rgba(0, 0, 0, 0.5);
    font-family: "Lato", Helvetica, sans;
    opacity:  1;
}
input::-moz-placeholder,
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    rgba(0, 0, 0, 0.5);
    font-family: "Lato", Helvetica, sans;
    opacity:  1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    rgba(0, 0, 0, 0.5);
    font-family: "Lato", Helvetica, sans;
}   
input::-ms-input-placeholder,
textarea::-ms-input-placeholder { /* Microsoft Edge */
    color:    rgba(0, 0, 0, 0.5);
    font-family: "Lato", Helvetica, sans;
}


html {
	background: white;
	margin:0;padding:0;
	height:100%;
	width:100%;
}
body {
	font: 17px Arial, Verdana, Helvetica, sans-serif;
	padding:0;margin:0;
}
a {
	text-decoration: underline;
	color: #ffffff;
	transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-webkit-transition: background-color .5s ease;
	-ms-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;

}
a:hover {
	color: #ffffff;
}
a:visited {
	color: #ffffff;
}
a[href^=tel] {
	text-decoration:inherit;
	color: inherit;
}
.clear {
	display: block;
	clear: both;
}
#adults option {
	color: black;
}
h1,h2,.h1,.h2 {
	font-size:1em;
	color: #333;
	font-weight: bold;
	margin: 0;
}
img {
	border: 0 !important;
}
h1,.h1 {
	margin-top:0;
	color: #d49f45;
}
h2,.h2 {
	margin:0;
	font-weight:normal;
}
h2,h3,h4,h5 {	 margin-bottom: 0;}
h3,.h3  { 
	width: auto;
	font-size: 1.2em;
	line-height:1em;
	font-weight:normal;
}
h4 ,h5 { font-size: 1.2em;color:#999; }
ol, ul {
	list-style: none;
}
table,tr,td {
	border:0;
	border-color:transparent;
}
fieldset {
	margin:0;
	border:0;
}
ul {
	list-style: none;
	margin:0;
	padding:0;
}
.relative {
	position: relative;
}
.clear {
	clear: both;
}


/*** Falta Ordenar ****/

body {
    margin: 0;
    padding: 0;
    position: relative;
}
#content-home #header{
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
}
#header {
    background: white;
    height: 90px;
    border-bottom: 1px solid #eee;
}
#header .container {
    height: 100%;
}

.slogan h1 {
    font-family: "Roboto";
    text-align: center;
    color: #272727;
    font-weight: 100;
    font-size: 1.2em;
    position: absolute;
    top: 40px;
    left: 275px;
    text-transform: uppercase;
}
.container {
    min-width: 1000px;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    padding: 0 12px;
}	
.home-slideshow {
    width: 100%;
    background-color: #FF8910;
    margin-top: 80px;
    max-height: 100%;
    height: 100vh;
    margin: 0 auto;
    background-size: cover;
    position: fixed;
    z-index: 99;
}
.home-slideshow .container {
    height: 100%;
}
div#logo {
    float: left;
}
.phone {
    float: right;
    color: #FFA72F;
    font-family: "Myriad Pro Regular";
    font-weight: normal;
    font-size: 1.4em;
    position: relative;
    top: 34px;
    padding-right: 70px;
}
.caption span {
    display: block;
    font-weight: 400;
}
.caption {
    font-family: 'Roboto', serif;
    font-weight: 300;
    position: absolute;
    top: 140px;
    font-size: 3.5em;
    line-height: 1em;
	left: 40px;		    
}
.caption.animated.fadeIn.crecer span {
	display: inline-block;
}
.caption.animated.fadeIn.crecer {
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	color: #ffffff;
	text-shadow: 0px 0px 25px #333;
	width: 750px;
	text-align: center;
}
.caption span div {
    display: inline-block;
}
/* Google Colors **/
.green {
    color: #34A853;
}
.yellow {
    color: #FBBC05;
}
.red {
    color: #EA4335;
}
.blue {
    color: #4285F4;
}
.caption span div {
    display: inline-block;
}
.clear {
	display: block;
	clear: both;
}
.content p {
    margin: 0;
    margin-bottom: 15px;
}
.content {
    font-family: "Myriad Pro Regular";
    margin: 0 auto;
    margin-top: 55px;
    font-size: 24px;
    line-height: 1.35417;
    font-weight: 300;
    text-align: center;
    max-width: 900px;
    color: #333;
}
.content p b {
    font-weight: normal;
}
.content img {
    position: absolute;
    right: 0;
    top: 0;
    width: 39%;
}
#main {
    overflow: hidden;
    position: relative;
    top: 650px;
    z-index: 999;
}
section.featured-services img {
    width: 530px;
}
section.featured-services {
    text-align: center;
    padding: 0px 0;
    margin-top: 35px;
}
section.portfolio {
    background: #F4F4F4;
    padding-top: 1px;
    margin-top: 40px;
}
.title {
    font-size: 3em;
    line-height: 1.0788;
    font-weight: 200;
    text-align: center;
    font-family: 'Roboto', serif;
	margin-top: 45px;
	margin-bottom: 45px;
}


.box-portfolio {
    float: left;
    width: 23.5%;
    box-sizing: border-box;
    padding: 25px;
    margin-right: 2%;
    border: 1px solid #eee;
    margin-bottom: 2%;
    height: 400px;
    background: white;
    overflow: hidden;
}
.box-portfolio:hover {
    background: #FF8910;
    transition: 0.2s all;
}
.box-portfolio:hover .news-title, .box-portfolio:hover p, .box-portfolio:hover a {
    color: white;
}
.box-portfolio:hover a {
    text-decoration: underline;
}
.box-portfolio.last {
    margin-right: 0 !important;
}
.box-portfolio .news-image {
    position: relative;
    padding-bottom: 55.5%;
    overflow: hidden;
}
.box-portfolio .news-image img {
    width: 100%;
    position: absolute;
}
.box-portfolio p {
    font-family: "Lato";
    font-weight: 300;
    text-align: center;
    line-height: 1.4em;
    font-size: 1em;
    color: #777;
}
.news-title {
    text-align: center;
    font-family: 'Roboto', serif;
    font-size: 1.5em;
    font-weight: 100;
    margin-top: 15px;
}
#logo img {
    width: 250px;
    top: 26px;
    position: relative;
}
.box-portfolio a {
    color: rgb(255, 138, 0);
    text-decoration: none;
}
ul.languages {
    top: 0;
    right: 0;
    position: relative;
}
.footer {
    background: #FF8910;
    color: #ffffff;
    text-align: center;
    font-family: "Roboto";
    font-weight: 100;
    position: relative;
    z-index: 99;
}

.subtitle {
    text-align: center;
    font-family: "Myriad Pro Regular";
    margin-top: -35px;
    margin-bottom: 45px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 200;
}

.languages {
    position: absolute;
    right: 8px;
    top: 28px;
}
.languages ul li {
    list-style: none;
    margin-right: 5px;
}
.address {
    line-height: 1.4em;
    font-size: 1.1em;
    font-weight: 300;
    font-family: "Lato";
}
.address span {
    display: block;
    line-height: 1em;
}
.dropdown-leadform {
    background: #FEA62E;
    margin-top: 40px;
    margin-bottom: -40px;
    display: none;
    padding-top: 20px;
    padding-bottom: 10px;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.15);
}
.cta-btn {
    background: #FF8910;
    width: 200px;
    margin: 0 auto;
    line-height: 60px;
    border-bottom: 2px solid #DB8E00;
    border-radius: 2px;
    color: #ffffff;
    margin-top: 25px;
    transition: 0.3s all;
    cursor: pointer;
    -webkit-appearance: none;	    
}
.cta-btn.active {
    background: #999;
    border-bottom: 2px solid #666;
    transition: 0.3s all;
}
.footer img {
    width: 200px;
}
.dropdown-leadform .container {
    padding: 35px 12px;
    height: 100%;
}
.form-title {
    text-align: center;
    font-family: "Myriad Pro Regular";
    font-size: 2.5em;
    color: #ffffff;
    margin-top: 20px;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.dropdown-leadform label {
    display: none;
}
.col-33 {
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
}
.col-33 input {
	width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 1.1em;
    font-family: "Myriad Pro Regular";
    font-weight: 100;
}
.col-33 input {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 1.1em;
    font-family: "Myriad Pro Regular";
    font-weight: 100;
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;    
    -o-border-radius: 3px;    	    
}
.col-100 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}
.col-100 textarea {
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    font-size: 1.1em;
    font-weight: 100;
    font-family: "Myriad Pro Regular";
    padding: 15px;
}
.dropdown-leadform input.submit {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    border: 0;
    padding: 20px 59px;
    font-size: 1.2em;
    font-family: "Myriad Pro Regular";
    text-transform: uppercase;
    font-weight: 100;
    color: #ffffff;
    background: #FF8910;
    border-radius: 3px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}
.dropdown-leadform input.submit:hover {
    background: #e97d10;	
}
.footer-phone {
    font-size: 1.75em;
    font-weight: normal;
}
.footer a {
    text-decoration: none;
}
.copyright {
    font-size: 0.8em;
}

.h-phone {
    float: right;
    padding: 21px 0;
    font-size: 1.5em;
    font-family: "Lato";
    font-weight: bold;
    color: black;
    /*padding-right: 38px;*/
}
.h-phone span {
    font-size: 0.6em;
    margin-right: 5px;
}
.contact-email {
    font-size: 0.65em;
    font-weight: 300;
}
.contact-email a {
    text-decoration: none;
    color: #FFA72F;
    letter-spacing: 1.7px;
}

/*** category clients ***/
#category-clients .main {
    position: relative;
    top: 90px;
}
#category-clients .title h1 {
    font-family: "Roboto";
    font-weight: 300;
    color: #333;
    text-transform: uppercase;
}
#category-clients .main {
    position: relative;
    top: 90px;
    background: #f9f9f9;
    padding-top: 1px;
    padding-bottom: 40px;    
}
#category-clients .footer {
    top: 110px !important;
}



#category-job, #content-job {
    background-color:  #ffa72f; 
	background: radial-gradient(center , #ffa72f 0%, #ff8910 70%);
	background: -moz-radial-gradient(center , #ffa72f 0%, #ff8910 70%);
	background: -webkit-radial-gradient(center , #ffa72f 0%, #ff8910 70%);
	background: -o-radial-gradient(center , #ffa72f 0%, #ff8910 70%);			
}
#category-job .main {
    position: relative;
}
#category-job .footer, #content-job .footer {
	top: 150px;
	background: white;
	color: #333;
}
#category-job .footer a, #content-job .footer a {
	color: #333;
}
#category-job h1#fx-page-title {
    font-weight: normal;
    font-size: 1.1em;
    color: #ffffff;
	font-family: "Roboto";    
}
#category-job .child {
    float: left;
    width: 50%;
    padding: 0px 15px 60px 85px;
    box-sizing: border-box;
    transition: 0.3s all;
    font-family: "Roboto";
    position: relative;
}
#category-job .child img {
    width: 65px;
    float: left;
    position: absolute;
    top: 5px;
    left: 6px;
}
#category-job .child span {
    font-size: 1.2em;
    display: block;
    text-transform: uppercase;
    line-height: 1.5em;
    color: #ffffff;
}
#category-job .child a {
    font-family: "Roboto";
    text-decoration: none;
    color: #333;
}
#category-job .last-works .title {
    font-size: 1.5em;
    text-transform: uppercase;
    font-family: "Lato";
    font-weight: 300;
    color: #ffffff;
    margin-top: 40px;
    margin-bottom: 25px;
}
#category-job .child .desc {
    font-weight: 300;
    margin-top: 6px;
    color: #ffffff;
}
#category-job a.read-more {
    padding: 7px 15px;
    background-color: #ffffff;
    color: #ffa72f;
    font-weight: 300;
    font-size: 0.9em;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    position: absolute;
    left: 0;
    bottom: 10px;
    left: 85px;
    transition: 0.2s all;
}
#category-job a.read-more:hover {
    background-color: #ef7d09;
    color: #ffffff;
}

#category-job .title {
    text-align: left;
    font-size: 2em;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 300;
}
#category-job .content {
    text-align: left;
    font-size: 1.1em;
    max-width: 100%;
    color: #ffffff;
    padding: 0 !important;
}
#category-job .content-right {
    width: 600px;
    float: left;
    box-sizing: border-box;
    padding-left: 25px;
    margin-top: 50px;
}
#category-job .content-right img {
    width: 100%;
}
#category-job .content-left {
    width: calc(100% - 600px);
    width: -webkit-calc(100% - 600px);
    width: -moz-calc(100% - 600px);
    width: -o-calc(100% - 600px);
    float: left;
}
#content-job .main {
    position: relative;
}
#content-job .title {
    text-align: left;
    font-size: 2.5em;
    margin-bottom: 20px;
    margin-left: -6px;
}
#content-job .title h1 {
	color: #ffffff;
	font-weight: 300;
}
#content-job ul.breadcrumbs {
    margin-top: 45px;
    font-weight: 300;
    font-family: "Roboto";
    font-size: 0.8em;
    letter-spacing: 1px;
}
#content-job ul.breadcrumbs li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
#content-job ul.breadcrumbs li a {
    text-decoration: none;
}
#content-job ul.breadcrumbs li:not(:last-child):after {
    content: ">";
    color: #ffffff;
    position: absolute;
    right: -15px;
    top: 0px;
    font-size: 1.1em;
}
#content-job .content.form {
    float: left;
    text-align: left;
    margin: 0;
    box-sizing: border-box;
    max-width: 100%;
    padding-right: 35px;
    color: #ffffff;
    font-size: 1.1em;
}
#content-job aside.sidebar fieldset {
    padding: 0;
    margin: 0;
}
#content-job aside.sidebar input, #content-job aside.sidebar textarea {
    width: 100%;
    padding: 15px 12px;
    box-sizing: border-box;
    border: 1px solid #ef800e;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    background: white;
    margin-bottom: 16px;
    font-size: 0.8em;
    box-shadow: 1px 1px 5px #a2a2a2 inset;
}
#content-job aside.sidebar input[type="submit"] {
    border-color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.2s all;
    cursor: pointer;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    background: #333;
    color: #ffffff;
	transition: 0.2s all;    
}
#content-job aside.sidebar input[type="submit"]:hover {
	background: #000;
	color: #ffffff;
	transition: 0.2s all;
}
#content-job aside.sidebar textarea {
	height: 100px;
}
#content-job > .page > .main > .container {
    min-height: 600px;
}
#content-job .content.form ul li:before {
    content: "✓";
    margin-right: 15px;
}
#content-job .content.form ul li {
    padding-left: 20px;
    line-height: 1.55;
}
#content-job .content.form ul {
    margin-bottom: 15px;
}

#category-job .content-left{
    width: 60%;
    box-sizing: border-box;
    padding-right: 50px;
}
#category-job #myCanvasContainer{
    width: 600px;
    margin: 0 auto;
}
#category-job .content-right{
    width: 40%;
    margin-top: 0px;
}
#category-job .child{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}
#category-job .child img{
    width: 65px;
}
/*#filters-container{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 60px;
    font-family: 'Roboto', serif;
    font-size: 1em;
    font-weight: 300;
}
#filters{
    background-color: #F4F4F4;
    display: flex;
    border: white solid 1px;
    border-radius: 1px;
    margin: 0 auto;
    width: 500px;
    justify-content: center;
    background: white;
}
#filters li{
    display: inline;
    padding: 9px 12px;
    min-width: 100px;
    box-sizing: border-box;
    text-align: center;
}
#filters li:hover{
    background: #FF8910;
    transition: 0.3s all;
    cursor: pointer;
    color: white;;
}
#filters .active{
    background-color: #FF8910;
    color: white;
}*/
#content-job .content-left{
    display: inline-block;
    width: 69%;
    box-sizing: border-box;
}
#content-job .content-right{
    display: inline-block;
    width: 30%;
    box-sizing: border-box;
}
#content-job .content-right .title{
    padding-left: calc(100% - 300px);
    padding-left: -webkit-calc(100% - 300px);
    padding-left: -moz-calc(100% - 300px);
    padding-left: -o-calc(100% - 300px);

}
#content-job .title h3{
    color: #ffffff;
    font-weight: 300;
    font-size: inherit;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
    -webkit-animation: zoomIn 0.3s ; /* Safari 4.0 - 8.0 */
    animation: zoomIn 0.3s ;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.col-three {
    width: 25%;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}


/*** newest ***/

.col-66 {
    width: 66.6%;
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
}
.col-33 input {
    margin-bottom: 25px;
}
.col-66 textarea {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-family: "Lato";
    -o-border-radius: 3px;
    background: rgba(255, 255, 255, 0.34);
    color: white;
    height: 210px !important;
    border: 0 !important;
    border-radius: 3px;
    font-size: 1.1em;
    resize: none;
}

body {
	min-width: 1024px;
}
.content {
    margin: 0 auto;
    padding: 115px 0 40px;
    font-size: 1.25em;
    line-height: 1.4;
}
.col-four a{
    text-decoration: none;
}
#filter-error{
    height: 300px;
    padding: 100px;
    text-align: center;
}
@media(min-width: 100px) and (max-width: 1150px) {
    .col-four{
        width: 50% !important;
    }
}
.col-four {
    width: 33.3%;
    float: left;
}
.box-portfolio-dev {
    overflow: hidden;
    position: relative;
    border: 0px solid transparent !important;
    margin-bottom: -1px;
}
#filters-container{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 70px;
    font-family: 'Roboto', serif;
    font-size: 1em;
    font-weight: 300;
}
#filters {
    display: flex;
    border-radius: 1px;
    margin: 0 auto;
    width: 70%;
    justify-content: center;
}
/*#filters li {
    display: inline;
    padding: 9px 10px;
    box-sizing: border-box;
    text-align: center;
    border: 1px #ffac3c solid;
    color: white;
    font-weight: 300;
    margin: 5px 1px;
    text-transform: capitalize;
    width: 18%;
    font-weight: normal;
    background: #ffbe00;
}*/

#filters li {
    display: inline;
    width: 18%;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0.2em;
    padding: 0 1.5em;
    border: 1px solid rgba(211,211,211,1);
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
    color: rgba(114,114,114,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    white-space: nowrap;
    background: rgb(232, 232, 232);
    -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,0.8), 0 1px 0 0 rgba(0,0,0,0.298039);
    box-shadow: 0 0 1px 1px rgba(255,255,255,0.8), 0 1px 0 0 rgba(0,0,0,0.298039);
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    text-transform: capitalize;
}
#filters li:hover{
	cursor: pointer;
	border: 1px solid rgba(178,178,178,1);
	color: rgba(76,76,76,1);
	-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) inset, 0 1px 0 0 rgba(0,0,0,0.298039) ;
	box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) inset, 0 1px 0 0 rgba(0,0,0,0.298039) ;
}
#filters .active{
	cursor: pointer;
	border: 1px solid rgba(178,178,178,1);
	color: rgba(76,76,76,1);
	-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) inset, 0 1px 0 0 rgba(0,0,0,0.298039) ;
	box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) inset, 0 1px 0 0 rgba(0,0,0,0.298039) ;
}	
.col-three {
    width: 25%;
}
.portfolio{
    min-height: 500px;
}
#logoContainer .thumbLogo img{
    width: 100px;
    display: block;
    margin: 0 auto;
}
.portfolio .title {
    margin-top: 0px;
}







/*** de momento ****/

.text-container {
    display: block;
    background: rgba(255, 137, 16, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    padding: 15%;
    box-sizing: border-box;
    text-align: center;
    bottom: -100%;
	transition: 0.3s all ease-out; 
	opacity: 0;  
}

.text-box {
    position: absolute;
    top: 50%;
    width: 100%;
    box-sizing: border-box;
    left: 0 !important;
    padding: 0 15%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.news-title {
    font-family: "Lato";
    font-weight: 900;
    font-size: 2.5em;
}
.text-box p {
    font-family: "Lato";
    font-weight: 300;
    font-size: 1.2em;
    color: white;
}
.box-portfolio-dev:hover .text-container {
	bottom: 0 !important;
	transition: 0.3s all ease-out;
	opacity: 1;
}


.thumbLogo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    max-width: 50%;
    transition: 0.3s all ease-out;
}
.box-portfolio-dev:hover .thumbLogo {
    top: -50%;
    transition: 0.3s all ease-out;
}

/* test */
.box-portfolio-dev:hover .thumbLogo {
	top: 37%;
    transition: 0.3s all ease-out;
}
.thumbLogo {
	z-index: 999 !important;
}
.text-box {
	top: 69%;
}

.image-container {
    position: relative;
    padding-bottom: 68%;
    overflow: hidden;
}
.image-container .port-img {
    position: absolute;
    width: 100%;
}
.overlay {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0,.25);
	z-index:4;
}
.thumbLogo.text {
    font-size: 2em;
    width: 100% !important;
    max-width: 100%;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: "Lato";
    font-weight: 900;
}
@media (max-width: 1715px) {
	.text-container {
		font-size: 0.9em;
	}
}
@media (max-width: 1600px) {
	.text-container {
		font-size: 0.8em;
	}
}
@media (max-width: 1425px) {
	.text-container {
		font-size: 0.75em;
	}
}
@media (max-width: 1285px) {
	.text-container {
		font-size: 0.65em;
	}
}
@media (max-width: 1150px) {
	.text-container {
		font-size: 0.9em;
	}
}




/* ============================================================
   KEY
/* ============================================================
    
    00. Reset
    01. Global classes - default
    02. Global classes - custom
    03. Grid
    04. Colors
    05. Fonts
    06. Forms
    07. Buttons
    08. Separators
    09. Parallax Background
    10. Animated effects
    11. Overlays
    12. Pages
    13. Includes and sections
    14. Cookies
    15. Popup
    100. Media Queries
*/

/*  
==========================================================================
00. Reset
========================================================================== 
*/
.formTitle *,
.leadform__thanks *,
._pageTitles *,
._blockTitle *{
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-size: 100%;
    color: inherit;
    line-height: inherit;
}

.main,
main{
    min-height: 600px;
}




/*  
==========================================================================
02. Global classes - custom
========================================================================== 
*/
._section{margin:30px 0;}
._section--fullPad{margin:0;padding:30px 0;}
._section--padV{margin: 0; padding: 30px 0;}
._section--noPadTop{padding-top:0 !important;}
._section--noPadBot{padding-bottom:0 !important;}
._section--noMrgTop{margin-top:0 !important;}
._section--noMrgBot{margin-bottom:0 !important;}
._section--noMrg{margin:0;}
._section--mrgTop{margin-top:30px;}
._section--mrgBot{margin-bottom:30px;}
._section--padTop{padding-top:30px;}
._section--padBot{padding-bottom:30px;}


.pad{padding: 15px;}
.pad-small{padding: 8px;}
.pad-h {padding: 0 15px;}
.pad-h-small {padding: 0 8px;}
.pad-v {padding: 15px 0;}

.pull-right {float: right !important;}
.pull-left {float: left;}

._row:after,
._clearfix:after {content: "";visibility:hidden;display:block;height:0;clear:both;}

._row{margin-left:-15px;margin-right:-15px;}
._row--small{margin-left: -8px; margin-right: -8px;}


._pageTitles {
    margin-bottom: 30px;
    font-family: 'Lato', serif;
}
._pageTitle {
    font-size: 37.4px;
    font-weight: normal;
    font-family: 'Lato', serif;
}
._blockTitle {
    font-size: 51px;
}



.contentNew{
    font-weight: 300;
    line-height: 1.4;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-align: left;
    max-width: 100%;
    color: inherit;
}
.contentNew a{
    text-decoration: underline;
    color: inherit;
}
.contentNew p{
    margin: 0;
}
.contentNew p:not(:last-child){
    margin-bottom: 15px;
}
.contentNew li{
    position: relative;
    padding-left: 25px;
    margin: 8px 0;
}
.contentNew li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background-color: #333333;
}

._right{
    text-align: right;
}
._center{
    text-align: center;
}


/*  
==========================================================================
03. Grid
========================================================================== 
*/
/* Floating */
._col,
._col-custom,
._col-fifth,
._col-half,
._col-third,
._col-two-third,
._col-complete,
._col-one,
._col-two,
._col-three,
._col-four,
._col-five,
._col-six,
._col-seven,
._col-eight,
._col-nine,
._col-ten,
._col-eleven,
._col-complete{
    float:left;
    box-sizing: border-box;
}

/* Grid sizes */
._col-one{width: 4.66666666667%;}
._col-two{width: 13.3333333333%;}
._col-fifth{width: 19.5%;}
._col-three{width: 25%;}
._col-four{width: 30.6666666667%;}
._col-third{width: 33.333%;}
._col-five{width: 42.3333333333%;}
._col-six{width: 48%;}
._col-half{width: 50%;}
._col-seven{width: 56.6666666667%;}
._col-eight{width: 63.3333333333%;}
._col-two-third{width: 66.666%;}
._col-nine{width: 75.0%;}
._col-ten{width: 82.6666666667%;}
._col-eleven{width: 91.3333333333%;}
._col-complete{ width: 100%;}
._col-block{display:inline-block;float:none!important; vertical-align: middle;}



/*  
==========================================================================
04. Colors
========================================================================== 
*/
._orange{
    color: #ffa72f;
}
._white{
    color: #ffffff;
}

._bgOrange{
    background-color: #ff8910;
}


/*  
==========================================================================
06. Forms
========================================================================== 
*/

.formTitle{
    font-size: 26px !important;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 300;
}
#content-job .content{
    padding: 0;
}


.form-upload input{
    width: 0.1px !important;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.form-upload label{
    padding: 15px 20px;
    margin-bottom: 15px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background-color: #ef7d09;
    cursor: pointer;
    transition: 0.2s all;
}
.form-upload label:hover{
    background-color: #f9b354;
}

.leadform__thanks {
    line-height: 1.4;
    color: #ffffff;
    padding: 15px;
    border: 2px solid #ffffff;
    border-radius: 3px;
}


/*--- Custom Checkbox --- */
.checkbox {
    display: block;
    position: relative;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    margin-bottom: 16px;
}

/* Hide the browser's default checkbox */
#checkbox__legal {
    position: absolute;
    left: -999999px;
    opacity: 0;
    -webkit-appearance: checkbox;
}
#checkbox__text-link{
    text-decoration: underline;
}

/* Create a custom checkbox */
.checkbox__checkmark,
.checkbox__text{
    vertical-align: middle;
}
.checkbox__checkmark {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    float: left;
    max-width: 10%;
    background-color: #ffffff;
    cursor: pointer;
    transition: 0.2s all;
    margin-right: 5px;
    box-shadow: 1px 1px 5px #a2a2a2 inset;
    cursor: pointer;
}
.checkbox__checkmark:after {
    content: "✔";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #19355c;
    font-weight: 900;
    font-size: 15px;
    transition: 0.2s all;
}
#checkbox__textLink{
    text-decoration: underline;
}

/* Show/hide the checkmark when checked */
.checkbox input:not(:checked) ~ .checkbox__checkmark:after {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}
.checkbox input:checked ~ .checkbox__checkmark:after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
/*--- END Custom Checkbox --- */

input.error,
input.error ~ .checkbox__checkmark{
    background-color: #ffadad !important;
}
.inputfile.error ~ label{
    border: 2px solid #ffadad;
}

.formErrors{
    max-height: 0;
    overflow: hidden;
    transition: 0.2s all;
}
.formErrors.open{
    max-height: 130px;
}
.formErrors__container {
    background-color: #ffadad;
    border: 1px solid #ffffff;
    padding: 15px 10px;
    border-radius: 3px;
    font-size: 15px;
    color: #353535;
}
.formErrors__container p{
    margin: 0;
}
.formErrors__container p:not(:last-child){
    margin-bottom: 10px;
}


/*  
==========================================================================
12. Pages
========================================================================== 
*/

/*----- cateogry-jobs -----*/
#category-job .child{
    padding: 0px 15px 0 0;
}
#category-job a.read-more{
    position: static;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
}

.map{
    height: 450px;
    margin-top: 10px;
}


/*  
==========================================================================
13. Includes and sections
========================================================================== 
*/

.contentWithSidebar{
    margin-top: 40px;
}
.contentWithSidebar *{
    box-sizing: border-box;
}
.contentWithSidebar__left{
    float: left;
    width: 73%;
    padding-right: 15px;
}
.contentWithSidebar__right{
    float: right;
    width: 25%;
    padding-left: 15px;
}

/*----- homeContent -----*/
.homeContent{
    background-color: white;
    background: url(images/background-growth.png), white;
    background-position: 80% 120px;
    background-repeat: no-repeat;
    background-size: 390px;
}
.homeContent .content{
    padding: 60px 0;
}

/*----- jobsBlock -----*/
.jobsBlock{
    text-align: center;
    background-color: #ff8910;
    color: #ffffff;
    padding: 60px 0;
}
.jobsBlock__content{
    font-weight: 300;
    margin: 0 auto;
    font-size: 1.25em;
    line-height: 1.4;
    max-width: 900px;
    font-family: 'Lato',Helvetica, Geneva, Verdana, Arial, sans-serif;
    margin-top: 15px;
}
.jobsList {
    margin-top: 30px;
}
.jobsList__job {
    margin: 10px 0;
    font-size: 20px;
}


/*----- footer -----*/
.footer {
    padding: 30px 0;
}
.footer .container > div:not(:last-child){
    margin-bottom: 20px;
}
.footer .address{
    position: relative;
    display: inline-block;
}
.we-are-hiring {
    position: absolute;
    top: -50px;
    left: 120%;
}

.footerBottom{
    font-size: 0.8em;
}
.footerBottom > div:not(:last-child){
    margin-bottom: 10px;
}
.postFooter__item:not(:last-child):after {
    content: "-";
    margin: 0 5px;
}



/*  
==========================================================================
14. Cookies
========================================================================== 
*/
.CookiePolicyWrapper {
    position: fixed;
    bottom: 30px;
    left: 0;
    z-index: 99999;
    width: 190px;
    padding: 15px;
    background-color: #ffa72f;
    border: 1px solid #ffa500;
    color: #ffffff;
    font-size: 0.85em;
    font-weight: normal;
    line-height: 1.4;
    box-sizing: border-box;
    transition: 0.2s all;
}
.CookiePolicyWrapper.closed{
    left: -250px;
}
a#CookiePolicyAccept {
    display: block;
    text-transform: uppercase;
    outline: none;
    background-color: #ffffff;
    letter-spacing: 1px;
    color: #ffa72f;
    display: block;
    text-align: center;
    padding: 8px 30px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 10px;
    text-decoration: none !important;
    transition: 0.2s all;
}
a#CookiePolicyAccept:hover{
    background-color: #f1f1f1;
}
a.cookie-link{
    color: #ffffff;
    text-decoration: underline;
}



/*  
==========================================================================
15. Popup
========================================================================== 
*/
.popupCustomOverlay{
    display:none;
    position: fixed;
    z-index:2000;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.popupCustom{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-box-shadow: 2px 2px 4px 1px rgba(0,0,0,.2);
    box-shadow: 2px 2px 4px 1px rgba(0,0,0,.2);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index:2001;
    padding: 50px 8px 20px 20px;
    background-color: #ffffff;
    border-radius: 3px;
    max-width: 90%;
    max-height: 90%;
}
.popupCustom__close{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0px;
    line-height: 0;
    cursor: pointer;
    height:15px;
    width:15px;
}
.popupCustom__container{
    width: 600px;
    height: 400px;
    overflow: auto;
    padding-right: 20px;
}
.popupCustom__title{
    color:#ffa72f;
    font-size:25px;
    font-weight:400;
    margin-bottom: 20px;
}
.popupCustom__content{
    text-align: left;
}