/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

 @font-face {
     font-family: 'dosismedium';
     src: url('../fonts/dosis-medium-webfont.eot');
     src: url('../fonts/dosis-medium-webfont.eot?#iefix') format('embedded-opentype'),
          url('../fonts/dosis-medium-webfont.woff2') format('woff2'),
          url('../fonts/dosis-medium-webfont.woff') format('woff'),
          url('../fonts/dosis-medium-webfont.ttf') format('truetype'),
          url('../fonts/dosis-medium-webfont.svg#dosismedium') format('svg');
     font-weight: normal;
     font-style: normal;
 }

 @font-face {
     font-family: 'dosisbold';
     src: url('../fonts/dosis-bold-webfont.eot');
     src: url('../fonts/dosis-bold-webfont.eot?#iefix') format('embedded-opentype'),
          url('../fonts/dosis-bold-webfont.woff2') format('woff2'),
          url('../fonts/dosis-bold-webfont.woff') format('woff'),
          url('../fonts/dosis-bold-webfont.ttf') format('truetype'),
          url('../fonts/dosis-bold-webfont.svg#dosisbold') format('svg');
     font-weight: normal;
     font-style: normal;
 }

 @font-face {
     font-family: 'dosissemibold';
     src: url('../fonts/dosis-semibold-webfont.eot');
     src: url('../fonts/dosis-semibold-webfont.eot?#iefix') format('embedded-opentype'),
          url('../fonts/dosis-semibold-webfont.woff2') format('woff2'),
          url('../fonts/dosis-semibold-webfont.woff') format('woff'),
          url('../fonts/dosis-semibold-webfont.ttf') format('truetype'),
          url('../fonts/dosis-semibold-webfont.svg#dosissemibold') format('svg');
     font-weight: normal;
     font-style: normal;
 }

 @font-face {
     font-family: 'mechanicalregular';
     src: url('../fonts/mechanical-webfont.eot');
     src: url('../fonts/mechanical-webfont.eot?#iefix') format('embedded-opentype'),
          url('../fonts/mechanical-webfont.woff2') format('woff2'),
          url('../fonts/mechanical-webfont.woff') format('woff'),
          url('../fonts/mechanical-webfont.ttf') format('truetype'),
          url('../fonts/mechanical-webfont.svg#mechanicalregular') format('svg');
     font-weight: normal;
     font-style: normal;
 }

 @font-face {
     font-family: 'mechanicalbold';
     src: url('../fonts/mechanicalbd-webfont.eot');
     src: url('../fonts/mechanicalbd-webfont.eot?#iefix') format('embedded-opentype'),
          url('../fonts/mechanicalbd-webfont.woff2') format('woff2'),
          url('../fonts/mechanicalbd-webfont.woff') format('woff'),
          url('../fonts/mechanicalbd-webfont.ttf') format('truetype'),
          url('../fonts/mechanicalbd-webfont.svg#mechanicalbold') format('svg');
     font-weight: normal;
     font-style: normal;
 }

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

ul,ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*===== ///// GENERALES ///// =====*/
* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}

html {
  font-size:62.5%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size:10px;
  background-color: rgb(228, 228, 228);
  overflow-x: hidden;
}

/*===== ///// HEADER ///// =====*/

.header_principal {
  position: fixed;
  width: 100%;
  padding-top: 10px;
  z-index: 100;
}

.logo_header {
  width:150px;
  float: right;
}

.menu-icon {
  width:35px;
  float: left;
  position: relative; top: 10px;
}

/*===== ///// MENÚ HEADER ///// =====*/

.menu_principal {
  position: relative;
}

.menu_principal ul {
  width: 70%;
  position: absolute; left: -102%; top: 55px;
}

.menu_principal ul li {
  border-bottom: 1px solid #5792ce;
}

.menu_principal ul li:last-child {
  border-bottom: none;
}

