@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background-color: #000;
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
hr {margin: 0.5rem 0}
img {max-width:100%;}
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .95);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.wrap {
    min-height: 100vh;
}
.wrap.bg1 {
    background: #b2b2b233;
}
.wrap.customizacao {
    background-image: url("../imagens/customBg.png");
    background-position: 100% 0;
    background-size: 80% auto;
    background-repeat: no-repeat;
}
.logo {
    width: 200px;
    max-width: 75%;
}
.logo.small {
    width: 100px;
}
.botoes {
    width: 100%;
}

.btn {
    box-shadow: 1px 1px 5px #0009;
    padding: .5em 1em;
}
.btn-primary {
    --bs-btn-bg: #e11c1c;
    --bs-btn-border-color:none;
}

.carousel-control-next, .carousel-control-prev {
    width: 10%;
}

.header-media iframe {
    position: absolute;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* MENU */
.menu {
    animation-delay: .65s;
}
.menu a {
    color: #FFF;
    display: block;
    text-align: center;
    line-height: 1.1;
}
.menu a img {
    display: block;
    margin: 0 auto;
}
.menu .row {
    margin-bottom: 40px;
}

a.home {
    font-size: 2em;
    color: #FFF;
}
.bg1 label {
    color: #9e2e2b;
}

.cadastro, .login {
    min-height: 90vh;
}
.cadastro .row,
.login .row {
    margin-bottom: 30px;
}

.pedido {
    display: block;
    min-height: 90vh;
}
.pedido h2 {
    color: #575756;
    font-weight: 600;
    font-size: 1.5em;
    display: block;
    border-radius: 5px;
    margin: 50px 0 25px;
}
.pedido h3 {
    font-size: 1em;
    position: relative;
    margin-bottom: .5em;
    display: block;
    color: #e11c1c;
}
.pedido .row {
    margin-bottom: 2em;
}
.form-select,
.pedido p {
    color: #e11c1c;
}
.wrap-bg {
    border-radius: .5rem;
    width: 100%;
    display: block;
    border: 1px solid #ced4da;
    padding: .5rem 1.7rem;
    background-color: #FFF;
}

.overlap {
    position: relative;
}
.overlap img.over {
    position: absolute;
    left: 0;
    top: 0;
}

section {
    margin-bottom: 50px;
}
section#armacoes p {
    margin-bottom: .3em;
}
section#armacoes .cor {
    position: relative;
}
section#armacoes .cor b {
    position: relative;
    height: 30px;
    width: 30px;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
}
section#armacoes .cor b.selected {
    border:2px solid #000;
}
section#armacoes .cor b::after {
    content: "";
    border:2px solid #fff;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ccc;
}

/* METRO */
section#armacoes .op1 .cor:nth-child(1) b::after {
    background-color: #285B57;
}
section#armacoes .op1 .cor:nth-child(2) b::after {
    background-color: #6C534A;
}
section#armacoes .op1 .cor:nth-child(3) b::after {
    background-color: #845D73;
}

/* ICON */
section#armacoes .op2 .cor:nth-child(1) b::after {
    background-color: #9f9f9e;
}
section#armacoes .op2 .cor:nth-child(2) b::after {
    background-color: #6690A6;
}
section#armacoes .op2 .cor:nth-child(3) b::after {
    background-color: #a03a36;
}
section#armacoes .op2 .cor:nth-child(4) b::after {
    background-color: #000;
}

/* PANTO CLASSIC */
section#armacoes .op3 .cor:nth-child(1) b::after {
    background-color: #737071;
}
section#armacoes .op3 .cor:nth-child(2) b::after {
    background-color: #456086;
}
section#armacoes .op3 .cor:nth-child(3) b::after {
    background-color: #9d7a72;
}

/* PANTO SPLASH */
section#armacoes .op4 .armacao .cor:nth-child(1) b::after {
    background-color: #625095;
}
section#armacoes .op4 .armacao .cor:nth-child(2) b::after {
    background-color: #8aa192;
}
section#armacoes .op4 .armacao .cor:nth-child(3) b::after {
    background-color: #eee;
}
section#armacoes .op4 .armacao .cor:nth-child(4) b::after {
    background-color: #d8c491;
}
section#armacoes .op4 .armacao .cor:nth-child(5) b::after {
    background-color: #cda098;
}
section#armacoes .op4 .armacao .cor:nth-child(6) b::after {
    background-color: #b55f23;
}
section#armacoes .op4 .armacao .cor:nth-child(7) b::after {
    background-color: #944e62;
}

