* {
  box-sizing: border-box;
  font-family: inherit;
  outline: none;
  resize: none;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  border: none;
}

@keyframes moving {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 5px;
  }
  100% {
    bottom: 0px;
  }
}

.animation {
  animation: moving ease-in-out 1s infinite;
}

a, .input[type=submit], input[type=reset], input[type=button], button, .bt, .social, .troca, .mapa, .up, .upi {
  transition: all ease-out 180ms;
}

.bt-b1, .data, .data2 {
  background: linear-gradient(27deg, #544a7d 0%, #ffd452 100%);
}

#modal, .up {
  background: linear-gradient(27deg, rgba(84, 74, 125, 0.9) 0%, rgba(255, 212, 82, 0.8) 100%);
}

.imgFix:before {
  background: linear-gradient(27deg, rgba(84, 74, 125, 0.5) 0%, rgba(255, 212, 82, 0.5) 100%);
}

.bt-b1:hover, .social, .main-menu li a:hover {
  background: linear-gradient(to bottom, white 0%, whitesmoke 100%);
}

.whiteShadow, .blocoL, .blocoR2, .dialog-r, .dialog-l {
  box-shadow: 0px 0px 35px 0px rgba(40, 58, 68, 0.1);
}

a, .input[type=submit], input[type=reset], input[type=button], button, .bt, .social, .troca, .mapa, .up, .upi {
  transition: all ease-out 180ms;
}

.whiteShadow, .blocoL, .blocoR, .blocoL2, .blocoR2, .data2, .dialog-r, .dialog-l, .main-menu {
  border-radius: 4px;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  color: #283a44;
}

section {
  overflow: hidden;
}

section, article, footer {
  background: whitesmoke;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.display-1, .display-2, .display-3, .display-4 {
  margin-top: 0;
}

p, ul {
  line-height: 25px !important;
}

.container {
  max-width: 1326px;
}

.bkg {
  background-color: white;
}

.bkg-b1 {
  background-color: #283a44;
}

.bkg-b2 {
  background-color: #544a7d;
}

.bkg-b3 {
  background-color: #ffd452;
}

.bkg-b4 {
  background-color: #9EC22E;
}

.bkg-b4a {
  background-color: rgba(158, 194, 46, 0.7);
}

.cor {
  color: white;
}

.cor-c1 {
  color: #283a44;
}

.cor-c2 {
  color: #544a7d;
}

.cor-c3 {
  color: #ffd452;
}

.cor-c4 {
  color: #9EC22E;
}

.borda {
  border-style: solid;
  border-width: thick;
  border-color: #9EC22E;
}

.bt {
  white-space: nowrap;
  color: #283a44;
  border-radius: 50px;
  padding: 10px 20px;
  margin: 4px;
  text-align: center;
}

.bt-bb {
  border-style: solid;
  border-width: 2px;
  border-color: #283a44;
  background-color: #283a44;
  color: #9EC22E;
}

.bt-bb:hover {
  background-color: transparent !important;
  color: #283a44;
}

.bt-bw {
  border-style: solid;
  border-width: 2px;
  border-color: white;
  background-color: transparent;
  color: white;
}

.bt-bw:hover {
  background-color: white !important;
  color: #283a44;
}

.bt-b1 {
  color: white;
  box-shadow: 0 3px 5px -3px rgba(40, 58, 68, 0.6);
}

.bt-b1:hover {
  color: #283a44;
}

.bt-b2 {
  border-style: solid;
  border-width: 2px;
  border-color: #544a7d;
  background-color: #544a7d;
  color: white;
}

.bt-b2:hover {
  background-color: transparent !important;
  color: #544a7d;
}

.bt-b3 {
  border-style: solid;
  border-width: 2px;
  border-color: #ffd452;
  background-color: #ffd452;
}

.bt-b3:hover {
  background-color: transparent !important;
  color: #ffd452;
}

.bt-b3v {
  border-style: solid;
  border-width: 2px;
  background-color: transparent;
  border-color: #ffd452;
  color: #ffd452;
}

.bt-b3v:hover {
  background-color: #ffd452;
  color: #283a44;
}

.bt-b4 {
  border-style: solid;
  border-width: 2px;
  border-color: #9EC22E;
  background-color: #9EC22E;
}

.bt-b4:hover {
  background-color: transparent !important;
  color: #9EC22E;
}

.bt-b4v {
  border-style: solid;
  border-width: 2px;
  background-color: transparent;
  border-color: #9EC22E;
  color: #9EC22E;
}

.bt-b4v:hover {
  background-color: #9EC22E;
  color: #283a44;
}

.banner {
  width: 100%;
  height: 100%;
  z-index: -5;
  top: 0;
  position: fixed;
  overflow: hidden;
}

.banner:before {
  content: "";
  position: absolute;
  z-index: 900;
  width: 100%;
  height: 100%;
  opacity: 1;
  top: 0;
  left: 0;
  overflow: hidden;
}

.banner-foto {
  width: 100%;
  height: 100%;
}

.social {
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #283a44;
  box-shadow: 0 3px 5px -3px rgba(40, 58, 68, 0.6);
}

.social:hover:nth-child(1) {
  color: white;
  background: #00aced !important;
}

.social:hover:nth-child(2) {
  color: white;
  background: #3b5998 !important;
}

.social:hover:nth-child(3) {
  color: white;
  background: #007bb6 !important;
}

.social:hover:nth-child(4) {
  color: white;
  background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF) !important;
}

