/**
 *
 * Theme Name: FECAP - BGS 2025
 * Theme URL: https://www.fecap.br/bgs2025
 * Description: Tema para FECAP - BGS 2025
 * Version: 1.0
 * Author: Jonas Souza
 * Author URI: https://github.com/jonasmzsouza/
 *
 */

@font-face {
  font-family: 'TT Octosquares Trl Cnd Md';
  src: url('../../vendor/font/TTOctosquares/TTOctosquaresTrlCnd-Md.eot');
  src: url('../../vendor/font/TTOctosquares/TTOctosquaresTrlCnd-Md.eot?#iefix') format('embedded-opentype'),
    url('../../vendor/font/TTOctosquares/TTOctosquaresTrlCnd-Md.woff2') format('woff2'),
    url('../../vendor/font/TTOctosquares/TTOctosquaresTrlCnd-Md.woff') format('woff'),
    url('../../vendor/font/TTOctosquares/TTOctosquaresTrlCnd-Md.ttf') format('truetype'),
    url('../../vendor/font/TTOctosquares/TTOctosquaresTrlCnd-Md.svg#TTOctosquaresTrlCnd-Md') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Octosquares Trl Cnd Blc';
  src: url('../../vendor/font/TTOctosquares/TTOctosquaresTrlCnd-Blc.eot');
  src: url('../../vendor/font/TTOctosquares/TTOctosquaresTrlCnd-Blc.eot?#iefix') format('embedded-opentype'),
    url('../../vendor/font/TTOctosquares/TTOctosquaresTrlCnd-Blc.woff2') format('woff2'),
    url('../../vendor/font/TTOctosquares/TTOctosquaresTrlCnd-Blc.woff') format('woff'),
    url('../../vendor/font/TTOctosquares/TTOctosquaresTrlCnd-Blc.ttf') format('truetype'),
    url('../../vendor/font/TTOctosquares/TTOctosquaresTrlCnd-Blc.svg#TTOctosquaresTrlCnd-Blc') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Octosquares Trl Cnd';
  src: url('../../vendor/font/TTOctosquares/TTOctosquaresTrlCnd-Bd.eot');
  src: url('../../vendor/font/TTOctosquares/TTOctosquaresTrlCnd-Bd.eot?#iefix') format('embedded-opentype'),
    url('../../vendor/font/TTOctosquares/TTOctosquaresTrlCnd-Bd.woff2') format('woff2'),
    url('../../vendor/font/TTOctosquares/TTOctosquaresTrlCnd-Bd.woff') format('woff'),
    url('../../vendor/font/TTOctosquares/TTOctosquaresTrlCnd-Bd.ttf') format('truetype'),
    url('../../vendor/font/TTOctosquares/TTOctosquaresTrlCnd-Bd.svg#TTOctosquaresTrlCnd-Bd') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Octosquares Trl Cnd';
  src: url('../../vendor/font/TTOctosquares/TTOctosquaresTrlCnd-Rg.eot');
  src: url('../../vendor/font/TTOctosquares/TTOctosquaresTrlCnd-Rg.eot?#iefix') format('embedded-opentype'),
    url('../../vendor/font/TTOctosquares/TTOctosquaresTrlCnd-Rg.woff2') format('woff2'),
    url('../../vendor/font/TTOctosquares/TTOctosquaresTrlCnd-Rg.woff') format('woff'),
    url('../../vendor/font/TTOctosquares/TTOctosquaresTrlCnd-Rg.ttf') format('truetype'),
    url('../../vendor/font/TTOctosquares/TTOctosquaresTrlCnd-Rg.svg#TTOctosquaresTrlCnd-Rg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*****************************
 *  ESTILOS GLOBAIS
 ******************************/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  outline: none;
  border: none;
}

body {
  font-family: 'TT Octosquares Trl Cnd Md';
  font-weight: 400;
  font-style: normal;
  background-color: #111111;
  background-image: url('../../img/bgs2025/background.webp');
  color: var(--f-global-color-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: var(--f-global-color-white);
  font-family: 'TT Octosquares Trl Cnd Blc', sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
}

p {
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: var(--f-global-color-white);
  margin-bottom: 1.5rem;
}

a {
  text-decoration: none;
}

/*****************************
 *  SCROLLBAR
 ******************************/
::-webkit-scrollbar-track,
::-webkit-scrollbar {
  width: 8px !important;
  background-color: #000000;
}

::-webkit-scrollbar-thumb {
  background-color: #1aff00;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #24bf13;
}

/*****************************
*  SECTION
******************************/
.bgs-top-section {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.bgs-top-section .container-fluid,
.bgs-top-section .row,
.bgs-top-section .col {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bgs-section {
  min-height: 100vh;
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bgs-section .container-fluid {
  display: -ms-inline-grid;
  display: inline-grid;
}

.bgs-section .col-lg-10 {
  -ms-flex-line-pack: center;
  align-content: center;
  justify-items: center;
}

/*****************************
*  BUTTON
******************************/
.bgs-top-section .bgs-button-container {
  margin-bottom: 60px;
}

.bgs-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bgs-button {
  background-color: #1AFF00;
  color: #000000;
  padding: 10px;
  min-width: 230px;
  height: auto;
  font-family: 'TT Octosquares Trl Cnd Blc', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  line-height: 1.8;
  letter-spacing: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  outline: none;
  border: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.bgs-button:hover::before,
.bgs-button:focus::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 47, 28, 0.2);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}

/*****************************
 *  ELEMENTS
 ******************************/
.element {
  margin: auto;
  max-width: 100%;
  position: absolute;
  top: calc((100vh / 2) - 250px);
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  z-index: -1;
}

.element::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 68, 48, 0.2);
  z-index: 1;
}

.left {
  left: 0;
}

.right {
  right: 0;
}

.icon-capacete {
  height: 50px;
  margin-right: 15px;
}

/*****************************
 *  CURSOS
 ******************************/
.group-card {
  margin-bottom: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem
}

.group-card-item {
  width: 100%;
  min-width: 300px;
  max-width: 360px;
  padding: 1rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.group-card-item .course {
  border: 1px solid rgb(26, 255, 0);
}

.group-card-item a {
  color: var(--f-global-color-white);
  text-transform: uppercase;
}

.group-card-item a:hover,
.group-card-item a:focus {
  text-decoration: underline;
}

.img-title-container {
  width: 200px;
  margin: auto;
  margin-bottom: 30px;
}

.title-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.list-courses {
  list-style: none;
  padding-left: 0;
  color: #1AFF00;
}

/*****************************
*  FORM
******************************/
.check-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

form .error {
  color: #c73442;
  font-size: 0.8rem;
  font-weight: 500;
}

#validationContent i,
#validationContent p {
  text-shadow: none;
  margin: 0;
}

#validationContent .alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .25rem;
  border-radius: 0;
}

#validationContent .alert-success {
  background-color: #4e9d6a;
  border-color: #4e9d6a;
}

