/*
==========================================================================================
 Estrutura do site
==========================================================================================
*/
body {
  background-repeat: no-repeat !important;
  background-color: #000000 !important;
  background-position: center !important;
  background-size: cover !important;
  height: 100vh;
  color: #fff;
}

section {
  min-height: 100vh;
}

/*
==========================================================================================
 FIM ESTRUTURA SITE
==========================================================================================
*/

/*
==========================================================================================
 INICIO HEADER
==========================================================================================
*/
.logo-header img {
  max-width: 33px;
}

header input {
  background: #000000 !important;
  border-radius: 5px;
  border: 2px solid #ba8b00 !important;
  color: #ba8b00 !important;
  font-weight: bold;
  width: 100% !important;
}

.logo-header h6 {
  font-weight: normal;
  line-height: 24px;
}

header .container a {
  text-decoration: none;
  font-family: "Bebas Neue", cursive !important;
  display: block;
  padding: 15px;
}

header .container .active h6 {
  border-bottom: #ffc107 2px solid;
}

header .container a h6 {
  font-size: 24px;
}

header .container a:hover {
  color: #ba8b00 !important;
}

/*
==========================================================================================
 FIM HEADER
==========================================================================================
*/

/*
==========================================================================================
 INICIO FOOTER
==========================================================================================
*/
footer {
  background: linear-gradient(to bottom, #ffd700, #5a4e35);
  font-size: 0.75rem;
  color: white;
  position: relative;
  bottom: 0;
  width: 100%;
  margin-top: 1.5rem;
}

#chat {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffd700;
  border: 2px solid #5a4e35;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

#chat i {
  font-size: 1.4rem;
  color: #5a4e2d;
  transform: scaleX(-1);
}
/*
==========================================================================================
 FIM FOOTER
==========================================================================================
*/

/*
==========================================================================================
 GERAL INICIO
==========================================================================================
*/
.bebas-text {
  font-family: "Bebas Neue", cursive !important;
}

.montserrat-text {
  font-family: "Montserrat", cursive !important;
}

.h-100vh {
  min-height: 100vh;
}

.pointer-events-none {
  pointer-events: none;
}
/*
==========================================================================================
 GERAL FINAL
==========================================================================================
*/

/*
==========================================================================================
 CARD INICIO
==========================================================================================
*/
.card-ed .card-header-ed {
  padding: 8px 16px 8px 16px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  font-family: "Bebas Neue", cursive !important;
  font-weight: bold;
}

.card-ed .card-body-ed {
  height: 100%;
  background: #ffffff;
  color: #212529bf;
  height: 160px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  font-family: "Montserrat";
  padding: 16px;
  text-decoration: none solid rgba(33, 37, 41, 0.75);
}
/*
==========================================================================================
 CARD FINAL
==========================================================================================
*/

/*
==========================================================================================
 BODY-CARD-CONTENT INICIO
==========================================================================================
*/
.card-body-out {
  border-radius: 25px;
  color: #000;
}

.card-body-out .card-body-content {
  background: #fff;
  border-radius: 20px;
}

.card-body-out h1 {
  color: black;
  margin-bottom: 5px;
  font-size: 1.7rem;
  font-family: "Bebas Neue", cursive !important;
}

.card-body-out h6 {
  color: #000 !important;
}

.card-body-out hr {
  border-color: #fec235;
  width: 20%;
  margin: 0 auto;
  height: 3px;
  background-color: #fec235;
  border: none;
  opacity: 1;
}

.card-body-out select,
.card-body-out input {
  border-radius: 10px;
  background: #f8f8f8;
  border: 1px solid #ccc;
  height: 40px;
}

.articles img {
  width: 100%;
  height: auto;
}
/*
==========================================================================================
 BODY-CARD-CONTENT FINAL
==========================================================================================

==========================================================================================
 MEDIAS QUERY INICIO
==========================================================================================
*/
@media screen and (max-width: 576px) {
  .p-sm-0 {
    padding: 0px !important;
  }

  iframe {
    width: 100%;
    height: auto;
    min-height: 200px;
  }

  .card-ed .card-header-ed {
    font-size: 1.6rem;
  }

  .card-ed .card-body-ed {
    font-size: 1rem;
  }

  .mobile {
    padding: 0px !important;
  }

  video {
    min-height: 300px;
  }
}

@media screen and (min-width: 577px) and (max-width: 767px) {
  iframe {
    width: 100%;
    height: auto;
    min-height: 300px;
  }

  .card-ed .card-header-ed {
    font-size: 1.5rem;
  }

  .card-ed .card-body-ed {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  iframe {
    width: 100%;
    height: auto;
    min-height: 400px;
  }

  .card-ed .card-header-ed {
    font-size: 1.2rem;
  }

  .card-ed .card-body-ed {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  iframe {
    width: 100%;
    height: auto;
    min-height: 600px;
  }

  .card-ed .card-header-ed {
    font-size: 1.3rem;
  }

  .card-ed .card-body-ed {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  iframe {
    width: 100%;
    height: auto;
    min-height: 600px;
  }

  .card-ed .card-header-ed {
    font-size: 1.5rem;
  }

  .card-ed .card-body-ed {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1400px) {
  iframe {
    width: 100%;
    height: auto;
    min-height: 600px;
  }

  .card-ed .card-header-ed {
    font-size: 1.6rem;
  }

  .card-ed .card-body-ed {
    padding: 10px 10px;
    font-size: 1rem;
  }
}
/*
==========================================================================================
 MEDIAS QUERY FIM
==========================================================================================

==========================================================================================
 OVERRIDE: CURSOS E SIMULADOS (25% maior em cada breakpoint)
==========================================================================================
*/

/* Para telas até 576px */
@media screen and (max-width: 576px) {
  .cursos-card .card-ed .card-header-ed,
  .simulados-card .card-ed .card-header-ed {
    /* 1.6rem base → 25% maior = 2.0rem */
    font-size: 2rem !important;
  }
}

/* 577px até 767px */
@media screen and (min-width: 577px) and (max-width: 767px) {
  .cursos-card .card-ed .card-header-ed,
  .simulados-card .card-ed .card-header-ed {
    /* 1.5rem base → 25% maior = 1.875rem */
    font-size: 1.875rem !important;
  }
}

/* 768px até 991px */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cursos-card .card-ed .card-header-ed,
  .simulados-card .card-ed .card-header-ed {
    /* 1.2rem base → 25% maior = 1.5rem */
    font-size: 1.5rem !important;
  }
}

/* 992px até 1199px */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cursos-card .card-ed .card-header-ed,
  .simulados-card .card-ed .card-header-ed {
    /* 1.3rem base → 25% maior = 1.625rem */
    font-size: 1.625rem !important;
  }
}

/* 1200px até 1399px */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .cursos-card .card-ed .card-header-ed,
  .simulados-card .card-ed .card-header-ed {
    /* 1.5rem base → 25% maior = 1.875rem */
    font-size: 1.875rem !important;
  }
}

/* 1400px ou mais */
@media screen and (min-width: 1400px) {
  .cursos-card .card-ed .card-header-ed,
  .simulados-card .card-ed .card-header-ed {
    /* 1.6rem base → 25% maior = 2.0rem */
    font-size: 2rem !important;
  }
}
