/* Defaults */
@font-face {
  src: url(/Fontes/franklin-gothic-heavy.ttf);
  font-family: "franklin-gothic-heavy";
}
@font-face {
  src: url(/Fontes/franklin-gothic-medium.ttf);
  font-family: "franklin-gothic-medium";
}

:root {
  --main-font: "franklin-gothic-medium";
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

body {
  height: auto;
  scroll-behavior: smooth;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

header {
  display: block;
  width: 100%;
  text-align: center;
}

/* Contato Fixado - Mobile */
.contato-fixed {
  position: fixed;
  z-index: 1800;
  right: 20px;
  bottom: 20px;
  transition: all 0.4s ease-in-out;
}

.contato-fixed img {
  width: 50px;
}

.contato-fixed:hover {
  transform: scale(1.15);
}

/* Contato Fixado - Desktop */
@media screen and (min-width: 768px) {
  .contato-fixed {
    position: fixed;
    z-index: 1800;
    right: 20px;
    bottom: 20px;
    top: auto;
    transition: all 0.4s ease-in-out;
  }

  .contato-fixed img {
    width: 60px;
  }

  .contato-fixed:hover {
    transform: scale(1.15);
  }
}
/* Fim do Contato Fixado */

/* Backgroud - Mobile */
.background1 {
  position: fixed;
  z-index: -10;
  opacity: 0.4;
  height: 100%;
}

.background1 img {
  height: 100%;
}
/* Background - Desktop */
@media screen and (min-width: 768px) {
  .background1 {
    height: auto;
    width: 100%;
  }

  .background1 img {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .background1 {
    height: auto;
    width: 100%;
  }

  .background1 img {
    width: 100%;
  }
}

/* Search Bar Desativado */

.search-bar input,
.search-btn,
.search-btn:before,
.search-btn:after {
  transition: all 0.25s ease-out;
}
.search-bar input,
.search-btn {
  width: 3em;
  height: 3em;
}
.search-bar input:invalid:not(:focus),
.search-btn {
  cursor: pointer;
}
.search-bar,
.search-bar input:focus,
.search-bar input:valid {
  width: 90%;
}
.search-bar input:focus,
.search-bar input:not(:focus) + .search-btn:focus {
  outline: transparent;
}
.search-bar {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  padding: 1.5em;
  justify-content: center;
  max-width: 30em;
}
.search-bar input {
  background: transparent;
  border-radius: 1.5em;
  box-shadow: 0 0 0 0.4em white inset;
  padding: 0.75em;
  transform: translate(0.5em, 0.5em) scale(0.5);
  transform-origin: 100% 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: left;
}
.search-bar input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.search-bar input:focus,
.search-bar input:valid {
  background: #fff;
  border-radius: 0.375em 0 0 0.375em;
  box-shadow: 0 0 0 0.1em #d9d9d9 inset;
  transform: scale(1);
}
.search-btn {
  background: white;
  border-radius: 0 0.75em 0.75em 0 / 0 1.5em 1.5em 0;
  padding: 0.75em;
  position: relative;
  float: left;
  transform: translate(0.25em, 0.25em) rotate(45deg) scale(0.25, 0.125);
  transform-origin: 0 50%;
}
.search-btn:before,
.search-btn:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
}
.search-btn:before {
  border-radius: 50%;
  box-shadow: 0 0 0 0.2em #f1f1f1 inset;
  top: 0.75em;
  left: 0.75em;
  width: 1.2em;
  height: 1.2em;
}
.search-btn:after {
  background: #f1f1f1;
  border-radius: 0 0.25em 0.25em 0;
  top: 51%;
  left: 51%;
  width: 0.7em;
  height: 0.25em;
  transform: translate(0.2em, 0) rotate(45deg);
  transform-origin: 0 50%;
}
.search-btn span {
  display: inline-block;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

/* Search Bar Ativado */

.search-bar input:focus + .search-btn,
.search-bar input:valid + .search-btn {
  background: #2762f3;
  border-radius: 0 0.375em 0.375em 0;
  transform: scale(1);
}
.search-bar input:focus + .search-btn:before,
.search-bar input:focus + .search-btn:after,
.search-bar input:valid + .search-btn:before,
.search-bar input:valid + .search-btn:after {
  opacity: 1;
}
.search-bar input:focus + .search-btn:hover,
.search-bar input:valid + .search-btn:hover,
.search-bar input:valid:not(:focus) + .search-btn:focus {
  background: #0c48db;
}
.search-bar input:focus + .search-btn:active,
.search-bar input:valid + .search-btn:active {
  transform: translateY(1px);
}

@media screen and (max-width: 768px) {
  .search-bar input,
  .search-btn {
    display: none;
  }
}

/* Logo */
.logo {
  background-color: #31608f;
  padding: 20px;
}

.logo img {
  width: 200px;
  margin-bottom: 20px;
}

.cta h3 {
  color: #b3b3b3;
  font-size: 13px;
  font-family: "franklin-gothic-medium", "Arial Narrow", Arial, sans-serif;
}

/* Chamada Covid */
.cta-covid {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: rgba(255, 0, 0, 0);
}

.cta-covid img {
  width: 100%;
  min-height: 50px;
  -webkit-animation: fadeinout 5s infinite;
  animation: fadeinout 4s infinite;
}

@keyframes fadeinout {
  50% {
    opacity: 0.5;
  }
}

.cta-covid h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  width: 300px;
  color: #ff0000;
}

/* Menu - Mobile */
.active {
  display: flex;
  justify-content: center;
}

.active p {
  color: black;
  font-size: 20px;
}

.main-menu img {
  width: 35px;
  margin-bottom: 10px;
}

.fa-heartbeat {
  filter: hue-rotate(90deg);
}

.ficha {
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 20px;
}

.main-menu {
  list-style: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100vh;
  background: linear-gradient(45deg, #8693af, #e7dbd7);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  z-index: 1250;
  transform: translateX(100%);
  transition: transform 0.5s;
  padding-bottom: 10%;
}

@media screen and (max-width: 320px) {
  .main-menu {
    width: 230px;
  }
}

.nav::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.5s;
}

.open .main-menu {
  transform: translateX(0);
}

.open .nav::before {
  opacity: 1;
  transform: scale(1);
}

.nav {
  position: relative;
}

.menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  cursor: pointer;
  z-index: 1500;
  transition: right 0.5s;
  background: linear-gradient(45deg, #8693af, #e7dbd7);
  clip-path: polygon(50% 30%, 100% 0, 100% 100%, 50% 70%);
  shape-outside: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  width: 60px;
  height: 70px;
}

.menu-toggle .fa-bars {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  right: 0;
}

.open .menu-toggle {
  right: 300px;
}

@media screen and (max-width: 320px) {
  .open .menu-toggle {
    right: 220px;
  }
}

/* Menu - Desktop - Max 1218px */
@media screen and (min-width: 990px) {
  .menu-toggle {
    display: none;
  }

  .main-menu {
    position: initial;
    width: initial;
    height: initial;
    flex-direction: row;
    padding: 0;
    transform: none;
    max-width: 50%;
    text-align: auto;
    margin:auto;
    padding: 1em 0 0 0;
    background: none;
  }

  .main-menu img {
    width: auto;
    height: 20px;
    margin-block-start: 1em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 1px;
  }

  .main-menu p {
    color: black;
    font-size: 12px;
  }

  .main-menu li:hover p {
    color: white;
  }

  .main-menu > a > li {
    box-sizing: border-box;
    height: 40px;
    width: 200px;
    line-height: 40px;
    margin: -4px;
    transition: 0.5s linear all;
    background: linear-gradient(45deg, #8693af, #e7dbd7);
    cursor: pointer;
    font-size: 16px;
    user-select: none;
  }

  .main-menu > a > li:not(.with-submenu) {
    clip-path: polygon(10% 0%, 0% 100%, 95% 100%, 100% 50%, 95% 0%);
    shape-outside: polygon(10% 0%, 0% 100%, 95% 100%, 100% 50%, 95% 0%);
  }

  .main-menu > a > li:hover:not(.active) {
    background: linear-gradient(45deg, #5e5a59, #171a1f);
    color: white;
  }

  .main-menu > a > li:active:not(.active),
  .main-menu > a > li:active:not(.with-submenu) {
    background: linear-gradient(45deg, #5e5a59, #171a1f);
    color: white;
  }

  .main-menu .active:hover {
    color: white;
    background: linear-gradient(45deg, #5e5a59, #171a1f);
    cursor: default;
    cursor: pointer;
  }

  .main-menu .active p {
    color: black;
  }

  .with-submenu-inside {
    display: flex;
    justify-content: center;
  }

  .ficha {
    display: flex;
  }

  .ficha img {
    margin: 0 20px 0 0;
  }
}

/* Menu - Desktop */
@media screen and (min-width: 1218px) {
  .menu-toggle {
    display: none;
  }

  .main-menu {
    position: initial;
    width: initial;
    height: initial;
    flex-direction: row;
    padding: 0;
    transform: none;
    max-width: 50%;
    text-align: center;
    margin: auto;
    padding: 1em 0 0 0;
    background: none;
  }

  .main-menu img {
    width: auto;
    height: 30px;
    margin-block-start: 1em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 1px;
  }

  .main-menu p {
    color: black;
    font-size: 16px;
  }

  .main-menu li:hover p {
    color: white;
  }

  .main-menu > a > li {
    box-sizing: border-box;
    height: 60px;
    width: 250px;
    line-height: 60px;
    margin: -5px;
    transition: 0.5s linear all;
    background: linear-gradient(45deg, #8693af, #e7dbd7);
    cursor: pointer;
    font-size: 16px;
    user-select: none;
  }

  .main-menu > a > li:not(.with-submenu) {
    clip-path: polygon(10% 0%, 0% 100%, 95% 100%, 100% 50%, 95% 0%);
    shape-outside: polygon(10% 0%, 0% 100%, 95% 100%, 100% 50%, 95% 0%);
  }

  .main-menu > a > li:hover:not(.active) {
    background: linear-gradient(45deg, #5e5a59, #171a1f);
    color: white;
  }

  .main-menu > a > li:active:not(.active),
  .main-menu > a > li:active:not(.with-submenu) {
    background: linear-gradient(45deg, #5e5a59, #171a1f);
    color: white;
  }

  .main-menu .active:hover {
    color: white;
    background: linear-gradient(45deg, #5e5a59, #171a1f);
    cursor: default;
    cursor: pointer;
  }

  .main-menu .active p {
    color: black;
  }

  .with-submenu-inside {
    display: flex;
    justify-content: center;
  }

  .ficha {
    display: flex;
  }

  .ficha img {
    margin: 0 20px 0 0;
  }
}

/* Footer - Mobile */
.footsy {
  position: relative;
  background: linear-gradient(to right, #ece9e8, #d2d3d5, #adbfe3);
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  padding-top: 5px;
}

.footer_row {
  margin-top: 60px;
  width: 100%;
}

.footsy .footer_row .logo_footer {
  width: 50%;
  cursor: pointer;
}

.logo_footer img {
  width: 40%;
}

.footer_row h2 {
  margin-bottom: 20px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: #0c48db;
}

.footer_row li {
  line-height: 25px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.social {
  display: flex;
  position: relative;
  margin-bottom: 50px;
  width: 100%;
}

.social img {
  width: 70%;
  animation: jittery 4s infinite;
}

.botao_face img,
.botao_whats img {
  margin-top: 50px;
}

@keyframes jittery {
  5%,
  50% {
    transform: scale(1);
  }

  10% {
    transform: scale(0.9);
  }

  15% {
    transform: scale(1.1);
  }

  20% {
    transform: scale(1.1) rotate(-5deg);
  }

  25% {
    transform: scale(1.1) rotate(5deg);
  }

  30% {
    transform: scale(1.1) rotate(-3deg);
  }

  35% {
    transform: scale(1.1) rotate(2deg);
  }

  40% {
    transform: scale(1.1) rotate(0);
  }
}

.final {
  text-align: center;
  font-size: 10px;
}

.responsavel_tecnica {
  margin-bottom: 50px;
}

.responsavel_tecnica h3 {
  font-family: "franklin-gothic-heavy";
  color: #0c48db;
}

.responsavel_tecnica p {
  font-family: "franklin-gothic-medium";
}

/* Footer - Desktop */
@media screen and (min-width: 1130px) {
  .footsy {
    display: flex;
    padding-top: 0;
    min-height: 250px;
  }

  .footer_row {
    margin-top: 30px;
  }

  .footer_row {
    text-align: left;
    margin-left: 40px;
  }

  .botao_face {
    position: absolute;
    width: 100px;
    left: 0%;
    cursor: pointer;
  }
  .botao_insta {
    position: absolute;
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
  }
  .botao_whats {
    position: absolute;
    width: 100px;
    right: 0%;
  }
  .botao_mail {
    position: absolute;
    width: 100px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .final {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
  }
}

@media screen and (min-width: 920px) {
  .footsy {
    display: flex;
    padding-top: 0;
    min-height: 250px;
  }

  .footer_row {
    margin-top: 30px;
  }

  .footer_row {
    text-align: left;
    margin-left: 40px;
  }

  .botao_face {
    position: absolute;
    width: 80px;
    left: 0%;
  }
  .botao_insta {
    position: absolute;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
  }
  .botao_whats {
    position: absolute;
    width: 80px;
    right: 0%;
  }
  .botao_mail {
    position: absolute;
    width: 80px;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
  }

  .final {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
  }
}

@media screen and (min-width: 830px) {
  .footsy {
    display: flex;
    padding-top: 0;
    min-height: 250px;
  }

  .footer_row {
    margin-top: 30px;
  }

  .footer_row {
    text-align: left;
    margin-left: 40px;
  }

  .botao_face {
    position: absolute;
    width: 70px;
    left: 0%;
  }
  .botao_insta {
    position: absolute;
    width: 70px;
    left: 50%;
    transform: translateX(-50%);
  }
  .botao_whats {
    position: absolute;
    width: 70px;
    right: 0%;
  }
  .botao_mail {
    position: absolute;
    width: 70px;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
  }

  .final {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
  }

  .responsavel_tecnica {
    position: absolute;
    left: 2%;
    bottom: 10%;
    text-align: center;
    margin-bottom: 0;
  }

  
}



