/*---------------------
  Fonte Padrãp
-----------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

/*---------------------
  Cores Padrão
-----------------------*/
.laranja {
  color: #eda204 !important;
}
.cinza {
  color: #3e4d59 !important;
}
tr.bg_laranja > td {
  background-color: #f5e7d1;
}

html,
body {
  height: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #3e4d59;
  -webkit-font-smoothing: antialiased;
  background: #ebeeef;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #3e4d59;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

h1 {
  font-size: 2em;
  line-height: 1.5;
}

h2 {
  font-size: 1.6em;
  line-height: 1.3;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.85em;
  opacity: 0.8;
}

p {
  font-size: 1.1em;
  font-family: "Lato", sans-serif;
  color: #3e4d59;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0 0 15px 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #eda204;
}

/*---------------------
  Helper CSS
-----------------------*/
.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.evlink {
  cursor: pointer;
}

.l40 {
  width: 40%;
}

/*---------------------
  Header
-----------------------*/

.header {
  background: #3e4d59;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

.header.header--normal {
  position: relative;
  background: #3e4d59;
}

.header__logo {
  padding: 20px 0 24px;
  color: #fff;
}

.header__logo a {
  display: inline-block;
}

.header__nav {
  text-align: right;
}

.header__menu {
  padding: 31px 0 27px;
  display: inline-block;
  margin-right: 45px;
}

.header__menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 45px;
  position: relative;
}

.header__menu ul li.active a:after {
  opacity: 1;
}

.header__menu ul li:hover a:after {
  opacity: 1;
}

.header__menu ul li:hover .dropdown {
  top: 34px;
  opacity: 1;
  visibility: visible;
}

.header__menu ul li:last-child {
  margin-right: 0;
}

.header__menu ul li .dropdown {
  position: absolute;
  left: 0;
  top: 56px;
  width: 170px;
  background: #161b20;
  text-align: left;
  padding: 2px 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.header__menu ul li .dropdown li {
  display: block;
  margin-right: 0;
}

.header__menu ul li .dropdown li a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  padding: 8px 20px;
  text-transform: capitalize;
  text-decoration: none;
}

.header__menu ul li .dropdown li a:after {
  display: none;
}

.header__menu ul li a {
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  padding: 6px 0;
  position: relative;
  text-decoration: none;
}

.header__menu ul li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  opacity: 0;
}

.slicknav_menu {
  display: none;
}

/*---------------------
  Footer
-----------------------*/

.footer {
  padding-top: 300px;
  padding-bottom: 60px;
  height: 549px;
}

.footer__address {
  margin-bottom: 50px;
}

.footer__address ul li {
  list-style: none;
  padding-left: 70px;
  position: relative;
  margin-bottom: 30px;
}

.footer__address ul li:last-child {
  margin-bottom: 0;
}

.footer__address ul li i {
  font-size: 18px;
  color: #fff;
  height: 50px;
  width: 50px;
  background: #3e4d59;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.footer__address ul li p {
  color: #3e4d59;
  opacity: 0.7;
  margin-bottom: 8px;
}

.footer__address ul li h6 a {
  font-size: 15px;
  font-weight: 700;
  color: #3e4d59;
  text-decoration: none;
}
.footer__address ul li h6 a:hover {
  color: #fff;
}

.footer__social {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  border-left: solid #3e4d59 1px;
  border-right: solid #3e4d59 1px;
}

.footer__social h2 {
  color: #3e4d59;
  font-weight: 700;
  margin-bottom: 25px;
}

