
/* font */
@import url('https://use.typekit.net/mik6iol.css');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
/* variable */
:root {      
    --alt-font: "neulis-cursive", sans-serif;
    --primary-font: 'Manrope', sans-serif;
    --base-color: #ef4652;
    --dark-gray: #0e3358;
    --jade: #00b88c;
    --medium-slate-blue: #0e3358;
    --medium-gray: #5f6b82;
    --aluminium-grey: rgba(255, 255, 255, 0.5);
    --very-light-gray: rgba(235, 239, 246, 0.4);
}
body {
    font-size: 17px;
    line-height: 28px;
}
/* header */
header .navbar-brand img {
    max-height: 42px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a,
.navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 17px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
/* button */
.btn {
    font-weight: 600;
    font-family: var(--primary-font);
    letter-spacing: normal;
    text-transform: none;
}
.btn.btn-switch-text.btn-extra-large > span {
    padding: 18px 34px;
}
.btn.btn-switch-text.btn-large > span {
    padding: 16px 32px;
}
.btn.btn-large {
    font-size: 17px;
}
.btn.btn-switch-text.btn-medium > span {
    padding: 13px 26px;
}
.btn.btn-transparent-blue-light {
    border-color: rgba(14, 42, 48, 0.20);
    color: var(--dark-gray);
}
.btn.btn-transparent-blue-light:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
    color: var(--white);
}
/* bg background color */
.bg-light-blue-gray {
    background-color: #ebeff6;
}
/* Gradient background color */
.bg-gradient-blue-transparent-first {
    background: linear-gradient(to top, rgb(235, 239, 246, 1) 10%, rgba(235, 239, 246, 0) 100%);
}
.bg-gradient-blue-transparent-second {
    background: linear-gradient(to bottom, rgb(235, 239, 246, 1) 10%, rgba(235, 239, 246, 0) 100%);
}
/* .bg-gradient-white-bottom-transparent {
    background: rgb(0, 0, 0);
    background: linear-gradient(271deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 60%);
} */
/* Border color */
.border-color-extra-medium-gray {
    border-color: rgba(14, 42, 98, 0.2) !important;
}
/* Video icons */
.video-icon-extra-large .video-icon {
    width: 170px;
    height: 170px;
    font-size: 16px;
}
/* Page title style */
.page-title-double-large h1 {
    font-size: 4.375rem;
    line-height: 4.375rem;
}
.down-section {
    bottom: 30px;
}
/* left */
.left-25 {
    left: 25%;
}
/* footer */
footer .footer-logo img {
    max-height: 64px;
}
.footer-dark a:hover {
    color: var(--white);
    opacity: 1;
}
.footer-dark .newsletter-style-02 input::placeholder {
    color: var(--white) !important;
    opacity: 0.5; /* Firefox */
}
.footer-dark .newsletter-style-02 input:-ms-input-placeholder {
    color: var(--white) !important;
}
.footer-dark .newsletter-style-02 input::-ms-input-placeholder {
    color: var(--white) !important;
}
footer ul li {
    margin-bottom: 2px;
}

@media (max-width: 1600px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1345px;
    }
}
@media (max-width: 1400px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media (max-width: 1199px) {
    .video-icon-extra-large .video-icon {
        width: 140px;
        height: 140px;
    }
    .extra-small-screen {
        height: 300px !important;
    }
    .navbar>.container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar .navbar-nav .nav-link {
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media (max-width: 991px) {
    .video-icon-extra-large .video-icon {
        width: 120px;
        height: 120px;
    }
}

/* Custom CSS*/
header .navbar-brand img {
    max-height: 46px;
    height: 46px;
}

/* Estilo padrão (desktop): gradiente da esquerda para a direita */
.hero {
  background-image: linear-gradient(to right, rgb(14, 51, 88), rgba(14, 51, 88, 0)), url(../images/background-escola-mov-lapis-de-cor-35anos.webp);
  background-size: cover;
  background-position: center;
  height: 90vh;
}

/* Estilo para mobile: gradiente de cima pra baixo, com escuro em cima */
@media (max-width: 768px) {
  .hero {
    background-image: linear-gradient(to bottom, rgba(14, 51, 88, 0.8), rgba(14, 51, 88, 0)), url(../images/background-escola-mov-lapis-de-cor-35anos.webp);
    padding-top: 80px !important;
  }
}

.footer-credit {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}
@media (max-width: 768px) {
    .footer-credit {
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
}

.footer-credit-link {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

.footer-credit-text {
  position: relative;
  color: #fff;
  font-weight: 700;
  display: contents;
  font-size: 20px;
}

.footer-credit-text::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease;
}

.footer-credit-link:hover {
    color: #fff;
}
.footer-credit-link:hover .footer-credit-text::after {
  width: 100%;
}

.footer-credit-logo {
  max-height: 24px;
  transition: transform 0.3s ease;
}

.footer-credit-link:hover .footer-credit-logo {
  transform: scale(1.025);
}


/* Footer improvements */
.footer-credit-link {
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-credit-link:hover {
    color: #7B00F6;
    text-decoration: none;
}

.footer-credit-link:hover .footer-credit-logo path[fill="#7B00F6"] {
    fill: #fff;
}

.footer-credit-text {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.footer-credit-logo {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}

/* Responsive adjustments for footer */
@media (max-width: 767px) {
    .footer-bottom {
        padding-bottom: 100px !important;
    }
    
    .footer-credit-link {
        justify-content: center;
    }
    
    .footer-credit-text {
        font-size: 18px;
    }
}

/* Ensure proper spacing for mobile chat widgets */
@media (max-width: 480px) {
    .footer-bottom {
        padding-bottom: 80px !important;
    }
}