﻿body {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0;
    font-family: "Oxygen", sans-serif, "Segoe UI", "Helvetica Neue",Arial,"Noto Sans",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration:none;
    color:inherit;
}

.AreaMenuGeral {
    position: relative;
    z-index:999999;
}

.AreaConteudoGeral {
    position:relative;
    min-height:calc(100vh - 90px); 
}

.AreaRodapeGeral {
    position: relative;
}

.ImgColmeia {
    background-image: url('https://www.l2b.com.br/Imagens/Lp/fundocolmeiarodape.png');
    position: absolute;
    left: 0rem;
    right: 0rem;
    bottom: 0rem;
    top: 0rem;
    background-position: center center;
    opacity: 1;
}

.BotaoAnimado {
    background-color: #25b951;
    border: none;
    border-radius: 3px;
    color: #fff;
    padding: 1rem 1.6rem;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .03em;
    position: relative;
    -webkit-animation: button-bounce 3200ms forwards infinite cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-animation: button-bounce 3200ms forwards infinite cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: button-bounce 3200ms forwards infinite cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

@keyframes button-bounce {
    0% {
        transform: scale(1);
    }

    10% {
        transform: scale(0.80);
    }

    20% {
        transform: scale(1.10);
    }

    52%, 100% {
        transform: scale(1);
    }
}

.SegBloco {
    min-width: 9rem;
    background-color: #ffffff;
    border-radius: 0.3rem;
    box-shadow: 0px -1px 5px 2px rgba(0, 0, 0, 0.17);
    border: 0.5rem solid #fff;
    background-image: radial-gradient(#FFF, #164e7012);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.7rem;
    flex-grow: 1;
    max-width: calc(16% - 1rem);
}

.SegBlocoDoc {
    background-color: #ffffff;
    border-radius: 0.3rem;
    box-shadow: 0px -1px 5px 2px rgba(0, 0, 0, 0.17);
    border: 0.5rem solid #fff;
    background-image: radial-gradient(#FFF, #164e7012);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.7rem;
    flex-grow: 1;
    width: calc(30% - 1rem);
    margin: 0.5rem;
}

.SegBlocoIcone {
    width: 4rem;
}

.SegBlocoIcoCor {
    fill:#18567d;
}

.SegTitulo {
    font-weight: 700;
    font-size: 1rem;
    color: rgba(41, 41, 43, 0.90);
    margin: 5px 0px 0px 0px;
}

.SegTexto {
    font-size: 0.9rem;
    padding: 0.6rem;
    flex-grow: 1;
}

.SegTextoDestaque {
   font-weight: 400;
   color: #0f76b7;
}

.SegBotMais {
    padding: 0.2rem 1.3rem;
    background-color: #164e70;
    color: #fff;
    font-weight: 700;
    font-size: 0.8rem;
    border-radius: 0.2rem;
    cursor: pointer;
    transition: background-color 0.6s;
    margin-bottom: 0.5rem;
    text-align: center;
}

.SegBotMais:hover {
    background-color: #2f698c;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(191, 191, 191);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(191, 191, 191);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(191, 191, 191);
}