/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Gantari:ital,wght@0,100..900;1,100..900&family=Lekton:ital,wght@0,400;0,700;1,400&display=swap');

@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Thin-BF6438cc577ef3b5.otf') format('opentype'),
       url('../fonts/Nohemi-Thin-BF6438cc5896c67.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-ExtraLight-BF6438cc57e06d5.otf') format('opentype'),
       url('../fonts/Nohemi-ExtraLight-BF6438cc58a2634.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Light-BF6438cc583f70b6.otf') format('opentype'),
       url('../fonts/Nohemi-Light-BF6438cc57032211.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Regular-BF6438cc58b98fc.otf') format('opentype'),
       url('../fonts/Nohemi-Regular-BF6438cc579d934.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Medium-BF6438cc57dedcd.otf') format('opentype'),
       url('../fonts/Nohemi-Medium-BF6438cc581a509.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-SemiBold-BF6438cc57db2ff.otf') format('opentype'),
       url('../fonts/Nohemi-SemiBold-BF6438cc588a488.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Bold-BF6438cc577b524.otf') format('opentype'),
       url('../fonts/Nohemi-Bold-BF6438cc58b57bb.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-ExtraBold-BF6438cc58a4c3c.otf') format('opentype'),
       url('../fonts/Nohemi-ExtraBold-BF6438cc5812a15.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Black-BF6438cc565e67b.otf') format('opentype'),
       url('../fonts/Nohemi-Black-BF6438cc5874bd2.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

/* styles */
:root {
    --cor-amarelo: #F9EC17;
    --cor-branco: #ffffff;
	--cor-rosa: #F177AE;
}
html,body {
    font-family: 'Nohemi', sans-serif;
	color:#000;
}

.btn.btn-primary, .btn.btn-secondary{
	font-size: 25px;
    border-radius: 0;
    padding: 7px 20px;
}
.btn.btn-primary{
	background:var(--cor-branco);
	color:#000;
	font-weight:600;
}
.btn.btn-primary:hover{
	background:var(--cor-rosa);
	color:var(--cor-branco);
}
.btn.btn-secondary{
	background:var(--cor-rosa);
}
.btn.btn-secondary:hover{
	background:var(--cor-amarelo);
}
header {
    /*height: 100vh;*/
    background-image: url('../images/Banner inicial-min.jpg');
/*    background-size: 76% auto;*/
    background-size: auto 100%;
    background-repeat: no-repeat;
	position: relative;
}
@media screen and (max-width: 425px){
    header {
        background-image: url('../images/Mobile-Banner inicial-min.jpg');
    }
}
header:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 1) 35%, rgb(255 255 255 / 0%) 100%);
	z-index:1;
}

header img{
	width: 190px;
    height: auto;
	z-index:2;
    position: relative;
}

header h5{
	font-size:55px;
	font-weight:normal;
	color: var(--cor-branco);
}

header h5 span{
	color: var(--cor-amarelo);
}

header h3{
	font-size:64px;
	font-weight:normal;
	color: var(--cor-branco);
	padding: 5px 10px;
    display: inline-block;
    position: relative;
    height: 100px;
}
header h3:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--cor-rosa);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 83%);
    z-index: -1;
}
header h2{
	font-size: 76px;
    font-weight: normal;
    color: var(--cor-branco);
    line-height: 1;
    position: relative;
    padding-left: 140px;
    display: inline-grid;
}
header h2:before {
    background: url(../images/header-simbol.png);
    position: absolute;
    content: '';
    width: 130px;
    height: 85px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -12px;
}
header h1{
	font-size:102px;
	font-weight:normal;
	color: var(--cor-rosa);
}

#slider{
	position:relative;
	z-index:2;
}



#section-2{
	background: url(../images/background-2.jpg);
	position:relative;
}
#section-2 h1{
	font-size:64px;
	font-weight: normal;
	line-height: 62px;
}
#section-2 h1 span{
	color: var(--cor-amarelo);
}

#section-2 h3{
	font-size:60px;
	font-weight:normal;
	color: var(--cor-rosa);
	padding: 5px 20px;
    display: inline-block;
    position: relative;
    height: 100px;
	z-index:3;
}
#section-2 h3:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--cor-amarelo);
    clip-path:polygon(0% 0%, 100% 0%, 110% 70%, 0% 70%);
    z-index: -1;
}

#section-2 .position-left{
	position: absolute;
    left: 0;
	top:50;
	width:350px;
}
#section-2 .position-right{
	position: absolute;
    right: 0;
	top:0;
	width:350px;
}

