/* segmentos Banner */
.segmentos-banner {
  height: 960px;
  width: 100%;
  background-image: url("/assets/images/segmentos-atendimentos/segmentos-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.segmentos-banner h1 {
  font-size: 50px;
  font-weight: 300;
  color: #ffffff;
  line-height: 60px;
  max-width: 785px;
  padding-top: 253px;
  margin-bottom: 50px;
  display: inline-block;
}

.segmentos-banner h1 strong {
  font-weight: 700;
}

.segmentos-banner p {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  max-width: 690px;
  margin-bottom: 50px;
}

/* segmentos Logo */
.segmentos-logo {
  height: 992px;
  padding-top: 67px;
  padding-bottom: 178px;
  background-color: var(--color-primary);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 58% 100%, 45% 842px, 0% 842px);
  overflow: hidden;
}

.segmentos-logo .container {
  display: flex;
  align-items: center;
}

.segmentos-logo-content {
  max-width: 486px;
}

.segmentos-logo h2 {
  font-size: 50px;
  font-weight: 300;
  line-height: 55px;
  color: #ffffff;
}

.segmentos-logo h2 strong {
  font-weight: 700;
}

.segmentos-logo p {
  font-size: 18px;
  line-height: 38px;
  color: #ffffff;
  margin-bottom: 50px;
}

.segmentos-logo .segmentos-logo-content-subtitle {
  font-size: 20px;
  margin-bottom: 40px;
}

.segmentos-logo-images {
  max-width: 742px;
  position: relative;
  transform: translateX(18%);
}

.segmentos-logo-images-sup {
  position: absolute;
  z-index: 1;
  animation: breathe 2.4s ease-in-out infinite;
}

@keyframes breathe {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

.segmentos-cta {
  padding: 35px;
  background-color: #0000001a;
  border: 1px solid #ffffff33;
  border-radius: 12px;
  max-width: 400px;
}

.segmentos-cta h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  color: #ffffff;
  margin-bottom: 18px;
}

/* Segmentos List */
.segmentos-list {
  padding-top: 134px;
  padding-bottom: 151px;
}

.segmentos-headline {
    position: relative;
    margin-bottom: 92px;
}

.segmentos-headline h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 68px;
    color: #000000;
    margin-bottom: 33px;
}

.segmentos-headline p {
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    color: #000000;
}

.segmentos-headline img {
    position: absolute;
    right: 0;
    top: 0;
}

.segmentos-list-item {
    height: 140px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 43px;
    padding-right: 37px;
    border-bottom: 1.5px solid #000000;
}

.segmentos-list-item h3 {
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    color: #000000;
}

.segmentos-list-item p,
.segmentos-list-item img {
    display: none;
}

.segmentos-list-item p {
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    color: #000000;
}

.segmentos-list-item .btn {
    min-width: 298px;
    margin-left: 20px;
}

.segmentos-list-item:hover .segmentos-list-item-content {
    position: relative;
    padding-left: 26px;
}

.segmentos-list-item:hover h3 {
    font-weight: 700;
    margin-bottom: 17px;
}

.segmentos-list-item:hover .segmentos-list-item-content img {
    position: absolute;
    left: 40px;
}

.segmentos-list-item:hover p,
.segmentos-list-item:hover img {
    display: block;
}

.segmentos-list-item:hover .btn {
    color: #ffffff;
    background-color: var(--color-primary);
}

/* Segmentos Contact */
.segmentos-contact {
    padding-top: 298px;
    padding-bottom: 150px;
    background-color: #0F1E37;
    clip-path: polygon(56% 7%, 100% 7%, 100% 100%, 0% 100%, 0% 0%, 44% 0%);
}

.segmentos-tecnologia {
    position: relative;
    text-align: center;
    margin-bottom: 138px;
}

.segmentos-tecnologia img {
    margin: 0 auto 60px auto;
    transform: translateX(-8%);
}

.segmentos-tecnologia h3,
.segmentos-tecnologia h4 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #ffffff;
}

.segmentos-tecnologia h3 {
    position: absolute;
    top: 7%;
    right: 7%;
    text-align: left;
    max-width: 323px;
    z-index: 2;
}

.segmentos-tecnologia p {
    font-size: 20px;
    font-weight: 300;
    line-height: 38px;
    color: #ffffff;
    margin-bottom: 55px;
}

.segmentos-tecnologia p strong {
    font-weight: 700;
}

.segmentos-contact-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.segmentos-contact-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.segmentos-contact-form-content h3 {
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    color: #ffffff;
    margin-bottom: 58px;
    max-width: 650px;
}

.segmentos-contact-form-content h3 strong {
    font-weight: 700;
}

.segmentos-contact-form-content p {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    max-width: 300px;
    position: absolute;
    top: 43px;
    left: 54%;
}

.segmentos-contact-form {
    width: 490px;
    padding: 24px 35px 32px 35px;
    background-color: #FFFFFF66;
    border: 1px solid #FFFFFF66;
    border-radius: 12px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.segmentos-contact-form h3 {
    font-size: 25px;
    font-weight: 300;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 20px;
}

.segmentos-contact-form h3 strong {
    font-weight: 700;
}

.segmentos-contact-form input {
    font-size: 15px;
    font-weight: 300;
    height: 58px;
    width: 100%;
    padding: 12px 16px;
    background-color: #F8F8F8;
    border: 1px solid #E3E3E4;
    border-radius: 4px;
    color: #45484C;
    margin-bottom: 24px;
}

.segmentos-contact-form .btn {
    width: 130px;
    display: block;
    margin-left: auto;
}

@media (max-width: 1024px) {
    .segmentos-logo {
        height: auto;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 58% 100%, 45% 90%, 0% 90%);
    }

    .segmentos-logo .container {
        gap: 90px;
        flex-direction: column;
    }

    .segmentos-logo-images {
        transform: none;
    }

    .segmentos-list-item {
        height: auto;
        min-height: 140px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .segmentos-banner {
        text-align: center;
    }

    .segmentos-banner h1 {
        padding-top: 160px;
    }

    .segmentos-list-item {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }

    .segmentos-list-item-content {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .segmentos-list-item .btn {
        min-width: auto;
        margin-left: 0;
    }

    .segmentos-tecnologia h3 {
        position: inherit;
        top: auto;
        right: auto;
        max-width: none;
        text-align: center;
        margin-bottom: 40px;
    }

    .segmentos-tecnologia img {
        transform: none;
    }

    .segmentos-logo-content {
        max-width: none;
        text-align: center;
    }

    .segmentos-cta {
        margin: 0 auto;
    }

    .segmentos-contact-bottom {
        flex-direction: column;
        gap: 50px;
    }
}

@media (max-width: 500px) {
    .segmentos-banner h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .segmentos-logo {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 65% 100%, 36% 90%, 0% 90%);
    }

    .segmentos-contact-form-content p {
        position: initial;
        max-width: none;
        margin-bottom: 40px;
    }

    .segmentos-contact-form {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .segmentos-banner h1 {
        padding-top: 100px;
    }
}