@charset "UTF-8";
/*
Theme Name: Prevservice
Theme URI: https://wordpress.org/themes/prevservice/
Author: Previservice
Author URI: https://prevservice.com.br
Description: Prevservice - Soluções inovadoras na operação e gestão de saúde
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Prevservice, gertao, licitação, credenciamento, operacionalização, contratos.
*/
html, body {
  font-family: "Open Sans", sans-serif;
  min-height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.wp-block-media-text, .wp-block-media-text__content {
  padding: 0 !important;
}

#banner {
  top: 0px;
  max-width: 100% !important;
  height: auto;
}

h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 50px;
  color: rgba(34, 34, 34, 0.9);
  font-weight: 700;
  line-height: 80px;
  margin: 50px 0;
}

h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  color: #00B09B;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

h3 {
  font-size: 24px;
  color: rgba(34, 34, 34, 0.9);
  line-height: 1;
  margin: 15px 0 30px;
}

p {
  font-size: 16px;
  color: rgba(34, 34, 34, 0.9);
}

.section {
  margin: 72px 0;
}

#nav {
  overflow: hidden;
  margin-bottom: -88px;
}
#nav::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(60px);
  background-color: white;
  z-index: 1;
}
#nav .navbar-brand {
  padding: 0;
  margin: 0;
  z-index: 2;
}
#nav li {
  z-index: 2;
}
#nav li a {
  line-height: 42px;
  margin: 15px 30px;
  color: #222222;
  text-shadow: 0.5px 0.5px rgba(255, 255, 255, 0.6);
  font-size: 16px;
  display: block;
}
#nav li a:hover {
  text-decoration: none;
}
#nav li .sub-menu {
  display: none;
}
#nav li:hover .sub-menu {
  list-style-type: none;
  position: fixed;
  z-index: 4;
  display: inline-flex;
  justify-content: center;
  text-shadow: none !important;
  align-items: center;
  width: 100%;
  background-color: #fafafa;
  right: 0;
  padding: 0 0 0 0;
  margin-right: 0;
}
#nav li:hover .sub-menu a {
  text-decoration: none;
  font-size: 12px !important;
  padding: 4px 15px;
  display: block;
  margin: 0;
}
#nav li:hover .sub-menu a:hover {
  background-color: #F7963A;
  color: white;
}

section {
  display: flex;
  flex-direction: column;
  height: 100%;
}
section #cover {
  height: 600px;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 72px;
}
section #cover > img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  overflow: hidden;
}
section ul {
  margin-bottom: 16px;
  list-style-type: none;
  padding: 0;
}
section ul li {
  border: 0 !important;
  background-color: #FBFBFB !important;
  margin-bottom: 4px !important;
  border-radius: 4px;
  padding: 8px;
}
section ul li:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  color: #F7963A;
  margin-right: 8px;
  padding: 0 8px;
}
section form {
  margin-top: 32px;
}
section form label {
  font-weight: bold;
  width: 100%;
}
section form textarea, section form input {
  border-radius: 22px;
  box-shadow: none;
  border: 1px solid #bfbfbf;
  margin-top: 8px;
  padding: 2px 16px;
  width: 100%;
}
section form input {
  height: 36px;
}
section form input[type=submit] {
  background-color: #F7963A;
  color: white;
  font-weight: 500;
  width: 100%;
}
section form input[type=submit]:hover {
  background-color: #f68921;
}
section form span:focus, section form input:focus {
  outline: none !important;
}

#nossa-atuacao .option {
  padding: 30px;
  display: block;
  text-align: center;
  font-weight: 300;
}
#nossa-atuacao .option .icon {
  width: 128px;
  height: 128px;
  margin-bottom: 30px;
  display: block;
}
#nossa-atuacao .option:hover {
  text-decoration: none;
  color: #000;
}
#nossa-atuacao .option:hover .icon {
  transform: scale(1.01);
}

#footer {
  padding: 60px 16px;
  background-color: #4B4B4B;
  color: white;
  display: flex;
  flex-direction: column;
}
#footer h4, #footer h6, #footer p {
  margin-bottom: 0;
  font-size: 16px;
  color: white;
}
#footer h6 {
  font-weight: 600;
}
#footer h4 {
  font-size: 24px;
}
#footer p {
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  #nav {
    margin-bottom: 0px;
    height: auto;
    padding: 8px;
  }
  #nav::before {
    display: none;
  }
  #nav ul {
    display: flex;
    flex-direction: column;
  }
  #nav li .sub-menu {
    display: none;
  }
  #nav li:hover .sub-menu {
    position: inherit;
  }
}
@media only screen and (max-width: 768px) {
  section h1 {
    font-size: 32px;
    line-height: 1.5;
    margin: 16px;
  }
  section #cover {
    margin: 0 0 20px;
    height: 430px;
  }

  #banner {
    margin-bottom: 32px;
  }

  .col-1 {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  section #cover {
    height: 315px;
  }
}
@media only screen and (max-width: 425px) {
  section {
    margin: 0 !important;
  }

  #nossa-atuacao .option > .icon {
    margin: 16px auto;
  }

  .wp-block-media-text, .wp-block-media-text__content {
    display: flex;
    flex-direction: column;
  }
}

/*# sourceMappingURL=style.css.map */

h6.link-termos a {
	color: #ffffff !important;
}

.cookieModal {
  top: auto !important;
}

.modal-dialog{
  max-width: 1260px !important;
  width: 100% !important;
  overflow-y: initial !important
}

.modal-body-termos {
  height: 95vh;
  overflow-y: auto;
}

.cookie-text{
  font-size: 22px;
  color: #008977;
  max-width: 674px;
  text-align: justify;
}

.cookie-text a{
  font-size: 22px;
  font-weight: bold;
  color: #008977;
}

.cookie-text a:hover {
  color: #00B09B;
}

.notice{
  display: flex; 
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 32px;
}

.buttons a, .btn-aceitar-cookies {
  border-radius: 32px; 
  background: #f68921;
  color: #fff;
  padding: 16px 71px;
  font-size: 24px;
}

.btn-aceitar-cookies:hover {
  color: #fff;
  opacity: 0.8;
}

.modal-dialog-termos {
	margin: 0px auto 5px auto;
}

.modal-dialog-aceitar-cookies {
  bottom: 0;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0px auto 5px auto;
}