@import url('fontes.css');

body, html {
  font-family: 'Unimed_Sans_Regular';
  overflow-x: hidden;
  font-size: 16px;
  color: #333;
}

@media (min-width:1200px) {
  .container {
   max-width: 1250px !important;
  }
}

a:hover {text-decoration: none !important;}
.center {text-align: center;}
.right {text-align: right;}
.mobile  {display: none;}
.vertical {margin: auto 0;}
.none {display: none;}
.imgtotal img {width: 100%}
#iraotopo {position: fixed;bottom: 40px;right: 30px;z-index: 9999;width: 32px;height: 32px;text-align: center;background: #00995d;cursor: pointer;border: 0;border-radius: 50%;text-decoration: none;transition: opacity 0.2s ease-out;opacity: 0;}
#iraotopo:hover {background: #b8d12d;}
#iraotopo.show {opacity: 1;}
.cor1 {background-color: #fbfbfb;}
.zero {margin-bottom: 0;}
.p12 {font-size: 12px;padding-top: 10px;}
.overlay_geral {left: 0;top: 0;width: 100%;height: 100%;position: fixed;background: rgba(0,0,0,0.8);z-index: 999999;}
.overlay_geral .overlay__inner {left: 0;top: 0;width: 100%;height: 100%;position: absolute;}
.overlay_geral .overlay__content {left: 50%;position: absolute;top: 50%;transform: translate(-50%, -50%);text-align: center;}
.overlay_geral .spinner {width: 75px;height: 75px;display: inline-block;border-width: 2px;border-color: rgba(255, 255, 255, 0.05);border-top-color: #fff;animation: spin 1s infinite linear;border-radius: 100%;border-style: solid;}
@keyframes spin {100% {transform: rotate(360deg);}}

/* HEADER */
header {
    margin: 5px 0;
    border-bottom: 1px solid #EEEEF0;
    box-shadow: 0px 8px 14px -11px rgba(80, 80, 100, 0.3);
    padding-bottom: 7px;
}
header .col-lg-2 {
    max-width: 14%;
}
header .logo img {
    width: 150px;
}

/* GERAL */
.briefing {
    margin: 30px 0 40px;
}
.briefing h2 {
    font-family: 'Unimed_Sans_Bold';
    font-size: 20px;
    margin-bottom: 20px;
}
form label {
    font-size: 14px;
    color: #333;
    margin-bottom: 3px;
    margin-top: 15px;
    font-family: 'Unimed_Sans_SemiBold';
}
form label span {
    color: #f00;
    font-size: 8px;
    float: left;
    margin-right: 5px;
}
form label span.alerta {
    color: #ff9900;
    font-size: 15px;
    float: none;
    margin-right: 2px;
}
form .form-control {
    background-color: #F1F2F5;
    border: 1px solid #eee;
}
form .form-check label {
    margin-top: 0;
}
.btn_enviar_mail {
  margin-top: 30px;
  background: #00995d;
  color: #fff;
  font-size: 15px;
  padding: 10px 15px;
}
.btn_enviar_mail:hover {
  background: #0a6055;
}

/* MAPA SITE */
.mapasite {
    background-color: #F4F4F4 !important;
    padding: 5px 0;
}

/* FOOTER */
footer {
    font-size: 13px;
    margin-top: 50px;
    margin-bottom: 50px;
}
footer p {
    margin-bottom: 5px;
    font-weight: normal;
}
footer .espaco {
    margin-top: 40px;
}
footer h3 {
    font-family: 'UnimedSlab_Bold';
    font-size: 18px;
    margin-bottom: 25px;
}
footer .barra_lateral {
    border-left: 1px solid #ECECEC;
}
footer .icones a {
    display: inline;
    margin-right: 13px;
}
footer .final {
    margin-top: 30px;
    border-top: 1px solid #ECECEC;
    padding-top: 40px;
}
footer .final img {
    width: 100%;
}
footer .numero_destaque {
    font-size: 23px;
}
footer .creditos {
    font-size: 11px;
}