@font-face{
  font-family: 'Stint';
  font-weight: 400;
  src: url("../fonts/Stint_Ultra_Condensed/StintUltraCondensed-Regular.ttf") format('truetype');
 }
 @font-face{
   font-family: 'Roboto';
   font-weight: 400;
   src: url("../fonts/Roboto/Roboto-Regular.ttf") format('truetype');
  }
  @font-face{
    font-family: 'Merriweather';
    font-weight: 400;
    src: url("../fonts/Merriweather/Merriweather-Regular.ttf") format('truetype');
   }

   * {
       margin: 0;
   }
   html, body {
       height: 100%;
   }

BODY {
  font-family: Roboto;
  background: #FAF6F0;
  color: #3E3A34;
}
.form-label {
  font-family: Roboto;
}

.navbar {

  padding: 0.7rem;
  padding-left: 2rem;
  padding-right: 2rem;
  min-height: 64px;
  align-items: center;

  background: #ECE4D8 !important;
  border-bottom: 1px solid #E0D6C7;
  box-shadow: 0 2px 12px rgba(62, 58, 52, .05);
}

@media only screen and (min-width: 992px) {
  .navbar-collapse {
    display: flex;
    justify-content: flex-end;
    margin-right: 2rem;
  }

}


.smImage,
.lgImage
{
  display: none !important;
}

@media only screen and (min-width: 981px) {
  .lgImage {
    display: block !important;
  }
}
@media only screen and (max-width: 980px) {
  .smImage {
    display: block !important;
  }
}




.navbar-brand {
  font-size: 2.5rem;
}
.nav-item .nav-link{
  font-family: Merriweather, Georgia, serif;
  font-size: 1.02rem;
  color: #3E3A34 !important;
  font-weight: 400;
  letter-spacing: .01em;
  position: relative;
  padding-left: .9rem;
  padding-right: .9rem;
  transition: color .15s ease;
}
.nav-item .nav-link::after{
  content:""; position:absolute; left:.9rem; right:.9rem; bottom:.3rem;
  height:2px; border-radius:2px; background:#B5714F;
  transform:scaleX(0); transform-origin:left; transition:transform .2s ease;
}
.nav-item .nav-link:hover::after{ transform:scaleX(1); }
.nav-item .nav-link:hover,
.nav-item.active .nav-link {
  color: #B5714F !important;
}
.navbar-brand {
  font-family: Merriweather, Roboto;
  color: #3E3A34 !important;
}




.page-section {
  padding: 3rem 0;
}
.page-section h2 {
  padding-bottom: 2rem;
}
.page-section .fa-stack {
  margin-bottom: 1rem;
}
.page-section.section2 {
  bbackground:#EAEEEE;
}
.page-section h2.section-heading{
  font-family: Merriweather, Roboto;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: bolder;
}
.page-section h3 {
  font-size: 1.2rem;
}
.page-section .text-primary {
  color: #B5714F !important;
}
.page-section.section2 .text-primary {
  ccolor: #ffd847  !important;
}

.carousel-caption {
  background: rgba(25, 92, 111, 0.7);
  background: rgba(0,0,0,0.6);
  width: 50%;
  margin-left: 10%;
}
.carousel-caption H5,
 .carousel-caption P{
  color: #FFF;
}
.carousel-caption H5 {
  font-size: 1.8rem;
}
.carousel-caption P {
  font-size: 1.1rem;
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #FFF;
}
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: invert(0) grayscale(100);
}


.carousel {
  margin-top: 74px;
}

.section3 {
  background: #ffa500;
    color: #000;
    background: #ffd847;
}

.section3 LI {
  margin-top: 3vh;
}
.section3 UL {
  width: 60%;
  margin-left: 20%;
  text-align: left;

}


@media only screen and (max-width: 991px) {
  .carousel-item IMG {
    height: 50vh;
    object-fit: cover;
  }
  .navbar-brand {
    font-size: 3rem;
  }
  .carousel-caption H5 {
    font-size: 3rem;
  }
  .carousel-caption P {
    font-size: 2.5rem;
  }
  .carousel-caption {
    width: 70%;
    margin-left: 0;
  }
  .carousel {
    margin-top: 0px;
  }
  .nav-item .nav-link{
    font-size: 2.5rem;
  }
  .text-muted,
  .page-section h3 {
    font-size: 2.5rem;
    margin-bottom: 10vw;
    bborder: 1px solid red;
  }
  .section3 LI {
    font-size: 2.5rem;
  }
  .service-heading {
    font-size: 2.5rem;
  }
  .section3 UL {
    width: 100%;
    margin-left: 0%;
  }
}

