@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap'); :root { --primary-color: #106EEA; } *{ margin: 0px; padding: 0px; box-sizing: border-box; font-family: 'Poppins', sans-serif; text-decoration: none; } html,body{ display: flex; flex-direction: column; align-items: center; width: 100%; } section{ padding: 40px 20px; } .col-50 { max-width: calc(50% - 10px); } .col-33 { max-width: calc(33% - 10.3px); } .col-25 { max-width: calc(25% - 10px); } .container{ max-width: 1100px; width: 100%; display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 20px; margin: 0 auto; } #topbar { display: flex; justify-content: center; align-items: center; background: var(--primary-color); height: 40px; font-size: 14px; transition: all 0.5s; color: #fff; padding: 0 20px; width: 100%; position: relative; } #topbar > div { display: flex; justify-content: space-between; } #topbar .contact-info { display: flex; align-items: center; } #topbar .contact-info i { display: flex; align-items: center; gap: 6px; font-style: normal; color: #fff; margin-right: 10px; } #topbar .contact-info i a,#topbar .contact-info i span { line-height: 0; color: #fff; font-weight: 300; } #topbar .social-links a { color: rgba(255, 255, 255, 0.7); line-height: 0; transition: 0.3s; margin-left: 15px; } #topbar .social-links .gpp { position: absolute; right: 30px; top: 50%; transform: translateY(-50%); font-size: 1rem; display: none; } #header { display: flex; justify-content: space-between; width: 100%; background: #fff; transition: all 0.5s; height: 86px; box-shadow: 0px 2px 15px rgb(0 0 0 / 10%); } #header .container { justify-content: space-between; width: 96%; } #header .logo { display: flex; align-items: center; } #header .t-logo > span { font-size: .7rem; margin-left: 2px; display: block; } #header .t-logo h1 { font-size: 30px; margin: 0; padding: 0; line-height: 1; font-weight: 600; letter-spacing: 0.8px; } #header .t-logo h1 a { color: #222222; font-size: 2.125rem; font-weight: 700; letter-spacing: -1px; } #header .t-logo h1 a span { color: var(--primary-color); } #header nav {display: flex; align-items:center;} #header nav a { font-size: 1rem; color: #fff; background: var(--primary-color); padding: 8px 20px; margin-left: 30px; border-radius: 4px; opacity: 0.9; transition: 0.3s; } #header nav a:hover { opacity: 1; } .ouvidoria-box { width: 100%; height: 200px; display: flex; position: relative; } .ouvidoria-box i { position: absolute; top: 5px; right: 5px; font-size: 8rem; -webkit-text-stroke: 1px rgba(0,0,0,0.05); color: rgba(255,255,255,.15); z-index: 10; } .ouvidoria .tooltip { position: absolute; top: 0; left: calc(50% - 100px); width: 200px; text-align: center; font-size: 0.675rem; padding: 10px; border-radius: 5px; background: #232326; transform: translateY(calc(-100% + -8px)); color: #fff; visibility: hidden; opacity: 0; transition: all 0.3s ease; z-index: 999; } .ouvidoria .tooltip:before { content: ""; border: 5px solid; border-color: transparent transparent #232326 #232326; transform: rotate(-45deg); left: calc(50% - 2.5px); position: absolute; bottom: -4px; } .ouvidoria-box:hover .tooltip { visibility: inherit; opacity: 1; } .ouvidoria-box a { width: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; text-decoration: none; color: #fff; border-radius: 4px; } .ouvidoria-box a h3{ font-size: 1.5rem; margin-bottom: 1rem; } .ouvidoria-box a p{ line-height: 1.3; } .ouvidoria .solicitacao { background: linear-gradient(45deg, #008B8B, 75%, #40E0D0); } .ouvidoria .simplifique { background: linear-gradient(45deg, #483D8B, 75%, #6A5ACD); } .ouvidoria .denuncia { background: linear-gradient(45deg, #BE0005, 75%, #ff6d71); } .ouvidoria .elogio { background: linear-gradient(45deg, #C80075, 75%, #f389c7); } .ouvidoria .info{ background: linear-gradient(45deg, #2969BA, 75%, #59a2ff); } .ouvidoria .reclamacao{ background: linear-gradient(45deg, #E86500, 75%, #ffdd37); } .ouvidoria .sugestao{ background: linear-gradient(45deg, #266026, 75%, #94ff94); } .ouvidoria .consultar{ background: linear-gradient(45deg, #8A2BE2, 75%, #BA55D3); } .services { width: 100%; background-color: #f4f4f4; } .services-title { width: 100%; font-size: 32px; font-weight: 700; margin-bottom: 20px; padding-bottom: 20px; position: relative; text-align: center; color: #242a38; } .services-title:after { content: ""; position: absolute; display: block; width: 60px; height: 4px; background: var(--primary-color); left: 0; right: 0; bottom: 0; margin: auto; } .services .img { border-radius: 8px; overflow: hidden; } .services .img img { display: block; max-width: 100%; height: auto; } .services .services-item:hover .img img { transform: scale(1.2); } .services .img img { transition: 0.6s; } .services .details { padding: 50px 30px; margin: -110px 30px 0 30px; transition: all ease-in-out 0.3s; background: #fff; position: relative; background: rgba(255,255,255, 0.8); text-align: center; border-radius: 8px; box-shadow: 0px 0 25px rgb(0 0 0 / 10%); min-height: 260px; } .services .details h3 { color: #6c757d; font-weight: 700; margin: 10px 0 15px 0; font-size: 22px; transition: ease-in-out 0.3s; } .stretched-link::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; content: ""; } .services .details p { line-height: 24px; font-size: 14px; margin-bottom: 0; } .services .services-item:hover .details .icon { background: #fff; border: 2px solid var(--primary-color); } .services .services-item:hover .details .icon i { color: var(--primary-color); } .services .details .icon { margin: 0; width: 86px; height: 86px; background: var(--primary-color); border-radius: 50px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; color: #fff; font-size: 28px; transition: ease-in-out 0.3s; position: absolute; top: -43px; left: calc(50% - 43px); border: 6px solid #fff; } section.info { width: 100%; background: #FFF; } .info-item { font-size: .875rem; color: #212529; padding: 20px; background: #f4f4f4; border-radius: 10px; width: 100%; min-height: 180px; } .info-item h3 { margin-bottom: 5px; color: #6c757d; } .info-item i { color: var(--primary-color); } #footer { display: flex; justify-content: center; align-items: center; width: 100%; padding: 30px 0; color: #444444; font-size: 14px; background: #091F3A; } #footer .copyright { display: flex; justify-content: center; align-items: center; width: 100%; text-align: center; color: #fff; } #footer .footer-logo-emp { width: 120px; margin-left: 10px; } /* MODAL */ .modal__container{ position: fixed; top: 0; left: 0; background-color: rgb(0 0 0 / 1%); width: 100%; height: 100%; padding: 0 1rem; overflow: hidden; transition: all .5s; z-index: 1000; visibility: hidden; opacity: 0; } .modal__header { display: flex; justify-content: space-between; border-bottom: 1px solid #ddd; padding-bottom: 8px; } .modal__content{ position: relative; top: -100%; width: 500px; max-width: 98%; margin: 0 auto; background-color: #FFF; text-align: center; padding: 0.5rem 1rem 1rem; border-radius: .5rem; transition: all .3s; } .modal__body form { display: flex; margin: 30px auto; width: 380px; max-width: 98%; } .modal__body form #search{ height: 40px; width: 100%; background:none; outline: none; border:2px solid var(--primary-color); border-radius: 4px 0 0 4px; color:#333; padding:0 10px; font-size: 17px; } .modal__body form button { height: 40px; width: 60px; background: var(--primary-color); color:#fff; cursor: pointer; line-height: 40px; text-align: center; font-size: 20px; border: 0; outline: 0; border-radius: 0 4px 4px 0; } .modal__body form button:hover{ color:#fff8; } .modal__close{ display: inline-flex; font-size: 1.5rem; position: absolute; top: .8rem; right: 1rem; cursor: pointer; color: #5075a7; } .modal__title{ font-size: 1.25rem; color: #5075a7; font-weight: 500; } /* Show modal */ .show-modal{ background-color: rgb(0 0 0 / 50%); visibility: visible; opacity: 1; } .show-modal .modal__content{ top: 20%; transform: translateY(-20%); } #searchError { display: block; visibility: hidden; opacity: 0; font-size: 0.8em; transform: translateY(-10px); color: red; transition: .4s ease-in; } #searchError.visible { visibility: visible; opacity: 1; } .whatsapp { position: fixed; right: 10px; bottom: 10px; width: 60px; box-shadow: 0 0px 12px 2px rgb(0 0 0 / 50%); border-radius: 50%; overflow: hidden; transform: scale(0); transition: .5s ease-in-out; } .whatsapp.w-show { transform: scale(1); } .whatsapp img{ display: block; width: 100%; transition: .5s ease-in-out; } .whatsapp:hover { transform: scale3d(1.05, 1.05, 1); } .whatsapp:hover a img { filter: brightness(1.1); } @media (max-width:992px){ .col-25, .col-33 { max-width: calc(50% - 10px); } } @media (max-width:768px){ .col-25, .col-33, .col-50 { max-width: 100%; } .container { justify-content: center!important; } #topbar > div { justify-content: center; } #topbar .social-links .gpp { display: block; } #topbar .contact-info, #header nav { display: none; } section.ouvidoria { padding-top: 20px; } }