/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

body {
  line-height: 1.5; }

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

table, td, th {
  vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

/* Remove annoying border on linked images. */
a img {
  border: none; }

/* animation */
/* animation output  */
/*
@include keyframes(name_animation) {
  0% { opacity: 1; }
  90% { opacity: 0; }
}
.element {
  width: 100px;
  height: 100px;
  background: black;
  @include animation('name_animation 5s 3');
}
*/
/*----------------*/
/*Variables*/
/*----------------*/
.parallax-window {
  min-height: 400px;
  background: transparent; }

/*----------------*/
/*General*/
/*----------------*/
body {
  background-color: #F5F5F5;
  font-family: 'Lato', serif;
  font-weight: 400;
  color: #444;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 130%; }
  body .main {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }

a {
  color: #1d1c1c;
  transition: all 0.3s ease-out; }
  @media only screen and (min-width: 480px) {
    a:hover {
      opacity: 0.5; } }
  a img {
    transition: all 0.3s ease-out; }

h1, h2, h3, h4, h4, h6 {
  font-family: 'Lato', serif;
  font-weight: 700; }

header {
  z-index: 100;
  width: 100%;
  background-color: #fff; }
  header > div {
    padding: 20px 20px;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  header .info .tel {
    margin-right: 15px;
    text-align: right;
    font-weight: 900;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 130%; }
    header .info .tel:before {
      content: "";
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 5px;
      background: url("/img/ico-phone.svg") no-repeat left center;
      background-size: 20px; }
      @media only screen and (max-width: 520px) {
        header .info .tel:before {
          display: none; } }
    header .info .tel a {
      color: #373580;
      text-decoration: none; }
  header ul li {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 130%;
    text-transform: uppercase;
    display: inline-block; }
    header ul li a {
      font-family: 'Lato', serif;
      font-weight: 700;
      color: #8CBD3E;
      padding: 5px 15px;
      text-decoration: none;
      letter-spacing: 1px; }
  header ul:last-child {
    margin-right: 0; }
  header .logo {
    margin-left: 15px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: block;
    text-indent: -9999px;
    width: 170px;
    height: 68px;
    background: url("/img/logo-celquisa.svg") no-repeat top center;
    background-size: 100% auto; }
  @media only screen and (max-width: 900px) {
    header {
      position: fixed;
      left: 0;
      width: 100%; }
      header .logo {
        height: 30px;
        background-position: bottom center; }
      header > div {
        padding: 10px 70px 10px 10px; }
      header ul {
        transition: all 0.3s ease-out;
        position: fixed;
        right: 0;
        top: 44px;
        width: 100%;
        transform: translateX(100%); }
        header ul li {
          text-align: right;
          display: block;
          border-bottom: 1px solid #fff; }
          header ul li a {
            padding: 20px 20px;
            display: block;
            color: #fff; }
        header ul:last-child {
          background-color: #373580;
          top: 59px;
          height: calc(100vh - 59px); } }
  @media only screen and (max-width: 520px) {
    header > div {
      padding: 9px 55px 9px 15px; }
    header .logo {
      width: 107px;
      height: 18px;
      margin-left: 0; }
    header .info .tel {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 130%;
      margin: 0; }
    header ul:last-child {
      top: 44px;
      height: calc(100vh - 44px); } }

@media only screen and (min-width: 900px) {
  .mini header {
    top: 0;
    position: fixed;
    left: 0;
    width: 100%;
    height: auto;
    background-color: transparent; }
    .mini header > div {
      background-color: #373580;
      padding: 10px 120px;
      justify-content: space-between;
      align-items: center; }
    .mini header ul li a {
      color: #fff; }
    .mini header .logo {
      margin-top: 10px;
      width: 170px;
      height: 40px;
      background: url("/img/logo-celquisa-w.svg") no-repeat top center;
      background-size: 100% auto; }
    .mini header .info {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .mini header .info ul {
        order: 0; }
      .mini header .info .tel {
        margin-right: 0;
        margin-left: 30px;
        order: 1; }
        .mini header .info .tel a {
          color: #fff; } }

@media only screen and (max-width: 900px) {
  .mini header {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); } }

.menuresponse header ul {
  transform: translateX(0%); }

.menuresponse .showmenu {
  background-image: url("/img/ico-close.svg"); }

.showmenu {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 120;
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  width: 60px;
  height: 60px;
  background: url("/img/ico-menu.svg") no-repeat center center #373580;
  background-size: 50%; }
  .showmenu:hover {
    background-color: #444; }
  @media only screen and (max-width: 900px) {
    .showmenu {
      display: block; } }
  @media only screen and (max-width: 520px) {
    .showmenu {
      width: 44px;
      height: 44px; } }

.row {
  background-color: #fff;
  margin: 0 40px;
  padding: 40px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  border-bottom: 1px solid #eee; }
  .row:last-child {
    border-bottom: 0; }
  .row > div:first-child {
    margin-right: 30px; }
  .row .image {
    width: 45%;
    align-self: stretch;
    background-position: center center;
    background-size: cover; }
  .row .text {
    width: 55%; }
    .row .text .subtitle {
      color: #8CBD3E;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .row .text p {
      margin-bottom: 15px; }
      .row .text p:last-child {
        margin-bottom: 0; }
  @media only screen and (max-width: 520px) {
    .row {
      margin: 0;
      padding: 0;
      flex-wrap: wrap; }
      .row .image {
        width: 100%;
        height: 150px; }
      .row > div {
        margin-right: 0 !important; }
      .row .text {
        margin-top: -130px;
        background: url("/img/degra.png") repeat-X top center;
        text-align: center;
        box-sizing: border-box;
        width: 100%;
        padding: 70px 25px 25px; }
        .row .text .subtitle {
          margin-bottom: 10px; }
      .row:nth-child(2n) .text {
        order: 1; }
      .row:nth-child(2n) .image {
        order: 0; } }

.inicio .slider {
  overflow: hidden; }
  .inicio .slider .owl-stage-outer {
    margin: -20% 0; }
  @media only screen and (max-width: 900px) {
    .inicio .slider {
      padding-top: 60px; } }
  @media only screen and (max-width: 520px) {
    .inicio .slider {
      padding-top: 42px; }
      .inicio .slider .owl-stage-outer {
        margin: -15% 0; } }

.inicio .image.celquisa {
  background-image: url("/img/intro_01.jpg"); }

.inicio .image.equipo {
  background-image: url("/img/intro_02.jpg"); }

.inicio .image.soluciones {
  background-image: url("/img/intro_03.jpg"); }

.inicio .intro {
  background-color: #fff; }

.inicio .separador {
  text-align: center;
  padding: 50px;
  background-position: center center;
  background-size: cover; }
  .inicio .separador .box {
    max-width: 500px;
    margin: 0 auto;
    color: #fff; }
    .inicio .separador .box p {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 130%; }
      @media only screen and (max-width: 520px) {
        .inicio .separador .box p {
          font-size: 16px;
          font-size: 1rem;
          line-height: 130%; } }
    .inicio .separador .box p + p {
      margin-top: 15px; }
    .inicio .separador .box .title {
      margin-top: 10px; }
      .inicio .separador .box .title a {
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 130%; }
        @media only screen and (max-width: 520px) {
          .inicio .separador .box .title a {
            font-size: 24px;
            font-size: 1.5rem;
            line-height: 130%; } }
  .inicio .separador.sep_01 {
    background-image: url("/img/separador_01.jpg"); }
  .inicio .separador.sep_02 {
    background-image: url("/img/separador_02.jpg"); }
  .inicio .separador.sep_03 {
    background-image: url("/img/separador_03.jpg"); }

.inicio .columns {
  background-color: #fff;
  padding: 60px 40px;
  text-align: center; }
  .inicio .columns .subtitle {
    color: #8CBD3E;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .inicio .columns .box {
    display: flex; }
    .inicio .columns .box .col {
      width: 100%;
      padding-right: 40px;
      margin-right: 40px;
      border-right: 1px solid #eee; }
      .inicio .columns .box .col:last-child {
        padding-right: 0;
        margin-right: 0;
        border-right: none; }
      .inicio .columns .box .col img {
        height: 150px;
        margin-bottom: 20px; }
    @media only screen and (max-width: 900px) {
      .inicio .columns .box {
        display: block; }
        .inicio .columns .box .col {
          max-width: 500px;
          display: flex;
          padding-right: 0;
          margin-left: auto;
          margin-right: auto;
          border-right: none;
          padding-bottom: 40px;
          margin-bottom: 40px;
          border-bottom: 1px solid #eee; }
          .inicio .columns .box .col:last-child {
            margin-right: auto;
            border-bottom: none;
            padding-bottom: 0px;
            margin-bottom: 0px; }
          .inicio .columns .box .col img {
            margin-right: 30px;
            margin-bottom: 0; }
          .inicio .columns .box .col p {
            text-align: left; } }
    @media only screen and (max-width: 520px) {
      .inicio .columns .box .col {
        display: block; }
        .inicio .columns .box .col img {
          margin-right: 0;
          margin-bottom: 10px; }
        .inicio .columns .box .col p {
          text-align: center; } }

.inicio .productos {
  background-color: #fff;
  padding: 60px 40px;
  text-align: center; }
  .inicio .productos .box {
    max-width: 900px;
    margin: 0 auto; }
  .inicio .productos .subtitle {
    color: #8CBD3E;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .inicio .productos .owl-carousel .item img {
    margin: 0 auto 20px;
    max-width: 200px; }
  .inicio .productos .owl-carousel .item button {
    outline: none;
    position: relative;
    cursor: pointer;
    background-color: #373580;
    color: #fff;
    border: none;
    padding: 8px 24px 8px 10px;
    text-transform: uppercase;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 130%;
    font-weight: 600;
    border-radius: 6px; }
    @media only screen and (min-width: 480px) {
      .inicio .productos .owl-carousel .item button:hover {
        background-color: #444; } }
    .inicio .productos .owl-carousel .item button i {
      position: absolute;
      right: 8px;
      top: 11px;
      display: inline-block;
      width: 0;
      height: 0;
      border: 10px solid #fff;
      border-width: 7px 5px;
      border-color: #fff transparent transparent transparent; }
  .inicio .productos .owl-carousel .item .info {
    display: none;
    padding: 25px 0 15px; }
    .inicio .productos .owl-carousel .item .info h2 {
      text-transform: uppercase;
      font-size: 11px;
      color: #8CBD3E; }
    .inicio .productos .owl-carousel .item .info p {
      margin-bottom: 10px; }
      .inicio .productos .owl-carousel .item .info p:last-child {
        margin-bottom: 0; }
  .inicio .productos .owl-carousel .item.view .info {
    display: block; }
  .inicio .productos .owl-carousel .item.view button i {
    top: 4px;
    border-color: transparent transparent #fff transparent; }
  .inicio .productos .owl-carousel .owl-dots {
    display: none; }
  .inicio .productos .owl-carousel .owl-nav > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .inicio .productos .owl-carousel .owl-nav .owl-prev {
    left: -40px; }
  .inicio .productos .owl-carousel .owl-nav .owl-next {
    right: -40px; }

.inicio .partners {
  padding: 60px 40px;
  text-align: center; }
  .inicio .partners .box {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center; }
    .inicio .partners .box .col {
      width: 100%;
      padding-right: 40px;
      margin-right: 40px;
      border-right: 1px solid #eee; }
      .inicio .partners .box .col:last-child {
        padding-right: 0;
        margin-right: 0;
        border-right: none; }
      .inicio .partners .box .col img {
        width: 150px;
        margin-bottom: 20px; }
      .inicio .partners .box .col p {
        margin-bottom: 10px; }
      .inicio .partners .box .col a {
        text-transform: uppercase;
        font-size: 11px;
        text-decoration: none;
        color: #1d1c1c; }
    @media only screen and (max-width: 900px) {
      .inicio .partners .box {
        display: block; }
        .inicio .partners .box .col {
          max-width: 500px;
          display: flex;
          align-items: center;
          padding-right: 0;
          margin-left: auto;
          margin-right: auto;
          border-right: none;
          padding-bottom: 40px;
          margin-bottom: 40px;
          border-bottom: 1px solid #eee; }
          .inicio .partners .box .col:last-child {
            margin-right: auto;
            border-bottom: none;
            padding-bottom: 0px;
            margin-bottom: 0px; }
          .inicio .partners .box .col img {
            margin-right: 30px;
            margin-bottom: 0; }
          .inicio .partners .box .col .info {
            text-align: left; } }
    @media only screen and (max-width: 520px) {
      .inicio .partners .box .col {
        display: block; }
        .inicio .partners .box .col img {
          margin-right: 0;
          margin-bottom: 10px; }
        .inicio .partners .box .col p {
          text-align: center; }
        .inicio .partners .box .col .info {
          text-align: center; } }

.contacto {
  background-color: #fff; }
  .contacto .info {
    display: flex;
    flex-wrap: wrap; }
    .contacto .info > div {
      width: 50%;
      box-sizing: border-box; }
      @media only screen and (max-width: 520px) {
        .contacto .info > div {
          width: 100%; } }
    .contacto .info .dates {
      padding: 60px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .contacto .info .dates .box > div {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 130%;
        color: #373580;
        font-weight: 600;
        background-size: 20px;
        background-position: left 4px;
        background-repeat: no-repeat;
        padding-left: 30px; }
        .contacto .info .dates .box > div.direccion {
          background-image: url("/img/ico-locate.svg");
          margin-bottom: 20px;
          padding-bottom: 20px;
          border-bottom: 1px solid #eee; }
        .contacto .info .dates .box > div.tel {
          background-image: url("/img/ico-phone.svg"); }
        .contacto .info .dates .box > div.fax {
          background-image: url("/img/ico-fax.svg");
          margin-bottom: 20px;
          padding-bottom: 20px;
          border-bottom: 1px solid #eee; }
        .contacto .info .dates .box > div.mail {
          background-image: url("/img/ico-msg.svg");
          background-position: left center; }
        .contacto .info .dates .box > div a {
          text-decoration: none;
          color: #373580; }
    .contacto .info .map iframe {
      width: 100%; }
      @media only screen and (max-width: 520px) {
        .contacto .info .map iframe {
          height: 300px; } }

.copy {
  background-color: #403F3A;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 130%; }

.ocult {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/js/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/js/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/js/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }
