body {
    background-image: url(../images/bg.jpg);
    background-color: #F1F1F2;
    height: 100vh;
}

div.userInput {
    outline: none;
}

* {
    outline: none;
}

.title {
    border-bottom: 4px solid;
    border-image-slice: 1;
    border-width: 6px;
    border-image-source: linear-gradient(to right, #D5DD26 20px, #005281 20px);
    font-size: 1.8rem;
    text-align: left;
    padding: 0 0 20px 20px;
    margin: 0 2% 0 2%;
    text-shadow: 1px 2px 18px rgba(150, 150, 150, 1);
}

.colors {
    position: fixed;
    left: 0;
    top: 40%;
    vertical-align: middle;
    z-index: 1000;
}

.colors-descricao {
    position: fixed;
    left: 0;
    top: 35%;
    vertical-align: middle;
    z-index: 1000;
}

.colors a.dropdown-toggle:hover {
    text-decoration: none;
    cursor: pointer;
}

.colors .dropright {
    margin-bottom: 10px;
}

.dropdown-menu {
    background: none;
    border: none;
    width: max-content;
    transform: translate3d(79px, 0, 0px) !important;
    padding: 0;
}

.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.dropdown-menu.show {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: .5s;
}

.dropdown-menu .cor {
    float: left;
    width: 66px;
    height: 66px;
    list-style: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.dropright .dropdown-toggle::after {
    border: none;
}

footer {
    background-color: #06456A;
    border-top: 1px solid #D6D6D6;
    color: #AEABAB;
    font-size: 14px;
    padding: 30px 30px 30px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: right;
}

footer a {
    color: #AEABAB;
}

footer a:hover {
    color: #7E7979;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cor.branco {
    background-color: #FFF;
}

.cor.cinza {
    background-color: #C5C5C5;
}

.cor.metalico {
    background-image:
        -webkit-repeating-linear-gradient(left, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0) 6%, hsla(0, 0%, 100%, .1) 7.5%),
        -webkit-repeating-linear-gradient(left, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0) 4%, hsla(0, 0%, 0%, .03) 4.5%),
        -webkit-repeating-linear-gradient(left, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0) 1.2%, hsla(0, 0%, 100%, .15) 2.2%),

        linear-gradient(180deg, hsl(0, 0%, 78%) 0%,
            hsl(0, 0%, 90%) 47%,
            hsl(0, 0%, 78%) 53%,
            hsl(0, 0%, 70%)100%);
}

.cor.dourado {
    background-image:
        -webkit-repeating-linear-gradient(left, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0) 6%, hsla(0, 0%, 100%, .1) 7.5%),
        -webkit-repeating-linear-gradient(left, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0) 4%, hsla(0, 0%, 0%, .03) 4.5%),
        -webkit-repeating-linear-gradient(left, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0) 1.2%, hsla(0, 0%, 100%, .15) 2.2%),

        linear-gradient(180deg,
            hsl(43, 74%, 65%) 0%,
            hsl(44, 74%, 85%) 47%,
            hsl(43, 74%, 50%) 53%,
            hsl(43, 74%, 49%)100%);
}

.cor.verde {
    background-color: #76d7c4;
}

.cor.azul {
    background-color: #85c1e9;
}

.cor.preto {
    background-color: #000;
}

:host {
    display: block;
    position: relative;
    contain: strict;
    width: 300px;
    height: 150px;
}

:host([data-js-focus-visible]:focus:not(.focus-visible)),
:host([data-js-focus-visible]) :focus:not(.focus-visible) {
    outline: none;
}

/*CEM*/
.cem {
    display: table;
    top: 20%;
}

.cem .c-vertical {
    display: table-cell;
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

    .colors {
        z-index: 999;
    }

    .title {
        border-width: 3px;
        padding: 0 0 10px 20px;
        font-size: 15px;
    }

    footer {
        font-size: 10px;
        text-align: center;
        padding: 30px 0 30px 0;
    }

    .dropdown-menu .cor {
        width: 50px;
        height: 50px;
    }

    .dropdown-toggle img {
        width: 50px;
        height: 50px;
    }
}