@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

 video {
 width: 100%;
 height: 100vh;
 display: block;
 top: 0px;
 position: absolute;
 z-index: -1;
 max-height: 100vh;
 object-fit: cover;
 }
 .overlay-ul {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3); 
pointer-events: none;
z-index:-1;
}
.res {
    display: flex;
    align-items: center;
    justify-content: center;
	
}

.row-ul {
    padding: 0 15px;
    min-height: 82vh;
	max-height: 95.8vh;
    height: 100%;
    object-fit: fill;
}

form {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    width: 100%;
}

form input {

}

form input:focus {
    outline: none;
    border-color: #1877f2;
}

.ul-form {
    width: 100%;
}

.ul-form .card-ul {
    margin-bottom: 90px;
}

.ul-form h1 {
    color: #FF7AAB;
    font-size: 4rem;
    margin-bottom: 0px;
	font-weight:900;
	text-transform: lowercase;

}

.ul-form p {
    font-size: 1.75rem;
    max-width: 40rem;
    overflow-wrap: break-word;
    display: block;
}
.ul-form-size-text{ 
font-size:16px !important;
}	

::placeholder {
    color: #777;
    font-size: 1.063rem;
}

.ul-submit {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 15px;
}

.ul-submit .login {
    border: none;
    outline: none;
    cursor: pointer;
    background: #FF7AAB;
    padding: 15px 0;
    border-radius: 6px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    transition: 0.2s ease;
}

.ul-submit .login:hover {
    background: #e7749e;
}

.ul-submit .forgot {
    color: #1877f2;
    font-size: 0.875rem;
}

.ul-submit .forgot:hover {
    text-decoration: underline;
}

hr {
    border: none;
    height: 1px;
    background-color: #ccc;
    margin-bottom: 20px;
    margin-top: 20px;
}

.button-ul {
    margin-top: 25px;
    text-align: center;
    margin-bottom: 20px;
}

.button-ul a {
    padding: 15px 20px;
    background: #42b72a;
    border-radius: 6px;
    color: #fff;
    font-size: 1.063rem;
    font-weight: 600;
    transition: 0.2s ease;
}

.button-ul a:hover {
    background: #3ba626;
}

.footer-langs {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

footer ol {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 8px 0;

    margin-left: 3vh;
}

footer ol:first-child {
    border-bottom: 1px solid #dddfe2;
}

footer ol:first-child li:last-child button {
    background-color: #f5f6f7;
    border: 1px solid #ccd0d5;
    outline: none;
    color: #4b4f56;
    padding: 0 8px;
    font-weight: 700;
    font-size: 12px;
}

footer ol li {
    padding-right: 20px;
    font-size: 12px;
    color: #8a8d91;
}

footer ol li a {
    text-decoration: none;
    color: #8a8d91;
}

footer ol li a:hover {
    text-decoration: underline;
}

footer small {
    font-size: 12px;
    color: #8a8d91;
    margin-left: 3vh;
}

#fileUploadContainer {
    display: flex;
	justify-content: center;
    gap: 10px;
}

.file-upload {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    position: relative;
}

.file-upload input[type="file"] {
    display: none;
}

.file-upload .file-label {
    background-color: #007bff;
    color: white;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 10px;
}

.file-upload .file-preview {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-upload .file-preview img {
    max-width: 100%;
    max-height: 100%;
}

.swal2-input, .swal2-textarea {
    width: 100%;
    margin-bottom: 10px;
    } 
	div:where(.swal2-container) .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    background: rgba(0, 0, 0, 0);
    color: inherit;
    font-size: 1.125em;
    height: 45px;
    border: 2px solid #eee;
    width: auto;
	}
	div:where(.swal2-container) .swal2-input {
    border: 1px solid #eee;
    margin-bottom: 5px;
    border-top: 0;
	color: #777070;
    font-weight: 500;
    font-size: 14px;
	}
	div:where(.swal2-container) .swal2-textarea {
    margin: 0;
	font-size: 15px;
	}
/* Ajusta a largura e altura do modal específico */
     div:where(.swal2-container) .swal2-html-container {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 1.6em 1.6em .3em;
    overflow: auto;
    color: inherit;
    font-size: 1.125em;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
	} 
    .custom-swal-popup {
        width: 60%; 
        max-height: 80vh;
        overflow: hidden;
    }
	
	.contato-swal-popup {
        width: auto; 
        max-height: 80vh;
        overflow: hidden;
    }

    .custom-swal-popup .swal2-close {
    position: absolute;
    z-index: 10 !important;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 1.0em;
    height: 1.0em;
    padding: 0;
    overflow: hidden;
    transition: color .1s ease-out;
    border: none;
    border-radius: 5px;
    background: 0 0;
    color: #212121;
    font-family: serif;
    font-size: 2.3em;
    line-height: 1.2;
    cursor: pointer;
    background: #e4e6eb;
    border-radius: 100%;
    right: 10px;
    top: 10px;
    }
	.box-swal-tac-priv{
	max-height:70vh;
	overflow: auto;
    }
	.hide-close-tac-pp {
	display:none;
 }
    
