/* Font Face */
@font-face {
    font-family: 'ubuntubold';
    src: url('ubuntu/ubuntu-b_0-webfont.woff2') format('woff2'),
         url('ubuntu/ubuntu-b_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntubold_italic';
    src: url('ubuntu/ubuntu-bi_0-webfont.woff2') format('woff2'),
         url('ubuntu/ubuntu-bi_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntuitalic';
    src: url('ubuntu/ubuntu-i_0-webfont.woff2') format('woff2'),
         url('ubuntu/ubuntu-i_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubunturegular';
    src: url('ubuntu/ubuntu-r_0-webfont.woff2') format('woff2'),
         url('ubuntu/ubuntu-r_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/** Atendimento **/

#botao-ajuda {
    z-index: 9999;

    position: fixed;
    bottom: 0px;
    right: 30px;
    width: 405px;
    height: 33px;
    background-color: #04A8B4;
    border-top-left-radius: 5px;
    border-top-right-radius: 20px;
    cursor: pointer;
    padding: 2px 4px 2px 4px

}

.icone-ajuda{
    padding: 2px 4px 2px 4px
}

#caixa-modal {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 30px;
    width: 405px;
    height: 360px;
    background-color: rgb(255, 255, 255);
    z-index: 99999;
    color: aliceblue;
    border-top-left-radius: 5px;
    border-top-right-radius: 20px;
    border: 2px solid #e3dddd;
}

#fechar {
    position: absolute;
    cursor: pointer;
    background-color: #132E4C;
    width: 100%;
    height: 33px;
    color: white;

    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 20px;
    display: flex;
}
.icone-ajuda {
    margin-left: 5px;
}
.icone-fechar {
    right: 5px;
}

#titulo-opcao, #titulo-tipo {
    margin-top: 40px;
}
.titulo-fechar{
    width: 85%;
}
.titulo-icone-fechar{
    width: 15%;

}

.seta-voltar, .seta-voltar-dpo{
    width: 25px !important;
}
#tipo, #redirecionamento, #opcoes, #dpo {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 25px;
    min-height: 287px
}

#dpo, #redirecionamento {
    margin-top: 60px;
}
#opcoes .row, #tipo .row {
    justify-content: space-around;
}
#opcoes img, #tipo img {
    cursor: pointer;
    width: 100%;
    height: auto;
}

#redirecionamento, #dpo {
    color: black;
    text-align: center;
    font-size: 28px;
}

#dpo {
    font-size: 16px;

}


.zoom-imagem {
    background-size: cover;
    background-position: center;
    transition: transform 0.3s; /* Adiciona uma transição suave para o efeito de zoom */
    z-index: 100;
  }

  .zoom-imagem:hover {
    transform: scale(1.2); /* Aumenta ligeiramente o tamanho da imagem ao passar o mouse */
    z-index: 99999;
  }


/* Extra small devices (portrait phones, less than 576px) */
@media (min-width: 0px) and (max-width: 991.98px) {

    #botao-ajuda {
        z-index: 9999;
        position: fixed;
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 33px;
        background-color: #04A8B4;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        cursor: pointer;
        padding: 2px 4px 2px 4px
    }

    #caixa-modal {
        display: none;
        position: fixed;
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 600px;
        z-index: 99999;
        color: aliceblue;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .titulo-fechar {
        width: 95%;
        padding-left: 10px;
    }
    .titulo-icone-fechar {
        width: 5%;
    }

    #fechar {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #titulo-tipo, #titulo-opcao {
        margin-top: 40px;
    }

    #tipo, #redirecionamento, #opcoes, #dpo {
        width: 100%;
        margin-top: 20px;
    }

    #redirecionamento, #dpo  {
        margin-top: 50px;
        height: 420px;
    }

    .zoom-imagem:hover {
        transform: scale(1.1); /* Aumenta ligeiramente o tamanho da imagem ao passar o mouse */
        z-index: 99999;
      }


}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 991.98px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* Ultra large devices (large desktops, 1600px) */
@media (min-width: 1600px) {

}
