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

md-icon{
    font-family: 'Material Icons' !important;
}

body {
    font-family: Arial, sans-serif;
    background-color: #edf2f8;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    font-family: 'Titillium Web', sans-serif;
}

header {
    padding: 32px;
    box-sizing: border-box;
}

header > img {
    border-radius: 8px;
}

section {
    margin-bottom: 32px;
    padding: 0px 16px;
    box-sizing: border-box;
}

.title {
    font-size: 36px;
    color: #707070;
    font-weight: 300;
}

.title > span {
    font-weight: 600;
}


.content-card-section2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 32px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 32px;
    flex-wrap: wrap;
}


.content-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 15px;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    margin-bottom: 32px;
    flex-wrap: wrap;
}



.card {
    width: 440px;
    /* max-width: calc(100% - 16px); */
    min-height: 620px;
    border-radius: 16px;
    filter: drop-shadow(0px 15px 17.5px rgba(0,0,0,0.09));
    background-color: #ffffff;
    position: relative; /* Permite posicionar o spinner */
}

@media (max-width: 1110px) {
    .card {
        /* width: calc(100% - 16px); */
        width: 100%;
    }

    .card-container {
        width: 100%;
        max-width: calc(100% - 16px);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}


.card-title {
    width: 100%;
    text-align: center;
    background-color: transparent; /* Remove o fundo cinza */
    font-size: 24px;
    font-weight: 700;
    color: #007bff; /* Azul */
    padding: 10px 0;
    text-transform: uppercase;
}

.card-mini {
    width: 339px;
    min-height: 217px;
    border-radius: 19px;
    filter: drop-shadow(0px 15px 17.5px rgba(0,0,0,0.15));
    background-color: #ffffff;
    padding: 24px;
    box-sizing: border-box;
    position: relative;
}


@media (max-width: 1110px) {
    .card-mini {
        width: calc(50% - 24px);
    }
}

@media (max-width: 742px) {
    .card-mini {
        width: calc(100% - 12px);
    }
}

.card-mini-header-icon {
    width: 48px;
    height: 48px;
}

.card-mini-content {
    opacity: 0.800;
    font-size: 80px;
    color: #707070;
    font-weight: 275;
    text-align: left;
    position: relative; /* Necessário para o ícone flutuar sobre o texto */
    display: flex;
    align-items: center;
    padding-right: 40px; /* Espaço para o ícone no canto direito */
}

.card-mini-icon-info {
    position: absolute;
    width: 19px;
    height: 19px;
    bottom: 4px;
    right: 4px;
    padding: 8px;
    border-radius: 100px;
    cursor: pointer;
    transition: 0.3s;
}

.card-mini-icon-info:hover {
    background-color: #00000011;
}

.card-mini-header {
    display: flex;
    gap: 8px;
}

.card-mini-header-text {
    font-size: 18px;
    text-transform: uppercase;
    color: #707070;
    font-weight: 700;
}

.card-description {
    margin: 10px auto 0 auto;
    width: 330px;
    max-width: 100%;
    font-size: 18px;
    color: #707070;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
}


.card-risk {
    margin: 10px auto 0 auto;
    width: 330px;
    max-width: 100%;
    font-size: 16px;
    letter-spacing: 3px;
    color: #707070;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}


.divider {
    width: 300px;
    height: 1px;
    margin: 0px auto;
    background-color: #707070;
    border-radius: 8px;
}

.card-mini .divider {
    width: calc(100% - 16px);
}

.content-graph {
    width: 300px;
    height: 300px;
    margin: auto;
}

.icon-text {
    margin: 0px auto;
    width: 330px;
    max-width: calc(100% - 16px);
    font-size: 18px;
    color: #707070;
    font-weight: 400;
    text-align: left;
}


.card-descriptioncon {
    padding: 5px;
    box-sizing: border-box;
}

.content-icon-security {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 38px;
    box-sizing: border-box;
}

.content-icon-security-item {
    display: flex;
    width: 50%;
    justify-content: center;
}

.icon-text-security {
    margin: 0px auto;
    font-size: 18px;
    color: #707070;
    font-weight: 400;
    text-align: center;
}

.content-icon-security-item-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

@media (max-width: 450px) {

    .content-icon-security-item-div { 
        display: flex;
        flex-direction: column;
    }
    
}

.card-icon {
    font-size: 36px;
    color: #707070;
}

.content-experience {
    margin-top: 100px;
    width: 100%;
    height: 539px;
    background-color: #055df5;
}

.content-service {
    width: 100%;
    min-height: 500px;
    display: flex;
    justify-content: center;
    gap: 32px;
    padding-bottom: 64px;
    box-sizing: border-box;
    padding-top: 30px;
    box-sizing: border-box;
}

.content-service-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 48px;
    box-sizing: border-box;
}


.content-service-step > div:nth-child(odd) {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    border: 1px solid #707070;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-service-step > div:nth-child(odd) > div {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #707070;
}

.content-service-step > div:nth-child(even) {
    width: 1px;
    height: 48px;
    background: #707070;
}




.content-service-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 32px;
}

.card-service {
    width: 1034px;
    max-width: calc(100% - 16px);
    min-height: 517px;
    border-radius: 19px;
    filter: drop-shadow(0px 15px 17.5px rgba(0,0,0,0.07));
    background-color: #ffffff;
    border: 3px solid #ffffff;
    display: flex;
}

