@font-face {
  font-family: "Martel Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Martel Sans Regular"), local("MartelSans-Regular"),
    url(https://fonts.gstatic.com/s/martelsans/v7/h0GsssGi7VdzDgKjM-4d8hjYx-s.ttf)
      format("truetype");
}
@font-face {
  font-family: "Martel Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Martel Sans Bold"), local("MartelSans-Bold"),
    url(https://fonts.gstatic.com/s/martelsans/v7/h0GxssGi7VdzDgKjM-4d8hBj4vuAH00.ttf)
      format("truetype");
}
:root {
  font-family: "Martel Sans";
  font-size: 1.25vw;
  line-height: 1.4;
}
@media (max-width: 960px) {
  :root {
    font-size: 14px;
  }
}
body {
  margin: 0;
  color: #999;
  background: #fff;
}
* {
  box-sizing: border-box;
}
a {
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6,
* + p {
  margin-top: 0.8em;
}
p.center {
  text-align: center;
}
:focus {
  outline: 0;
}
.button,
button,
input {
  font-family: inherit;
  font-size: inherit;
}
* + .button,
* + button,
* + input {
  margin-top: 1em;
}
input {
  padding: 0 0.8em;
  height: 3.125em;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  color: #000;
  font-weight: 700;
}
::placeholder {
  color: #ccc;
  text-transform: uppercase;
}
.button,
button {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  padding: 0 2em;
  min-width: 10em;
  height: 3.125em;
  line-height: 3.25em;
  border: none;
  border-radius: 3px;
  background: #ff337f;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
* + ul {
  margin-top: 2.5em;
}
li {
  margin: 0;
  padding-left: 1.94444444em;
  padding-top: 0.16666667em;
  padding-bottom: 0.94444444em;
  background-image: url(img/bullet.png);
  background-size: 1.11111111em auto;
  background-repeat: no-repeat;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0 0;
}
.header {
  position: relative;
  height: 44.44444444vw;
  background-image: url(img/header-background.jpg);
  background-size: cover;
  color: #fff;
}
@media (max-width: 960px) {
  .header {
    padding: 30px 35px;
    height: auto;
  }
}
.header-logo {
  margin: 0;
  font-size: 0;
  position: absolute;
  left: 9.375vw;
  top: 2.22222222vw;
  width: 10.55555556vw;
  height: 5.41666667vw;
  background-image: url(img/logo.png);
  background-size: 100% 100%;
}
@media (max-width: 960px) {
  .header-logo {
    position: static;
    width: 115px;
    height: 59px;
  }
}
.header-text {
  position: absolute;
  left: 9.375vw;
  top: 11.25vw;
  width: 36.80555556vw;
}
@media (max-width: 960px) {
  .header-text {
    position: static;
    width: auto;
    margin-top: 30px;
  }
}
.header-text-subtitle {
  font-size: 0.77777778rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff337f;
}
.header-text-title {
  margin-top: 0.2em;
  font-size: 2.22222222rem;
  font-weight: 700;
}
.header-lang-switch {
  display: block;
  position: absolute;
  left: 62.77777778vw;
  top: 2.22222222vw;
  width: 26.18055556vw;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
}
.header-form {
  position: absolute;
  left: 62.77777778vw;
  top: 8.47222222vw;
  width: 26.18055556vw;
  padding: 2.08333333vw;
  background: #fff;
  color: #999;
  font-size: 0.83333333rem;
}
@media (max-width: 960px) {
  .header-form {
    position: static;
    width: auto;
    margin-top: 30px;
    padding: 15px;
  }
}
.header-form-title {
  font-size: 1.05555556rem;
  font-weight: 400;
  color: #1a1a1a;
}
.header-form > .button,
.header-form > button,
.header-form > input {
  font-size: 0.88888889rem;
  width: 100%;
}
.main {
  padding: 4.16666667vw 0;
  text-align: center;
}
@media (max-width: 960px) {
  .main {
    padding: 30px 35px;
  }
}
.main-subtitle {
  font-size: 0.77777778rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff337f;
}
.main-title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  padding-bottom: 1em;
  margin-top: 0.2em;
  text-indent: 1em;
}
.main-title:after,
.main-title:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 2px;
  background: #ff337f;
}
.main-title:before {
  right: calc(50% + 2px);
}
.main-title:after {
  left: calc(50% + 2px);
}
.talking-points {
  margin-top: 3em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 960px) {
  .talking-points {
    display: block;
  }
}
.talking-point {
  width: 22.75vw;
  margin: 0 2.08333333vw;
}
@media (max-width: 960px) {
  .talking-point {
    width: auto;
    margin: 30px 0 50px;
  }
}
.talking-point:before {
  content: "";
  display: block;
  width: 6.11111111vw;
  height: 6.11111111vw;
  border: 2px solid #e0e0e0;
  border-radius: 100%;
  margin: 0 auto 2em;
  background-size: 3.47222222vw 3.47222222vw;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .talking-point:before {
    width: 88px;
    height: 88px;
    background-size: 50px 50px;
  }
}
.talking-point.soluciones-a-medida:before {
  background-image: url(img/soluciones-a-medida.png);
}
.talking-point.asesoramiento-integral:before {
  background-image: url(img/asesoramiento-integral.png);
}
.talking-point.reduccion-de-costos:before {
  background-image: url(img/reduccion-de-costos.png);
}
.talking-point.transformacion-digital:before {
  background-image: url(img/transformacion-digital.png);
}
.talking-point-title {
  font-size: 1.22222222rem;
  font-weight: 700;
  color: #1a1a1a;
}
.aside {
  border-top: 1px solid #ededed;
}
.aside-section {
  font-size: 1rem;
  display: inline-block;
  width: 100%;
  min-height: 45.83333333vw;
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
  padding-left: 51.04166667vw;
  padding-right: 9.375vw;
  vertical-align: top;
  white-space: normal;
  background-image: url(img/slide-background-2.jpg);
  background-size: auto 37.5vw;
  background-repeat: no-repeat;
  background-position: 10% center;
}
.aside-section:nth-child(even) {
  background-image: url(img/slide-background-1.png);
  padding-left: 9.375vw;
  padding-right: 51.04166667vw;
  background-position: 85% center;
  background-color: #fafafa;
}
.aside-section.software-factory {
  background-image: url(img/slide-background-3.png);
}
.aside-section.reseller {
  background-image: url(img/slide-background-4.png);
}
.aside-section.lcs {
  background-image: url(img/slide-background-5.png);
}
@media (max-width: 960px) {
  .aside-section {
    min-height: 0;
    padding-top: 60px;
    padding-bottom: calc(60vw + 60px);
    padding-left: 35px !important;
    padding-right: 35px !important;
    background-size: 60vw;
    background-position: center 95% !important;
  }
}
.aside-section-subtitle {
  font-size: 0.77777778rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff337f;
}
.aside-section-title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  padding-bottom: 0.5em;
  margin-top: 0.2em;
}
.aside-section-title:after,
.aside-section-title:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0.3em;
  width: 20px;
  height: 2px;
  background: #ff337f;
}
.aside-section-title:before {
  left: 0;
}
.aside-section-title:after {
  left: 24px;
}
.aside-section > ul {
  color: #1b1b1b;
}
.partners {
  margin-left: -0.69444444vw;
  margin-right: -0.69444444vw;
}
@media (max-width: 960px) {
  .partners {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.partners > li {
  font-size: 0;
  display: inline-block;
  margin: 0 0.69444444vw 0.69444444vw;
  width: 11.80555556vw;
  height: 3.81944444vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 961px) {
  .partners >li {
    width: 200px;
  }
}

@media (max-width: 960px) {
  .partners >li {
    width: 200px;
  }
}

@media (max-width: 960px) {
  .partners > li {
    margin: 0 20px 20px;
    width: 120px;
    height: 63.52941176px;
  }
}
.partners > li.ipslc {
  background-image: url(img/IPS.png);
}
.partners > li.brooks {
  background-image: url(img/brooks.jpg);
}
.partners > li.minet {
  background-image: url(img/Minet.png);
}
.partners > li.charactell {
  background-image: url(img/Charactell.png);
}
.partners > li.verypdf {
  background-image: url(img/verypdf.jpg);
}
.clients {
  margin-left: -0.48611111vw;
  margin-right: -0.48611111vw;
}
@media (max-width: 960px) {
  .clients {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.clients > li {
  font-size: 0;
  display: inline-block;
  margin: 0 0.48611111vw 0.69444444vw;
  width: 8.75vw;
  height: 4.63235294vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 960px) {
  .clients > li {
    margin: 0 20px 20px;
    width: 120px;
    height: 63.52941176px;
  }
}
.clients > li.amca {
  background-image: url(img/amca.jpg);
}
.clients > li.ricoh {
  background-image: url(img/ricoh.jpg);
}
.clients > li.huntsman {
  background-image: url(img/huntsman.jpg);
}
.clients > li.universidad-quilmes {
  background-image: url(img/universidad-quilmes.jpg);
}
.clients > li.zurich {
  background-image: url(img/zurich.jpg);
}
.clients > li.aris {
  background-image: url(img/aris.jpg);
}
.clients > li.cocacola {
  background-image: url(img/cocacola.jpg);
}
.clients > li.brooks {
  background-image: url(img/brooks2.jpg);
}
.clients > li.mastellone {
  background-image: url(img/mastellone.jpg);
}
.clients > li.procuracion-penitenciaria {
  background-image: url(img/procuracion-penitenciaria.jpg);
}
.clients > li.banco-ciudad {
  background-image: url(img/banco-ciudad.jpg);
}
.lcs-logo {
  font-size: 0;
  display: inline-block;
  margin: 0 0.48611111vw 0.69444444vw;
  width: 6.94444444vw;
  height: 6.94444444vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(img/logolcs.png);
  vertical-align: middle;
}
@media (max-width: 960px) {
  .lcs-logo {
    margin: 0 5px 20px;
    width: 60px;
    height: 60px;
  }
}
.lcs-pdf {
  color: #1b1b1b;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.lcs-contact {
  display: inline-block;
  margin: 0 0.3em;
  color: #ff337f;
}
.footer {
  text-align: center;
}
@media (max-width: 960px) {
  .footer {
    padding: 0 35px;
    margin-top: 30px;
  }
}
.footer-cta {
  padding: 2.43055556vw 0;
  margin-bottom: 4.86111111vw;
  font-size: 2rem;
  background: #251767;
  color: #fff;
}

.footer-cta h2 {
  font-size: 2rem;
}

@media (max-width: 960px) {
  .footer-cta {
    margin: 0 -35px;
    padding: 30px 35px;
    margin-bottom: 35px;
  }
}

.footer-cta > .button {
  font-size: 0.88888889rem;
}
.footer-subtitle {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff337f;
  margin-bottom: 5px;
  margin-top: 5px;
}

.iconos-contacto {
  margin-top: 5px;
  margin-bottom: 60px;
}

.footer-contact-info {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0 4.86111111vw;
}
@media (max-width: 960px) {
  .madre-linea {
    display: flex;
    margin-left: 37%;
  }
 
@media (max-width: 395px) {
  .footer-contact-info {
    width: auto;
    margin: 15px 0;
  }
  .iconos-contacto {
    margin-top: 40px;
    display: grid;
  }
}
}
.footer-contact-info:before {
  content: "";
  display: block;
  margin: 2.43055556vw auto;
  width: 2.08333333vw;
  height: 2.77777778vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 960px) {
  .footer-contact-info:before {
    margin: 10px auto;
    width: 30px;
    height: 40px;
  }
}

.footer-contact-info.email:before {
  background-image: url(img/email.png);
  width: 30px;
  height: 30px;

}
.footer-contact-info.email {
  white-space: nowrap;
}
.footer-contact-info.phone:before {
  background-image: url(img/whatsapp-2\ copia.png);
  width: 30px;
    height: 30px;

}
.footer-contact-info.link:before {
  background-image: url(img/Link.png);
  width: 30px;
    height: 30px;

}
.footer-contact-info.face:before {
  background-image: url(img/facebook-2\ copia.png);
  width: 30px;
    height: 30px;
  
}
.footer-contact-info.insta:before {
  background-image: url(img/instagram-2\ copia.png);
  width: 30px;
    height: 30px;
}



/*FOOTER CUADRADO NEGRO */

.footer-site-info {
  margin-top: 2.55555556vw;
  padding: 2.43055556vw 0;
  font-size: 0.66666667rem;
  line-height: 2;
  text-transform: uppercase;
  background: #15141a;
  color: #fff;
}
@media (max-width: 960px) {
  .footer-site-info {
    margin: 40px -35px 0;
    padding: 30px 35px;
  }
}
.footer-site-info-link {
  display: inline-block;
  font-size: 0;
  width: 1.73611111vw;
  height: 1.73611111vw;
  margin: 1.04166667vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-site-info-insta {
    display: inline-block;
    font-size: 0;
    width: 1.73611111vw;
    height: 1.73611111vw;
    margin: 1.04166667vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
@media (max-width: 960px) {
  .footer-site-info-link {
    width: 25px;
    height: 25px;
    margin: 15px;
  }
  .footer-site-info-insta {
    width: 25px;
    height: 25px;
    margin: 15px;
  }
}
.footer-site-info-link.linkedin {
  background-image: url(img/linkedin.png);
}
.footer-site-info-insta.instagram {   
  background-image: url(img/instagram.png);
}
.footer-site-info-face.facebook {
  background-image: url();
}
.linkedin.button {
  color: #ff337f;
  background: #fff;
  border: 1px solid;
}
.instagram.button {
    color: #ff337f;
    background: #fff;
    border: 1px solid;
  }
.linkedin-logo {
  display: inline-block;
  content: url(img/linkedin.svg);
  height: 1.3em;
  position: relative;
  bottom: -0.25em;
  margin: 0 0.3em;
}
.instagram-logo {
    display: inline-block;
    content: url(img/instagram.png);
    height: 1.3em;
    position: relative;
    bottom: -0.25em;
    margin: 0 0.3em;
  }

  .whatsapp-logo {
    display: inline-block;
    content: url(img/whatsapp.png);
    height: 1.3em;
    position: relative;
    bottom: -0.25em;
    margin: 0 0.3em;
  }
/*# sourceMappingURL=cfc.css.map */

#mensaje {
    margin-top: 15px;
    padding: 12px;
    border-radius: 6px;
    font-size: 14px;
}

.exito {
    background-color: #d4edda;
    color: #155724;
}

.error {
    background-color: #f8d7da;
    color: #721c24;
}