.menu_principal ul li a {
  color: white;
  display: block;
  background-color: rgba(0,0,0, .6);
  padding: 15px 10px;
  font-size: 1.6rem;
  font-family: 'dosismedium';
  text-transform: uppercase;
  text-align: left;
}

/*===== ///// SLIDER HEADER ///// =====*/

.typed-cursor{
   opacity: 1;
   font-size: 2rem;
   color: white;
   animation: blink 0.7s infinite;
   margin-top: 15px;
   font-weight: 600;
}
@keyframes blink{
   0% { opacity:1; }
   50% { opacity:0; }
   100% { opacity:1; }
}

.typed {
  width:95%;
  position: absolute; bottom:80px; left: 0; right: 0;
  margin: auto;
}

.slider_inicio {
  height: 350px;
  background: url("../img/slider1-movil.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}

.texto_slider {
  font-family: 'mechanicalregular';
  font-size: 2.3rem;
  text-align: center;
  color: white;
  display: inline;
}

/*===== ///// SECCIÓN NOSOTROS ///// =====*/

.seccion-nosotros {
  padding: 20px 0;
}

.icon-nosotros {
  width: 40%;
  max-width: 150px;
  margin: 0 auto;
}

.wrap-info-nosotros {
  box-shadow: 0px 1px 0px rgb(200, 200, 200), 0px 2px 1px rgb(250, 250, 250);
  padding: 15px;
}

.wrap-info-nosotros:last-child {
  box-shadow: none;
}

.wrap-info-nosotros h2 {
  font-family: 'dosisbold';
  text-align: center;
  font-size: 2.2rem;
}

.wrap-info-nosotros p {
  font-size: 1.5rem;
  text-align: center;
}

/*===== ///// WRAP TÍTULO ///// =====*/

.wrap-titulo {
  background-color: white;
  padding: 10px 0;
  position: relative;
}

.wrap-titulo .titulo_seccion {
  font-family: 'dosissemibold';
  color: rgb(150,150,150);
  font-size: 3rem;
  position: relative;
}

.titulo_seccion::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #5792ce;
  position: relative; bottom: 3px;
  margin-right: 7px;
}

.wrap-titulo .titulo_seccion::after {
  content:"";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/triangulo-titulo.png) no-repeat center;
  background-size: cover;
  position: absolute; top: 50px; left: 6%;
  z-index: 2;
}

/*===== ///// SECCIÓN SERVICIOS ///// =====*/

.seccion-servicios {
  /*padding:0 0 30px 0;*/
}

.wrap-servicio {
  padding: 20px 0;
  position: relative;
  opacity: 0;
}

.icon-servicio {
  width:140px;
  margin: 0 auto;
}

.info-servicio {
  color: white;
}

.info-servicio h3 {
  font-family: 'dosissemibold';
  text-align: center;
  font-size: 2.2rem;
}

.info-servicio p {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 300;
}

#servicio-desarrollo {
  background:url(../img/desarrollo_photo-xs.jpg) no-repeat center;
  background-size:cover;
}

#servicio-ecommerce {
  background:url(../img/e-commerce_photo-xs.jpg) no-repeat center;
  background-size:cover;
}

#servicio-cms {
  background:url(../img/cms_photo-xs.jpg) no-repeat center;
  background-size:cover;
}

#servicio-almacenes {
  background:url(../img/almacen_photo-xs.jpg) no-repeat center;
  background-size:cover;
}

#servicio-pos {
  background:url(../img/pos_photo-xs.jpg) no-repeat center;
  background-size:cover;
}

#servicio-geolocalizacion {
  background:url(../img/geo_photo-xs.jpg) no-repeat center;
  background-size:cover;
}

#servicio-apps {
  background:url(../img/apps_photo-xs.jpg) no-repeat center;
  background-size:cover;
}

/*===== ///// SECCIÓN CLIENTES ///// =====*/

.seccion-clientes {
  padding: 30px 0;
}

