/* HEADER */
.rightSocial img {
    max-height:20px;
    width:auto;
}
.rightSocial {
    max-width: 1280px;
    margin:0 auto;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0 20px;
    align-items:center;
    gap:20px;
}
@media (max-width: 768px) {
    .rightSocial {
        padding: 10px 20px;
        background: #123456;
    }
}
.mediatitle h1 {
    margin-top:10px !important;
}
.mediatitle a {
    text-decoration:none;
    color:#234567;
}
footer {
    background:#fff;
}
h1, h2, h3, h4{
    letter-spacing: 0px !important;
    text-transform: none !important;
}
footer section {
    display:flex;
    flex-direction:column;
}
.easypay{
      width: 100%;
}
.easypay img {
    width: 100%;
    max-width: 260px;
}
.logado {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    padding: 0 20px;
}
.logado .left {
    font-size: 14px;
    color: #456789;
    letter-spacing: 0.5px;
}
.logado .right {
    display: flex;
    gap: 10px;
}
.logado.desktop {
    width: auto;
    padding: 0 0px 0 20px;
}
.logado .right a {
    background: #a60000;
    margin: 3px 0;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    min-width: 60px;
}
.logado > a {
    width: 80px;
    background: #a60000;
    margin: 3px 0;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}
.logado .minha-conta {
  background:#1c3350 !important;
}
.logado .logout {
  background:#e2e2e2 !important;
  color:#666 !important;
}
@media (max-width: 1024px) {
  .e-learning {
    font-size: 10px !important;
    padding: 5px !important;
  }
  .navigationSite ul li {
    margin: 0 0 0 15px !important;
  }
  .navigationSite ul li a {
    font-size: 11px !important;
  }
}
@media (max-width: 768px) {
  .lateralMenu {
    display: flex !important;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: flex !important;
  }
  .navigationSite .centrar {
    padding: 0 !important;
    align-items: center;
  }
  .e-learning {
    padding: 5px !important;
    height: 30px !important;
    font-size: 12px !important;
  }
  footer article {
    flex-wrap: wrap;
  }
  footer {
    position: relative !important;
  }
  main.site {
    margin-bottom: 20px !important;
  }
  footer section {
    width: 98% !important;
    margin: 2% 1% 4% !important;
    padding: 0 0 15px;
    border-bottom: 2px solid #eaeaea;
  }
  footer section:last-child {
    border-bottom: none !important;
  }
}
.lateralMenu,
.lateralMenu.active {
  display: none;
}
ul.lateralMenu li,
ul.lateralMenu li a {
  font-size: 16px !important;
}
ul.lateralMenu li {
  margin: 0 0 0 15px !important;
  padding: 5px !important;
}
.lateralMenu .subList li a {
  font-size: 12px !important;
  padding: 2px !important;
}
.lateralMenu .subList li a:hover {
  background: 0 0 !important;
}
ul.lateralMenu li:hover > .subList {
  top: 0 !important;
}
.lateralMenu .subList {
  position: relative;
  color: #fff;
  opacity: 1;
  transform: scale(1);
  background: 0 0;
  box-shadow: none;
  width: 100%;
  margin: 0 !important;
  top: 0;
  padding: 10px 0 25px 5px !important;
}
.lateralMenu {
    position: fixed;
    width: 100%;
    height: auto;
    padding: 25px 0px 0px 0 !important;
    background: #fff;
    z-index: -1;
    transition: all ease .5s;
    opacity: 0;
    gap: 15px !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start !important;
    margin-left: -10px !important;
    translate: 0 -195px;
}
.lateralMenu.active {
    opacity: 1;
    translate: 0 210px;
}
button.toggleMenu.mobile {
    flex-direction: column;
}
.toggleMenu {
    border: none;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 4px 4px 0 rgba(29, 30, 34, .1) !important;
    border: 1px solid #edeef1;
}
.toggleMenu span {
    margin: 2px;
    width: 16px;
    height: 2px;
    background: #333;
    float: left;
    border-radius: 50px;
}
.e-learning {
  background: #ffa900;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.desktop {
  display: flex;
}
.mobile {
  display: none;
}
h1,
h2,
h3,
h4,
h5 {
  color: #1c3350;
}
* {
  box-sizing: border-box;
  font-family: Montserrat;
}
.subList {
  background: #fff;
  top: 30px;
  padding: 15px !important;
}
.subList a {
  padding: 5px;
  float: left;
  width: 100% !important;
}
.subList li {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.subList li a {
  text-align: left;
  float: left;
  font-size: 13px !important;
  text-transform: initial;
  font-weight: 400;
  padding: 10px 6px;
}
footer article {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer section {
  width: 31%;
  margin: 1%;
}
.footerLeft {
  display: flex;
  flex-direction: column;
}
.footerLeft a .icone {
  width: 20px;
  height: 20px;
}
.footerLeft a {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  text-decoration: none;
  color: #333;
  font-size: 12px;
  font-weight: 600;
}
.footerLeft a span {
  margin-left: 10px;
}
.footerCenter h5 {
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}
.footerCenter ul {
  list-style: none;
  padding: 0 0 0 15px;
}
.footerCenter ul li a {
  font-size: 12px;
  margin-bottom: 0px;
  float: left;
  width: 100%;
  padding: 2px;
  color: #333;
  font-weight: 600;
}
hr {
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  float: left;
  width: 100%;
}
.subList a {
  padding: 5px;
  float: left;
  width: 100%;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 99999;
}
li.escola.active a {
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  padding: 15px 30px;
  background: #fff;
  color: #ffa900;
  font-weight: 900;
}
li.business a,
li.escola a {
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  padding: 15px 30px;
  font-weight: 900;
}
li.business.active a {
  background: #fff;
  color: #a60000;
}
body {
  margin: 60px 0 0;
  padding: 0;
}
h1 {
  font-size: 36px;
  font-weight: 900;
  color: #fff;
}
h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}
h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
}
.topMenu .centrar {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topMenu {
  background: #1c3350;
  color: #a60000;
}
.topMenu ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contacts a img {
  margin-right: 5px;
}
footer {
  position: relative;
  bottom: 0;
  width: 100%;
  left: 0;
}
.topMenu a {
  height: 30px;
  float: left;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.navigationSite ul {
  padding: 0;
  margin: 0;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}
.navigationSite ul li:hover,
.navigationSite ul li:hover > a {
  color: #ffa900;
}
.navigationSite ul li {
    cursor: pointer;
    position: relative;
    font-size: 14px;
    margin: 0 0 0 30px;
    font-weight: 600;
    color: #1c3350;
    padding: 10px 0;
    text-transform: uppercase;
}
.navigationSite ul li a {
  position: relative;
  color: #1c3350;
  font-size: 14px;
  text-decoration: none;
}
.navigationSite ul li:hover > .subList {
  opacity: 1;
  transform: scale(1);
  top: 35px;
}
.subList {
  transition: all ease 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  width: 300px;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
  opacity: 0;
  transform: scale(0);
}
.subList li a:hover {
  background: #f9f9f9;
  border-radius: 5px;
  color: #a60000;
  font-weight: 600;
}
.navigationSite {
  height: 60px;
  max-width: 100%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.navigationSite .centrar {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.centrar {
  max-width: 1280px;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
}