@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow&display=swap');


.inscription-form .inner-form{
    background-repeat: repeat;
	padding-top: 30px;
	border-radius: 4px;
}
.inscription-form .text-info p{
	color: #0b0b0b; 
	font-size: 28px;
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    line-height: 40px;
    padding: 30px;
    font-weight: 800;
}
.inscription-form .text-info p:last-child{
	font-size: 22px;
    font-family: 'Bebas Neue', sans-serif;
    text-transform: inherit;
    line-height: 30px;
    padding-bottom: 60px;
    font-weight: 500;
    padding-top: 0;
}

.inscription-form{
	padding-top: 0px;
	padding-bottom: 60px;
	background: #5f805f;
	/*background: #042e7d;
	background-size: cover;*/
}

.inscription-form label{
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 500;
	color: #ffffff;
	font-size: 20px;
    letter-spacing: 1px;
}

.inscription-form .formbox{
	background: #5f805f;
    padding: 30px;
}

.inscription-form .wpcf7-submit{
	margin-top: 10px;
	background-color: #0b0b0b;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'Bebas Neue', sans-serif;
	border: none;
    font-size: 26px;
    letter-spacing: 1px;
}


.inscription-form fieldset{
	padding-bottom: 20px;
    margin-bottom: 30px;
}
.inscription-form fieldset.last{
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
.inscription-form legend{
	color: #0b0b0b;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 800;
	font-size: 30px;
	border: none;
	text-transform: uppercase;
    letter-spacing: 0.05em;
}

.featureBox{
	width: 49%;
}

@media all and (max-width:600px){
	.featureBox{
		width: 100%;
	}
}
.featureBox .featureBoxInner{
	background-color: none!important;
	border: 2px solid #ffffff;
	background: rgba(4,51,132,.4);
}

.featureBox p{
    font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-size: 20px;
    line-height: 30px;
}
.featureBox h2,.featureBox h2 p{
	display: inline-block;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 800;
	font-size: 28px;
	text-transform: uppercase;
    color: #ffffff;
    background-color:none;
    padding: 5px 5px 3px 5px;
    letter-spacing: 2px;
}


.desfio-background{
	background: #073d96 url(../../img/desafiomoos/backgroundmoos-2022.jpg) no-repeat scroll 50% 50%;
	background-size: cover;
}
section.about p:first-child{
	font-size: 30px;
}
section.about p{
	font-size: 24px;
	font-family: 'Bebas Neue', sans-serif;
	text-transform: uppercase;
	line-height: 30px;
	color: white;
	transform: skew(-12deg, 0);
}
@media all and (max-width: 768px){
	section.about p{
		font-size: 20px;
		transform: none;
	}
	section.about p:first-child{
		font-size: 24px;
	}
}
@media all and (max-width: 480px){
	#history i.fa{
		display: none;
	}
	#history .btn.btn-default{
		width: 100%;
	}
	section.about p{
		font-size: 18px;
		transform: none;
	}
	section.about p:first-child{
		font-size: 20px;
		line-height: 30px
	}
}

.featureBox h3{
	font-family: 'Bebas Neue', sans-serif;
	color: white;
}
section.about{
	padding-top: 30px;
	padding-bottom: 0;
	background: #434848;
    background-position: 0 0;
}
section.about p:first-child {
    color: #ffffff;
    /* font-size: 1.4em; */
}
section.about .text-center p:first-child{
	margin-bottom: 30px;
	font-size: 40px;
    line-height: 38px;
    letter-spacing: 0.05em;
}
#history{
	background: #e1ece9!important;
    border: none;
}
#history .btn.btn-default,#history .btn.btn-default:visited{
	background: #e9e9e9;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 800;
	color: rgb(22, 22, 22);
	text-transform: uppercase;
	font-size: 20px;
    letter-spacing: 1px;
}
#history .btn.btn-default:hover{
	background: #ffffff;
}
section#history .container{
	width: 100%;
}

.inscription-form .screen-reader-response{
	display: none;
}
.inscription-form .wpcf7-not-valid{
	-webkit-box-shadow: 0px 0px 15px -3px rgba(226,1,123,0.7); 
	box-shadow: 0px 0px 15px -3px rgba(226,1,123,0.7);
}
.inscription-form .wpcf7-response-output{
	font-family: 'Bebas Neue', sans-serif;
    color: #ffffff;
    font-weight: 800;
    text-align: center;
    padding: 20px;
    clear: both;
    margin-top: 10px;
    font-size: 22px;
}

footer.footer{
	background: #0b0b0b!important;
}
footer.footer .social a i.fa{
	color: white;
}
.navbar{
	padding-top: 28px;
}
.navbar .social a i{
	color: white;
}
.navbar.seven .navbar-nav > li.active > a:after, .navbar.eight .navbar-nav > li.active > a:after, .navbar.nine .navbar-nav > li.active > a:after{
	background-color: #fc2a36;
}
.navbar .navbar-nav > li.active > a{
	color: white!important;
}
.inscription-form .accept input{
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 10px;
	display: block;
	position: relative;
	top: -4px;
}
.inscription-form .accept label a,
.inscription-form .accept label a:hover,
.inscription-form .accept label a:focus,
.inscription-form .accept label a:visited{
	text-transform: uppercase;
	color: #262251;
	text-decoration: underline;
}

#intro .cover.mobile{
	display: none;
}
#intro .cover.desktop{
	display: block;
}
@media all and (max-width: 1080px){
	#intro .cover.mobile{
		display: block;
	}
	#intro .cover.desktop{
		display: none;
	}
}
.modal .modal-header{
	background: none;
	color: white;
}
.modal .close{
	color: #262251;
}
.modal .btn.btn-default{
	text-transform: uppercase;
	background: #262251;
}
.wpcf7-form.sent fieldset, .wpcf7-form.sent .col-md-6{ 
	display: none;
}
/*.wpcf7-form.sent .wpcf7-response-output{
	background: url(../../img/desafiomoos/desafio-thanks-desktop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    text-indent: -9999em;
    background-position: 50%;
    margin-left: -15px;
    margin-right: -15px;
}*/
.wpcf7-form.sent .wpcf7-response-output{
	background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    background-position: 50%;
    margin-left: -15px;
    margin-right: -15px;
	justify-content: center;
    align-items: center;
	font-size: 4rem;
    line-height: 1.2;
}
@media all and (max-width: 600px){
	/*
	.wpcf7-form.sent .wpcf7-response-output{
		background: url(../../img/desafiomoos/desafio-thanks.jpg);
		background-size: contain;
	    background-repeat: no-repeat;
	    height: 300px;
	    text-indent: -9999em;
	    background-position: 50%;
	    margin-left: -15px;
	    margin-right: -15px;
	}
*/
	.wpcf7-form.sent .wpcf7-response-output{
		background-size: contain;
	    background-repeat: no-repeat;
	    height: 300px;
	    background-position: 50%;
	    margin-left: -15px;
	    margin-right: -15px;
		justify-content: center;
		align-items: center;
		font-size: 4rem;
		line-height: 1.2;
	}
}

.bases{
	padding: 0 0 40px 0;
}
.bases a.btn-default{
	padding: 15px 20px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    width: auto;
    text-decoration: none;
    border-radius: 2px;
}