﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
.fa{
    margin-right:5px;
}
.teste-icon {
    position: fixed;
    bottom: 20px;
    left: 50%;
    z-index: 1000;
    background: linear-gradient(135deg, #FF6B6B, #4ECDC4);
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teste-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
    color: white;
    text-decoration: none;
}

.teste-icon:focus {
    outline: none;
    color: white;
    text-decoration: none;
}

/* Tooltip para o ícone */
.teste-icon:hover::after {
    content: attr(title);
    position: absolute;
    bottom: 70px;
    right: 0;
    background: rgba(0,0,0,0.8);
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 12px;
    z-index: 1001;
}

/* Animação de pulso */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.teste-icon.pulse {
    animation: pulse 2s infinite;
}

/* Responsivo */
@media (max-width: 480px) {
    .teste-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        bottom: 15px;
        right: 15px;
    }
}

/* Badge de notificação */
.teste-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #FF4444;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* Estilos existentes corrigidos */
.info-financeira {
    padding-top: 20px;
    border-top: 1px solid grey;
    margin-top: 30px;
}

    .info-financeira a {
        color: lightyellow;
    }

.dropdown-menu {
    background-color: #009ada;
}

.footer {
    margin-top: 0 !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 80% !important;
    }
}

.dropdown-item {
    color: #fff;
    font-weight: bold;
}

.btn_fixed_bottom:hover {
    cursor: pointer;
}

.btn_fixed_bottom {
    position: fixed;
    bottom: 0px;
    background: #FFC107;
    padding: 6px 20px;
    z-index: 999999;
    box-shadow: 0px 0px 10px #00000059;
}

input[type="text"], input[type="submit"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"],
input[type="week"], input[type="number"], input[type="email"], input[type="url"],
input[type="search"], input[type="tel"], input, select {
    overflow: visible;
    width: 100%;
    height: 60px !important;
    border-radius: 5px;
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #000;
}

::placeholder {
    color: #000 !important;
}

:-ms-input-placeholder {
    color: #000 !important;
}

::-ms-input-placeholder {
    color: #000 !important;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #0a1a5ce6;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 4%;
    width: 30%;
    margin-left: 35%;
    text-align: center;
    margin-top: 20px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

@media screen and (max-width: 900px) {
    .overlay-content {
        position: relative;
        top: 4%;
        width: 70%;
        margin-left: 5%;
        text-align: center;
        margin-top: 20px;
    }

    .overlay .closebtn {
        position: relative;
        top: 20px;
        right: -60%;
        font-size: 60px;
    }

    .bottom {
        padding-bottom: 85px;
    }

    .go-top.show {
        display: none;
    }

    .simule_agora_btn {
        font-size: 23px !important;
        transform: rotate(270deg) !important;
        position: absolute;
        right: -19% !important;
        background: #FFC107;
        padding: 2px 4px 4px 10px;
        top: 20%;
        cursor: pointer;
        box-shadow: 0px 0px 11px #00000082;
        z-index: 888;
        line-height: 30px;
    }
}

.vertical-scrollbar {
    overflow-x: hidden;
    overflow-y: auto;
}

.call_to_action_lojista {
    padding: 50px 10px;
    color: #fff;
    background: #009ada;
    margin: 40px 0 0 0;
}

.error {
    border: 2px solid #f00 !important;
}

.valid {
    border: 2px solid #009ada !important;
}