.altura {
  height: 100%;
  min-height: 780px;
}

.owl-slogan {
  max-width: 992px;
  margin: 0 auto;
}

.owl-item {
  background: rgba(158, 194, 46, 0.2);
  padding: 20px;
  border-radius: 30px;
}

.owl-dots {
  margin: 0 !important;
}

.whiteShadow {
  background: white;
}

.conteudo {
  transform: translateY(-60px);
  margin-bottom: -60px;
}

.imgSite {
  margin-top: 50px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 992px) {
  .imgSite {
    margin-bottom: 50px;
  }
}

.imgSite:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.imgSite-is1 {
  background-image: url(assets/imgs/s1.jpg);
  background-position: top;
}

.imgSite-is2 {
  background-image: url(assets/imgs/s2.jpg);
  background-position: center;
}

.imgFix {
  position: relative;
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.imgFix:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.imgFix-fx1 {
  background-image: url(assets/imgs/f1.jpg);
}

.imgFix-fx2 {
  background-image: url(assets/imgs/f2.jpg);
}

.imgFix-fx3 {
  background-image: url(assets/imgs/f3.jpg);
}

.imgFix-fx4 {
  background-image: url(assets/imgs/f4.jpg);
}

.form1 {
  background-color: #283a44;
  padding: 40px 20px;
  border-radius: 5px;
}

@media screen and (min-width: 1326px) {
  .form1 {
    padding: 80px;
  }
}

.form2 {
  background-color: rgba(40, 58, 68, 0.4);
  padding: 40px 20px;
  border-radius: 5px;
}

@media screen and (min-width: 1326px) {
  .form2 {
    padding: 80px 20px;
  }
}

.blocoL {
  padding: 40px 10px;
  position: relative;
  margin-bottom: 60px;
  background: white;
  z-index: 1;
}

@media screen and (min-width: 576px) {
  .blocoL {
    margin-bottom: 60px;
    margin-right: -150%;
    padding: 60px;
  }
}

.blocoR {
  position: relative;
  width: 100%;
  min-height: 300px;
  background-image: url(assets/imgs/u2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 576px) {
  .blocoR {
    margin-top: 60px;
  }
}

.blocoL2 {
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 300px;
  background-image: url(assets/imgs/u1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 576px) {
  .blocoL2 {
    margin-bottom: 60px;
  }
}

.blocoR2 {
  position: relative;
  padding: 40px 10px;
  margin-top: 60px;
  background: white;
}

@media screen and (min-width: 576px) {
  .blocoR2 {
    margin-left: -150%;
    padding: 60px;
  }
}

.icon, .icon2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  padding: 20px;
  border-radius: 50%;
  background: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
  box-shadow: 0 3px 5px -3px rgba(40, 58, 68, 0.6);
}

.icon:before, .icon2:before {
  opacity: .8;
}

.titulo span {
  color: #9EC22E;
}

.data {
  top: -35px;
  left: -25px;
  position: relative;
  box-shadow: -5px -5px 5px -3px rgba(40, 58, 68, 0.6);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 10px 5px;
  color: white;
}

.data:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: -25px;
  border-style: solid;
  border-width: 0 25px 15px 0;
  border-color: transparent #13111d transparent transparent;
}

.data2 {
  padding: 10px;
  text-align: center;
  color: white;
}

.contato {
  margin-bottom: 0;
  width: 100%;
}

.contato input, .contato textarea, .contato select {
  flex: 1;
  background: transparent;
  border-bottom-style: solid;
  border-bottom-width: thin;
  border-bottom-color: rgba(40, 58, 68, 0.2);
  resize: none;
  margin: 2px;
  padding: 15px;
  font-size: inherit;
}

.contato button {
  font-size: inherit;
}

.newsletter, .ebook {
  margin-bottom: 0;
  width: 100%;
}

.newsletter-borda, .ebook-borda {
  background: #283a44;
  border-radius: 50px;
  padding: 5px;
  margin: 3px;
}

.newsletter input, .newsletter textarea, .newsletter select, .ebook input, .ebook textarea, .ebook select {
  text-indent: 15px;
  flex: 1;
  background: transparent;
  resize: none;
  color: #9EC22E;
  font-size: inherit;
}

.newsletter input::placeholder, .newsletter textarea::placeholder, .newsletter select::placeholder, .ebook input::placeholder, .ebook textarea::placeholder, .ebook select::placeholder {
  color: #9EC22E;
}

.newsletter input:focus, .newsletter textarea:focus, .newsletter select:focus, .ebook input:focus, .ebook textarea:focus, .ebook select:focus {
  color: white;
}

.newsletter i, .ebook i {
  border-style: solid;
  border-width: 2px;
  border-color: #9EC22E;
  background: #9EC22E;
  color: #283a44;
  width: 40px;
  height: 40px;
  padding: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.troca, .mapa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #283a44;
  border-style: solid;
  border-width: 2px;
  border-color: #9EC22E;
  border-radius: 50px;
  padding: 2px;
  margin: 3px;
  z-index: 9999;
}

.troca span, .mapa span {
  padding-right: 10px;
}

.troca i, .mapa i {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 10px;
  background-color: #283a44;
  color: #9EC22E;
}

.troca:hover i, .mapa:hover i {
  background-color: #9EC22E;
  color: #283a44;
}

.troca:hover, .mapa:hover {
  color: #9EC22E;
  border-color: #283a44;
  background-color: #283a44;
}

.dialog-r, .dialog-l {
  background: white;
  padding: 20px;
  position: relative;
}

.dialog-r {
  margin: 10px 0;
}

.dialog-r::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 80px;
  color: white;
  content: "\f0da";
  position: absolute;
  z-index: 900;
  width: 100%;
  height: 100%;
  top: 0;
  right: -25px;
  opacity: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.dialog-l {
  margin: 10px 0;
}

.dialog-l::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 80px;
  color: white;
  content: "\f0d9";
  position: absolute;
  z-index: 900;
  width: 100%;
  height: 100%;
  top: 0;
  left: -25px;
  opacity: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.rodape {
  border-top: dotted;
  border-width: thin;
  border-color: rgba(158, 194, 46, 0.4);
  padding: 20px 0;
}

.botao-responsivo {
  display: inline-block;
  color: #283a44;
  background-color: white;
  border-radius: 4px;
  padding: 10px;
}

.botao-responsivo:hover {
  color: #283a44;
  background: #9EC22E;
}

.main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .main-menu {
    background-color: rgba(158, 194, 46, 0.4);
    border-color: rgba(158, 194, 46, 0.6);
    border-width: thin;
    border-style: solid;
    padding: 20px;
    width: fit-content;
    margin: 10px auto;
  }
}

