.jobs-cards {
  margin-top: 5rem;
}
@media (max-width: 991.98px) {
  .jobs-cards {
    margin-top: 2rem;
  }
}
.jobs-cards .swiper-slide {
  height: auto;
}
.jobs-cards .swiper-slide .card {
  padding: 1rem 2rem 5rem;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  display: flex;
  height: 100%;
}
.jobs-cards .swiper-slide .card:hover {
  background-color: #0000ff;
  color: white;
}
.jobs-cards .swiper-slide .card:hover svg {
  color: #FFDD00;
}
.jobs-cards .swiper-slide .card:hover .img-box img:first-child {
  display: none;
}
.jobs-cards .swiper-slide .card:hover .img-box img:last-child {
  display: flex;
}
.jobs-cards .swiper-slide .card p {
  margin: auto auto 0;
}
.jobs-cards .swiper-slide .card p.first {
  font-family: "Fixture Expanded";
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 900;
}
.jobs-cards .swiper-slide .card p.first span {
  color: #FFDD00;
}
.jobs-cards .swiper-slide .card p.last {
  text-align: left;
  margin: 1rem 0;
}
.jobs-cards .swiper-slide .card .img-box {
  margin: auto auto 0;
}
.jobs-cards .swiper-slide .card .img-box img {
  font-size: 4rem;
}
.jobs-cards .swiper-slide .card .img-box img:first-child {
  display: flex;
}
.jobs-cards .swiper-slide .card .img-box img:last-child {
  display: none;
}
.jobs-cards .swiper-slide .card .btn {
  text-transform: uppercase;
  margin: 1rem auto 0;
}
@media (min-width: 768px) {
  .jobs-cards .swiper-pagination {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .jobs-cards .swiper-pagination {
    bottom: 1.5rem;
  }
}
.jobs-cards .swiper-pagination .swiper-pagination-bullet {
  margin: 0 15px;
  height: 0.8rem;
  width: 0.8rem;
}
.jobs-cards .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0000ff;
}

.header .navbar {
  padding: 0;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.75);
  background-color: #FFDD00;
}
.header .navbar .container {
  align-items: center;
}
.header .navbar .navbar-brand svg {
  color: #000;
}
.header .navbar .navbar-nav .nav-item a {
  color: #000;
}
.header .navbar .navbar-nav .nav-item a svg {
  color: #000;
}

