@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Signika+Negative:wght@300;400;500;600;700&display=swap');
body {
  font-family: "Roboto Condensed", sans-serif;
  font-family: "Source Sans Pro", sans-serif;
  font-family: "Inter", sans-serif;
  font-family: 'Signika Negative', sans-serif;
}

*, a {
  text-decoration: none;
}

.header {
  position: relative;
  z-index: 1;
}
.header .button-whatsapp {
  left: 50%;
  position: absolute;
  right: 50%;
  top: -15px;
  padding: 1em 0.2em 0.3em 0.2em;
  background-color: #dc01bf;
  width: 230px;
  text-align: center;
  border-radius: 50px;
  transform: translate(-50%);
  color: #f1f1f1;
  font-weight: bold;
  transition: all 0.3s ease;
}
.header .button-whatsapp:hover {
  top: -5px;
  width: 250px;
  padding: 0.5em 0.1em;
}

.navbar {
  padding: 0;
}
@media (min-width: 768px) {
  .navbar {
    padding: 0.5em 0;
  }
}
@media (min-width: 992px) {
  .navbar {
    padding: 0.5em 2em;
  }
}
.navbar-brand {
  margin-right: 0;
}
.navbar-brand img {
  width: 70px;
}
@media (min-width: 768px) {
  .navbar-brand img {
    width: 128px;
  }
}
@media (min-width: 1200px) {
  .navbar-brand img {
    width: 170px;
  }
}
.navbar-brand .agiliza-mas-icon-offcanvas {
  width: 70px;
}
.navbar-toggler {
  border: 0;
  padding: 0;
}
.navbar-toggler-icon {
  opacity: 0.5;
}
.navbar-ws-contact {
  font-size: 1.8em;
  color: #128c7e;
}
@media (min-width: 768px) {
  .navbar-ws-contact {
    display: none;
  }
}
.navbar-collapse {
  flex-basis: 65%;
  flex-grow: inherit;
}
.navbar-collapse .navbar-nav {
  flex-direction: row;
  justify-content: flex-end;
}
.navbar-collapse i {
  display: none;
}
.navbar-collapse .agiliza-mas-icon {
  display: none;
}
.navbar .nav-link {
  line-height: 1.2em;
  color: #0f0f0f;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .navbar .nav-link {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar .nav-link {
    padding: 1.2em 0.5em !important;
  }
}
.navbar .nav-link:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: #d902c1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar .nav-link:hover:after {
  width: 100%;
}
.navbar .nav-link i {
  color: #0f0f0f;
  opacity: 0.7;
  margin-right: 5px;
}
@media (min-width: 992px) {
  .navbar .nav-link i {
    display: none;
  }
}
.navbar .nav-link br {
  display: none;
}
@media (min-width: 992px) {
  .navbar .nav-link br {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .navbar .nav-link br {
    display: none;
  }
}
.navbar .nav-link .agiliza-mas-icon {
  width: 20px;
  filter: grayscale(100%);
}
@media (min-width: 992px) {
  .navbar .nav-link .agiliza-mas-icon {
    display: none;
  }
}
.navbar .dropdown li:last-child {
  border-bottom: 0;
}
.navbar .dropdown-item {
  opacity: 0.7;
  white-space: inherit;
  line-height: 1.3em;
}
.navbar .dropdown-item:active {
  background: #012751;
}
.navbar .dropdown-menu.show {
  margin-bottom: 10px;
}
.navbar .dropdown-toggle::after {
  border: 0;
}
@media (min-width: 992px) {
  .navbar-nav {
    align-items: center;
  }
}
.navbar .button {
  margin-right: 0;
}

/*.offcanvas.show:not(.hiding),
.offcanvas.showing {

}*/
.slider {
  /*&-bg {
      background-image: url("../img/sliders-01-movil.jpg");
      background-repeat: no-repeat;
      background-size: contain;
      padding: 6em 2em 3em 2em;
      @media (min-width: 992px){
          background-image: url("../img/sliders-01.jpg");
          background-size: cover;
          padding: 3em 0 4em 0;
      }
  }*/
}
.slider-title {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 10px;
  color: #012751;
}
@media (min-width: 992px) {
  .slider-title {
    font-size: 3em;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: 20px;
  }
}
.slider-description {
  color: rgba(15, 15, 15, 0.7);
  font-size: 1.1em;
  /*font-weight: 300;*/
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .slider-description {
    color: rgba(15, 15, 15, 0.5);
    font-size: 1.5em;
    margin-bottom: 40px;
  }
}
.slider-bg {
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0 0 3em 0;
}
.padding-sliders {
    padding: 2em 2em 0 2em;
}
@media (min-width: 992px) {
  .slider-bg {
    background-size: cover;
    padding: 3em 0 4em 0;
  }
}
/*.slider-bg-01 {
  background-image: url("../img/agilizamas-01-movil.jpg");
}*/
@media (min-width: 992px) {
  .slider-bg-01 {
    background-image: url("../img/agilizamas-01.jpg");
  }
}
.slider-bg-02 {
  background-image: url("../img/agilizamas-02-movil.jpg");
}
@media (min-width: 992px) {
  .slider-bg-02 {
    background-image: url("../img/agilizamas-02.jpg");
  }
}

.features {
  background-color: rgba(15, 15, 15, 0.05);
}
.features-article {
  padding: 3em 1em;
  border-bottom: 1px dashed rgba(15, 15, 15, 0.2);
}
.features-article:last-child {
  border-bottom: 0;
}
@media (min-width: 992px) {
  .features-article {
    padding: 4em 1em;
  }
}
.features-title {
  font-weight: 600;
  color: rgba(15, 15, 15, 0.8);
}
.features-description {
  margin-bottom: 1.5em;
}
.features-figure {
  margin: 0 0 1em 0;
}
@media (min-width: 992px) {
  .features-figure {
    text-align: center;
  }
}
.features-figure img {
  width: 100px;
}

.services {
  padding: 3em 1em 1em 1em;
  background: #012751;
}
@media (min-width: 992px) {
  .services {
    padding: 4em 0 5em 0;
  }
}
@media (min-width: 768px) {
  .services .row > div {
    margin-bottom: 1em;
  }
  .services .row > div:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .services .row > div {
    margin-bottom: 0;
  }
}
.services-article {
  padding: 2em 2em 3em 2em;
  /*border: 1px solid rgba($color-dark, .2);*/
  border-radius: 6px;
  text-align: center;
  position: relative;
  margin-bottom: 1em;
  transition: all 0.3s ease;
  box-shadow: 0 0 1em rgba(15, 15, 15, 0.2);
  background: #f1f1f1;
}
.services-article:hover {
  transform: scale(1.05);
}
@media (min-width: 768px) {
  .services-article {
    padding: 2em;
    height: 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .services-article {
    padding: 3em 2em;
  }
}
.services-article a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.services-title {
  color: #f1f1f1;
  color: #012751;
  font-size: 1.5em;
  margin: 0;
}
.services-header {
  font-weight: 600;
  margin-bottom: 0.7em;
  text-align: center;
  font-size: 2em;
  color: #012751;
}
@media (min-width: 992px) {
  .services-header {
    margin-bottom: 1.5em;
  }
}
.services-figure {
  margin: 0 0 1em 0;
}
@media (min-width: 992px) {
  .services-figure {
    text-align: center;
  }
}
.services-figure img {
  width: 100px;
}
.services .button {
  position: absolute;
  bottom: -1em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 150px;
  z-index: 1;
}
.services .button-primary:hover {
  color: #f1f1f1;
  background-color: #012751;
}

.clients {
  padding: 3em 1em;
  background-color: rgba(15, 15, 15, 0.1);
}
@media (min-width: 992px) {
  .clients {
    padding: 4em 0;
  }
}
.clients .row div {
  margin-bottom: 1em;
}
.clients-article {
  padding: 1em;
  border-radius: 6px;
  text-align: center;
  background-color: white;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients-header {
  font-weight: 600;
  margin-bottom: 0.7em;
  text-align: center;
  font-size: 2em;
  color: #012751;
}
@media (min-width: 992px) {
  .clients-header {
    margin-bottom: 1.5em;
  }
}
.clients-figure {
  margin: 0 0 1em 0;
}
@media (min-width: 992px) {
  .clients-figure {
    text-align: center;
  }
}
.clients-figure img {
  width: 100px;
}

.footer-menu {
  padding: 4em 1em 1em 1em;
  background-color: #012751;
  color: #f1f1f1;
}
.footer-menu li i {
  display: block;
}
.footer-menu li:first-child {
  font-size: 1.2em;
}
.footer-menu a {
  display: block;
  opacity: 0.7;
  font-weight: 500 !important;
}
.footer-menu a:hover {
  color: #00dee8;
}
.footer-info {
  background-color: #00dee8;
  padding: 2em 1em;
  text-align: center;
}
@media (min-width: 992px) {
  .footer-info {
    padding: 2em;
    text-align: left;
  }
}
.footer-info ul {
  padding: 0;
  list-style: none;
  margin: 1.5em 0 0 0;
}
@media (min-width: 992px) {
  .footer-info ul {
    margin: 0;
  }
}
.footer-info ul li:first-child {
  font-weight: 700;
  text-transform: uppercase;
}
.footer-info ul li a {
  color: #0f0f0f;
}
.footer-info p {
  margin: 0 1.7em 0 0;
  font-weight: 600;
  line-height: 1.2em;
}
.footer-info figure {
  margin: 0;
}
@media (min-width: 992px) {
  .footer-info figure {
    float: left;
    margin-right: 1em;
  }
}
.footer-info figure img {
  width: 80px;
}
.footer-info .button {
  width: 100%;
  margin-top: 1em;
}
@media (min-width: 992px) {
  .footer-info .button {
    margin-top: 0;
  }
}
.footer-info .button-primary:hover {
  color: #f1f1f1;
  background-color: #012751;
}
.footer-list {
  list-style: none;
  padding: 0;
  margin-bottom: 2em;
}
.footer-list li {
  margin: 0.3em 0;
}
@media (min-width: 992px) {
  .footer-list li {
    margin: 0 1em 1em 0;
  }
}
.footer-list li:first-child {
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (min-width: 992px) {
  .footer-list li:first-child {
    margin-bottom: 1em;
  }
}
.footer-list a {
  font-weight: 300;
  text-decoration: none;
  color: #f1f1f1;
}
.footer-copyright {
  background-color: #00dee8;
  border-top: 1px solid rgba(1, 39, 81, 0.3);
  padding: 2em 1em;
  text-align: center;
}
@media (min-width: 992px) {
  .footer-copyright {
    padding: 2em;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .footer-copyright .col-12 {
    display: flex;
    justify-content: space-between;
  }
}
.footer-copyright-content a {
  display: inline-block;
  color: #012751;
}
.footer-copyright-content a:hover {
  transform: scale(1.1);
}
.footer-copyright-content i {
  font-size: 2em;
  margin-right: 0.5em;
}
.footer-copyright-content p {
  margin: 1em 0 0 0;
  font-size: 0.9em;
}
@media (min-width: 992px) {
  .footer-copyright-content p {
    margin-top: 0;
  }
}

.page-header {
  background-color: #dc01bf;
  color: #f1f1f1;
  padding: 0.4em 0;
}
@media (min-width: 992px) {
  .page-header {
    padding: 0.8em 0;
  }
}
.page-header-title {
  margin: 0;
  opacity: 0.8;
  font-size: 2em;
}
.page-header-icon {
  width: 36px;
  opacity: 0.8;
  margin-right: 10px;
  float: left;
}
.page-info {
  /*background: url("../img/icon-logo.png") $color-logo-azul;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 700px 110px;*/
  padding: 1em 0;
  position: relative;
  color: #0f0f0f;
}
@media (min-width: 992px) {
  .page-info {
    padding: 4em 0;
  }
}
.page-info img {
  box-shadow: 0 0 1em rgb(0 0 0 / 20%);
  border: 11px solid white;
  border-radius: 50px;
}
    
.page-info h2, .page-info h3 {
  color: rgba(15, 15, 15, 0.8);
}
.page-info-one {
  background: #012751;
  color: #f1f1f1;
}
.page-info-one:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-image: url("../img/icon-logo.png");
  background-repeat: no-repeat;
  background-position: 700px 110px;
  background-size: contain;
}
.page-info-two {
  border-top: 1px solid rgba(15, 15, 15, 0.2);
}
.page-info-title {
  font-weight: 700;
}
@media (min-width: 992px) {
  .page-info-title {
    font-size: 2em;
    margin: 0 2em 0.5em 0;
  }
}
.page-info-title + p {
  margin: 0;
}
@media (min-width: 992px) {
  .page-info-title + p {
    font-size: 1.2em;
    font-weight: lighter;
  }
}
.page-info-subtitle {
  font-weight: 700;
  color: #dc01bf;
}
@media (min-width: 992px) {
  .page-info-subtitle {
    font-size: 2.2em;
    margin: 0 2em 0.5em 0;
  }
}
.page-info-subtitle + div {
  display: flex;
  flex-direction: row;
}
@media (min-width: 992px) {
  .page-info-subtitle + div p {
    font-size: 1.3em;
  }
}
.page-info-subtitle + div p:first-child {
  width: 400%;
  font-size: 1.6em;
  margin-right: 1em;
}
.page-info p + .page-info-subtitle {
  margin-top: 2em;
}
@media (min-width: 992px) {
  .page-info h3 {
    margin: 1.5em 0 1em 0;
  }
}
@media (min-width: 992px) {
  .page-info:nth-of-type(odd) .page-info-content {
    padding-right: 3em;
  }
}
@media (min-width: 992px) {
  .page-info:nth-of-type(even) .page-info-content {
    padding-left: 3em;
  }
}
.page-info .number {
  align-content: center;
  align-items: center;
  border-radius: 10px;
  display: flex;
  font-size: 2em;
  height: 100px;
  justify-content: center;
  transform: skew(-10deg);
  width: 100px;
  font-weight: 600;
  color: #f1f1f1;
  margin: 0.5em 0;
  background: linear-gradient(126deg, rgb(208, 0, 181) 0%, rgb(0, 222, 232) 100%);
}
.page .slider-title {
  margin: 0 1em 0 0;
  color: #f1f1f1;
  opacity: 0.8;
  font-weight: 600;
  font-size: 2.5em;
  line-height: 100%;
}
.page .slider-bg-01 {
  background-size: cover;
  background-image: url("../img/page-header-movil.jpg");
}
@media (min-width: 992px) {
  .page .slider-bg-01 {
    background-image: url("../img/page-header.jpg");
  }
}

.catalog {
  background: rgba(15, 15, 15, 0.2);
  text-align: center;
  padding: 3em;
}
.catalog-title {
  margin: 0 0 1em 0;
}

.button {
  border-radius: 25px;
  border: 0;
  color: #f1f1f1;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  margin-right: 5px;
  outline: 0;
  overflow: hidden;
  padding: 8px 24px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
}
.button-primary {
  color: #f1f1f1;
  background-color: #dc01bf;
}
.button-primary:hover {
  background-color: #00dee8;
  color: #012751;
}
.button-secondary {
  color: #012751;
  background-color: #00dee8;
}
.button-secondary:hover {
  color: #f1f1f1;
  background-color: #dc01bf;
}
.button-tertiary {
  color: #f1f1f1;
  background-color: #012751;
}
.button-tertiary:hover {
  color: #012751;
  background-color: #00dee8;
}
.button-dark {
  color: #f1f1f1;
  background-color: rgb(150, 150, 150);
}
.button-dark:hover {
  color: #f1f1f1;
  background-color: #0f0f0f;
}
.button-lg {
  padding: 10px 22px;
  font-size: 18px;
}

.carousel-indicators {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .carousel-indicators {
    margin-bottom: 1em;
  }
}

.carousel-indicators [data-bs-target].active {
  width: 40px;
  border-radius: 8px;
}

.carousel-indicators [data-bs-target] {
  background-color: rgb(150, 150, 150);
  height: 8px;
  width: 8px;
  border-radius: 50%;
}

/*# sourceMappingURL=main.css.map */