.logo-cliente {
  height: 300px;
}

.logo-cliente a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.logo-cliente img {
  display: block;
  width: 65%;
  height: auto;
  margin: 0 auto;
  transition: .4s ease all;
}

div.owl-next {
  position: absolute; top: 125px; right: 0px;
  width: 20px;
  height: 40px;
  background: url("../img/right-arrow.png") no-repeat;
  background-size: cover;
  opacity: .5;
  display: none;
}

div.owl-prev {
  position: absolute; top: 125px; left: 0px;
  width: 20px;
  height: 40px;
  background: url("../img/left-arrow.png") no-repeat;
  background-size: cover;
  opacity: .5;
  display: none;
}

div.hand-icon {
  width: 40px;
  margin: 0 auto;
  opacity: .6;
}

/*===== ///// SECCIÓN CONTACTO ///// =====*/

.seccion-contacto {
  background: url("../img/fondo-contacto-sm.jpg") no-repeat center;
  background-size: cover;
  }

.wrap-info {
  padding: 30px 0;
}

.info-contacto {
  opacity:0;
}

.wrap-info h3 {
  font-family: 'dosissemibold';
  font-size: 2rem;
  text-align: center;
  color: white;
}

.wrap-info p {
  font-size: 1.4rem;
  text-align: center;
  color: white;
}

.wrap-form {
  padding: 30px 0;
}

.contact-form {
  width:80%;
  margin: 0 auto;
  opacity: 0;
}

.contact-form label {
  font-size: 1.6rem;
  color: rgb(255, 255, 255);
  font-weight: 400;
}

.contact-form .input {
  display:block;
  width:100%;
  height: 35px;
  padding: 5px;
  color: rgb(110, 110, 110);
  font-size: 1.4rem;
  font-weight: 300;
  border: none;
}

.contact-form .input-textarea {
  max-height: 150px;
  min-height: 150px;
  border: none;
}

.contact-form input:focus, .contact-form textarea:focus {
  outline: 0;
}

.contact-form .btn-enviar {
  background-color: #5393d7;
  display: block;
  border: none;
  color: white;
  width: 150px;
  padding: 10px;
  font-size: 1.4rem;
  margin: 40px auto 0 auto;
}

.redes-sociales {
  width:110px;
  margin: 20px auto 0 auto;
}

.icon-redes {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.icon-facebook {
  background: url("../img/facebook-icon.png") no-repeat center;
  background-size: cover;
  margin-right:20px
}

.icon-twitter {
  background: url("../img/twitter-icon.png") no-repeat center;
  background-size: cover;
}


/*===== ///// FOOTER ///// =====*/

.footer-principal {
  background-color: rgb(51, 51, 51);
  padding: 10px 0;
}

.footer-principal p {
  color:white;
  text-align: center;
  font-size: 1.2rem;
}



/* ==========================================================================
   ///// *** MEDIA QUERIES ///// ***
   ========================================================================== */

/*===== ///// MEDIA TABLET VERTICAL MIN WIDTH 768PX ///// =====*/

@media screen and (min-width: 768px) {

/*===== ///// MENÚ HEADER ///// =====*/

  .menu_principal ul {
    width: 50%;
    position: absolute;right: -102%;top: 55px;
  }

/*===== ///// SLIDER HEADER ///// =====*/

.typed-cursor{
   font-size: 2.5rem;
}

.typed {
  width:65%;
  position: absolute; bottom:80px; left: 0; right: 0;
  margin: auto;
}

.slider_inicio {
  height: 350px;
  background: url("../img/slider1-tablet.jpg") no-repeat center;
  background-size: cover;
}

.texto_slider {
  font-size: 2.7rem;
}

/*===== ///// SECCIÓN NOSOTROS ///// =====*/

.seccion-nosotros {
  padding: 50px 0;
}
  .wrap-info-nosotros {
    box-shadow:none;
    padding: 0 15px;
  }

  .icon-nosotros {
    width: 125px;
    margin: 0 auto;
  }

/*===== ///// SECCIÓN SERVICIOS ///// =====*/

#servicio-desarrollo {
  background:url(../img/desarrollo_photo-sm.jpg) no-repeat center;
  background-size:cover;
}

#servicio-ecommerce {
  background:url(../img/e-commerce_photo-sm.jpg) no-repeat center;
  background-size:cover;
}