.banner {
  padding-top: 230px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .banner {
    padding-top: 30px;
  }
}
.banner img {
  margin-bottom: 66px;
}
@media (max-width: 991.98px) {
  .banner img {
    margin-bottom: 30px;
  }
}
.banner h1 {
  color: #712bb7;
  font-weight: 900;
  font-size: 3.375rem;
  text-transform: uppercase;
  position: relative;
  font-size: 3.6rem;
}
@media (max-width: 991.98px) {
  .banner h1 {
    font-size: 36px;
  }
}
.banner h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2rem;
  z-index: -1;
  background-color: #e9e9e9;
  height: 2.8rem;
  width: 82%;
}
@media (max-width: 991.98px) {
  .banner h1::after {
    display: none;
  }
}
.banner h2 {
  color: #712bb7;
  font-size: 2.1rem;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
}
@media (max-width: 991.98px) {
  .banner h2 {
    font-size: 24px;
  }
}
.banner p {
  font-size: 19px;
}
@media (max-width: 991.98px) {
  .banner p {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .banner .form-especialist {
    display: none;
  }
}
@media (min-width: 768px) {
  .banner .button-especialist {
    display: none;
  }
}
.banner form {
  background: #ea008a;
  position: relative;
  padding: 20px 20px 24px;
}
.banner form .form-group {
  margin-bottom: 0;
}
.banner form label {
  font-size: 16px;
  color: #fff;
}
.banner form label.custom-label {
  font-size: 12px;
}
.banner form label.custom-label a {
  color: #fff;
}
.banner form::after {
  content: "";
  position: absolute;
  right: -13px;
  bottom: -13px;
  border-bottom: 13px solid #ffdd00;
  border-right: 13px solid #ffdd00;
  height: calc(100% + 10px);
  width: calc(100% + 10px);
  transition: all 0.3s;
  pointer-events: none;
}
.banner form .btn {
  margin-bottom: 22px;
  margin-top: 22px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #002eff;
  background: #fff;
}
.banner form ~ img {
  margin-top: -1.5rem;
  position: relative;
}

.history {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f0f0f0;
}
@media (max-width: 991.98px) {
  .history {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.history h2 {
  font-size: 3.125rem;
  font-weight: 900;
  margin-bottom: 44px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (max-width: 991.98px) {
  .history h2 {
    font-size: 36px;
  }
}
.history h2::after {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  left: 2rem;
  z-index: -1;
  background-color: #fff;
  height: 2.8rem;
  width: 82%;
}
.history p {
  font-size: 1.5rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .history p {
    font-size: 18px;
  }
}
.history .icons {
  padding: 35px 3%;
}
@media (max-width: 991.98px) {
  .history .icons {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.history .icons img {
  display: block;
  margin: auto auto 1rem;
}
.history .icons p {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991.98px) {
  .history .icons p {
    text-align: center;
  }
}
.history .icons .display {
  display: flex;
}
@media (max-width: 991.98px) {
  .history .icons .display {
    justify-content: center;
  }
}
.history .icons .display .number {
  font-size: 5.125rem;
  font-weight: 900;
  color: #712bb7;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .history .icons .display .number {
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  .history .icons .display .text {
    width: 60%;
  }
}
.history .icons .text {
  line-height: 1.2;
  font-size: 2.15rem;
  font-weight: 900;
  color: #712bb7;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .history .icons .text {
    font-size: 24px;
  }
}

.contact {
  padding-top: 65px;
  padding-bottom: 135px;
}
@media (max-width: 991.98px) {
  .contact {
    padding-top: 30px;
    padding-bottom: 45px;
  }
}
.contact .box {
  text-align: center;
  margin-bottom: 2rem;
}
.contact .box img {
  filter: grayscale(1);
  transition: all 0.05s;
}
.contact .box img:hover {
  border: solid 5px #712bb7;
  filter: none;
}

.totaste {
  background-color: #ea008a;
}
.totaste .forimage {
  position: relative;
}
.totaste .forimage img {
  position: absolute;
  top: -2.5rem;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin: 0;
  filter: brightness(0) saturate(100%) invert(12%) sepia(96%) saturate(5988%) hue-rotate(317deg) brightness(94%) contrast(103%);
}
@media (max-width: 991.98px) {
  .totaste .forimage img {
    display: none;
  }
}
.totaste .container:not(.forimage) {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.totaste .container:not(.forimage) img {
  position: absolute;
  top: 1.8rem;
  right: 0;
  bottom: 0;
  margin: auto;
  filter: brightness(0) saturate(100%) invert(87%) sepia(0%) saturate(5554%) hue-rotate(322deg) brightness(117%) contrast(109%);
}
@media (max-width: 991.98px) {
  .totaste .container:not(.forimage) img {
    display: none;
  }
}
.totaste .container:not(.forimage) img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.totaste .container:not(.forimage) p {
  font-size: 28px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .totaste .container:not(.forimage) p {
    font-size: 18px;
  }
}

.icons {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991.98px) {
  .icons {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.icons .icon {
  text-align: center;
}
.icons .icon img {
  display: block;
  margin: auto;
}
.icons .icon span {
  font-size: 4.375rem;
  font-weight: 900;
  color: #ea008a;
}
@media (max-width: 991.98px) {
  .icons .icon span {
    font-size: 50px;
  }
}
.icons .icon h2 {
  font-weight: 700;
  font-size: 1.8rem;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .icons .icon h2 {
    font-size: 24px;
  }
}

.clients {
  background: #000;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 991.98px) {
  .clients {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .clients .row {
    flex-direction: column;
  }
  .clients .row > div {
    margin-bottom: 2rem;
  }
}
.clients h2 {
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .clients h2 {
    font-size: 24px;
  }
}
.clients .second > div {
  padding: 2rem;
}
@media (max-width: 991.98px) {
  .clients .second > div {
    padding: 0;
  }
}

.especialist {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 991.98px) {
  .especialist {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.especialist .btn {
  margin: auto;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .especialist .btn {
    margin-bottom: 40px;
  }
}
.especialist p {
  font-size: 2.3125rem;
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .especialist p {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.especialist .ticons {
  justify-content: space-evenly;
}
.especialist .ticons h2 {
  font-size: 1.875rem;
  color: #ea008a;
  border-bottom: solid 7px #ffdd00;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .especialist .ticons h2 {
    font-size: 24px;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto auto 0.5rem;
  }
}
@media (max-width: 991.98px) {
  .especialist .ticons img {
    margin-bottom: 1.5rem;
  }
}

.deposities {
  background-color: #f0f0f0;
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .deposities {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.deposities h2 {
  font-size: 3.125rem;
  color: #ea008a;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .deposities h2 {
    font-size: 34px;
  }
}
.deposities h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2rem;
  z-index: -1;
  background-color: #fff;
  height: 2.8rem;
  width: 82%;
}
.deposities span {
  font-size: 3.75rem;
  font-weight: 800;
  font-family: "Fixture Expanded";
}
@media (max-width: 991.98px) {
  .deposities span {
    line-height: 1;
  }
}
.deposities h3 {
  font-size: 1.125rem;
  font-weight: 700;
}
.deposities h4 {
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
@media (max-width: 991.98px) {
  .deposities h4 {
    margin-bottom: 2rem;
  }
}

.yellow {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f7e808;
}
.yellow .row {
  align-items: center;
}
.yellow .row p {
  font-size: 1.6875rem;
}
.yellow .row .btn {
  color: #000;
  background: #fff;
}
.yellow .row .btn::after {
  border-bottom-color: #000;
  border-right-color: #000;
}

@media (min-width: 768px) {
  .form {
    display: none;
  }
}
.form form {
  background: #ea008a;
  position: relative;
  padding: 20px 20px 24px;
}
.form form .form-group {
  margin-bottom: 0;
}
.form form label {
  font-size: 16px;
  color: #fff;
}
.form form label.custom-label {
  font-size: 12px;
}
.form form label.custom-label a {
  color: #fff;
}
.form form::after {
  content: "";
  position: absolute;
  right: -13px;
  bottom: -13px;
  border-bottom: 13px solid #ffdd00;
  border-right: 13px solid #ffdd00;
  height: calc(100% + 10px);
  width: calc(100% + 10px);
  transition: all 0.3s;
  pointer-events: none;
}
.form form .btn {
  margin-bottom: 22px;
  margin-top: 22px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #002eff;
  background: #fff;
}
.form form ~ img {
  margin-top: -1.5rem;
  position: relative;
}