/* 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: 'Heebo-Light';
  font-size: 14px; }

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

p {
  font-family: 'Heebo-Light';
  color: #969696; }

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%; }

  .float, .float:hover, .float:focus{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #3e7e25;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  }

  .my-float{
    margin-top:16px;
  }

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

  .img__logo{
    width: 220px; 
  }

  .breakpoint-off .classynav{
    position: relative;
    top: 20px;
    transition: .2s ease-in-out;
  }

  .header-area .is-sticky .pixel-main-menu .breakpoint-off .classynav{
    position: relative;
    top: 10px;
    transition: .2s ease-in-out;
  }

  .header-area .is-sticky .pixel-main-menu .breakpoint-off .img__logo{
    width: 170px;
    transition: .2s ease-in-out;
  }

  .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: #f4b501;
    transition: .2s ease-in-out;
  }

  header{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%)  
  }

  .btn__slider{
    background-color: #fff;
    color: #525251;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    padding: 15px 22px;
    border-radius: 0px;
    transition: .5s ease-in-out;
  }

  .btn__slider:hover, .btn__slider:focus{
    background-color: #f4b501;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    padding: 15px 22px;
    border-radius: 0px;
    transition: .5s ease-in-out;
  }

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

  .img__about{
    width: 100%;
  }

  .move__text--about{
    padding-left: 80px;
  }

  .title__about{
    color: #f4b501;
    font-family: 'Heebo-Medium';
    font-size: 60px;
    line-height: 110%;
    margin-bottom: 40px;
  }

  .text__about{
    color: #525251;
    font-family: 'Heebo-Light';
    font-size: 28px;
    line-height: 120%;
    margin-right: 50px;
    margin-bottom: 70px;
  }

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

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

  .img__logo-3m{
    float: right;
    width: 220px;
    margin-right: 100px;
  }

  .bg__slogan{

  }

  .group__slogan{
    display: inline-flex;
    align-items: center;
    position: relative;
  }

  .text__slogan{
    color: #525251;
    font-family: 'Heebo-Medium';
    font-size: 40px;
    line-height: 120%;
    text-align: left;
    margin-bottom: 0;
    margin-left: -140px;
    z-index: 1;
  }

  .img__circle--slogan{
    width: 380px;
  }

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

  .bg__features{
    background-image: url('img/img_circle3.png');
    background-repeat: no-repeat;
    background-size: 270px;
    background-position: -100px 50px;
  }

  .img__feature{
    width: 160px;
    margin-bottom: 70px;
    transform: scale(1);
    transition: .5s ease-in-out;
  }

  .img__feature:hover{
    width: 160px;
    margin-bottom: 70px;
    transform: scale(1.1);
    transition: .5s ease-in-out;
  }

  .text__feature{
    color: #525251;
    font-size: 30px;
    text-align: center;
    line-height: 120%;
    margin-bottom: 0;
  }

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

  .bg__solutions{
    background-image: url('img/bg-solutions.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    margin-bottom: -110vh;
  }

  .title__solutions{
    font-family: 'Heebo-Medium';
    color: #f4b501;
    font-size: 65px;
    line-height: 100%;
    margin-bottom: 0;
  }

  .subtitle__solutions{
    font-family: 'Heebo-Light';
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    line-height: 100%;
    margin-bottom: 15px;
  }

  .text__solutions{
    font-family: 'Heebo-Light';
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    line-height: 100%;
    margin-bottom: 10px;
  }

  .bg__card--solution{
    transition: .5s ease-in-out;
  }

  .img__solution--card{
    width: 100%;
    margin-bottom: 25px;
    transition: .7s ease-in-out;
  }

  .title__solution--card{
    color: #f4b501;
    font-family: 'Heebo-Medium';
    font-size: 33px;
    line-height: 100%;
    margin-bottom: 0;
  }

  .text__solution--card{
    color: #fff;
    font-family: 'Heebo-Light';
    font-size: 19px;
    font-weight: 100;
    line-height: 120%;
    margin-bottom: 0;
  }

  .img__sun{
    width: 170px;
    margin-top: 100px;
    margin-bottom: 0px;
  }

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

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

  .button-center {
    position: absolute;
    top: 75%;
    left: 50%;
    width: 100% !important;
    transform: translateX(-50%);
    z-index: 9;
  }

  .title__banner{
    font-family: 'Heebo-Medium';
    color: #fff;
    font-size: 70px;
    text-align: center;
    line-height: 100%;
    margin-bottom: 0;
  }

  .bg__banner{
    position: relative;
    z-index: 0;
  }

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

  .title__peliculas{
    font-family: 'Heebo-Medium';
    color: #f4b501;
    font-size: 60px;
    font-weight: 500;
    text-align: center;
    line-height: 100%;
    margin-bottom: 0;
  }

  .subtitule__peliculas{
    font-family: 'Heebo-Light';
    color: #525251;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    line-height: 100%;
    margin-bottom: 50px;
  }

  .text__peliculas{
    font-family: 'Heebo-Light';
    color: #525251;
    font-size: 20px;
    text-align: center;
    line-height: 120%;
    margin-bottom: 100px;
  }

  .circles {
      display: flex;
      align-items: center;
  }

  .circle {
      width: 300px;
      height: 300px;
      border-radius: 50%;
      overflow: hidden;
      position: relative;
      cursor: pointer;
      transition: transform 0.4s ease;
      margin: 0 -40px;
  }

  /* SUPERPOSICIÓN */
  .circle:not(:first-child) {
      margin-left: -80px; /* controla cuánto se enciman */
  }

  /* ORDEN EN CAPAS */
  .circle:nth-child(1){ z-index: 1; }
  .circle:nth-child(2){ z-index: 2; }
  .circle:nth-child(3){ z-index: 3; }
  .circle:nth-child(4){ z-index: 4; }
  .circle:nth-child(5){ z-index: 5; }

  /* IMÁGENES */
  .circle img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: opacity .7s ease-in-out;
  }

  /* IMAGEN HOVER OCULTA */
  .circle img.hover-img {
      opacity: 0;
  }

  /* EFECTO HOVER */
  .circle:hover img.hover-img {
      opacity: 1;
  }

  .circle:hover img.default-img {
      opacity: 0;
  }

  /* OPCIONAL: efecto ligero de crecimiento */
  .circle:hover {
      transform: scale(1.01);
  }

  .bg__technology{
    background-color: #f4b501;
    height: 300px;
    margin-bottom: 350px;
  }

  .title__tech{
    color: #fff;
    font-size: 35px;
    font-family: 'Heebo-Medium';
    margin-bottom: 0;
    line-height: 120%;
    text-align: center;
  }

  .text__tech{
    color: #525251;
    font-size: 28px;
    font-family: 'Heebo-Light';
    line-height: 120%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0;
  }

  .img__tech--01{
    background-image: url('img/tecnologia/01.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 350px;
    transition: .5s ease-in-out;
  }

  .img__tech--01:hover, .img__tech--01:focus{
    background-image: url('img/tecnologia/01-hover.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 350px;
    transition: .5s ease-in-out;
  }

  .img__tech--02{
    background-image: url('img/tecnologia/02.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 350px;
    transition: .5s ease-in-out;
  }

  .img__tech--02:hover, .img__tech--02:focus{
    background-image: url('img/tecnologia/02-hover.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 350px;
    transition: .5s ease-in-out;
  }

  .img__tech--03{
    background-image: url('img/tecnologia/03.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 350px;
    transition: .5s ease-in-out;
  }

  .img__tech--03:hover, .img__tech--03:focus{
    background-image: url('img/tecnologia/03-hover.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 350px;
    transition: .5s ease-in-out;
  }

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

  .section-padding-descanso{
    padding-top: 200px;
    padding-bottom: 200px;
  }

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

  .title__descanso{
    font-family: 'Heebo-Medium';
    font-size: 65px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 120%;
    margin-bottom: 0;
  }

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

  .bg__projects{
    background-color: #525251;
  }

  .title__projects{
    font-family: 'Heebo-Medium';
    font-size: 63px;
    color: #f4b501;
    line-height: 100%;
    margin-bottom: 0
  }

  .subtitle__projects{
    font-family: 'Heebo-Light';
    font-size: 28px;
    font-weight: 100;
    color: #fff;
    line-height: 100%;
    margin-bottom: 70px;
  }

  .img__project{
    width: 100%;
    margin-bottom: 25px;
    transition: .7s ease-in-out;
  }

  .group__projects{
    display: flex;
  }

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

  .title__contact{
    color: #f4b501;
    font-size: 65px;
    font-family: 'Heebo-Medium';
    line-height: 100%;
    margin-bottom: 0;
  }

  .subtitle__contact{
    color: #525251;
    font-size: 27px;
    font-family: 'Heebo-Light';
    line-height: 120%;
    margin-bottom: 50px;
  }

  .btn__send{
    background-color: #525251;
    border: 1px solid #525251;
    color: #f4b501;
    font-family: 'Heebo-Light';
    font-size: 19px;
    padding: 10px 18px;
    text-transform: uppercase;
    border-radius: 0;
    float: right;
    transition: .5s ease-in-out;
  }

  .btn__send:hover, .btn__send:focus{
    background-color: #f4b501;
    border: 1px solid #f4b501;
    color: #525251;
    font-family: 'Heebo-Light';
    font-size: 19px;
    padding: 10px 18px;
    text-transform: uppercase;
    border-radius: 0;
    float: right;  
    transition: .5s ease-in-out;
  }

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

  .bg__footer{
    background-color: #f4b501;
  }

  .logo__footer{
    width: 100%;
    float: left;
    position: relative;
    right: 50px;
  }

  .group__contact{
    display: inline-flex;
    gap: 50px;
    padding-left: 0px;  
  }

  .title__address{
    color: #525251;
    font-family: 'Heebo-Medium';
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .text__address{
    color: #525251;
    font-family: 'Heebo-Light';
    font-size: 14px;
    text-transform: uppercase;
  }

  .title__schedules{
    color: #525251;
    font-family: 'Heebo-Medium';
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 1px;
  }

  .text__schedules{
    color: #525251;
    font-family: 'Heebo-Light';
    font-size: 25px;
  }

  .title__phone{
    color: #525251;
    font-family: 'Heebo-Medium';
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 1px;
  }

  .text__phone{
    color: #525251;
    font-family: 'Heebo-Light';
    font-size: 25px;
  }

  .group__menus--footer{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: right;
    position: relative;
    left: 50px;
  }

  .link__menu--footer{
    color: #525251;
    font-family: 'Heebo-Medium';
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 100%;
    margin: 0px 18px;
    transition: .5s ease-in-out;
  }

  .link__menu--footer:hover, .link__menu--footer:focus{
    color: #525251;
    font-family: 'Heebo-Medium';
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 100%;
    margin: 0px 18px;
    transition: .5s ease-in-out;
  }

  .link__privacy, .link__privacy:hover, .link__privacy:focus{
    color: #525251;
    font-family: 'Heebo-Light';
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 100%;
    margin: 0px 18px;
    transition: .5s ease-in-out;
    position: relative;
    right: 50px;
  }

  .link__deux, .link__deux:hover, .link__deux:focus{
    color: #525251;
    font-family: 'Heebo-Light';
    float: right;
    position: relative;
    left: 55px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 100%;
    margin: 0px 18px;
    transition: .5s ease-in-out;
  }

  .modal-lg{
    max-width: 1000px;
  }

  .modal-body{
    padding: 0rem 2rem 0rem 0rem;
  }

  .bg__yellow{
    background-color: #f4b501;
  }

  .bold{
    font-family: 'Heebo-Medium';
    font-weight: 600;
  }

  .button__close--move{
    margin-bottom: -60px;
  }

  .close, .close:hover, .close:focus {
    float: right;
    font-size: 3.5rem;
    font-weight: 100;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    z-index: 9;
    position: relative;
    top: 20px;
    margin-right: 0px;
    outline: 0 !important;
    text-decoration: none !important;
    border: 0 !important;
  }

  .img__modal{
    width: 95%;
  }

  .title__modal{
    color: #f4b501;
    font-family: 'Heebo-Medium';
    font-size: 50px;
    line-height: 100%;
    margin-bottom: 20px;
  }

  .title__modal--ConSub{
    color: #f4b501;
    font-family: 'Heebo-Medium';
    font-size: 50px;
    line-height: 70%;
    margin-bottom: 20px;
  }

  .title__modal--tech{
    color: #fff;
    font-family: 'Heebo-Medium';
    font-size: 50px;
    line-height: 100%;
    margin-bottom: 20px;
  }

  .subtitle__modal{
    font-size: 30px;
  }

  .text__modal{
    color: #525251;
    font-family: 'Heebo-Light';
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 0;
  }

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

  .bg__projects--banner{
    background-image: url('img/slider/01.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .title__projects--banner{
    color: #f4b501;
    font-family: 'Heebo-Medium';
    font-size: 75px;
    line-height: 100%;
    margin-bottom: 0;
    position: relative;
    top: 120px;
  }

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

  .title__projects--gallery{
    color: #f4b501;
    font-family: 'Heebo-Medium';
    font-size: 65px;
    line-height: 100%;
    margin-bottom: 0;
  }

  .subtitle__projects--gallery{
    color: #525251;
    font-family: 'Heebo-Light';
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 50px;
  }

  .img__thumbnail{
    width: 100%;
    height: auto;
  }

}

/* 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-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

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

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

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

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

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

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

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

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

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

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

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

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

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



/* Preloader */
.preloader {
  background-color: #f4b501;
  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; }

/* pixel Button */
.pixel-btn {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #ff7902;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 170px;
  height: 48px;
  color: #ffffff;
  border-radius: 0;
  padding: 0 35px 0 20px;
  font-size: 14px;
  line-height: 48px;
  font-weight: 600;
  text-transform: uppercase; }
  .pixel-btn::after {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 18px;
    content: '\f105';
    font-family: 'FontAwesome';
    z-index: 1; }
  .pixel-btn:hover, .pixel-btn:focus {
    font-size: 14px;
    font-weight: 600;
    background-color: #688bfe;
    color: #ffffff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15); }
  .pixel-btn.btn-2 {
    background-color: #688bfe;
    color: #ffffff; }
    .pixel-btn.btn-2:hover, .pixel-btn.btn-2:focus {
      background-color: #ff7902;
      color: #ffffff;
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.15); }
  .pixel-btn.btn-3 {
    background-color: transparent;
    color: #688bfe;
    border: 2px solid #688bfe;
    line-height: 44px; }
    .pixel-btn.btn-3:hover, .pixel-btn.btn-3:focus {
      background-color: transparent;
      color: #ff7902;
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
      border: 2px solid #ff7902; }

/* 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: 100px;
      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 {
        font-weight: 500;
        text-transform: uppercase;
        font-size: 18px;
        padding: 0 11px;
        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: #f4b501; }
        @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: 22px; } }
        @media only screen and (max-width: 767px) {
          .header-area .pixel-main-menu .classy-navbar .classynav ul li a {
            color: #212121;
            font-size: 18.header-area .pixel-main-menu .classy-navbar .classynav ul li apx; } }
      .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: 10px; } }
        @media only screen and (max-width: 767px) {
          .header-area .pixel-main-menu .classy-navbar .classynav > ul > li:first-child a {
            padding-left: 10px; } }
      .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: #ffffff; }

/* 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: 80px;
    margin-top: 0; }
    .hero-area .owl-dots .owl-dot {
      width: 15px;
      height: 15px;
      border-radius: 30px;
      background-color: rgba(255,255,255,0.6);
      margin: 0 10px; }
      .hero-area .owl-dots .owl-dot.active {
        width: 15px;
        height: 15px;
        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: 65px;
      color: #ffffff;
      font-weight: 500;
      line-height: 100%;
      margin-bottom: 10px; }
      .single-slide .welcome-text h2 span {
        color: #f4b501;
        font-weight: 500; }
      @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: 30px;
          line-height: 120%; } }
    .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); } }

/* Catagory Area CSS */
.top-catagory-area {
  position: relative;
  z-index: 1; }
  .top-catagory-area .single-catagory {
    position: relative;
    z-index: 1;
    @flex (0 0 50%);
    max-width: 50%;
    width: 50%;
    height: 960px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .top-catagory-area .single-catagory {
        height: 400px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .top-catagory-area .single-catagory {
        height: 400px; } }
    @media only screen and (max-width: 767px) {
      .top-catagory-area .single-catagory {
        height: 300px;
        @flex (0 0 100%);
        max-width: 100%;
        width: 100%; } }
    .top-catagory-area .single-catagory a {
      display: inline-block;
      font-size: 72px;
      margin: 0;
      color: #ffffff; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .top-catagory-area .single-catagory a {
          font-size: 42px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .top-catagory-area .single-catagory a {
          font-size: 36px; } }
      @media only screen and (max-width: 767px) {
        .top-catagory-area .single-catagory a {
          font-size: 24px; } }
      .top-catagory-area .single-catagory a:hover {
        color: #ff7902; }

/* :: 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: 0; }
    .testimonial-slides .owl-dots .owl-dot {
      width: 8px;
      height: 8px;
      background-color: #9a9a9a;
      margin: 0 4px; }
      .testimonial-slides .owl-dots .owl-dot.active {
        width: 12px;
        height: 12px;
        background-color: #ff7902; }

  .testimonial-slides .owl-prev,
  .testimonial-slides .owl-next {
    position: absolute;
    top: 50%;
    font-size: 35px;
    font-weight: 700;
    color: #f4b501;
    left: -40px;
    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: 1; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .testimonial-slides .owl-prev,
      .testimonial-slides .owl-next {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .testimonial-slides .owl-prev,
      .testimonial-slides .owl-next {
        left: 20px;
        font-size: 16px; } }
    .testimonial-slides .owl-prev:hover,
    .testimonial-slides .owl-next:hover {
      color: #f4b501; }
  .testimonial-slides .owl-next {
    left: auto;
    right: -40px; }
    @media only screen and (max-width: 767px) {
      .testimonial-slides .owl-next {
        right: 20px; } }
  .testimonial-slides:hover .owl-next,
  .testimonial-slides:hover .owl-prev {
    opacity: 1;
    visibility: visible; }

.single-testimonial-slide {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-testimonial-slide img {
    margin: 0;
    width: 100%; }
  .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; } }

/* :: Logos Area CSS */
.logos-slides {
  position: relative;
  z-index: 1; }
  .logos-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: 0; }
    .logos-slides .owl-dots .owl-dot {
      width: 8px;
      height: 8px;
      background-color: #9a9a9a;
      margin: 0 4px; }
      .logos-slides .owl-dots .owl-dot.active {
        width: 12px;
        height: 12px;
        background-color: #ff7902; }

  .logos-slides .owl-prev,
  .logos-slides .owl-next {
    position: absolute;
    top: 50%;
    font-size: 35px;
    font-weight: 700;
    color: #f4b501;
    left: -40px;
    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: 1; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .logos-slides .owl-prev,
      .logos-slides .owl-next {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .logos-slides .owl-prev,
      .logos-slides .owl-next {
        left: 20px;
        font-size: 16px; } }
    .logos-slides .owl-prev:hover,
    .logos-slides .owl-next:hover {
      color: #f4b501; }
  .logos-slides .owl-next {
    left: auto;
    right: -40px; }
    @media only screen and (max-width: 767px) {
      .logos-slides .owl-next {
        right: 20px; } }
  .logos-slides:hover .owl-next,
  .logos-slides:hover .owl-prev {
    opacity: 1;
    visibility: visible; }

.single-logos-slide {
  position: relative;
  z-index: 1;
  text-align: center; }


/* :: Soluciones Area CSS */
.solutions-slides {
  position: relative;
  z-index: 1; }
  .solutions-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: 0; }
    .solutions-slides .owl-dots .owl-dot {
      width: 8px;
      height: 8px;
      background-color: #9a9a9a;
      margin: 0 4px; }
      .solutions-slides .owl-dots .owl-dot.active {
        width: 12px;
        height: 12px;
        background-color: #ff7902; }

  .solutions-slides .owl-prev,
  .solutions-slides .owl-next {
    position: absolute;
    top: 50%;
    font-size: 35px;
    font-weight: 700;
    color: #f4b501;
    left: -40px;
    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: 1; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .solutions-slides .owl-prev,
      .solutions-slides .owl-next {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .solutions-slides .owl-prev,
      .solutions-slides .owl-next {
        left: 20px;
        font-size: 16px; } }
    .solutions-slides .owl-prev:hover,
    .solutions-slides .owl-next:hover {
      color: #f4b501; }
  .solutions-slides .owl-next {
    left: auto;
    right: -40px; }
    @media only screen and (max-width: 767px) {
      .solutions-slides .owl-next {
        right: 20px; } }
  .solutions-slides:hover .owl-next,
  .solutions-slides:hover .owl-prev {
    opacity: 1;
    visibility: visible; }
.single-solutions-slide {
  position: relative;
  z-index: 1;
  text-align: center; }

/* :: Películas Area CSS */
.peliculas-slides {
  position: relative;
  z-index: 1; }
  .peliculas-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: 0; }
    .peliculas-slides .owl-dots .owl-dot {
      width: 8px;
      height: 8px;
      background-color: #9a9a9a;
      margin: 0 4px; }
      .peliculas-slides .owl-dots .owl-dot.active {
        width: 12px;
        height: 12px;
        background-color: #ff7902; }

  .peliculas-slides .owl-prev,
  .peliculas-slides .owl-next {
    position: absolute;
    top: 50%;
    font-size: 35px;
    font-weight: 700;
    color: #f4b501;
    left: -40px;
    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: 1; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .peliculas-slides .owl-prev,
      .peliculas-slides .owl-next {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .peliculas-slides .owl-prev,
      .peliculas-slides .owl-next {
        left: 20px;
        font-size: 16px; } }
    .peliculas-slides .owl-prev:hover,
    .peliculas-slides .owl-next:hover {
      color: #f4b501; }
  .peliculas-slides .owl-next {
    left: auto;
    right: -40px; }
    @media only screen and (max-width: 767px) {
      .peliculas-slides .owl-next {
        right: 20px; } }
  .peliculas-slides:hover .owl-next,
  .peliculas-slides:hover .owl-prev {
    opacity: 1;
    visibility: visible; }

.single-peliculas-slide {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-peliculas-slide img {
    margin: 0;
    width: 100%; }
  .single-peliculas-slide h4 {
    font-size: 24px;
    color: #969696; }
  .single-peliculas-slide span {
    font-size: 14px;
    font-weight: 300;
    color: #969696;
    margin-bottom: 40px;
    display: block; }
  .single-peliculas-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-peliculas-slide h5 {
        font-size: 18px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-peliculas-slide h5 {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .single-peliculas-slide h5 {
        font-size: 16px; } }


/* :: Tecnologia Area CSS */
.tecnologia-slides {
  position: relative;
  z-index: 1; }
  .tecnologia-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: 0; }
    .tecnologia-slides .owl-dots .owl-dot {
      width: 8px;
      height: 8px;
      background-color: #9a9a9a;
      margin: 0 4px; }
      .tecnologia-slides .owl-dots .owl-dot.active {
        width: 12px;
        height: 12px;
        background-color: #ff7902; }

  .tecnologia-slides .owl-prev,
  .tecnologia-slides .owl-next {
    position: absolute;
    top: 50%;
    font-size: 35px;
    font-weight: 700;
    color: #f4b501;
    left: -40px;
    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: 1; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .tecnologia-slides .owl-prev,
      .tecnologia-slides .owl-next {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .tecnologia-slides .owl-prev,
      .tecnologia-slides .owl-next {
        left: 20px;
        font-size: 16px; } }
    .tecnologia-slides .owl-prev:hover,
    .tecnologia-slides .owl-next:hover {
      color: #f4b501; }
  .tecnologia-slides .owl-next {
    left: auto;
    right: -40px; }
    @media only screen and (max-width: 767px) {
      .tecnologia-slides .owl-next {
        right: 20px; } }
  .tecnologia-slides:hover .owl-next,
  .tecnologia-slides:hover .owl-prev {
    opacity: 1;
    visibility: visible; }

.single-tecnologia-slide {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-tecnologia-slide img {
    margin: 0;
    width: 100%; }
  .single-tecnologia-slide h4 {
    font-size: 24px;
    color: #969696; }
  .single-tecnologia-slide span {
    font-size: 14px;
    font-weight: 300;
    color: #969696;
    margin-bottom: 40px;
    display: block; }
  .single-tecnologia-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-tecnologia-slide h5 {
        font-size: 18px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-tecnologia-slide h5 {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .single-tecnologia-slide h5 {
        font-size: 16px; } }


/* :: Proyectos Area CSS */
.proyectos-slides {
  position: relative;
  z-index: 1; }
  .proyectos-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: 0; }
    .proyectos-slides .owl-dots .owl-dot {
      width: 8px;
      height: 8px;
      background-color: #9a9a9a;
      margin: 0 4px; }
      .proyectos-slides .owl-dots .owl-dot.active {
        width: 12px;
        height: 12px;
        background-color: #ff7902; }

  .proyectos-slides .owl-prev,
  .proyectos-slides .owl-next {
    position: absolute;
    top: 50%;
    font-size: 35px;
    font-weight: 700;
    color: #f4b501;
    left: -40px;
    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: 1; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .proyectos-slides .owl-prev,
      .proyectos-slides .owl-next {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .proyectos-slides .owl-prev,
      .proyectos-slides .owl-next {
        left: 20px;
        font-size: 16px; } }
    .proyectos-slides .owl-prev:hover,
    .proyectos-slides .owl-next:hover {
      color: #f4b501; }
  .proyectos-slides .owl-next {
    left: auto;
    right: -40px; }
    @media only screen and (max-width: 767px) {
      .proyectos-slides .owl-next {
        right: 20px; } }
  .proyectos-slides:hover .owl-next,
  .proyectos-slides:hover .owl-prev {
    opacity: 1;
    visibility: visible; }

.single-proyectos-slide {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-proyectos-slide img {
    margin: 0;
    width: 100%; }
  .single-proyectos-slide h4 {
    font-size: 24px;
    color: #969696; }
  .single-proyectos-slide span {
    font-size: 14px;
    font-weight: 300;
    color: #969696;
    margin-bottom: 40px;
    display: block; }
  .single-proyectos-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-proyectos-slide h5 {
        font-size: 18px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-proyectos-slide h5 {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .single-proyectos-slide h5 {
        font-size: 16px; } }

/* Footer 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,
.contact-form-area textarea {
  background-color: rgba(244, 181, 1, .12);
  width: 100%;
  height: 70px;
  margin-bottom: 25px;
  font-size: 25px;
  color: #525251;
  text-transform: uppercase;
  text-indent: 10px;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  transition-duration: 500ms; }
  .contact-form-area input:focus,
  .contact-form-area textarea:focus {
    background-color: rgba(244, 181, 1, .12);
    box-shadow: none;
    border-bottom-color: #f4b501; }
.contact-form-area textarea {
  height: 250px;
  padding-top: 20px;
  margin-bottom: 50px; }

.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-size: 48px;
    margin-bottom: 20px;
    color: #ff7902;
    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: 18px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #969696; }

.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; }

.pixel-tabs-content {
  position: relative;
  z-index: 1; }
  .pixel-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 15px; }
    .pixel-tabs-content .nav-tabs .nav-link {
      background-color: #ff7902;
      padding: 0 20px;
      height: 48px;
      line-height: 50px;
      color: #ffffff;
      margin: 0 2px;
      border-radius: 0;
      font-size: 14px;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .pixel-tabs-content .nav-tabs .nav-link {
          padding: 0 5px;
          height: 40px;
          line-height: 40px;
          font-size: 12px; } }
      .pixel-tabs-content .nav-tabs .nav-link.active {
        background-color: #688bfe;
        color: #ffffff; }
  .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; }
