﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
#btback {
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;

}
#Tabela {
    border-collapse: collapse;
    width: 100%;
    align-content: center;
    border-radius: 4px 4px 4px 4px;
}

    #Tabela th, td {
        padding: 8px;
        text-align: left;
        border-bottom: 1px solid #F2F2F2;
        color: #F2F2F2;
    }

    #Tabela tr:hover td {
        background-color: #4E4F50 !important;
        color: #D5D5D5;
    }

/* Estilo para o loader */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Fundo semi-transparente */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Garante que o loader fique por cima de tudo */
}

.loader {
    border: 8px solid #f3f3f3; /* Cor de fundo do loader */
    border-top: 8px solid #3498db; /* Cor da parte giratória */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

/* Animação de rotação */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* Hover para os links da sidebar */
.offcanvas-body .nav-link:hover {
    background-color: #C83885;
    color: #ffffff !important;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out;
}

.card-hover-effect {
    background: linear-gradient(145deg, #1a1a1d, #222226);
    border: 1px solid rgba(0, 255, 255, 0.15);
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(114, 130, 146, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .card-hover-effect:hover {
        transform: scale(1.01);
        box-shadow: 0 10px 30px rgba(0, 255, 255, 0.35);
        border-color: rgba(0, 255, 255, 0.4);
        z-index: 3;
    }

.btn-outline-info-custom {
    color: #0dcaf0;
    border: 1px solid #0dcaf0;
    background-color: transparent;
    transition: all 0.3s ease;
}

    .btn-outline-info-custom:hover {
        background-color: #0dcaf0;
        color: #000;
        box-shadow: 0 0 12px #0dcaf0, 0 0 24px #0dcaf0;
    }

.card-footer-border-top {
    border-top: 2px solid rgba(0, 255, 255, 0.3); /* ciano com leve transparência */
}






#frame {
    width: 100%;
    height: 100%;
    position: relative;
    left: -65px;
    top: 0px;
}

#frame {
    -ms-zoom: 0.7;
    -moz-transform: scale(0.7);
    -moz-transform-Origin: 0px 0;
    -o-transform: scale(0.7);
    -o-transform-Origin: 0 0;
    -webkit-transform: scale(0.7);
    -webkit-transform-Origin: 0 0;
}

.iframe-wrapper {
    position: relative;
    width: 100%;
    padding-top: 150%;
    overflow: hidden;
    border: none;
}

    .iframe-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

@media (min-width: 768px) {
    .iframe-wrapper {
        padding-top: 80vh;
    }
}

@media (min-width: 1200px) {
    .iframe-wrapper {
        padding-top: 1500px;
    }
}

/* Apenas no mobile */
@media (max-width: 768px) {
    a {
        font-size: 20px !important;
    }
}
@media (max-width: 768px) {
    p {
        font-size: 20px !important;
    }
}
@media (max-width: 768px) {
    .nav-link,
    .navbar-nav a,
    .dropdown-item {
        font-size: 22px !important;
    }
}

@media (max-width: 768px) {
    .card-title {
        font-size: 24px !important;
    }
}


@media (max-width: 768px) {
    .card-text {
        font-size: 22px !important;
    }
}

@media (max-width: 768px) {
    .btn-cart {
        font-size: 20px !important;
        padding: 12px 20px !important;
    }
}
/* Checkboxes maiores no mobile */
@media (max-width: 768px) {
    .form-check-input.custom-checkbox {
        width: 24px;
        height: 24px;
    }

    .form-check-label {
        font-size: 20px; /* aumenta o texto também */
        margin-left: 6px;
    }
}
/* Apenas para telas grandes (desktop) */
/*@media (min-width: 769px) {
    .center-container {
        margin-top: -30px;*/ /* sobe o card apenas em desktop */
    /*}
}*/

/* Ajuste mobile */
@media (max-width: 768px) {
    .center-container {
        padding: 10px;
        margin-top: 10px;
    }

    .card {
        width: 100% !important;
    }
}