.footer__social .footer__social__links a {
  font-size: 18px;
  color: #fff;
  height: 50px;
  width: 50px;
  background: #3e4d59;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}

.footer__social .footer__social__links a:last-child {
  margin-right: 0;
}

.footer__copyright__text {
  text-align: center;
}

.footer__copyright__text p {
  color: #3e4d59;
}

.footer__copyright__text a {
  color: #3e4d59;
  text-decoration: underline;
}

.footer__copyright__text a:hover {
  color: #fff;
}

.footer__copyright__text i {
  color: #956d0a;
}

/*---------------------
  main
-----------------------*/

.main {
  margin-top: 150px;
}

.main .section-title {
  margin-bottom: 28px;
}

.main .section-title h3 {
  line-height: 55px;
}

.main__text p {
  margin-bottom: 15px;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__menu ul li {
    margin-right: 18px;
  }

  .header__menu {
    margin-right: 30px;
  }
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__menu {
    margin-right: 0;
  }

  .header__menu ul li {
    margin-right: 15px;
  }

  .footer {
    height: auto;
  }

  .footer__social::before {
    display: none;
  }

  .footer__social::after {
    display: none;
  }

  .footer {
    background-position: top 0 left 19%;
  }

  .main.main--page .main__text {
    padding-top: 30px;
  }
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }

  .header .container {
    position: relative;
  }

  .main.main--page .main__text {
    padding-top: 30px;
  }

  .slicknav_btn {
    position: absolute;
    right: 15px;
    top: 25px;
    margin: 0;
    border-radius: 0;
    padding: 12px 15px;
    float: none;
    background: #eda204;
  }

  .slicknav_nav {
    position: absolute;
    left: 0;
    top: 90px;
    background: #161b20;
    width: 100%;
  }

  .slicknav_menu {
    background: transparent;
    padding: 0;
    display: block;
  }

  .slicknav_nav ul {
    margin: 0;
    padding: 5px 0;
  }

  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 10px 28px;
    margin: 0;
  }

  .slicknav_nav a:hover {
    border-radius: 0;
    background: #161b20;
    color: #ffffff;
  }

  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: #161b20;
    color: #ffffff;
  }

  .footer {
    height: auto;
  }

  .footer__social::before {
    display: none;
  }

  .footer__social::after {
    display: none;
  }

  .footer__social {
    text-align: left;
    padding-left: 35px;
  }

  .footer {
    background-position: top 0 left 19%;
  }
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
  .footer {
    background-position: top 0 left 19%;
  }
}

/*---------------------
  notifIt
-----------------------*/

#ui_notifIt {
  position: fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  -wekbit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 2000;
}
#ui_notifIt:hover {
  opacity: 1 !important;
}
#ui_notifIt p {
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: #fff;
}
#notifIt_close {
  position: absolute;
  color: #fff;
  top: 0;
  padding: 0px 5px;
  right: 0;
}
#notifIt_close:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* Color setup */
/* You are free to change all of this */
#ui_notifIt.success {
  background-color: yellowgreen;
  color: white;
}
#ui_notifIt.error {
  background-color: orangered;
  color: white;
}
#ui_notifIt.warning {
  background-color: orange;
  color: white;
}
#ui_notifIt.info {
  background-color: deepskyblue;
  color: white;
}
#ui_notifIt.default {
  background-color: #eee;
  color: #444;
}

/* notifit confirm */
.notifit_confirm_bg,
.notifit_prompt_bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.notifit_confirm *,
.notifit_prompt * {
  font-family: sans-serif;
}
.notifit_confirm,
.notifit_prompt {
  position: fixed;
  top: 0;
  left: 0;
  padding: 30px 30px 0px 30px;
  background-color: #eee;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.notifit_confirm_accept,
.notifit_confirm_cancel,
.notifit_prompt_accept,
.notifit_prompt_cancel {
  padding: 10px 20px;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #444;
  margin: 10px;
  outline: 0;
  cursor: pointer;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.notifit_prompt_accept:hover,
.notifit_prompt_cancel:hover {
  background-color: #666;
}
.notifit_confirm_accept {
  background-color: #9acd32;
}
.notifit_confirm_accept:hover {
  background-color: #abde43;
}

.notifit_confirm_cancel {
  background-color: #ff4500;
}
.notifit_confirm_cancel:hover {
  background-color: #ff5611;
}

.notifit_confirm_message {
  text-align: center;
  margin-bottom: 20px;
}

.notifit_prompt_message {
  color: #444;
  margin-top: 0;
  text-align: center;
}

.notifit_prompt_input {
  text-align: center;
  font-family: sans-serif;
  font-size: 14px;
  width: 100%;
  padding: 10px;
  outline: none;
  border: 1px solid #aaa;
  color: #444;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.notifit_prompt {
  text-align: center;
}
