.limit-header{
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
}
.scroll-header {
  position: fixed!important;
  animation: scrollheader .4s normal;
  animation-fill-mode: forwards;
  vertical-align: bottom;
  opacity: 0;
  margin-top: -100px;
  background: #fff;
  width: 100%;
  box-shadow: 0px -7px 14px #000;
  top:-1px;
}

@keyframes scrollheader {
  0%   {opacity:0;margin-top: -100px;}
  100%   {opacity:1;margin-top: 0px;}
}

.top-section {
  padding: 20px;
  color: #fff;
  font-size: 14px;
  z-index:999;
  position: fixed;
  background: #fff;
  border-bottom: 5px solid #ffce44;
  padding: 20px;
  box-shadow: 4px 4px 5px #00000014;
  width: 100%;
  top: 0;
  font-family: "Barlow", sans-serif;
  font-size: 13px;

}

.megamenu-item.graduacao ul::-webkit-scrollbar {    
  width: 12px;
}

.megamenu-item.graduacao ul::-webkit-scrollbar-thumb {
  background-color: #f3f3f3;
  border-radius: 20px;
  border: 3px solid #fff;
}

.megamenu-item.graduacao ul::-webkit-scrollbar-track {
  background: #f3f3f3;
  border-radius: 50px;
}

.megamenu-item.pos ul::-webkit-scrollbar {    
  width: 12px;
}

.megamenu-item.pos ul::-webkit-scrollbar-thumb {
  background-color: #bbf1e8;
  border-radius: 20px;
  border: 3px solid #fff;
}

.megamenu-item.pos ul::-webkit-scrollbar-track {
  background: #f3f3f3;
  border-radius: 50px;
}

/* CSS PARA GLOBAL */
.header-container-wrapper{
  background: #fff;
  border-bottom: 5px solid #ffce44;
  padding: 20px;
  box-shadow: 4px 4px 5px #00000014;
  z-index: 99;
  position: fixed;
  width: 100%;
  top: 0;
}

.section-hero-backgrounds {
  margin-top: 90px!important;
}
/* CSS PARA GLOBAL */

.logo-top {
  width: 19%;
  position: relative;
  padding: 0;
  display: inline-block;
}

.logo-top a{
  display:block;
}

.logo-top img {
  max-height: 50px;
}

.a-login{
  border: 1px solid #404040;
  padding: 7px 10px;
  border-radius: 20px;
  transition: .1s linear all;
}

.a-login:hover{
  background: #404040;
  color: #fff !important;
}

.a-cta-top{
  padding: 10px 20px;
  box-shadow: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #333;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  clear: right;
  border-style: solid;
  border-width: 2px;
  background-color: #004780;
  border-color: #004780;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
  margin-top: 5px;
}

.a-cta-top:hover{
  border-color: #105f96;
  background-color: #105f96;
  /* box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.2); */
  color: #fff;
}

.content-top-menu {
  /*vertical-align: middle;*/
  position: relative;
  display: inline-block;
  text-align: right;
  width: 80%;
}


nav.cta-button-mobile {
  display: none;
  position: absolute;
  left: 40px;
  top: -8px;
  z-index:9;
}

nav.cta-button-mobile ul li ul {
  display:none;
  width: 110px;
  height: 20px;
  margin: 0 -5px;
  transition: .2s linear all;
  padding: 5px;
  background: #105f96;
  border-radius: 0 0 5px 5px;
  transition:0.2s linear all;
}

nav.cta-button-mobile ul li ul li {
  padding: 10px 2px;
  background: transparent;
  border-bottom: 1px solid #193056;
  display: block;
  width: 100%;
  height:initial!important;
  font-size: 12px !important;
  border-radius: 0!important;
  text-transform: initial;
  text-align:left;
}

nav.cta-button-mobile ul li ul li a {
  color:#fff;
  transition:0.2s linear all;
}

nav.cta-button-mobile ul li ul li a:hover {
  color:#fff;
  padding-left:5px
}

nav.cta-button-mobile ul li:hover ul {
  display: block;
  height:80px;
}

nav.cta-button-mobile ul li {
  color: #fff;
  padding: 7px 5px;
  width: 110px;
  text-align: center;
  background: #0467be;
  border-radius: 30px;
  transition: .2s linear all;
}

nav.cta-button-mobile ul li:hover {
  color: #fff;
  height:123px;
  background:#105f96;
  height:33px;
  border-radius: 4px;
}


