@font-face {
    font-family: "Outfit";
    src: url("../../fonts/outfit/OutfitRegular.ttf") format("truetype");
}

@font-face {
    font-family: "AlumniItalic";
    src: url("../../fonts/alumni/AlumniSansMediumItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Myriado";
    src: url("../../fonts/myriad/MYRIADPRO-REGULAR.OTF") format("truetype");
}

.img-brasao {
  max-width: 120px;
}
.img-logo {
  max-width: 200px;
}

.fonte-text-style {
    font-size: 1.1rem;
    font-weight: 100;
    color: #19598d;
    text-align: left;
    margin: 0;
    padding: 0;
    justify-content: start;
    align-self: start;
    align-items: start;
    line-height: 1.1;
}

.quadro-text-style, .imagem-text-style {
    color: #19598d;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.1;
}

.light-blue-card-style {
    background-color: #e6f7ff; /* Azul claro */
    color: #19598d; /* Azul escuro */
    font-weight: normal; /* Remove o bold */
    font-size: 1rem;
    border-radius: 60px!important;
    padding: 20px 30px;
    text-align: center;
    line-height: 1.5; /* Ajusta o espaçamento entre as linhas */
    font-weight: bold;
}

.blue-bordered-card-style {
    background-color: #19598d; /* Cor do card */
    border: 5px solid #29c1f2;
    color: #fff;
    padding: 20px;
    border-radius: 60px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: center;
    font-size: 1.4rem;
}

.attention-text-bordered-card-style {
    position: absolute;
    top: -15px; /* Ajuste a posição vertical */
    left: 15%;
    transform: translateX(-50%);
    background-color: #00a2d9; /* Cor de fundo do label */
    color: #fff;
    padding: 5px 15px;
    font-weight: bold;
    border-radius: 15px; /* Bordas arredondadas */
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 2;
    font-size: 1.3rem;
}

.refs-text-style {
    font-size: 1.3rem;
    color: #2faae8;
    text-align: left;
    font-family: "Outfit", sans-serif;
    text-decoration: none;
}

.title-text-style {
    font-size: 1.6rem;
    color: #19598d;
    text-align: left;
    margin-left: 10px;
    font-family: "Myriado", sans-serif;
    font-weight: bolder;
}

.subtitle {
    list-style-type: none;
    font-size: 1.3rem;
    color: #19598d;
    padding-left: 0;
    display: flex;
    margin-left: 5vw;
    justify-content: flex-start;
    margin-right: 10px;
}


.subtitle:before {
    content: "-";
    margin-right: 5px;
    color: #19598d;
    padding-left: 0;
}

.normal-text-style {
    list-style-type: none;
    font-size: 1rem;
    color: #19598d;
}

.describe-text-style {
    color: #19598d;
    font-size: 1.5rem;
    line-height: 1.6;
}

.describe-text-style a {
    color: #19598d;
    text-decoration: none;
}

.describe-text-style b {
    font-weight: bold;
}

.img-style {
     max-height: 110px;
}

@media (max-width: 1024px) {
    .img-style {
         max-height: 100px;
    }

    .title-text-style {
        font-size: 1.2rem;
    }

    .expanded-btn-card-text-style {
        font-size: 1.2rem;
    }

    .quadro-text-style, .imagem-text-style {
        font-size: 1rem;
    }

    .fonte-text-style {
        font-size: 0.8rem;
    }

    .blue-bordered-card-style {
        font-size: 1.2rem;
    }

    .attention-text-bordered-card-style {
        font-size: 1rem;
    }

    .expansion-btn-text-style { 
        line-height: 1.2rem;
    }

    .refs-text-style {
        font-size: 1.2rem;
    }

    .subtitle {
        font-size: 1.2rem;
    }

    .expansion-btn-style {
        padding: 5px 5px;
        font-size: 1.4rem;
        width: 150px;
        height: 50px; 
    }

    .light-blue-card-style {
        font-size: 1rem;
    }    
}

@media (max-width: 900px) {
    .img-style {
        max-height: 100px;
    }

    .img-brasao {
    max-width: 180px;
    }
    .img-logo {
     max-width: 280px;
    }
}

@media (max-width: 768px) { 
    .img-style {
        max-height: 80px;
    }

    .title-text-style {
        font-size: 1.2rem;
    }

    .light-blue-card-style{
        font-size: 1rem;
    }

    .expanded-btn-card-text-style {
        font-size: 1rem;
    }

    .quadro-text-style, .imagem-text-style {
        font-size: 1rem;
    }

    .fonte-text-style {
        font-size: 0.7rem;
    }

    .blue-bordered-card-style {
        font-size: 1.1rem;
    }

    .attention-text-bordered-card-style {
        font-size: 0.9rem;
    }

    .expansion-btn-text-style { 
        line-height: 1.1rem;
    }

    .refs-text-style {
        font-size: 1.1rem;
    }

    .subtitle {
        font-size: 1.1rem;
    }

    .expansion-btn-style {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .img-style {
        max-height: 60px;
    }
    .describe-text-style {
     font-size: 0.9rem;
    }

    .img-brasao {
      max-width: 140px;
    }
    .img-logo {
        max-width: 220px;
    }

    .title-text-style {
        font-size: 1.1rem;
    }

    .expanded-btn-card-text-style {
        font-size: 1rem;
    }

    .quadro-text-style, .imagem-text-style {
        font-size: 0.9rem;
    }

    .fonte-text-style {
        font-size: 0.6rem;
    }

    .blue-bordered-card-style {
        font-size: 1.0rem;
    }

    .attention-text-bordered-card-style {
        font-size: 0.8rem;
    }

    .expansion-btn-text-style { 
        line-height: 1.0rem;
    }

    .refs-text-style {
        font-size: 1.0rem;
    }

    .subtitle {
        font-size: 1.0rem;
    }

    .expansion-btn-style {
        font-size: 1rem;
        width: 120px;
        height: 45px;
    }

    .light-blue-card-style{
        font-size: 0.9rem;
    }
}