#validationContent .alert-danger {
  background-color: #c73442;
  border-color: #c73442;
}

/*****************************
*  NETWORK
******************************/
#network p {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
}

#network .address p {
  font-size: 1rem;
  margin: 0;
}

#network a,
#network span {
  font-size: 1rem;
  color: #1AFF00;
}

#network a:hover,
#network a:focus {
  text-decoration: underline;
}

#network img.logo {
  margin: 0 auto;
  max-width: 130px;
}

#network img.logo.colegio {
  max-width: 200px;
}

#network .featured-phrase {
  font-size: 1.5rem;
  color: #1AFF00;
  text-transform: uppercase;
}

#network .social-newtwork {
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#network .social-newtwork a {
  text-decoration: none;
  margin: 5px;
}

#network .social-newtwork i {
  width: 40px;
  height: 40px;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  color: #3bd62a;
  border: 1px solid #3bd62a;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-shadow: none;
}

#network .social-newtwork a:hover i,
#network .social-newtwork a:focus i,
#network .social-newtwork a:active i {
  color: #118f03;
  border: 1px solid #118f03;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*****************************
 *  GO TOP BUTTON
 ******************************/
#goTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #1AFF00;
  color: #000000;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  cursor: pointer;
  z-index: 1000;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

#goTopBtn:hover::before,
#goTopBtn:focus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 47, 28, 0.2);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1001;
}

/*****************************
*  MEDIA QUERIES
******************************/
@media (min-width: 768px) {
  .bgs-button {
    font-size: 1.4rem;
  }

  #network .address p {
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  .bgs-section {
    font-size: 18px;
  }

  .img-title-container {
    width: 260px;
  }

  .group-card {
    gap: 1.4rem
  }

  .group-card-item {
    padding: 2rem;
  }
}

@media (min-width: 1200px) {
  .element {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    top: 3rem;
    height: calc(100vh - 6rem);
  }

  .group-card-item {
    max-width: 400px;
  }

  .img-title-container {
    width: 320px;
  }
}