/* line 2, ../scss/sections/_nav.scss */
nav {
  background-color: #099f7c !important; }
  /* line 9, ../scss/sections/_nav.scss */
  nav .navbar-brand img {
    width: 60px;
    height: 30px; }
  /* line 17, ../scss/sections/_nav.scss */
  nav .navbar-nav a {
    color: white; }

/* line 7, ../scss/sections/_aplicaciones.scss */
.productos .card {
  background-color: rgba(0, 0, 0, 0.03); }
  /* line 10, ../scss/sections/_aplicaciones.scss */
  .productos .card .titulo_producto {
    font-weight: 700; }

/* line 2, ../scss/sections/_productoscaracteristicas.scss */
.productos-caracteristicas {
  background-color: aliceblue; }
  /* line 5, ../scss/sections/_productoscaracteristicas.scss */
  .productos-caracteristicas .features-shpae {
    position: absolute;
    left: 30px;
    top: 100px; }
    /* line 10, ../scss/sections/_productoscaracteristicas.scss */
    .productos-caracteristicas .features-shpae img {
      max-width: 30%; }
  /* line 15, ../scss/sections/_productoscaracteristicas.scss */
  .productos-caracteristicas .single-features {
    position: relative; }
    /* line 21, ../scss/sections/_productoscaracteristicas.scss */
    .productos-caracteristicas .single-features .features-icon {
      background: #13cb9f;
      height: 50px;
      width: 50px;
      font-size: 20px;
      text-align: center;
      border-radius: 50%;
      border: 2px solid transparent;
      position: relative; }
      /* line 32, ../scss/sections/_productoscaracteristicas.scss */
      .productos-caracteristicas .single-features .features-icon i {
        position: absolute;
        left: 14px;
        top: 10px; }
    /* line 39, ../scss/sections/_productoscaracteristicas.scss */
    .productos-caracteristicas .single-features .features-caption {
      margin-left: 10px;
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2; }
      /* line 42, ../scss/sections/_productoscaracteristicas.scss */
      .productos-caracteristicas .single-features .features-caption p {
        font-size: 12px; }

/* line 1, ../scss/sections/_tecnologias.scss */
.tecnologias {
  background-color: aliceblue; }

/* line 5, ../scss/sections/_sobrenosotros.scss */
.sobreNosotros .img_logo_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  /* line 8, ../scss/sections/_sobrenosotros.scss */
  .sobreNosotros .img_logo_container img {
    width: 50%; }
/* line 14, ../scss/sections/_sobrenosotros.scss */
.sobreNosotros p {
  text-align: justify; }

/* line 1, ../scss/sections/_sobrepaxioli.scss */
.sobrepaxioli {
  background-color: aliceblue; }
  /* line 6, ../scss/sections/_sobrepaxioli.scss */
  .sobrepaxioli .paxioli .img_paxioli img {
    width: 100%; }
  /* line 9, ../scss/sections/_sobrepaxioli.scss */
  .sobrepaxioli .paxioli p {
    text-align: justify; }

/* line 22, ../scss/sections/_sobrepaxioli.scss */
.sobrepaxioli-fundadores .paxioli .img_paxioli img {
  width: 100%; }
/* line 25, ../scss/sections/_sobrepaxioli.scss */
.sobrepaxioli-fundadores .paxioli p {
  text-align: justify; }

/* line 3, ../scss/sections/_clientes.scss */
#clientes .single-cases-info {
  text-align: center; }
/* line 7, ../scss/sections/_clientes.scss */
#clientes .img_direct_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  /* line 10, ../scss/sections/_clientes.scss */
  #clientes .img_direct_container img {
    width: 200px;
    height: 60px; }

/* line 4, ../scss/sections/_contacto.scss */
#contacto .gmap_canvas a {
  display: none; }
/* line 11, ../scss/sections/_contacto.scss */
#contacto form .form-group {
  margin-bottom: 30px; }
  /* line 14, ../scss/sections/_contacto.scss */
  #contacto form .form-group .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent; }
/* line 28, ../scss/sections/_contacto.scss */
#contacto form .boxed-btn {
  background: #fff;
  color: #099f7c !important;
  display: inline-block;
  padding: 10px 20px;
  font-family: "Nunito",sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #099f7c;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer; }
/* line 45, ../scss/sections/_contacto.scss */
#contacto .contact-info {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  /* line 50, ../scss/sections/_contacto.scss */
  #contacto .contact-info .contact-info__icon {
    margin-right: 20px; }
    /* line 52, ../scss/sections/_contacto.scss */
    #contacto .contact-info .contact-info__icon i {
      color: #8f9195;
      font-size: 27px; }
  /* line 57, ../scss/sections/_contacto.scss */
  #contacto .contact-info .media-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    /* line 59, ../scss/sections/_contacto.scss */
    #contacto .contact-info .media-body h3 {
      font-size: 16px;
      margin-bottom: 0;
      font-size: 16px;
      color: #2a2a2a; }
    /* line 65, ../scss/sections/_contacto.scss */
    #contacto .contact-info .media-body p {
      color: #8a8a8a; }

/* line 1, ../scss/sections/_footer.scss */
footer {
  background-color: #099f7c; }
  /* line 4, ../scss/sections/_footer.scss */
  footer a {
    color: white !important; }

@media (min-width: 768px) {
  /* line 4, ../scss/responsive/_md.scss */
  .img_logo_container img {
    width: 80% !important; }

  /* line 11, ../scss/responsive/_md.scss */
  .productos .card {
    margin-left: 50px; }

  /* line 22, ../scss/responsive/_md.scss */
  #tecnologias .tecnologias_imgs img {
    width: 150px !important;
    height: 100px !important; }

  /* line 34, ../scss/responsive/_md.scss */
  .single-cases-info {
    text-align: left !important; } }
@media (min-width: 992px) {
  /* line 3, ../scss/responsive/_lg.scss */
  .clientes-contenedor {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  /* line 10, ../scss/responsive/_lg.scss */
  #tecnologias .tecnologias_imgs {
    margin-left: 10px; }
    /* line 12, ../scss/responsive/_lg.scss */
    #tecnologias .tecnologias_imgs img {
      width: 150px !important;
      height: 100px !important; } }
@media (min-width: 1200px) {
  /* line 8, ../scss/responsive/_xl.scss */
  .productos-caracteristicas .features-shpae img {
    max-width: 70%; } }
/* line 26, ../scss/style.scss */
.section-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/* line 32, ../scss/style.scss */
.titulo_seccion {
  color: #099f7c; }

/* line 35, ../scss/style.scss */
.font-w-300 {
  font-weight: 300; }

/* line 38, ../scss/style.scss */
.text-a-justify {
  text-align: justify; }

/* line 42, ../scss/style.scss */
body {
  overflow-x: hidden; }

/* line 46, ../scss/style.scss */
section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 150px; }

/* line 52, ../scss/style.scss */
.section {
  min-height: 100vh; }

/* line 56, ../scss/style.scss */
.mb-70 {
  margin-bottom: 70px; }

/* line 60, ../scss/style.scss */
.btn {
  background-color: #099f7c !important;
  border-color: #099f7c !important; }

/* line 65, ../scss/style.scss */
#scrollUp {
  position: fixed;
  z-index: 2147483647;
  display: block;
  right: 16px;
  background: #13cb9f;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent; }
  /* line 84, ../scss/style.scss */
  #scrollUp i {
    position: absolute;
    left: 30%;
    top: 10px; }

/*# sourceMappingURL=style.css.map */