.main-menu li {
  text-align: center;
  flex-grow: 1;
}

.main-menu li a {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 40px;
  background: rgba(158, 194, 46, 0.2);
}

@media screen and (max-width: 768px) {
  .main-menu li a {
    display: inline-block;
    margin: 10px 0;
  }
}

.main-menu li a:hover {
  color: #283a44;
}

.hom, .sear, .rest {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .hom, .sear, .rest {
    padding: 20px;
    height: 0;
    margin: 10px auto 0;
  }
}

.hom {
  border-style: solid;
  border-width: 2px;
  border-color: white;
  color: white;
  background-color: transparent;
}

.hom:hover {
  color: #283a44;
  background-color: white;
}

.sear {
  border-style: solid;
  border-width: 2px;
  border-color: white;
  background-color: white;
  color: #283a44;
}

.sear:hover {
  color: white;
  background-color: transparent;
}

.rest {
  border-style: solid;
  border-width: 2px;
  border-color: #ffd452;
  color: #283a44;
  background-color: #ffd452;
}

.rest:hover {
  color: #ffd452;
  background-color: transparent;
}

.search {
  background: white;
  border-radius: 30px;
  padding: 4px;
  margin: 0;
}

.search input {
  background: transparent;
  font-size: inherit;
  text-indent: 15px;
  width: 100%;
  flex: 1 320px;
  border-radius: 30px;
  padding: 13px 0;
}

.search button {
  background-color: #283a44;
  color: #9EC22E;
  border-radius: 30px;
  padding: 13px 80px;
  border: none;
  font-size: inherit;
}

@media screen and (max-width: 676px) {
  .search button {
    width: 100%;
  }
}

.search button:hover {
  background-color: #9EC22E;
  color: #283a44;
}

.close {
  position: absolute;
  transform: translate(100%, 100%);
  right: 10%;
}

#local {
  width: 100%;
  height: 100%;
  padding: 20px;
  position: fixed;
  display: inline-block;
  z-index: 9999999;
  top: 100%;
  overflow-y: hidden;
}

@keyframes anima_janela {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

#modal {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
}

#modal .janela_modal {
  width: 80%;
  position: relative;
  z-index: 999;
  display: block;
  padding: 5px;
  margin: 10px;
  border-radius: 5px;
  animation: anima_janela 1s;
}

.up {
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  bottom: 15px;
  right: 15px;
  padding: 10px 14px;
  text-align: center;
  border-radius: 50%;
}

.up:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%, transparent 80%);
}

.up:hover i {
  color: white;
}

.paginacao {
  display: flex;
  justify-content: center;
  margin: 10px 0;
  text-align: center;
}

.paginacao a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 15px;
  margin: 0 2px;
  border-radius: 50%;
  color: #9EC22E;
  background-color: #283a44;
}

.paginacao a:hover {
  background-color: #9EC22E;
  color: #283a44;
}

.paginacao .atual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 15px;
  border-radius: 50%;
  background-color: #9EC22E;
  color: #283a44;
}
