@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
}

:root {
    --bg-color: #081b29;
    --second-bg-color: #112e42;
    --text-color: #ededed;
    --main-color: #00abf0;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    background: var(--bg-color);
    color: var(--text-color);
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem 9%;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    transition: .3s;
}

.header.sticky {
    background: var(--bg-color);
}

.logo img{
    width: 150px;
}

.navbar a {
    font-size: 1.7rem;
    color: var(--text-color);
    font-weight: 500;
    margin-left: 3.5rem;
    transition: .3s;
    display: inline-flex;
    margin-bottom: 8.5rem;
}

.navbar a:hover,
.navbar a.active {
    color: var(--main-color);
}

#menu-icon {
    font-size: 3.6rem;
    color: var(--text-color);
    cursor: pointer;
    display: none;
}

section {
    min-height: 100vh;
    padding: 10rem 9% 2rem;
}

.home {
    display: flex;
    align-items: center;
    padding: 0 9%;
    background: url('../imagens/img-fundo.png') no-repeat;
    background-size: 45%;
    background-position: right;
}

.home-content {
    max-width: 60rem;
    z-index: 99;
}

.home-content h1 {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.3;
}

.home-content h1 span {
    color: var(--text-color);
}

.home-content .text-animate {
    position: relative;
    width: 32.8rem;
}

.home-content .text-animate h3 {
    font-size: 3.2rem;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: .7px var(--main-color);
}

.home-content p {
    font-size: 1.6rem;
    margin: 2rem 0 4rem;
}

.btn-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 45rem;
    height: 5rem;
}

.btn-box .btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20rem;
    height: 100%;
    background: var(--main-color);
    border: .2rem solid var(--main-color);
    border-radius: .8rem;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: .1rem;
    color: var(--bg-color);
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}

.btn-box .btn:hover {
    color: var(--main-color);
}

.btn-box .btn:nth-child(1) {
    background: transparent;
    color: var(--main-color);
}

.btn-box .btn:nth-child(1):hover {
    color: var(--bg-color);
}

.btn-box .btn:nth-child(1)::before {
    background: var(--main-color);
}

.btn-box .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--bg-color);
    z-index: -1;
    transition: .5s;
}

.btn-box .btn:hover::before {
    width: 100%;
}

.home-imgHover {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    background: transparent;
    transition: 3s;
}

.home-imgHover:hover {
    background: var(--bg-color);
    opacity: .8;
}

.sobre {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background: var(--bg-color-bg-color);
    padding-bottom: 6rem;
}

.heading {
    font-size: 5rem;
    text-align: center;
    margin-bottom: 3rem;

}

span {
    color: var(--main-color);
}

.sobre-container {
    display: flex;
}

.sobre-img {
    position: relative;
    width: 48rem;
    display: flex;
    align-items: left;
    justify-content: left;
    flex-direction: column;
}


.sobre-content {
    display: relative;
    position: flex;
    align-items: right;
    justify-content: right;
    flex-direction: column;
    padding-left: 10rem;
}

.sobre-text {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.sobre-content h3 {
    font-size: 3rem;
}

.sobre-content h2 {
    font-size: 2rem;
}

.video-content {
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%;
}

.video iframe {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}

.video h1 {
    font-size: 2rem;
}

.curriculo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: auto;
    background: var(--bg-color);
    padding-bottom: 6rem;
}

.curriculo .curriculo-row {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;

}

.curriculo .btn-box {
    justify-content: center;
    align-items: center;
    margin-left: 40rem;
}

.curriculo-row .curriculo-column {
    flex: 1 1 40rem;
}

.curriculo-column .title {
    font-size: 2.5rem;
    margin: 0 0 1.5rem 2rem;
}

.curriculo-column .curriculo-box {
    border-left: .2rem solid var(--main-color);
}

.curriculo-box .curriculo-content {
    position: relative;
    padding-left: 2rem;
}

.curriculo-box .curriculo-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1.1rem;
    width: 2rem;
    height: 2rem;
    background: var(--main-color);
    border-radius: 50%;
}

