/* base css - index */

@media only screen and (max-width: 1000px) {
    .section-title {
        font-size: 32px;
        line-height: 38px;
    }
}

/* Main Hero */

.hero-main-content {
    height: 500px;
}

/* Main Hero Swiper */

.swiper.swiperHero {
    height: 100%;
}

.hero-bg-1{
    background:url(../images/index-img/main-hero-background-valvula.webp);
    background-repeat: no-repeat;
    background-position: initial;
    background-size: cover;
}

.hero-bg-2{
    background:url(../images/index-img/main-hero-background-atuadores.webp);
    background-repeat: no-repeat;
    background-position: initial;
    background-size: cover;
}

.hero-bg-3{
    background:url(../images/index-img/main-hero-background-petrobras.webp);
    background-repeat: no-repeat;
    background-position: initial;
    background-size: cover;
}

.hero-container {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
}

.swiper-hero-prev,
.swiper-hero-next {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 48px);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.04),
    0px 8px 32px 0px rgba(0, 0, 0, 0.08);
  z-index: 999;
  opacity: 1;
  background-color: #00AEE3;
}

.swiper-hero-prev {
  left: 5%;
}

.swiper-hero-next {
  right: 5%;
}

.hero-btn{
  height: fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.64px;
  color: #000;
  transition: .3s ease-in-out;
}

.hero-btn path{
    transition: .3s ease-in-out;
}

.hero-btn:hover{
  background-color: var(--BlueNormal);
  color: #fff;
}

.hero-btn:hover path{
    stroke: #fff;
}

.main-hero-img-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Main Hero Swiper */

.main-hero-content {
    display: flex;
    height: -webkit-fill-available;
    justify-content: center;
}

.main-hero-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    gap: 40px;
    max-width: 575px;
}

.main-hero-top-text {
    color: #003F6E;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.main-hero-title {
    color: #FEFEFE;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.92px;
    box-shadow: inset 6px 0 0 #FEFEFE;
    padding-left: 32px;
}

.main-hero-title-1 {
    color: #00AEE3;
}

.main-hero-topic {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.72px;
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 16px;
    align-items: center;
}

.main-hero-topics {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hero-card-container {
    background-color: #F7F7F7;
    padding: 32px 0;
}

.hero-card-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
}

.hero-card-top-link {
    background-color: #fff;
    padding: 24px;
    border-radius: 10px;
}

.hero-card {
    max-width: 405px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.hero-card-title,.produtos-card-title {
    color: #042C66;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.8px;
}

.hero-card-paragraph {
    color: #7A7A7A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.hero-card-text-content {
    max-width: 175px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: inherit;
    justify-content: space-evenly;
}

.hero-card-link, .produtos-card-link {
    color: #00AEE3;
    font-size: 14px;
    font-weight: 325;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content:space-between;
    gap: 8px;
    width: fit-content;
}

@media only screen and (max-width: 1200px) {

    .hero-card-content {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 1050px) {

    .hero-main-content {
        height:auto;
    }

    .hero-bg-1 .main-hero-content,
    .hero-bg-3 .main-hero-content{
        flex-direction: column;
        gap: 24px;
        align-items: center;
        padding: 32px 0;
    }

    .hero-bg-2 .main-hero-content{
        flex-direction: column-reverse;
        gap: 24px;
        align-items: center;
        padding: 32px 0;
    }

    .main-hero-img-container img{
        max-height:300px;
        width:auto;
    }
    
    .swiper-hero-prev {
      left: 2%;
      top: 60%;
    }
    
    .swiper-hero-next {
      right: 2%;
      top: 60%;
    }
}
@media only screen and (max-width: 1000px) {
    .main-hero-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 700px) {
    .hero-container {
        width:90%;
    }
    
    .main-hero-title {
        padding-left:16px;
    }

    .main-hero-topic {
        gap:8px;
    }
    .hero-card-top-link {
        padding: 16px;
        max-width: 400px;
        margin: auto;
        width: -webkit-fill-available;
    }
}

@media only screen and (max-width: 600px) {
    .hero-card-content {
        grid-template-columns: 1fr;
    }
    .hero-btn{
        padding: 16px;
        margin: auto;
    }
}
@media only screen and (max-width: 400px) {
    
    .swiper-hero-prev,
    .swiper-hero-next {
        display:none;
    }
}

/* sobre nos */

.sobre-nos-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.sobre-nos-text-content {
    max-width: 625px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.focus-paragraph {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 143%; /* 28.6px */
    letter-spacing: -0.8px;
    margin-bottom: 24px;
}

.section-paragraph {
    color: #7A7A7A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 143%;
    letter-spacing: -0.64px;
}

.sobre-nos-card{
    height: 70vh;
    max-height: 618px;
    max-width: 515px;
    border-radius: 10px;
    background-image:url(../images/index-img/sobre-nos-card.webp);
    background-repeat: no-repeat;
    background-position: initial;
    background-size: cover;
    margin-left: auto;
}

.sobre-nos-card-container {
    height: -webkit-fill-available;
    margin: 48px 32px;
    display: flex;
    align-items: self-end;
}

.sobre-nos-card-content {
    border-radius: 20px;
    border: 4px solid var(--Foundation-Blue-Normal, #00AEE3);
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(5px);
    padding: 40px;
}

.sobre-nos-card-paragraph {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
}



@media only screen and (max-width: 1200px) {
    .sobre-nos-card-content {
        padding: 24px;
    }
}

@media only screen and (max-width: 850px) {
    .sobre-nos-card{
        height: 60vh;
        min-height: 300px;
        margin: auto;
    }
    .sobre-nos-content {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .sobre-nos-card-container {
        margin: 32px 24px;
    }
}

@media only screen and (max-width: 850px) {
    .sobre-nos-card{
        height: 60vh;
        min-height: 300px;
        margin: auto;
    }

    .sobre-nos-card-content {
        padding: 16px;
    }

    .sobre-nos-card-container {
        margin: 24px 16px;
    }
}

/* Produtos */

.produtos-title-container {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 100px;
}

.produtos-title-container .section-container{
    max-width: 460px;
    width: 48%;
    height: fit-content;
}

.produtos-title-container-paragraph {
    max-width: 520px;
    width: 48%;
    display: flex;
    align-items: center;
}

.produtos-card-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
}

.produtos-card-content a{
    background-color: #fff;
    padding: 24px;
    border-radius: 10px;
}

.produtos-card {
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.produtos-card-text-content {
    max-width: 160px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

@media only screen and (max-width: 1300px) {
    .produtos-card-content {
        column-gap:24px;
    }
}

@media only screen and (max-width: 1200px) {
    .produtos-card-content {
        column-gap:32px;
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 900px) {
    .produtos-card-content {
        gap:24px;
    }

    .produtos-card-content a {
        padding: 16px;
    }
    
}

@media only screen and (max-width: 800px) {
    .produtos-title-container {
        flex-direction:column;
        margin-bottom: 60px;
    }

    .produtos-title-container .section-container{
        max-width: none;
        width: auto;
    }
    
    .produtos-title-container-paragraph {
        max-width: none;
        width: auto;
    }
}


@media only screen and (max-width: 660px) {
    .produtos-card-content {
        grid-template-columns: 1fr;
        align-content:center;
        justify-content: center;
    }

     .produtos-card-content a {
        max-width: 400px;
        margin: auto;
        width: -webkit-fill-available;
    }
}

@media only screen and (max-width: 400px) {
    .produtos-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    justify-content: space-around;
    }
    
    .produtos-card img{
        margin:auto;
    }
}
/* geral */

