.outsourcing5-0Small {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .outsourcing5-0Small {
    display: none;
  }
}

.outsourcing5-0Medium, .outsourcing5-0Large {
  display: none;
}

@media (min-width: 768px) {
  .outsourcing5-0Medium {
    display: block;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .outsourcing5-0Medium {
    display: none;
  }
}

@media (min-width: 1200px) {
  .outsourcing5-0Large {
    display: block;
    width: 100%;
  }
}

#form {
  background-color: #96bffc;
  margin: 0;
  padding: 0;
}

#form form {
  margin: 0;
}

footer {
  background-color: #96bffc;
}

.footerContent {
  padding-top: 60px!important;
  padding-bottom: 60px!important;
}

@media (min-width: 768px) {
  .footerContent {
    padding-top: 80px!important;
    padding-bottom: 80px!important;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.footerInfos {
  text-align: center;
}

@media (min-width: 768px) {
  .footerInfos {
    text-align: left;
    width: 48%;
  }
}

.footerInfos img {
  width: 150px;
}

@media (min-width: 768px) {
  .footerInfos img {
    width: 200px;
  }
}

.footerSocial {
  list-style-type: none;
  padding: 0;
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

@media (min-width: 768px) {
  .footerSocial {
    justify-content: flex-start;
    font-size: 20px;
  }
}

footer p {
  font-size: 14px!important;
  margin: 0;
  color: white;
}

.footerSocial a {
  color: white;
}

.footerSinergia {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 30px 0 0;
}

@media (min-width: 768px) {
  .footerSinergia {
    justify-content: flex-start!important;
  }
}

.footerSinergia p {
  text-align: right;
  margin: 0;
  color: white;
}

.footerSinergia img {
  width: 100px;
}

.footerEnd {
  color: #ecf3ff;
  font-size: 12px;
  margin: 40px 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  .footerEnd {
    margin: 0;
    text-align: right;
    display: flex;
    flex-direction: column-reverse;
    width: 48%;
  }
}

.footerEnd a {
  color: #ecf3ff;
}

.footerSelos {
  margin: 50px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

@media (min-width: 768px) {
  .footerSelos {
    margin: 0;
    justify-content: flex-end;
  }
}

.footerSelos img {
  height: 80px;
  display: block;
  margin: 0;
}

@media (min-width: 768px) {
  .footerSelos img {
    height: 90px;
  }
}

@media (min-width: 768px) {
  .footerEnd span {
    margin: 30px 0 0;
  }
}

