﻿@charset "UTF-8";
/*
Theme Name: Unific
Theme URI:	https://unific.com.br
Description:	Um único login. Todas as plataformas.
Version:	1.0
Author:		Luan
*/
@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700);

:root {

}

body.onepage {
  font-size: 13px;
  background-color: #111;
  padding: 0;
  margin: 0;
}

/* BRAND */

.navbar-brand a img {
  width: 100px !important;
  height: auto !important;
}

/* NAV */

body.onepage > .navbar {
  display: none;
}

header {
  position: absolute;
  width: 100%;
  z-index: 5;
}

header .navbar {
  margin-top: 30px;
  padding: 10px 20px;
  border: solid 2px #584285;
  border-radius: 30px;
}

.dropdown-menu {
  border-radius: 20px;
  border: 0;
  margin-top: 0 !important;
  border-top-right-radius: 0 !important;
  padding: 20px;
  left: auto !important;
  right: 0;

  transition: all 0.6s ease-in-out;
}

.dropdown-menu .user-nav {
  justify-content: end;
}

.dropdown-menu .user-nav .user-status {
  margin-bottom: 15px;
}

.dropdown-menu .user-nav span {
  font-size: 13px;
}

.dropdown-menu .nav-item .dropdown-item {
  font-size: 13px;
  border-radius: 10px;
}

.dropdown-menu .nav-item .dropdown-item:hover {
  color: #FFF;
  background-color: #584285;
}

/* BOTÃO AVATAR */


.nav-link.dropdown-toggle.show {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* HERO SECTION */

.hero-section {
  position: relative;
  width: 100%;
  height: 650px;
  /* height: 650px; */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;

  border-bottom: 0.1rem solid black;
  border-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(76, 183, 163) 43%, rgb(117, 73, 242) 54%, rgba(0, 0, 0, 0) 100%) 100 / 1 / 0 stretch;
}