#section-2 .itens{
	display: flex;
    flex-direction: column;
    justify-content: space-around;
	font-family: "Lekton", serif;
}

#section-2 a.btn{
	font-size:22px;
	font-weight:bold;
	color: #000;
	padding: 15px;
    display: inline-block;
    position: relative;
    height: 100px;
	z-index:3;
	font-family: "Lekton", serif;
}
#section-2 a.btn:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--cor-amarelo);
    clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 0% 60%);
    z-index: -1;
}
#section-3{
	background: url(../images/background-3.jpg);
	position:relative;
    background-position: 100%;
}
#section-3 h1{
	font-size:60px;
	font-weight: normal;
	line-height: 60px;
	color:var(--cor-branco);
}
#section-3 h1 span{
	color:var(--cor-amarelo);
}


#section-3 h1 span.rosa{
	font-weight:normal;
	color:var(--cor-branco);
	padding: 0px 15px;
    display: inline-block;
    position: relative;
    height: 100px;
	z-index:3;
}
#section-3 h1 span.rosa:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--cor-rosa);
    clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 0% 55%);
    z-index: -1;
}

#section-3 h2{
	color:var(--cor-branco);
    margin-bottom: 30px;
}
#section-3 h2 span,
#section-3 p span{
	color:var(--cor-amarelo);
}
#section-3 p{
	color:#fff;
}
.form-container {
    max-width: 600px;
    margin: 0 auto;
}
#multiStepForm {
    display: none;
}
.step {
    display: none;
}
.step.active {
    display: block;
}
.form-group {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.form-group label {
    flex: 1 1 100%;
}
.form-group input, .form-group select {
    flex: 1 1 calc(100% - 10px);
    padding: 10px;
    
    border: solid 2px var(--cor-branco);
    border-radius: 0px;
    background: #cccccc00;
    font-family: "Lekton", serif;
	color:#949494;
}
/*.form-group input,
.form-group select option{
	color: var(--cor-rosa);
}
.form-group input::placeholder,
.form-group select{
	color:#949494;
}*/
.form-group.inline {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.button-container {
    text-align: center;
}
#section-4{
	background: #0f0f0f;
    color: #9a9a9a;	
}
#section-4 p{
    text-align: justify;
    font-size: .9rem;
}
#footer{
	background:#000;
}
#footer p{
	font-weight:300;
	color:#ffffff;
}




/*
* Resultados
*/

body.resultado #slider h1,
body.resultado #slider h3,
body.resultado #slider h5{
	font-size: 70px;
	line-height:68px;
	margin:0;
}

body.resultado #slider h3,
body.resultado #slider .resultado p span{
	color: var(--cor-amarelo);
}
body.resultado #slider .resultado p{
	color: var(--cor-branco);
    font-size: 33px;
    line-height: 36px;
}
body.resultado #slider .resultado p span{
	font-size: 72px;
    line-height: 75px;
}
body.resultado #slider .resultado small{
	font-size: 20px;
    font-weight: 200;
    width: 250px;
    display: block;
    line-height: 1.2;
    margin-top: 30px;
}
body.resultado #slider h3:before{
	clip-path: polygon(0% 0%, 100% 0%, 100% 86%, 0% 83%);
}

body.resultado header{
    background-image: url('../images/Banner inicial-min.jpg');
	background-size: auto 100%;
    /*background-position: right center;*/
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: relative;
}
@media screen and (max-width: 425px){
    body.resultado header{
        background-image: url('../images/Mobile-Banner inicial-min.jpg');
    }
    #step4 .form-group.inline {
        flex-direction: column;
    }
}
/*header {*/
/*    !*height: 100vh;*!*/
/*    background-image: url('../images/Banner inicial-min.jpg');*/
/*    !*    background-size: 76% auto;*!*/
/*    background-size: auto 100%;*/
/*    background-repeat: no-repeat;*/
/*    position: relative;*/
/*}*/
/*@media screen and (max-width: 425px){*/
/*    header {*/
/*        background-image: url('../images/Mobile-Banner inicial-min.jpg');*/
/*    }*/
/*}*/

body.resultado header:after{
	/*background: linear-gradient(90deg, rgba(0, 0, 0, 1) 35%, rgb(255 255 255 / 0%) 100%);*/
}

body.resultado #section-2 .position-left{
	top:0px;
}
body.resultado #section-2 .position-right{
	top: auto;
	bottom:0px;
	width:260px;
}

body.resultado #section-2 h1{
	font-size:55px;
	line-height:55px;
}