.card-service-content {
    width: 100%;
    height: 100%;
    display: flex;
    /* opacity: 0; */
}

@media (max-width: 950px) {
    .card-service-content {
        flex-direction: column;
        padding-bottom: 16px;
        box-sizing: border-box;
    }
}


.card-service-left {
    width: 550px;
    height: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 56px 16px 16px 56px; 
    box-sizing: border-box;
}


.card-service-left-title {
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    color: #707070;
    font-weight: 700;
}

.card-service-left-title-description {
    width: 380px;
    font-size: 16px;
    color: #707070;
    font-weight: 700;
}

.card-service-left-description {
    width: 450px;
    font-size: 16px;
    color: #707070;
    font-weight: 400;
}

.card-service-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1150px) {
    .content-service {
        flex-direction: column;
    }

    .content-service-step {
        flex-direction: row;
    }

    .content-service-step > div:nth-child(even) {
        width: 48px;
        height: 1px;
        background: #707070;
    }

    .card-service {
        flex-wrap: wrap;
    }

    .card-service-left {
        width: 100%;
        padding: 16px; 
    }

    .card-service-left-title-description {
        width: 100%;
        text-align: justify;
    }

    .card-service-left-description {
        width: 100%;
        text-align: justify;
    }

    .card-service-right {
        width: 100%;
    }
    
    .card-service-right > img {
        transform: translateX(0);
    }

    .content-service {
        padding-top: 0;
    }

    .content-service-step {
        padding-top: 0;
        padding-left: 32px;
    }

    .content-icon-security {
        padding: 4px;
    }

    .content-icon-security-item-div {
        gap: 4px;
    }

}

@media (max-width: 600px) {
    .card-service-right > img {
        width: 300px;
    }
}



.card-service-left-divider {
    width: 100%;
    height: 1px;
    background-color: #707070;
}


.button-service {
    width: 318px;
    height: 50px;
    margin: 0 auto;
    border-radius: 25px;
    background-color: #f24b4b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    cursor: pointer;
    transition: 0.3s;
}

.button-service:hover {
    transform: scale(1.03);
    background-color: #f24b4bee;
}

.content-experience {
    width: 100%;
    max-width: 100%;
    height: 539px;
    background-color: #055df5;
    transform: translateY(-30px);
    display: flex;
    justify-content: center;
}

.content-experience-left {
    width: 400px;
    max-width: 100%;
    padding-top: 50px;
    box-sizing: border-box;
}

.content-experience-left-title {
    font-size: 48px;
    line-height: 52px;
    color: #fafafa;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}

.content-expirence-left-image-content {
    display: flex;
}

.content-experience-left-image {
    width: 400px;
}

@media (max-width: 420px) {

    .content-experience-left-title {
        font-size: 40px;
        line-height: 44px;
    }

    .content-experience-left-image {
        width: 300px;
    }
    
}

.content-experience-left-text {
    width: 338px;
    font-size: 32px;
    text-transform: uppercase;
    color: #fafafa;
    font-weight: 300;
    text-align: left;
    transform: translateY(-16px);
    padding-top: 20px;
}

.content-experience-right {
    width: 681px;
    height: 100%;
    position: relative;
}

.content-experience-image-mockup {
    width: 1046px;
    position: absolute;
    z-index: 2;
    bottom: -130px;
    left: -250px;
}

.content-experience-image-elipse {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -50px;
}

@media (max-width: 1315px) {

    .content-experience-image-mockup {
        width: 932px;
        bottom: -115px;
        left: -210px;
    }

    .content-experience-image-elipse {
        width: 400px;
        right: 0px;
    }
    
}

@media (max-width: 1170px) {

    .content-experience-right {
        display: none;
    }
    
}

.pointer {
    cursor: pointer;
    transition: 0.3s;
}

.pointer:hover {
    transform: scale(1.3);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadein {
    animation: fadeIn 1s forwards;
}


.green {
    color: #00cc66; /* Verde */
  }
  
  .yellow {
    color: #ffaa33; /* Amarelo */
  }
  
  .red {
    color: #ff3333; /* Vermelho */
  }
  



/* Ícone de status */
.status-icon {
    position: absolute;
    right: 0; /* Posiciona o ícone no canto direito */
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-left: 10px; /* Espaçamento entre o texto e o ícone */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* Ícone do sucesso (triângulo verde para cima) */
  .success {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid green;
  }
  
  /* Ícone de ok (quadrado laranja) */
  .okay {
    width: 40px;
    height: 40px;
    background-color: orange;
    border-radius: 5px; /* Ajuste opcional para arredondar os cantos */
  }
  
  /* Ícone de insucesso (triângulo vermelho para baixo) */
  .failure {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid red;
  }
  .button-specialist {
    width: 400px;
    height: 50px;
    margin: 20px;
    border-radius: 25px;
    background:#f24b4b;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 9999;
}

.button-specialist:hover {
    transform: scale(1.05);
    background: #f24b4bee;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
}

.button-wrapper {
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    margin-top: 20px; /* Espaço acima do botão */
    padding-bottom: 20px; /* Ajuste para afastar do final da seção */
    z-index: 0;
}