@media (max-width: 900px) {
    .ul-form {
        flex-direction: column;
        text-align: center;
    }

    .ul-form .card-ul {
        margin-bottom: 30px;
    }
}

@media (max-width: 460px) {
    .ul-form h1 {
        font-size: 3.5rem;
    }

    .ul-form p {
        font-size: 1.3rem;
    }

    form {
        padding: 15px;
    }
}
@media (max-width: 460px) {
    .hide-close-tac-pp {
     display:block;
    }
}


/* Para resoluções médias (ex: 1790x990) */
@media (max-width: 1790px) and (max-height:990px) {
	body{
	zoom: 0.999;
	overflow: hidden;
	}	
    
	.ul-form {
     zoom: 0.9;
	
	}
	 .row-ul {
    padding: 0 15px;
    min-height: 82vh;
    max-height: 100%;
    height: 100%;
    object-fit: fill;
    }
}

/* Para resoluções médias (ex: 1600x900) */
@media (max-width: 1600px) and (max-height:900px) {
	body{
	zoom: 0.999;
	overflow: hidden;
	}	
    
	.ul-form {
     zoom: 0.8;
	
	}
	 .row-ul {
    padding: 0 15px;
    min-height: 82vh;
    max-height: 100%;
    height: 100%;
    object-fit: fill;
	}
	#footer.footer-small {
    zoom: 0.9;
    }
}

/* Para resoluções médias (ex: 1366x768) */
@media (max-width: 1366px) and (max-height:768px) {
	body{
	zoom: 0.999;
	overflow: hidden;
	}	
    
	.ul-form {
     zoom: 0.7;
	
	}
	 .row-ul {
    padding: 0 15px;
    min-height: 82vh;
    max-height: 100%;
    height: 100%;
    object-fit: fill;
	 }
	#footer.footer-small {
    zoom: 0.8;
    }
}

/* Para resoluções médias (ex: 1366x768) */
@media (max-width: 1360px) and (max-height:768px) {
	body{
	zoom: 0.999;
	overflow: hidden;
	}	
    
	.ul-form {
     zoom: 0.7;
	
	}
	 .row-ul {
    padding: 0 15px;
    min-height: 82vh;
    max-height: 100%;
    height: 100%;
    object-fit: fill;
	 }
	#footer.footer-small {
    zoom: 0.8;
    }
}


/* Para resoluções médias (ex: 1280x900) */
@media (max-width: 1280px) and (max-height:1024px) {
	body{
	zoom: 0.999;
	overflow: hidden;
	}	
    
	.ul-form {
     zoom: 0.8;
	
	}
	 .row-ul {
    padding: 0 15px;
    min-height: 82vh;
    max-height: 100%;
    height: 100%;
    object-fit: fill;
	}
	#footer.footer-small {
    zoom: 0.9;
	}
	.header-signin-list {
    zoom: 1;
	}
	.menu-idioma {
    zoom: 1;
    }
}

/* Para resoluções médias (ex: 1280x900) */
@media (max-width: 1280px) and (max-height:720px) {
	body{
	zoom: 0.999;
	overflow: hidden;
	}	
    
	.ul-form {
     zoom: 0.65;
	
	}
	 .row-ul {
    padding: 0 15px;
    min-height: 82vh;
    max-height: 100%;
    height: 100%;
    object-fit: fill;
	}
	#footer.footer-small {
    zoom: 0.65;
	}
	.header-signin-list {
    zoom: 0.8;
	}
	.menu-idioma {
    zoom: 0.8;
    }
}


/* Para resoluções médias (ex: 1024x768) */
@media (max-width: 1024px) and (max-height:768px) {
	body{
	zoom: 0.999;
	overflow: hidden;
	}	
    
	.ul-form {
     zoom: 0.65;
	
	}
	 .row-ul {
    padding: 0 15px;
    min-height: 82vh;
    max-height: 100%;
    height: 100%;
    object-fit: fill;
	}
	#footer.footer-small {
    zoom: 0.7;
	}
	.header-signin-list {
    zoom: 0.8;
	}
	.menu-idioma {
    zoom: 0.8;
    }
}

/* Para resoluções médias (ex: 280px) */
@media (max-width: 280px){
  body {
    zoom: normal;  /* Aumenta o zoom da página */
  }
}