body.resultado #section-2 h1 span{
	color: var(--cor-amarelo);
}

body.resultado #section-2 h1 span.bg-amarelo{
	color: var(--cor-rosa);
	background:var(--cor-amarelo);
	padding: 2px 5px;
}
body.resultado td,
body.resultado th{
	font-family: "Lekton", serif;
	font-weight:bold;
}

body.resultado th{
	color: var(--cor-branco);
}
.table-bordered td, .table-bordered th {
    border: 2px solid var(--cor-amarelo);
	text-align:center;
}
body.resultado table.table-bordered th{
	border-color:var(--cor-amarelo)!important;
}
body.resultado #section-4 span{
	font-size: 70px;
    line-height: 68px;
	position:relative;
	color: var(--cor-rosa);
    padding: 5px 20px;
	z-index:2;
}
body.resultado #section-4 span:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--cor-amarelo);
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 82%);
	z-index:-1;
}
body.resultado #section-4 h3{
    font-size: 50px;
    line-height: 50px;
}
body.resultado #section-4 small {
    font-size: 20px;
    font-weight: 200;
    width: 250px;
    display: block;
    line-height: 1.2;
	color:var(--cor-rosa);
}
body.resultado #section-4{
	background-image: url(../images/background-5.png);
	background-size: 100% auto;
	position:relative;
}
body.resultado #section-4:after{
    content: '';
    background-image: url(../images/agua.png);
    width: 99%;
    position: absolute;
    height: 100%;
    top: 0;
    background-size: auto 250%;
    background-position: 83% 25%;
    background-repeat: no-repeat;
}
body.resultado #section-4 p{
	font-size:22px;
	font-family: "Lekton", serif;
	font-weight:bold;
}
body.resultado #section-5{
	background:#000;
}
body.resultado #section-5 h1,
body.resultado #section-5 p{
	color:var(--cor-branco);
}
body.resultado #section-5 h3{
	color:var(--cor-rosa);
}

body.resultado #section-5 h1 {
    font-size: 50px;
    line-height: 50px;
}
body.resultado #section-5 h3{
	font-size: 60px;
	font-weight:700;
    line-height: 60px;
}
body.resultado #section-5 p{
	font-size:22px;
}
@media only screen and (max-width: 767px) {
	header{
		background-size: auto 100%;
	}
	header h3{
		font-size: 47px;
		height: 80px;
	}
	header h3:before{
		clip-path: polygon(0% 0%, 100% 0%, 100% 93%, 0% 83%);
	}
	header h1 {
		font-size: 76px;
	}
	header h2 {
		font-size: 48px;
	}
	header h5{
		font-size: 52px;
	}
	#section-2 h1{
		font-size: 48px;
		line-height: 48px;
	}
	#section-2 .position-left,
	#section-2 .position-right{
		display:none;
	}
	#section-2 .itens .row{
		margin-bottom:40px;
	}
	#section-2 a.btn{
		height: 185px;
	}
	#section-3 h1{
		font-size: 55px;
	}
	
	
	
	
	
	body.resultado header{
		background-size: auto 100%;
	}
	
	body.resultado #slider .resultado{
		margin-top: 40px;
	}
	body.resultado #slider .resultado p{
		font-size: 30px;
		line-height: 32px;
	}
	body.resultado #section-2 h1{
	    font-size: 48px;
		line-height: 50px;
	}
	body.resultado #section-4 h3{
		font-size: 38px;
	}
	body.resultado #section-4 span{
		    font-size: 67px;
	}
	body.resultado #section-4:after{
		z-index: -1;
		height: 45%;
	    bottom: 0;
		top:auto;
		right:0;
	}
	body.resultado #section-5 h1{
		font-size: 42px;
		line-height: 46px;
	}
	body.resultado #section-5 h3{
	    font-size: 50px;
		line-height: 50px;
	}
	body.resultado #section-5 .btn{
		margin-bottom: 50px;
	}
	#step2 .inline{
		flex-direction: column;
	}
}
/* condição genero*/
.se-outro-genero {
    display: none; /* Esconde o input por padrão */
}

.se-outro-genero.ativo {
    display: flex;
    width: 100%;
}

.se-outro-genero.inativo {
    display: none; /* Esconde o input quando a classe 'inativo' é adicionada */
}
.container h1,
.container h2,
.container h3,
.container h4,
.container h5,
.container h6 {

    text-shadow: 1px 1px white;
}

#section-2 .container {
    font-size: 16px;
}

#section-2 .container p{
    font-size: 1.2rem;
}