/* Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
/* Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
/* Base CSS */
* {
  margin: 0;
  padding: 0; }

html{
  scroll-behavior: smooth;
}

body {
  font-family: 'gcnorthsans-light';
  font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'gcnorthsans-light';
  color: #000000;
  line-height: 1.3;
  font-weight: 500; }

p {
  font-family: 'gcnorthsans-light';
  color: #969696;
  font-size: 15px;
  line-height: 2;
  font-weight: 400; }

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #000000;
  font-weight: 500;
  font-size: 16px; }

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }

/* Extras */
@media (min-width: 1024px) {
  .secc_phone{
    display: none !important;
  }

	/* CSS del Index */
	    .img__logo{
	      width: 160px;
	    }

	    .link__contact{
	      background-color: #ff9b00;
	      border: 2px solid #ff9b00;
	      border-bottom-left-radius: 15px;
	      border-top-right-radius: 15px;
	      padding: 0 10px  !important;
	      transition: .5s ease-in-out;
	    }

	    .link__contact:hover{
	      color: #fff !important;
	    }

	    .header-area .is-sticky .pixel-main-menu .classy-navbar .classynav ul li a{
	      color: #525251;
	      transition: .2s ease-in-out;
	    }

	    .header-area .is-sticky .pixel-main-menu .classy-navbar .classynav ul li a.active {
	      color: #ff9b00;
	      font-family: 'gcnorthsans-regular';
	      transition: .2s ease-in-out;
	    }

	    a[href="#contacto"].active {
	      color: #fff !important;
	    }

		.slide-bg-video {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
			z-index: -1;
		}

	    .title__slider{
	      font-family: 'gcnorthsans-light';
	      color: #fff;
	      font-size: 55px;
	      line-height: 100%;
	    }

	    .title__slider--bold{
	      font-family: 'gcnorthsans-regular';
	      color: #ff9b00;
	    }

	    .section-padding-about{
	      padding-top: 100px;
	      padding-bottom: 100px;
	    }

	    .bg__about{
	      background-image: url('img/bg-about.png');
	      background-repeat: no-repeat;
	      background-size: 45% auto;
	      background-position: 100% -600px;
	    }

	    .img__about{
	      width: 95%;
	    }

	    .title__about{
	      display: none;
	      font-family: 'gcnorthsans-light';
	      color: #dd4a30;
	      font-size: 60px;
	      line-height: 100%;
	      margin-bottom: 20px;
	    }

	    .text__about{
	      font-family: 'gcnorthsans-extralight';
	      color: #474747;
	      font-size: 20px;
	      line-height: 120%;
	      margin-bottom: 0px;
	      margin-right: 80px;
	    }

	    .text__about--bold{
	      font-family: 'gcnorthsans-regular';
	      color: #ff9b00;
	    }

	    .align__self--top{
	      align-self: flex-start;
	    }

	    .align__self--center{
	      align-self: center;
	    }

	    .align__self--end{
	      align-self: end;
	    }

	    .padding__about--web01{
	      padding-right: 35px;
	    }

	    .padding__about--web02{
	      padding-left: 35px;
	    }

	    .bg__mision{
	      background-color: transparent;
	      border: 0px solid #ff9b00;
	      padding: 35px 30px;
	      border-top-left-radius: 45px;
	      border-bottom-right-radius: 45px;
	    }

	    .title__mision{
	      font-family: 'gcnorthsans-light';
	      color: #ff9b00;
	      font-size: 27px;
	      line-height: 100%;
	      margin-bottom: 15px;
	    }

	    .text__mision{
	      font-family: 'gcnorthsans-extralight';
	      color: #474747;
	      font-size: 16px;
	      line-height: 120%;
	      margin-bottom: 0;
	    }

	    .bg__vision{
	      background-color: transparent;
	      border: 0px solid #ff9b00;
	      padding: 35px 30px;
	      border-top-left-radius: 45px;
	      border-bottom-right-radius: 45px;
	    }

	    .title__vision{
	      font-family: 'gcnorthsans-light';
	      color: #ff9b00;
	      font-size: 27px;
	      line-height: 100%;
	      margin-bottom: 15px;
	    }

	    .text__vision{
	      font-family: 'gcnorthsans-extralight';
	      color: #474747;
	      font-size: 16px;
	      line-height: 120%;
	      margin-bottom: 0;
	    }

	    .list__values{
	    	width: 100%;
	    }

	    .group__values{
	    	display: flex;
	    }

	    .bg__01{
			background: rgba(71, 71, 71);
			width: 25%;
			padding: 70px 25px 50px 130px;
			border-top-left-radius: 80px;
	    }

	    .bg__02{
			background: rgba(71, 71, 71, 0.7);
			width: 16.7%;
			padding: 70px 25px 50px 25px;
	    }

	    .bg__03{
			background: rgba(71, 71, 71);
			width: 16.7%;
			padding: 70px 25px 50px 25px;
	    }

	    .bg__04{
			background: rgba(71, 71, 71, 0.7);
			width: 16.7%;
			padding: 70px 25px 50px 25px;
	    }

	    .bg__05{
			background: rgba(71, 71, 71);
			width: 25%;
			padding: 70px 130px 50px 25px;
	    }

	    .icon__valores{
	    	width: 75px;
	    	margin-bottom: 35px;
	    }

	    .title__valores{
		    font-family: 'gcnorthsans-regular';
		    font-size: 20px;
		    line-height: 100%;
	    	color: #ff9b00;
	    	margin-bottom: 20px;
	    }

	    .text__valores{
		    font-family: 'gcnorthsans-extralight';
		    font-size: 18px;
		    font-weight: 100;
		    line-height: 120%;
	    	color: #fff;
	    }

	    .img__team{
    	  width: 100%;
    	  margin-bottom: -150px;
    	  position: relative;
    	  z-index: -1;
	    }

	    .section-padding-services{
	      padding-top: 65px;
	      padding-bottom: 60px;
	    }

	    .bg__services{
	      background: #ff9b00;
	      border-top-right-radius: 70px;
	      border-bottom-left-radius: 70px;
	    }

	    .title__services{
	      font-family: 'gcnorthsans-light';
	      text-transform: uppercase;
	      color: #fff;
	      font-size: 45px;
	      margin-bottom: 20px;
	    }

	    .line__underscore{
	      background-color: #474747;
	      width: 120px;
	      height: 3px;
	      margin-bottom: 70px;
	    }

	    .img__service--01{
	      background-image: url('img/servicios/01.png');
	      background-repeat: no-repeat;
	      background-size: 100% auto;
	      width: 80%;
	      height: 235px;
	      transition: .5s ease-in-out;
	    }

	    .img__service--01:hover, .img__service--01:focus{
	      background-image: url('img/servicios/01-hover.png');
	      background-repeat: no-repeat;
	      background-size: 100% auto;
	      width: 80%;
	      height: 235px;
	      transition: .5s ease-in-out;
	    }

	    .img__service--02{
	      background-image: url('img/servicios/02.png');
	      background-repeat: no-repeat;
	      background-size: 100% auto;
	      width: 80%;
	      height: 235px;
	      transition: .5s ease-in-out;
	    }

	    .img__service--02:hover, .img__service--02:focus{
	      background-image: url('img/servicios/02-hover.png');
	      background-repeat: no-repeat;
	      background-size: 100% auto;
	      width: 80%;
	      height: 235px;
	      transition: .5s ease-in-out;
	    }

	    .img__service--03{
	      background-image: url('img/servicios/03.png');
	      background-repeat: no-repeat;
	      background-size: 100% auto;
	      width: 80%;
	      height: 235px;
	      transition: .5s ease-in-out;
	    }

	    .img__service--03:hover, .img__service--03:focus{
	      background-image: url('img/servicios/03-hover.png');
	      background-repeat: no-repeat;
	      background-size: 100% auto;
	      width: 80%;
	      height: 235px;
	      transition: .5s ease-in-out;
	    }

	    .img__service--04{
	      background-image: url('img/servicios/04.png');
	      background-repeat: no-repeat;
	      background-size: 100% auto;
	      width: 80%;
	      height: 235px;
	      transition: .5s ease-in-out;
	    }

	    .img__service--04:hover, .img__service--04:focus{
	      background-image: url('img/servicios/04-hover.png');
	      background-repeat: no-repeat;
	      background-size: 100% auto;
	      width: 80%;
	      height: 235px;
	      transition: .5s ease-in-out;
	    }

	    .section-padding-quote{
	      padding-top: 0;
	      padding-bottom: 0;
	    }

	    .bg__quote{
	      margin-top: -150px;
	      position: relative;
	      z-index: -1;
	    }

	    .banner-container {
	      position: relative;
	      width: 100%;
	      overflow: hidden;
	    }

	    .banner-container img {
	      width: 100%;
	      height: auto;
	      display: block;
	    }

	    .title__quote {
	      font-family: 'gcnorthsans-extralight';
	      font-size: 30px;
	      line-height: 100%;
	      color: #fff;
	      position: absolute;
	      top: 55%;
	      left: 50%;
	      width: 100% !important;
	      transform: translateX(-50%);
	      z-index: 9;
	    }

	    .subtitle__quote{
	      font-family: 'gcnorthsans-regular';
	      font-size: 35px;
	      line-height: 100%;
	      color: #ff9b00;
	      position: absolute;
	      top: 64%;
	      left: 50%;
	      width: 100% !important;
	      transform: translateX(-50%);
	      z-index: 9;
	    }

	    .section-padding-commit{
	      padding-top: 100px;
	      padding-bottom: 100px;
	    }

	    .bg__commit{
	      background-image: url('img/bg02.webp');
	      background-repeat: no-repeat;
	      background-size: cover;
	    }

	    .title__commit{
	      font-family: 'gcnorthsans-light';
	      text-transform: uppercase;
	      color: #ff9b00;
	      font-size: 40px;
	      margin-bottom: 0;
	    }

	    .line__underscore--02{
	      background-color: #dd4a30;
	      width: 120px;
	      height: 3px;
	      margin-bottom: 40px;
	    }

	    .text__commit{
	      font-family: 'gcnorthsans-extralight';
	      color: #474747;
	      font-size: 22px;
	      line-height: 120%;
	      margin-bottom: 100px;
	    }

	    .text__commit--bold{
	      font-family: 'gcnorthsans-regular';
	      color: #ff9b00;
	      font-size: 25px;
	      line-height: 100%;
	    }

	    /* Nuestro compromiso */
	      .tabs {
	        position: relative;
	        width: 450px;
	        margin: auto;
	      }

	      /* Imagen base */
	      .tabs img {
	        width: 70%;
	        display: block;
	      }

	      /* Zonas clickeables */
	      .zone {
	        position: absolute;
	        top: 0;
	        height: 100%;
	        width: 33.33%;
	        cursor: pointer;
	      }

	      /* Dividimos en 3 */
	      .zone.red {
			left: 58px;
			transform: rotate(135deg);
			top: 70px;
			height: 120px;
			width: 110px;
			z-index: 99999;
	      }
	      .zone.yellow {
	        transform: rotate(-25deg);
	        height: 100px;
	        left: 150px;
	        top: 10px;
	        width: 100px;
	      }
	      .zone.green {
	        transform: rotate(0deg);
		    left: 254px;
		    height: 115px;
		    top: 5px;
		    width: 120px;
	      }

	      /* Efecto hover */
	      .zone.red:hover, .zone.red.active {
	        transform: rotate(0deg);
	        left: 68px;
	        top: 55px;
	        background-image: url(img/01.png);
	        background-repeat: no-repeat;
	        background-size: 100% auto;
	        width: 121px;
	        height: 125px;
	        filter: brightness(0.7);
	      }

	      .zone.yellow:hover, .zone.yellow.active {
	        transform: rotate(0deg);
		    left: 125px;
		    top: 2px;
		    background-image: url(img/02.png);
		    background-repeat: no-repeat;
		    background-size: 100% auto;
		    width: 123px;
		    height: 125px;
	        filter: brightness(0.7);
	      }

	      .zone.green:hover, .zone.green.active {
			transform: rotate(0deg);
			left: 254px;
			top: 0px;
			background-image: url(img/03.png);
			background-repeat: no-repeat;
			background-size: 100% auto;
			width: 123px;
			height: 120px;
			filter: brightness(0.7);
	      }

	      /* Contenido */
	      .title__tab {
	        display: inline-block;
	        background: #dd4a30;
	        color: #fff;
	        border-top-left-radius: 50px;
	        border-bottom-right-radius: 50px;
	        padding: 18px 40px;
	        font-size: 20px;
	        margin-top: 0;
	        width: 380px;

	      }

	      .text__tab {
	        font-family: 'gcnorthsans-extralight';
	        color: #474747;
	        text-align: justify;
	        font-size: 20px;
	        line-height: 120%;
	        margin-top: 50px;
	        margin-bottom: 0;
	      }

	      .icon__tab{
	        width: 130px;
	        margin-top: 20px;
	      }
	    /* Nuestro compromiso */

	    .section-padding-values{
	    	padding-top: 150px;
	    	padding-bottom: 0px;
	    }

	    .title__values{
	    	color: #ff9b00;
		    font-family: 'gcnorthsans-light';
		    font-size: 40px;
		    text-transform: uppercase;
		    line-height: 100%;
		    margin-bottom: 50px;
	    }

	    .title__value{
	    	color: #dd4a30;
		    font-family: 'gcnorthsans-light';
		    font-size: 35px;
		    text-align: center;
		    line-height: 100%;
		    margin-bottom: 10px;
	    }

	    .text__value{
	    	color: #474747;
		    font-family: 'gcnorthsans-extralight';
		    font-size: 22px;
		    text-align: center;
		    line-height: 120%;
		    margin-left: 15px;
		    margin-right: 15px;
		    margin-bottom: 70px;
	    }

	    .section-padding-frase{
	      padding-top: 0;
	      padding-bottom: 0;
	    }

	    .bg__quote02{
	      background-color: #ff9b00;
	      padding: 60px 50px;
	      border-top-left-radius: 100px;
	      border-bottom-right-radius: 100px;
	    }

	    .text__quote02{
	      font-family: 'gcnorthsans-regular';
	      color: #474747;
	      font-size: 30px;
	      text-align: center;
	      line-height: 120%;
	      margin-bottom: 0;
	    }

	    .text__quote02--bold{
	      font-family: 'gcnorthsans-regular';
	      color: #fff;
	    }

	    .text__quote03{
	      font-family: 'gcnorthsans-regular';
	      color: #fff;
	      font-size: 40px;
	      text-align: center;
	      line-height: 110%;
	      margin-top: 80px;
	      margin-bottom: 0;
	    }

	    .section-padding-quote02{
	      padding-top: 250px;
	      padding-bottom: 150px;
	    }

	    .section-padding-stats{
	      padding-top: 50px;
	      padding-bottom: 100px;
	    }

	    .bg__stats{
	      background-image: url('img/bg-frase.webp');
	      background-repeat: no-repeat;
	      background-size: 100% 100%;
	      margin-top: 0px;
	      height: 90vh
	    }

	    .move__group--icons{
	      border: 0px solid #474747;
	      border-top-left-radius: 70px;
	      border-bottom-right-radius: 70px;
	      padding: 50px 0;
	    }

	    .section-padding-map{
	      padding-top: 70px;
	      padding-bottom: 0;
	    }

	    .text__map{
	      font-family: 'gcnorthsans-extralight';
	      font-size: 20px;
	      font-weight: 100;
	      color: #474747;
	      text-align: justify;
	      line-height: 120%;
	      margin-bottom: 0;
	      position: relative;
	      left: 50px;
	    }

	    .img__map{
	      width: 100%;
	    }

	    .section-padding-projects{
	      padding-top: 0;
	      padding-bottom: 100px;
	    }

	    .bg__projects{
	      background-image: url('img/bg-projects.png');
	      background-repeat: no-repeat;
	      background-size: cover;
	      background-position: 100% 110px;
	    }

	    .title__projects{
	      font-family: 'gcnorthsans-light';
	      color: #ff9b00;
	      text-transform: uppercase;
	      font-size: 40px;
	      margin-bottom: 10px;
	    }

	    .line__underscore--03{
	      background-color: #dd4a30;
	      width: 120px;
	      height: 3px;
	      margin-bottom: 30px;
	    }

	    .text__projects{
	      font-family: 'gcnorthsans-extralight';
	      color: #474747;
	      font-size: 24px;
	      line-height: 100%;
	      margin-bottom: 20px;
	    }

	    .container__project {
	        position: relative;
	        width: 100%;
	        height: 340px;
	        overflow: hidden;
	    }

	    .container__project img {
	        position: absolute;
	        width: 100%;
	        object-fit: cover;
	        transition: opacity 0.7s ease;
	    }

	    .image-top {
	        opacity: 0;
	    }

	    .container__project:hover .image-top {
	        opacity: 1;
	    }

	    .container__project:hover .image-bottom {
	        opacity: 0;
	    }

	    .btn__conoce{
	      width: 170px;
	      margin-top: 50px;
	    }

	    .section-padding-contact{
	      padding-top: 100px;
	      padding-bottom: 100px;
	    }

	    .bg__contact{
	        background: #ff9b00 url(img/bg-contact.png);
	        background-repeat: no-repeat;
	        background-size: contain;
	        border-top-right-radius: 90px;
	        background-position: 100% 100%;
	    }

	    .title__contact{
	      font-family: 'gcnorthsans-light';
	      text-transform: uppercase;
	      color: #fff;
	      font-size: 40px;
	      line-height: 110%;
	      margin-bottom: 30px;
	    }

	    .line__underscore--04{
	      background-color: #dd4a30;
	      width: 120px;
	      height: 3px;
	      margin-bottom: 50px;
	    }

	    .btn__send, .btn__send:hover, .btn__send:focus{
	      background: transparent;
	      border: 0;
	      float: right;
	      cursor: pointer;
	      outline: 0;
	      text-decoration: none;
	    }

	    .img__send{
	      width: 120px;
	    }

	    ::placeholder {
	      color: #ff9b00 !important;
	      opacity: 1; /* Firefox */
	    }

	    ::-ms-input-placeholder { /* Edge 12 -18 */
	      color: #ff9b00 !important;
	    }

	    .label__radio{
	      font-size: 22px;
	      margin-left: 15px;
		      margin-bottom: 0;
	    }

	    .group__radio{
	      float: left;
	      margin-bottom: 35px;
	    }

	    .section-padding-footer{
	      padding-top: 100px;
	      padding-bottom: 50px;
	    }

	    .bg__footer{
	      background-image: url('img/bg-footer.webp');
	      background-repeat: no-repeat;
	      background-size: cover;
	    }

	    .img__logo--footer{
	      width: 140px;
	    }

	    .link__menu--footer{
	      font-family: 'gcnorthsans-extralight';
	      font-size: 20px;
	      color: #fff;
	      text-transform: uppercase;
	      padding: 0 25px;
	      line-height: 250%;
	      transition: .5s ease-in-out;
	    }

	    .link__menu--footer:hover, .link__menu--footer:focus{
	      font-family: 'gcnorthsans-regular';
	      font-size: 20px;
	      color: #fff;
	      text-transform: uppercase;
	      padding: 0 25px;
	      line-height: 250%;
	      transition: .5s ease-in-out;
	    }

	    .group__link--footer{
	      text-align: right;
	    }

	    .padding__subfooter{
	      padding-top: 150px;
	    }

	    .link__policy--footer, .link__policy--footer:hover, .link__policy--footer:focus{
	      font-family: 'gcnorthsans-regular';
	      font-size: 16px;
	      color: #fff !important;
	      line-height: 100%;
	      text-transform: uppercase;
	    }
	/* CSS del Index */

	/* CSS de servicios */
	    .section-padding-servicesBanner{
	      padding-top: 150px;
	      padding-bottom: 70px;
	    }

		.bg__banner--desarrolloIngenieria{
	      background-image: url('img/servicios/desarrollo-ingenieria/01.webp');
	      background-repeat: no-repeat;
	      background-size: cover;
	      background-position: center;
		}

		.bg__banner--ejecucionProyectos{
	      background-image: url('img/servicios/ejecucion-proyectos/001.webp');
	      background-repeat: no-repeat;
	      background-size: cover;
	      background-position: center;
		}

	    .bg__banner--mantenimientoPlantas{
	      background-image: url('img/servicios/mantenimiento-plantas/01.webp');
	      background-repeat: no-repeat;
	      background-size: cover;
	      background-position: center;
	    }

	    .bg__banner--sistemaControl{
	      background-image: url('img/servicios/sistema-control/01.webp');
	      background-repeat: no-repeat;
	      background-size: cover;
	      background-position: center;
	    }

	    .bg__servicio--banner{
	      background-image: url('img/bg03.webp');
	      background-repeat: no-repeat;
	      background-size: cover;
	    }

	    .title__services--banner{
	      font-family: 'gcnorthsans-light';
	      color: #ff9b00;
	      text-transform: uppercase;
	      font-size: 45px;
	      line-height: 120%;
	      margin-bottom: 0;
	    }

	    .img__icon--desarrolloIngenieria{
	      position: absolute;
	      bottom: 155px;
	      right: 50px;
	      width: 170px;
	      z-index: 9;
	    }

	    .img__icon--ejecucionProyectos{
	      position: absolute;
	      bottom: 235px;
	      right: 50px;
	      width: 170px;
	      z-index: 9;
	    }

	    .img__icon--mantenimientoPlantas{
	      position: absolute;
	      bottom: 155px;
	      right: 50px;
	      width: 170px;
	      z-index: 9;
	    }

	    .img__icon--sistemaControl{
	      position: absolute;
	      bottom: 155px;
	      right: 50px;
	      width: 170px;
	      z-index: 9;
	    }

	    .bg__services--content{
	      background-image: url('img/bg-services-banner.png');
	      background-repeat: no-repeat;
	      background-size: 80% auto;
	      background-position: 500px -500px;
	    }

	    .section-padding-content{
	      padding-top: 100px;
	      padding-bottom: 100px;
	    }

	    .text__service--content{
	      font-family: 'gcnorthsans-extralight';
	      color: #474747;
	      font-size: 20px;
	      line-height: 120%;
	      margin-bottom: 50px;
	    }

	    .text__alcance{
	      font-family: 'gcnorthsans-light';
	      color: #dd4a30;
	      font-size: 30px;
	      line-height: 150%;
	      margin-bottom: 5px;
	    }
	  
	    .list__alcance{
	      font-family: 'gcnorthsans-extralight';
	      color: #474747;
	      line-height: 200%;
	      font-size: 20px;
	      margin-bottom: 0;
	      display: list-item;
	      margin-left: 17px;
	    }

	    .text__beneficios{
	      font-family: 'gcnorthsans-light';
	      color: #dd4a30;
	      font-size: 30px;
	      line-height: 120%;
	      margin-top: 40px;
	      margin-bottom: 5px;
	    }
	  
	    .list__beneficios{
	      font-family: 'gcnorthsans-extralight';
	      color: #474747;
	      line-height: 200%;
	      font-size: 20px;
	      margin-bottom: 0;
	      display: list-item;
	      margin-left: 17px;
	    }

	    .img__feature{
	      width: 90%;
	    }

	    .banner__service{
	      width: 100%;
	      margin-top: 100px;
	      margin-bottom: 40px;
	      padding-left: 20px;
	      padding-right: 20px;
	      border-top-left-radius: 75px;
	      border-bottom-right-radius: 75px;
	    }

	    .btn__conoce--services{
	      width: 180px;
	      margin-top: 0px;
	    }

	    .bg__footer--service{
	      background-image: url('img/bg-footer-service.webp');
	      background-repeat: no-repeat;
	      background-size: cover;
	    }
	/* CSS de servicios */

	/* CSS de proyectos */
	    .section-padding-proyectos{
	      padding-top: 150px;
	      padding-bottom: 100px;
	    }

	    .bg__galeria{
	      background-image: url('img/bg-proyectos.png');
	      background-repeat: no-repeat;
	      background-size: 80%;
	      background-position: 0% 110%;
	    }

	    .title__projects--banner{
	      font-family: 'gcnorthsans-light';
	      color: #ff9b00;
	      text-transform: uppercase;
	      font-size: 40px;
	      line-height: 100%;
	      margin-bottom: 20px;
	    }

	    .text__project--caption{
	      font-family: 'gcnorthsans-light';
	      font-size: 35px;
	      color: #474747;
	    }

	    .img__sgi{
	      width: 330px;
	      margin-top: 70px;
	      margin-bottom: 30px;
	    }

	    .btn__contacto{
	      width: 220px;
	      margin-top: 50px;
	    }

	    .modal-content{
	      background-color: transparent;
	      border: 0;
	    }

	    .modal-body{
	      padding: 0;
	    }

	    .close {
	      float: right;
	      font-size: 50px;
	      font-weight: 100;
	      line-height: 1;
	      color: #ff9b00;
	      text-shadow: none;
	      position: relative;
	      top: 30px;
	      left: 30px;
	      opacity: 1;
	    }

	    .img__modal{
	      width: 100%;
	    }

	    .bg__project--modal{
	      background-color: #fff;
	      padding: 50px 35px;
	      border-bottom-left-radius: 80px;
	    }

	    .text__modal{
	      font-family: 'gcnorthsans-light';
	      font-size: 22px;
	      color: #474747;
	      line-height: 120%;
	      text-align: center;
	      margin-bottom: 0;
	    }
	/* CSS de proyectos */

	/* CSS de reclutamiento */
	    .bg__reclutamiento--banner{
	      background-image: url('img/bg04.webp');
	      background-repeat: no-repeat;
	      background-size: cover;
	      background-position: 50% 0%;
	    }

	    .section-padding-reclutamiento{
	      padding-top: 150px;
	      padding-bottom: 150px;
	    }

	    .title__reclutamiento--banner{
	      font-family: 'gcnorthsans-light';
	      text-transform: uppercase;
	      color: #ff9b00;
	      font-size: 50px;
	      line-height: 100%;
	      margin-bottom: 0;
	      position: relative;
	      top: 70px;
	    }

	    .bg__reclutamiento--content {
	      background-image: url(img/bg-services-banner.png);
	      background-repeat: no-repeat;
	      background-size: 80% auto;
	      background-position: 260% 500px;
	    }

	    .text__reclutamiento--content {
	      font-family: 'gcnorthsans-extralight';
	      color: #474747;
	      font-size: 20px;
	      line-height: 120%;
	      margin-bottom: 50px;
	    }

	    .section-padding-contentReclu{
	      padding-top: 100px;
	      padding-bottom: 100px;
	    }

	    .text__vacantes{
	      font-family: 'gcnorthsans-light';
	      color: #dd4a30;
	      font-size: 30px;
	      line-height: 120%;
	      margin-bottom: 20px;
	    }

	    .description__vacantes{
	      font-family: 'gcnorthsans-extralight';
	      color: #474747;
	      font-size: 23px;
	      line-height: 100%;
	      margin-bottom: 60px;
	    }

	    .table__recluit{
	      width: 100%;
	    }

	    .table__recluit td{
	      font-size: 20px;
	      text-align: left;
	      padding-bottom: 20px; 
	    }

	    .text__postulate{
	      font-family: 'gcnorthsans-light';
	      color: #dd4a30;
	      font-size: 30px;
	      line-height: 120%;
	      margin-bottom: 25px;
	    }

	    .text__attachment{
	      font-family: 'gcnorthsans-extralight';
	      color: #474747;
	      text-align: left;
	      font-size: 20px;
	      line-height: 120%;
	      margin-bottom: 20px;
	    }

	    .recruit-form-area input[type="file"]{
	      background: transparent;
	      border: 0;
	      height: 50px;
	      font-size: 18px;
	      color: #474747;
	      font-family: 'gcnorthsans-extralight';
	    }

	    .recruit-form-area input[type="file"]::file-selector-button {
	      background: #ff9b00;
	      border: none;
	      border-bottom-left-radius: 25px;
	      border-top-right-radius: 25px;
	      text-transform: uppercase;
	      padding: 10px 15px;
	      margin-right: 35px;
	      color: #fff;
	      cursor: pointer;
	      font-family: 'gcnorthsans-light';
	    }

	    .recruit-form-area input[type="radio"]{
	      font-family: 'gcnorthsans-light';
	      width: 60px;
	      height: 60px;
	      vertical-align: bottom;
	      font-size: 30px;
	      accent-color: #474747;
	      border: 0;
	      margin-bottom: 0;
	      border-radius: 50px;
	      transition-duration: 500ms; }

	    .recruit-form-area input,
	    .recruit-form-area textarea {
	      background-color: #ffe8c4;
	      font-family: 'gcnorthsans-light';
	      width: 100%;
	      height: 45px;
	      margin-bottom: 25px;
	      font-size: 20px;
	      color: #474747;
	      text-align: left;
	      text-indent: 10px;
	      border-radius: 15px;
	      border-bottom: 2px solid transparent;
	      transition-duration: 500ms; }
	      .recruit-form-area input:focus,
	      .recruit-form-area textarea:focus {
	        background-color: #fff;
	        color: #474747;
	        box-shadow: none;
	        border-color: #ffe8c4; }
	    .recruit-form-area textarea {
	      height: 170px;
	      padding-top: 20px;
	      margin-bottom: 30px; }

	      .recruit-form-area textarea::placeholder, .recruit-form-area input::placeholder {
	        color: #474747 !important;
	        opacity: 1; /* Firefox */
	      }

	      .recruit-form-area textarea::-ms-input-placeholder, .recruit-form-area input::-ms-input-placeholder { /* Edge 12 -18 */
	        color: #474747 !important;
	      }
	/* CSS de reclutamiento */
}



/* Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* Section Padding */
.section-padding-200 {
  padding-top: 200px;
  padding-bottom: 200px; }

.section-padding-150 {
  padding-top: 150px;
  padding-bottom: 150px; }

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

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

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }

