﻿
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

a:hover {
    background-color: #AED3D9;
}

.tj-mtop-60px {
    margin-top: 60px;
}

.txt-Azul {
    color: #0069B4;
    font-size: 20px;
}

.txt-Verde {
    color: #02A09A;
    font-size: 20px;
}

.BV-Azul {
    color: #0069B4;
    font-size: 30px;
}

.BV-Verde {
    color: #02A09A;
    font-size: 30px;
}

.BV-seta {
    position: absolute;
    top: 130px;
    right: -9px;
    z-index: 3;
}

.backwhite1 {
    height: 60px;
    width: 60px;
    position: absolute;
    border-radius: 30px;
    background-color: white;
    color: white;
    padding: 5px;
    font-size: 20px;
    top: -30px;
    right: 10px;
    z-index: 0;
}

.backwhite2 {
    height: 150px;
    width: 20px;
    position: absolute;
    background-color: white;
    color: white;
    padding: 5px;
    font-size: 20px;
    top: -5px;
    right: 15px;
    z-index: 0;
}

.number1 {
    height: 40px;
    width: 40px;
    position: absolute;
    border-radius: 25px;
    background-color: #02A09A;
    color: white;
    padding: 5px;
    font-size: 20px;
    top: -20px;
    right: 20px;
    z-index: 2;
}

.textWhats {
    color: #59B156;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
}

.border1 {
    border-radius: 20px;
    border: 1px solid #59B156;
    padding: 15px;
    z-index: 1;
}

.btnWhats {
    align-items: center;
    padding: 16px 70px;
    background: linear-gradient(to top, #86d044, #c8de2c);
    border: none;
    border-radius: 10px;
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
    width: 100%
}

    .btnWhats:hover {
        transform: scale(1.03);
    }

    .btnWhats i {
        margin-right: 10px;
        font-size: 28px; /* maior agora */
        color: white
    }

.btnWhats2 {
    align-items: center;
    padding: 10px 20px;
    background: linear-gradient(to top, #86d044, #4fb050);
    border: none;
    border-radius: 10px;
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
    width: 100%
}

    .btnWhats2:hover {
        transform: scale(1.03);
    }

    .btnWhats2 i {
        margin-right: 10px;
        font-size: 28px; /* maior agora */
        color: white !important
    }
.whatsapp:hover i {
    filter: brightness(1.2); /* ícone fica mais claro no hover */
    color: #eaffd0; /* novo tom de verde claro no hover */
}

.border1 ul {
    position: relative;
}

.number4 {
    height: 40px;
    width: 40px;
    position: absolute;
    border-radius: 25px;
    background-color: #0069B4;
    color: white;
    padding: 5px;
    font-size: 20px;
    top: -20px;
    right: 20px;
    z-index: 2;
}

.border4 {
    border-radius: 20px;
    border: 1px solid #6ab050;
    min-height: 140px;
    padding: 20px;
    z-index: 1;
}

    .border4 ul {
        position: relative;
    }

.border1 p {
    z-index: 3 !important;
}

.destaque .active {
    min-height: 50px;
    position: relative;
    background: linear-gradient(to right, #86d044, #4fb050);
}

    .destaque .active .destaque1 {
        /*border-bottom: 5px solid #17A8A1;*/
        background: #fff;
        color: #222;
        padding-bottom: 7px;
    }

.destaque2 {
    position: relative;
    background: linear-gradient(to right, #86d044, #4fb050);
    padding-bottom: 3px;
}

    .destaque2 .destaqueBG {
        background: #fff;
        color: #222;
    }

.pointer {
    cursor: pointer;
}

ul {
    padding-left: 0px !important;
}

li {
    text-decoration: none;
    list-style: none;
    text-align: left;
}

.theme-institucional a b {
    color: #fff !important;
}

.pad-25 label {
    padding: 25px;
}

.btn {
    white-space: initial !important;
}

h4 {
    color: #037a6c !important;
    margin-top: 30px;
}

h3 {
    color: #037a6c !important;
}


.module-border-wrap {
    max-width: 250px;
    padding: 1rem;
    position: relative;
    background: linear-gradient(to right, red, purple);
    padding-bottom: 3px;
}

.module {
    background: #fff;
    color: #222;
    padding: 2rem;
    border-radius: 20px;
}

.container .filters .ui-dropdown {
    width: 300px !important;
}

.pad-alert {
    padding: 10px 20px !important;
}

.iframe-no-scroll {
    overflow: hidden; /* Remove as barras de rolagem */
    width: 100%; /* Ajuste conforme necessário */
    height: 100%; /* Ajuste conforme necessário */
    border: none; /* Remove a borda do iframe */
    margin-bottom: 30px;
    scroll-margin-bottom: 30px;
    max-height: 2700px;
}

.title1 {
    color: #4fb050 !important;
}


.rodape {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #fe1d25, #c3272d);
    border-radius: 5px;
    width: 100%;
    padding:10px;
}

    .rodape p {
        margin: 0;
        color: white;
        font-style: italic;
        font-weight: 600;
        font-size: 19px;
        text-align: center;
    }

i {
    color: #4fb050;
}
