/* Root */
:root {
    --primary-color: #004C78;
    --secondary-color: #85D2FF;
    --margin-bottom: 3rem;
}

/* Global */
img {
    max-width: 100% !important;
}

.text-justify {
    text-align: justify !important;
}

@media (min-width: 992px) {
    .text-lg-justify {
        text-align: justify !important;
    }
}

.hidden {
    display: none !important;
}

/* Header */
#header {
    margin-bottom: var(--margin-bottom);
}

#header #logo-img-navbar {
    height: 3rem !important;
}

.nav-link {
    color: var(--primary-color);
    font-weight: bold;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-float img {
    width: 70px !important;
}

/* Footer */
#customers h2 {
    color: var(--primary-color);
}

#footer-contact {
    background-color: var(--primary-color);
}

#footer-contact {
    color: white;
}

#footer-contact a {
    text-decoration: none;
    color: white;
}

/* Home */
#about-us {
    background-color: var(--primary-color);
    color: white;
}

#home-products h2 {
    color: var(--primary-color);
}

#home-products form {
    color: var(--primary-color);
    transition: ease-in-out 0.3s;
    cursor: pointer;
}

#home-products form:hover {
    transform: scale(115%);
    color: var(--primary-color);
}

#home-products .display-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 992px) {
    #home-products .display-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

#home-depositions {
    background-color: #E7E6E6;
}

#home-depositions h2 {
    color: var(--primary-color);
}

#home-depositions h4 {
    font-weight: bold;
    font-style: italic;
    color: var(--primary-color);
}

/* Servicos */
#services-desktop,
#services-mobile {
    background-color: var(--primary-color);
}

.services-carousel-indicators {
    padding: 0 12px !important;
}

.services-carousel-indicators button,
#services-mobile button {
    font-weight: bold;
    padding: 1rem 0;
    border: none;
    background-color: var(--secondary-color);
    text-align: center;
    height: 80px;
}

.toggle-mobile-btn,
.toggle-desktop-btn {
    background-color: rgba(133, 210, 255, .25) !important;
    color: white !important;
    outline: none !important;
}

.service-text {
    font-size: 12px;
}

#games-desktop,
#games-mobile {
    background-color: #E7E6E6 !important;
}

.games-carousel-indicators button,
#games-mobile button {
    color: white;
    font-weight: bold;
    padding: 1rem 0;
    border: none;
    background-color: #E61C44;
    text-align: center;
    height: 80px;
}

.toggle-games-desktop-btn,
.toggle-games-mobile-btn {
    background-color: rgba(230, 28, 68, .15) !important;
    color: #E61C44 !important;
    outline: none !important;
}

#carousel-games-desktop button {
    width: 200px;
}

.services-desktop-h2 {
    color: var(--secondary-color);
}

.games-desktop-h2,
#games-desktop p,
#games-mobile p {
    color: var(--primary-color);
}

#games-desktop h3,
#games-mobile h3 {
    font-weight: bold;
    color: #E61C44;
}

.gallery {
    background-color: var(--primary-color);
}

.gallery img {
    max-width: 100% !important;
    transition: .3s ease;

    background-color: white;
    padding: 15px;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    cursor: pointer;
}

.gallery img:hover {
    transform: scale(1.25, 1.25);
}

.gallery h2 {
    font-weight: bold;
    color: white;
}

#gallery-modal .modal-img {
    width: 100%;
}

.bg-carousel {
    background-color: rgba(133, 210, 255, .10);
}

.bg-carousel h2 {
    color: var(--secondary-color);
}

.bg-carousel p {
    color: white;
}

.bg-carousel button {
    border: none;
    background-color: var(--secondary-color);
    border-radius: 50px;
    padding: .5rem 5rem;
    color: var(--primary-color);
}

.bg-carousel .services-mobile-button-btn {
    border: none;
    background-color: var(--secondary-color);
    border-radius: 50px;
    padding: .5rem 2rem !important;
    color: var(--primary-color);
    height: 3rem !important;
}

#carousel-games-desktop h2 {
    color: #E61C44;
}

#carousel-games-desktop a button {
    color: white;
    background-color: var(--primary-color);
    border: none;
    border-radius: 20px;
    padding: .5rem 2rem;
}

.games-mobile-toggle h2 {
    color: #E61C44;
}

.games-mobile-toggle a button {
    color: white;
    background-color: var(--primary-color);
    border: none;
    border-radius: 50px;
    padding: .5rem 2rem !important;
    height: 3rem !important;
}

/* Contato */
.span-required {
    display: none;
}

.fs-span-input,
.fs-span-char-count {
    font-size: 0.9em;
}

.fs-span-textarea {
    font-size: 0.8em;
}

.contact-contato {
    color: var(--primary-color) !important;
}

.contact-contato h2 {
    font-size: 50px;
}

.contact-contato button {
    border: none;
    border-radius: 50px;
    padding: 0 2rem;
    font-size: 50px;
    background-color: var(--secondary-color);
    color: var(--primary-color) !important;
}

.contact-contato p,
.contact-contato a {
    font-size: 25px;
}

.contact-contato button img {
    height: 5rem !important;
}

.contact-contato a {
    text-decoration: none;
    color: var(--primary-color) !important;
}

.php-contact-error {
    color: red;
    margin-top: 6rem;
    text-align: center;
}

@media (max-width: 991px) {
    .contact-contato button {
        font-size: 25px;
    }

    .contact-contato button img {
        height: 3rem !important;
    }
}