@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,800;0,900;1,100;1,200;1,300&display=swap);.portal{color:var(--white);background-color:var(--main-blue);font-weight:500;padding-left:1.3em;margin-top:-.5em}.search-container{height:50vh;background-color:var(--main-blue);background-size:cover;background-attachment:fixed;border-radius:0 0 60px 60px}.search-container,.search-container .search{width:100%;display:flex;align-items:center;justify-content:center}.search-container .search{height:10vh;flex-direction:column;position:relative}.search-container .search .h1{font-size:1.5em;margin-bottom:.5em;color:var(--white);font-weight:400}.search-container .search .input{float:right;width:80%}.search-container .search .fa-search{float:left;width:50%;color:var(--dark-grey);position:absolute;top:108%;left:75%;text-align:end;display:flex;align-items:center;align-self:center}.search-container .search .search-input{outline:none;border:none;width:100%;padding:1em;border-radius:5px;box-shadow:0 0 8px -3px #000;font-size:1em}.search-container .search .search-bar{width:55%;display:flex;border:1px solid #5f6368;box-shadow:none;border-radius:24px;z-index:3;height:44px;margin:0 auto}@media screen and (max-width:470px){.search-container{height:30vh}.search-container .search .fa-search{left:71%;top:100%}}.search-results{background:#cdcdcd;padding:60px;margin-bottom:40px;border-radius:60px}.search-results p,.search-results ul{margin:0 auto;max-width:600px;width:50%}.search-results li,.search-results p{margin-bottom:15px}.search-results ul{list-style:none}.footer{width:100%;height:10vh;display:flex;justify-content:center;align-items:center;background-color:var(--main-blue);color:var(--white)}.footer .logo-empresas{width:80%}.footer .links-raizen{display:flex;justify-content:center;align-items:center;margin-left:5%}.footer a{margin:0;padding:0}.image-container{width:100%;margin:0 auto;display:flex;align-items:center;justify-content:center;align-self:center}@media screen and (max-width:470px){.image-container{width:90%;height:55vh}.image-container .image-people{width:100vw}}.chatbot-floating{text-align:right}.chatbot-floating .bubble{background:#fbb514;color:#fff;padding:10px 20px;border-radius:10px;width:185px;text-align:center;position:relative;z-index:2}.chatbot-floating .arrow{background:#fbb514;height:30px;width:30px;transform:rotate(45deg);position:absolute;right:30px;top:-7px}.chatbot-floating .image{border-radius:150px;margin:20px}@media screen and (max-width:470px){.chatbot-floating{position:relative;right:0}}.home-container{display:flex;flex-direction:column}.home-container .title{text-align:center;font-size:1.8rem;margin-top:1em;color:var(--dark-grey)}.home-container .grid-container{width:75%;margin:3em auto;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;justify-items:center;justify-content:center;grid-gap:1em;gap:1em}.home-container .grid-container .grid-items{display:flex;align-items:center;align-self:center;justify-content:space-between;flex-direction:column;width:10em;height:9.1em;margin-bottom:5%}.home-container .grid-container .link-info{text-align:center;font-weight:700;color:var(--dark-grey)}.home-container .flex-container{margin:0 auto;width:70%;height:40vh;display:flex;align-items:center;justify-content:space-around}.home-container .flex-container .boxes{display:flex;align-items:center;justify-content:space-around;flex-direction:column;width:10em;height:12em;box-shadow:0 0 8px -3px #000;border-radius:8px}.home-container .flex-container .boxes .link-info{text-align:center;font-weight:700;color:var(--dark-grey)}@media screen and (max-width:470px){.home-container .grid-container{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));margin:2em auto}.home-container .flex-container{width:86%;flex-wrap:wrap;margin:2rem auto}}.table-container{display:flex;flex-direction:column;align-items:center;grid-gap:10px;gap:10px;margin:5% 5% 2%;box-shadow:0 0 8px -3px #000}.table-container table{border-collapse:collapse;width:100%;box-shadow:0 0 8px -3px #000;border-radius:8px}.table-container table td,.table-container table th{text-align:center;padding:15px;font-size:1.5em}.table-container table th{background-color:var(--main-blue);color:var(--white)}.table-container table td{background-color:#ebebeb}form{display:flex;grid-gap:5px;gap:5px}form td:last-child{display:flex;justify-content:space-evenly}form *{font-size:28px}@media screen and (max-width:470px){.table-container table td{padding:0;font-size:1em}}.mytickets-container{width:100%;min-width:100%;margin:0 auto;display:flex;justify-content:center;flex-direction:column}.mytickets-container .title{background-color:var(--lime-green);width:35rem;height:auto;padding:1rem;margin-top:5rem;color:var(--dark-grey);font-size:2rem;text-align:center;font-weight:bolder}@media screen and (max-width:470px){.mytickets-container .title{width:75vw}}.link-container{display:flex;align-items:center;justify-content:center;flex-direction:column}.link-container .link{margin:2.5em auto;text-decoration:none;color:var(--white);font-size:1.3em;background-color:var(--main-blue);padding:.5em 1em;border-radius:5px}:root{--main-blue:#0077b3;--dark-grey:#6e6e6e;--light-grey:#ddd;--lime-green:#cbea00;--yellow:#fbb514;--white:#fff;--light-blue:#34c2d6;--red:#e73030}*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Poppins"}.dropdown-nav{position:relative;display:flex}.nav-links{height:30vh;width:25%;align-items:center}.menu-links,.nav-links{display:none;flex-direction:column;background-color:var(--light-grey);padding:12px 16 px;z-index:4;position:fixed;top:3.6em;right:0}.menu-links{height:20vh;width:35%}.menu-list{color:var(--white);background-color:var(--main-blue);border:2px solid var(--white);border-radius:0 0 0 30px}.menu-list li{list-style:none;padding:1em;text-align:center}.menu-list .links{color:violet}.show{display:flex}.bell{width:40px}.bell,.hamburger{margin-right:1em}.bar{background-color:var(--red);width:100%;text-align:center}.notifications{color:var(--dark-grey);font-size:14px;padding:7%;text-align:justify}.pendencies{color:var(--white)}@media screen and (max-width:470px){.nav-links{width:45%;top:5em}.menu-links{width:48%;top:5em}}.header{width:100%;display:flex;align-items:center;justify-content:space-between;height:10vh;padding:.5em;background-color:var(--main-blue)}.header .logo-image{width:220px;z-index:2}.header .servizen-logo{color:var(--white);margin-right:8em;font-weight:600}.header .links .logout{border:var(--white);color:var(--white);width:3em}.header .links .links.logout{color:var(--white)}.header .links{margin:0 20px;text-decoration:none;color:var(--text-color);font-size:12px;font-weight:600;font-family:"Poppins"}@media screen and (max-width:470px){.header .portal-name,.header .servizen-logo{display:none}}.broken-lamp{width:20%;margin-left:10%;margin-top:3%}.not-found{color:var(--light-blue);font-size:70%;line-height:1.5;text-align:center;font-weight:100;margin-top:-15%}.not-found p{font-size:15em;color:var(--dark-grey)}.not-found h2,.not-found h3{font-size:2em;color:var(--light-blue)}.not-found .header{display:none}.form-body{display:flex;flex-direction:column;background-color:var(--light-grey);width:50rem;height:49rem;padding:1.5rem 1.5rem 1.5rem 2.5rem;border-radius:.9rem;margin:5rem}.form-label{font-family:"Poppins";text-align:left;margin:1.1rem;font-size:1.5rem}.form-button,.form-input,.input-area{width:45rem;height:3rem;margin:0 auto}.input-area{position:relative}.form-button,.form-input{width:45rem;font-size:1rem;padding:.5rem;border-radius:.5rem}.form-input:focus{outline:none}.sector{background-color:var(--white)}.option{font-size:1rem}.form-main-label{background-color:var(--lime-green);width:35rem;height:auto;padding:1rem;margin-left:-9rem;margin-top:-5rem;color:var(--dark-grey);font-size:2rem;text-align:center;font-weight:bolder}.form-button{background-color:var(--main-blue);color:var(--white);font-size:1.5rem;cursor:pointer}.file-icon,.form-notice{margin:0 .7rem;cursor:pointer}.form-notice{font-size:1rem;margin-bottom:1rem}#file-input{display:none}.file-icon{font-size:2rem}.effect~.focus-border{position:absolute;bottom:0;left:50%;width:0;height:2px;background-color:var(--main-blue);transition:.4s}.effect:focus~.focus-border{width:100%;transition:.4s;left:0}.swal-modal{border:3px solid var(--main-blue)}.swal-button{padding:1rem 2rem;border-radius:.5rem;background-color:var(--main-blue);font-size:1rem;text-shadow:0 -1px 0 rgba(0,0,0,.3)}.input-area:focus{background-color:var(--white)}form>div>.sector:valid,form>div>input[type=text]:valid{background:url(https://webdevtrick.com/wp-content/uploads/check-icon.svg);background-color:var(--white);background-size:2rem;background-repeat:no-repeat;background-position:41rem .5rem}form>div>.sector:invalid:focus,form>div>input[type=text]:invalid:focus{background:url(https://webdevtrick.com/wp-content/uploads/xicon.svg);background-color:var(--white);background-size:2rem;background-repeat:no-repeat;background-position:41rem .5rem}@media screen and (max-width:470px){.form-body{margin:5rem 2rem 0 0;width:100vw;height:49rem;padding:2rem 1rem}.form-main-label{width:75vw;margin-left:-3rem}.form-button,.form-input,.input-area{width:21rem;margin:0}.form-label{margin:.5rem}}.under-construction{width:100%;height:80vh}.under-construction,.under-construction .items{display:flex;align-items:center;justify-content:center;flex-direction:column}.under-construction .items .message{color:var(--dark-gray)}.under-construction .items .link{margin:2.5em auto;text-decoration:none;color:var(--white);font-size:1.3em;background-color:var(--main-blue);padding:.5em 1em;border-radius:5px}
/*# sourceMappingURL=main.df8edd32.chunk.css.map */