.whats-top-btn{
  margin-top: -20px; 
  position: relative; 
  display: block; 
  top: 13px;
} 

.whats-top-btn i.btn{
  background: #01bc71;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  text-align: center;
  background: linear-gradient(to bottom,#1fda8f 0%, #01bc71 100%);
  /* border: 1px solid #00a85d; */ line-height: 36px;
  height: 36px; width: 36px;
  font-size: 20px; color: #fff;
  box-shadow: 1px 1px 5px #0000003d; 
  transition:0.2s linear all;
}

.whats-top-btn:hover i{
  background: linear-gradient(to bottom,#11ec94 0%, #11c87f 100%);
}

.mobile-wpp-btn {
  display:none;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 9;
}

{#.mobile-wpp-btn .whats-top-btn i {
    line-height: 50px;
    height: 50px;
    width: 50px;
    font-size: 25px;
}#}

.whatsoff .whats-top-btn {
  display: none!important;
}

.megamenu-item {
  display: inline-block;
  width: 49%;
  text-align: left;
  padding: 0;
}

.megamenu-item ul {
  padding: 20px!important;
  padding-top: 40px!important;
  overflow-y: scroll;
  width: 700px;
  height: 500px;
  overflow-x: hidden;
}

.megamenu-item h3 {
  color: #333;
  text-align: left;
  margin: 0;
  padding: 5px 2px 5px;
}

.content-top-menu ul {
  padding: 0;
  margin:0;
  display: inline-block;
  position: relative;
}

.content-top-menu li {
  float: left;
  list-style: none;
  margin: 0;
  display: inline-block;
  padding: 17px 12px;
  text-decoration: none;
  font-size: 13px !important;
  font-weight: 600;
  text-transform: uppercase;
}

nav.menu-topo ul li ul li div.megamenu-all-courses {
  display: block;
  position: absolute;
  background: #ce3143;
  padding: 15px 20px 10px;
  width: 700px;
  left: 0px;
  border-radius: 5px;
  box-shadow: 5px 5px 5px #0000001a;
  opacity: 0;
  transition: .3s linear all;
  text-align: left;
  transform: scale(0.0);
}

nav.menu-topo ul li ul li:hover div.megamenu-all-courses {
  display: block !important;
  opacity: 1;
  transform: scale(1.0);
}


nav.menu-topo ul li ul {
  display: block;
  position: absolute;
  left: 0;
  transform: scale(0);
  opacity: 0;
  transition: .2s linear all;
  background: #ce3143;
}

nav.menu-topo ul li ul li a{
  color: #fff;
  font-weight: 400;
  background: #ce3143;
}

.content-top-menu li a:hover{
  color: #ffce44;
}

nav.menu-topo ul li:hover ul {
  display: block;
  opacity: 1;
  transform: scale(1.0);
}

a.view-all-courses {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 7px 10px;
  border-radius: 30px;
  position: absolute;
  top: 20px;
  left: 30px;
  transition: .2s linear all;
}

a.view-all-courses:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #2b4037;
}

a.btn-pos-ead {
  background: #f3f3f3;
  border: 2px solid #004780;
  color: #004780;
  padding: 7px 10px;
  border-radius: 3px;
  position: absolute;
  top: 20px;
  left: 215px;
  transition: .2s linear all;
}

a.btn-pos-ead:hover {
  background: #004780;
  border: 2px solid #004780;
  color: #fff;
}



.megamenu-all-courses li {
  display: inline-block;
  width: 48%;
  margin: 0 1%;
  text-transform: initial;
  font-weight: 400;
  height: 29px;
  line-height:19px;
  overflow: hidden;
  font-size: 13px !important;
  padding: 5px 5px;
  border-bottom: 1px dashed #d6d6d6;
  transition: .1s linear all;
}

.megamenu-all-courses li:hover {
  padding:5px 10px;
  font-weight: 600;
}

.megamenu-all-courses li a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: block;
}

/*MOBILE MENU CSS */
nav.menu-topo{
  display:block;
}

nav.mobile-menu{
  display:none;
}

/* FIM MOBILE MENU CSS */


/* CTA INSCRIÇÃO TOP DESK */
ul.option-cta-desktop{
  display: none;
  width: 130px;
  height: 20px;
  margin: 0 -5px;
  transition: .2s linear all;
  padding: 5px;
  background: #105f96;
  border-radius: 0 0 5px 5px;
  transition: .2s linear all;
}

