.color-light-grey {
  color: #efefef;
}

.color-grey {
  color: #3b3b3b;
}

.color-black {
  color: #020202;
}

.color-white {
  color: #ffffff;
}

.color-green {
  color: #69b247;
}

.border-light-grey {
  border-color: #efefef;
}

.border-grey {
  border-color: #3b3b3b;
}

.border-black {
  border-color: #020202;
}

.border-white {
  border-color: #ffffff;
}

.border-green {
  border-color: #69b247;
}

html {
  overflow-x: hidden;
}

.q-body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
  color: #3b3b3b;
  overflow-x: hidden;
}

@media (min-width: 992px) {
  .q-body .container:not(.menu) {
    max-width: 810px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}

.section-1 {
  min-height: 100vh;
  background-color: grey;
  background-color: #3e3e3e;
  background-image: url(../img/fondo.jpg);
  background-position: center;
  background-size: cover;
}

.section-1::before {
  content: ' ';
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  opacity: 0.45;
}

.section-1 div > div {
  min-height: 100vh;
}

.section-1 .logo {
  padding-top: 5.4rem;
  width: 20rem;
}

.section-1 .title-p1,
.section-1 .title-p2 {
  color: white;
  font-size: 4.2rem;
}

.section-1 .title-p1 {
  padding-top: 17.8rem;
}

.section-1 .title-p2 {
  font-weight: 600;
}

.section-1 .scroll-info {
  position: absolute;
  bottom: 3.8rem;
  width: 18.5rem;
  height: 5rem;
  left: 50%;
  margin-left: -11.515rem;
  border: none;
  color: #fff;
  text-align: left;
  padding-left: 1.5rem;
  background-color: transparent;
  background-size: 1.3rem;
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-image: url(../img/mouse.svg);
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-name: swing;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-delay: 0;
  -moz-animation-duration: 1.5s;
  -moz-animation-name: swing;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-delay: 0;
  -o-animation-duration: 1.5s;
  -o-animation-name: swing;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
  animation-delay: 0;
  animation-duration: 1.5s;
  animation-name: swing;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@media (max-width: 991px) {
  .section-1 {
    min-height: 100vh;
  }
  .section-1 div > div {
    min-height: 100vh;
  }
  .section-1 .title-p1 {
    padding-top: 13.8rem;
  }
  .section-1 .title-p1,
  .section-1 .title-p2 {
    font-size: 3.2rem;
  }
  .section-1 .scroll-info {
    bottom: 8rem;
  }
}

@-webkit-keyframes swing {
  0% {
    margin-bottom: 1rem;
  }
  50% {
    margin-bottom: 0rem;
  }
  100% {
    margin-bottom: 1rem;
  }
}

@-moz-keyframes swing {
  0% {
    margin-bottom: 1rem;
  }
  50% {
    margin-bottom: 0rem;
  }
  100% {
    margin-bottom: 1rem;
  }
}

@-o-keyframes swing {
  0% {
    margin-bottom: 1rem;
  }
  50% {
    margin-bottom: 0rem;
  }
  100% {
    margin-bottom: 1rem;
  }
}

@keyframes swing {
  0% {
    margin-bottom: 1rem;
  }
  50% {
    margin-bottom: 0rem;
  }
  100% {
    margin-bottom: 1rem;
  }
}

.section-2 {
  min-height: 5.8rem;
  background: white;
  border-bottom: 1px solid #ebebeb;
  position: fixed;
  top: -7rem;
  width: 100%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-2.scrolled {
  top: 0;
  z-index: 9999;
}

.section-2 .title-p1 {
  padding-top: 17.8rem;
}

.section-2 .menu > div > div {
  padding-right: 0;
}

.section-2 .menu .menu-icon {
  width: 6.2rem;
  padding: 2rem;
  position: absolute;
  left: 0rem;
  top: 0.2rem;
  cursor: pointer;
}

.section-2 .menu .mobile-menu {
  opacity: 1;
  height: 36rem;
  width: 25rem;
  overflow: hidden;
  background-color: #f3f3f3;
  position: absolute;
  z-index: 999;
  top: 4rem;
  left: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-2 .menu .mobile-menu.hide-menu {
  opacity: 0;
  height: 0;
}

.section-2 .menu .mobile-menu button {
  display: block;
  width: 100%;
  background-color: transparent;
  border-width: 0 0 1px 0;
  margin: 0;
}

.section-2 .menu .mobile-menu button:last-child {
  border: none;
}

.section-2 .menu .logo {
  float: left;
  padding: 1rem 0;
  width: 13rem;
}

@media (max-width: 991px) {
  .section-2 .menu .logo {
    float: initial;
    margin: 0 auto;
  }
}

.section-2 .menu button {
  padding: 1.9rem 2.4rem;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #ebebeb;
  margin: 1px 0 0 -3px;
  background-color: #fff;
  text-transform: uppercase;
  outline-color: gray;
}

@media (max-width: 1023px) {
  .section-2 .menu button {
    padding: 2rem 1.8rem;
  }
}

.section-2 .menu .m-0 {
  margin: 1px;
}

@media (max-width: 1199px) {
  .section-2 .menu {
    width: 100%;
  }
}

.section-3 {
  min-height: 56.5rem;
  margin-top: 4.8rem;
}

.section-3 .pre-title {
  padding-top: 6.5rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-3 .title {
  font-size: 3.4rem;
  color: #69b247;
}

.section-3 .us-img {
  background-image: url(../img/nosotros.png);
  background-position: center top 8.2rem;
  background-repeat: no-repeat;
  background-size: 27.9rem;
  min-height: 29.5rem;
}

.section-3 .desc-p1 {
  font-weight: bold;
  font-size: 1.7rem;
  padding-top: 8.2rem;
  color: #69b247;
}

.section-3 .desc-p2 {
  padding-top: 6rem;
  text-align: justify;
}

@media (max-width: 991px) {
  .section-3 .us-img {
    background-position: center top 5.2rem;
    min-height: 25.5rem;
  }
  .section-3 .desc-p1 {
    padding-top: 5rem;
    max-width: 60rem;
    margin: 0 auto;
    text-align: center;
  }
  .section-3 .desc-p2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    max-width: 60rem;
    margin: 0 auto;
    text-align: center;
  }
}

.section-4 {
  min-height: 33rem;
  background-image: url("../img/servicios.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: grey;
  color: white;
}

.section-4 .pre-title {
  padding-top: 6.4rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-4 .title {
  font-size: 3.4rem;
}

.section-4 .desc-p1 {
  padding-top: 1.5rem;
  max-width: 67rem;
  margin: 0 auto;
}

.section-4 .desc-p2 {
  padding-top: 1rem;
  max-width: 67rem;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .section-4 {
    background-image: url("../img/servicios.jpg");
    padding-top: 5rem;
  }
}

.section-5 {
  min-height: 63.5rem;
}

.section-5 .card {
  padding-top: 9rem;
}

.section-5 .card img {
  max-width: 25rem;
}

.section-5 .card .title {
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 3.9rem;
  padding-bottom: 2.7rem;
  text-transform: uppercase;
}

.section-5 .card .desc {
  max-width: 27rem;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .section-5 .card:first-child {
    padding-top: 9rem;
  }
  .section-5 .card {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
  .section-5 .card img {
    max-width: 19rem;
  }
}

.section-6 {
  min-height: 10rem;
  background-color: #f2f2f2;
  padding: 3.2rem 0;
}

.section-6 .msg {
  font-size: 2rem;
  font-style: italic;
  color: #69b247;
}

.section-6 .author {
  font-size: 1.2rem;
  vertical-align: sub;
}

.section-7 {
  min-height: 64.2rem;
}

.section-7 .technologies {
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.section-7 .technologies .technology {
  margin: 0 1rem;
}

.section-7 .card {
  padding-top: 9rem;
}

.section-7 .card img {
  max-width: 25rem;
}

.section-7 .card .title {
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 3.9rem;
  padding-bottom: 2.7rem;
  text-transform: uppercase;
}

.section-7 .card .desc {
  max-width: 27rem;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .section-7 .technologies {
    padding-top: 0rem;
  }
  .section-7 .technologies .technology {
    margin: 0 0.3rem;
  }
  .section-7 .card:first-child {
    padding-top: 9rem;
  }
  .section-7 .card {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
  .section-7 .card img {
    max-width: 19rem;
  }
}

.section-8 {
  min-height: 34rem;
  color: white;
  background-color: grey;
  background-image: url("../img/productos.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-8 .pre-title {
  padding-top: 13rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-8 .title {
  font-size: 3.4rem;
}

@media (max-width: 991px) {
  .section-8 {
    background-image: url("../img/productos.jpg");
  }
}

.section-9 {
  min-height: 46.1rem;
}

.section-9 .app .title {
  padding-top: 7.9rem;
  font-size: 3.2rem;
  color: #ed7731;
}

.section-9 .app .pre-desc {
  font-size: 2.3rem;
  margin-top: -0.5rem;
}

.section-9 .app .desc {
  padding-bottom: 5rem;
}

.section-9 .items {
  background-image: url("../img/salebinds.png");
  background-position: right top;
  background-repeat: no-repeat;
  min-height: 73rem;
  background-size: 22rem;
  padding-top: 3rem;
}

.section-9 .items .item {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 4rem;
  padding-bottom: 3rem;
  padding-left: 4rem;
  padding-right: 27rem;
}

.section-9 .items .item .title {
  color: #ed7731;
}

.section-9 .items .item .desc {
  text-align: justify;
  /* nothing */
}

.section-9 .items .item.salebinds1 {
  background-image: url("../img/salesbinds-1.svg");
}

.section-9 .items .item.salebinds2 {
  background-image: url("../img/salesbinds-2.svg");
}

.section-9 .items .item.salebinds3 {
  background-image: url("../img/salesbinds-3.svg");
}

.section-9 .items .item.salebinds4 {
  background-image: url("../img/salesbinds-4.svg");
}

.section-9 button.more {
  border: none;
  background-color: transparent;
  text-align: left;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 3.5rem;
  background-image: url(../img/botton-add.svg);
  background-repeat: no-repeat;
  background-position: left center;
  margin-top: 3rem;
}

@media (max-width: 991px) {
  .section-9 .container {
    max-width: 60rem;
    margin: 0 auto;
  }
  .section-9 .container .app .pre-desc {
    font-size: 2rem;
    margin-top: -0.5rem;
  }
  .section-9 .container .items {
    padding: 2rem;
    background-image: none;
  }
  .section-9 .container .items .item {
    padding-right: 0;
    background-position: left 1rem top;
    background-size: 3rem;
  }
  .section-9 .container button.more {
    margin-top: 1rem;
  }
}

.section-10 {
  min-height: 46.1rem;
  background-color: #efefef;
}

.section-10 .container {
  max-width: 1024px !important;
}

.section-10 .bg {
  background-image: url("../img/mcct.png");
  background-position: left -4rem top 14rem;
  background-repeat: no-repeat;
  background-size: 37.8rem;
}

.section-10 .app .title {
  padding-top: 7.9rem;
  font-size: 3.2rem;
  color: #6365ff;
}

.section-10 .app .pre-desc {
  font-size: 2.3rem;
  margin-top: -0.5rem;
}

.section-10 .app .desc {
  padding-bottom: 5rem;
}

.section-10 .app,
.section-10 .items {
  padding-left: 36rem;
}

.section-10 .items {
  /*background-image: url('../img/mcct.png');
        background-position: left top;
        background-repeat: no-repeat;*/
  min-height: 52rem;
  background-size: 22rem;
  padding-top: 3rem;
}

.section-10 .items .item {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 4rem;
  padding-bottom: 3rem;
  padding-left: 4rem;
}

.section-10 .items .item .title {
  color: #6365ff;
}

.section-10 .items .item .desc {
  /* nothing */
}

.section-10 .items .item.mcct1 {
  background-image: url("../img/mcct-1.svg");
}

.section-10 .items .item.mcct2 {
  background-image: url("../img/mcct-2.svg");
}

.section-10 .items .item.mcct3 {
  background-image: url("../img/mcct-3.svg");
}

.section-10 button.more {
  border: none;
  background-color: transparent;
  text-align: left;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 3.5rem;
  background-image: url(../img/botton-add.svg);
  background-repeat: no-repeat;
  background-position: left center;
  margin-top: 3rem;
}

@media (max-width: 991px) {
  .section-10 .container {
    max-width: 60rem !important;
    margin: 0 auto;
  }
  .section-10 .container .bg {
    background-image: none;
  }
  .section-10 .container .app {
    padding: 2rem;
  }
  .section-10 .container .app .pre-desc {
    font-size: 2rem;
    margin-top: -0.5rem;
  }
  .section-10 .container .items {
    padding: 2rem;
  }
  .section-10 .container .items .item {
    background-position: left 1rem top;
    background-size: 3rem;
  }
  .section-10 button.more {
    margin-top: 1rem;
  }
}

.section-11 {
  min-height: 34rem;
  color: white;
  background-image: url("../img/clientes.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: grey;
}

.section-11 .pre-title {
  padding-top: 14.1rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-11 .title {
  font-size: 3.4rem;
}

@media (max-width: 991px) {
  .section-11 {
    background-image: url("../img/clientes.jpg");
  }
}

.section-12 img {
  margin: 1rem 0;
}

.section-12 .customers {
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.section-12 .customers .image-column {
  width: 100%;
}

.section-12 .show-more-container {
  min-height: 11rem;
}

.section-12 .show-more-container button.more {
  position: absolute;
  top: 2rem;
  width: 20rem;
  padding: 1rem;
  border: none;
  background-color: #69b247;
  font-weight: bold;
  text-align: left;
  margin-left: -10rem;
  color: white;
  text-align: center;
  /*background-image: url('../img/arrow2.svg');
            background-repeat: no-repeat;
            background-position: right 2rem center;*/
}

@media (max-width: 991px) {
  .section-12 .show-more-container button.more {
    width: 12rem;
    margin-left: -6rem;
  }
  .section-12 .customers.image-column {
    width: 50%;
  }
}

.section-13 {
  min-height: 38.5rem;
  color: white;
  background-color: grey;
  background-image: url("../img/sumate.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-13 .pre-title {
  padding-top: 8.9rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-13 .title {
  font-size: 3.4rem;
}

.section-13 .desc {
  padding-top: 3.5rem;
  font-size: 1.6rem;
  padding-bottom: 3.5rem;
}

@media (max-width: 991px) {
  .section-13 .desc {
    max-width: 30rem;
    margin: 0 auto;
  }
}

.section-13 .contact {
  width: 20rem;
  padding: 1rem;
  color: white;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .section-13 {
    background-image: url("../img/sumate.jpg");
    min-height: 44.5rem;
  }
}

.section-14 {
  min-height: 23.3rem;
}

.section-14 .pre-title {
  padding-top: 8.7rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
}

.section-14 .title {
  font-size: 3.4rem;
  padding-bottom: 8.8rem;
  color: #69b247;
}

.section-15 {
  min-height: 29.3rem;
  background-image: url(../img/mapa.jpg);
  background-position: center;
  background-size: cover;
}

.section-15 .map-mobile {
  min-height: 48.3rem;
  background-image: url(../img/mapa.jpg);
  background-position: center;
  background-size: cover;
}

.section-15 .contact-info > div {
  width: 30rem;
  position: absolute;
  height: 21rem;
  z-index: 999;
  background-color: #6bb348;
  top: 4.2rem;
  left: 12.2rem;
}

.section-15 .contact-info > div a.action {
  width: 100%;
  text-align: left;
  padding: 1.7rem 0 1.7rem 8rem;
  border: none;
  font-weight: 600;
  line-height: 1.64;
  background-color: transparent;
  color: white;
  background-size: 2rem;
  background-position: left 4rem center;
  background-repeat: no-repeat;
  display: block;
}

.section-15 .contact-info > div a.action.location {
  background-image: url("../img/location.svg");
}

.section-15 .contact-info > div a.action.phone {
  background-image: url("../img/phone.svg");
}

.section-15 .contact-info > div a.action.mail {
  background-image: url("../img/mail.svg");
}

.section-15 .contact-info > div a.action:first-child {
  padding: 2.5rem 0 2rem 8rem;
}

@media (max-width: 991px) {
  .section-15 {
    background: none;
  }
  .section-15 .contact-info {
    padding: 0;
  }
  .section-15 .contact-info > div {
    width: initial;
    position: initial;
    height: 20rem;
    top: initial;
    left: initial;
  }
}

.section-16 {
  /* Nao */
  min-height: 44.3rem;
  padding-top: 8.8rem;
}

.section-16 .input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 1em;
  max-width: 100%;
  width: 100%;
  vertical-align: top;
}

.section-16 textarea {
  resize: none;
}

.section-16 input.input__field,
.section-16 textarea.input__field {
  border-bottom: 1px solid #92989e;
}

.section-16 .input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #848484;
  font-weight: 400;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
}

.section-16 .input__field:focus {
  outline: none;
}

.section-16 .input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #848484;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.section-16 .input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0 1em 0;
  width: 100%;
  color: #848484;
  font-weight: 500;
}

.section-16 .graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none;
}

.section-16 .input--nao {
  overflow: hidden;
  padding-top: 1em;
  margin: 0;
}

.section-16 .input__field--nao {
  padding: 1em 0em 0.25em;
  width: 100%;
  background: transparent;
  color: #202020;
  font-size: 1em;
  margin-top: 0.7em;
}

.section-16 .input__label--nao {
  position: absolute;
  top: 0.95em;
  font-size: 1.1em;
  left: 0;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0em;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.2s 0.15s, color 1s;
  transition: transform 0.2s 0.15s, color 1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.section-16 .graphic--nao {
  stroke: #92989e;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.7s, stroke 0.7s;
  transition: transform 0.7s, stroke 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.section-16 .input__field--nao:focus + .input__label--nao,
.section-16 .input--filled .input__label--nao {
  color: #333;
  -webkit-transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
  transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
}

.section-16 .input__field--nao:focus ~ .graphic--nao,
.section-16 .input--filled .graphic--nao {
  stroke: #333;
  -webkit-transform: translate3d(-66.6%, 0, 0);
  transform: translate3d(-66.6%, 0, 0);
}

.section-16 .desc {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #69b247;
  line-height: 2.64;
  letter-spacing: 3.5px;
  text-align: justify;
}

.section-16 .arrow {
  margin-top: 3rem;
}

.section-16 .arrow-mobile {
  margin: 2rem 0;
}

.section-16 form > div > div {
  padding: 0rem 1rem 1rem 1rem;
}

.section-16 input {
  height: 4rem;
}

.section-16 input,
.section-16 textarea {
  border-color: #2f2f2f;
  border-radius: 0;
  border-width: 1px;
}

.section-16 input::-webkit-input-placeholder,
.section-16 textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2f2f2f;
}

.section-16 input::-moz-placeholder,
.section-16 textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #2f2f2f;
}

.section-16 input:-ms-input-placeholder,
.section-16 textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #2f2f2f;
}

.section-16 input:-moz-placeholder,
.section-16 textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #2f2f2f;
}

.section-16 .send-container {
  text-align: right;
}

.section-16 .send-container button.send {
  border-radius: 0;
  border-color: #2f2f2f;
  color: white;
  background-color: #2f2f2f;
  width: 16rem;
}

@media (max-width: 991px) {
  .section-16 {
    min-height: 62rem;
    padding-top: 1.3rem;
    /*& input{
            height: 3rem;
        }
        & textarea{
            height: 12rem;
        }*/
  }
  .section-16 .desc {
    font-size: 1.5rem;
    line-height: 2.54;
    letter-spacing: 3.3px;
  }
  .section-16 form > div > div {
    padding: 0.5rem 1.5rem;
  }
  .section-16 .send-container {
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.section-partners {
  border-top: 1px solid #d2d2d2;
  padding: 2rem 0;
}

.section-partners .partners-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.section-partners .partners-paragraph {
  font-size: 1.2rem;
  margin-top: 1rem;
}

.section-partners .partners {
  padding-top: 1rem;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  text-align: center;
}

.section-partners .partners p {
  margin: 0;
}

@media (max-width: 991px) {
  .section-partners .partners-title {
    padding-top: 4rem;
    text-align: center;
    padding-bottom: 7rem;
  }
  .section-partners .partners {
    text-align: center;
    padding-bottom: 1rem;
  }
}

.section-17 {
  min-height: 13.3rem;
  color: white;
  background-color: #2b2b2b;
  /*background-image: url('../img/footer-afip.png');
    background-repeat: no-repeat;
    background-position: center;*/
  position: relative;
}

.section-17 .afip {
  position: absolute;
  left: 50%;
  margin-left: -3.5rem;
  width: 7.5rem;
  top: 1.7rem;
  z-index: 9;
}

@media (max-width: 991px) {
  .section-17 .afip {
    left: initial;
    margin-left: initial;
    top: 5.7rem;
    right: 1.5rem;
    width: 3.6rem;
  }
}

.section-17 .logo,
.section-17 .follow-us {
  padding: 5.4rem 1.5rem;
}

.section-17 .follow-us p {
  display: inline-block;
  padding-right: 2.2rem;
  margin: 0;
}

.section-17 .follow-us .linkedin,
.section-17 .follow-us .twitter {
  width: 2rem;
}

.section-17 .follow-us .instagram {
  width: 1.7rem;
}

.section-17 .follow-us .twitter {
  margin-right: 2.2rem;
}

@media (max-width: 991px) {
  .section-17 {
    background-position: right 1.5rem bottom 1.5rem;
    background-size: 3.6rem;
    min-height: 12rem;
  }
  .section-17 .logo,
  .section-17 .follow-us {
    padding: 1.4rem 1.5rem 1.4rem 0rem;
  }
  .section-17 .follow-us .linkedin,
  .section-17 .follow-us .twitter {
    width: 1.7rem;
  }
  .section-17 .follow-us .instagram {
    width: 1.5rem;
  }
  .section-17 .follow-us .twitter {
    margin-right: 0.5rem;
  }
}

.send-cv {
  border-radius: 0;
  border-color: #2f2f2f;
  color: white;
  background-color: #2f2f2f;
  width: 12rem;
}