FOOTER {
  background: #3E3A34;
  color: #FFF;
  padding-top: 20px;
  padding-bottom: 10px;
}
FOOTER I {
  cursor:pointer;
}
FOOTER A,
FOOTER A:hover,
FOOTER A:active,
FOOTER A:hover:active {
  color: #FFF;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#5BA873;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
@media only screen and (max-width: 991px) {
  .float {
    font-size: 80px;
    width:114px;
  	height:114px;
  }
}
.float:HOVER,
.float:active,
.float:hover:active{
  color: #FFF;
}
.my-float{
	margin-top:16px;
}

.section5 {
  background: #E6D8C4 !important;
  bcolor:#FFF;
}

.divflags {
  position: absolute;
  top:4px;
  right: 4px;
}
.argflag,
.usflag,
.braflag  {
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: 2px solid #FFF;
  border-radius: 25px;
  background: url("https://flagpedia.net/data/flags/w580/us.png") ;
  background-size: cover;
  background-position: center;
  float:left;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
}
@media only screen and (max-width: 991px) {
  .argflag,
  .usflag,
  .braflag  {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 2rem;
  }
  .divflags {
    position: static;
    top: auto; right: auto; bottom: auto;
    display: flex;
    gap: 12px;
    margin: 16px 0 6px;
  }
}

.braflag  {
  background: url("https://flagpedia.net/data/flags/w580/br.png");
  background-size: cover;
  background-position: center;
}
.argflag  {
  background: url("https://flagpedia.net/data/flags/w580/ar.png");
  background-size: cover;
  background-position: center;
}



.section6 {
  background: #EFE7DB;
}
.section6 IMG {
  width: 130px;
  height: 130px;
  border-radius: 80px;
  border: 2px solid #FFF;
  float: left;
  margin-right: 30px;
}

h4 {
  font-size: 1.1rem;
}

@media only screen and (max-width: 992px) {
.btn {
  font-size: 3rem;
}
.section6 UL{
  font-size: 2rem;
}
.section6 .col-12 {
    margin-top: 10px;
}

.section2 .col-12 {
  margin-top: 20px;
}
.section2 P,
.section2 A {
  font-size: 1.8rem;
}

.section2  h3 {
  margin-bottom: 0px;
}

.section2 H4 {
  font-size: 2rem;
}
}

.cursos .curso {
  background:#EFE7DB;
  border-radius: 16px;
  padding:28px;
  margin-left: 10px;
  margin-right: 10px;
  height: 100%;
  border: 1px solid #E0D6C7;
  box-shadow: 0 6px 24px rgba(62,58,52,.07);
}
.cursos .caracteristicas {
  background:#E4D9C8;
  border-radius: 16px;
  padding:28px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #E0D6C7;
  box-shadow: 0 6px 24px rgba(62,58,52,.07);
}
.cursos H3 {
  font-weight: bolder;
}


.modal-body .mb-4{
  margin-bottom: 0.5rem!important;
}
.modal-body .form-label {
  margin-bottom: 0.1rem!important;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.hidecursos {
  ddisplay: none !important;
}

@media only screen and (max-width: 992px) {
  .page-section h2.section-heading {
    font-size: 3rem;
  }
  .form-control,
  .form-label {
    font-size: 3rem !important;
  }
  .modal-title,
  .modal-body,
  .modal-footer .btn {
    font-size: 3rem;
  }
}

.modal-footer .btn {
  padding-left: 2rem;
  padding-right: 2rem;
}


.aulas h2 {
  padding-bottom: 0px;
}
.aulas .col-12 {
  margin-top: 40px;
}






.user_card {
			height: 300px;
			width: 350px;
			margin-top: auto;
			margin-bottom: auto;
			background: #EFE7DB;
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding: 10px;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 16px;
      margin-top: 100px;
		}

    @media only screen and (max-width: 991px) {
      .user_card {
        width: 90%;
      }
      #formLogin {
        width: 80%;
      }
    }

		.brand_logo_container {
			position: absolute;
			height: 170px;
			width: 170px;
			top: -75px;
			border-radius: 50%;
			background: #C9A28A;
			padding: 10px;
			text-align: center;
		}
		.brand_logo {
			height: 150px;
			width: 150px;
			border-radius: 50%;
			border: 2px solid white;
		}
		.form_container {
			margin-top: 100px;
		}
		.login_btn {
			width: 100%;
			background: #B5714F !important;
			color: white !important;
		}
		.login_btn:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.login_container {
			padding: 0 2rem;
		}
		.input-group-text {
			background: #B5714F !important;
			color: white !important;
			border: 0 !important;
			border-radius: 0.25rem 0 0 0.25rem !important;
      height: 100%;

		}
		.input_user,
		.input_pass:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
			background-color: #B5714F !important;
		}
    .user_card .form-control,
    .user_card .btn {
      font-size: 1rem !important;
    }