.curriculo-content .content {
    position: relative;
    padding: 1.5rem;
    border: .2rem solid var(--main-color);
    border-radius: .6rem;
    margin-bottom: 2rem;
    z-index: 1;
    overflow: hidden;
}

.curriculo-content .content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--second-bg-color);
    z-index: -1;
    transition: .5s;
}

.curriculo-content .content:hover::before {
    width: 100%;
}

.curriculo-content .content .year {
    font-size: 1.5rem;
    color: var(--main-color);
    padding-bottom: .5rem;
}

.curriculo-content .content .year i {
    padding-right: .5rem;
}

.curriculo-content .content h3 {
    font-size: 2rem;
}

.curriculo-content .content p {
    font-size: 1.4rem;
    padding-top: .5rem;
}

.serviços {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: auto;
    background: var(--bg-color);
    padding-bottom: 7rem;
}

.serviços .btn-box {
    justify-content: center;
    align-items: center;
    margin-left: 5rem;
}

.serviços-container {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 5rem;
    flex-wrap: wrap;
}

.i-card i {
    text-align: center;
    font-size: 80px;
    display: inline-block;
    color: var(--main-color);
}

.i-card ion-icon {
    text-align: center;
    font-size: 80px;
    display: inline-block;
    color: var(--main-color);
}

.box-card-item {
    border: 1px solid white;
    background: none;
    width: 350px;
    height: 400px;
    padding: 30px;
}

.i-card {
    margin-bottom: 0, 8rem;
}

.texto-box h3 {
    font-size: 23px;
    margin-bottom: 0, 8rem;
}

.texto-box p {
    font-size: 13px;
}

.texto-box li {
    font-size: 13px;
}

    .faq-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .faq-item {
      border-bottom: 1px solid #282727;
      padding: 15px 0;
    }

    .faq-question {
      cursor: pointer;
      background: none;
      border: none;
      font-size: 1.7em;
      font-weight: bold;
      color: var(--main-color);
      width: 100%;
      text-align: left;
      position: relative;
      padding-right: 30px;
    }

    .faq-question::after {
      content: '+';
      position: absolute;
      right: 0;
      top: 0;
      font-size: 1.3em;
      color: #00529b;
      transition: transform 0.3s ease;
    }

    .faq-question.active::after {
      content: '–';
      transform: rotate(180deg);
    }

    .faq-answer {
      display: none;
      padding-top: 10px;
      color: var(--text-color);
      font-size: 1.3rem;
    }

    .faq-answer a {
        color: var(--main-color);
        border-radius: 2;
    }

    .faq-answer.active {
      display: block;
    }

.contatos {
    background: var(--bg-color);
}

.contatos-info {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.contatos-info .left-side {
    width: 90%;
    padding: 30px;
    background-color: #00abf0;
    border-radius: 14px;
    margin-right: 50px;
    height: fit-content;
    margin-bottom: 30px;
}

.contatos-info .left-side div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contatos-info .left-side div i {
    font-size: 24px;
    margin-right: 20px;
    color: white;
}

.contatos-info .left-side p {
    font-size: 17px;
    color: white;
}

.info-left {
    display: inline-block;
    width: 50%;
}

.contatos-info .right-side {
    width: 50%;
}

.contatos-info .right-side input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: 47px;
    padding: 15px;
    border-radius: 9px;
    transition: 0.3s;
    border: 1px solid white;
    color: white;
    font-weight: lighter;
    background: none;
}

.contatos-info .right-side input:focus,
.contatos-info .right-side textarea:focus {
    border-color: var(--main-color);
}

.contatos-info .right-side textarea{
    border: 1px solid white;
    color: white;
    border-radius: 9px;
    margin-bottom: 10px;
    padding: 15px;
    width: 100%;
    transition: 0.3s;
    resize: none;
    background: none;
}

.footer {
    align-items: center;
    padding: 30px 0 20px;
}

.footer p {
    font-size: 15px;
    text-align: center;
}

button:disabled {
    cursor: not-allowed;
    background: #555b69;
}
  
.success,
.error {
    text-align: center;
}
  
