.slide {
  & .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 25px;
    padding: 10px;
    & button {
      outline: 0;
      border: 0;
      &:focus {
        outline: 0;
        border: 0;
      }
    }
  }
  & img{
    width: 100%;
    height: auto;
    display: block;
  }
  .swiper-pagination-bullet {
    background: #fff;
    height: 15px;
    width: 15px;
    box-shadow: -2px 1px 6px 1px #00000059;
    opacity: 1;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    background: var(--color-primary);
  }
}

.solucoes {
  padding: 80px 10%;

  & h2 {
    color: var(--link-color);
    text-align: center;
    font-family: 'Prototype';
    font-size: 3rem;
    line-height: 1.2;
    margin: 0 auto 0px;

    & .high {
      color: var(--color-primary);
    }
  }

  & p.intro {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.4;
    color: var(--link-color);
    width: 700px;
    max-width: 100%;
    margin: 10px auto 50px;
  }

  & ul {
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;

    & li {
      width: calc(33.333% - 20px);
      padding: 30px;
      margin: 0;
      background: var(--bg-color-secundary);
      border-radius: 15px;
      display: flex;
      align-items: center;
      border: solid 1px var(--bg-color-secundary);

      & .solucao {
        display: flex;
        gap: 10px;
        justify-content: center;
        min-height: 100px;

        & .icone {
          width: 100px;
          max-height: 100px;
          margin: 10px 0;

          & img {
            max-width: 60px;
            max-height: 70px;
            margin: 0 auto;
            display: block;
          }
        }

        & .textos {
          width: calc(100% - 100px);

          & h4 {
            font-weight: 700;
            margin: 0;
            font-size: 1.5rem;
            line-height: 1.2;
          }

          & p {
            font-size: 1.1rem;
            line-height: 1.25;
            margin: 0;
            height: 4.1rem;
            color: var(--link-color);
          }

          & button {
            background: transparent;
            border: solid 1px var(--color-primary);
            padding: 3px 15px;
            text-transform: uppercase;
            border-radius: 10px;
            margin-top: 10px;
            font-size: .8rem;
            color: var(--link-color);
          }
        }

        &:hover {
          & .textos {
            & button {
              background: var(--color-primary);
              color: #fff;
            }
          }
        }
      }

      &:hover {
        border-color: var(--color-primary);
      }
    }
  }

  & h3 {
    color: var(--link-color);
    text-align: center;
    font-family: 'Prototype';
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 80px auto 0px;
  }

  & p.sub {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.5;
    color: var(--link-color);
    width: 1000px;
    max-width: 100%;
    margin: 0px auto 20px;
  }

  & .selos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex: row;

    & img {
      max-width: 150px;
      max-height: 80px;
      display: block;
      margin: 0;
    }
  }
}

.sobre {
  padding: 60px 10%;
  background: var(--bg-medium);

  & svg {
    max-width: 90%;
  }

  & h2 {
    color: var(--link-color);
    font-family: 'Prototype';
    font-size: 3.5rem;
    line-height: 1.2;
    margin: 0 auto 0px;

    & .high {
      color: var(--color-primary);
    }
  }

  & p {
    font-size: 1.2rem;
    line-height: 1.5;
    color: var(--link-color);
    margin: 10px 0;
  }

  & button {
    background: transparent;
    border: solid 1px var(--color-primary);
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: 500;
    margin-top: 10px;
    font-size: 1rem;
    color: var(--link-color);

    & i {
      color: var(--color-primary);
      transition: .3s;
    }

    &:hover {
      background: var(--color-primary);
      color: #fff;

      & i {
        color: #fff;
        margin-left: 15px;
      }
    }
  }
}

.blog-updates {
  padding: 80px 5%;

  & h2 {
    color: var(--link-color);
    text-align: left;
    font-family: 'Prototype';
    font-size: 3rem;
    line-height: 1.2;
    margin: 0 auto 60px;

    & .high {
      color: var(--color-primary);
    }
  }

  & .posthome {
    color: var(--link-color);
    transition: .3s;

    & .thumb {
      position: relative;

      & img {
        width: 100%;
        height: auto;
        border-radius: 10px;
      }

      & .categoria {
        position: absolute;
        top: 15px;
        right: 15px;
        background: var(--color-primary);
        padding: 5px 15px;
        font-size: .7rem;
        border-radius: 8px;
        color: white;
        text-transform: uppercase;
        font-weight: 600;
      }

    }

    & .data {
      margin: 10px 0 5px;
      padding: 0 5px;
    }

    & h4 {
      margin: 0;
      font-size: 1.3rem;
      line-height: 1.2;
      font-weight: 700;
      padding: 0 5px;
    }

    &:hover {
      & h4 {
        color: var(--color-primary);
      }
    }
  }
}

.atalhos {
  padding: 80px 15%;
  background: var(--bg-medium);

  & ul {
    display: flex;
    gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;

    & li {
      width: calc(33.33% - 30px);
      margin: 0;
      background: var(--bg-color-secundary);
      border-radius: 15px;
      display: flex;
      align-items: center;
      border: solid 1px var(--bg-color-secundary);

      & .atalho {
        display: flex;
        padding: 30px;
        gap: 10px;
        justify-content: center;
        align-items: center;

        & .icone {
          width: 60px;
          margin: 10px 0;

          & svg {
            max-width: 50px;
            max-height: 60px;
            margin: 0 auto;
            display: block;
          }
        }

        & h4 {
          font-weight: 600;
          margin: 0;
          font-size: 1.2rem;
          line-height: 1.2;
        }
      }

      &:hover {
        border-color: var(--color-primary);
      }
    }
  }
}

