* {
  font-family: 'Poppins', sans-serif;
  line-height: normal;
}

.has-overlay {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000009bf;
}

.btn-red {
  font-weight: 300;
  background-color: #C42031;
  color: #fff;
  font-size: 16px;
  border: none;
  padding: 20px 10px;
  border-radius: 5px;
}

.btn-blue {
  font-weight: 300;
  background-color: #3D4073;
  color: #fff;
  font-size: 16px;
  border: none;
  padding: 20px 10px;
  border-radius: 5px;
}

.btn-trans {
  font-weight: 300;
  background-color: transparent;
  color: black;
  font-size: 16px;
  border: 1px solid black;
  padding: 10px 40px;
  border-radius: 0;
}

h2.section-title,h1.section-title {
  color: #222340;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

h4.small-text {
  text-align: center;
  font-weight: 300;
}

.promobar {
  background-color: #222340;
  color: #fff;
}

.promobar .container {
  display: flex;
  flex-direction: revert;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
}

.promobar .container a {
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
  font-size: 14px;
  line-height: normal;
  font-weight: 300;
}

.promobar .container a i {
  color: #C42031;
  font-size: 16px;
}

.promobar .container a:not(:last-of-type) {
  border-right: .5px solid white;
}

.promobar .container .social i {
  color: #fff;
  font-size: 18px;
}

nav.navbar a.nav-link {
  font-weight: 700;
}

.banner-main {
  background: url("../img/main-banner.jpg");
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner-main p.title {
  color: white;
  font-size: 50px;
  font-weight: 700;
}

.banner-main p.title span {
  color: #7378D9;
  line-height: 46px;
}

@media only screen and (max-width: 990px) {
  .banner-main p.title {
    font-size: 38px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-main p.title {
    font-size: 32px;
  }
}

.banner-main p.text {
  color: #fff;
}

@media only screen and (min-width: 991px) {
  .how-help .service {
    width: 70%;
    margin: 0 auto;
  }
}

.how-help h5.subtitle {
  font-family: 'Red Hat Display', sans-serif;
  margin-bottom: 15px;
}

@media only screen and (max-width: 990px) {
  .how-help h5.subtitle {
    text-align: center;
  }
}

.how-help img.icon {
  height: 80px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 990px) {
  .how-help img.icon {
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
}

.how-help p.text {
  font-family: 'Red Hat Display', sans-serif;
}

@media only screen and (max-width: 990px) {
  .how-help p.text {
    text-align: center;
  }
}

.clients .slick-next {
  right: -5px;
}

.clients .slick-prev {
  left: -5px;
}

.clients img {
  height: 60px;
  object-fit: contain;
  object-position: center;
}

.expert-tools {
  background-color: #222340;
  color: #fff;
}

.expert-tools p.title {
  font-size: 46px;
  font-weight: 700;
}

@media only screen and (max-width: 990px) {
  .expert-tools p.title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .expert-tools p.title {
    font-size: 26px;
  }
}

.expert-tools p.title span {
  color: #00AEEF;
}

.expert-tools ul {
  margin-left: 2em;
}

.expert-tools ul .fa-li {
  width: auto;
}

.expert-tools ul li i {
  color: #00AEEF;
  font-size: 24px;
  font-weight: 700;
}

.experts {
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #222340;
  background-image: linear-gradient(to right, #222340 50%, transparent 50%), url("../img/Expertos.png");
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media only screen and (max-width: 990px) {
  .experts {
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) {
  .experts {
    background: #222340;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.experts h2 {
  color: white;
  text-align: left;
}

.experts p {
  color: white;
}

.why-us .prev,
.why-us .next {
  background-color: #C42031;
  color: #fff;
  font-size: 24px;
  padding: 5px 10px;
  margin: 15px;
  cursor: pointer;
}

.why-us .testimonial {
  background-color: #222340;
  padding: 15px;
  margin: 0 15px;
}

.why-us .testimonial .user-photo {
  width: 80px;
}

.why-us .testimonial .name {
  font-weight: 700;
  margin: 0;
  font-size: 18px;
  color: white;
}

.why-us .testimonial .location {
  font-size: 14px;
  color: #7378D9;
  font-weight: 500;
  margin: 0;
}

.why-us .testimonial .testimon {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

footer {
  background-color: #C42031;
  color: #fff;
}

footer .description {
  font-size: 14px;
  font-weight: 300;
}

footer .fa-ul {
  margin-left: 2em;
}

footer .fa-ul .fa-li {
  width: auto;
}

footer .fa-ul a {
  color: white;
  font-weight: 100;
  font-size: 14px;
  text-decoration: none;
}

footer .contact a {
  display: block;
  font-size: 13px;
  font-weight: 200;
  margin: 5px 0;
  text-decoration: none;
  color: #fff;
}

footer .contact .social {
  display: flex;
  gap: 0 5px;
}

footer .contact .social a img {
  width: 35px;
}

footer .disclaimer {
  font-size: 14px;
  font-weight: 100;
}
footer .disclaimer a {
  text-decoration: none;
  color: #fff;
}

/* Ecommerce Page*/
.banner-main-shopping {
  background: url("../img/shopping-banner.jpg");
  padding: 150px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner-main-shopping h2.section-title,.banner-main h1.section-title, .banner-main-shopping h1.section-title {
  color: #fff;
}

.best-solution-info {
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: linear-gradient(to right, transparent 50%, #fff 50%), url("../img/best-solution-info.jpg");
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media only screen and (max-width: 990px) {
  .best-solution-info {
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) {
  .best-solution-info {
    background: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.best-solution-info ul li {
  margin-bottom: 10px;
  font-size: 18px;
}

.what-we-offer .card-offer {
  padding: 10px;
  height: 100%;
  color: #fff;
}

.what-we-offer .card-offer img.icon {
  height: 50px;
  margin-bottom: 10px;
}

.what-we-offer .card-offer p.title {
  font-size: 20px;
  font-weight: 600;
}

.what-we-offer .card-offer p.text {
  font-size: 16px;
}

.what-we-offer .blue-1 {
  background-color: #7378D9;
}

.what-we-offer .blue-2 {
  background-color: #656ABF;
}

.what-we-offer .blue-3 {
  background-color: #3D4073;
}

.what-we-offer .blue-4 {
  background-color: #222340;
}

.how-to-help .service {
  border-top: 2px solid #C42031;
  padding: 10px;
  height: 100%;
  background-color: #F8F8F7;
}

.how-to-help img.icon {
  height: 70px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.how-to-help p.title {
  font-size: 20px;
  font-weight: 600;
}

.how-to-help p.text {
  font-size: 16px;
}

.clients-ecom .slider-clients img.icon {
  height: 80px;
  object-fit: contain;
  margin: 10px;
}

@media only screen and (max-width: 767px) {
  .clients-ecom .slider-clients img.icon {
    height: 60px;
  }
}

.contact-ecom {
  background: url("../img/back-contact.jpg");
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}

.contact-ecom img.logo {
  width: 50%;
  margin-bottom: 10%;
}

@media only screen and (max-width: 767px) {
  .contact-ecom img.logo {
    width: 100%;
  }
}

.contact-ecom h2.subtitle {
  font-size: 32px;
  color: #C42031;
  font-weight: 700;
}

.contact-ecom p.text {
  color: #fff;
}

.contact-ecom .form-label {
  color: white;
}

.contact-ecom .form-control {
  border-radius: 15px;
}

@media only screen and (max-width: 767px) {
  .contact-ecom .btn-red {
    margin: 0 auto;
    display: table;
  }
}

/* Ecommerce Page */
/* WebMobile Page */
.webmobile-banner {
  background: url("../img/back-mobile.png");
  padding: 200px 0;
  background-size: cover;
  background-position: right;
}

@media only screen and (max-width: 767px) {
  .webmobile-banner {
    padding: 100px 0;
  }
}

.webmobile-banner p.title {
  font-size: 42px;
  color: white;
  text-align: right;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .webmobile-banner p.title {
    text-align: center;
  }
}

.webmobile-banner p.text {
  color: #fff;
  text-align: right;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .webmobile-banner p.text {
    text-align: center;
  }
}

.our-mobile-services h4.small-text--red {
  color: #C42031;
  text-align: center;
  font-size: 14px;
  letter-spacing: 10px;
}

.our-mobile-services p.subtitle {
  font-size: 20px;
  text-align: center;
}

.our-mobile-services .service-box {
  border: 1px solid black;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .our-mobile-services .service-box {
    margin-bottom: 5%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.our-mobile-services .service-box p.title {
  font-size: 20px;
  font-weight: 700;
}

.our-mobile-services .service-box img.icon {
  height: 70px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .our-mobile-services .service-box img.icon {
    height: auto;
    height: 90px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

.our-experience-mobile {
  background: url("../img/our-experience.jpg");
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}

.our-experience-mobile .overlay {
  background: #20213ff0;
}

.our-experience-mobile h2.section-title {
  color: #fff;
}

.our-experience-mobile .col-md-6 {
  margin-bottom: 20px;
}

.our-experience-mobile .experience {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .our-experience-mobile .experience {
    margin-bottom: 5%;
    flex-direction: column;
    align-items: center;
  }
}

.our-experience-mobile .experience p.title {
  font-size: 20px;
  font-weight: 700;
  color: white;
}

@media only screen and (max-width: 767px) {
  .our-experience-mobile .experience p.title {
    text-align: center;
  }
}

.our-experience-mobile .experience p.text {
  color: #fff;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .our-experience-mobile .experience p.text {
    text-align: center;
  }
}

.our-experience-mobile .experience img.icon {
  height: 100%;
  margin-right: 20px;
  width: 100px;
}

@media only screen and (max-width: 767px) {
  .our-experience-mobile .experience img.icon {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 90px;
  }
}

.our-clients-mobile .slick-list,
.our-clients-mobile .slick-track {
  display: flex;
}

.our-clients-mobile .client {
  border: 1px solid black;
  margin: 0 10px 10px;
  padding: 20px;
  position: relative;
}

.our-clients-mobile .client img.logo {
  width: 100%;
  overflow: auto;
  margin-bottom: 20px;
  height: 80px;
  object-fit: contain;
}

.our-clients-mobile .client p.title {
  font-size: 20px;
  font-weight: 700;
  color: #3D4073;
  text-align: center;
}

.our-clients-mobile .client p.text {
  color: #000;
  margin: 0;
  text-align: center;
}

.contact-mobile {
  background: url("../img/back-contact-revert.png");
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}

.contact-mobile img.logo {
  width: 50%;
  margin-bottom: 10%;
}

@media only screen and (max-width: 767px) {
  .contact-mobile img.logo {
    width: 100%;
  }
}

.contact-mobile h2.subtitle {
  font-size: 32px;
  color: #3D4073;
  font-weight: 700;
}

.contact-mobile p.text {
  color: #000;
}

.contact-mobile form {
  background: white;
  padding: 25px;
}

.contact-mobile form .form-label {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .contact-mobile form .btn-blue {
    margin: 0 auto;
    display: table;
  }
}

/* WebMobile Page */
/* Contact Page */
.contact-banner {
  background: url("../img/back-contact.png");
  padding: 200px 0;
  background-size: cover;
  background-position: right;
}

@media only screen and (max-width: 767px) {
  .contact-banner {
    padding: 100px 0;
  }
}

.contact-banner p.title {
  font-size: 42px;
  color: white;
  text-align: right;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .contact-banner p.title {
    text-align: center;
  }
}

.contact-banner p.text {
  color: #fff;
  text-align: right;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .contact-banner p.text {
    text-align: center;
  }
}

.contact-info {
  background: #F1F2F2;
}

.contact-info i {
  font-size: 42px;
  color: #7378D9;
  margin: 10px auto 20px;
  display: table;
}

.contact-info p.info {
  text-align: center;
  color: #808285;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}

.contact-info p.info a {
  color: #808285;
  text-decoration: none;
}

.contactform-full .form-control {
  border: none;
  border-bottom: 1px solid #737373;
  border-radius: 0;
  color: black;
}

.contactform-full button.btn-trans {
  margin: 0 auto;
  display: table;
}

.fullmap iframe {
  width: 100%;
  height: 500px;
}

.follow-us .social-media {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.follow-us .social-media i {
  font-size: 32px;
  color: #7378D9;
}
/*# sourceMappingURL=styles.css.map */

.btn-whatsapp {
        display:block;
        width:70px;
        height:70px;
        color:#fff;
        position: fixed;
        right:20px;
        bottom:20px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
  z-index: 999999;
}

.my-float{
	margin-top:-15px;
}
.btn.btn-red:hover{
  color:#FFF;
}
.btn.btn-blue:hover{
  color:#FFF;
}
.page-link{
  color:#212529;
  border: 1px solid #212529;
}
.page-link:hover {
  color: #FFF;
  background-color: #C42031;
  border-color: #C42031;
}
#content_blog .btn-blue,#content_blog_destacados .btn-red{
  padding: 10px 10px;
}
h1.subsection-title{
  color: #fff;
  text-align: right;
  font-weight: 700
}