/*!
Theme Name: 'Studio 61
Theme URI: https://www.studio61.com.br
Author: Wesley Belchior
Author URI: https://www.studio61.com.br
Description: Um tema by Studio 61
Version: 1.0.0
Text Domain: studio-61
*/

/* Lenis */
html.lenis {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.lenis.lenis-scrolling iframe {
	pointer-events: none;
}
.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

body{
    margin: 0;
    padding: 0;
	overflow-x: hidden;
}
input{
	outline: none;
}
button{
	background: none;
    border: none;
    padding: unset;
	outline: none;
}
p{
	margin: 0;
}
a{
	color: inherit;
}

.s61-header{
	position: fixed;
    top: 50px;
	opacity: 0;
	transition: opacity .3s;
    z-index: 10;
}

.s61-anim-logo .s61-inline-svg{
	margin: auto;
}

.s61-img{
	height: 100%;
}

.s61-filter fieldset{
	border: 0;
	padding: 0;
    margin: 0;
}

.s61-filter .jet-radio-list .jet-radio-list__item .jet-radio-list__decorator,
.s61-filter input[type="radio"]{
	display: none;
}

.s61-filter .jet-radio-list .jet-radio-list__item .jet-radio-list__label{
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.s61-linkedin span{
	text-decoration-thickness: 1px !important;
	text-underline-offset: 4px;
}

/* .s61-emp-listing .jet-listing-grid__item:nth-child(3n+1) {
	margin-top: 60px;
}
.s61-emp-listing .jet-listing-grid__item:nth-child(3n) {
	margin-top: 60px;
} */

.s61-overlaid{
	background-image: linear-gradient(0deg, var(--e-global-color-895e85f ) calc(100% - 100px), #00000000 0%);
}

@media screen and (max-width: 1024px) {
	.s61-header{
		top: 30px;
	}
	.s61-emp-listing .jet-listing-grid__item:nth-child(3n+1) {
		margin-top: 0px;
	}
	.s61-emp-listing .jet-listing-grid__item:nth-child(3n) {
		margin-top: 0px;
	}
	.s61-overlaid{
		background-image: linear-gradient(0deg, var(--e-global-color-895e85f ) 100%, #00000000 0%);
	}
}

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

.s61-popup-menu-mobile .dialog-widget-content{
	top: 0;
	left: 0;
}

.s61-menu-mobile .b6web-button-content-wrapper{
  text-wrap: nowrap;
  white-space: nowrap;
}

@media screen and (max-width: 1200px){
	.s61-menu-desktop{
		display: none;
	}
	.s61-menu-mobile{
		display: block;
	}
}

.s61-form.sell{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.s61-form.sell .name{
	display: flex;
	width: 100%;
	margin-bottom: 20px;
}
.s61-form.sell .wpcf7-form-control-wrap{
	width: 100%;
}
.s61-form.sell .name input{
	width: 100%;
	padding-bottom: 18px;
}
.s61-form.sell .email,
.s61-form.sell .phone,
.s61-form.sell .city,
.s61-form.sell .area{
	display: flex;
	width: 49%;
}
.s61-form.sell .email input,
.s61-form.sell .phone input,
.s61-form.sell .city input,
.s61-form.sell .area input{
	width: 100%;
	padding-bottom: 18px;
}
.s61-form.sell .identify{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 18px;
	color: var(--e-global-color-34dd829);
    font-family: var(--e-global-typography-5d37dce-font-family), Sans-serif;
    font-size: var(--e-global-typography-5d37dce-font-size);
    line-height: var(--e-global-typography-5d37dce-line-height);
    letter-spacing: var(--e-global-typography-5d37dce-letter-spacing);
    word-spacing: var(--e-global-typography-5d37dce-word-spacing);
}
.s61-form.sell .demarcation,
.s61-form.sell .documents{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 20px;
	color: var(--e-global-color-34dd829);
    font-family: var(--e-global-typography-5d37dce-font-family), Sans-serif;
    font-size: var(--e-global-typography-5d37dce-font-size);
    line-height: var(--e-global-typography-5d37dce-line-height);
    letter-spacing: var(--e-global-typography-5d37dce-letter-spacing);
    word-spacing: var(--e-global-typography-5d37dce-word-spacing);
}

.s61-form.sell .comments{
	display: flex;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.s61-form.sell .comments input{
	width: 100%;
	padding-bottom: 18px;
}

.s61-form.sell .identify input[type='radio'],
.s61-form.sell .accept input[type="checkbox"]{
    position: relative;
    cursor: pointer;
    width: 25px;
    border-radius: 25px;
    margin: 0px;
}
.s61-form.sell .identify input[type='radio']:before{
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 50%;
    background-color: #F4F7EF;
    transform: translate(-50%, -50%);
    border-radius: 25px;
    box-sizing: border-box;
}
.s61-form.sell .identify input[type='radio']:checked:before{    
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.s61-form.sell .identify input[type='radio']:checked:after{
    content: '';
    display: block;
    width: 5px;
    height: 9px;
    border: solid;
    border-width: 0 1px 1px 0;
    border-color: #073234;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    box-sizing: border-box;
}

.s61-form.sell input{
	font-family: var(--e-global-typography-5d37dce-font-family ), Sans-serif;
    font-size: var(--e-global-typography-5d37dce-font-size );
    letter-spacing: var(--e-global-typography-5d37dce-letter-spacing );
    word-spacing: var(--e-global-typography-5d37dce-word-spacing );
	background-color: unset;
	outline: 0;
	border: 0;
	border-bottom: 1px solid #F4F7EF;
	color: #E8F0DF;
	font-size: 20px;
	line-height: 21px;
}
.s61-form.sell input::placeholder{
	font-family: var(--e-global-typography-5d37dce-font-family ), Sans-serif;
    font-size: var(--e-global-typography-5d37dce-font-size );
    letter-spacing: var(--e-global-typography-5d37dce-letter-spacing );
    word-spacing: var(--e-global-typography-5d37dce-word-spacing );
	color: #E8F0DF;
	opacity: .5;
}

.s61-form.sell .required{
	width: 100%;
	margin-top: 20px;
	color: #E8F0DF;
	font-family: var(--e-global-typography-0e25ca1-font-family ), Sans-serif;
    font-size: var(--e-global-typography-0e25ca1-font-size );
    line-height: var(--e-global-typography-0e25ca1-line-height );
    letter-spacing: var(--e-global-typography-0e25ca1-letter-spacing );
    word-spacing: var(--e-global-typography-0e25ca1-word-spacing );
}

.s61-form.sell .wpcf7-submit{
	width: 228px;
	border: 1px solid #E8F0DF;
	outline: 0;
	color: #073234;
	background-color: #E8F0DF;
	border-radius: 25px;
	padding: 7px 0px;
	transition: all .3s;
}

.s61-form.sell .wpcf7-submit:hover{
	background-color: unset;
	color: #E8F0DF;
}

.s61-form.sell .demarcation .send-btn,
.s61-form.sell .documents .send-btn{
    width: fit-content;
    cursor: pointer;
    display: flex;
    text-wrap: nowrap;
	white-space: nowrap;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
    padding: 5px 40px;
    border: 1px solid #E5E5E5;
    border-radius: 50px;
    color: #073234;
    background-color: #E8F0DF;
}

.s61-form.sell .send-btn .wpcf7-not-valid-tip{
    margin-left: 10px;
    font-family: var(--e-global-typography-5d37dce-font-family), Sans-serif;
    font-size: var(--e-global-typography-5d37dce-font-size);
    line-height: var(--e-global-typography-5d37dce-line-height);
    letter-spacing: var(--e-global-typography-5d37dce-letter-spacing);
    word-spacing: var(--e-global-typography-5d37dce-word-spacing);
}

.s61-form.sell .demarcation input,
.s61-form.sell .documents input{
    display: none;
}

.s61-form.sell .submit{
	display: flex;
    flex-direction: row;
    align-items: center;
	margin-top: 52px;
}

.s61-form.sell .wpcf7-spinner{
	background-color: #E8F0DF;
	opacity: 1;
}

.s61-form.sell .wpcf7-spinner:before{
	background-color: #073234;
}

@media only screen and (max-width: 767px) {
    .s61-form.sell .email,
	.s61-form.sell .phone,
	.s61-form.sell .city,
	.s61-form.sell .area{
		width: 100%;
	}
	.s61-form.sell .phone,
	.s61-form.sell .city,
	.s61-form.sell .area{
        margin-top: 20px;
	}
	.s61-form.sell .wpcf7-submit{
		width: 150px;
	}
	
	.s61-form.sell .identify{
	    display: flex;
        flex-direction: column;   
    }
    
    .s61-form.sell .identify .wpcf7-list-item{
        margin: 18px 0px 0px 0px;
    }
    
    .s61-form.sell .identify .wpcf7-form-control{
        display: flex;
        gap: 20px;
    }
}

/* form footer */
.s61-form.footer{
    display: flex;
    flex-direction: column;
	overflow: hidden;
}

.s61-form.footer input[type=text],
.s61-form.footer input[type=email]{
    background-color: unset;
    border: 0;
    outline: none;
    border-bottom: 1px solid var( --e-global-color-895e85f );
    padding: 18px 0px;
    color: var( --e-global-color-895e85f );
    font-family: var(--e-global-typography-5d37dce-font-family ), Sans-serif;
    font-size: var(--e-global-typography-5d37dce-font-size );
    line-height: var(--e-global-typography-5d37dce-line-height );
    letter-spacing: var(--e-global-typography-5d37dce-letter-spacing );
    word-spacing: var(--e-global-typography-5d37dce-word-spacing );
}

.s61-form.footer input[type=text]::placeholder,
.s61-form.footer input[type=email]::placeholder{
    color: var( --e-global-color-895e85f );
    opacity: .5;
    font-family: var(--e-global-typography-5d37dce-font-family ), Sans-serif;
    font-size: var(--e-global-typography-5d37dce-font-size );
    line-height: var(--e-global-typography-5d37dce-line-height );
    letter-spacing: var(--e-global-typography-5d37dce-letter-spacing );
    word-spacing: var(--e-global-typography-5d37dce-word-spacing );
}

.s61-form.footer .required{
    margin-top: 20px;
    color: var( --e-global-color-895e85f );
    font-family: var(--e-global-typography-0e25ca1-font-family ), Sans-serif;
    font-size: var(--e-global-typography-0e25ca1-font-size );
    line-height: var(--e-global-typography-0e25ca1-line-height );
    letter-spacing: var(--e-global-typography-0e25ca1-letter-spacing );
    word-spacing: var(--e-global-typography-0e25ca1-word-spacing );
}

.s61-form.footer input[type=submit]{
	width: 100%;
    background-color: var( --e-global-color-895e85f );
    color: var(--e-global-color-34dd829);
    border: 1px solid var( --e-global-color-895e85f );
    border-radius: 50px;
    outline: none;
    margin-top: 50px;
    padding: 10px 70px;
    font-family: var(--e-global-typography-e1f5768-font-family ), Sans-serif;
    font-size: var(--e-global-typography-e1f5768-font-size );
    line-height: var(--e-global-typography-e1f5768-line-height );
    letter-spacing: var(--e-global-typography-e1f5768-letter-spacing );
    word-spacing: var(--e-global-typography-e1f5768-word-spacing );
    transition: background-color .3s, color .3s;
}

.s61-form.footer input[type=submit]:hover{
    color: var( --e-global-color-895e85f );
    background-color: var(--e-global-color-a0f0249);
}

.s61-form.footer .submit{
	display: flex;
    flex-direction: column;
    align-items: center;
}

.s61-form.footer .wpcf7-spinner{
	background-color: #E8F0DF;
	opacity: 1;
	margin-top: 15px;
}

.s61-form.footer .wpcf7-spinner:before{
	background-color: #073234;
}

@media only screen and (max-width: 767px) {
    .s61-form.footer input[type=submit]{
        margin-top: 30px;
        padding: 5px 50px;
    }
}

#wpcf7-f68-o2 .wpcf7-response-output,
#wpcf7-f348-o1 .wpcf7-response-output{
	border: 0;
	margin: 0;
	padding: 0;
    font-family: var(--e-global-typography-0e25ca1-font-family ), Sans-serif;
    font-size: var(--e-global-typography-0e25ca1-font-size );
    line-height: var(--e-global-typography-0e25ca1-line-height );
    letter-spacing: var(--e-global-typography-0e25ca1-letter-spacing );
    word-spacing: var(--e-global-typography-0e25ca1-word-spacing );
	margin-top: 15px;
}

#wpcf7-f68-o2 .wpcf7-response-output{
	color: var(--e-global-color-895e85f );
}

#wpcf7-f348-o1 .wpcf7-response-output{
	color: var(--e-global-color-34dd829);
}

.wpcf7 form .wpcf7-not-valid-tip{
    font-family: var(--e-global-typography-0e25ca1-font-family ), Sans-serif;
    font-size: var(--e-global-typography-0e25ca1-font-size );
    line-height: var(--e-global-typography-0e25ca1-line-height );
    letter-spacing: var(--e-global-typography-0e25ca1-letter-spacing );
    word-spacing: var(--e-global-typography-0e25ca1-word-spacing );
}