﻿@font-face {
    font-family: 'Courier New';
    src: url('../../../assets/font/CourierNewBold.ttf') format('truetype');
}

@font-face {
    font-family: 'motiva';
    src: url('../../../assets/font/MotivaSansRegular.woff.ttf') format('truetype');
}

* {
    font-family: 'Courier New', monospace;
    color: #dddddd;
}

b {
    text-decoration: underline;
}

body {
    background-image: url('../../../assets/img/LB2/blackblicks-7b765bd3395cb1fa5f34de5c5843749961e0878c1c7ca8917bb17ba3d7184290.webp');
    background-size: auto 100px;
    background-repeat: repeat;
    font-size: 1.2rem;
}

#banner-container {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    position: relative;
}

.banner-img {
    width: 100%;
    height: 100%;
    max-height: 350px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: blur(3px);
}

.banner-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 40%;
    max-width: auto;
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 600px) {
    .banner-logo {
        max-height: 30%;
    }
}

.banner-text {
    position: absolute;
    top: 77%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
    color: white;
    z-index: 1;
    text-align: center;
    text-shadow: 1px 1px 4px black;
}

.blink-text {
    animation: blink 4s infinite;
}

@keyframes blink {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0.3;
    }
}

.bricks-container {
    background-color: transparent;
    margin-top: 2rem;
}

.bricks-top {
    height: 20px;
    background-image: url('../../../assets/img/LB2/bricks-bd8b071859fe13a8b1dcbc8ee293863b5d91723cf2ebf6aaffe7aa5610435d79.webp');
    /* rgb(178, 178, 178) */
    background-repeat: round;
    background-size: auto 100%;
    margin-bottom: -11px;
}

.bricks-content {
    /* background-color: rgb(178, 178, 178); */
    background-color: #424242;
    padding: 1rem;
    font-family: 'motiva';
}

@media (max-width: 440px) {
    #banner-container {
        max-height: 300px;
    }

    .banner-img {
        height: 300px;
    }

    .banner-logo {
        max-height: 20%;
    }
}

.bricks-content *,
.offcanvas * {
    font-family: 'motiva', sans-serif;
}

.btn-primary {
    background-color: #0151FC;
}

a {
    color: #2c6fff;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

h2 {
    font-weight: bold;
    font-family: 'Courier New', monospace !important;
    /* text-align: center; */
    text-shadow: 1px 1px 1px rgb(31, 31, 31);
}

.card {
    border: none;
}

.offcanvas-small {
    width: 250px !important;
}

.offcanvas-body {
    text-align: center;
    padding: 1rem;
}

.offcanvas-body .card {
    background: transparent;
}

.offcanvas-body img {
    margin: auto;
}

.bg-bricksblack {
    background-image: url('../../../assets/img/LB2/blackblicks-7b765bd3395cb1fa5f34de5c5843749961e0878c1c7ca8917bb17ba3d7184290.webp');
    background-repeat: repeat;
    background-size: auto 100px;
    color: #eee;
}

.bg-bricksblack-desktop {
    background-image: url('../../../assets/img/LB2/blackblicks-7b765bd3395cb1fa5f34de5c5843749961e0878c1c7ca8917bb17ba3d7184290.webp');
    background-repeat: repeat;
    background-size: auto 100px;
    background-position: bottom 47px right 100px;
    color: #eee;
}

.card {
    background-color: transparent;
}

.card-title {
    color: #eee;
}

h5 {
    font-weight: bold;
    color: #eee;
}

footer {
    background-color: #000;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

/* Close button color */
button[data-bs-dismiss="offcanvas"] svg path {
    fill: #e40000 !important;
}

.lego-circle {
    border: 6px solid #0151FC;
}

hr {
    background-image: url('../../../assets/img/LB2/hr-62fbb9f97fcef01c1d3912b6ff204808c77fa4cc38995227ebceb188ce5671d4.webp');
    background-repeat: round;
    background-size: contain;
    height: 13px;
    border: none;
    opacity: 1;
    filter: brightness(0.8);
}

.video-container {
    width: auto;
    height: 530px;
    margin: 0 auto;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 768px) {
    .video-container {
        width: 100%;
        height: auto;
    }
}

.steam-link {
    margin: 10px 0;
    text-align: center;
}

.steam-link img {
    max-width: 300px;
    height: auto;
}

@media (max-width: 768px) {
    .steam-link img {
        max-width: 200px;
        height: auto;
    }
}

h3 {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    font-weight: bold;
}

h4 {
    font-size: 1.2rem;
    font-weight: bold;
}

.h1-cust {
    color: #424242;
    user-select: none;
    font-size: 14px;
}

/* Comments */
.comments-col {
    background-image: url('../../../assets/img/LB2/test-d752145bc4be2d39d8f92b49d841b82359f697c2e3e3e1d42f397ef038f4b8ca.webp');
    background-size: contain;
    font-size: 16px;
}

@media (max-width: 768px) {
    .comments-col {
        background-size: 1024px;
        font-size: 12px;
    }
}

.avatar-container {
    position: relative;
    display: inline-block;
}

.steam-icon {
    position: absolute;
    top: 40px;
    right: 10px;
    width: 25px;
    height: 25px;
}

.form-control {
    border-radius: 0%;
}

.comments-col p {
    color: #eee;
    font-family: 'motiva', sans-serif;
    font-size: larger;
}

.comments-col .page-link {
    background-color: #303030 !important;
    border: none;
    font-family: 'motiva', sans-serif;
}

h6 {
    color: #eee;
    font-family: 'motiva', sans-serif;
    font-size: larger;
}

.form-control {
    background-color: #333;
    color: #eee;
    border: 1px solid #555;
}

.form-control::placeholder {
    color: #aaa;
}

.form-control:focus {
    background-color: #333;
    color: #eee;
    border-color: #8b8b8b;
    box-shadow: none;
}

/* Comments/ */

code {
    background-color: #333;
    color: #eee;
    border: 1px solid #555;
}

@media (max-width: 1200px) {
    .img-fluid {
        max-width: 100% !important;
        height: auto;
    }
}

.steam-link .custom-btn {
    border-color: #115bfc !important;
    box-shadow: 0 0 5px rgb(0, 0, 0);
}

@media (max-width: 1200px) {
    .index-nav {
        font-size: 14px;
    }
}

@media (max-width: 990px) {
    .index-nav {
        font-size: 9px;
    }

    .capturas {
        max-height: 300px;
        object-fit: cover;
        width: 100%;
        height: 180px;
    }
}

.footer {
    font-size: 1rem;
}

.megamenu-content a,
.contacto-hover,
.megamenu>a {
    text-decoration: none !important;
}

@media (min-width: 768px) {
    #instalacion video {
        width: 70%;
    }
}