/* Preloader */
.preloader {
  background-color: #ff9b00;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999; }
  .preloader .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px; }
    .preloader .lds-ellipsis div {
      position: absolute;
      top: 27px;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: #ffffff;
      animation-timing-function: cubic-bezier(0, 1, 1, 0); }
      .preloader .lds-ellipsis div:nth-child(1) {
        left: 6px;
        -webkit-animation: lds-ellipsis1 0.6s infinite;
        animation: lds-ellipsis1 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(2) {
        left: 6px;
        -webkit-animation: lds-ellipsis2 0.6s infinite;
        animation: lds-ellipsis2 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(3) {
        left: 26px;
        -webkit-animation: lds-ellipsis2 0.6s infinite;
        animation: lds-ellipsis2 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(4) {
        left: 45px;
        -webkit-animation: lds-ellipsis3 0.6s infinite;
        animation: lds-ellipsis3 0.6s infinite; }

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); } }
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); } }
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    -ms-transform: translate(19px, 0);
    transform: translate(19px, 0); } }
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    -ms-transform: translate(19px, 0);
    transform: translate(19px, 0); } }

/* Miscellaneous */
.jarallax {
  position: relative;
  z-index: 0; }

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 70px; }
  .section-heading h2 {
    font-size: 48px;
    color: #212121;
    font-weight: 700;
    margin-bottom: 10px;
    font-weight: 500; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading h2 {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 24px; } }
  .section-heading h6 {
    font-size: 18px;
    margin-bottom: 0;
    color: #969696; }
  .section-heading p {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 0; }

.box-shadow {
  position: relative;
  z-index: 1; }
  .box-shadow:hover {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2); }