.contatos {
  padding: 80px 10%;

  & h2 {
    color: var(--link-color);
    font-family: 'Prototype';
    font-size: 3rem;
    line-height: 1.2;
    margin: 0 auto;

    & .high {
      color: var(--color-primary);
    }
  }

  & p {
    font-size: 1.2rem;
    line-height: 1.5;
    color: var(--link-color);
    margin: 10px 0;
    width: 80%;
  }

  & .bricks-form__label {
    color: var(--text-color) !important;
  }

  & input:focus-visible {
    outline: 0 !important;
    border: solid 1px var(--color-primary) !important;
  }

  & .select2-choice {
    border-radius: 10px !important;
    border-left: solid 1px !important;
    border-top: solid 1px !important;
    border-bottom: solid 1px !important;
    border-color: #c8c8c8 !important;
  }

  & .bricks-form__fieldset {
    margin: 0 !important;
  }
}

@media screen and (max-width: 1600px){
 .solucoes {
    padding: 60px 30px;
    & h2{
      font-size: 2.5rem;
    }
    & p.intro {
      font-size: 1.3rem;
      line-height: 1.3;
      margin: 5px auto 30px;
    }
    & ul{
        & li {
            padding: 25px;
            & .solucao {
                & .icone {
                    width: 80px;
                    & img {
                        max-width: 55px;
                    }
                }
                & .textos {
                    width: calc(100% - 80px);
                    & p {
                        font-size: 1rem;
                        height: 4rem;
                    }
                }
            }
        }
    }
    & h3{
        margin: 50px auto 0px;      
    }
  }
  .sobre {
    padding: 60px 30px;
    & h2{
      font-size: 2.5rem;
    }
    & p{
      font-size: 1.1rem;
    }
    & svg {
        max-width: 90%;
    }    
  }
  .blog-updates {
    padding: 60px 30px;
    & h2{
      font-size: 2.5rem;
      margin: 0 auto 50px;      
    }
    & .posthome {
        & h4 {
            font-size: 1.2rem;
        }
    }
  }
  .atalhos {
    padding: 70px 10%;
  }
  .contatos {
    padding: 60px;
    & h2{
      font-size: 2.5rem;
    }
  }    
}

@media (max-width: 1024px) {
  .solucoes {
    padding: 60px 30px;
    & h2{
      margin-bottom: 0px;
      font-size: 2.2rem;
    }
    & p.intro{
      font-size: 1.2rem;
    }
    & ul {
        & li {
            width: calc(50% - 20px);
        }
      }
  }
  .sobre{
    padding: 40px 30px;
    & h2{
      margin-bottom: 10px;
      font-size: 2rem;
    }
    & svg {
      max-width: 300px;
      margin-top: 30px;
    }
  }
  .blog-updates{
    padding: 40px 30px;
    & h2{
      margin-bottom: 20px;
      font-size: 2rem;
    }
    & .swiper {
      & .swiper-wrapper{
        padding-bottom: 70px;
      }
      & .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0px;
        padding: 0px;
        & button {
          outline: 0;
          border: 0;
          &:focus {
            outline: 0;
            border: 0;
          }
        }
      }
      & .swiper-pagination-bullet {
        background: var(--link-color);
        height: 15px;
        width: 15px;
        box-shadow: -2px 1px 6px 1px #00000059;
        opacity: 1;
      }
      & .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        background: var(--color-primary);
      }
    }
  }
  .atalhos {
      padding: 50px;
      & ul {
        & li {
            width: calc(50% - 30px);
            & .atalho{
              padding: 25px;
            }
        }
      }
  }
  .contatos {
    padding: 50px;
    & h2{
      font-size: 2.2rem;
    }
    & p{
      width: 100%;
    }
    & .formulario{
      margin: 20px -5px 0;
    }
  }
}

@media screen and (max-width: 480px) {
  .slide {
      & .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
          bottom: 5px;
          padding: 10px;
      }
  }
  .solucoes {
    padding: 30px;
    & h2 {
      margin-botom: 0px;
      font-size: 1.8rem;
      text-align: left;
    }
    & p.intro{
      font-size: 1.1rem;
      text-align: left;
      margin: 5px 0 15px;
    }
    & ul {
      gap: 15px;
      & li {
        width: 100%;
        padding: 20px;
          & .solucao {
              & .icone {
                  width: 50px;
                  & img{
                    width: 45px;
                  }
              }
              & .textos {
                & p {
                  height: auto;
                }
                & h4 {
                  font-size: 1.3rem;
                }
                & button{
                  font-size: .7rem;
                }
              }
          }
      }
    }
    & h3 {
        margin: 30px auto 0px;
        font-size: 1.3rem;
    }
    & p.sub {
      font-size: 1rem;
    }
  }
  .atalhos {
        & ul {
            & li {
                width: 100%;
            }
        }
  }
  .sobre{
    & svg {
    max-width: 100%;
    }

  }
  .blog-updates {
    & h2 {
        font-size: 1.8rem;
    }
    & .swiper {
        & .swiper-wrapper {
            padding-bottom: 40px;
        }
    }
  }
  .atalhos {
    padding: 40px;
    & ul {
      gap: 15px;
      & li {
          & .atalho {
              padding: 20px 20px;
              & h4{
                font-size: 1.2rem;
              }
              & .icone {
                  width: 50px;
                  margin: 0;
                  & svg {
                    max-width: 40px;
                    max-height: 55px;
                  }
              }
          }
      }
    }
  }
  .contatos {
    padding: 40px 30px;
    & h2 {
        font-size: 1.7rem;
    }
    & p {
      font-size: 1.1rem;
      line-height: 1.4;
      margin: 5px 0;
    }
  }
}