<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes rotacao1 {0%{transform: translate(-50%, -50%) rotate(0deg);} 100%{transform: translate(-50%, -50%) rotate(360deg);}}
@keyframes rotacao2 {0%{transform:  rotate(0deg);} 100%{transform: rotate(360deg);}}

/* Botao preto - button e &lt;a&gt; */
.editProfileWindow .linkCTA{width: max-content;height: max-content; height: 40px;background: linear-gradient(90deg, rgb(71, 189, 207) 0%, rgb(96, 163, 219) 31.05%, rgb(168, 86, 255) 65.91%, rgb(232, 123, 85) 100%); box-shadow: inset 0px 0px 110px 110px #1a1b1d; border-radius: 56px;display: block;padding: 12px 34px;transition: all 0.5s ease;cursor: pointer;position: relative;z-index: 1;}
    .editProfileWindow a.btGoDashboard:active,
    .editProfileWindow a.btGoDashboard:link,
    .editProfileWindow a.btGoDashboard:visited{display: flex ; align-items: center; justify-content: center; gap: 7px; margin: 50px auto -10px; width: max-content; height: 44px; background: linear-gradient(90deg, rgb(71, 189, 207) 0%, rgb(96, 163, 219) 31.05%, rgb(168, 86, 255) 65.91%, rgb(232, 123, 85) 100%); box-shadow: inset 0px 0px 110px 110px #1a1b1d; border-radius: 56px; padding: 12px 34px; transition: all 0.5s ease; cursor: pointer; position: relative; z-index: 1;}
        ._1000 .editProfileWindow .linkCTA::before,  ._1000 .editProfileWindow a.btGoDashboard::before{content: "";width: 100%;height: 100%;position: absolute;left: 50%;transform: translateX(-50%);bottom: 0px;pointer-events: none;background: linear-gradient(90deg, rgb(71, 189, 207) 0%, rgb(96, 163, 219) 31.05%, rgb(168, 86, 255) 65.91%, rgb(232, 123, 85) 100%);border-radius: 40px;opacity: 0;will-change: opacity, transform;backface-visibility: hidden;transition: opacity 0.5s ease;}
        ._1000 .editProfileWindow .linkCTA::after,  ._1000 .editProfileWindow a.btGoDashboard::after{content: "";width: 100%;height: 20px;filter: blur(12px);position: absolute;left: 50%;transform: translateX(-50%);bottom: 1px;pointer-events: none;background: linear-gradient(90deg, rgb(71, 189, 207) 0%, rgb(96, 163, 219) 31.05%, rgb(168, 86, 255) 65.91%, rgb(232, 123, 85) 100%);border-radius: 40px;opacity: 0;transition: all 0.5s ease;}
    .editProfileWindow .linkCTA b{display: block;font-size: 17px;font-weight: 600;line-height: 16px;letter-spacing: 0.02em;color: #FFF; position: relative; z-index: 1;will-change: opacity, transform;backface-visibility: hidden;transition: opacity 0.5s ease;}
	.editProfileWindow a.btGoDashboard b{display: block;font-size: 18px;font-weight: 600;line-height: 16px;letter-spacing: 0.02em;color: #FFF; position: relative; z-index: 1;will-change: opacity, transform;backface-visibility: hidden;transition: opacity 0.5s ease}
    /* Hover */ 
    ._1000 .editProfileWindow .linkCTA:hover, ._1000 .editProfileWindow a.btGoDashboard:hover{box-shadow: inset 0px 0px 110px 110px #1a1b1d00;}
        .editProfileWindow .linkCTA:hover::before, .editProfileWindow .linkCTA:hover::after, .editProfileWindow a.btGoDashboard:hover::before, .editProfileWindow a.btGoDashboard:hover::after{opacity: 1;}

.editProfileWindow{width: 100%;max-width: 1200px;margin: 0px auto;}
    .editProfileWindow .centro article{margin: 0px auto;}
        .editProfileWindow .centro article .topo{border-top: 1px dashed #CDD0D4;}
        .editProfileWindow .centro article:first-of-type .topo{border-bottom: 1px dashed #CDD0D4;border-top: initial;}

    .editProfileWindow .buttons{display: flex;align-items: center;gap: 10px;position: relative;}
        .editProfileWindow p.enviando{display: none;font-weight: 600;width: max-content;background: linear-gradient(90deg, rgb(71, 189, 207) 0%, rgb(96, 163, 219) 31.05%, rgb(168, 86, 255) 65.91%, rgb(232, 123, 85) 100%);border-radius: 56px;padding:12px 40px 12px 30px;transition: all 0.5s ease;z-index: 0; height: 40px;position: relative;}
            .editProfileWindow p.enviando em{font-weight: 600;text-transform: capitalize;font-size: 17px;line-height: 16px;color: #FFF;}
        .editProfileWindow .buttons span.mensagemRetorno{width: 100%;min-width: max-content;margin: initial;font: 500 15px / 16px 'omnes-pro';text-transform: initial;color:#23b635;position: absolute;bottom: -22px;left: 50%;transform: translateX(-50%);font-style: italic;padding: 0px;}
        .editProfileWindow a.close:link,
        .editProfileWindow a.close:active,
        .editProfileWindow a.close:visited{display: block; font-size: 16px; font-weight: 500; line-height: 16px; text-align: center; color: #9FA4AC; transition: all 0.5s ease; margin-top: 12px;}
        .editProfileWindow a.close:hover{color: #1A1B1D;}

    /* Loading */
    .editProfileWindow .loadingIcon{display: inline-block;position: absolute !important;right: 14px; top: 11px; width: 17px; height: 17px;border: 2px solid #FFF;border-bottom-color: transparent;border-radius: 50%;box-sizing: border-box;animation: rotacao2 1s linear infinite;z-index: 10;background: transparent;outline: 6px solid transparent;}
    .editProfileWindow .centro article.boxInterestsBucket ul li p.enviando{position: relative;width: max-content;background: #2D9CBB;padding: 18px 38px;border-radius: 44px;height: 36px;}
        .editProfileWindow .centro article.boxInterestsBucket ul li p.enviando .loadingIcon{left: 30px; top: 9px; right: initial;}

    /* Mensagem de error e validate */
    .editProfileWindow .errorMessage, .editProfileWindow .validate, .editProfileWindow .mensagemRetorno.erro{margin: initial;padding-left: 10px;font: 500 15px / 16px 'omnes-pro' !important;text-transform: initial;color: #D44545 !important;position: relative;font-style: italic !important;}
    .editProfileWindow .validate{padding: 5px 0px 0px;}

.editProfile main{background: #1A1B1DF0;backdrop-filter: blur(12px);padding: 24px 20px 194px;}
	.editProfileWindow .centro{background: #FFF;padding: 0px 40px 104px;margin: 0px auto;position: relative;overflow-x: clip;}
		.editProfileWindow .centro::before{content: "";width: 100%;height: 54px;background: url('../img/rasgoEditProfile.webp') no-repeat;background-size: 100%;position: absolute;bottom: -54px;left: 0px;pointer-events: none;}

		/* Box Menu */
		.editProfileWindow article.boxMenu{width: 100%;max-width: 1200px;display: flex;justify-content: space-between;margin: 0px auto;top: 0px;left: 0px;padding: 0px 0px 0px 4px;}
			.editProfileWindow article.boxMenu div.menu1{display: flex; gap: 53px;}
			.editProfileWindow article.boxMenu div.menu2{display: flex; gap: 25px;position: relative;}
				.editProfileWindow article.boxMenu .menu1 h2{height: max-content;display: flex;align-items: center;gap: 8px;font-size: 14px;font-weight: 600;line-height: 14px;letter-spacing: 0.02em;text-transform: uppercase;color: #FFF;}
					.editProfileWindow article.boxMenu .menu1 h2::before{content: "";width: 28px;min-width: 28px;height: 28px;background: url('../img/iconeLoocalFriend.svg') no-repeat;pointer-events: none;}
				.editProfileWindow article.boxMenu div nav{display: flex; gap: 8px;}
					.editProfileWindow article.boxMenu div nav a:link,
					.editProfileWindow article.boxMenu div nav a:active,
					.editProfileWindow article.boxMenu div nav a:visited{display: block;width: max-content;background: #EFEFF066;border-radius: 20px 20px 0px 0px;padding: 13px 21px 15px;transition: all 0.5s ease;position: relative;overflow: clip;margin-top: 8px;}
						.editProfileWindow article.boxMenu div nav a::before{content: "";width: 100%;height: 100%;border-top: 3px solid #FFF;background: linear-gradient(180deg, #EAEAEB 38.46%, #FFFFFF 100%);border-radius: 20px 20px 0px 0px;position: absolute;top: 0px;left: 0px;opacity: 0;visibility: hidden;transition: all 0.5s ease;}
						.editProfileWindow article.boxMenu div nav a b{display: block;font-size: 16px;font-weight: 500;line-height: 16px;letter-spacing: 0.03em;color: #1A1B1D;transition: all 0.5s ease;position: relative;z-index: 1;}
					/* Hover */
					.editProfileWindow article.boxMenu div nav a:hover,
					.editProfileWindow article.boxMenu div nav a.ativo{background: #FFF;padding-bottom: 23px;margin-top: 0px;}
					.editProfileWindow article.boxMenu div nav a:hover::before,
					.editProfileWindow article.boxMenu div nav a.ativo::before{opacity: 1; visibility: visible;}

			.editProfileWindow article.boxMenu span.botaoFechar{display: flex;align-items: center;justify-content: center;width: 40px;height: 40px;background: #FFF;border: 1px solid #EDEDED;border-radius: 100%;transition: all 0.5s ease;cursor: pointer;margin-top: -4px;}
				.editProfileWindow article.boxMenu span.botaoFechar svg{width: 12px;height: 12px;transition: all 0.5s ease;pointer-events: none;}
					.editProfileWindow article.boxMenu span.botaoFechar svg path{transition: all 0.5s ease;}
				body.editProfile .editProfileWindow article.boxMenu span.botaoFechar {display: none;}

				body.editProfile .editProfileWindow article.boxMenu a.botaoVoltar:active,
				body.editProfile .editProfileWindow article.boxMenu a.botaoVoltar:link,
                body.editProfile .editProfileWindow article.boxMenu a.botaoVoltar:visited{font: 600 14px / 16px 'Omnes-pro'; letter-spacing: 0.02em; color: #ADB9D2; text-transform: uppercase; padding-left: 15px; transition: all 0.5s ease; position: absolute; bottom: -50px; right: 20px; z-index: 9;}
                ._320 body.editProfile .editProfileWindow article.boxMenu a.botaoVoltar{bottom: -75px;}
                    body.editProfile .editProfileWindow article.boxMenu a.botaoVoltar::before{content: ''; display: block; position: absolute; left: 0; top: 4px; width: 9px; height: 8px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 9 8'%3E%3Cpath fill='%23ADB9D2' fill-rule='evenodd' d='M3.77.191a1 1 0 0 1 .22 1.397L2.237 4l1.755 2.412a1 1 0 0 1-1.618 1.176l-2.182-3a1 1 0 0 1 0-1.176l2.182-3A1 1 0 0 1 3.77.192Zm4.818 0a1 1 0 0 1 .22 1.397L7.056 4 8.81 6.412a1 1 0 0 1-1.62 1.176l-2.182-3a1 1 0 0 1 0-1.176l2.182-3a1 1 0 0 1 1.397-.22Z' clip-rule='evenodd'/%3E%3C/svg%3E"); background-size: contain; background-repeat: no-repeat; transition: all 0.4s ease;}
                        body.editProfile .editProfileWindow article.boxMenu a.botaoVoltar:hover{color: #D46A45;}
                            body.editProfile .editProfileWindow article.boxMenu a.botaoVoltar:hover::before{ left: -5px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 9 8'%3E%3Cpath fill='%23D46A45' fill-rule='evenodd' d='M3.77.191a1 1 0 0 1 .22 1.397L2.237 4l1.755 2.412a1 1 0 0 1-1.618 1.176l-2.182-3a1 1 0 0 1 0-1.176l2.182-3A1 1 0 0 1 3.77.192Zm4.818 0a1 1 0 0 1 .22 1.397L7.056 4 8.81 6.412a1 1 0 0 1-1.62 1.176l-2.182-3a1 1 0 0 1 0-1.176l2.182-3a1 1 0 0 1 1.397-.22Z' clip-rule='evenodd'/%3E%3C/svg%3E"); background-size: contain; background-repeat: no-repeat; }

                body.profile .editProfileWindow article.boxMenu a.botaoVoltar{display: none !important;}

			/* Hover */
			.editProfileWindow article.boxMenu span.botaoFechar:hover{background: #D44545;}
				.editProfileWindow article.boxMenu span.botaoFechar:hover svg path{fill: #FFF;}

		/* Titulo */
		.editProfileWindow .centro article .topo{width: calc(100% + 80px); position: relative; padding: 22px 40px; margin: 0px -40px 28px;}
			.editProfileWindow .centro article .topo::before{content: "";display: block;width: 4px;height: calc(100% + 1px);background: linear-gradient(180deg, #47BDCF 0%, #A856FF 50%, #E87B55 100%);position: absolute;top: 0px;left: 0px;pointer-events: none;}
			.editProfileWindow .centro article .topo h2{width: 100%;max-width: 1096px;font-size: 28px;font-weight: 800;line-height: 36px;color: #1A1B1D;margin: 0px auto 2px;}
			.editProfileWindow .centro article .topo &gt; span{width: 100%;max-width: 1096px;display: block;font-size: 14px;font-weight: 500;font-style: italic;line-height: 20px;letter-spacing: 0.04em;color: #9FA4AC;margin: -4px auto 0px;}
			.editProfileWindow .centro article .topo h2 em{margin-left: 3px;color: #c71111;}

			.editProfileWindow .centro article .topo p.revalidateWarning{position: absolute;top: 30px;right: 50px;display: flex;align-items: center;gap: 7px;}	    
                .editProfileWindow .centro article .topo p.revalidateWarning::before{content: ''; display: block;width: 18px; height: 21px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 57 72'%3E%3Cpath fill='%239FA4AC' d='M28.2 0c-11.6 0-21 8.8-21 19.6v9C3 33.1.2 39.1.2 45.7.2 60.3 12.8 72 28.2 72c15.5 0 28-11.7 28-26.2 0-6.6-2.6-12.6-7-17.3v-8.9C49.2 8.8 40 0 28.2 0Zm0 6.5c8 0 14 5.7 14 13.1v3.6a29.3 29.3 0 0 0-28 0v-3.6c0-7.4 6-13 14-13Zm0 19.7c11.6 0 21 8.8 21 19.6 0 10.9-9.4 19.7-21 19.7s-21-8.8-21-19.7c0-10.8 9.4-19.6 21-19.6Zm0 9.8c-3.8 0-7 3-7 6.5 0 2.5 1.5 4.5 3.5 5.7v10.7h7V48.2c2.1-1.2 3.5-3.2 3.5-5.7 0-3.6-3.1-6.5-7-6.5Z'/%3E%3C/svg%3E"); background-size: contain; background-repeat: no-repeat; user-select: none;opacity: 0.5;}
			    .editProfileWindow .centro article .topo p.revalidateWarning b{font-size: 16px; font-weight: 500; line-height: 16px; letter-spacing: 0.02em; color: #9FA4AC; z-index: 2;}
		

			.editProfileWindow .centro article .topo a.revalidateWarning:active,
			.editProfileWindow .centro article .topo a.revalidateWarning:any-link{position: absolute;top: 0;right: 0;display: flex;align-items: center;gap: 15px;padding: 5px 20px 11px;background: #1a1b1d;border-radius: 0 0 0 5px;}
			.editProfileWindow .centro article .topo a.revalidateWarning:hover img{filter: brightness(0) invert(1);}
			.editProfileWindow .centro article .topo a.revalidateWarning:hover:before{opacity: 1;}
			.editProfileWindow .centro article .topo a.revalidateWarning:before{content: "";width: 100%;height: 100%;position: absolute;left: 50%;transform: translateX(-50%);bottom: 0px;pointer-events: none;background: linear-gradient(90deg, rgb(71, 189, 207) 0%, rgb(96, 163, 219) 31.05%, rgb(168, 86, 255) 65.91%, rgb(232, 123, 85) 100%);opacity: 0;border-radius: 0 0 0 5px;will-change: opacity, transform;backface-visibility: hidden;transition: opacity 0.5s ease;}  

		/* Formulario */
		.editProfileWindow .centro article form{width: 100%;max-width: 1096px;display: flex;flex-wrap: wrap;align-items: end;gap: 20px 23px;margin: 0px auto;}
			.editProfileWindow .centro article form div.fee div{display: flex;gap: 24px;align-items: center;}
				.editProfileWindow .centro article form div.name{width: 100%;}
					.editProfileWindow .centro article form div.name input{width: 50%;}
				.editProfileWindow .centro article form div.phone{width: 100%; max-width: 292px; min-width: 282px; position: relative; display: flex ; flex-wrap: wrap; gap: 0 10px; align-items: center;}
				.editProfileWindow .centro article form div p.fakeInput{width: 100%; color: #53565E; height: 40px; font-size: 16px; font-weight: 500; line-height: 16px; letter-spacing: 0.04em; border: 1px solid #d1d5dc63; border-radius: 2px 40px 40px 40px; padding: 11px 15px 10px 24px; box-shadow: 0px 0px 4px 2px transparent; transition: all 0.5s ease;}
				.editProfileWindow .centro article form div.phone p.fakeInput{max-width: 210px;}
				.editProfileWindow .centro article form div.phone a#btEditPhoneNumber:active,
				.editProfileWindow .centro article form div.phone a#btEditPhoneNumber:any-link{display: flex ; min-height: 24px; align-items: center; justify-content: center; gap: 5px; padding: 4px 13px 3px; background: #1A1B1D; border-radius: 30px; transition: all 0.5s ease;}
					.editProfileWindow .centro article form div.phone a#btEditPhoneNumber:hover{background: var(--cor1);}
					.editProfileWindow .centro article form div.phone a#btEditPhoneNumber b{display: block;font-weight: 600;font-size: 14px;line-height: 14px;text-transform: uppercase;color: #fff;}
					.editProfileWindow .centro article form div.phone a#btEditPhoneNumber svg{transform: translateY(-1px);}
				.editProfileWindow .iti__selected-flag{border-radius: 2px 0px 0px 20px;}

				.editProfileWindow .centro article form div.number{position: relative;width: 292px;}
				.editProfileWindow .centro article form div.number a#btCancelPhoneNumber:active,
				.editProfileWindow .centro article form div.number a#btCancelPhoneNumber:any-link{position: absolute; display: flex ; right: 20px; bottom: 9px; padding: 4px 6px; background: #d5d5d5; border-radius: 100%; transition: all 0.5s ease; width: 24px; height: 24px; align-items: center; justify-content: center; box-shadow: 0px 0px 5px transparent;}
					.editProfileWindow .centro article form div.number a#btCancelPhoneNumber:hover{background: #ec4949; box-shadow: 0px 0px 5px #ec4949;}
					.editProfileWindow .centro article form div.number a#btCancelPhoneNumber:hover svg path{fill: #fff}
					.editProfileWindow .centro article form div.number a#btCancelPhoneNumber svg{transform: scale(0.7);transition: all 0.5s ease;}
						.editProfileWindow .centro article form div.number a#btCancelPhoneNumber svg path{transition: all 0.5s ease;}

				.editProfileWindow .centro article form div.email{width: 43%;}
				.editProfileWindow .centro article form div.ocupation{width: 60%;}
				.editProfileWindow .centro article form label{width: 100%;display: block;font-size: 16px;font-weight: 500;line-height: 20px;letter-spacing: 0.02em;color: #272D38;margin-bottom: 5px;}
					.editProfileWindow .centro article form label b{font-weight: 500;color: #D46A45;pointer-events: none;}
				.editProfileWindow .centro article form input,
				.editProfileWindow .centro article form textarea{width: 100%;font-size: 16px;font-weight: 500;line-height: 16px;letter-spacing: 0.04em;color: #53565E;background: #EFEFF0;border-radius: 2px 40px 40px 40px;padding: 10px 24px;box-shadow: 0 0 5px transparent;min-height: 40px; transition: all 0.5s ease;}
					._1000 .editProfileWindow .centro article form input::placeholder,
					._1000 .editProfileWindow .centro article form textarea::placeholder{font-size: 16px;font-weight: 500;line-height: 16px;letter-spacing: 0.02em;color: #53565E;transition: all 0.5s ease;}
				.editProfileWindow .centro article form select{width: 100%;font-size: 16px;font-weight: 500;line-height: 16px;letter-spacing: 0.02em;color: #53565E;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 13 10'%3E%3Cpath fill='%23272D38' d='M6 9.8c.3.3.7.3 1 0l6-9c.1-.3-.1-.8-.5-.8H.5C.1 0-.1.5.1.8l6 9Z'/%3E%3C/svg%3E") no-repeat center right #EFEFF0;background-size: 13px 10px;background-position-x: calc(100% - 24px);border-radius: 2px 40px 40px 40px;padding: 12px 24px;box-shadow: 0 0 5px transparent;transition: all 0.5s ease;}
					.editProfileWindow .centro article form select option{font-size: 16px;font-weight: 500;line-height: 20px;letter-spacing: 0.02em;color: #272D38;}

				/* Hover */
				.editProfileWindow .centro article form input:hover,
				.editProfileWindow .centro article form input:focus,
				.editProfileWindow .centro article form select:hover,
				.editProfileWindow .centro article form select:focus,
				.editProfileWindow .centro article form textarea:hover,
				.editProfileWindow .centro article form textarea:focus{box-shadow: 0 0 5px #2D9CBB;}

				.editProfileWindow .centro article form div.paisOndeMora{width: 100%;}
				.editProfileWindow .centro article form div.paisOndeMora .listSelectBucket{width: 100%; max-width: 670px; display: flex ; gap: 23px; justify-content: space-between;}
				.editProfileWindow .centro article form div.paisOndeMora .listSelectBucket li.escolhaOndeMora{width: 100%}
				.editProfileWindow .centro article form div.paisOndeMora .listSelectBucket li.escolhaOndeMora .buscaCampo{width: 100%;position: relative;}
				.editProfileWindow .centro article form div.paisOndeMora .listSelectBucket li.escolhaOndeMora .buscaCampo.loading .campoInput::after{content: ""; display: inline-block; position: absolute; right: 12px; bottom: 2px; width: 18px; height: 18px; border: 2px solid #1A1B1D; border-bottom-color: transparent; border-radius: 50%; box-sizing: border-box; animation: rotacao1 1s linear infinite; z-index: 10; background: #efeff0; outline: 6px solid #efeff0;}
						 .editProfileWindow .centro article form div.paisOndeMora .listSelectBucket li.escolhaOndeMora .resultadosLista{position: absolute;top: 39px;left: 50%;transform: translateX(-50%);width: calc(100% - 40px);z-index: 10;}
							 .editProfileWindow .centro article form div.paisOndeMora .listSelectBucket li.escolhaOndeMora .resultadosLista ol{width: 100%;max-height: 300px;overflow-y: auto;border: 2px solid #efeff0;border-radius: 0 0 10px 10px;background: #fff;box-shadow: 0px 6px 10px #cccccc6e;padding: 10px 5px 10px 3px;list-style: none;transition: all 0.3s ease;scrollbar-color: auto;}
								 .editProfileWindow .centro article form div.paisOndeMora .listSelectBucket li.escolhaOndeMora .resultadosLista ol li{width: 100%;font: 400 16px / 20px 'omnes-pro';letter-spacing: 0.04em;padding: 5px 25px;background: transparent;border-radius: 0px;transition: all 0.3s ease;cursor: pointer;}
								 .editProfileWindow .centro article form div.paisOndeMora .listSelectBucket li.escolhaOndeMora .resultadosLista ol li:hover{background: #F4F6F7;}
				.editProfileWindow .centro article form div.paisOndeMora .listSelectBucket li.escolhaOndeMora .buscaCampo .campoInput input{width: 100%;max-width: 408px;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 13 10'%3E%3Cpath fill='%23272D38' d='M6 9.8c.3.3.7.3 1 0l6-9c.1-.3-.1-.8-.5-.8H.5C.1 0-.1.5.1.8l6 9Z'/%3E%3C/svg%3E") no-repeat center right #EFEFF0;background-size: 13px 10px;background-position-x: calc(100% - 24px); padding-right: 45px;}

		/* Register */
		.editProfileWindow .centro .register{display: none;}
		.editProfileWindow .centro .register.ativo{display: block;}
		/* About */
		.editProfileWindow .centro article.about{padding-bottom: 110px;}
		.editProfileWindow .centro article.about .buttons{width: 100%;}
			.editProfileWindow .centro article.about .topo{}
			.editProfileWindow .centro article.about .conteudo{width: 100%;max-width: 1096px;display: flex;justify-content: space-between;gap: 20px;margin: 0px auto;}

					.editProfileWindow .centro article.about form button{padding: 12px 34px;}
						.editProfileWindow .centro article.about form button b{display: block;font-size: 17px;font-weight: 600;line-height: 16px;letter-spacing: 0.02em;color: #FFF;transition: all 0.5s ease; position: relative; z-index: 1;}

					.editProfileWindow .centro article.about .conteudo .perfil &amp;gt; span{display: block;font-size: 16px;font-weight: 500;line-height: 20px;letter-spacing: 0.04em;text-align: center;color: #272D38;margin-bottom: 5px;}
						.editProfileWindow .centro article.about .conteudo .perfil .btChoose{position: relative;display: block;width: max-content;background: #FFF;border: 1px solid #D1D5DC;border-radius: 96px;transition: all 0.5s ease;padding: 10px 17px;margin: 0px auto;cursor: pointer;}
							.editProfileWindow .centro article.about .conteudo .perfil .btChoose b{display: block;font-size: 15px;font-weight: 600;line-height: 10px;letter-spacing: 0.02em;color: #1A1B1D;transition: all 0.5s ease;cursor: pointer;}
						/* Hover */
						.editProfileWindow .centro article.about .conteudo .perfil .btChoose:hover{background: #1A1B1D;border: 1px solid #FFF;}
							.editProfileWindow .centro article.about .conteudo .perfil .btChoose:hover b{color: #FFF;}

							.editProfileWindow .centro article.about .conteudo .perfil .btChoose input{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 10;opacity: 0;padding: 0 0 0 120px;cursor: pointer;}
							.editProfileWindow .centro article.about .conteudo .perfil .btChoose span.ativo{opacity: 1;top: calc(100% + 10px);visibility: visible;}
							.editProfileWindow .centro article.about .conteudo .perfil .btChoose span{position: absolute; top: calc(100%); left: 50%; transform: translateX(-50%); width: max-content; max-width: 200px; padding: 0; font-size: 12px; font-weight: 500; line-height: 14px; text-align: center; letter-spacing: 0.03em; color: #fff; opacity: 0; visibility: hidden; font-style: italic; transition: all 0.5s ease;}
							.editProfileWindow .centro article.about .conteudo .perfil .btChoose #cropErrorReturn{color: #c11a1a;}
							.editProfileWindow .centro article.about .conteudo .perfil .btChoose #cropSuccessReturn{color: #3b951e;}
							    .editProfileWindow .centro article.about .conteudo .cropWindow{display: none;height: 100%;width: 100%;max-width: 233px;background: #FFF;border: 1px solid #EDEDED;border-radius: 24px;padding: 33px 20px 25px;margin: -55px 4px 0px 0px;position: relative;z-index: 1;}

					/* Edit perfil */
					.editProfileWindow .centro article.about .conteudo .cropWindow button,
					.editProfileWindow .centro article.about .conteudo .cropWindow .enviando{margin: 0px auto;}
					.editProfileWindow .boxCrop{width: 100%;max-width: 191px;height: 200px;margin-bottom: 20px;}
				.editProfileWindow .centro article.about .conteudo .perfil{height: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;width: 100%;max-width: 233px;background: #FFF;border: 1px solid #EDEDED;border-radius: 24px;padding: 33px 20px 45px;margin: -55px 4px 0px 0px;position: relative;z-index: 1;}
					.editProfileWindow .centro article.about .conteudo .perfil .foto{margin-bottom: 12px;position: relative;}
						.editProfileWindow .centro article.about .conteudo .perfil .foto figure{width: 128px;height: 128px;border-radius: 100%;}
							.editProfileWindow .centro article.about .conteudo .perfil .foto figure img{width: 100%;height: 100%;border-radius: 100%;object-fit: cover;}

						.editProfileWindow .centro article.about .conteudo .perfil .foto a.botaoLixo:link,
						.editProfileWindow .centro article.about .conteudo .perfil .foto a.botaoLixo:active,
						.editProfileWindow .centro article.about .conteudo .perfil .foto a.botaoLixo:visited{display: flex; justify-content: center; align-items: center; width: 38px; height: 38px; background: #FFF; border: 1px solid #1A1B1D; border-radius: 100%; transition: all 0.5s ease; position: absolute; top: 0px; right: -6px;}
							.editProfileWindow .centro article.about .conteudo .perfil .foto a.botaoLixo svg{width: 16px;min-width: 16px;height: 18px;transition: all 0.5s ease;pointer-events: none; display: block;}
								.editProfileWindow .centro article.about .conteudo .perfil .foto a.botaoLixo svg path{transition: all 0.5s ease;}
						/* Hover */
						.editProfileWindow .centro article.about .conteudo .perfil .foto a.botaoLixo:hover{background: #1A1B1D;}
							.editProfileWindow .centro article.about .conteudo .perfil .foto a.botaoLixo:hover svg path{fill: #FFF;}
						/* Loading */
						.editProfileWindow .centro article.about .conteudo .perfil .foto a.botaoLixo.loading{background: #1A1B1D;}
                            .editProfileWindow .centro article.about .conteudo .perfil .foto a.botaoLixo.loading::after{content: "";display: inline-block;position: absolute;left: 50%;top: 50%;width: 20px;height: 20px;border: 2px solid #fff;border-bottom-color: transparent;border-radius: 50%;box-sizing: border-box;animation: rotacao1 1s linear infinite;z-index: 10;background: transparent;outline: 6px solid transparent;}
                            .editProfileWindow .centro article.about .conteudo .perfil .foto a.botaoLixo.loading svg{display: none;}

					.editProfileWindow .centro article.about .conteudo .perfil span{display: block;font-size: 16px;font-weight: 500;line-height: 20px;letter-spacing: 0.04em;text-align: center;color: #272D38;margin-bottom: 5px;}
					.editProfileWindow .centro article.about .conteudo .perfil a:link,
					.editProfileWindow .centro article.about .conteudo .perfil a:active,
					.editProfileWindow .centro article.about .conteudo .perfil a:visited{display: block;width: max-content;background: #FFF;border: 1px solid #D1D5DC;border-radius: 96px;transition: all 0.5s ease;padding: 10px 17px;margin: 0px auto;}
						.editProfileWindow .centro article.about .conteudo .perfil a b{display: block;font-size: 15px;font-weight: 600;line-height: 10px;letter-spacing: 0.02em;color: #1A1B1D;transition: all 0.5s ease;}
					/* Hover */
					.editProfileWindow .centro article.about .conteudo .perfil a:hover{background: #1A1B1D;}
						.editProfileWindow .centro article.about .conteudo .perfil a:hover b{color: #FFF;}

		/* Professional */
		.editProfileWindow .centro article.professional .topo{margin-bottom: 20px;}
		.editProfileWindow .centro h3{width: 100%;font-size: 18px;font-weight: 600;line-height: 20px;letter-spacing: 0.02em;color: #272D38;margin-bottom: 16px;}

		.editProfileWindow .centro article.professional form{width: 100%;max-width: 1096px;gap: 0px;margin: 0px auto 110px;position: relative; z-index: 1;}
			.editProfileWindow .centro article.professional form textarea{width: 100%;max-width: 755px;min-height: 104px;border-radius: 2px 24px 24px 24px;padding: 15px 24px;margin-bottom: 20px;resize: none;}
				.editProfileWindow .centro article.professional form textarea::placeholder{color: #53565E52;}

		.editProfileWindow .centro article.professional .presentation{display: flex;gap: 28px;width: 100%;margin: 48px 0;}
			.editProfileWindow .centro article.professional .presentation figure{width: 80px;min-width: 80px;height: 74px;user-select: none;margin-top: -13px;}
				.editProfileWindow .centro article.professional .presentation figure img{width: 100%; height: 100%;}

			.editProfileWindow .centro article.professional .presentation .conteudo{width: 100%;max-width: 628px;}
				.editProfileWindow .centro article.professional .presentation .conteudo form input{max-width: 628px;}
				.editProfileWindow .centro article.professional .presentation .conteudo h3{margin-bottom: 5px;}
				.editProfileWindow .centro article.professional .presentation .conteudo p{font-size: 14px;font-weight: 500;line-height: 18px;letter-spacing: 0.03em;color: #999CA4;margin-bottom: 12px;}

					.editProfileWindow .centro article.professional form input{color: #3F424A;max-width: 755px;}
					.editProfileWindow .centro article.professional form div.presentation div.conteudo div.campoInput, .editProfileWindow .centro article.professional form ul.socialMedia li div{position: relative;}
                            .editProfileWindow .centro article.professional form div.presentation div.conteudo div.campoInput::before, .editProfileWindow .centro article.professional form ul.socialMedia li div::before{content: ''; display: block; position: absolute; width: 15px; height:20px;  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 20'%3E%3Cg fill='%2353565E' fill-rule='evenodd' clip-rule='evenodd' opacity='.3'%3E%3Cpath d='M11 9.3a3.9 3.9 0 0 0-5.2-.1 1 1 0 0 1-1.3 0 .9.9 0 0 1 0-1.4c2.3-2 5.7-2 7.9.2a5.4 5.4 0 0 1 0 7.8l-2.7 2.6a5.8 5.8 0 0 1-8 0 5.4 5.4 0 0 1 0-7.8l.4-.4a1 1 0 0 1 1.3 0c.4.3.4.9 0 1.2L3 12A3.6 3.6 0 0 0 3 17a3.9 3.9 0 0 0 5.4 0l2.7-2.6a3.6 3.6 0 0 0 0-5.2Z'/%3E%3Cpath d='M12 2.9a3.9 3.9 0 0 0-5.4 0L4 5.5a3.6 3.6 0 0 0 0 5.2 3.9 3.9 0 0 0 5.3.1 1 1 0 0 1 1.3 0c.4.5.4 1 0 1.4-2.3 2-5.7 2-7.9-.2a5.4 5.4 0 0 1 0-7.8l2.7-2.6a5.8 5.8 0 0 1 8 0 5.4 5.4 0 0 1 0 7.8l-.4.4a1 1 0 0 1-1.3 0 .9.9 0 0 1 0-1.2L12 8A3.6 3.6 0 0 0 12 3Z'/%3E%3C/g%3E%3C/svg%3E");background-size: contain; background-repeat: no-repeat; user-select: none; top:10px; left: 20px;}
					    .editProfileWindow .centro article.professional form div.presentation div.conteudo div.campoInput input, .editProfileWindow .centro article.professional form ul.socialMedia li div input{padding-left: 50px;}

					.editProfileWindow .centro article.professional form.formProfessional ul li div input{width: 48%;}
						.editProfileWindow .centro article.professional form input::placeholder{color: #53565E52;}

			.editProfileWindow .centro article.professional form ul{width: calc(100% - 180px);margin-bottom: 48px;}
				.editProfileWindow .centro article.professional form ul li{margin-bottom: 23px;}
				.editProfileWindow .centro article.professional form ul li:last-of-type{margin-bottom: 0px;}
					.editProfileWindow .centro article.professional form ul li div{width: 100%;display: flex;gap: 20px;align-items: center;}
						.editProfileWindow .centro article.professional form input.link{width: 100%;max-width: 512px;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 20'%3E%3Cg fill='%2353565E' fill-rule='evenodd' clip-rule='evenodd' opacity='.3'%3E%3Cpath d='M11 9.3a3.9 3.9 0 0 0-5.2-.1 1 1 0 0 1-1.3 0 .9.9 0 0 1 0-1.4c2.3-2 5.7-2 7.9.2a5.4 5.4 0 0 1 0 7.8l-2.7 2.6a5.8 5.8 0 0 1-8 0 5.4 5.4 0 0 1 0-7.8l.4-.4a1 1 0 0 1 1.3 0c.4.3.4.9 0 1.2L3 12A3.6 3.6 0 0 0 3 17a3.9 3.9 0 0 0 5.4 0l2.7-2.6a3.6 3.6 0 0 0 0-5.2Z'/%3E%3Cpath d='M12 2.9a3.9 3.9 0 0 0-5.4 0L4 5.5a3.6 3.6 0 0 0 0 5.2 3.9 3.9 0 0 0 5.3.1 1 1 0 0 1 1.3 0c.4.5.4 1 0 1.4-2.3 2-5.7 2-7.9-.2a5.4 5.4 0 0 1 0-7.8l2.7-2.6a5.8 5.8 0 0 1 8 0 5.4 5.4 0 0 1 0 7.8l-.4.4a1 1 0 0 1-1.3 0 .9.9 0 0 1 0-1.2L12 8A3.6 3.6 0 0 0 12 3Z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center #EFEFF0;background-size: 15px 20px;background-position: calc(0% + 20px);padding: 9px 24px 11px 48px;}
						.editProfileWindow .centro article.professional form ul li div span{width: 100%;max-width: 380px;font-size: 14px;font-weight: 500;line-height: 18px;letter-spacing: 0.01em;color: #999CA4;}
							.editProfileWindow .centro article.professional form ul li div span b{font-weight: 600; color: #5D6068;}

			/* Box Fee */
			.editProfileWindow .centro article.professional .boxFee{justify-content: space-between;display: flex;position: relative;width: 100%;}
				.editProfileWindow .centro article.professional .boxFee .conteudo{width: 100%;max-width: 593px;}
					.editProfileWindow .centro article.professional .boxFee .conteudo h3{width: calc(100% + 335px);display: flex;align-items: center;gap:10px;}
						.editProfileWindow .centro article.professional .boxFee .conteudo h3::after{content: "";width: calc(100% - 233px);border-bottom: 1px dashed #CDD0D4;margin-top: 4px;pointer-events: none;}
						.editProfileWindow .centro article.professional .boxFee .conteudo div.campos{display: flex;}
					.editProfileWindow .centro article.professional .boxFee .conteudo div.campos{width: 100%;gap: 24px;margin-bottom: 24px;}
						.editProfileWindow .centro article.professional .boxFee .conteudo div.campos input{max-width: 144px;}
						.editProfileWindow .centro article.professional .boxFee .conteudo div.campos select{width: 112px;}
						.editProfileWindow .centro article.professional .boxFee .conteudo div.campos span{display: block;width: 100%;max-width: 197px;font-size: 14px;font-weight: 500;line-height: 18px;letter-spacing: 0.025em;color: #999CA4;}

				.editProfileWindow .centro article.professional .boxFee .myFees{width: 100%;max-width: 241px;background: url('../img/postitFee.webp') no-repeat center;filter: drop-shadow(0px 0px 28px #5F6A841F);padding: 46px 29px 50px 39px;transform: rotate(4deg);position: absolute;top: -40px;right: 5px;z-index: 1;}
					.editProfileWindow .centro article.professional .boxFee .myFees::before{content: "";width: 46px;height: 60px;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 46 59'%3E%3Cpath fill='%23E0E2E7' fill-rule='evenodd' d='m25.9 16 2.8.2a102.6 102.6 0 0 1 5.2-7.6l-2-1.4c-1 1.5-4.7 6.7-6 8.8Zm11.8 8.8 1.9 1.4-16.2 23.3-.1.1c-2.6 3.7-5.5 7.7-10.1 8.8-9.6 2-16.5-9-10.3-17L8.1 34l12.7-17.9 3.4-5.3 1.6-2.4c4-6.2 9-10.5 15-6.9 4.3 2.6 5.6 6.9 3.7 11-.5 1-2 3.5-3 4.6l-2.8-.2 1.1-1.2c3.5-4.4 4.9-9.4-.2-12.2-5.5-3-9.3 2.8-13.7 9.5l-3 4.5A9025 9025 0 0 1 4.8 42.8c-5 6.2.4 14.8 8 13.2 3.8-.9 6-4.2 8.3-7.5l.5-.6 16.1-23Z' clip-rule='evenodd'/%3E%3Cpath fill='url(%23a)' fill-opacity='.5' fill-rule='evenodd' d='m25.9 16 2.8.2a102.6 102.6 0 0 1 5.2-7.6l-2-1.4c-1 1.5-4.7 6.7-6 8.8Zm11.8 8.8 1.9 1.4-16.2 23.3-.1.1c-2.6 3.7-5.5 7.7-10.1 8.8-9.6 2-16.5-9-10.3-17L8.1 34l12.7-17.9 3.4-5.3 1.6-2.4c4-6.2 9-10.5 15-6.9 4.3 2.6 5.6 6.9 3.7 11-.5 1-2 3.5-3 4.6l-2.8-.2 1.1-1.2c3.5-4.4 4.9-9.4-.2-12.2-5.5-3-9.3 2.8-13.7 9.5l-3 4.5A9025 9025 0 0 1 4.8 42.8c-5 6.2.4 14.8 8 13.2 3.8-.9 6-4.2 8.3-7.5l.5-.6 16.1-23Z' clip-rule='evenodd'/%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='0' r='1' gradientTransform='matrix(-.69756 9.97564 -22.90896 -1.60195 41.3 17.1)' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23747A87'/%3E%3Cstop offset='1' stop-color='%23747A87' stop-opacity='.3'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;position: absolute;top: -13px;right: 24px;transform: rotate(-4deg);pointer-events: none;}
					.editProfileWindow .centro article.professional .boxFee .myFees h4{max-width: 144px;font-size: 14px;font-weight: 600;line-height: 14px;letter-spacing: 0.02em;text-transform: uppercase;color: #1A1B1D;margin: 0px auto 16px;}
					.editProfileWindow .centro article.professional .boxFee .myFees span{width: 100%;max-width: 144px;display: block;font-size: 17px;font-weight: 500;line-height: 20px;letter-spacing: 0.04em;color: #272D38;margin: 0px auto 4px;}
					.editProfileWindow .centro article.professional .boxFee .myFees b{width: 100%;max-width: 144px;display: block;font-size: 13px;font-weight: 500;line-height: 10px;letter-spacing: 0.02em;text-transform: uppercase;color: #9EA0A6;margin: 0px auto 26px;}
						.editProfileWindow .centro article.professional .boxFee .myFees b em{font-size: 20px;font-weight: 600;line-height: 18px;letter-spacing: 0.02em;color: #D46A45;margin-right: 4px;}
					.editProfileWindow .centro article.professional .boxFee .myFees p{font-size: 14px;font-weight: 500;font-style: italic;line-height: 18px;letter-spacing: 0.04em;text-align: center;color: #A8ABB3;}

        /* form inativo */
		      .editProfileWindow .centro article.professional form.formInativo::before{content: "";  display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 7;user-select: none; pointer-events: none; background: #fff; opacity: 0.4; }
		      .editProfileWindow .centro article.professional form.formInativo::after{content: "";  display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 8;user-select: none; pointer-events: none;backdrop-filter: grayscale(1);}
		        .editProfileWindow .centro article.professional form.formInativo .notAvailabeBox:active,
		        .editProfileWindow .centro article.professional form.formInativo .notAvailabeBox:link,
		        .editProfileWindow .centro article.professional form.formInativo .notAvailabeBox:visited{display: flex ; width: 100%; justify-content: space-between; align-items: center; border-radius: 2px 24px 24px 24px; padding: 15px 24px; margin: -14px 0 26px; background: #ECD2CB;position: relative; z-index: 10;opacity: 1.4;cursor: pointer; box-shadow: 0 0 5px transparent; transition: all 0.5s ease;}
		            ._1000 .editProfileWindow .centro article.professional form.formInativo .notAvailabeBox:hover{box-shadow: 0 0 5px #D46A45;}
		            .editProfileWindow .centro article.professional form.formInativo .notAvailabeBox p{display: flex; align-items: center; gap:5px; position: relative;font-size: 18px; line-height: 20px; letter-spacing: 0.02em;color: #454A52; font-weight: 500; font-style: italic; }
		               ._1000 .editProfileWindow .centro article.professional form.formInativo .notAvailabeBox p::before{content: ''; display: inline-block; width: 16px; height: 22px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='22' fill='none'%3E%3Cpath fill='%23D46A45' d='M8 0C4.676 0 2 2.676 2 6v2.72A7.959 7.959 0 0 0 0 14a8 8 0 0 0 16 0c0-2.026-.758-3.87-2-5.28V6c0-3.324-2.676-6-6-6Zm0 2c2.276 0 4 1.724 4 4v1.08a7.949 7.949 0 0 0-8 0V6c0-2.276 1.724-4 4-4Zm0 6a6 6 0 1 1 0 12A6 6 0 0 1 8 8Zm0 3c-1.1 0-2 .9-2 2 0 .735.406 1.373 1 1.72V18h2v-3.28c.594-.347 1-.985 1-1.72 0-1.1-.9-2-2-2Z'/%3E%3C/svg%3E"); background-size: contain; background-repeat: no-repeat;user-select: none;margin-right: 6px;}
		                .editProfileWindow .centro article.professional form.formInativo .notAvailabeBox p b{font-weight: 600; color: #D46A45;font-style: italic;}
		            .editProfileWindow .centro article.professional form.formInativo .notAvailabeBox em{display: flex; align-items: center; gap:8px; position: relative;font-size: 14px; line-height: 15px; letter-spacing: 0.02em; color: #1A1B1D; text-transform: uppercase;font-weight: 600;}
		                .editProfileWindow .centro article.professional form.formInativo .notAvailabeBox em::after{content: ''; display: inline-block; width: 9px; height: 8px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='24' fill='none'%3E%3Cpath fill='%231A1B1D' fill-rule='evenodd' d='M26.426 13.765a3 3 0 0 0 0-3.53l-6.545-9a3 3 0 1 0-4.852 3.53L20.29 12l-5.263 7.236a3 3 0 0 0 4.853 3.529l6.545-9Zm-14.454 0a3 3 0 0 0 0-3.53l-6.546-9a3 3 0 1 0-4.852 3.53L5.836 12 .574 19.236a3 3 0 1 0 4.852 3.529l6.546-9Z' clip-rule='evenodd'/%3E%3C/svg%3E");background-size: contain; background-repeat: no-repeat;user-select: none;}


                .editProfileWindow .centro article.professional form.formInativo textarea,
                .editProfileWindow .centro article.professional form.formInativo input, .editProfileWindow .centro article.professional form.formInativo select{user-select: none; pointer-events: none;}
                .editProfileWindow .centro article.professional form.formInativo input::placeholder{opacity: 0;}

            /* form inativo */
		      ._320 .editProfileWindow .centro article.professional form.formInativo::before{}
		      ._320 .editProfileWindow .centro article.professional form.formInativo::after{}
		        ._320 .editProfileWindow .centro article.professional form.formInativo .notAvailabeBox:active,
		        ._320 .editProfileWindow .centro article.professional form.formInativo .notAvailabeBox:link,
		        ._320 .editProfileWindow .centro article.professional form.formInativo .notAvailabeBox:visited{display: block; border-radius: 10px; padding: 15px 20px 15px 44px; border: 1px dashed #D46A45; background: #f2e1dc;box-shadow: 0px 2px 6px 0px #00000014; }
		        ._320 .editProfileWindow .centro article.professional form.formInativo .notAvailabeBox::before{content: ''; display: block; position: absolute; top:21px; left: 12px;  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='44' fill='none'%3E%3Cpath fill='%23D46A45' d='M16 0C9.352 0 4 5.352 4 12v5.441C1.517 20.261 0 23.95 0 28c0 8.836 7.164 16 16 16s16-7.164 16-16c0-4.052-1.517-7.74-4-10.559V12c0-6.648-5.352-12-12-12Zm0 4c4.552 0 8 3.448 8 8v2.16a15.897 15.897 0 0 0-16 0V12c0-4.552 3.448-8 8-8Zm0 12c6.628 0 12 5.372 12 12s-5.372 12-12 12S4 34.628 4 28s5.372-12 12-12Zm0 6c-2.2 0-4 1.8-4 4 0 1.47.812 2.745 2 3.441V36h4v-6.559c1.188-.696 2-1.971 2-3.441 0-2.2-1.8-4-4-4Z'/%3E%3C/svg%3E"); background-size: contain; background-repeat: no-repeat; user-select: none; width: 20px; height: 30px;}
		            ._320 .editProfileWindow .centro article.professional form.formInativo .notAvailabeBox p{display: block;  font-size: 15px; }
		            ._320 .editProfileWindow .centro article.professional form.formInativo .notAvailabeBox em{display: block; padding-right: 12px; width: fit-content; margin-top: 6px; color: #454A52;font-size: 12px;}
		                ._320 .editProfileWindow .centro article.professional form.formInativo .notAvailabeBox em::after{position: absolute; right: 0; bottom: 4px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='24' fill='none'%3E%3Cpath fill='%23454A52' fill-rule='evenodd' d='M26.426 13.765a3 3 0 0 0 0-3.53l-6.545-9a3 3 0 1 0-4.852 3.53L20.29 12l-5.263 7.236a3 3 0 0 0 4.853 3.529l6.545-9Zm-14.454 0a3 3 0 0 0 0-3.53l-6.546-9a3 3 0 1 0-4.852 3.53L5.836 12 .574 19.236a3 3 0 1 0 4.852 3.529l6.546-9Z' clip-rule='evenodd'/%3E%3C/svg%3E");}

._320 .editProfileWindow .centro article.professional form.formInativo .boxFee .conteudo h3{width: 100%;margin-bottom: 20px;}
._320 .editProfileWindow .centro article.professional form.formInativo .boxFee .conteudo div.campos{flex-direction: row;gap: 20px; padding-bottom: 50px; position: relative; margin-bottom: 0;}
._320 .editProfileWindow .centro article.professional form.formInativo .boxFee .conteudo div.campos input{width: 100%;min-height: 40px;}
._320 .editProfileWindow .centro article.professional form.formInativo .boxFee .conteudo div.campos span{position: absolute;bottom: 0; left: 0;}


			/* Languages */
			.editProfileWindow .centro article.languages{padding-bottom: 120px;}
                .editProfileWindow .centro article.languages .topo{margin-bottom: 20px;}
				.editProfileWindow .centro article.languages form{gap: 0 23px;}
				.editProfileWindow .centro article.languages form h3{width: 100%; display: block; font-size: 16px; font-weight: 500; line-height: 20px; letter-spacing: 0.02em; color: #272D38; margin-bottom: 5px;}
				.editProfileWindow .centro article.languages form ul{width: 100%;}
					._1000 .editProfileWindow .centro article.languages form ul.primaryList{margin-bottom: 30px;}
					.editProfileWindow .centro article.languages form ul.secondaryList{display: flex;flex-wrap: wrap;justify-content: flex-start;margin-bottom: 40px;gap: 20px;}
					.editProfileWindow .centro article.languages form ul li{width: 100%;display: flex;position: relative;align-items: center;gap: 17px;}
						/* step 4 - form bandeira lingua */
						.editProfileWindow .centro article.languages form ul li .flag {width: 20px;height: 20px;position: absolute;outline: solid 2px #FFF;border-radius: 50%;left: 17px;top: 50%;transform: translateY(-50%);pointer-events: none;z-index: 3;overflow: hidden;}
						/* step 4 - form select */
						.editProfileWindow .centro article.languages form ul li .selectWrap{width: 100%;max-width: 400px;min-width: 400px; position:relative; z-index: 2;}
							.editProfileWindow .centro article.languages form ul li .selectWrap select {width: 100%;max-width: 365px;background: #EFEFF0;border-radius: 2px 60px 60px;padding: 8px 30px 10px 52px;font: 400 16px/22px 'omnes-pro';letter-spacing: 0.02em;color: #53565E;background-image: url(../img/icons/seta.svg);background-size: 25px 22px;-webkit-appearance: none;background-repeat: no-repeat;cursor: pointer;background-position: calc(100% - 23px) calc(1em - 3px);transition: all 0.5s ease;position:relative;z-index: 2;}
								.editProfileWindow .centro article.languages form ul li .selectWrap select:hover,
								.editProfileWindow .centro article.languages form ul li .selectWrap select:focus {box-shadow: 0 0 5px #2D9CBB;}
							/* step 4 - detalhe lingua nativa */
							.editProfileWindow .centro article.languages form ul li .selectWrap .nativeTag {display: block; width: 38px;height: 28px; position: absolute;background:#FFF;border: 1px solid #E5E5E6;border-radius: 0 96px 96px 0;top: 50%;transform: translateY(-50%);right: 3px;}
								.editProfileWindow .centro article.languages form ul li .selectWrap .nativeTag::after {position:absolute;content:'';width: 10px;height: 10px;top: 50%;right: 50%;transform: translate(50%, -50%);background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 9 10'%3E%3Cpath fill='%23272D38' d='M4.55.508C2.698-.432 1.201.112.434.706a1.07 1.07 0 0 0-.342.381c-.093.19-.092.374-.092.54v7.86a.514.514 0 0 0 1.029 0v-2.97c0-.081 0-.122.02-.158.02-.035.053-.054.118-.092.627-.366 1.693-.626 3.033.055 1.91.97 3.563.577 4.378.133.08-.043.24-.128.332-.283.093-.156.09-.354.09-.454v-3.88c0-.195 0-.372-.015-.509-.014-.122-.049-.347-.239-.49a.568.568 0 0 0-.314-.11 1.1 1.1 0 0 0-.254.019 7.31 7.31 0 0 0-.582.146c-.729.201-1.81.242-3.046-.386Z' opacity='.24'/%3E%3C/svg%3E") center center no-repeat;}
							/* step 4 - excluir lingua */
							.editProfileWindow .centro article.languages form ul li .selectWrap .excluir{position: absolute;width: 38px;height: 28px;background:#D44545;box-shadow: 0px 0px 5px transparent;border-radius: 0 96px 96px 0;top: 50%;transform: translateY(-50%);right: 3px;cursor: pointer;transition: all 0.5s ease;z-index: 1;}
								.editProfileWindow .centro article.languages form ul li .selectWrap .excluir::after {position:absolute;content:'';width: 10px;height: 10px;top: 50%;right: 50%;transform: translate(50%, -50%);background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 10'%3E%3Cpath fill='%23fff' d='M1.364 10a.452.452 0 0 1-.322-.133l-.909-.91a.454.454 0 0 1 0-.642L3.448 5 .133 1.685a.454.454 0 0 1 0-.643l.91-.909a.454.454 0 0 1 .642 0L5 3.448 8.315.133a.454.454 0 0 1 .643 0l.909.91a.454.454 0 0 1 0 .642L6.552 5l3.315 3.315a.454.454 0 0 1 0 .643l-.91.909a.454.454 0 0 1-.642 0L5 6.552 1.685 9.867a.453.453 0 0 1-.321.133Z'/%3E%3C/svg%3E") center center no-repeat;}
								.editProfileWindow .centro article.languages form ul li .selectWrap .excluir:hover {background: #ec4949; box-shadow: 0px 0px 5px #ec4949;}
						/* step 4 - texto lingua */
						.editProfileWindow .centro article.languages form ul li .shortText{font: 400 16px/20px 'omnes-pro';letter-spacing: 0.02em;color:#1A1B1D;width: 100%;}
				/* step 4 - adicionar outra lingua */
				.editProfileWindow .centro article.languages form .add{display: flex;gap: 14px;}
					.editProfileWindow .centro article.languages form .add a:active,
					.editProfileWindow .centro article.languages form .add a:visited,
					.editProfileWindow .centro article.languages form .add a:link {position:relative;background: #FFF;border: solid 1px #1A1B1D;border-radius: 96px;display: block;max-width: max-content;width: 100%;align-content: center;transition: all 0.5s ease;}
						.editProfileWindow .centro article.languages form .add a::before {opacity: 0;position: absolute;/* z-index: -1; */content:'';width: 100%;height: 20px;bottom: 1px;left: 50%;transform: translateX(-50%);border-radius: 40px;background: linear-gradient(90deg, #47BDCF 0%, #60A3DB 31.05%, #A856FF 65.91%, #E87B55 100%);filter: blur(12px);will-change: opacity, transform;backface-visibility: hidden;transition: opacity 0.5s ease;}
						.editProfileWindow .centro article.languages form .add a i{display: flex;align-items: center;gap: 8px;position:relative;font: 600 16px/16px 'omnes-pro';letter-spacing: 0.02em;color: #1A1B1D;box-shadow: inset 1000px 0px 110px -110px transparent;transition: all 0.5s ease;padding: 11px 34px;border-radius: 56px;}
							.editProfileWindow .centro article.languages form .add a i::before{content:'';width:12px;min-width: 12px;height: 12px;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M6.927.128A.435.435 0 0 0 6.618 0H5.382a.437.437 0 0 0-.437.437v4.508H.437A.437.437 0 0 0 0 5.382v1.236c0 .242.196.437.437.437h4.508v4.508c0 .241.196.437.437.437h1.236a.437.437 0 0 0 .437-.437V7.055h4.508A.437.437 0 0 0 12 6.618V5.382a.437.437 0 0 0-.437-.437H7.055V.437c0-.12-.049-.23-.128-.309Z'/%3E%3C/svg%3E") center center no-repeat;transition: all 0.5s ease;}
					/* Hover */
					.editProfileWindow .centro article.languages form .add a:hover{box-shadow: inset 0px 0px 0px -110px #1A1B1D;}
						.editProfileWindow .centro article.languages form .add a:hover i{color: #FFF;box-shadow: inset 1000px 0px 110px -110px #1A1B1D;}
							.editProfileWindow .centro article.languages form .add a:hover i::before{background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 12'%3E%3Cpath fill='%23FFF' d='M6.927.128A.435.435 0 0 0 6.618 0H5.382a.437.437 0 0 0-.437.437v4.508H.437A.437.437 0 0 0 0 5.382v1.236c0 .242.196.437.437.437h4.508v4.508c0 .241.196.437.437.437h1.236a.437.437 0 0 0 .437-.437V7.055h4.508A.437.437 0 0 0 12 6.618V5.382a.437.437 0 0 0-.437-.437H7.055V.437c0-.12-.049-.23-.128-.309Z'/%3E%3C/svg%3E") center center no-repeat;}
							.editProfileWindow .centro article.languages form .add a:hover::before {opacity: 1;}


			/* Box Interests Bucket */
			.editProfileWindow .centro article.boxInterestsBucket .topo{margin-bottom: 28px;}
			.editProfileWindow .centro article.boxInterestsBucket h3{margin-bottom: 9px;}
				.editProfileWindow .centro article.boxInterestsBucket h3 em{margin: 0 0 0 5px;font-size: 14px;font-weight: 500;line-height: 16px;font-style: italic;color: #9196A0;}
			.editProfileWindow .centro article.boxInterestsBucket ul{width: 100%;max-width: 934px;display: flex;flex-wrap: wrap;gap: 12px;display: grid;grid-template-columns: repeat(auto-fill, minmax(304px, 1fr));margin-bottom: 32px;position: relative;    z-index: 2;}
			.editProfileWindow .centro article.boxInterestsBucket ul.bucketlist:before{content: "";width: 172px;height: 168px;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 172 168'%3E%3Cpath fill='url(%23a)' d='M38.5 59.3ZM171.8 84c.8 89.2-126.4 117-163.3 36C-19.3 67.2 25-7.2 86.5.6c-1.1 0-2.2.1-3 .3-4.5 9.8-3.3 20.9-5.2 31.3-.6 7.4 18.7-2.2 23.9 13.6.6 1.8.7 4 2 5.5 3.2-1.1 2.8-5.3 4-8.2 2.6-6 10.8-8.2 16.7-8.8 11-1.3 18.7 11.3 12.1 20.4-4.2 5.7-7 12.4-12.5 17.1-4.7 4.4-13 1.7-15.5 6.9-3 10.7-12.2 6.5-16.2 11.5-.5.8-.8 1.3-.6 2.2.4 7.1-12.7 6.8-14.8 12.7 3 5.7 11 7.5 13.3 14 2.8 6.4 7 3.6 12.2 5.3 6.9 3.2 6.4 12.3 10.3 17.7 3 4.3 6.5 8.3 10.3 12a80 80 0 0 0 18-12.6c-1.1-3-4.4-8.7-5.3-11.6-1.8-9.5 10.5-13 13.2-20.7 2.7-7.5-.9-15.5-1.8-23-1.6-2-4-2.4-6.4-3.3-5.8-1.5-9-7.4-6.3-13 5.7-13 15-12.1 27-15.4A83.6 83.6 0 0 0 86.4 1.1C121-6.8 175.8 35.6 171.8 84Zm-85 8Zm17.4-40.7c.1 0 0 0 0 0Zm-92.8 3c24-15.4 13 3.1 27.1 5l.4-.3c0-4.6 2.9-8 7.6-8 1.2 0 1.9 0 2.6-.8a26.2 26.2 0 0 0 2.3-16.3c-9.2.3-26.6 21.6-28.2-.8-4.9 6.5-9 13.6-11.8 21.3ZM39 59Zm-14.3-6Zm11.5 83.6c4-20 15.5-5.5 21.7-12.1-2.4-6.8-9.1-11.1-13.1-17-3.4-4.3.1-9.7-1.6-14.4-4.3-12.5-11.6-19.9-25.4-15l.2-.1-11.8 5.8A80 80 0 0 0 34.4 144c.2-2.6 1.2-5 1.7-7.5Zm7.9-5.8c-.1-.2-.3-.4 0 0Zm74.5 25.7a66 66 0 0 1-11.2-14c-2.5-3.7-2.8-12.8-7.9-13.2a13 13 0 0 1-13.4-7c-.8-2-1.7-3.4-3.4-4.6-16.7-11.9-13-17.5 3.8-25.4-.3-4 2.8-7.8 6.3-9.3 3-1.3 6.5-1.1 9-3.1 2.2-2.5 2.4-6.6 5.9-8.4 4.2-3 9.7-1.4 13.6-4.6 3.2-3 5.2-7.3 7.7-10.9 12-13.8-2.5-20.5-14.4-12-2.4 3-1.7 8.3-5.5 11-4 3.4-9 1.8-10.7-3-1.8-6.1-2.3-10.2-9.7-11.4-18.3 0-14.7-7.4-12-21.5v.2C77.1 12.6 78.7 6 83.4 1A85.5 85.5 0 0 0 25 30.7l1.8 6.6v-.4c5 9.9 30.6-25.2 30.5 2.6-.4 6.5-1.6 16.9-10 17.3-.8.2-1.7 0-2.2.7-.3 10.1-10.4 8.9-16.3 3.8-2.3-2-3.3-5-4.6-7.6-4.7.9-9.3 3.6-14.1 4.4a81 81 0 0 0-4 23.5c10.3-9 24.5-14.7 35-2.7 16 21.3 1.4 20.5 12 29.7 15.7 14 14.3 26.8-9 22.6.1.2.1.2 0 0-1.5.9-2.2 2.8-2.9 4.4a101 101 0 0 1-4.8 10 80.4 80.4 0 0 0 82 10.9Zm-60.7-32Zm0-.2h.1ZM167 82.8c0-9.4-1.6-19-5-27.8l-1.5.6c1.3-.3.5 0 0 .4l1.7-.4c-6.3 3.4-15.5 3-20.6 8.9-2.8 3.5-7.1 10.4-2 13.6 3.8 2.1 9.2 2.2 11.7 6.2 5 16.8 6.3 28-8.4 39.5-5 4.4.8 9.2 2.3 14 14-14.7 22-34.7 21.8-55Z' opacity='.2'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='86' x2='183.5' y1='0' y2='34.2' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2399B7CC'/%3E%3Cstop offset='1' stop-color='%23AEC4D4' stop-opacity='.3'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;position: absolute;top: -28px;right: -139px;pointer-events: none;}
				.editProfileWindow .centro article.boxInterestsBucket ul li{display: flex;justify-content: space-between;align-items: center;gap: 8px;background: #EFEFF0;border-radius: 1px 20px 20px 20px;padding: 12px 17px 15px 24px;position: relative;}

					.editProfileWindow .centro article.boxInterestsBucket ul li p{font-size: 15px;font-weight: 500;line-height: 20px;letter-spacing: 0.01em;color: #1A1B1D;}
						.editProfileWindow .centro article.boxInterestsBucket ul li p b{display: block;font-size: 14px;font-weight: 500;line-height: 16px;letter-spacing: 0.04em;color: #9196A0;margin-top: -1px;}
					.editProfileWindow .centro article.boxInterestsBucket ul li span{display: block;font-size: 13px;font-weight: 600;line-height: 14px;letter-spacing: 0.01em;text-align: right; color: #2D9CBB;transition: all 0.5s ease;position: relative;opacity: 1; visibility: visible;}
						/* Loading */
						.editProfileWindow .centro article.boxInterestsBucket ul li.loading span{display: none;}
						.editProfileWindow .centro article.boxInterestsBucket ul li.loading::after,
						.editProfileWindow .centro article.boxInterestsBucket ul li span.loading::after{content: "";display: inline-block;position: absolute;right: 10px;top: 50%;width: 18px;height: 18px;border: 2px solid #1A1B1D;border-bottom-color: transparent;border-radius: 50%;box-sizing: border-box;animation: rotacao1 1s linear infinite;z-index: 10;background: transparent;outline: 6px solid transparent;}
						.editProfileWindow .centro article.boxInterestsBucket .otherInterests ul li span.loading::after{background: #FFF;outline: 6px solid #FFF;}

					.editProfileWindow .centro article.boxInterestsBucket ul li a.botaoExcluir:link,
					.editProfileWindow .centro article.boxInterestsBucket ul li a.botaoExcluir:active,
					.editProfileWindow .centro article.boxInterestsBucket ul li a.botaoExcluir:visited{display: flex;justify-content: center;align-items: center;width: 32px;height: 28px;background: #D44545;border-radius: 40px;position: absolute;top: 50%;transform: translateY(-50%);left: -13px;opacity: 0;visibility: hidden;transition: all 0.5s ease;}
						.editProfileWindow .centro article.boxInterestsBucket ul li a svg{width: 10px; min-width: 10px; height: 10px;}
							.editProfileWindow .centro article.boxInterestsBucket ul li a svg path{transition: relative;pointer-events: none;}
					/* Hover */
					.editProfileWindow .centro article.boxInterestsBucket ul li:hover a.botaoExcluir{left: -18px;opacity: 1;visibility: visible;}
					.editProfileWindow .centro article.boxInterestsBucket ul li a.botaoExcluir:hover{background: #FF4E4E}

			.editProfileWindow .centro article.boxInterestsBucket form{width: calc(100% + 104px);max-width: initial;display: flex;background: #99b7CC1F;gap: 0px;padding: 27px 52px 40px;margin: 0px -52px 65px;}
				.editProfileWindow .centro article.boxInterestsBucket form .listSelectBucket{width: 100%;max-width: initial;display: flex;align-items: flex-start;gap: 26px;margin: 0px auto;}
					.editProfileWindow .centro article.boxInterestsBucket form .listSelectBucket li{flex-direction: column;align-items: flex-start;background: initial;padding: 0px;}
					.editProfileWindow .centro article.boxInterestsBucket form .listSelectBucket li.countryS{width: 100%; max-width: 408px;}
					.editProfileWindow .centro article.boxInterestsBucket form .listSelectBucket li.cityS{width: 100%; max-width: 358px;}
					.editProfileWindow .centro article.boxInterestsBucket form .listSelectBucket li.buttons{display: flex;flex-direction: row;align-items: center;margin-top: 35px;}
						.editProfileWindow .centro article.boxInterestsBucket form .listSelectBucket li div.buscaCampo{width: 100%;position: relative;}
						.editProfileWindow .centro article.boxInterestsBucket form .listSelectBucket li div.resultadosLista{position: absolute;top: 39px;left: 50%;transform: translateX(-50%);width: calc(100% - 40px);z-index: 10;}
							.editProfileWindow .centro article.boxInterestsBucket form .listSelectBucket li div.resultadosLista ol{width: 100%;max-height: 300px;overflow-y: auto;border: 2px solid #efeff0;border-radius: 0 0 10px 10px;background: #fff;box-shadow: 0px 6px 10px #cccccc6e;padding: 10px 5px 10px 3px;list-style: none;transition: all 0.3s ease;scrollbar-color: auto;}
								.editProfileWindow .centro article.boxInterestsBucket form .listSelectBucket li div.resultadosLista ol li{width: 100%;font: 400 16px / 20px 'omnes-pro';letter-spacing: 0.04em;padding: 5px 25px;background: transparent;border-radius: 0px;transition: all 0.3s ease;cursor: pointer;}
								.editProfileWindow .centro article.boxInterestsBucket form .listSelectBucket li div.resultadosLista ol li:hover{background: #F4F6F7;}

						.editProfileWindow .centro article.boxInterestsBucket form div.pais{width: 100%;max-width: 408px;margin-right: 26px;}
						.editProfileWindow .centro article.boxInterestsBucket form div.cidade{width: 100%;max-width: 318px;margin-right: 14px;}
							.editProfileWindow .centro article.boxInterestsBucket form label{font-size: 16px; font-weight: 600; line-height: 20px; letter-spacing: 0.02em; color: #228DAA;}
							.editProfileWindow .centro article.boxInterestsBucket div.boxBucketlist{width: 100%; max-width: 1096px; margin: 0px auto;}
								.editProfileWindow .centro article.boxInterestsBucket div.boxBucketlist form.formBucketlist ul li.escolhaItem.countryS div.buscaCampo div.campoInput{position: relative;;}
								.editProfileWindow .centro article.boxInterestsBucket form select,
								.editProfileWindow .centro article.boxInterestsBucket form input{background: #FFF;border: 1px solid #EBEBEC;padding: 10px 20px 12px; position: relative;}
								.editProfileWindow .centro article.boxInterestsBucket div.boxBucketlist form.formBucketlist ul li.escolhaItem div.buscaCampo div.campoInput input{width: 100%;max-width: 408px;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 13 10'%3E%3Cpath fill='%23272D38' d='M6 9.8c.3.3.7.3 1 0l6-9c.1-.3-.1-.8-.5-.8H.5C.1 0-.1.5.1.8l6 9Z'/%3E%3C/svg%3E") no-repeat center right #FFF;background-size: 13px 10px;background-position-x: calc(100% - 24px);padding-right: 45px;}
								/* Loading */
								.editProfileWindow .centro article.boxInterestsBucket div.boxBucketlist form.formBucketlist ul li.escolhaItem div.buscaCampo.loading div.campoInput::after{content: ""; display: inline-block; position: absolute; right: 10px; top: 20px; width: 18px; height: 18px; border: 2px solid #1A1B1D; border-bottom-color: transparent; border-radius: 50%; box-sizing: border-box; animation: rotacao1 1s linear infinite; z-index: 10; background: #FFF; outline: 6px solid #FFF;}

								/* Hover */
								.editProfileWindow .centro article.boxInterestsBucket form select:hover,
								.editProfileWindow .centro article.boxInterestsBucket form input:hover,
								.editProfileWindow .centro article.boxInterestsBucket form select:focus,
								.editProfileWindow .centro article.boxInterestsBucket form input:focus{box-shadow: 0 0 5px #2D9CBB; border: 1px solid transparent;}
								.editProfileWindow .centro article.boxInterestsBucket form input{width: 100%;max-width: 318px;padding: 8px 20px 10px;}
								.editProfileWindow .centro article.boxInterestsBucket form button{display: flex;align-items: center;gap: 4px;width: max-content;background: #2D9CBB;padding: 10px 17px;border-radius: 44px;transition: all 0.5s ease;cursor: pointer;    height: 36px;}
									.editProfileWindow .centro article.boxInterestsBucket form button b{font-size: 14px; font-weight: 600; line-height: 16px; letter-spacing: 0.02em; text-transform: uppercase; color: #FFF;transition: all 0.5s ease;}
									.editProfileWindow .centro article.boxInterestsBucket form button svg{width: 10px;min-width: 10px;height: 10px;transition: all 0.5s ease;pointer-events: none;}
									/* Hover */
									.editProfileWindow .centro article.boxInterestsBucket form button:hover{background: #46c5e9;}

			.editProfileWindow .centro article.boxInterestsBucket .boxInterests{width: 100%; max-width: 1096px; margin: 0px auto;}
			.editProfileWindow .centro article.boxInterestsBucket ul.myInterests{max-width: 950px;gap: 10px 12px;grid-template-columns: repeat(auto-fill, minmax(299px, 1fr));margin-bottom: 36px;position: relative;z-index: 1;}
				.editProfileWindow .centro article.boxInterestsBucket ul.myInterests::after{content: "";width: 161px;height: 183px;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 161 183'%3E%3Cpath fill='url(%23a)' d='M159.8 102.3c-9.8 5.1-17.6 13.7-25.7 21.3 2.6-14.7 1.6-29.7 1.6-44.4 3.9 4.2 8.2 8 12.8 11.2.6-.1.8.4 1.3.4.2-.1.3 0 .4 0h.5c1.3-7.1-10.6-15.5-15.2-20.4-.1-8.7-.5-17.4-.4-26.1 4.1 4.3 8.5 8.4 13.4 11.8.6-.1.8.4 1.3.4.2-.1.3 0 .4 0h.5c2-6-11.6-16.8-15.8-21-.2-9.2 0-18.4-1.8-27.5 4.9 5 9.7 10 15.4 13.7.6 0 .8.5 1.3.4l.4.2h.5c2-6.2-12-17.2-16.1-21.4-3.2-2.9-5.6 2-7.6 4-4.2 4.6-9.4 8.8-11.9 14.7 0 .5-1.5 2.3-.5 2.2.1.1 0 .4.3.3l-.2.6c6-2.9 10.5-9 15.8-13.3-.2 8.8-.9 17.7-.8 26.6-4.4 5.6-10.5 10.2-14 16.6 0 .6-2.2 3.8-1.1 3.5.1.1 0 .4.3.3l-.2.6c5.6-2.6 10-8.4 15-12.5a438 438 0 0 0-.3 26.2c-4.4 5.5-10.3 10-13.7 16.2 0 .6-2.2 3.8-1.1 3.5.1.1 0 .4.3.3l-.2.6c5.5-2.6 9.8-8.2 14.7-12.3.2 15.9-.3 31.8 1.8 47.4l-21.9 21.8c-.8-8.3-5.4-16-8.3-23.7-3.2-6.4-4.7-13.8-9.4-19.3 5.2-5 2.8-14.3-4-16.4 0-2.3-1.5-4.4-2.7-6.3-.9-2.2-2-4.7-4.8-4.7-.1.2-.4.2-.6.3-.2-.2-1 .3-.7.6.1.2-.2.2-.2.3.3.2.2.4.1.6 0 .3.2.5 0 .7-.1.1-.1.2 0 .2.6 2.9 1.1 5.6 2.5 8.3l-8.8 1.8c-4.9-2.6-12-5-16.6-8.2 12.6-7.6 8-27.6-6.3-30-17.7-3-28.2 21.1-11.8 30.2a16.6 16.6 0 0 0-6.2 7.2c-1.6-1.3-4.2-2.6-6.1-1.9 0 .1.3 0 .4.3 0 .1-.4.2 0 .4-.4 0-.8 0-1.1.2 2.2 1 4.8 2 5.7 4.6-1 9.8.1 20-.4 29.9-3.4-.6-7.1.6-10.6.9 0-7 .2-15-.2-22-.8-6.2-1.5-11.3 5.5-14-5.1-3.5-11.2 3-11.1 8.2-.6 11.8-.7 24-.4 35.8-.5 4.3 2.8 8.5 7.3 8.1 3.5-.2 7.4.3 10.9-.5 0 4 .4 7.9.6 11.8-1.8 8.5-9.2 18.4-2.7 26.6-9.3.2-19 1-28.1 2.4l.8.1c-.2.3-.7.3 0 .5-.7 0-1.4 0-2 .2 14.4 1.7 29.3 1.2 44 1.5 1.6 0 3.6.6 4.8-1l17.9-21.3c12.5.4 25.4 0 38 .1 20-17.2 39.6-38 56.3-58.9-.6.4-.6.4-1.2.5ZM94 95.5ZM37.5 75.3c-4.5-7 1-17.5 9.6-17 12.3.4 14.3 16 5 22.4-3.2-1-6.6-1-9.7-.2-2-1.4-3.6-3.3-4.9-5.2Zm1 61.8c4.2 1.2 8.6 2.3 12.8 3.3.2 4 1.2 8.2.6 12.2-2.4 6.7-4.6 13.6-7.1 20.2-3.8 7.6-16.5 4.2-10-9.2 5.3-13.7 3.2-13.8 1-27.4l2.7.9Zm-1.7-6.8Zm.1 0ZM52.3 152l-.1.5v-.8.3Zm-22.5-18.5c0 .3-.1.6-.5.7-11.5-.3-9.6 2.4-9.8-5.1 3.5.6 6.9.6 10.4.4v.1l-.1 4Zm44.6 21.4c-2.9.5-9.4-.8-11.1 1l-12 14.8 5.4-17.6c0-4.1-2.1-8.2-3.2-12.1l12.2 2.7 11 11.2h-2.3Zm28.8-.3-8.2.1c8.3-11.9-8.1-20.6-15-28.2-2.4-2.3-3-3-6.5-3.2-3.7-.5-7.6-1.5-11.4-1.8.3.1.9.2 1 .4-.3.1-1.3-.1-.4.3-1-.2-1.9-.5-2.9-.6 5 2.3 10.5 3.5 15.8 5C81 132.7 87.2 138.3 92 145c2.9 5.8-4.6 12-9.8 8-4.4-4.3-8.7-9.2-13-13.7-4.2-3.1-34-5.8-32.8-11.1 0-10.7-.3-21.7 0-32.4.6-8 11-12.7 17.3-7.2.6 1 16.2 7.6 17.1 8.2 5.6 1.5 15.4-6.7 17.9 1.4l-.2-.7c.8 3.4-2.6 5.3-5.5 5.6-6.5 1.5-13 4.2-19.8 3.4-4.2-.8-4.7.9-4.1 4.7.5 3.3.6 6.6 1.3 10 .6-3.8 1.6-7.3 1.8-11.1 9 1.6 18.5-.6 27.2-3.2 4 15.3 9.4 30.7 16.9 44.5l-3 3ZM65.8 31.3c4.2-.7 10.8 4 12.4 8 2-4.7 12.4-13 15.3-5.3l-.1.4c0 .1-.2 0-.2.2l-.1.2c-.2 0-.3.4-.4.6-.4 0-.7.2-1 .4-.2 0-.4 0-.5.2 0 .2-.2 0-.3.3l-.3.3c-5.2 1.9-9 6.8-10.8 11.5v.5c-.2.2-.8.5-1 .1-3.1 0-4.1-6.5-6.7-8-2.9-3.1-8.8-3.1-9.7-7.9l.2-.3.2-.2.1-.2c.2 0 .4-.3.6-.5.8 0 1.6-.1 2.3-.3Zm-31-25.7-.1-.4c3.7-4.9 14 1.7 15.8 6.4 2-4.6 12.4-13 15.2-5.2l-.1.3-.2.3v.2c-.3 0-.4.3-.5.5-.4 0-.6.3-1 .4-.1 0-.4 0-.5.2 0 .3-.2 0-.3.3l-.3.3c-5.2 1.9-9 6.9-10.7 11.5l-.1.5c-.2.2-.7.6-.9.1-3.2 0-4.2-6.4-6.8-8-2.7-3-8.4-3-9.5-7.4Z' opacity='.2'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='80.5' x2='174.4' y1='0' y2='28.3' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DAA390'/%3E%3Cstop offset='1' stop-color='%23DAA390' stop-opacity='.3'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;position: absolute;bottom: -49px;right: -120px;z-index: -1;pointer-events: none;}
				.editProfileWindow .centro article.boxInterestsBucket ul.myInterests li{padding: 14px 16px 14px 20px}
					.editProfileWindow .centro article.boxInterestsBucket ul.myInterests li span{color: #D46A45;}

			.editProfileWindow .centro article.boxInterestsBucket .otherInterests{width: calc(100% + 104px);background: #CCA3991F;padding: 31px 52px 36px;margin: 0px -52px 24px;}
				.editProfileWindow .centro article.boxInterestsBucket .otherInterests h4{font-weight: 600; font-size: 16px; line-height: 20px; letter-spacing: 0.02em; color: #D46A45;margin-bottom: 7px;}
				.editProfileWindow .centro article.boxInterestsBucket .otherInterests ul{max-width: 950px;margin: 0px;gap: 10px 12px; z-index: 1;}
					.editProfileWindow .centro article.boxInterestsBucket .otherInterests ul li{background: #FFF;border: 1px solid #EBEBEC;padding: 12px 16px 10px 19px;overflow: clip;}
						.editProfileWindow .centro article.boxInterestsBucket .otherInterests ul li span{color: #D46A45;}
						.editProfileWindow .centro article.boxInterestsBucket .otherInterests ul li a.botaoAdicionar:link,
						.editProfileWindow .centro article.boxInterestsBucket .otherInterests ul li a.botaoAdicionar:active,
						.editProfileWindow .centro article.boxInterestsBucket .otherInterests ul li a.botaoAdicionar:visited{width: max-content;height: 100%;display: flex;align-items: center;gap: 10px;background: #D46A45;border: 1px solid #FFF;border-radius: 20px;padding: 14px;position: absolute;top: 0px;left: initial;right: -183px;transition: all 0.5s ease;}
						._1000 .editProfileWindow .centro article.boxInterestsBucket .otherInterests ul li.loading a.botaoAdicionar{display: none;}
							.editProfileWindow .centro article.boxInterestsBucket .otherInterests ul li a.botaoAdicionar b{font-size: 14px;font-weight: 600;line-height: 14px;letter-spacing: 0.02em;text-transform: uppercase;color: #FFF;}
						/* Hover */
						._1000 .editProfileWindow .centro article.boxInterestsBucket .otherInterests ul li:hover a.botaoAdicionar{right: 0px;}
						._1000 .editProfileWindow .centro article.boxInterestsBucket .otherInterests ul li a.botaoAdicionar:hover{background: #e0744f}

		/* Settings */
		.editProfileWindow .centro article.boxSettings .topo{border-bottom: 1px dashed #CDD0D4;}

		.editProfileWindow .centro article.boxSettings .boxEmail{display: flex; gap: 29px;margin-bottom: 130px;}
			.editProfileWindow .centro article.boxSettings .boxEmail figure{width: 65px; height: 85px; user-select: none;margin-top: 4px;}
				.editProfileWindow .centro article.boxSettings .boxEmail figure img{width: 100%; height: 100%;}
				.editProfileWindow .centro article.boxSettings .boxEmail .conteudo p.mensagemRetorno{margin: 24px 0 0;display: none;}
				.editProfileWindow .centro article.boxSettings .boxEmail .conteudo &gt; p{font-size: 16px;font-weight: 500;line-height: 22px;letter-spacing: 0.01em;color: #53565E;}
					.editProfileWindow .centro article.boxSettings .boxEmail .conteudo &gt; p b{font-weight: 600; letter-spacing: 0.02em; color: #D46A45;}

				.editProfileWindow .centro article.boxSettings .boxEmail .conteudo .emailVerificado{display: flex;align-items: center;gap: 10px;padding: 6px 12px;margin: 10px 0 0;background: #47CF90;border-radius: 8px;}
				.editProfileWindow .centro article.boxSettings .boxEmail .conteudo .emailVerificado svg{}
				.editProfileWindow .centro article.boxSettings .boxEmail .conteudo .emailVerificado b{font-size: 15px;font-weight: 500;line-height: 20px;letter-spacing: 0.02em;}

				.editProfileWindow .centro article.boxSettings .boxEmail .conteudo .boxBotao{display: flex;gap: 23px;align-items: center;margin: 24px 0 0;}

					.editProfileWindow .centro article.boxSettings .boxEmail .conteudo .boxBotao span{font-size: 16px; font-weight: 500; line-height: 20px; letter-spacing: 0.02em; color: #272D38;}

		.editProfileWindow .centro.settings{display: none;}
		.editProfileWindow .centro.settings.ativo{display: block;}
			.editProfileWindow .centro article.boxSettings .boxInformation{display: flex; gap: 19px;}
				.editProfileWindow .centro article.boxSettings .boxInformation figure{width: 78px; height: 64px; user-select: none;}
					.editProfileWindow .centro article.boxSettings .boxInformation figure img{width: 100%; height: 100%;}
				.editProfileWindow .centro article.boxSettings .boxInformation .conteudo{width: 100%;}
					.editProfileWindow .centro article.boxSettings .boxInformation .conteudo h3{margin-bottom: 24px;}
					.editProfileWindow .centro article.boxSettings .boxInformation .conteudo form{width: 100%;gap: 24px;}
						.editProfileWindow .centro article.boxSettings .boxInformation .conteudo form div{width: 100%; max-width: 375px;}
						.editProfileWindow .centro article.boxSettings .boxInformation .conteudo form div.senha{max-width: 325px;position: relative;}
                            .editProfileWindow .centro article.boxSettings .boxInformation .conteudo form div.senha input{padding-right: 56px;}
                            /* botao mostra senha  */
                            .editProfileWindow .centro article.boxSettings .boxInformation .conteudo form div.senha .mostrarSenha{display: flex; position: absolute; width: 30px; height: 40px; right: 16px; cursor: pointer; top: 26px; align-items: center; justify-content: flex-start;}
                                .editProfileWindow .centro article.boxSettings .boxInformation .conteudo form div.senha .mostrarSenha::before{content:'';display:block;width:18px;height:17px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 18'%3E%3Cg fill='%23272727' fill-rule='evenodd' clip-path='url(%23a)' clip-rule='evenodd'%3E%3Cpath d='M4.8 2.4A10 10 0 0 1 11 .3c2.6 0 4.6.9 6.2 2.1L15.8 4a8.2 8.2 0 0 0-9.6 0L4.8 2.4Zm14.8 6.3h2.2s-3 8.4-10.8 8.4C3.1 17.1.2 8.7.2 8.7h2.2C3.2 10.5 5.8 15 11 15c5.2 0 7.8-4.5 8.6-6.3Z'/%3E%3Cpath d='M18.7 11.5c-.4.4-.4 1.2 0 1.6l1.2 1.2c.4.5 1.1.5 1.6 0 .4-.4.4-1.2 0-1.6l-1.2-1.2a1 1 0 0 0-1.6 0ZM3.3 11.5c.4.4.4 1.2 0 1.6L2 14.3c-.4.5-1.1.5-1.6 0-.4-.4-.4-1.2 0-1.6l1.2-1.2a1 1 0 0 1 1.6 0ZM7.8 14.5c.5.4.5 1.2 0 1.6l-1.1 1.2c-.5.5-1.2.5-1.6 0-.5-.4-.5-1.2 0-1.6l1.1-1.2a1 1 0 0 1 1.6 0ZM14.2 14.5c-.5.4-.5 1.2 0 1.6l1.1 1.2c.5.5 1.2.5 1.6 0 .5-.4.5-1.2 0-1.6l-1.1-1.2a1 1 0 0 0-1.6 0Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h22v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; user-select: none;}
                                ._1000 .editProfileWindow .centro article.boxSettings .boxInformation .conteudo form div.senha .mostrarSenha::before, ._1000 .editProfileWindow .centro article.boxSettings .boxInformation .conteudo form div.senha .mostrarSenha.visivel::before{ transition: all 0.3s ease;}
                                .editProfileWindow .centro article.boxSettings .boxInformation .conteudo form div.senha .mostrarSenha.visivel::before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 23 18'%3E%3Cpath fill='%23272727' fill-rule='evenodd' d='M3.8 8c.4-.5.4-1.3 0-1.7L2.6 5c-.4-.5-1.1-.5-1.6 0-.4.4-.4 1.2 0 1.7L2.2 8c.4.4 1.1.4 1.6 0ZM19.2 8c-.4-.5-.4-1.3 0-1.7L20.4 5A1 1 0 0 1 22 5c.4.4.4 1.2 0 1.7L20.8 8c-.4.4-1.1.4-1.6 0ZM14.7 5c-.5-.5-.5-1.3 0-1.7L15.8 2c.5-.5 1.2-.5 1.6 0 .5.4.5 1.2 0 1.7L16.3 5a1 1 0 0 1-1.6 0ZM8.3 5c.5-.5.5-1.3 0-1.7L7.2 2c-.5-.5-1.2-.5-1.6 0-.5.4-.5 1.2 0 1.7L6.7 5c.5.4 1.2.4 1.6 0Z' clip-rule='evenodd'/%3E%3Cpath fill='%23272727' fill-rule='evenodd' d='M.7 10.7h2.2c.8-1.8 3.4-6.3 8.6-6.3 5.2 0 7.8 4.5 8.6 6.3h2.2s-3-8.4-10.8-8.4C3.6 2.3.7 10.7.7 10.7Z' clip-rule='evenodd'/%3E%3Cpath fill='%23272727' d='M15.7 12a4.2 4.2 0 1 1-8.4 0 4.2 4.2 0 0 1 8.4 0Z'/%3E%3C/svg%3E");}

						.editProfileWindow .centro article.boxSettings .boxInformation .conteudo form div.buttons{max-width: initial;}
							.editProfileWindow .centro article.boxSettings .boxInformation .conteudo form div input{width: 100%;/* max-width: 375px; */}

        .editProfileWindow .centro p.revalidateWarningText{width: 100%; display: flex;align-items: center; justify-content: center; gap: 7px;    margin: 50px auto -25px;}
            .editProfileWindow .centro p.revalidateWarningText::before{content: ''; display: block;width: 18px; height: 21px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 57 72'%3E%3Cpath fill='%239FA4AC' d='M28.2 0c-11.6 0-21 8.8-21 19.6v9C3 33.1.2 39.1.2 45.7.2 60.3 12.8 72 28.2 72c15.5 0 28-11.7 28-26.2 0-6.6-2.6-12.6-7-17.3v-8.9C49.2 8.8 40 0 28.2 0Zm0 6.5c8 0 14 5.7 14 13.1v3.6a29.3 29.3 0 0 0-28 0v-3.6c0-7.4 6-13 14-13Zm0 19.7c11.6 0 21 8.8 21 19.6 0 10.9-9.4 19.7-21 19.7s-21-8.8-21-19.7c0-10.8 9.4-19.6 21-19.6Zm0 9.8c-3.8 0-7 3-7 6.5 0 2.5 1.5 4.5 3.5 5.7v10.7h7V48.2c2.1-1.2 3.5-3.2 3.5-5.7 0-3.6-3.1-6.5-7-6.5Z'/%3E%3C/svg%3E"); background-size: contain; background-repeat: no-repeat; user-select: none;opacity: 0.5;}
            .editProfileWindow .centro p.revalidateWarningText b{font-size: 16px; font-weight: 500; line-height: 16px; letter-spacing: 0.02em; color: #9FA4AC; z-index: 2;}

/* MOBILE */
._320 .editProfileWindow .linkCTA, ._320 .editProfileWindow p.enviando{background: #1a1b1d; box-shadow: inset 0px -2px 4px #39475333, inset 0px 2px 4px #ffffff63, 0px 4px 6px 0px #8c8f963b;}
._320 .editProfileWindow .buttons{width: 100%; justify-content: center;}
._320 .editProfileWindow a.btGoDashboard{margin: 40px auto 10px;box-shadow: inset 0px -2px 4px #39475333, inset 0px 2px 4px #ffffff63, 0px 4px 6px 0px #8c8f963b;}


._320 .editProfile main{padding: 24px 10px 60px;}
	._320 .editProfileWindow .centro{padding: 0 20px 40px;}
		/* Box Menu */
		._320 .editProfileWindow article.boxMenu{position: relative;}
			._320 .editProfileWindow article.boxMenu div.menu1{width: 100%;flex-direction: column;gap: 20px;}
			._320 .editProfileWindow article.boxMenu div.menu2{width: 100%; position: absolute; top: 48px; display: flex ; justify-content: flex-end;}
			._320 .editProfileWindow article.boxMenu div.menu2 nav{position: absolute; left: 196px;}
			._320 .editProfileWindow article.boxMenu span.botaoFechar{margin: -50px 5px 0 0;}
				._320 .editProfileWindow article.boxMenu div.menu2 nav a.accountSettings:link,
				._320 .editProfileWindow article.boxMenu div.menu2 nav a.accountSettings:active,
				._320 .editProfileWindow article.boxMenu div.menu2 nav a.accountSettings:visited{height: 44px;}
				._320 .editProfileWindow article.boxMenu div nav{}
					._320 .editProfileWindow article.boxMenu div nav a:link,
					._320 .editProfileWindow article.boxMenu div nav a:active,
					._320 .editProfileWindow article.boxMenu div nav a:visited{padding: 10px 15px 12px;border-radius: 14px 14px 0px 0px;}
					._320 .editProfileWindow article.boxMenu div nav a#professional{display: none;}
					._320 .editProfileWindow article.boxMenu div nav a#languages{display: none;}
						._320 .editProfileWindow article.boxMenu div nav a b{font-size: 14px;line-height: 14px;}
					/* Hover */
					._320 .editProfileWindow article.boxMenu div nav a:not(._320 .editProfileWindow article.boxMenu div.menu2 nav a):hover,
					._320 .editProfileWindow article.boxMenu div nav a:not(._320 .editProfileWindow article.boxMenu div.menu2 nav a).ativo{padding-bottom: 20px;}
					._320 .editProfileWindow article.boxMenu div nav a:hover::before,
					._320 .editProfileWindow article.boxMenu div nav a.ativo::before{border-radius: 14px 14px 0px 0px;}

			._320 .editProfileWindow .centro article .topo h2{font-size: 26px;line-height: 32px;margin-bottom: 4px;}
			._320 .editProfileWindow .centro article .topo &gt; span{line-height: 16px;}

			._320 .editProfileWindow .centro article form div.fee div{flex-direction: column;align-items: flex-start;gap: 5px;}
				._320 .editProfileWindow .centro article form div.name{}
					._320 .editProfileWindow .centro article form div.name input{width: 100%;padding: 10px 20px;}
				._320 .editProfileWindow .centro article form div.phone{width: 100%;max-width: initial; justify-content: space-between;}
				._320 .editProfileWindow .centro article form div p.fakeInput{font: 400 15px / 20px 'omnes-pro'; height: 44px;}

				._320 .editProfileWindow .centro article form div.number{z-index: 1;}
				    ._320 .editProfileWindow .centro article form div.number div{z-index: 2;}
				    ._320 .editProfileWindow .centro article form div.number a#btCancelPhoneNumber:active, ._320 .editProfileWindow .centro article form div.number a#btCancelPhoneNumber:any-link{position: absolute; width: 38px; height: 28px; background: #D44545; box-shadow: 0px 0px 5px transparent; border-radius: 0 96px 96px 0; right: 21px; cursor: pointer; transition: all 0.5s ease;}
                        ._320 .editProfileWindow .centro article form div.number a#btCancelPhoneNumber svg{ transform: scale(0.9);}
                            ._320 .editProfileWindow .centro article form div.number a#btCancelPhoneNumber svg path{fill:#fff;}

				._320 .editProfileWindow .centro article form div.email{width: 100%;}
				._320 .editProfileWindow .centro article form div.ocupation{width: 100%;}
				._320 .editProfileWindow .centro article form div.paisOndeMora .listSelectBucket{gap: 13px; flex-direction: column;}

                ._320 .editProfileWindow .centro article form label{font: 500 15px / 20px 'omnes-pro'; margin-bottom: 2px; color: #53565E;}

				._320 .editProfileWindow .centro article form input,
				._320 .editProfileWindow .centro article form textarea{padding: 10px 20px; font: 400 15px / 16px 'omnes-pro';min-height: 44px;}
            ._320 .editProfileWindow .buttons span.mensagemRetorno{text-align: center;}

		/* About */
		._320 .editProfileWindow .centro article.about{padding-bottom: 50px;}
			._320 .editProfileWindow .centro article.about .topo{width: calc(100% + 40px);padding: 20px;margin: 0px -20px 10px;display: flex; flex-direction: column;    border-bottom: initial;}

				._320 .editProfileWindow .centro article.about .topo h2{}
				._320 .editProfileWindow .centro article.about .topo &gt; span{}
                ._320 .editProfileWindow .centro article .topo .revalidateWarning{position: relative; order: -1; border-radius: 10px; margin: 0 0 16px; top: initial; right: initial; background: #cdd0d41f; padding: 10px 15px; gap: 13px; border: 1px dashed #CDD0D4;}
                    ._320 .editProfileWindow .centro article .topo .revalidateWarning b{font-size: 13px; letter-spacing: 0.04em;}
                ._320 .editProfileWindow .centro article form{gap:13px;}
                ._320 .editProfileWindow .centro article.about .buttons{margin-top: 10px;justify-content: center;}

			._320 .editProfileWindow .centro article.about .conteudo{position: relative; flex-direction: column-reverse;}
						._320 .editProfileWindow .centro article.about form button b{}

				._320 .editProfileWindow .centro article.about .conteudo .perfil{width: 100%; max-width: initial; height: max-content; margin: 0 auto 6px; padding: 0 0 30px; right: 0px; border-radius: 0; border: 0; border-bottom: 1px solid #ededed;}
					._320 .editProfileWindow .centro article.about .conteudo .perfil .foto{margin-bottom: 10px;}
						._320 .editProfileWindow .centro article.about .conteudo .perfil .foto figure{width: 110px;height: 110px;}

						._320 .editProfileWindow .centro article.about .conteudo .perfil .foto a.botaoLixo:link,
						._320 .editProfileWindow .centro article.about .conteudo .perfil .foto a.botaoLixo:active,
						._320 .editProfileWindow .centro article.about .conteudo .perfil .foto a.botaoLixo:visited{width: 30px;height: 30px;padding: 8px 14px;}
							._320 .editProfileWindow .centro article.about .conteudo .perfil .foto a.botaoLixo svg{width: 14px;min-width: 14px;height: 16px;}

					._320 .editProfileWindow .centro article.about .conteudo .perfil span{font: 500 14px / 20px 'omnes-pro';margin-bottom: 2px;color: #53565E;}
					._320 .editProfileWindow .centro article.about .conteudo .perfil .btChoose{font-size: 14px;padding: 9px 12px;}
					._320 .editProfileWindow .centro article.about .conteudo .perfil .btChoose input{padding: 0px;}
                        ._320 .editProfileWindow .centro article.about .conteudo .perfil .btChoose span{background: #fff; font-size: 13px; max-width: 240px; line-height: 18px; font-style: italic;    top: calc(100% + 6px);}
                    ._320 .editProfileWindow .centro article.about .conteudo .cropWindow{margin: 0 auto 6px; max-width: initial; border-radius: 0; border: 0; padding: 0 20px 20px; border-bottom: 1px solid #ededed;}
                        ._320 .editProfileWindow .centro article.about .conteudo .cropWindow button,
                        ._320 .editProfileWindow .centro article.about .conteudo .cropWindow .enviando{}
                            ._320 .editProfileWindow .boxCrop{max-width: initial; margin: 0 auto 20px;}

			._320 .editProfileWindow .centro article.professional .topo{width: calc(100% + 40px); padding: 22px 20px 20px; margin: 0px -20px 14px;}
			._320 .editProfileWindow .centro h3{margin-bottom: 10px;}

			._320 .editProfileWindow .centro article.professional form{gap: 0px;margin-bottom: 50px;}
				._320 .editProfileWindow .centro article.professional form textarea{margin-bottom: 13px;min-height: 90px;}

			._320 .editProfileWindow .centro article.professional .presentation{gap: 15px;margin: 30px 0;position: relative;}
                ._320 .editProfileWindow .centro article.professional .presentation .conteudo p{padding-right: 60px;}
                    ._320 .editProfileWindow .centro article.professional .presentation .conteudo p br.desktop{display: none;}
				._320 .editProfileWindow .centro article.professional .presentation figure{width: 54px;min-width: 54px;height: 54px;top: 15px;position: absolute;margin: initial;right: 0;}

						._320 .editProfileWindow .centro article.professional form.formProfessional ul li div input{width: 100%;}

				._320 .editProfileWindow .centro article.professional form ul{width: 100%;margin-bottom: 30px;}
					._320 .editProfileWindow .centro article.professional form ul li{margin-bottom: 20px;}
					._320 .editProfileWindow .centro article.professional form ul li:last-of-type{margin: 0px;}
						._320 .editProfileWindow .centro article.professional form ul li div{flex-direction: column;align-items: flex-start;gap: 5px;}
							._320 .editProfileWindow .centro article.professional form ul li div span{max-width: initial; font-size: 12px; padding-left: 10px; font-weight: 400; line-height: 16px;}

					._320 .editProfileWindow .centro article.professional .boxFee .conteudo h3{width: calc(100% - 170px);}
					._320 .editProfileWindow .centro article.professional .boxFee .conteudo div.campos{flex-direction: column;gap: 20px;margin-bottom: 20px;}
						._320 .editProfileWindow .centro article.professional .boxFee .conteudo div.campos input{width: calc(100% - 190px);}
						._320 .editProfileWindow .centro article.professional .boxFee .conteudo div.campos select{padding: 12px 20px;}


				._320 .editProfileWindow .centro article.professional .boxFee .myFees{background-size: cover;padding: 26px 14px 30px 19px;max-width: 165px;top: 0px;}
					._320 .editProfileWindow .centro article.professional .boxFee .myFees h4{margin-bottom: 12px;}
					._320 .editProfileWindow .centro article.professional .boxFee .myFees span{font-size: 16px;line-height: 18px;}
					._320 .editProfileWindow .centro article.professional .boxFee .myFees b{margin-bottom: 15px;}
						.editProfileWindow .centro article.professional .boxFee .myFees b em{font-size: 18px;}
			/* Box Interests Bucket */
			._320 .editProfileWindow .centro article.boxInterestsBucket .topo{width: calc(100% + 40px);padding:22px 20px 20px;margin: 0px -20px 20px;}
			._320 .editProfileWindow .centro article.boxInterestsBucket ul.bucketlist:before{width: 152px;height: 148px;right: -94px;top: 50%;transform: translateY(-50%);z-index: -2;}
				._320 .editProfileWindow .centro article.boxInterestsBucket ul li{padding: 10px 20px;width: calc(100% - 32px);border-radius: 1px 30px 30px 20px;}

            ._320 .editProfileWindow .centro article.boxInterestsBucket ul li a.botaoExcluir:link,
            ._320 .editProfileWindow .centro article.boxInterestsBucket ul li a.botaoExcluir:active,
            ._320 .editProfileWindow .centro article.boxInterestsBucket ul li a.botaoExcluir:visited{position: absolute; width: 38px; height: 28px; background: #D44545; box-shadow: 0px 0px 5px transparent; border-radius: 0 96px 96px 0; top: 50%; transform: translateY(-50%); right: -32px; cursor: pointer; transition: all 0.5s ease; z-index: -1; left: initial; opacity: 1; visibility: visible;}

			._320 .editProfileWindow .centro article.boxInterestsBucket form{width: calc(100% + 40px);padding: 20px;margin: 0px -20px 20px;}
				._320 .editProfileWindow .centro article.boxInterestsBucket form .listSelectBucket{flex-wrap: wrap;gap: 13px;}
					._320 .editProfileWindow .centro article.boxInterestsBucket form .listSelectBucket li{width: 100%; padding: 0px;margin-top: 0;gap:0;}
					._320 .editProfileWindow .centro article.boxInterestsBucket form .listSelectBucket li.cityS{max-width: initial;}
						._320 .editProfileWindow .centro article.boxInterestsBucket form .listSelectBucket li div.resultadosLista{top: 39px;}

							._320 .editProfileWindow .centro article.boxInterestsBucket form select,
							._320 .editProfileWindow .centro article.boxInterestsBucket form input{width: 100%;max-width: initial;}
							._320 .editProfileWindow .centro article.boxInterestsBucket form input{padding: 7px 20px 8px;}

			._320 .editProfileWindow .centro article.boxInterestsBucket ul.myInterests{margin-bottom: 20px;}
				._320 .editProfileWindow .centro article.boxInterestsBucket ul.myInterests::after{width: 141px;height: 163px;right: -84px;z-index: -2;}
				._320 .editProfileWindow .centro article.boxInterestsBucket ul.myInterests li{padding: 10px 20px;}

			._320 .editProfileWindow .centro article.boxInterestsBucket .otherInterests{width: calc(100% + 40px);padding: 20px;margin: 0px -20px 0px;}
					._320 .editProfileWindow .centro article.boxInterestsBucket .otherInterests ul li{overflow: initial;}

                    ._320 .editProfileWindow .centro article.boxInterestsBucket .otherInterests ul li a.botaoAdicionar:link, 
                    ._320 .editProfileWindow .centro article.boxInterestsBucket .otherInterests ul li a.botaoAdicionar:active,
                    ._320 .editProfileWindow .centro article.boxInterestsBucket .otherInterests ul li a.botaoAdicionar:visited{position: absolute; width: 38px; height: 28px; box-shadow: 0px 0px 5px transparent; border-radius: 0 96px 96px 0; top: 50%; transform: translateY(-50%); right: -32px; cursor: pointer; transition: all 0.5s ease; z-index: -1; left: initial; opacity: 1; visibility: visible; border: initial; background: #e87b55;}
                    ._320 .editProfileWindow .centro article.boxInterestsBucket .otherInterests ul li a.botaoAdicionar b{display: none;}
                    ._320 .editProfileWindow .centro article.boxInterestsBucket .otherInterests ul li.loading a.botaoAdicionar{opacity: 0.5;pointer-events: none; user-select: none;}

        ._320 .editProfileWindow .centro article.boxSettings .topo { border-bottom: 0; width: calc(100% + 40px); padding: 22px 20px 20px; margin: 0px -20px 15px; }
			._320 .editProfileWindow .centro article.boxSettings .boxEmail{gap: 0px; padding-bottom: 30px; margin-bottom: 30px; position: relative; border-bottom: 1px solid #ededed;}
				._320 .editProfileWindow .centro article.boxSettings .boxEmail figure{width: 50px; min-width: 50px; height: 40px; position: absolute; margin: 0px; right: 0; top: -10px;}
				._320 .editProfileWindow .centro article.boxSettings .boxEmail .conteudo {width: 100%;}
					._320 .editProfileWindow .centro article.boxSettings .boxEmail .conteudo p{margin-bottom: 20px;}

			._320 .editProfileWindow .centro article.boxSettings .boxInformation{gap: 0px;position: relative}
				._320 .editProfileWindow .centro article.boxSettings .boxInformation figure{width: 50px;min-width: 50px;height: 40px;position: absolute;top: 0;right: 0;}
					._320 .editProfileWindow .centro article.boxSettings .boxInformation .conteudo h3{margin-bottom: 20px; padding-right: 60px;}
					._320 .editProfileWindow .centro article.boxSettings .boxInformation .conteudo form{gap: 13px;}
						._320 .editProfileWindow .centro article.boxSettings .boxInformation .conteudo form div{width: 100%;max-width: initial;}
						._320 .editProfileWindow .centro article.boxSettings .boxInformation .conteudo form div.buttons{margin-top: 20px;}

				/* Languages */
			._320 .editProfileWindow .centro article.languages{padding-bottom: 60px;}
                ._320 .editProfileWindow .centro article.languages .topo { width: calc(100% + 40px); padding: 22px 20px 20px; margin: 0px -20px 16px; }
				._320 .editProfileWindow .centro article.languages form h3{margin-bottom: -9px;}
				._320 .editProfileWindow .centro article.languages form ul{margin-bottom: 12px; gap: 16px;}
					._320 .editProfileWindow .centro article.languages form ul li{flex-direction: column;gap: 10px;}
						/* step 4 - form bandeira lingua */
						._320 .editProfileWindow .centro article.languages form ul li .flag {top: 10px;transform: initial;}
						/* step 4 - form select */
						._320 .editProfileWindow .centro article.languages form ul li .selectWrap{min-width: initial;}
							._320 .editProfileWindow .centro article.languages form ul li .selectWrap select {width: calc(100% - 32px);max-width: initial;}
								._320 .editProfileWindow .centro article.languages form ul li .selectWrap select:hover {}
								._320 .editProfileWindow .centro article.languages form ul li .selectWrap select:focus {}
							/* step 4 - detalhe lingua nativa */
							._320 .editProfileWindow .centro article.languages form ul li .selectWrap .nativeTag {right: 0px;}
								._320 .editProfileWindow .centro article.languages form ul li .selectWrap .nativeTag::after {}
							/* step 4 - excluir lingua */
							._320 .editProfileWindow .centro article.languages form ul li .selectWrap .excluir{right: 0px;}
								._320 .editProfileWindow .centro article.languages form ul li .selectWrap .excluir::after {}
								._320 .editProfileWindow .centro article.languages form ul li .selectWrap .excluir:hover {}
						/* step 4 - texto lingua */
						._320 .editProfileWindow .centro article.languages form ul li .shortText{font-size: 14px; font-weight: 500; padding-left: 5px; font-style: italic; margin-top: -4px; color: #a4a8ad; line-height: 18px;}
				/* step 4 - adicionar outra lingua */
				._320 .editProfileWindow .centro article.languages form .add{margin: -10px 0 20px;}
					._320 .editProfileWindow .centro article.languages form .add a:active,
					._320 .editProfileWindow .centro article.languages form .add a:visited,
					._320 .editProfileWindow .centro article.languages form .add a:link {}
						._320 .editProfileWindow .centro article.languages form .add a::before {}
						._320 .editProfileWindow .centro article.languages form .add a i{padding: 9px 17px; font-size: 15px; line-height: 15px;}
							._320 .editProfileWindow .centro article.languages form .add a i::before{}
					/* Hover */
					._320 .editProfileWindow .centro article.languages form .add a:hover{}
						._320 .editProfileWindow .centro article.languages form .add a:hover i{}
							._320 .editProfileWindow .centro article.languages form .add a:hover i::before{}
							._320 .editProfileWindow .centro article.languages form .add a:hover::before {}

._320 .editProfileWindow .centro p.revalidateWarningText{border-radius: 10px; margin: 30px auto 10px; background: #cdd0d41f; padding: 10px 15px; gap: 13px; border: 1px dashed #CDD0D4;}
._320 .editProfileWindow .centro p.revalidateWarningText b{font-size: 13px; letter-spacing: 0.04em;}</pre></body></html>