ul.option-cta-desktop li {
  padding: 5px 5px;
  border-bottom: 1px solid #29487d;
  width: 100%;
  text-align:left;
}

li.cta-top-desktop ul {
  left: inherit!important;
}

li.cta-top-desktop:hover ul, li.cta-top-desktop:focus ul {
  height: 80px;
  left: inherit;
  background: #105f96;
}

li.cta-top-desktop a:hover{
  color: #fff;
}

li.cta-top-desktop ul li a {
  font-size:11px;
  text-align:left;
}

li.cta-top-desktop ul li a:hover {
  color:#b9e3ff;
}

li.cta-top-desktop {
  padding: 10px 20px;
  box-shadow: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #333;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  clear: right;
  border-style: solid;
  border-width: 2px;
  background-color: #0467be;
  border-color: #0467be;
  color: #fff !important;
  border-radius: 80px;
  font-weight: 600 !important;
  margin-top: 5px;
}

li.cta-top-desktop:hover {
  border-color: #1a8ef4;
  background-color: #1a8ef4;
  color: #fff !important;
}

li.cta-top-desktop a {
  color: #fff;
}


/* FIM CTA INSCRIÇÃO TOP DESK */


/*** BOX WHATS DUPLO ***/
.whats-top-btn{
  margin-top: -20px; 
  position: relative; 
  display: block; 
  top: 13px;
} 

