/* Link Topo */

#link-topo {
    color: rgb(255, 255, 255);
    padding: 20px;
    position: fixed;
    right: 10px;
    bottom: 80px;
    margin: 10px;
    border-radius: 50%;
    }

/* Link WhatsApp */

#link-whatsapp {
    position: fixed;
    right: 10px;
    top: 80px;
    margin: 10px;
    }

    /* Link Topo */

#link-avatar {
    position: fixed;
    left: 10px;
    top: 80px;
    margin: 10px;
    }

    /* Link Topo */


#carousel-banner {
    background-color: whitesmoke;
}

#carousel-bannerdetail {
    background-color: red;
}

#serverResponseDemo {
    text-align: center;
    animation: fadeOut 2s forwards;
    animation-delay: 10s;
}

#serverResponseContact {
    text-align: center;
    animation: fadeOut 2s forwards;
    animation-delay: 10s;
}

#serverResponseNewsletter {
    text-align: center;
    animation: fadeOut 2s forwards;
    animation-delay: 10s;
}

#sucess {
    color: green;
    font-size: larger;
}

#warning {
    color: orange;
    font-size: larger;
}

#error {
    color: red;
    font-size: larger;
}

.wrapper{
    position:fixed;
    bottom:50px;
    right: 20px;
    max-width: 345px;
    width:100%;
    background: azure;
    border-radius: 8px;
    padding: 15px 25px 22px;
}

.wraper header{
    display: flex;
    align-itens:center;
    column-gap:16px;
}

.data p  a {
    colcor:
}
header i {
color:  red;
font-size:32px;
}


/*
.grecaptcha-badge {     visibility: hidden;}
*/