.tooltip-inner {
  background-color: #ff7902;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2); }

.tooltip .arrow::before {
  border-bottom-color: #ff7902; }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #f8f8f8; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.61);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.bg-fixed {
  background-attachment: fixed !important; }

/* ScrollUp */
#scrollUp {
  display: none !important;
  background-color: #688bfe;
  border-radius: 5px 0 0 5px;
  bottom: 70px;
  color: #ffffff;
  font-size: 10px;
  padding: 12px 0;
  height: 60px;
  line-height: 1.5;
  right: 0;
  text-align: center;
  width: 35px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  font-weight: 700;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
  text-transform: uppercase; }
  #scrollUp i {
    font-size: 18px;
    display: block; }
  #scrollUp:hover {
    background-color: #ff7902;
    color: #ffffff; }

/* Header Area CSS */
.header-area {
  position: absolute;
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0;
  right: 0; }
  .header-area .pixel-main-menu {
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 0 35px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (max-width: 767px) {
      .header-area .pixel-main-menu {
        padding: 0; } }
    .header-area .pixel-main-menu .classy-nav-container {
      background-color: transparent; }
    .header-area .pixel-main-menu .classy-navbar {
      height: 90px;
      padding: 0;
      background-color: transparent; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .pixel-main-menu .classy-navbar {
          height: 70px; } }
      @media only screen and (max-width: 767px) {
        .header-area .pixel-main-menu .classy-navbar {
          height: 70px; } }
      @media only screen and (max-width: 767px) {
        .header-area .pixel-main-menu .classy-navbar .nav-brand {
          width: 150px;
          margin-right: 10px; } }
      .header-area .pixel-main-menu .classy-navbar .classynav ul li a {
        text-transform: uppercase;
        font-size: 16px;
        padding: 0 20px;
        color: #ffffff; }
        .header-area .pixel-main-menu .classy-navbar .classynav ul li a:hover, .header-area .pixel-main-menu .classy-navbar .classynav ul li a:focus {
          color: #ff7902; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .pixel-main-menu .classy-navbar .classynav ul li a {
            font-size: 16px;
            padding: 0 5px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .pixel-main-menu .classy-navbar .classynav ul li a {
            color: #212121;
            font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          .header-area .pixel-main-menu .classy-navbar .classynav ul li a {
            color: #212121;
            font-size: 16px; } }
      .header-area .pixel-main-menu .classy-navbar .classynav > ul > li:first-child a {
        padding-left: 0; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .pixel-main-menu .classy-navbar .classynav > ul > li:first-child a {
            padding-left: 20px; } }
        @media only screen and (max-width: 767px) {
          .header-area .pixel-main-menu .classy-navbar .classynav > ul > li:first-child a {
            padding-left: 20px; } }
      .header-area .pixel-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
      .header-area .pixel-main-menu .classy-navbar .classynav ul li.has-down > a::after {
        color: #ffffff; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .pixel-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
          .header-area .pixel-main-menu .classy-navbar .classynav ul li.has-down > a::after {
            color: #212121; } }
        @media only screen and (max-width: 767px) {
          .header-area .pixel-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
          .header-area .pixel-main-menu .classy-navbar .classynav ul li.has-down > a::after {
            color: #212121; } }
      .header-area .pixel-main-menu .classy-navbar .classynav ul li ul li.megamenu-item > a::after,
      .header-area .pixel-main-menu .classy-navbar .classynav ul li ul li.has-down > a::after {
        color: #212121; }
      .header-area .pixel-main-menu .classy-navbar .classynav ul li ul li a {
        color: #212121;
        font-size: 14px;
        padding: 0 20px; }
  .header-area .top-social-info {
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .top-social-info {
        margin-top: 30px;
        margin-left: 15px !important; } }
    @media only screen and (max-width: 767px) {
      .header-area .top-social-info {
        margin-top: 30px;
        margin-left: 15px !important; } }
    .header-area .top-social-info a {
      display: inline-block;
      width: 40px;
      height: 40px;
      font-size: 18px;
      border: 2px solid #ffffff;
      color: #ffffff;
      border-radius: 50%;
      text-align: center;
      line-height: 36px;
      margin-left: 10px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-area .top-social-info a {
          width: 30px;
          height: 30px;
          line-height: 26px;
          margin-left: 5px;
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .top-social-info a {
          width: 30px;
          height: 30px;
          line-height: 26px;
          margin-left: 5px;
          font-size: 14px;
          color: #212121;
          border-color: #212121; } }
      @media only screen and (max-width: 767px) {
        .header-area .top-social-info a {
          width: 30px;
          height: 30px;
          line-height: 26px;
          margin-left: 5px;
          font-size: 14px;
          color: #212121;
          border-color: #212121; } }
      .header-area .top-social-info a:hover, .header-area .top-social-info a:focus {
        border-color: #ff7902;
        color: #ff7902; }
  .header-area .is-sticky .pixel-main-menu {
    background-color: #fff;
    box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.3); }

.classy-navbar-toggler .navbarToggler span {
  background-color: #ff9b00; }

/* Hero Area CSS */
.hero-area {
  position: relative;
  z-index: 1; }
  .hero-area .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    bottom: 60px;
    margin-top: -20px; }
    .hero-area .owl-dots .owl-dot {
      width: 14px;
      height: 14px;
      background-color: rgba(255,255,255,.6);
      border-radius: 50px;
      margin: 0 12px; }
      .hero-area .owl-dots .owl-dot.active {
        width: 14px;
        height: 14px;
        border-radius: 50px;
        background-color: #fff; }
  .hero-area .owl-prev,
  .hero-area .owl-next {
    position: absolute;
    top: 50%;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    left: 50px;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-area .owl-prev,
      .hero-area .owl-next {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .hero-area .owl-prev,
      .hero-area .owl-next {
        left: 20px;
        font-size: 16px; } }
    .hero-area .owl-prev:hover,
    .hero-area .owl-next:hover {
      color: #ff7902; }
  .hero-area .owl-next {
    left: auto;
    right: 50px; }
    @media only screen and (max-width: 767px) {
      .hero-area .owl-next {
        right: 20px; } }
  .hero-area:hover .owl-next,
  .hero-area:hover .owl-prev {
    opacity: 1;
    visibility: visible; }

.single-slide {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 900px;
  background-color: #ffffff;
  overflow: hidden; }
  .single-slide .slide-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -12;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: slide-bg linear 10000ms infinite;
    animation: slide-bg linear 10000ms infinite; }
  .single-slide .welcome-text {
    position: relative;
    z-index: 1; }
    .single-slide .welcome-text h2 {
      font-size: 72px;
      color: #ffffff;
      font-weight: 500;
      margin-bottom: 10px;
      text-transform: uppercase; }
      .single-slide .welcome-text h2 span {
        color: #ffffff;
        font-weight: 300; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-slide .welcome-text h2 {
          font-size: 48px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-slide .welcome-text h2 {
          font-size: 42px; } }
      @media only screen and (max-width: 767px) {
        .single-slide .welcome-text h2 {
          font-size: 24px; } }
    .single-slide .welcome-text h4 {
      font-size: 24px;
      font-weight: 400;
      color: #ffffff;
      margin-bottom: 15px; }
      @media only screen and (max-width: 767px) {
        .single-slide .welcome-text h4 {
          font-size: 18px; } }
      .single-slide .welcome-text h4 span {
        font-weight: 300; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-slide {
      height: 700px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slide {
      height: 600px; } }
  @media only screen and (max-width: 767px) {
    .single-slide {
      height: 550px; } }

@-webkit-keyframes slide-bg {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@keyframes slide-bg {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

/* Testimonial Area CSS */
.testimonial-slides {
  position: relative;
  z-index: 1; }
  .testimonial-slides .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px; }
    .testimonial-slides .owl-dots .owl-dot {
      width: 12px;
      height: 12px;
      background-color: rgba(255,255,255,.6);
      border-radius: 50px;
      margin: 0 8px; }
      .testimonial-slides .owl-dots .owl-dot.active {
        width: 12px;
        height: 12px;
        background-color: #fff; }

.single-testimonial-slide {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-testimonial-slide img {
    margin: 0 auto;
    width: 80% !important; }
  .single-testimonial-slide h4 {
    font-size: 24px;
    color: #969696; }
  .single-testimonial-slide span {
    font-size: 14px;
    font-weight: 300;
    color: #969696;
    margin-bottom: 40px;
    display: block; }
  .single-testimonial-slide h5 {
    font-size: 22px;
    color: #969696;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.8; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-testimonial-slide h5 {
        font-size: 18px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-testimonial-slide h5 {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .single-testimonial-slide h5 {
        font-size: 16px; } }

/* Carousel Valores CSS */
	.valores-slides {
	  position: relative;
	  z-index: 1; }
	  .valores-slides .owl-dots {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    margin-top: 30px; }
	    .valores-slides .owl-dots .owl-dot {
	      width: 12px;
	      height: 12px;
	      background-color: rgba(255,255,255,.6);
	      border-radius: 50px;
	      margin: 0 8px; }
	      .valores-slides .owl-dots .owl-dot.active {
	        width: 12px;
	        height: 12px;
	        background-color: #fff; }

	.single-valores-slide {
	  position: relative;
	  z-index: 1;
	  text-align: center; }
	  .single-valores-slide img {
	    margin: 0 auto; }
	  .single-valores-slide h4 {
	    font-size: 24px;
	    color: #969696; }
	  .single-valores-slide span {
	    font-size: 14px;
	    font-weight: 300;
	    color: #969696;
	    margin-bottom: 40px;
	    display: block; }
	  .single-valores-slide h5 {
	    font-size: 22px;
	    color: #969696;
	    margin-bottom: 0;
	    font-weight: 300;
	    line-height: 1.8; }
	    @media only screen and (min-width: 992px) and (max-width: 1199px) {
	      .single-valores-slide h5 {
	        font-size: 18px; } }
	    @media only screen and (min-width: 768px) and (max-width: 991px) {
	      .single-valores-slide h5 {
	        font-size: 16px; } }
	    @media only screen and (max-width: 767px) {
	      .single-valores-slide h5 {
	        font-size: 16px; } }
/* Carousel Valores CSS */

/* Gallery Services Area CSS */
.services-slides {
  position: relative;
  z-index: 1; }
  .services-slides .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 50px; }
    .services-slides .owl-dots .owl-dot {
      width: 12px;
      height: 12px;
      background-color: rgba(0,0,0,.6);
      border-radius: 50px;
      margin: 0 8px; }
      .services-slides .owl-dots .owl-dot.active {
        width: 12px;
        height: 12px;
        background-color: #ff9b00; }

.single-services-slide {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-services-slide img {
    width: 100%; }
  .single-services-slide h4 {
    font-size: 24px;
    color: #969696; }
  .single-services-slide span {
    font-size: 14px;
    font-weight: 300;
    color: #969696;
    margin-bottom: 40px;
    display: block; }
  .single-services-slide h5 {
    font-size: 22px;
    color: #969696;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.8; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-services-slide h5 {
        font-size: 18px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-services-slide h5 {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .single-services-slide h5 {
        font-size: 16px; } }

/* Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 1;
  background-color: #688bfe;
  padding-left: 35px;
  padding-right: 35px; }
  @media only screen and (max-width: 767px) {
    .footer-area {
      padding-left: 0;
      padding-right: 0; } }
  .footer-area .single-footer-widget {
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .footer-area .single-footer-widget {
        margin-bottom: 50px !important; } }
    .footer-area .single-footer-widget .widget-title {
      font-size: 24px;
      color: #ffffff;
      margin-bottom: 20px;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
        .footer-area .single-footer-widget .widget-title {
          font-size: 20px; } }
    .footer-area .single-footer-widget p {
      margin-bottom: 0;
      font-size: 14px;
      color: #ffffff;
      font-weight: 500;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .footer-area .single-footer-widget p i {
        display: inline-block;
        width: 40px;
        height: 40px;
        font-size: 18px;
        border: 2px solid #ffffff;
        color: #ffffff;
        border-radius: 50%;
        text-align: center;
        line-height: 36px;
        margin-right: 10px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .footer-area .single-footer-widget p i {
            width: 30px;
            height: 30px;
            font-size: 14px;
            line-height: 26px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .footer-area .single-footer-widget p i {
            width: 30px;
            height: 30px;
            font-size: 14px;
            line-height: 26px; } }
        @media only screen and (max-width: 767px) {
          .footer-area .single-footer-widget p i {
            width: 30px;
            height: 30px;
            font-size: 14px;
            line-height: 26px; } }
    .footer-area .single-footer-widget .footer-social-info {
      position: relative;
      z-index: 1; }
      .footer-area .single-footer-widget .footer-social-info a {
        display: inline-block;
        width: 40px;
        height: 40px;
        font-size: 18px;
        border: 2px solid #ffffff;
        color: #ffffff;
        border-radius: 50%;
        text-align: center;
        line-height: 36px;
        margin-right: 10px;
        margin-bottom: 10px; }
        .footer-area .single-footer-widget .footer-social-info a:last-child {
          margin-right: 0; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .footer-area .single-footer-widget .footer-social-info a {
            width: 30px;
            height: 30px;
            line-height: 26px;
            font-size: 14px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .footer-area .single-footer-widget .footer-social-info a {
            width: 30px;
            height: 30px;
            line-height: 26px;
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .footer-area .single-footer-widget .footer-social-info a {
            width: 30px;
            height: 30px;
            line-height: 26px;
            font-size: 14px; } }
        .footer-area .single-footer-widget .footer-social-info a:hover, .footer-area .single-footer-widget .footer-social-info a:focus {
          border-color: #ff7902;
          color: #ff7902; }
  .footer-area .copywrite-area {
    position: relative;
    z-index: 1;
    border-top: 2px solid #ffffff;
    padding: 20px 0; }
    .footer-area .copywrite-area .copywrite-text {
      font-size: 13px;
      margin-bottom: 0;
      color: #ffffff;
      font-weight: 400; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .footer-area .copywrite-area .copywrite-text {
          font-size: 11px; } }
      @media only screen and (max-width: 767px) {
        .footer-area .copywrite-area .copywrite-text {
          font-size: 11px;
          margin-bottom: 15px; } }
    .footer-area .copywrite-area .footer-nav {
      position: relative;
      z-index: 1;
      text-align: right; }
      .footer-area .copywrite-area .footer-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        @media only screen and (max-width: 767px) {
          .footer-area .copywrite-area .footer-nav ul {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start; } }
        .footer-area .copywrite-area .footer-nav ul li a {
          display: inline-block;
          color: #ffffff;
          font-size: 16px;
          font-weight: 500;
          padding: 0 10px; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .footer-area .copywrite-area .footer-nav ul li a {
              font-size: 14px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .footer-area .copywrite-area .footer-nav ul li a {
              padding: 0 5px;
              font-size: 13px; } }
          @media only screen and (max-width: 767px) {
            .footer-area .copywrite-area .footer-nav ul li a {
              padding: 0 4px;
              font-size: 11px; } }
        .footer-area .copywrite-area .footer-nav ul li:last-child a {
          padding-right: 0; }
        @media only screen and (max-width: 767px) {
          .footer-area .copywrite-area .footer-nav ul li:first-child a {
            padding-left: 0; } }

/* Contact Area CSS */
.contact-form-area input[type="radio"]{
  font-family: 'gcnorthsans-light';
  width: 30px;
  height: 30px;
  vertical-align: bottom;
  font-size: 22px;
  accent-color: #474747;
  border: 0;
  margin-bottom: 0;
  border-radius: 50px;
  transition-duration: 500ms; }

.contact-form-area input,
.contact-form-area textarea {
  background-color: #fff;
  font-family: 'gcnorthsans-light';
  width: 100%;
  height: 45px;
  margin-bottom: 25px;
  font-size: 20px;
  color: #ff9b00;
  text-align: left;
  text-indent: 10px;
  border-radius: 15px;
  border-bottom: 2px solid transparent;
  transition-duration: 500ms; }
  .contact-form-area input:focus,
  .contact-form-area textarea:focus {
    background-color: #fff;
    color: #ff9b00;
    box-shadow: none;
    border-bottom-color: #ff7902; }
.contact-form-area textarea {
  height: 120px;
  padding-top: 20px;
  margin-bottom: 50px; }

.map-area {
  position: relative;
  z-index: 2;
  height: 690px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .map-area {
      height: 550px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .map-area {
      height: 450px; } }
  @media only screen and (max-width: 767px) {
    .map-area {
      height: 320px; } }
  .map-area iframe {
    width: 100%;
    height: 100%;
    border: none;
    margin-bottom: 0; }

.single-contact-content {
  position: relative;
  z-index: 1;
  margin-bottom: 20px; }
  .single-contact-content:last-child {
    margin-bottom: 0; }
  .single-contact-content .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    max-width: 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #969696;
    color: #688bfe;
    text-align: center;
    line-height: 28px;
    margin-right: 20px; }
  .single-contact-content .text {
    position: relative;
    z-index: 1; }
    .single-contact-content .text h6 {
      font-size: 18px;
      margin-bottom: 10px; }
    .single-contact-content .text p {
      margin-bottom: 0; }

/* Elements Area CSS */
.elements-title {
  position: relative;
  z-index: 1; }
  .elements-title h2 {
    font-size: 48px;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .elements-title h2 {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .elements-title h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .elements-title h2 {
        font-size: 24px; } }

.single-service-area {
  position: relative;
  z-index: 1; }
  .single-service-area img {
    display: block;
    margin: 0 auto 20px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
  .single-service-area h5 {
    font-size: 18px;
    margin-bottom: 10px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
  .single-service-area p {
    font-size: 14px; }
  .single-service-area a {
    display: block;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #ff7902; }
    .single-service-area a:hover, .single-service-area a:focus {
      color: #688bfe; }
  .single-service-area:hover img, .single-service-area:focus img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .single-service-area:hover h5, .single-service-area:focus h5 {
    color: #ff7902; }

.single-cool-fact {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-cool-fact .scf-icon {
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
  .single-cool-fact .scf-text h2 {
    font-family: 'gcnorthsans-regular';
    font-size: 50px;
    margin-bottom: 0px;
    color: #ff9b00;
    font-weight: 500; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-cool-fact .scf-text h2 {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-cool-fact .scf-text h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .single-cool-fact .scf-text h2 {
        font-size: 24px; } }
  .single-cool-fact .scf-text h6 {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 0;
    color: #474747; }

.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h6 {
  margin-bottom: 0; }
  .single-accordion h6 a {
    background-color: #688bfe;
    border-radius: 0;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 15px 70px 15px 30px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600; }
    .single-accordion h6 a span {
      background: transparent;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      font-size: 10px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 58px;
      height: 100%;
      color: #ffffff;
      line-height: 58px; }
      .single-accordion h6 a span.accor-open {
        opacity: 0; }
    .single-accordion h6 a.collapsed {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      background-color: #ff7902;
      color: #ffffff; }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none; }
  .single-accordion .accordion-content p {
    padding: 15px 15px 0;
    margin-bottom: 0; }

.single-skils-area {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-skils-area .circle {
    position: relative;
    z-index: 10;
    margin-bottom: 15px; }
  .single-skils-area .skills-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .single-skils-area .skills-text span {
      font-size: 48px;
      color: #ff7902;
      font-weight: 600; }
    .single-skils-area .skills-text p {
      margin-bottom: 0;
      color: #969696; }

.pixel-tabs-content {
  position: relative;
  z-index: 1; }
  .pixel-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 35px; }
    .pixel-tabs-content .nav-tabs .nav-link {
      background-color: rgba(255, 155, 0, .4);
	  font-family: 'gcnorthsans-light';
      text-transform: uppercase;
      font-size: 20px;
      color: #fff;
      letter-spacing: 1px;
      padding: 12px 30px;
	  margin-right: 50px;
	  border-top-right-radius: 25px;
	  border-bottom-left-radius: 25px;
      transition: .7s ease-in-out; }
      .pixel-tabs-content .nav-tabs .nav-link.active {
	      background-color: #ff9b00;
		  font-family: 'gcnorthsans-light';
	      text-transform: uppercase;
	      font-size: 20px;
	      color: #fff;
	      letter-spacing: 1px;
	      padding: 12px 30px;
	      margin-right: 50px;
		  border-top-right-radius: 25px;
		  border-bottom-left-radius: 25px;
	      transition: .7s ease-in-out; }
  .pixel-tabs-content .pixel-tab-text {
    position: relative;
    z-index: 1;
    padding-top: 10px; }
    .pixel-tabs-content .pixel-tab-text p {
      margin-bottom: 0; }
  .pixel-tabs-content .tab-content h6 {
    font-size: 18px; }

.single-icons {
  position: relative;
  z-index: 1;
  background-color: #688bfe;
  border-radius: 5px;
  text-align: center;
  padding: 50px 20px; }
  .single-icons i {
    font-size: 50px;
    margin-bottom: 30px;
    display: block;
    color: #ffffff; }
  .single-icons span {
    display: block;
    color: #ffffff; }