#video-hero{
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-section .wrapper {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.hero-section h2 {
  color: #FFF;
  font-size: 55px;
  line-height: 1.1em;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-section p {
  color: #FFF;
  font-size: 21px;
  margin-bottom: 30px;
}

.content-hero-section {
  width: 100%;
  height: 100%;
}

.hero-section .content-hero-section::before {
  content: " ";
  position: absolute;
  inset: 0px;
  background: linear-gradient(transparent 65%, rgb(0, 0, 0) 100%);
}

.hero-section .content-hero-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-botoes {
  display: flex;
  justify-content: center;
}

.hero-section .btn-primary, .entrar-nav {
  font-size: 0.9rem;
  font-weight: 600;
  outline: rgba(182, 202, 255, 0.33) solid 0.1rem;
  outline-offset: 0px;
  color: #000 !important;
  padding: 0.5rem 1.5rem;
  box-shadow: rgba(255, 255, 255, 0.48) 0px -16px 24px 0px inset, rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), radial-gradient(123.72% 71.29% at 7.15% 100%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(234.4% 144.94% at 84.62% 0%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(26deg, rgba(255, 255, 255, 0.17) -32.04%, rgba(255, 255, 255, 0) 133.43%);
  transition: 0.4s ease-in-out;
}

.hero-section .btn-primary:hover, .entrar-nav:hover {
  background: rgb(88, 66, 133, 1) !important;
  color: #FFF !important;
}

.hero-section .btn-secondary {
  font-size: 0.9rem;
  font-weight: 600;
  outline: rgba(182, 202, 255, 0.33) solid 0.1rem;
  outline-offset: 0px;
  color: #FFF;
  padding: 0.5rem 1.5rem;
  box-shadow: rgba(255, 255, 255, 0.48) 0px -16px 24px 0px inset, rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
  border: solid 2px rgba(182, 202, 255, 0.8);
  background: transparent;
  transition: 0.4s ease-in-out;
  
}

.hero-section .btn-secondary:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), radial-gradient(123.72% 71.29% at 7.15% 100%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(234.4% 144.94% at 84.62% 0%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(26deg, rgba(255, 255, 255, 0.17) -32.04%, rgba(255, 255, 255, 0) 133.43%) !important;
  color: #000;
}

/* Como Funciona */

.como-funciona {
  padding: 60px 0 !important;
  margin: 0 !important;

  border-bottom: 0.1rem solid black;
  border-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(76, 183, 163) 43%, rgb(117, 73, 242) 54%, rgba(0, 0, 0, 0) 100%) 100 / 1 / 0 stretch;
}

.como-funciona .icon {
  cursor: default;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
}

.como-funciona i {
  background: transparent !important;
  font-size: 55px;
  color: #977dc9;
  margin: 0;
  padding: 0;
}

.como-funciona h2 {
  color: #FFF;
  font-size: 45px;
  line-height: 1.1em;
  font-weight: 700;
  margin-bottom: 20px;
}

.como-funciona p {
  color: #FFF;
  font-size: 18px;
  margin-bottom: 30px;
}

.como-funciona h3 {
  font-size: 34px;
  color: #FFF;
}

.como-funciona .col-md-4 p {
  font-size: 16px;
}

/* CTA */

.cta-section {
  background: linear-gradient(135deg, #4b1c91, #7038c7);
  color: #ffffff;
  margin: 0 !important;
  padding: 60px 20px !important;
  text-align: center;

  border-bottom: 0.1rem solid black;
  border-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(76, 183, 163) 43%, rgb(117, 73, 242) 54%, rgba(0, 0, 0, 0) 100%) 100 / 1 / 0 stretch;
}

.cta-container {
  margin: 0 auto;
}

.cta-section h2 {
  font-size: 45px;
  margin-bottom: 20px;
}

.cta-section p {
  font-size: 18px;
  margin-bottom: 30px;
}

.cta-button {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  outline: rgba(182, 202, 255, 0.33) solid 0.1rem;
  outline-offset: 0px;
  color: #000 !important;
  padding: 0.5rem 1.5rem;
  box-shadow: rgba(255, 255, 255, 0.48) 0px -16px 24px 0px inset, rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), radial-gradient(123.72% 71.29% at 7.15% 100%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(234.4% 144.94% at 84.62% 0%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(26deg, rgba(255, 255, 255, 0.17) -32.04%, rgba(255, 255, 255, 0) 133.43%);
  transition: 0.4s ease-in-out;
}

.cta-button:hover {
  background: rgb(88, 66, 133, 1) !important;
  color: #FFF !important;
}


/* Footer */

.site-footer {
  background-color: #000;
  color: #ffffff;
  padding: 40px 20px;
  text-align: center;
}

.footer-container {
  max-width: 900px;
  margin: 0 auto;
}

.footer-description {
  font-size: 1.1em;
  margin-bottom: 20px;
}

.footer-links a {
  margin: 0 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.footer-links i {
  font-size: 21px;
  color: #ffffff;
}

.footer-links img:hover {
  opacity: 1;
}

.footer-copy {
  margin-top: 20px;
  font-size: 0.9em;
  color: #cfcfcf;
}


@media (max-width: 767px) {
  .navbar-brand {
    text-align: center;
  }

  header .navbar {
    margin: 40px auto 0 auto;
    width: fit-content;
  }

  /* HERO SECTION */
  .hero-section {
    padding: 40px 20px;
    text-align: center;
  }

  .hero-section h2 {
    font-size: 32px;
    padding: 0 10px;
  }

  .hero-section p {
    font-size: 16px;
    padding: 0 10px;
  }

  .hero-botoes {
    flex-direction: column;
    gap: 15px;
  }

  .hero-section .btn-primary,
  .hero-section .btn-secondary {
    width: 100%;
    padding: 12px;
    font-size: 16px;
  }

  /* COMO FUNCIONA */
  .como-funciona {
    padding: 40px 20px !important;
  }

  .como-funciona h2 {
    font-size: 28px;
  }

  .como-funciona p {
    font-size: 16px;
  }

  .como-funciona h3 {
    font-size: 22px;
  }

  .como-funciona .col-md-4 {
    margin-bottom: 30px;
    text-align: center;
  }

  /* CTA SECTION */
  .cta-section {
    padding: 40px 20px !important;
  }

  .cta-section h2 {
    font-size: 28px;
  }

  .cta-section p {
    font-size: 16px;
  }

  .cta-button {
    display: inline-block;
    width: 100%;
    padding: 12px;
    font-size: 16px;
  }

  /* FOOTER */
  .site-footer {
    padding: 30px 20px;
  }

  .footer-description {
    font-size: 16px;
  }

  .footer-copy {
    font-size: 14px;
  }

  .footer-links {
    margin-top: 20px;
  }

  .footer-links a {
    width: 26px;
    height: 26px;
  }

  .footer-links img {
    width: 100%;
  }

  /* Dropdown / Navbar */
  .dropdown-menu {
    padding: 15px;
  }

  .dropdown-menu .nav-item .dropdown-item {
    font-size: 14px;
  }
}