#servicio-cms {
  background:url(../img/cms_photo-sm.jpg) no-repeat center;
  background-size:cover;
}

#servicio-almacenes {
  background:url(../img/almacen_photo-sm.jpg) no-repeat center;
  background-size:cover;
}

#servicio-pos {
  background:url(../img/pos_photo-sm.jpg) no-repeat center;
  background-size:cover;
}

#servicio-geolocalizacion {
  background:url(../img/geo_photo-sm.jpg) no-repeat center;
  background-size:cover;
}

#servicio-apps {
  background:url(../img/apps_photo-sm.jpg) no-repeat center;
  background-size:cover;
}

/*===== ///// SECCIÓN CLIENTES ///// =====*/

div.owl-next {
  right: -10px;
}

div.owl-prev {
  left: -10px;
}

div.hand-icon {
  width: 50px;
  margin: 0 auto;
}


/*===== ///// SECCIÓN CONTACTO ///// =====*/

.seccion-contacto {
  background: url("../img/fondo-contacto-sm.jpg") no-repeat center;
  background-size: cover;
  }

.contact-form {
  width:60%;
  margin: 0 auto;
}

.contact-form label {
  font-size: 1.8rem;
}

}

/*===== ///// MEDIA MEDIUM DESKTOP MIN WIDTH 992PX ///// =====*/

@media screen and (min-width: 992px) {

  /*===== ///// HEADER ///// =====*/

  .logo_header {
    width:200px;
    float: left;
  }

  .menu-icon {
    display: none !important;
  }

  /*===== ///// MENÚ HEADER ///// =====*/

  .menu_principal {
    float: right;
    position: inherit;
  }

  .menu_principal ul {
    width: 100%;
    display: block;
    position: inherit;
  }

  .menu_principal ul li {
    float: left;
    border: none;
  }

  .menu_principal ul li a {
    color: white;
    display: block;
    background-color: transparent;
    padding: 15px 10px;
    font-size: 1.6rem;
    font-family: 'dosismedium';
    text-transform: uppercase;
  }

/*===== ///// SLIDER HEADER ///// =====*/

.typed-cursor{
   font-size: 3rem;
}

.typed {
  width:65%;
  position: absolute; bottom:80px; left: 0; right: 0;
  margin: auto;
}

.slider_inicio {
  height: 450px;
  background: url("../img/slider1-md.jpg") no-repeat center;
  background-size: cover;
}

.texto_slider {
  font-size: 3rem;

}

/*===== ///// SECCIÓN NOSOTROS ///// =====*/

.icon-nosotros {
  width: 125px;
  margin: 0 auto;
}


/*===== ///// WRAP TÍTULO ///// =====*/

.wrap-titulo .titulo_seccion::after {
  left: 5%;
}

/*===== ///// SECCIÓN SERVICIOS ///// =====*/

.info-servicio h3 {
  font-family: 'dosissemibold';
  text-align: center;
  font-size: 2.5rem;
}

.icon-servicio {
  width:130px;
}

#servicio-desarrollo {
  background:url(../img/desarrollo_photo-md.jpg) no-repeat center;
  background-size:cover;
}

#servicio-ecommerce {
  background:url(../img/e-commerce_photo-md.jpg) no-repeat center;
  background-size:cover;
}

#servicio-cms {
  background:url(../img/cms_photo-md.jpg) no-repeat center;
  background-size:cover;
}

