/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 105px;
  /* Margin bottom by footer height */
  font-size: 16px !important;
}
body,
input,
select,
text-area {
  font-family: "Urbanist", sans-serif;
}
.form-control {
  border: 1px solid #009bdb;
}
.logo {
  height: 50px;
}
@media (max-width: 767px) {
  .logo {
    height: 35px;
    margin-top: 8px;
  }
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 105px;
  /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
  padding: 20px;
  font-size: 11px;
}
.footer i {
  font-size: 28px;
}
.footer a {
  margin-left: 10px;
  margin-right: 10px;
  color: #777777;
}
.footer .linkedin:hover {
  color: #2967bc;
}
.footer .instagram:hover {
  color: #dc3472;
}
.footer .facebook:hover {
  color: #3478e9;
}
@media (max-width: 767px) {
}
a {
  color: #000000;
}
a:hover {
  color: #777777;
}
/* Custom page CSS
 * Not required for template or sticky footer method.
 * -------------------------------------------------- */
.container .text-muted {
  margin: 20px 0;
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
h2 {
  font-size: 36px;
  text-align: center;
  line-height: 1.5;
}
h2 i {
  color: #009bdb;
  margin-right: 10px;
}
@media (max-width: 767px) {
  h2 {
    line-height: 1;
    font-size: 28px;
  }
}
h3 {
  font-weight: 600;
}
hr {
  border-color: #009bdb;
}
.container-jumbotron {
  margin-top: 140px;
}
.container-jumbotron .jumbotron {
  padding-left: 0px;
  padding-right: 0px;
  background-color: transparent;
}
.container-jumbotron .jumbotron i {
  color: #009bdb;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .container-jumbotron .jumbotron h1 {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .container-jumbotron {
    margin-top: 80px;
  }
  .container-jumbotron .btn {
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
}
@media (min-width: 768px) and (max-width: 994px) {
  .container-jumbotron {
    margin-top: 80px;
  }
  .btn {
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
}
.container-cuadratica {
  padding-bottom: 95px;
  padding-top: 50px;
}
.container-cuadratica p,
.container-cuadratica ul {
  font-size: 21px;
  font-weight: 300;
}
.container-cuadratica .well {
  border: 0;
  border-radius: 20px;
  padding-top: 30px;
  -webkit-box-shadow: 10px 10px 15px -6px #d9d9d9 !important;
  -moz-box-shadow: 10px 10px 15px -6px #d9d9d9 !important;
  box-shadow: 10px 10px 15px -6px #d9d9d9 !important;
  min-height: 310px;
}
.container-cuadratica .well i {
  color: #009bdb;
}
.container-cuadratica .well ul {
  font-size: 16px !important;
}
.container-ecom {
  padding-top: 95px;
}
@media (max-width: 767px) {
  .container-cuadratica {
    padding-bottom: 48px;
    padding-top: 25px;
  }
  .container-cuadratica p,
  .container-cuadratica ul {
    font-size: 18px;
    font-weight: 300;
  }
  .container-ecom {
    padding-top: 48px;
  }
}
.container-clientes,
.container-desarrollo {
  background-color: #f5f5f5;
}
.btn {
  border-radius: 50px;
}
.btn-cuadratica {
  background-color: transparent;
  border-color: #009bdb;
  border-width: 2px;
  color: #009bdb;
}
.btn-cuadratica:hover {
  background-color: #009bdb;
  transition: background-color 0.5s ease;
  border-color: #009bdb;
  color: #ffffff;
}
.navbar-cuadratica {
  background-color: transparent !important;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border: 0;
  min-height: 80px;
  padding-top: 14px;
  font-size: 16px;
}
.navbar-cuadratica .btn {
  font-size: 17px;
}
.navbar-cuadratica .navbar-brand {
  padding: 0;
}
@media (max-width: 767px) {
  .navbar-cuadratica .navbar-brand {
    padding-left: 15px;
  }
}
.navbar-cuadratica .navbar-btn {
  margin-top: 5px;
}
.navbar-cuadratica .nav li *,
.navbar-cuadratica .nav li *:after,
.navbar-cuadratica .nav li *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.navbar-cuadratica .nav li * {
  position: relative;
  outline: none;
}
.navbar-cuadratica .nav li span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 24px;
  bottom: 0;
  left: 0;
  background: #009bdb;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: 0.25s linear;
}
.navbar-cuadratica .nav li span:hover:before,
.navbar-cuadratica .nav li span:focus:before {
  visibility: visible;
  transform: scaleX(1);
}
.navbar-cuadratica .nav li a {
  color: #009bdb;
}
.navbar-cuadratica .nav li a:hover {
  background-color: transparent;
}
@media (max-width: 767px) {
  .navbar-btn {
    display: block;
    min-width: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 16px;
    font-size: 18px !important;
    line-height: 1.3333333;
  }
  .navbar-cuadratica {
    background-color: #ffffff !important;
  }
}
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hamRotate.active {
  transform: rotate(45deg);
}
.hamRotate180.active {
  transform: rotate(180deg);
}
.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #009bdb;
  stroke-width: 3.5;
  stroke-linecap: round;
}
.ham1 .top {
  stroke-dasharray: 40 139;
}
.ham1 .bottom {
  stroke-dasharray: 40 180;
}
.ham1.active .top {
  stroke-dashoffset: -98px;
}
.ham1.active .bottom {
  stroke-dashoffset: -138px;
}
.local-map {
  width: 100%;
  height: 400px;
}
.contacto i {
  font-size: 24px;
  color: #009bdb;
  margin-bottom: 10px;
}
.swiper-canvas {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .swiper-canvas {
    width: 95vw;
  }
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container-master {
  width: 100%;
  height: 1000px;
}
.swiper-container-master .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.swiper-pagination-bullet {
  background-color: #009bdb !important;
}
.swiper-button-next,
.swiper-button-prev {
  color: #009bdb !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px !important;
}
.swiper-button-next {
  margin-right: -15px;
}
.swiper-button-prev {
  margin-left: -15px;
}
.parallax-window {
  min-height: 250px;
  background: transparent;
}
.app {
  -webkit-box-shadow: 10px 10px 15px -6px #d9d9d9 !important;
  -moz-box-shadow: 10px 10px 15px -6px #d9d9d9 !important;
  box-shadow: 10px 10px 15px -6px #d9d9d9 !important;
  border-radius: 40px;
}
.ios-container {
  height: 550px;
  position: relative;
}
.ios-app {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.conoce-mas {
  padding-top: 20px;
}
/*# sourceMappingURL=style.css.map */