.success {
    color: greenyellow;
}
  
.error {
    color: tomato;
}

@media (max-width: 1200px) {
    html {
        font-size: 55%;
    }
}

@media (max-width: 991px) {
    .header {
        padding: 2rem 12%;
    }

    section {
        padding: 10rem 4% 2rem;
    }

    .home {
        padding: 0 4%;
    }

    .footer {
        padding: 2rem 4%;
    }
}

@media (max-width: 768px) {
    .header {
        background: var(--bg-color);
    }

    #menu-icon {
        display: block;
    }

    .navbar {
        position: absolute;
        top: 100%;
        left: -100%;
        width: 100%;
        padding: 1rem 4%;
        background: var(--main-color);
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .2);
        z-index: 1;
        transition: .25s ease;
        transition-delay: .25s;
    }

    .navbar.active {
        left: 0;
        transition-delay: 0s;
    }

    .navbar .active-nav {
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: var(--bg-color);
        border-top: .1rem solid rgba(0, 0, 0, .2);
        z-index: -1;
        transition: .25s ease;
        transition-delay: 0s;
    }

    .navbar.active .active-nav {
        left: 0;
        transition-delay: .25s;
    }

    .navbar a {
        display: block;
        font-size: 2rem;
        margin: 3rem 0;
        transform: translateX(-20rem);
        transition: .25s ease;
        transition-delay: 0s;
    }

    .navbar.active a {
        transform: translateX(0);
        transition-delay: .25s;
    }

    .home-imgHover {
        pointer-events: none;
        background: var(--bg-color);
        opacity: .6;
    }

    .sobre-container {
        gap: 3rem;
    }
}

@media (max-width: 668px) {
    .sobre-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sobre-img {
        display: flex;
        width: 48rem;
    }

    .contatos-container {
        display: inline-table;
        align-items: center;
    }

    .contatos-info {
        display: inline-table;
        align-items: center;  
    }

    .info-left {
        display: inline-table;
    }

    .wpp-button{
        margin-bottom: 5rem;

    }
    .contatos-info .right-side {
        display: inline;
    }

}