.content {
  min-height: calc(100% - 186px);
    height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
    height: 100%;
}
.btn-primary {
  background: #B5714F;
  border-color: #B5714F;
}
.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.btn-primary.hover,
.btn-primary:hover,
.show>.btn-primary.dropdown-toggle{
  background: #9A5C3D;
  border-color: #9A5C3D;
}
.container li {
  list-style-type: none;
}

.filebox {
  width: 100%;
  display: table;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 38px !important;
}

AUDIO {
  float: left;
}
.audiodet {
  float: left;
  margin-top: 15px;margin-left: 5px;
}

.divopen {
  cursor: pointer;
  background: #F3ECE1;
  padding: 4px 10px;
}
.filebox,
.divopen {
  border-left: 1px solid #E0D6C7;
  border-right: 1px solid #E0D6C7;
  border-bottom: 1px solid #E0D6C7;
  border-top: 1px solid #E0D6C7;
  margin: 0px;
  padding: 4px;
}
.filebox .fas,
.divopen .fas{
  margin-left: 10px;
    margin-right: 10px;
}




@media only screen and (max-width: 991px){
	.float {
	    font-size: 40px;
	    width: 70px;
	    height: 70px;
	}
	
.nav-item .nav-link {
    font-size: 1.2rem !important;
}
.navbar-brand {
    font-size: 1.45rem !important;
    white-space: nowrap;
}

.text-muted,
.page-section h3 {
    font-size: 1.5rem
}
.section2 P, .section2 A {
    font-size: 1.3rem;
}
.btn {
    font-size: 1.5rem;
}
.page-section h2.section-heading {
    font-size: 2rem;
}
.section3 LI {
    font-size: 1.5rem;
}
.service-heading {
    font-size: 1.5rem;
}
.form-control, .form-label {
    font-size: 1.5rem !important;
}

    
}

HTML {
	overflow-x: hidden;
}

/* warm palette — button & card polish */
.btn-dark,
.btn-primary,
.login_btn {
  background: #B5714F !important;
  border-color: #B5714F !important;
  color: #fff !important;
  border-radius: 10px;
  padding: 12px 28px;
  font-weight: 600;
  letter-spacing: .02em;
  box-shadow: 0 4px 14px rgba(62, 58, 52, .10);
  transition: background .15s ease, transform .15s ease, box-shadow .15s ease;
}
.btn-dark:hover,
.btn-primary:hover,
.login_btn:hover,
.btn-dark:active,
.btn-primary:active,
.login_btn:active {
  background: #9A5C3D !important;
  border-color: #9A5C3D !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(62, 58, 52, .16);
}
.cursos .curso h3,
.cursos .caracteristicas h3 {
  color: #3E3A34;
}


/* =========================================================
   2026 redesign — section components
   ========================================================= */
:root {
  --cream:#FAF6F0; --sand:#EFE7DB; --sand2:#E6D8C4; --clay:#C9A28A;
  --terra:#B5714F; --terra-d:#9A5C3D; --ink:#3E3A34; --muted:#6b6358; --line:#E0D6C7;
}

/* vertical rhythm */
.page-section { padding: 5rem 0; }
@media (max-width: 991px) { .page-section { padding: 3.5rem 0; } }

/* eyebrow label above headings */
.eyebrow {
  display:block; color:var(--terra);
  font:600 .8rem/1 Roboto, system-ui; letter-spacing:.18em;
  text-transform:uppercase; margin-bottom:.6rem;
}

