*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden !important;
  -webkit-text-size-adjust: none;
}
body {
  overflow-x: hidden !important;
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 14px;
}
a[href^="tel"] {
  color: normal;
  text-decoration: none;
}
input:-webkit-autofill {
  --webkit-box-shadow: 0 0 0px 1000px #E4E5E8 inset !important;
  -webkit-text-fill-color: #282F44 !important;
}
textarea::-webkit-scrollbar {
  display: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent !important;
  /* cor do Chrome */
}
video {
  width: 100%;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.spacing {
  letter-spacing: 0.06em;
}
.no-spacing {
  letter-spacing: 0;
}
.bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
}
.transition {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.no-transition {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
.zoom {
  transform: scale(1.02);
  -moz-transform: scale(1.021);
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
}
.text-shadow {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.box-shadow {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.box-shadow-hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.la,
.lab,
.lad,
.lal,
.lar,
.las {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.w-5 {
  width: 5% !important;
}
.w-10 {
  width: 10% !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-50 {
  width: 50% !important;
}
.w-55 {
  width: 55% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.flex-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex-start {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
.flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-end {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.flex-space {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.flex-space-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.animation-arrow {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.pb-5,
.py-5 {
  padding-bottom: 100px !important;
}
.pt-5,
.py-5 {
  padding-top: 100px !important;
}
.mb-5,
.my-5 {
  margin-bottom: 100px !important;
}
.mt-5,
.my-5 {
  margin-top: 100px !important;
}
.pb-4,
.py-4 {
  padding-bottom: 50px !important;
}
.pt-4,
.py-4 {
  padding-top: 50px !important;
}
.mb-4,
.my-4 {
  margin-bottom: 50px !important;
}
.mt-4,
.my-4 {
  margin-top: 50px !important;
}
.pb-3,
.py-3 {
  padding-bottom: 30px !important;
}
.pt-3,
.py-3 {
  padding-top: 30px !important;
}
.mb-3,
.my-3 {
  margin-bottom: 30px !important;
}
.mt-3,
.my-3 {
  margin-top: 30px !important;
}
.pb-2,
.py-2 {
  padding-bottom: 20px !important;
}
.pt-2,
.py-2 {
  padding-top: 20px !important;
}
.mb-2,
.my-2 {
  margin-bottom: 20px !important;
}
.mt-2,
.my-2 {
  margin-top: 20px !important;
}
.pb-1,
.py-1 {
  padding-bottom: 10px !important;
}
.pt-1,
.py-1 {
  padding-top: 10px !important;
}
.mb-1,
.my-1 {
  margin-bottom: 10px !important;
}
.mt-1,
.my-1 {
  margin-top: 10px !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0!important;
}
.pt-0,
.py-0 {
  padding-top: 0!important;
}
.mb-0,
.my-0 {
  margin-bottom: 0!important;
}
.mt-0,
.my-0 {
  margin-top: 0!important;
}
@media only screen and (min-width: 1200px) {
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0!important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0!important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0!important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0!important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 100px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 100px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 100px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 100px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 50px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 50px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 50px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 50px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 30px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 30px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 30px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 30px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 20px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 20px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 20px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 20px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 10px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 10px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 10px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 10px !important;
  }
}
@media only screen and (min-width: 992px) {
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0!important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0!important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0!important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0!important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 100px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 100px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 100px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 100px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 50px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 50px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 50px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 50px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 30px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 30px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 30px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 30px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 20px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 20px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 20px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 20px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 10px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 10px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 10px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 10px !important;
  }
}
@media only screen and (min-width: 768px) {
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0!important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0!important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0!important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0!important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 100px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 100px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 100px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 100px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 50px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 50px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 50px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 50px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 30px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 30px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 30px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 30px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 20px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 20px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 20px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 20px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 10px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 10px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 10px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 10px !important;
  }
}
@media only screen and (min-width: 576px) {
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0!important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0!important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0!important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0!important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 100px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 100px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 100px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 100px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 50px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 50px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 50px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 50px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 30px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 30px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 30px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 30px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 20px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 20px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 20px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 20px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 10px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 10px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 10px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .pb-5,
  .py-5 {
    padding-bottom: 60px !important;
  }
  .pt-5,
  .py-5 {
    padding-top: 60px !important;
  }
  .mb-5,
  .my-5 {
    margin-bottom: 60px !important;
  }
  .mt-5,
  .my-5 {
    margin-top: 60px !important;
  }
  .pb-4,
  .py-4 {
    padding-bottom: 30px !important;
  }
  .pt-4,
  .py-4 {
    padding-top: 30px !important;
  }
  .mb-4,
  .my-4 {
    margin-bottom: 30px !important;
  }
  .mt-4,
  .my-4 {
    margin-top: 30px !important;
  }
}
.font-1 {
  font-family: 'Lato', sans-serif;
}
.font-2 {
  font-family: 'Tiro Telugu', sans-serif;
}
h1,
.h1 {
  line-height: 1.2;
  font-weight: 500;
  color: #E4E5E8;
  font-size: 4.286em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: 'Tiro Telugu', sans-serif;
}
h2,
.h2 {
  line-height: 1;
  font-weight: 500;
  font-size: 2.857em;
  color: #F5D061;
  text-transform: none;
  letter-spacing: 0;
  font-family: 'Tiro Telugu', sans-serif;
}
h3,
.h3 {
  line-height: 1.2;
  font-weight: 500;
  font-size: 2.143em;
  color: #F5D061;
  font-family: 'Tiro Telugu', sans-serif;
}
.h3-contato {
  line-height: 1.2;
  font-weight: 500;
  font-size: 2.143em;
  color: #F5D061;
  font-family: 'Tiro Telugu', sans-serif;
}
.h3-contato:hover {
  color: #E4E5E8;
}
h4,
.h4 {
  line-height: 1.2;
  font-weight: 500;
  font-size: 1.786em;
  color: #F5D061;
  letter-spacing: 0.6px;
  font-family: 'Tiro Telugu', sans-serif;
}
h5,
.h5 {
  line-height: 1.4;
  font-weight: 500;
  font-size: 1.286em;
  color: #E4E5E8;
  letter-spacing: 0.8px;
}
h6,
.h6 {
  line-height: 1.5;
  font-weight: 300;
  font-size: 1em;
  color: #E4E5E8;
}
h6.small,
.h6.small {
  font-size: 0.857em;
  line-height: 1.6;
}
p {
  font-size: 1.143em;
  line-height: 1.5;
  font-weight: 300;
  color: #E4E5E8;
}
.p-contato:hover {
  font-size: 1.143em;
  line-height: 1.5;
  font-weight: 300;
  color: #E4E5E8;
}
.p-contato:hover:hover {
  color: #F5D061;
}
legend {
  font-size: 0.857em;
  line-height: 1.2;
  font-weight: 300;
  color: #E4E5E8;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
legend,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0px;
  border: none;
}
a {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  color: #F5D061;
}
a:hover,
a:focus,
a:active {
  color: #e2ad0e;
  text-decoration: none;
}
pre {
  border: none;
  border-radius: 0;
}
strong {
  font-weight: bold;
  font-weight: 700;
}
@media only screen and (max-width: 991.98px) {
  h1,
  .h1 {
    font-size: 3.571em;
  }
  h2,
  .h2 {
    font-size: 2.143em;
  }
  h3,
  .h3 {
    font-size: 1.429em;
  }
  h4,
  .h4 {
    font-size: 1.286em;
  }
  h5,
  .h5 {
    font-size: 1.143em;
  }
}
@media only screen and (max-width: 575.98px) {
  h1,
  .h1 {
    font-size: 2.5em;
  }
  h2,
  .h2 {
    font-size: 1.786em;
  }
  h3,
  .h3 {
    font-size: 1.286em;
  }
  h4,
  .h4 {
    font-size: 1.214em;
  }
  h5,
  .h5 {
    font-size: 1.071em;
  }
  p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 413.98px) {
  h1,
  .h1 {
    font-size: 2.143em;
    letter-spacing: 0;
  }
}
/* Nav */
.nav.nav-block {
  display: block;
}
.navbar {
  padding: 20px;
}
/* Animate Toggle */
.navbar-toggler {
  background: none;
  border: none;
  padding: 10px 0 10px 20px;
  border-radius: 0;
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: 0;
}
.navbar-toggler .icon-bar {
  position: relative;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 0;
  transition: all 0.2s;
  background: #F5D061;
  left: 0px;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
  transform: rotate(0);
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 4px 0;
}
.navbar-toggler .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}
.navbar-toggler.active .icon-bar {
  left: 3px;
}
.navbar-toggler.active .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler.active .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggler.active .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
/* JS */
.js-collapse {
  position: fixed;
  overflow: hidden !important;
}
/* Toggle menu mobile visible */
.toggle-menu-visible .navbar-toggler {
  display: block !important;
}
.toggle-menu-visible .navbar-collapse {
  position: fixed;
  z-index: -999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: calc(100vh - 70px);
  background-color: #E4E5E8;
  padding: 20px 15px 100px 15px;
  margin-top: 70px;
  display: none;
}
.toggle-menu-visible .navbar-collapse.collapse {
  display: none !important;
}
.toggle-menu-visible .navbar-collapse.collapse.show {
  display: inherit;
}
.toggle-menu-visible .js-collapse {
  /* toggle mobile html fixed */
}
.toggle-menu-visible .js-collapse .navbar-collapse {
  overflow-y: auto !important;
  display: block;
  z-index: 991;
}
.toggle-menu-visible .js-collapse .navbar-collapse.collapse {
  display: block !important;
}
.toggle-menu-visible .js-collapse .navbar-toggler {
  position: fixed;
  z-index: 995;
  top: 15px;
  right: 15px;
}
.toggle-menu-visible .js-collapse .header .logo img {
  position: fixed;
  left: 15px;
  top: 9px;
}
.form-control {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  padding: 8px 20px 9px 20px;
  font-size: 1em;
  font-weight: 500;
  color: #282F44;
  text-transform: none;
  background-color: #E4E5E8;
  border: 1px solid #F5D061;
  outline: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
}
.form-control:focus {
  background-color: #C9CBD0;
  border-color: #F5D061;
  box-shadow: none !important;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.form-control[disabled],
.form-control[readonly],
.form-control:disabled {
  filter: alpha(opacity=100);
  opacity: 10;
  border-color: transparent !important;
  cursor: no-drop !important;
  background-color: #3c3f49;
}
.form-control:focus {
  border: 1px solid #F5D061;
}
label {
  color: #E4E5E8;
  font-size: 0.857em;
  font-weight: 500;
  text-transform: none;
  vertical-align: top;
}
label span {
  color: #FF0000;
  font-weight: 700;
}
textarea.form-control {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  height: 80px;
  resize: none;
  list-style-type: none;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
}
textarea.form-control.js-textarea-height {
  max-height: 200px;
}
.form-group {
  margin-bottom: 25px;
}
.form-group .flex-space {
  margin-bottom: 5px;
}
.form-group .flex-space label {
  margin: 0;
}
/* Placeholder CSS Focus */
:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
/* Placeholder Color */
.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-control.placeholder {
  color: rgba(0, 0, 0, 0.5);
}
/* Custom Seta Select */
select::-ms-expand {
  display: none;
}
input[type=text]::-ms-clear {
  display: none;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: #5E6373 url(../img/arrow-select.svg) no-repeat scroll 100% center / 30px 40px !important;
}
select.form-control {
  padding-right: 30px !important;
}
/* Custom Radio e Check */
.check-custom {
  display: inline-block;
  width: auto;
}
.check-custom .help-block {
  padding-left: 27px;
}
.check-custom label {
  font-size: 1em;
  font-weight: 500;
  color: #E4E5E8;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.check-custom input[type=checkbox],
.check-custom input[type=radio] {
  display: none;
}
.check-custom input[type=checkbox] + label:before,
.check-custom input[type=radio] + label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: block;
  width: 18px;
  height: 18px;
  font-size: 16px;
  margin-right: 7px;
  position: relative;
  text-align: center;
}
.check-custom input[type=checkbox] + label:before {
  content: "\f0c8";
  color: #E8E8E8;
}
.check-custom input[type=checkbox]:checked + label:before {
  content: "\f0c8";
  /* active */
  color: #F5D061;
}
.check-custom input[type=radio] + label:before {
  content: "\f111";
  color: #E8E8E8;
}
.check-custom input[type=radio]:checked + label:before {
  content: "\f111";
  /* active */
  color: #F5D061;
}
/* Validator */
.help-block {
  font-size: 0.786em;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.has-feedback .form-control {
  padding-right: 15px;
}
.has-error .help-block {
  color: #FF0000;
  margin-top: 5px;
}
.has-error .form-control,
.has-error .form-control:focus {
  border-color: #FF0000 !important;
  box-shadow: none;
}
.has-success .form-control,
.has-success .form-control:focus {
  border-color: #00CE00 !important;
  box-shadow: none;
}

.card-full .group h2 {
  margin-bottom: 0px !important;
}
.btn-lg,
.btn {
  background-color: #43495b !important;
  color: #F5D061 !important;
}
.btn-lg:hover,
.btn:hover {
  background-color: #3d4252 !important;
}
.style-btn {
  position: relative;
  width: auto;
  height: auto;
  font-size: 1.071em;
  font-weight: 600;
  line-height: 1.2;
  color: #E4E5E8;
  background-color: #F5D061;
  text-align: center;
  padding: 12px 40px;
  border: 1px solid transparent;
  outline: none !important;
  text-transform: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  box-shadow: none;
  text-decoration: none;
  white-space: normal;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.btn-form {
  background-color: #282F44 !important;
  opacity: 1 !important;
}
.btn-form:hover {
  background-color: #202535 !important;
}
.btn {
  position: relative;
  width: auto;
  height: auto;
  font-size: 1.071em;
  font-weight: 600;
  line-height: 1.2;
  color: #E4E5E8;
  background-color: #F5D061;
  text-align: center;
  padding: 12px 40px;
  border: 1px solid transparent;
  outline: none !important;
  text-transform: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  box-shadow: none;
  text-decoration: none;
  white-space: normal;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  display: inline-block;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.focus,
.btn.active {
  outline: none !important;
  font-weight: 600;
  background-color: #f3c949;
  color: #E4E5E8;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.btn.btn-2 {
  background-color: #1E1E1E;
}
.btn.btn-2:hover,
.btn.btn-2:focus,
.btn.btn-2:active,
.btn.btn-2.focus,
.btn.btn-2.active {
  background-color: #F5D061;
}
.btn.btn-light {
  background-color: #E4E5E8;
  color: #F5D061;
}
.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active,
.btn.btn-light.focus,
.btn.btn-light.active {
  background-color: #f3c949;
  color: #E4E5E8;
  border-color: transparent;
}
.btn.btn-outline {
  background-color: transparent;
  color: #F5D061;
  border-color: #F5D061;
}
.btn.btn-outline:hover,
.btn.btn-outline:focus,
.btn.btn-outline:active,
.btn.btn-outline.focus,
.btn.btn-outline.active {
  background-color: #F5D061;
  color: #E4E5E8;
  border-color: transparent;
}
.btn.btn-success {
  background-color: #00CE00;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.focus,
.btn.btn-success.active {
  background-color: #009b00;
}
.btn.btn-danger {
  background-color: #FF0000;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger.focus,
.btn.btn-danger.active {
  background-color: #cc0000;
}
.btn.btn-lg {
  padding: 15px 50px;
  font-size: 1.143em;
  letter-spacing: 0.3px;
}
.btn.btn-sm {
  padding: 10px 25px;
  font-size: 0.929em;
  letter-spacing: 0.3px;
}
.btn.btn-wd {
  min-width: 160px;
  padding-left: 20px;
  padding-right: 20px;
}
.btn.btn-block {
  display: block !important;
  width: 100% !important;
}
.btn.disabled,
.btn[disabled] {
  filter: alpha(opacity=30);
  opacity: 0.85;
}
.btn.btn-flex {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-flex .loading {
  margin-left: 10px;
}
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.show > .btn.dropdown-toggle:focus {
  box-shadow: none;
}
.icon-left,
.icon-right {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
.icon-left i,
.icon-right i {
  font-size: 18px;
}
.icon-left i {
  margin-right: 10px;
}
.icon-right i {
  margin-left: 10px;
}
.btn-link {
  font-size: 1em;
  font-weight: 600;
  color: #F5D061;
  text-decoration: none !important;
}
.btn-link:hover,
.btn-link:focus {
  color: #1E1E1E;
}
.btn-link.small {
  font-size: 0.857em;
}
.owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  outline: none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}
.owl-theme .nav-prev,
.owl-theme .nav-next {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
.owl-theme .nav-prev::before,
.owl-theme .nav-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 25px;
  text-align: center;
  color: #E4E5E8;
}
.owl-theme .nav-prev:hover,
.owl-theme .nav-next:hover,
.owl-theme .nav-prev:focus,
.owl-theme .nav-next:focus,
.owl-theme .nav-prev:active,
.owl-theme .nav-next:active {
  background-color: #F5D061;
}
.owl-theme .nav-prev:hover::before,
.owl-theme .nav-next:hover::before,
.owl-theme .nav-prev:focus::before,
.owl-theme .nav-next:focus::before,
.owl-theme .nav-prev:active::before,
.owl-theme .nav-next:active::before {
  color: #E4E5E8;
}
.owl-theme .nav-prev::before {
  content: "\f104";
}
.owl-theme .nav-next::before {
  content: "\f105";
}
.owl-theme .owl-next,
.owl-theme .owl-prev {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 10;
  filter: alpha(opacity=100);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background-color: transparent;
  outline: none;
}
.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-theme .owl-prev {
  left: 20px;
}
.owl-theme .owl-next {
  right: 20px;
}
.owl-theme .owl-next.disabled,
.owl-theme .owl-prev.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.owl-theme .owl-dots {
  position: relative;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  outline: none;
}
.owl-theme .owl-dots .owl-dot span {
  float: none;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.3);
  outline: none;
  border: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #F5D061;
}
.owl-theme.dots-absolute .owl-dots {
  position: absolute;
  bottom: 25px;
  margin-top: 0;
}
@media only screen and (max-width: 767.98px) {
  .owl-theme .nav-prev,
  .owl-theme .nav-next {
    width: 35px;
    height: 35px;
  }
  .owl-theme .nav-prev::before,
  .owl-theme .nav-next::before {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .owl-theme.dots-absolute .owl-dots {
    bottom: 20px;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 15px;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  display: inline-block;
}
.dropdown,
.btn-group {
  color: #F5D061;
  padding: 0;
  margin: 0;
}
.dropdown .dropdown-toggle,
.btn-group .dropdown-toggle {
  padding-right: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.dropdown .dropdown-toggle::after,
.btn-group .dropdown-toggle::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f107";
  font-size: 14px;
  position: relative;
  top: 0px;
  margin-left: 6px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  border: 0;
  --webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.dropdown .dropdown-toggle.dropdown-toggle-split,
.btn-group .dropdown-toggle.dropdown-toggle-split {
  padding-left: 15px;
  padding-right: 15px;
}
.dropdown .dropdown-toggle.dropdown-toggle-split::after,
.btn-group .dropdown-toggle.dropdown-toggle-split::after {
  margin-left: 0;
}
.dropdown.show .dropdown-toggle::after,
.btn-group.show .dropdown-toggle::after {
  --webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.dropdown-menu {
  font-size: 100%;
  min-width: 180px;
  padding: 7px 20px;
  margin: 3px 0 0 0;
  background-color: #43495B;
  text-transform: none;
  border: 0;
  left: inherit;
  right: 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: none;
  max-height: 400px;
  overflow-y: auto;
}
.dropdown-menu.menu-center {
  left: 50%;
  right: auto;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.dropdown-menu .divider {
  margin: 0;
  background-color: #E8E8E8;
}
.dropdown-menu .dropdown-item {
  padding: 7px 0px;
  color: #E4E5E8;
  white-space: normal;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-size: 1em;
  font-weight: 500;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item.active {
  background-color: transparent;
  color: #F5D061 !important;
}
.dropdown-menu .dropdown-header:hover {
  color: #F5D061 !important;
}
@media only screen and (max-width: 575.98px) {
  .dropdown-menu .dropdown-item {
    margin: 10px 0;
    font-size: 1.143em;
  }
}
.fancybox-slide {
  max-width: 100%;
  margin: 0px auto;
  left: 0;
  right: 0;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: #000000;
}
.fancybox-progress {
  background: #F5D061;
  height: 3px;
}
.fancybox-caption {
  padding-bottom: 10px;
}
/* Hover */
.lightbox-img {
  position: relative;
  margin: 15px 0;
  outline: none !important;
}
.lightbox-img .box-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
  width: 100%;
  height: 250px;
}
.lightbox-img.hover {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  outline: none !important;
}
.lightbox-img.hover::before {
  content: '';
  position: absolute;
  z-index: 8;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.lightbox-img.hover img {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.lightbox-img.hover .icon {
  position: absolute;
  z-index: 9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.lightbox-img.hover .icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f002";
  font-size: 30px;
  color: #E4E5E8;
  text-align: center;
}
.lightbox-img.hover:hover::before {
  opacity: 10;
  filter: alpha(opacity=100);
}
.lightbox-img.hover:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.lightbox-img.hover:hover .icon {
  opacity: 10;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 1199.98px) {
  .lightbox-img .box-img {
    height: 200px;
  }
}
@media only screen and (max-width: 575.98px) {
  .lightbox-img .box-img {
    height: 150px;
  }
}
.accordion {
  display: inline-block !important;
  width: 100%;
  margin-top: 30px;
}
.accordion .card {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  margin: 10px 0;
  border-radius: 0;
}
.accordion .card:hover {
  top: 0;
  box-shadow: none;
}
.accordion .card .card-header {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.accordion .card .card-header .card-toggle {
  position: relative;
  display: inline-block;
  padding: 20px 30px;
  background-color: #22283a;
  color: #F5D061;
  font-size: 1.286em;
  line-height: 1.2;
  font-family: 'Tiro Telugu', sans-serif;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.accordion .card .card-header .card-toggle::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: relative;
  content: "\f068";
  color: #F5D061;
  font-size: 15px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  padding-left: 20px;
}
.accordion .card .card-header .card-toggle.collapsed {
  /* fechado */
  background-color: #282F44;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
}
.accordion .card .card-header .card-toggle.collapsed::after {
  content: "\f067";
}
.accordion .card .card-header .card-toggle:hover {
  background-color: #22283a;
}
.accordion .card .card-body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  padding: 30px;
  text-align: left;
  background-color: #282F44;
}
@media only screen and (max-width: 767.98px) {
  .accordion .card .card-header .card-toggle {
    padding: 15px 20px;
    font-size: 1.143em;
  }
  .accordion .card .card-body {
    padding: 20px;
  }
}
.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.swal2-container {
  z-index: 9999 !important;
}
.swal2-popup {
  outline: none !important;
  padding: 50px !important;
  background-color: #282F44 !important;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
.swal2-popup .swal2-title {
  color: #F5D061 !important;
  font-size: 25px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  text-transform: none !important;
  margin: 0 0 10px 0 !important;
  font-family: 'Tiro Telugu', sans-serif !important;
}
.swal2-popup .swal2-content,
.swal2-popup .swal2-content p {
  color: #E4E5E8 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  margin: 0 0 15px 0 !important;
}
.swal2-popup .swal2-styled {
  position: relative !important;
  width: auto !important;
  height: auto !important;
  font-size: 1.071em !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  color: #E4E5E8 !important;
  background-color: #43495B !important;
  text-align: center !important;
  padding: 12px 40px !important;
  border: 1px solid transparent !important;
  outline: none !important !important;
  text-transform: none !important;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  box-shadow: none !important;
  text-decoration: none !important;
  white-space: normal !important;
  transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
}
.swal2-popup .swal2-styled:hover {
  background-image: none !important;
  background-color: #3b404f !important;
}
.swal2-popup .swal2-cancel {
  background-color: transparent !important;
  color: #F5D061 !important;
  border: 1px solid #F5D061 !important;
}
.swal2-popup .swal2-cancel:hover {
  background-color: #F5D061 !important;
  color: #E4E5E8 !important;
  border-color: transparent !important;
}
@media only screen and (max-width: 480px) {
  .swal2-popup {
    padding: 20px !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 321px) {
  .swal2-popup .swal2-styled {
    margin: 3px !important;
  }
}
.js-modal-fixed {
  overflow: hidden;
}
.modal-backdrop {
  background-color: #000000;
}
.modal-backdrop.show {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.modal-open {
  padding-right: 0!important;
}
.modal-content {
  background-color: #282F44;
  border: 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
  padding: 0;
}
.modal-header {
  border-radius: 0;
  background-color: transparent;
  border: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 20px 30px 10px 30px;
}
.modal-header .close {
  position: absolute;
  right: 15px;
  display: block;
  padding: 0;
  margin: 0;
  outline: none !important;
  float: none;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 10;
  width: 40px;
  height: 40px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  color: #F5D061;
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.modal-header .close::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f00d";
  font-size: 30px;
  text-align: center;
}
.modal-header .close:hover {
  background-color: #F5D061;
  color: #E4E5E8;
}
.modal-header .close:not(:disabled):not(.disabled):focus,
.modal-header .close:not(:disabled):not(.disabled):hover {
  opacity: 10;
}
.modal-header h4 {
  text-transform: uppercase;
}
.modal-body {
  padding: 30px 30px 40px 30px;
  height: auto;
  max-height: 100vh;
  overflow-y: auto;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .modal-dialog {
    max-width: 96%;
  }
}
@media only screen and (max-width: 414.98px) {
  .modal-header {
    padding: 15px 15px 5px 15px;
  }
  .modal-header .close {
    right: 10px;
  }
  .modal-body {
    padding: 20px 15px 20px 15px;
  }
}
body {
  background-color: #282F44;
  font-family: 'Lato', sans-serif;
  color: #E4E5E8;
}
.logo {
  display: inline-block;
  width: auto;
}
.box-rede-social {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
.box-rede-social .item {
  display: inline-block;
  margin: 0 15px 0 0;
  color: #F5D061;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.box-rede-social .item:first-child {
  margin-left: 0;
}
.box-rede-social .item:last-child {
  margin-right: 0;
}
.box-rede-social .item i {
  font-size: 20px;
}
.box-rede-social .item:hover {
  color: #E4E5E8;
}
.header {
  position: relative;
  display: block;
  width: 100%;
  padding: 5px 0;
  background-color: #282F44;
  border-bottom: 2px solid #F5D061;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.header .logo img {
  width: 180px;
  min-width: 180px;
}
.header .group-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.header .navbar-collapse {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.header .box-search {
  position: relative;
  margin-left: 30px;
}
.header .box-search .form-control {
  padding-right: 50px;
  width: 280px;
}
.header .box-search .btn-icon {
  position: absolute;
  top: 0;
  right: 5px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  outline: none;
  border: 0;
}
.header .box-search .btn-icon i {
  font-size: 15px;
  color: #282F44;
}
.header .box-search .dropdown-menu {
  z-index: 9992;
}
.header .navbar-nav {
  margin-right: 20px;
}
.header .navbar-nav li {
  margin: 0 15px;
}
.header .navbar-nav li:last-child {
  margin-right: 0;
}
.header .navbar-nav li:first-child {
  margin-left: 0;
}
.header .navbar-nav li a {
  padding: 0;
  margin: 0;
  background-color: transparent !important;
  font-size: 1.143em;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.header .navbar-nav li.active a,
.header .navbar-nav li a:hover,
.header .navbar-nav li a:focus,
.header .navbar-nav li a:active {
  color: #E4E5E8;
  font-weight: 500;
}
.header .navbar-nav .dropdown-menu {
  overflow: visible;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
}
.header .navbar-nav .dropdown-menu:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f0d8";
  font-size: 25px;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  color: #43495B;
}
.header .navbar-nav .dropdown-menu a {
  font-size: 1em;
  padding: 7px 0;
}
.header .box-rede-social {
  margin-left: 45px;
}
.header .box-rede-social .item {
  margin: 0 0 0 15px;
}
.header .btn {
  padding: 9px 18px;
  margin-left: 10px;
  white-space: nowrap;
}
.ban-slider-top {
  display: block;
  width: 100%;
  border-bottom: 2px solid #F5D061;
  border-top: 2px solid #F5D061;
}
.ban-slider-top .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
}
.ban-slider-top .item .content {
  height: auto;
  padding: 120px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.ban-slider-top .item .content .h1 {
  color: #F5D061;
  text-transform: none;
}
.ban-slider-top .item .content h4 {
  color: #E4E5E8;
}
.img-mask {
  position: relative;
  z-index: 2;
}
.img-mask:before {
  content: '';
  position: absolute;
  z-index: -9;
  width: 80%;
  height: 90%;
  top: 0;
  right: 0;
  background-color: #43495B;
  display: block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
}
.img-mask img {
  position: relative;
  margin-top: 40px;
  max-width: calc(100% - 40px);
}
.img-mask.right:before {
  right: initial;
  left: 0;
}
.img-mask.right img {
  margin-left: 40px;
}
.img-mask.left:before {
  width: 90%;
  top: inherit;
  bottom: -40px;
}
.img-mask.left img {
  margin-top: 0;
  margin-right: 40px;
}
.img-mask.small img {
  max-width: calc(100% - 20px);
}
.img-mask.small.left:before {
  bottom: -20px;
}
.img-mask.small.left img {
  margin-right: 20px;
}
.box-col-icon {
  display: inline-block !important;
  width: 100%;
  background-color: #282F44;
  padding: 0 5% 4% 5%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  margin-top: 60px;
}
.box-col-icon .item {
  padding: 0 7%;
}
.box-col-icon .item:hover .icon {
  background-color: #F5D061;
}
.box-col-icon .item:hover .icon i {
  color: #282F44;
}
.box-col-icon .icon {
  position: relative;
  margin-top: -60px;
  width: 120px;
  height: 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #282F44;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.box-col-icon .icon i {
  font-size: 45px;
  color: #F5D061;
}
.card-full {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
}
.card-full:hover::before {
  outline-color: #F5D061;
  background-color: rgba(0, 0, 0, 0.5);
}
.card-full::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  outline: 2px solid transparent;
  outline-offset: -2px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.card-full .group {
  display: inline-block;
  width: 100%;
  padding: 20px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.card-full .group h2 {
  margin-bottom: 15px;
  color: #E4E5E8;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.card {
  border: 0;
  background-color: #282F44;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  top: 0;
  margin: 15px auto;
}
.card:hover {
  transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  top: -5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.card .box-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
  width: 100%;
  height: 200px;
}
.card .card-body {
  padding: 25px;
  text-align: center;
}
.card .card-body h5 {
  margin-bottom: 15px;
}
.card .card-body h6 {
  margin-bottom: 20px;
}
.card.spotlight {
  background-color: #F5D061;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  min-height: 300px;
}
.card.spotlight .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.card.spotlight h5,
.card.spotlight h6 {
  color: #E4E5E8;
}
.card.mod-form {
  padding: 30px;
  top: 0 !important;
}
.card.mod-form h6 span {
  font-weight: 700;
  color: #FF0000;
}
.card.mod-form .form-group h6 {
  font-weight: 600;
}
.card.mod-form .box-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.card.mod-form .box-info i {
  font-size: 1.429em;
  color: #F5D061;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.footer {
  display: block;
  width: 100%;
  padding: 45px 0 0 0;
  background-color: #282F44;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.footer .logo img {
  width: 100%;
}
.footer h5 {
  font-size: 1.143em;
  font-weight: 500;
  font-family: 'Tiro Telugu', sans-serif;
  text-transform: uppercase;
  color: #F5D061;
  margin-bottom: 10px;
}
.footer h4 {
  font-size: 1.429em;
}
.footer a:hover h6,
.footer a:hover h4 {
  color: #F5D061;
}
.footer a:hover h4 {
  color: #E4E5E8;
}
.footer .nav li {
  padding: 0;
  margin: 5px 0;
  display: inline-block !important;
  width: 100%;
}
.footer .nav li a {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0;
  background-color: transparent !important;
  color: #E4E5E8;
  font-size: 1em;
  font-weight: 300;
}
.footer .nav li.active a,
.footer .nav li a:hover,
.footer .nav li a:focus,
.footer .nav li a:active {
  color: #F5D061;
}
.footer .box-rede-social {
  margin-top: 20px;
}
.footer hr {
  margin: 30px 0;
  border: 1px solid rgba(255, 255, 255, 0.065);
}
.footer .copyright {
  display: block;
  width: 100%;
  padding: 10px 0;
  background-color: #43495B;
  margin-top: 30px;
}
.footer .copyright .flex-space {
  width: 100%;
}
.footer .copyright h6 {
  color: #E4E5E8;
  line-height: 1.2;
  text-align: left;
}
.footer .copyright .logo-by {
  display: inline-block;
  width: auto;
}
.footer .copyright .logo-by img {
  width: 35px;
  min-width: 35px;
  margin-left: 20px;
}
.ban-top {
  background-color: #4C474C;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
  width: 100%;
  padding: 8% 0;
}
.ban-top .content {
  text-align: center;
}
.box-equipe {
  display: inline-block !important;
  width: 100%;
  margin: 40px 0;
}
.box-equipe img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  margin-bottom: 20px;
}
.box-equipe h5 {
  font-size: 1.143em;
}
.box-equipe h6.small {
  margin-bottom: 20px;
  color: #C5C9A4;
  font-weight: 600;
}
.icon-dif {
  background-color: #43495B !important;
}
.card-aside {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #282F44;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 0px 30px 50px 30px;
  margin: 30px 0 80px 0;
}
.card-aside:last-child {
  margin-bottom: 0;
}
.card-aside .icon {
  position: relative;
  margin-top: -60px;
  width: 120px;
  height: 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-flex;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #282F44;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.card-aside .icon i {
  font-size: 45px;
  color: #F5D061;
}
.card-aside.dark {
  background-color: #22283a;
}
.card-aside.dark .icon i {
  font-weight: 400;
}
.card-aside.dark h6,
.card-aside.dark p {
  color: #E4E5E8;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.card-aside.dark h2,
.card-aside.dark h4 {
  color: #F5D061;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.box-video {
  display: block;
  margin: 15px auto;
}
.box-form {
  display: inline-block !important;
  width: 100%;
}
.box-form h6 span {
  color: #FF0000;
  font-weight: 700;
  font-size: 18px;
}
.box-mapa {
  width: 100%;
  height: 800px;
  position: relative;
  z-index: 2;
}
.box-mapa .box-loading {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-mapa .box-loading img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 50px;
}

.pg-simple .header {
  background-color: transparent;
  padding: 5px 0;
  border-bottom: 2px solid #F5D061;
  box-shadow: none;
  height: auto;
}
.pg-simple .header .logo img {
  width: 180px;
  min-width: 180px;
}
.pg-simple .header .icon-safety {
  display: inline-block;
  width: auto;
}
.pg-simple .header .icon-safety img {
  width: 120px;
  min-width: 120px;
}
.pg-simple .footer {
  padding-top: 0;
}
.animation-arrow i {
  font-size: 2.5em;
  color: #F5D061;
  font-weight: 400;
}
.box-info-img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
  background-image: url('../img/bg-info.jpg');
  padding: 10% 8%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
}
.box-info-img .icon-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.box-info-img .icon-flex i {
  font-size: 25px;
  margin-right: 10px;
}
.box-info-img .icon-flex i,
.box-info-img .icon-flex h5 {
  color: #F5D061;
}
.box-info-img h6 {
  color: #E4E5E8;
  font-weight: 500;
}
.loading {
  position: relative;
  background-size: cover;
  width: 20px;
  height: 20px;
  background-image: url('../img/icon-loading-white.svg');
  display: block;
}
.icon-lg {
  font-size: 35px;
}
.bg-gray {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 20px;
  background-color: #43495b6e;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
}
.bg-gray p {
  font-weight: 700;
}
/* Geral */
.grecaptcha-badge {
  display: none;
}
.d-inline {
  display: inline-block !important;
  width: 100%;
}
.d-block {
  display: block;
  width: 100%;
}
.js-ver-todos-box {
  display: none;
}
.main {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  min-height: 85vh;
}
.full {
  width: 100%;
}
.text-dark {
  color: #E4E5E8 !important;
}
.text-color {
  color: #F5D061 !important;
}
.bg-default {
  background-color: #43495B;
}
.bg-img {
  background-color: #4C474C;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
}
.bg-img h2,
.bg-img p {
  color: #E4E5E8;
}
.rounded {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
.embed-responsive {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
}
a h5 {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover h5 {
  color: #F5D061;
}
article ul {
  margin: 10px 0 0 0;
  padding: 0 0 0 40px;
}
article ul li {
  font-size: 1.143em;
  line-height: 1.5;
  font-weight: 400;
  color: #E4E5E8;
}
/* Media Queries */
@media only screen and (min-width: 1370px) {
  .container {
    max-width: 1370px;
  }
}
@media only screen and (max-width: 1369.98px) {
  .card.mod-form {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .no-flex-md {
    width: 100%;
    display: block !important;
  }
  .header .logo img {
    width: 130px;
    min-width: 130px;
  }
  .header .navbar-nav li {
    margin: 0 10px;
  }
  .header .box-search {
    margin-left: 25px;
  }
  .header .box-search .form-control {
    width: 220px;
  }
  .header .navbar-nav {
    margin-right: 10px;
  }
  .header .navbar-nav li a {
    font-size: 1em;
  }
  .header .btn {
    font-size: 0.929em;
  }
  .card .card-body {
    padding: 15px;
  }
  .ban-top {
    padding: 10% 0;
  }
  .card-full {
    height: 300px;
  }
  .card-full .group h2 {
    font-size: 2.143em;
  }
}
@media only screen and (min-width: 992px) {
  .col-5 {
    width: 20%;
  }
  .footer .logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .footer .logo img {
    width: 180px;
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 991.98px) {
  .no-flex-sm {
    width: 100%;
    display: block !important;
  }
  .ban-slider-top .item .content {
    padding: 80px 0;
  }
  .box-col-icon {
    margin-top: 40px;
  }
  .box-col-icon .item {
    padding: 0;
  }
  .box-col-icon .icon {
    margin-top: -40px;
    width: 80px;
    height: 80px;
  }
  .box-col-icon .icon i {
    font-size: 35px;
  }
  .navbar-toggler {
    display: block !important;
  }
  .navbar-collapse {
    position: fixed;
    z-index: -999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    min-height: calc(100vh - 70px);
    background-color: #E4E5E8;
    padding: 20px 15px 100px 15px;
    margin-top: 70px;
    display: none;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.show {
    display: inherit;
  }
  .js-collapse {
    /* toggle mobile html fixed */
  }
  .js-collapse .navbar-collapse {
    overflow-y: auto !important;
    display: block;
    z-index: 991;
  }
  .js-collapse .navbar-collapse.collapse {
    display: block !important;
  }
  .js-collapse .navbar-toggler {
    position: fixed;
    z-index: 995;
    top: 15px;
    right: 15px;
  }
  .js-collapse .header .logo img {
    position: fixed;
    left: 15px;
    top: 9px;
  }
  .navbar-collapse {
    background-color: #282F44;
  }
  .header {
    padding: 0;
    border-bottom-width: 2px;
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .header .navbar-header {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .logo img {
    width: 105px;
    min-width: 105px;
    top: 17px !important;
  }
  .header .box-search {
    margin: 0 0 20px 0;
  }
  .header .box-search .form-control {
    width: 100%;
  }
  .header .navbar-nav li {
    margin: 15px 0;
  }
  .header .navbar-nav li a {
    font-size: 1.286em;
  }
  .header .navbar-nav .dropdown .dropdown-toggle::after {
    display: none;
  }
  .header .navbar-nav .dropdown-menu {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    text-align: left;
    border-radius: 0;
    background-color: transparent;
    padding: 0 0 0 20px;
  }
  .header .navbar-nav .dropdown-menu:before {
    display: none;
  }
  .header .navbar-nav .dropdown-menu a {
    font-size: 1.143em;
    margin: 15px 0;
  }
  .header .navbar-nav .dropdown-menu a:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .header .box-rede-social {
    margin: 20px 0 0 0;
  }
  .header .box-rede-social .item {
    margin: 0 30px 0 0;
  }
  .header .box-rede-social .item i {
    font-size: 25px;
  }
  .header .btn {
    display: block;
    margin: 10px 0 0 0;
    font-size: 1.143em;
    padding: 12px 20px;
  }
  .card-full {
    height: 300px;
  }
  .card-full .group h2 {
    font-size: 1.786em;
  }
  .card-full .group .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .no-flex-xs {
    width: 100%;
    display: block !important;
  }
  .btn.btn-lg {
    font-size: 1em;
    padding: 12px 40px;
  }
  article ul {
    padding-left: 30px;
  }
  article ul li {
    font-size: 1em;
  }
  .main {
    min-height: 100%;
  }
  .box-col-icon {
    margin-top: 0;
    padding: 30px;
  }
  .box-col-icon .item {
    margin: 0 0 20px 0;
  }
  .box-col-icon .item .icon {
    margin-top: 0;
    background-color: #F5D061;
  }
  .box-col-icon .item .icon i {
    color: #43495B;
  }
  .footer .logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .footer .logo img {
    width: 180px;
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .footer .box-rede-social {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .footer .box-rede-social .item {
    margin: 0 10px;
  }
  .footer .box-rede-social .item i {
    font-size: 25px;
  }
  .footer h4,
  .footer h5,
  .footer h6 {
    text-align: center;
  }
  .footer .nav li {
    text-align: center;
    margin: 10px 0;
  }
  .ban-slider-top .item .content {
    padding: 40px 0;
  }
  .ban-slider-top .item .content h4 {
    font-size: 1.429em;
  }
  .ban-top {
    padding: 15% 0;
  }
  .box-equipe {
    margin: 20px 0;
  }
  .box-mapa {
    height: 400px;
  }

  .pg-simple .header .logo img {
    width: 80px;
    min-width: 80px;
  }
  .pg-simple .header .icon-safety img {
    width: 90px;
    min-width: 90px;
  }
  .pg-simple .animation-arrow i {
    font-size: 2.143em;
  }
  .box-info-img {
    padding: 20px;
  }
  .card.mod-form {
    box-shadow: 0;
    border-radius: 0;
  }
  .card-full {
    height: 250px;
  }
}
@media only screen and (max-width: 575.98px) {
  .w-xs-100 {
    width: 100% !important;
  }
  .box-equipe img {
    width: 100px;
    height: 100px;
  }
  .card-aside h2 {
    font-size: 2.5em;
  }
  .card-aside h4 {
    font-size: 1.786em;
  }
  .img-mask img {
    margin-top: 20px;
    max-width: calc(100% - 20px);
  }
  .img-mask.right img {
    margin-left: 20px;
  }
  .img-mask.left img {
    margin-right: 20px;
  }
  .img-mask.left:before {
    bottom: -20px;
  }
  .card-full {
    height: 160px;
  }
}
@media only screen and (max-width: 375.98px) {
  .check-custom label {
    font-size: 0.857em;
  }
}
/* Notebook e Mac */
@media only screen and (max-height: 768px) and (max-width: 1366px) and (orientation: landscape), only screen and (max-height: 900px) and (max-width: 1540px) and (orientation: landscape) {
  .card-full {
    height: 255px;
  }
}