/* SPORT V2 */
section#armacoes .op5 .armacao .cor:nth-child(1) b::after {
    background-color: #737071;
}
section#armacoes .op5 .armacao .cor:nth-child(2) b::after {
    background-color: #456086;
}
section#armacoes .op5 .armacao .cor:nth-child(3) b::after {
    background-color: #9d7a72;
}

/* CARBONO */
section#armacoes .op6 .armacao .cor:nth-child(1) b::after {
    background-color: #9f9f9e;
}
section#armacoes .op6 .armacao .cor:nth-child(2) b::after {
    background-color: #b79076;
}

/* PONTEIRA */
section#armacoes .options .ponteira .cor:nth-child(1) b::after {
    background-color: #932C2C;
}
section#armacoes .options .ponteira .cor:nth-child(2) b::after {
    background-color: #000;
}
section#armacoes .options .ponteira .cor:nth-child(3) b::after {
    background-color: #E66227;
}
section#armacoes .options .ponteira .cor:nth-child(4) b::after {
    background-color: #3C79A0;
}
section#armacoes .options .ponteira .cor:nth-child(5) b::after {
    background-color: #4C643E;
}
section#armacoes .options .ponteira .cor:nth-child(6) b::after {
    background-color: #735E4C;
}

/* CURVE */
section#armacoes .op7 .armacao .cor:nth-child(1) b::after {
    background-color: #477D61;
}
section#armacoes .op7 .armacao .cor:nth-child(2) b::after {
    background-color: #000;
}
section#armacoes .op7 .armacao .cor:nth-child(3) b::after {
    background-color: #8C4032;
}
section#armacoes .op7 .armacao .cor:nth-child(4) b::after {
    background-color: #51515A;
}
section#armacoes .op7 .armacao .cor:nth-child(5) b::after {
    background-color: #924A1E;
}
section#armacoes .op7 .armacao .cor:nth-child(6) b::after {
    background-color: #D95801;
}
section#armacoes .op7 .armacao .cor:nth-child(7) b::after {
    background-color: #026491;
}
section#armacoes .op7 .armacao .cor:nth-child(8) b::after {
    background-color: #854E39;
}


section#armacoes .labelCores {
    margin: 10px 0 0;
    text-transform: uppercase;
}
section#armacoes .listaCores {
    display:flex;
    justify-content: center;
    gap: 12px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 1.4em;
}
section#armacoes .listaCores input[type=radio]{
    display: none;
}

/* LUPA */
section#lupas .cor {
    position: relative;
}
section#lupas .cor b {
    position: relative;
    height: 30px;
    width: 30px;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
}
section#lupas .cor b.selected {
    border:2px solid #000;
}
section#lupas .cor b::after {
    content: "";
    border:2px solid #fff;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ccc;
}
section#lupas .listaCores {
    display:flex;
    justify-content: center;
    gap: 12px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 1.4em;
}
section#lupas .options .listaCores input[type=radio]{
    display: none;
}

/* HD Galileu */
section#lupas .op2 .cor:nth-child(1) b::after {
    background-color: #53656C;
}
section#lupas .op2 .cor:nth-child(2) b::after {
    background-color: #6C534A;
}
section#lupas .op2 .cor:nth-child(3) b::after {
    background-color: #845D73;
}


section#maletas .carousel-item {
    font-size: .8em;
    padding: 5% 10%;
    background: #FFF;
    border-radius: 10px;
}

.options .nome {
    font-size: .7em;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 130px;
    transform: translate(-50%,0);
    display: none;
}
.options b.selected + .nome {
    display: block;
}

section#gravacaoNome .wrapLayer {
    position: relative;
}
section#gravacaoNome .wrapLayer .overLayer {
    position: absolute;
    color: #000;
    right: 27%;
    top: 32%;
    font-size: 10px;
    text-align: right;
}

#resumo span {
    text-transform: uppercase;
    font-weight: bold;
}

.galeria img {
    -o-object-position: top center;
    object-position: top center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.galeria .filtros {
    margin-bottom: 1em;
}
.galeria .filtros a {
    display: inline-block;
    padding: .2em .6em;
    border-radius: 5px;
    color: #fff;
    margin: .2em;
}
.galeria .filtros a.actived {
    background-color: #a70100;
}
.modal.lightbox .btn-close svg {
    top: -50px !important;
}
.carousel-item .ratio {
    background: none !important;
}
.modal-backdrop {
    opacity: 0.8 !important;
}