/******* ITS Tecnologia Criativa ********/
/*! Desenvolvido por Iaponã Pedroza -
- Jaboatão dos Guararapes - PE - BR -
Fase I - Agosto - Dezembro - 2021 - Front-End Site
Fase II - ABRIL - DEZEMBRO - 2022 - FE BE - MW - SiteApp
Fase III - JANEIRO - DEZEMBRO - 2023 - FE BE - MW - WebSiteApp
Fase IV - JANEIRO - DEZEMBRO - 2024 - FE BE DB - MW - WebSiteApp
Fase IV - JANEIRO - DEZEMBRO - 2025 - FE BE DB - MW - WebSiteApp
 */
@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

/*Paleta de cores padrão base*/
:root {
    transition: all 0.7s ease-in-out;
    --cyan: #17a2b8;
    --ciano: rgb(0, 174, 239);
    --ciano-darkerCredit-op: rgba(0, 123, 255, 0.7);
    --ciano-dark-op: rgba(0, 123, 255, 0.4);
    --ciano-darker-op: rgba(0, 174, 239, 0.7);
    --blue: #007bff;
    --footersys: #009de4;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: rgb(0, 174, 239);
    --secondary: #6ebbf6;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #fef1ef;
    --dark: #211e1c;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #009de4;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-text-bg-light: #ecebed;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --brand: #009de4;
    --body: #516171;
    --border: rgba(0, 0, 0, 0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

@font-face {
    font-family: "Inter-Variable";
    src: local(inter-VariableFonte_slnt, wght),
        url(../font/Inter-VariableFont_slnt\wght.ttf);
}

@font-face {
    font-family: "Inter-Regular";
    src: local(Inter-Regular), url(../font/Inter-Regular.ttf);
}

@font-face {
    font-family: "Inter-Bold";
    src: local(Inter-Bold), url(../font/Inter-Bold.ttf);
}

@font-face {
    font-family: "Inter-Black";
    src: local(Inter-Black), url(../font/Inter-Black.ttf);
}

@font-face {
    font-family: "Inter-SemiBold";
    src: local(Inter-SemiBold), url(../font/Inter-SemiBold.ttf);
}

@font-face {
    font-family: "Inter-ExtraBold";
    src: local(Inter-ExtraBold), url(../font/Inter-ExtraBold.ttf);
}

@font-face {
    font-family: "Inter-ExtraLight";
    src: local(Inter-ExtraLight), url(../font/Inter-ExtraLight.ttf);
}

@font-face {
    font-family: "Inter-Light";
    src: local(Inter-Light), url(../font/Inter-Light.ttf);
}

@font-face {
    font-family: "Inter-Medium";
    src: local(Inter-Medium), url(../font/Inter-Medium.ttf);
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Padrão de forma elementos chave */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

/* fontes padrão */
html {
    /* font-size: 62.5%; */
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    height: 100%;
}

body {
    /* background: linear-gradient(135deg, var(--primary), var(--secondary)); */
    font-family: "Inter-Regular";
    /* font-size: 1.6rem; */
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
    transition: all 0.7s ease-in-out;
    animation: fadeIn 1.5s ease-in-out;
}

body::-webkit-scrollbar {
    width: 0.7rem;
    background-color: var(--ciano-dark-op);
}

body::-webkit-scrollbar-button {
    border: 1px;
    background-color: var(--light);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--ciano-dark);
    border-radius: 7px;
    border: calc(7px / 4) solid var(--light);
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

/* text-shadow: .05rem .15rem .15rem rgba(0, 0, 0, .35) !important; */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter-Bold";
    font-weight: 700 !important;
    /* margin-left: 0.3rem; */
}

.display-1,
.display-2,
.display-3,
.display-4 {
    font-weight: 700;
    color: var(--dark);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

p {
    font-family: "Inter-Regular";
}

header .navbar a {
    font-family: "Inter-Bold" !important;
    text-decoration: none;
}

footer .nav .nav-link {
    font-family: "Inter-Regular";
    text-decoration: none;
    color: white;
}

canvas {
    max-width: 100vw;
    max-height: 100vh;
}

.logo-pic {
    width: 120px;
    height: 120px;
    border-radius: 15%;
    /* margin-top: 180px;
            margin-bottom: 15px; */
    object-fit: contain;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.profile-pic {
    width: 120px;
    height: 120px;
    border-radius: 15%;
    /* margin-top: 180px;
            margin-bottom: 15px; */
    object-fit: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.countdown {
    font-weight: bold;
    font-size: 1.8rem;
    color: var(--bs-green);
    margin-bottom: 15px;
}

.btn {
    display: inline-block;
    margin: 10px 5px;
    padding: 12px 25px;
    background-color: var(--bs-primary);
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    transition: slideIn 0.7s ease;
}

.btn:hover {
    background-color: #144c85;
}

.container {
    background: var(--secondary);
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    max-width: 550px;
    margin-top: 50px;
    width: 100%;
    animation: slideIn 1s ease forwards;
}

.card {
    background: var(--bs-light);
   /*  padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); */
    max-width: 550px;
    width: 100%;
    animation: slideIn 1s ease forwards;
}

footer {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #666;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        transform: translateY(40px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}