@charset "UTF-8";

/* Global */

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: 'Outfit', sans-serif;
    color: #3C3C3B;
}

.wow {
    visibility: hidden;
}

a {
    color: #63b9e9;
    text-decoration: none;
    transition: all .3s ease;
    opacity: 1;
}

a:hover {
    opacity: .75;
}

a.link-dgray {
    opacity: 1;
    transition: all .3s ease;
    text-decoration: none;
    color: #3C3C3B;
}

a.link-dgray:hover {
    opacity: .75;
    color: #3C3C3B;
}

strong {
    font-weight: 700;
}

section {
    padding: 84px 0;
}

.row {
    --bs-gutter-x: 6rem;
}

/* Header */

header {
    position: relative;
    background: linear-gradient(135deg, rgba(99,185,233,1) 0%,rgba(118,184,42,1) 100%);
}

header::before {
    content: "";
    background-image: url('../img/bg-header.png');
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    opacity: .2;
}

.header-content {
    position: relative;
    padding: 60px 0;
}

.header-content h1, .header-content  h2 {
    color: #fff;
    font-weight: 200;
}

.header-content .logo-isg {
    max-height: 160px;
}

/* Buttons */

.btn-outline-primary {
    --bs-btn-color: #63b9e9;
    --bs-btn-border-color: #63b9e9;
    --bs-btn-hover-bg: #63b9e9;
    --bs-btn-hover-border-color: #63b9e9;
    --bs-btn-active-bg: #63b9e9;
    --bs-btn-active-border-color: #63b9e9;
    --bs-btn-disabled-color: #63b9e9;
    --bs-btn-disabled-border-color: #63b9e9;
}

.btn-outline-success {
    --bs-btn-color: #76B82A;
    --bs-btn-border-color: #76B82A;
    --bs-btn-hover-bg: #76B82A;
    --bs-btn-hover-border-color: #76B82A;
    --bs-btn-focus-shadow-rgb: 25,135,84;
    --bs-btn-active-bg: #76B82A;
    --bs-btn-active-border-color: #76B82A;
    --bs-btn-disabled-color: #76B82A;
    --bs-btn-disabled-border-color: #76B82A;
}

/* Content */

#award-isg {
    background-color: #f5f5f5;
}

#fotos-isg {
    margin-top: 30px;
    margin-bottom: 32px;
}

#form-isg {
    border: 1px solid #76B82A;
    max-width: 556px;
}

#form-isg h5 {
    color: #76B82A;
}

#about-isg {
    position: relative;
    color: #fff;
    background: linear-gradient(135deg, rgba(99,185,233,1) 0%,rgba(118,184,42,1) 100%);
}

#about-isg::before {
    content: "";
    background-image: url('../img/bg-header2.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    opacity: .2;
}

#about-isg a {
    color: #fff;
}

#abest {
    padding: 140px 0 150px 0;
    background-color: #fff;
}

#abest i {
    font-size: 36px;
}

.blockquote {
    max-width: 620px;
    border-left: 3px solid #63b9e9;
    padding-left: 20px;
}

.blockquote-footer {
    margin-top: -0.5rem;
    margin-bottom: 0;
    padding-left: 23px;
}

#btn-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#btn-whatsapp > div {
    width: 60px;
    height: 60px;
    border-radius: 45px;
    background-color: #fff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .16);
}

#btn-whatsapp a {
    color: #00A859;
}

/* === Incrementos 2026 === */

/* Navbar fixa (estrutura 2025) */

#menu-topo {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    padding-top: 12px;
    padding-bottom: 12px;
}

#menu-topo .navbar-brand img {
    max-height: 42px;
}

#menu-topo .nav-link {
    color: #3C3C3B;
    font-weight: 400;
    margin-left: 8px;
    transition: all .3s ease;
}

#menu-topo .nav-link:hover {
    color: #63b9e9;
}

header, section, footer {
    scroll-margin-top: 72px;
}

#hero .header-content {
    padding-top: 130px;
}

/* Seção IA Microsoft */

#ia-microsoft {
    position: relative;
    color: #fff;
    background: linear-gradient(135deg, rgba(118,184,42,1) 0%, rgba(99,185,233,1) 100%);
}

#ia-microsoft::before {
    content: "";
    background-image: url('../img/bg-header.png');
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    opacity: .15;
}

#ia-microsoft .card-ia {
    background-color: #fff;
    color: #3C3C3B;
    border-radius: 8px;
    box-shadow: 3px 3px 12px rgba(0, 0, 0, .12);
}

#ia-microsoft .card-ia i {
    color: #63b9e9;
}

#ia-microsoft .card-ia h5 {
    font-size: 1.05rem;
}

#ia-microsoft .card-ia p {
    font-size: .9rem;
}

#ia-microsoft .video-ia {
    max-width: 640px;
    box-shadow: 3px 3px 12px rgba(0, 0, 0, .2);
}

/* Momentos */

#momentos {
    background-color: #fff;
}

#momentos .carousel-item img {
    border-radius: 6px;
}

/* Rodapé */

#rodape {
    background-color: #0f2b46;
    color: #fff;
    padding: 48px 0;
}

#rodape a {
    color: #fff;
}

#rodape .tagline {
    font-size: .85rem;
    opacity: .6;
}