/* ---------- HERO (modern full-bleed slider) ---------- */
.hero .carousel-item { position:relative; }
.hero .carousel-item img { height: clamp(460px, 80vh, 780px); object-fit:cover; }
.hero .carousel-item::after {
  content:""; position:absolute; inset:0; pointer-events:none;
  background:
    linear-gradient(100deg, rgba(40,32,26,.64) 0%, rgba(40,32,26,.40) 40%, rgba(40,32,26,.12) 66%, rgba(40,32,26,0) 84%),
    linear-gradient(0deg, rgba(40,32,26,.22) 0%, rgba(40,32,26,0) 32%);
}
.hero .carousel-caption {
  position:absolute; z-index:3; left:8%; right:auto; bottom:auto; top:50%;
  transform:translateY(-50%); width:min(560px,82%); text-align:left;
  background:none; margin:0; padding:0;
}
.hero .carousel-caption .eyebrow { color:#F3E8DC; }
.hero .carousel-caption h5 {
  font-family:Merriweather, Georgia, serif; font-weight:700; color:#fff;
  font-size: clamp(2rem, 4.4vw, 3.4rem); line-height:1.08;
  text-shadow:0 2px 18px rgba(0,0,0,.35); margin-bottom:.5rem;
}
.hero .carousel-caption p {
  color:#FBF6EF; font-size:1.05rem; max-width:30rem;
  text-shadow:0 2px 12px rgba(0,0,0,.55);
}
.hero-cta {
  display:inline-block; margin-top:1.2rem; background:var(--terra); color:#fff;
  border-radius:12px; padding:.85rem 1.6rem; font:600 1rem/1 Roboto,system-ui;
  letter-spacing:.02em; box-shadow:0 8px 22px rgba(40,32,26,.28); transition:.15s;
  text-decoration:none;
}
.hero-cta:hover { background:var(--terra-d); color:#fff; transform:translateY(-1px); text-decoration:none; }
.hero .carousel-indicators [data-bs-target] { width:26px; height:5px; border-radius:4px; background:rgba(255,255,255,.55); border:0; }
.hero .carousel-indicators .active { background:var(--terra); width:34px; }
.hero .carousel-control-prev, .hero .carousel-control-next { width:8%; opacity:.65; }
@media (max-width:991px) {
  .hero .carousel-caption { left:6%; width:88%; }
  .hero .carousel-caption h5 { font-size: clamp(1.8rem, 7vw, 2.6rem); }
  .hero .carousel-item img { height: 72vh; }
}

/* ---------- Instagram band ---------- */
.ig-card {
  background:var(--sand); border:1px solid var(--line); border-radius:20px;
  padding:2.4rem 2rem; text-align:center; max-width:680px; margin:0 auto;
}
.ig-handle {
  font-family:Merriweather, serif; font-weight:700; color:var(--ink);
  font-size: clamp(1.6rem, 3vw, 2.2rem); cursor:pointer; line-height:1.1;
}
.ig-handle:hover { color:var(--terra); }

/* ---------- Vantagens (uniform cards) ---------- */
.vgrid .vbox {
  background:#fff; border:1px solid #E8DECF; border-radius:16px;
  padding:1.6rem 1.3rem; box-shadow:0 6px 22px rgba(62,58,52,.05);
  height:100%; text-align:left; transition:transform .15s ease, box-shadow .15s ease;
}
.vgrid .vbox:hover { transform:translateY(-3px); box-shadow:0 12px 30px rgba(62,58,52,.09); }
.vbox-ico {
  width:48px; height:48px; border-radius:14px; background:var(--sand);
  color:var(--terra); display:flex; align-items:center; justify-content:center;
  font-size:1.35rem; margin-bottom:1rem;
}
.vgrid .vbox h4 { font-family:Merriweather, serif; color:var(--ink); font-size:1.15rem; margin-bottom:.4rem; }
.vgrid .vbox p { color:var(--muted); font-size:.98rem; margin:0; }
.vgrid .col-12 { margin-top:1.4rem; }

/* ---------- Quem sou (editorial split) ---------- */
.about-split { display:flex; gap:2.6rem; align-items:center; text-align:left; }
.about-photo { flex:0 0 40%; max-width:40%; }
.about-photo img {
  width:100%; height:auto; border-radius:20px; display:block;
  box-shadow:0 16px 40px rgba(62,58,52,.14); border:1px solid var(--line);
  float:none; margin:0;
}
.about-text { flex:1; }
.about-text h3 { font-family:Merriweather, serif; }
.about-sign { color:var(--terra); font-family:Merriweather, serif; font-weight:700; margin-top:1rem; }
@media (max-width:991px) {
  .about-split { flex-direction:column; gap:1.6rem; }
  .about-photo { max-width:78%; flex-basis:auto; }
}

/* ---------- Contato (split: convite + form) ---------- */
.contact-split { display:flex; gap:2.6rem; align-items:stretch; text-align:left; }
.contact-aside { flex:0 0 42%; max-width:42%; }
.contact-aside h3 { font-family:Merriweather, serif; font-size:1.9rem; color:var(--ink); margin-bottom:.6rem; }
.contact-aside p { color:var(--muted); }
.contact-chan { display:flex; align-items:center; gap:.7rem; margin-top:.9rem; color:var(--ink); text-decoration:none; font-weight:500; }
.contact-chan .d { width:42px; height:42px; border-radius:12px; background:var(--sand); display:flex; align-items:center; justify-content:center; color:var(--terra); font-size:1.05rem; }
.contact-chan:hover { color:var(--terra); }
.contact-card {
  flex:1; background:#fff; border:1px solid #E8DECF; border-radius:18px;
  padding:1.8rem; box-shadow:0 10px 30px rgba(62,58,52,.06);
}
.contact-card .form-outline { overflow:hidden; }
.contact-card .form-control { background:#FAF6F0; }
@media (max-width:991px) {
  .contact-split { flex-direction:column; gap:1.6rem; }
  .contact-aside { max-width:100%; flex-basis:auto; }
  .contact-aside h3 { font-size:1.5rem; }
  .contact-card .form-control,
  .contact-card .form-label { font-size:1rem !important; }
  .contact-card .form-control { padding:.5rem .75rem; }
  .contact-card .btn { font-size:1rem !important; }
}

/* cursos cards — fit button on one line + tidy text on mobile */
@media (max-width:991px) {
  .cursos .curso .btn {
    font-size:.95rem !important;
    padding:.7rem 1.1rem;
    letter-spacing:0;
  }
  .cursos .curso h3 { font-size:1.2rem; }
  .cursos .curso,
  .cursos .curso p { font-size:1rem; }
}

/* keep brand + hamburger on one line on small phones */
@media (max-width:430px) {
  .navbar .navbar-toggler { padding:.3rem .5rem; }
  .navbar .navbar-toggler-icon { width:1.3em; height:1.3em; }
}
@media (max-width:360px) {
  .navbar-brand { font-size:1.25rem !important; }
}

/* ---------- Mobile hamburger ---------- */
.navbar .navbar-toggler {
  border:2px solid var(--terra) !important;
  border-radius:12px;
  padding:.4rem .6rem;
}
.navbar-toggler:focus,
.navbar-toggler:active { box-shadow:0 0 0 .2rem rgba(181,113,79,.18); outline:0; }
/* pin toggler to the right so the brand never pushes it off-screen */
@media (max-width:991px) {
  .navbar { position:relative; padding-right:5rem; }
  .navbar .navbar-toggler {
    position:absolute; top:10px; right:1rem; transform:none;
    z-index:5;
  }
}
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%233E3A34' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* ---------- Modal (alert) — refined ---------- */
.modal-content {
  border:0; border-radius:18px; overflow:hidden;
  box-shadow:0 24px 60px rgba(40,32,26,.28);
}
.modal-header {
  border-bottom:0;
  padding:1.5rem 1.6rem .25rem;
}
.modal-title { font-family:Merriweather, serif; font-weight:700; color:var(--ink); }
.modal-body { color:var(--ink); padding:.5rem 1.6rem 1rem; font-size:1.05rem; line-height:1.55; }
.modal-footer { border-top:0; padding:.5rem 1.6rem 1.4rem; }
.modal .close {
  appearance:none; -webkit-appearance:none;
  background:transparent; border:0; box-shadow:none;
  font-size:1.7rem; line-height:1; color:var(--muted);
  opacity:.7; cursor:pointer; padding:.2rem .4rem; border-radius:8px;
  transition:color .15s ease, background .15s ease, opacity .15s ease;
}
.modal .close:hover { color:var(--terra); background:var(--sand); opacity:1; }
.modal-footer .btn-primary { box-shadow:none; }

/* ---------- Área do Aluno — login (logo virou texto) ---------- */
.login_brand {
  width:100%; text-align:center;
  font-family:Merriweather, serif; font-weight:700; color:#3E3A34;
  font-size:1.6rem; letter-spacing:.01em; margin:6px 0 2px;
}
.user_card .form_container { margin-top:24px; }



