.home-banner-sub-container {
  width: 100%;
  min-height: 180px;
  background-color: #f60;
}

.home-banner-sub-container .header-info-container {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-banner-sub-container .header-info-container .header-info-box {
  width: auto;
  height: 150px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.home-banner-sub-container .header-info-container .header-info-box>img {
  height: 90px;
}

.home-banner-sub-container .header-info-container .header-info-box>div {
  text-align: center;
}

.home-banner-sub-container .header-info-container .header-info-box>div>h4 {
  font-size: 35px;
  margin: 0;
  color: #fff;
  font-style: italic;
  font-weight: 800;
}

.home-banner-sub-container .header-info-container .header-info-box>div>p {
  font-size: 12px;
  color: #fff;
  font-style: italic;
  font-weight: 400;
}

.margin-bottom-default-lg-extra {
  margin-bottom: 100px;
}

.margin-bottom-default-lg {
  margin-bottom: 50px;
}

.margin-bottom-default-md {
  margin-bottom: 30px;
}

.margin-bottom-default-sm {
  margin-bottom: 20px;
}

.margin-bottom-default-xs {
  margin-bottom: 10px;
}

.home-container-transp {
  position: relative;
  width: 100%;
  height: auto;
}

.home-container-transp .home-container-transp-left {
  width: 100%;
  height: auto;
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.home-container-transp .home-container-transp-left>h4 {
  font-size: 40px;
  font-style: italic;
  font-weight: 800;
  color: #123b9f;
  line-height: 1.2;
  margin: 0;
}

.home-container-transp .home-container-transp-left>p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #555555;
  line-height: 2;
  margin: 0;
}

.home-container-transp .home-container-transp-right {
  width: 100%;
  min-height: 250px;
}

.home-container-transp .home-container-transp-right .home-container-transp-right-box {
  width: 100%;
  height: 100px;
  /*border: 1px solid #000;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-container-transp .home-container-transp-right .home-container-transp-right-box>img {
  width: 80%;
}

.box-container-simple-white {
  width: 100%;
  min-height: 200px;
  background-color: transparent;
}

.box-container-simple-white .box-container-simple-white-title {
  text-align: center;
}

.box-container-simple-white .box-container-simple-white-title>h4 {
  font-size: 32px;
  font-style: italic;
  font-weight: 600;
  color: #123b9f;
  line-height: 1.4;
  margin: 0;
}

.box-container-simple-white .box-container-simple-white-title>p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #777777;
  line-height: 1.4;
  margin: 0;
}

.box-container-simple-white-custom>img {
  max-width: 300px;
}

.box-container-atributo {
  width: 100%;
  min-height: 300px;
  background-color: #e2e2e2;
}

.box-container-simple-white-partner {
  text-align: center;
}

.box-container-simple-white-partner.flex-direction-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box-container-simple-white-partner>h4 {
  font-size: 32px;
  font-style: italic;
  font-weight: 600;
  color: #123b9f;
  line-height: 1.4;
  margin: 0;
}

.box-container-simple-white-partner>p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #777777;
  line-height: 1.4;
  margin: 0;
}


.box-content-partnerv2 {
  position: relative;
  width: 100%;
  min-height: 300px;
  padding: 0 50px;
}

.box-content-partnerv2 .box-content-partnerv2-square {
  width: 100%;
  height: 300px;
  box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 15px;
  margin-bottom: 50px;
}

.box-content-partnerv2 .box-content-partnerv2-square .box-content-partnerv2-square-image {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.box-content-partnerv2 .box-content-partnerv2-square .box-content-partnerv2-square-image>img {
  height: 90px;
}

.box-content-partnerv2 .box-content-partnerv2-square .box-content-partnerv2-square-title {
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

.box-content-partnerv2 .box-content-partnerv2-square .box-content-partnerv2-square-title>h4 {
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  color: #123b9f;
}

.box-content-partnerv2 .box-content-partnerv2-square .box-content-partnerv2-square-description {
  width: 100%;
  min-height: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.box-content-partnerv2 .box-content-partnerv2-square .box-content-partnerv2-square-description>p {
  font-size: 13px;
  text-align: center;
  font-style: italic;
  font-weight: 500;
  line-height: 1.6;
}

.btn-contract-now {
  width: 200px;
  height: 55px;
  background-color: #ff6600;
  transition: 0.5s all;
  transform: scale(1);
  border: 1px solid #ce5200;
  border-radius: 4px;
}

.btn-contract-now>a {
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-style: italic;
  font-weight: 800;
  transition: 0.5s all;
}

.btn-contract-now:hover {
  background-color: #fff;
  text-decoration: none;
  transform: scale(1.2);
}

.btn-contract-now:hover>a {
  color: #ff6600;
}

.arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-left: 4px solid #333;
  border-bottom: 4px solid #333;
  transform: rotate(45deg);
  animation: bounce 2s infinite;
  margin-bottom: 20px;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: rotate(45deg) translateY(0);
  }

  40% {
    transform: rotate(45deg) translateY(-15px);
  }

  60% {
    transform: rotate(45deg) translateY(-7px);
  }
}