@media (max-width: 520px) {
    html {
        font-size: 50%;
    }

    .home-content h1 {
        display: flex;
        flex-direction: column;
    }

    .home-sci {
        width: 160px;
    }

    .home-sci a {
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 460px) {

    html {
        font-size: 45%;
    }

    .home {
    display: flex;
    padding: 15rem 5% 0;
    background: none;
    flex-direction: column;
    align-items: center;
    }

    .home-content {
        z-index: 99;
        padding: 0 0 3rem;
        background: url('../imagens/img-fundo.png') no-repeat;
        background-position-y: 35rem;
        background-position-x: center;
        background-size: 30rem;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .text-animate {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        align-items: center;
        justify-content: center;
        padding-top: 20rem;
    }

    .home-content p {
        font-size: 1.6rem;
        margin: 2rem 0 4rem;
    }

    .home-content h1 {
        font-size: 5rem;
        text-align: center;
        padding: 0 0 10rem;
        max-width: 100%;
    }

    .home-imgHover {
        display: none;
    }

    .btn-box {
    display: flex;
    justify-content: center;
    max-width: 100%;
    }

    .btn-box .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    }

    section {
    min-height: 0;
    margin: 0;
    }

    .sobre {
    display: flex;
    padding: 0 5% 0;
    align-items: center;
    }

    .sobre .heading {
        text-align: center;
    }
    

    .sobre-container {
        max-width: 37rem;
        z-index: 99;
        padding: 0 0 10rem;
    }

    .sobre-img {
    width: 40rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    }


    .sobre-content {
        max-width: 37rem;
        z-index: 99;
        padding: 0 0 3rem;
    }

    .sobre-text {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    text-align: center;
    }

    .sobre-content h3 {
    font-size: 3rem;
    }

    .sobre-content h2 {
    font-size: 2rem;
    }

    .video {
        display: flex;
        flex-direction: column;
        margin: 0;
    }

    .video .heading {
        align-items: center;
        justify-content: center;
    }

    .curriculo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    }

    .curriculo .btn-box {
    display: flex;
    margin: 0;
    }

    .curriculo-row .curriculo-column {
        text-align: center;
    }

    .curriculo-column .title {
    font-size: 4rem;
    }

    .curriculo-box .curriculo-content::before {
        display: none;
    }

    .curriculo-content .content::before {
        display: none;
    }

    .curriculo-content .content:hover::before {
    display: none;
    }

    .curriculo-content .content .year {
        display: none;
    }

    .curriculo-content .content .year i {
    display: none;
    }


    .serviços {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    }

    .serviços .btn-box {
    display: flex;
    margin: 0;
    }

    .box-card-item {
    border: 1px solid white;
    background: none;
    width: 100%;
    max-width: 350px;
    height: 690px;
    padding: 30px;
    display: flex;
    flex-direction: column; /* se quiser o ícone em cima do texto */
    align-items: center;
    justify-content: center;
    padding: 2rem;
    }

    .i-card {
        margin-bottom: 1rem;
    }

    .texto-box h3 {
    font-size: 23px;
    margin-bottom: 0, 8rem;
    }

    .texto-box p {
    font-size: 13px;
    }

    .texto-box li {
    font-size: 13px;
    }

    .faq {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    }

    .faq-question {
      font-size: 3rem;
      font-weight: bold;
      color: var(--main-color);
      width: 100%;
      text-align: left;
      position: relative;
      padding-right: 30px;
    }

    .faq-answer {
      display: none;
      padding-top: 10px;
      color: var(--text-color);
      font-size: 1.8rem;
    }

    .contatos {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


    .info-left {
        display: flex;
        flex-direction: column;
        width: 100%;
        
    }

    .contatos-info .left-side{
    display: flex;
    flex-direction: column;
    word-break: break-all;
    width: 100%;
    }

    .contatos-container {
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .contatos-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contatos-info .right-side {
        display: flex;
        flex-direction: column;
        width: 100%;
        box-sizing: border-box;
    }

    .right-side .btn-box {
        display: flex;
        padding-left: 6rem;
    }

    .navbar a {
    font-size: 1.7rem;
    color: var(--text-color);
    font-weight: 500;
    margin-left: 3.6rem;
    transition: .3s;
    }

    .navbar a:hover,
    .navbar a.active {
    color: var(--main-color);
    }

    #menu-icon {
        font-size: 3.6rem;
        color: var(--text-color);
        cursor: pointer;
        display: flex;
        margin-left: auto;
        max-width: 100%;
        box-sizing: border-box
    }

    .contatos-box {
        display: inline;
        flex-direction: column;
    }

    .contatos .heading {
        display: flex;
        align-items: center;
    }
    .mapBox {
    display: flex;
    flex-direction: column;
    }

    .wpp-button {
        display: flex;
        width: 100%;
        align-items: center;
        padding-left: 3rem;
    }
}

#mais {
    display: none;
}

#mais-s {
    display: none;
}

#pontos-s {
    display: flex;
    justify-content: center;
    text-align: center;
}

#mais-s2 {
    display: none;
}

#pontos-s2 {
    display: flex;
    justify-content: center;
    text-align: center;
}

#mais-s3 {
    display: none;
}

#pontos-s3 {
    display: flex;
    justify-content: center;
    text-align: center;
}

@media (max-width: 768px) {
  .curriculo-row {
    flex-direction: column;
  }

  .curriculo-column {
    width: 100%;
    padding: 10px 0;
  }

  .sobre-container {
    flex-direction: column;
  }

  .sobre-img img {
    width: 100%;
    height: auto;
  }

  .faq-grid {
    display: block;
  }

  iframe {
    width: 100% !important;
    height: auto !important;
  }

  .serviços-container {
    flex-direction: column;
    align-items: center;
  }

  .box-card-item {
    width: 90%;
    margin-bottom: 20px;
  }

  .contatos-container {
    flex-direction: column;
  }

  .right-side,
  .info-left {
    width: 100%;
  }

  .btn-box a,
  .btn-box button {
    width: 100%;
    text-align: center;
  }
}