.whats-top-btn i.btn{
  background: #01bc71;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  text-align: center;
  background: linear-gradient(to bottom,#1fda8f 0%, #01bc71 100%);
  /* border: 1px solid #00a85d; */ line-height: 36px;
  height: 36px; width: 36px;
  font-size: 20px; color: #fff;
  box-shadow: 1px 1px 5px #0000003d; 
  transition:0.2s linear all;
}

.whats-top-btn:hover i{
  background: linear-gradient(to bottom,#11ec94 0%, #11c87f 100%);
}



.box-whats .whats-lv1{display:none;}
.box-whats:hover .whats-lv1{display:block;}

.whats-lv1 {
  position: absolute;
  width: 160px;
  right: 0;
  background: #fff;
  border: 1px solid #fafafa;
  padding: 10px;
  box-shadow: 2px 2px 10px #0000001a;
  border-radius: 10px;
}

.whats-lv1 a, .whats-lv1 button {
  display: block;
  font-size: 12px;
  line-height:16px;
  padding: 5px 0;
  text-align: left;
  text-decoration: none;
  transition: .2s linear all;
  font-weight: 800;
  border-bottom: 1px solid #e8e8e8;
}

.whats-lv1 a:hover {color:#009688}

.whats-lv1 a:last-child {
  border: 0;
}


.arrow-up {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  transform: inherit!important;
  position: absolute;
  top: -8px;
  right: 10px;
}

.whats-lv1 a i {
  background: transparent!important;
  font-size: 14px;
  top: 1px;
  position: relative;
  margin-right: 2px;
}

/*** --- MOBILE --- ***/
.whats-lv1.mobile {
  position: absolute;
  width: 140px;
  right: -12px;
  bottom: 40px;
  background: #fff;
  border: 1px solid #fafafa;
  padding: 10px;
  box-shadow: 2px 2px 10px #0000001a;
  border-radius: 10px;
}

.arrow-down.wpp {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  transform: inherit!important;
  position: absolute;
  bottom: -8px;
  right: 10px;
}

/*** FIM BOX WHATS DUPLO ***/

@media (max-width:900px){


  .whats-lv1 a {
    padding: 9px 0;
  }

  .whats-top-btn i.btn {
    line-height: 44px;
    height: 45px;
    width: 45px;
    font-size: 25px;
  }


  .mobile-wpp-btn {
    display:block;
  }

  nav.menu-topo{
    display:none;
  }

  nav.cta-button-mobile {
    display:block;
  }

  nav.mobile-menu{
    display:block;
  }

  .content-top-menu {
    text-align: left;
    width: 50%;
  }

  .header-container-wrapper {
    height: 80px;
  }
  .logo-top {
    width: 120px;
    padding: 0;
    display: inline-block;
    position: relative;
    float: right;
  }
}

























#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0px;
  left: 0;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: flex;
  width: 40px;
  height: 32px;
  top: -10px;
  left: -10px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span
{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #ce3143;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform .5s cubic-bezier(0.77,0.2,0.05,1.0),background .5s cubic-bezier(0.77,0.2,0.05,1.0),opacity .55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #36383F;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: fixed;
  width: 250px;
  top: 0;
  left: 0;
  height: 100%;
  box-shadow: 0 0 10px #85888c;
  margin: 0;
  margin-right: 200px;
  padding: 0px;
  padding-top: 65px;
  background-color: #f5f6fa;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0 0;
  transform: translate(-100%,0);
  transition: transform .5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  transition-delay: 2s;
}

div#menuToggle ul li {
  padding: 10px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  color: #595959;
  border-top: 1px solid #fff;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000de;
  animation: lightboxon 5s normal;
}

.closemodal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes lightboxon {
  0%   {opacity:0;}
  25%   {opacity:1;}
  50%   {opacity:1;}
  75%   {opacity:1;}
  100%   {opacity:1;}
}

/* Modal Content */
.modal-content {
  width: 350px;
  max-width: 100%;
  height: auto;
  position: fixed;
  box-shadow: 5px 5px 5px #00000038;
  bottom: 0;
  left: 50px;
  background: #f8f8f8;
  padding: 20px;
  text-align: center;
  animation: lightboxytemb 5s normal;
}

.box-modal-wpp {
  position:relative;
  color:#222;
}

@keyframes lightboxytemb {
  0%   {opacity:0;transform: scale(0.0)}
  25%   {opacity:1;transform: scale(1.0)}
  50%   {opacity:1;transform: scale(1.0)}
  75%   {opacity:1;transform: scale(1.0)}
  100%   {opacity:1;transform: scale(1.0)}
}

.modal-wpp-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 12px 20px;
  background: #075e54;
  color: #fff;
}

.modal-wpp-header h3 {
  padding: 0;
  margin: 0;
  font-weight: 400;
}

p.modal-info-wpp {
  font-size: 16px;
  line-height: 20px;
}

.content-modal-wpp {
  margin-top: 50px;
  display: block;
}

a.btn-modal{
  cursor:pointer;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 1px;
  right: 15px;
  z-index: 9;
  font-size: 49px;
  font-weight: 600;
  font-family: sans-serif;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* FORM MODAL */
.box-modal-wpp form {
  text-align: left;
}

.box-modal-wpp input {
  border-radius: 5px;
  background: #fff!important;
  border: 1px solid #e8e8e8;
  box-shadow: 2px 2px 5px #00000012;
  padding: 12px 20px!important;
  margin: 0 0 5px;
}

.box-modal-wpp .hs-fieldtype-checkbox {
  border: 1px solid #e8e8e8;
  padding: 0 0 10px 0;
  border-radius: 3px;
  margin: 10px auto 0;
  box-shadow: 0 0 20px #00000005;
}

.box-modal-wpp i.hs-form-checkbox span {
  width: 100%;
  font-size: 12px;
  line-height: 13px;
}

.box-modal-wpp .hs-fieldtype-checkbox.field.hs-form-field label span:first-child {
  margin: 8px 4px 5px;
  font-size: 14px;
}

.box-modal-wpp input.hs-button {
  background: #25d366 !important;
  transition: .2s linear all;
  cursor: pointer;
  border: 0 !important;
  font-weight: 400 !important;
  margin-top: 10px!important;
  letter-spacing: 0 !important;
}

.box-modal-wpp input.hs-button:hover {
  background: #1bff70!important;
  cursor: pointer;
}

.box-modal-wpp .hs-form span {
  margin-top: 5px;
  padding: 0 10px;
  font-size: 14px;
}

.box-modal-wpp label.hs-error-msg {
  background: transparent;
  box-shadow: 0 0 0!important;
  width: 100%;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-align: center;
}

.box-modal-wpp li.hs-form-checkbox span {
  display: block;
  vertical-align: top;
  margin-top: 0px !important;
  width: 100%;
  font-size: 13px!important;
  line-height: 15px!important;
}
.content-top-menu button.cmp-revoke-consent {
  position: relative;
  bottom: initial;
  left: initial;
  padding: initial;
  background: transparent;
  border: unset;
}
.content-top-menu button:hover {
  color: #ffce44;
}

@media (max-width:900px){ 
  .modal-content {
    left: 5%;
    max-width: 90%;
  }
}
/* FIM FORM MODAL */
/* Fim CSS Modal Whats */