#servicio-almacenes {
  background:url(../img/almacen_photo-md.jpg) no-repeat center;
  background-size:cover;
}

#servicio-pos {
  background:url(../img/pos_photo-md.jpg) no-repeat center;
  background-size:cover;
}

#servicio-geolocalizacion {
  background:url(../img/geo_photo-md.jpg) no-repeat center;
  background-size:cover;
}

#servicio-apps {
  background:url(../img/apps_photo-md.jpg) no-repeat center;
  background-size:cover;
}

/*===== ///// SECCIÓN CLIENTES ///// =====*/

div.owl-next {
  right: -30px;
  display: block;
}

div.owl-prev {
  left: -30px;
  display: block;
}

div.hand-icon {
  display: none;
}

/*===== ///// SECCIÓN CONTACTO ///// =====*/

.seccion-contacto {
  background: url("../img/fondo-contacto-md.jpg") no-repeat center;
  background-size: cover;
  }

.wrap-info .info-contacto {
  width: 70%;
  float: right;
  margin-right: 30px;
}

.wrap-info h3 {
  font-size: 2.5rem;
  text-align: right;
}

.wrap-info p {
  font-size: 1.6rem;
  text-align: right;
  font-weight: 300;
}

.wrap-form {
  border-left:1px solid rgba(255,255,255, .5);
  padding: 30px 0
}

.contact-form {
  width:70%;
  margin: 0 auto;
}

.contact-form label {
  font-size: 1.7rem;
}

.contact-form .input {
  height: 40px;
  border: none;
}

.contact-form .btn-enviar:hover {
  background-color: #11569e;
}

.redes-sociales {
  width:110px;
  float: right;
}

}

/*===== ///// MEDIA LARGE DESKTOP MIN WIDTH 1200PX ///// =====*/

@media screen and (min-width: 1200px) {

  /*===== ///// SLIDER HEADER ///// =====*/

.typed {
  width:50%;
  position: absolute; bottom:100px; left: 0; right: 0;
  margin: auto;
}

  .slider_inicio {
    height: 600px;
    background: url("../img/slider1-lg.jpg") no-repeat;
    background-size:auto;
  }

  /*===== ///// SECCIÓN SERVICIOS ///// =====*/

  .info-servicio h3 {
    font-family: 'dosissemibold';
    text-align: center;
    font-size: 2.5rem;
  }

  .icon-servicio {
    width:130px;
  }

  #servicio-desarrollo {
    background:url(../img/desarrollo_photo-lg.jpg) no-repeat center;
    background-size:cover;
  }

  #servicio-ecommerce {
    background:url(../img/e-commerce_photo-lg.jpg) no-repeat center;
    background-size:cover;
  }

  #servicio-cms {
    background:url(../img/cms_photo-lg.jpg) no-repeat center;
    background-size:cover;
  }

  #servicio-almacenes {
    background:url(../img/almacen_photo-lg.jpg) no-repeat center;
    background-size:cover;
  }

  #servicio-pos {
    background:url(../img/pos_photo-lg.jpg) no-repeat center;
    background-size:cover;
  }

  #servicio-geolocalizacion {
    background:url(../img/geo_photo-lg.jpg) no-repeat center;
    background-size:cover;
  }

  #servicio-apps {
    background:url(../img/apps_photo-lg.jpg) no-repeat center;
    background-size:cover;
  }

  /*===== ///// SECCIÓN CLIENTES ///// =====*/

.logo-cliente:hover img {
  transform: scale(1.2);
}

  /*===== ///// SECCIÓN CONTACTO ///// =====*/

  .seccion-contacto {
  background: url("../img/fondo-contacto-lg.jpg") no-repeat center;
  background-size: inherit;
  }

  .contact-form {
    width:500px;
  }

}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.menu_fijo {
  background-color: rgba(0, 0, 0, 0.65);
  padding-bottom: 10px;
  z-index: 100;
}

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

.italic {
font-style: italic;
}

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
