@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: 0;
    font-family: 'catamaran', sans-serif;
    max-width: 100vw;
}

header {
    /*background-color: #24252a;*/
    background-color: #000000;
    box-shadow: 0px 3px 10px #464646;
    border-bottom-left-radius: 250px 100px;
    border-bottom-right-radius: 250px 100px;
    border-bottom: 2px solid rgb(221, 214, 220); 
    width: 100%;
}

.nav-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 1.5rem 6rem;*/
    
}

.logo {
    display: flex;
    align-items: center;
}

.logo h1 {
    color: #fff;
}

.nav-list {
    display: flex;
    align-items: center;
}

.nav-list ul {
    display: flex;
    justify-content: center;
    list-style: none;
}

.nav-item {
    margin: 0 15px;
}

.nav-link {
    text-decoration: none;
    font-size: 1.15rem;
    color: #fff;
    font-weight: 400;
}

/*.login-button button {
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #0187a7;
}

.login-button button a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
}*/

.mobile-menu-icon {
    display: none;
}

.mobile-menu {
    display: none;
}

iframe {
    width: 100%;
    height: 2250px;
    
}

main {
    /*background-color: #E1B8E7;*/
    /*background-image: url('/assets/img/bg1200.svg');*/
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color:#000;
}

.desktopvs {
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.form1 {
    width: 100%;
    height: auto;
}


@media screen and (max-width: 730px) {
    header{ border-bottom-left-radius: 250px 50px;
            border-bottom-right-radius: 250px 50px;}

    /*.nav-bar {
        padding: 1.5rem 4rem;*/
                
    }
    .nav-item {
        display: none;
    }
    .login-button {
        display: none;
    }
    .mobile-menu-icon {
        display: block;
    }
    .mobile-menu-icon button {
        background-color: transparent;
        border: none;
        cursor: pointer;
    }
    .mobile-menu ul {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-bottom: 1rem;
    }
    .mobile-menu .nav-item {
        display: block;
        padding-top: 1.2rem;
    }
    .mobile-menu .login-button {
        display: block;
        padding: 1rem 2rem;
    }
    .mobile-menu .login-button button {
        width: 100%;
    }
    .open {
        display: block;
    }
    main {
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
    main div{
        width: 420px;
    }
    iframe {
        height: 2250px;
    }
    


@media screen and (max-width: 730px) {
    main {
        width: 100%;
        }
}



body {
    /*background-image: url('/assets/img/bg1200.svg');*/
   /* background-color: #EAD9ED;*/
   background-color:#000;
}

.header_bg_color {
    background-color: #000;
    /*background-image: url('/assets/img/bg_curso_banner_desktop.png');*/
    background-repeat: no-repeat;   /* não repetir */
    background-position: center;    /* centraliza */
    background-size:100%;         /* cobre toda a tela */
    /*background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%);*/
    /*background-image: linear-gradient( 290deg,  rgba(8,7,7,1) 2.6%, rgba(110,43,98,1) 103.4% );*/
   display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

@media screen and (max-width: 730px) {
.header_bg_color {
    background-image: url('');
}
}



.homepg{
    display: none;
    background-image: url(../img/index/campanha01.svg);
    width: 100%;
    margin-top: 10px;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
   
 
}

.cp1 {
    margin: 15px;
    margin-top: 20px;
    
}

.cp1 h1 {
    font-family: "Anton", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    font-style: normal;

}

.cp2 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    background-color: #000000;
    width: 100%;
    height: 600px;
     
    border-top-left-radius: 250px 20px;
    border-top-right-radius: 250px 20px;
}

.homepgtxt {
    font-family: "Anton", sans-serif;
    font-weight: 00;
    font-style: normal;
}

.welcome-page {
    margin-top: 35px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 500px;
    border-radius: 250px 250px 250px 250px;
    border-bottom: 5px solid rgb(221, 214, 220); 
    
    }
.welcome-page div {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.welcome-page p,h1 {

    width: 400px;
    font-size: 20px;
}

.welcome-page h1 {
    font-family: "Anton", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    font-style: normal;
}

.welcome-page p {
    text-align: justify;
    padding-left: 80px;
}

.welcome-page img {
    height: 100%;
    border-radius: 30px 50px 50px 100px ;

}
.welcome-page-text{
    width: 250px;
}

.test img {
    width: 350px;
}

@media screen and (max-width: 730px) {
    
    .welcome-page {
        width: 400px;
        height: 630px;
        border-top-left-radius: 250px 50px;
        border-top-right-radius: 250px 50px;
        border-bottom-left-radius: 250px 50px;
        border-bottom-right-radius: 250px 50px;
        justify-content:flex-start;
        flex-direction: column;
    }

    .welcome-page img{
        height: 300px;
        border-radius: 0;
    }
    .welcome-page h1 {
        margin-top: 20px;
        font-size: 25px;
    }
    .welcome-page p,h1 {

        width: 350px;
        font-size: 15px;
        padding-left: 40px;
        text-align: center;
        
    }
    .form1 {
        width: 420px;
    }
    .form1 p,h1 {
        margin-top: 20px;
        font-size: 25px;
        width: 350px;
        font-size: 15px;
        padding-left: 40px;
        text-align: center;
    }
    .homepg {
        display: block;
        background-image: url(../img/index/campanha-mobile.svg);
        width: 100%;
        margin-left: 15px;
        
    }
    .cp2 {
        height: 700px;
    }

    
}

.agc {
    display: flex ;
    justify-content: center;
    align-items: center;
    background-image: url(../img/index/agcbg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 500px;
    opacity: 80%;
    
}

.agc h2 {
    opacity: 100%;
    color: #fff;
    font-size: 100px;
    font-family: "Anton", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-shadow: 
        1px -1px 0 #000,  
        4px -1px 0 #000,
        1px 1px 0 #000,
        4px 1px 0 #000; 
}

@media screen and (max-width: 730px) {
    .agc h2 {
        font-size: 70px;
    
    }
    .agc {
        background-size: cover;
    }
}

footer {
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    background-color: #000;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100px;
    bottom: 0;
  }

  .footer-fixo {
    position: fixed;
  }











  .obras {
    margin-top: 30px;
    width: 100%;
    height: 400px;
    background-image: url(../img/extras/obras.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  @media screen and (max-width: 730px) {
    .obras {
        background-image: url(../img/extras/obras-mobile.svg);
    }
  
  .black {
    width: 100%;
    height: 300px;
    background-color: #000;
}

.obras-body {
    background-color: #fff ;
}}

.curso-banner,
.panfleto-bloco {
    display: block;
    width: 100%;
}

.mobile-footer-cta {
    display: none;
    width: 100%;
    justify-content: center;
    padding: 12px 16px;
    background-color: #fff;
}

.curso-banner img,
.panfleto-bloco img {
    display: block;
    width: 100%;
    height: auto;
}

.panfleto_mobile,
.bt_compre_agora_azul,
.bt_no_mobile {
    width: 100%;
    background-color: #fff;
}

.panfleto_mobile,
.bt_compre_agora_azul,
.bt_no_mobile {
    justify-content: center;
}

.bt_compre_agora_azul {
    display: none;
}

.panfleto_mobile {
    display: none;
}

.panfleto_mobile {
    padding: 0;
}

.bt_no_mobile {
    display: flex;
    padding: 0 0 32px;
}

.img_curso_mobile {
    display: block;
    width: min(100%, 500px);
    height: auto;
}

@media (max-width: 768px) {
    .mobile-footer-cta {
        display: flex;
    }

    .panfleto_mobile {
        display: flex;
    }

    .bt_no_mobile {
        display: none;
    }
}

.sessao {
  text-align: center;
  padding: 80px 0;
  background-color: #111;
  color: white;
}

/* 🔹 Linha dourada */
.linha-animada {
  position: relative;
  height: 4px;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(90deg, #c9a93b, #ffd700, #c9a93b);
  overflow: hidden;
  border-radius: 2px;
}

/* 🔹 Efeito de “faísca” passando */
.linha-animada::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 60px;
  height: 100%;
  background: linear-gradient(90deg, transparent, #fff8b0, transparent);
  animation: faísca 2s infinite linear;
}

@keyframes faísca {
  from {
    left: 100%;
  }
  to {
    left: -60px;
  }
}


.bt_compre_agora_azul {
  width: 100%;
  padding: 24px 16px;
}

.section {
    background-color:#D9D9D9;
}

.main {
    background-color: #000;
}
