@media (min-width: 769px) {
    body { 
        overflow-x: hidden;
    }
}

@media (max-width: 768px) {

    body {
      overflow-x: hidden;
      --nav-height: 85px;
      padding-top: var(--nav-height);
    }

    #header {
      z-index: 9;
      width: 100%;
      height: var(--nav-height);
      position: fixed;
      top: 0;
      left: 0;
      transition: transform 0.2s;
    }

    .nav--hidden {
      transform: translateY(calc(-1 * var(--nav-height)));
      box-shadow: none;
    }
}

      .btnTabFiltro { border-bottom:2px solid #000; }
      .btnTabFiltroActive { border-bottom:2px solid #000; }
      .btnTabFiltro { border-bottom:2px solid #dbdbdb; }
      
.bg-body { background: #F8F8F8!important; }
.bg-header { background: #fff; }
.bg-footer { background: #fff!important; }
.bg-vermelho { background: #ed4343!important; }
.color-vermelho { color: #ed4343!important; }
.bg-section-atividade { background: #fff; }

@media (min-width: 990px) { 
  .mt--lg-45px { margin-top: -45px; }
  .mt--lg-35px { margin-top: -35px; }
  .mt--lg-100px { margin-top: -100px; }
  .mt-lg-107px { margin-top: 107px; }
}

@media (min-width: 990px) { 
.nav-item { padding: .5rem .5rem; }
.mt-lg-225 { margin-top: 225px; }
.mt-lg-150 { margin-top: 150px; }
}

.nav-link {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #152d45!important;
  font-size: 16px!important;
}

.nav-link:hover { text-decoration: none; }

.mt--67 { margin-top: -67px; }
.color-slogan-tipo-negocio { color: #4c555e!important; }
.color-em-destaque { color: #4c555e!important; }
.color-price { color: #e85815!important; }
.color-price-hover:hover { color: #e85815!important; }
.color-active-menu-bar { color: #e46026!important; }
.bg-price { background: #f5402c!important; }
.color-profile { color: #1c1e21; }
.circle-profile { height: 170px; width: 170px; }
.border-profile { border: 5px solid #FFF; }
.border-solutions { border: 7px solid #f8f9fa; }
.square-115 { width: 115px; height: 115px; }
.square-70 { width: 70px; height: 70px; }
.bg-orange-forte { background: #e31f09; }
.bg-gradient-base { background-image: linear-gradient(116deg,#2d4b70,#432b82 50%,#2d4b70); }
.bg-light-if-light { background: rgba(248,249,250)!important; }
.bg-white-if-light { background: rgba(255,255,255)!important; }

@media (min-width: 990px) { 
    #como-funciona { margin-top: 200px; }
  .h-lg-375 { height: 375px; }
    .h-lg-150 { height: 150px; }
    .h-lg-90 { height: 90px; }
}

.h-110 { height: 110px!important; }

.box-shadow-case { box-shadow: 10px 20px 40px rgb(0 0 0 / 99%)!important; }
.box-shadow-planos-hover:hover { box-shadow: rgb(22 65 77 / 80%) 0px 0px 17px!important; }
.box-shadow-planos { box-shadow: rgb(22 65 77 / 80%) 0px 0px 17px!important; }

.navbar-toggler-icon { color: #FFF; }

.overlay-caption {
  background: rgba(0,0,0,.7);
  width: 100%;
  left: 0%;
  bottom: 0%;
}

.border-filtro { border-color:#b1b6ba!important; }

.border-icon-service {
    border: 2px solid #ccc;
}

.bg-gradient-pink-blue {
    background: -webkit-linear-gradient(-70deg, #ff0000 0%, #2188ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}

@media (min-width: 990px) { 
  .contact-methods-container { padding-right: 155px; } 
  .w-lg-125px { width: 125px; }
  .h-lg-125px { height: 125px; }
    .mb-lg-8 {
        margin-bottom: 6rem!important;
    }
  #top { padding-top: 25px; }  
}







.media-icons a { 
    color:#FFF; 
    font-size: 18px;
    text-shadow: 3px 2px rgba(0, 0, 0, .6); 
    display: inline-block;
    text-decoration: none;
}
.media-icons a:hover { text-decoration: none; }

.media-icons a div {
    box-shadow: 3px 2px rgba(0, 0, 0, .4);
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    border:2px solid rgba(255, 255, 255, .1);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: 4px;
    margin-right: 4px;
    -webkit-transition: 0.45s ease-in;
    -moz-transition: 0.45s ease-in;
    -o-transition: 0.45s ease-in;
    transition: 0.45s ease-in;
}

.media-icons a div:hover { 
    color:#FFF!important; 
    background: #dc3545;
    text-shadow: 1px 1px rgba(0, 0, 0, .6); 
}


.btn-orcamento {
 box-shadow:inset 0px 34px 0px -15px #b54b3a;
 background-color:#ed4343;
 display:inline-block;
 cursor:pointer;
 color:#ffffff;
 font-family:'Raleway', sans-serif;
 font-size:18px;
 padding:14px 35px;
 text-decoration:none;
 text-shadow:0px -1px 0px #7a2a1d;
 text-transform: uppercase;
 font-weight: 800;
 border-radius: 3px;
 border-bottom: 3.5px solid #5c0f19;
 text-shadow: 1.5px 1.5px rgba(0, 0, 0, .20);
 letter-spacing: .2px;
-webkit-transition: 0.5s ease-in;
-moz-transition: 0.5s ease-in;
-o-transition: 0.5s ease-in;
transition: 0.5s ease-in;
}
.btn-orcamento:hover { background: #f54e4e; color: #FFF!important; }

.btn-orcamento-light {
 box-shadow:inset 0px 34px 0px -15px #b54b3a;
 background-color:#FFF;
 display:inline-block;
 cursor:pointer;
 color:#305278;
 font-family:'Poppins', sans-serif;
 font-size:18px;
 padding:14px 35px;
 text-decoration:none;
 text-shadow:0px -1px 0px #7a2a1d;
 text-transform: uppercase;
 font-weight: 600;
 border-radius: 3px;
 border-bottom: 3.5px solid #5c0f19;
 letter-spacing: .2px;
-webkit-transition: 0.5s ease-in;
-moz-transition: 0.5s ease-in;
-o-transition: 0.5s ease-in;
transition: 0.5s ease-in;
}
.btn-orcamento-light:hover { background: #f9f9f9; }

.bg-wpp { background: #1cad52; }
.box-shadow-wpp { box-shadow: rgb(26 195 146 / 80%) 0px 0px 20px; }
  

optgroup {
  color: #777;
}

option {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color:#555555;
}

.select-edit {
  border:2px solid #adacac!important;
  border-radius: 3px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color:#555555;
}



.bg-app { background: #EFEFEF;  }

.border-light-or-dark { border-color: #0d1e2e!important; }

.color-light-or-dark { color: #0d1e2e; }
.color-222e3c { color: #222e3c; }
.color-servico { color: #0d1e2e!important; }
.color-circle-categoria-atividade { color: #152d45!important; }
.color-base, .color-base-if-light, .color-base-two-temas, .color-agil, .color-title-tipo-negocio, .color-card-title-atividade, .color-card-avaliacoes { color: #152d45!important; }
.color-card-endereco { color: #6b7580!important; }
.color-card-unidade-nome { color: #3b434a!important; }
.bg-base { background: #2d4b70; }
.bg-base-hover:hover { background: #2d4b70; }

.fig-caption { 
   margin-top: -47px;
   z-index: 333;
   position: relative;
  background-color: rgba(15, 31, 48, .9); 
  padding:15px;
}

.box-convenios {
  box-shadow: 0px 5px 10px -5px #022B73;
  border-radius: 50px!important;
}


.bg-default { background: #152d45; }
.bg-default:hover {
  transition: all 1s ease!important;
  background: #e46026!important;
}

.color-grafite-03-if-light { color: #6b7580!important; }
.color-grafite-04-if-light { color: #4c555e!important; }
.color-grafite-05-if-light { color: #3b434a!important; }
.color-menu-check { color: #152d45!important; }

.color-titulo-if-light { color: #152d45; }
.color-titulo { color: #152d45!important; }
.color-roxo, .color-pass { color: #645caa!important; }
.color-endereco-filtros, .color-roxo-forte, .color-roxo-forte-if-light { color: #4d458c!important; }
.bg-roxo-fraco { background: #645caa!important; }
.bg-roxo-forte { background: #4d458c!important; }
.bg-hover-roxo-fraco:hover { background: #544c9e!important; }
.bg-hover-f1-if-light { background: #f1f1f1!important; }
.text-dark-if-light { color: #212529; }
.text-primary-if-light { color: #0d6efd!important; }

.bg-white-if-light { background: #fff; }

.bg-gradient-wpp {
  background: linear-gradient(90deg, rgba(47, 204, 129,.85) 85px, rgba(22, 156, 92,1) 10%);
}

.bg-gradient-roxo-card {
  background: linear-gradient(90deg, rgba(77, 69, 140,1) 85px, rgba(100, 92, 170,1) 10%);
}

.color-login { color: #3b434a!important; }

.titulo-footer {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 54px;
    line-height: 1.07;
    color: #eee;
    position: relative;
}

.btn-default-outline {
font-family: Poppins,sans-serif;
box-sizing: border-box!important;
text-decoration: none!important;
display: inline-block!important;
font-weight: 400;
text-align: center!important;
vertical-align: middle!important;
user-select: none!important;
border: 1px solid #2d4b70!important;
font-size: 0.9rem!important;
line-height: 1.5!important;
transition: color .1s ease-in-out,background-color .1s ease-in-out,border-color .1s ease-in-out,box-shadow .1s ease-in-out;
color: #2d4b70!important;
outline: none!important;
background: transparent!important;
border-radius: 23px;
padding: 7px 22px;  
}
.btn-default-light {
font-family: Poppins,sans-serif;
box-sizing: border-box!important;
text-decoration: none!important;
display: inline-block!important;
font-weight: 400;
text-align: center!important;
vertical-align: middle!important;
user-select: none!important;
border: 1px solid transparent!important;
font-size: 0.9rem!important;
line-height: 1.5!important;
transition: color .1s ease-in-out,background-color .1s ease-in-out,border-color .1s ease-in-out,box-shadow .1s ease-in-out;
color: #152d45!important;
outline: none!important;
background: #fff!important;
border-color: #fff!important;
border-radius: 23px;
padding: 11px 25px;  
}
.btn-default-loja {
letter-spacing: .4px;
font-family: Poppins,sans-serif;
box-sizing: border-box!important;
text-decoration: none!important;
display: inline-block!important;
font-weight: 400;
text-align: center!important;
vertical-align: middle!important;
user-select: none!important;
border: 1px solid transparent!important;
font-size: 0.9rem!important;
line-height: 1.5!important;
transition: color .1s ease-in-out,background-color .1s ease-in-out,border-color .1s ease-in-out,box-shadow .1s ease-in-out;
color: #fff!important;
outline: none!important;
background: #ff4842!important;
border-color: #ff4842!important;
border-radius: 23px;
padding: 11px 25px;  
}
.btn-default {
letter-spacing: .4px;
font-family: Poppins,sans-serif;
box-sizing: border-box!important;
text-decoration: none!important;
display: inline-block!important;
font-weight: 400;
text-align: center!important;
vertical-align: middle!important;
user-select: none!important;
border: 1px solid transparent!important;
font-size: 0.9rem!important;
line-height: 1.5!important;
transition: color .1s ease-in-out,background-color .1s ease-in-out,border-color .1s ease-in-out,box-shadow .1s ease-in-out;
color: #FFF!important;
outline: none!important;
background: #645caa!important;
border-radius: 23px;
padding: 11px 25px;
}

.btn-default:hover, .bg-default-hover:hover {
  transition: all 1s ease!important;
  background: #e46026!important;
  border-color: #e46026!important;
}
.border-info-academia { border-top:5px solid #eee; }

.h-50px { height: 50px; }

.w-150px { width: 300px; }

.color-star { color: #edc405; }

.color-title { color: #161632!important; }


.placeholder-edit::-webkit-input-placeholder {
    font-weight: bold;
    color:#161632;
    opacity: .73;
}
.placeholder-edit::-moz-placeholder {
    font-weight: bold;
    color:#161632;
    opacity: .73;
}
.placeholder-edit::-ms-input-placeholder {
    font-weight: bold;
    color:#161632;
    opacity: .73;
}

.placeholder-dark-if-light::-webkit-input-placeholder {
    font-weight: 600;
    color:rgb(0,0,0)!important;
    opacity: .7;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}
.placeholder-dark-if-light::-moz-placeholder {
    font-weight: 600;
    color:rgb(0,0,0)!important;
    opacity: .7;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}
.placeholder-dark-if-light::-ms-input-placeholder {
    font-weight: 600;
    color:rgb(0,0,0)!important;
    opacity: .7;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.toggle-chip {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    font-size: 14px!important;
    font-weight: 500;
    border: 1px solid #dcdcdc;
    border-radius: 16px;
    padding: 7px 16px;
    color: #3e3e3e;
    cursor: pointer;
}



.btn-cat-active, .bg-cat-active-hover:hover {
 background: #222e3c!important;
 color: #FFF!important; 
}

.hover-d-line-through {
  text-decoration: line-through;
}



.btn-comprar {
    background-color: #ff9933;
    border-radius: 25px;
    width: 100%;
    text-align: center;
    padding: 5px 40px;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    text-shadow: 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 .3rem .5rem rgba(0,0,0,.1)!important;
    transition: all .3s;
    display: block;
}

.btn-comprar:hover { transform: scale(1.1);color: #FFF; text-decoration: none; }

.btn-outline-roxo {
    background: transparent;
    border: 2px solid #645caa;
    font-family: 'Inter', sans-serif;
    color: #645caa;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    transition: all .3s;
}
.btn-outline-roxo:hover { background: #645caa!important; color: #FFF!important; }

@media (min-width: 992px) {
.modal-600 {
    max-width: 600px;
}}


.btnCall {
    list-style: none;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    position: relative;
    background: #152d45;
    border-radius: 30px;
    color: #ffffff;
    border: 0;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer !important;
    transition: all 300ms ease-in-out;
    padding: 20px 25px;
}

.btnCall:hover {
    background: #e46026;
    color: #fff;
}

.bg-hover { background: #e46026; }
.bg-hover:hover { background: #152d45; }

.fundo-dots {
    background-image: url(https://www.cnead.com.br/site/wp-content/themes/cnead/dist/images/bg-section-dots.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.border-categoria {
  border:2.5px solid #333; 
  border-radius: 50px;
}

.btn-categoria { background: transparent; color: #333; transition: background-color 0.1s ease-in-out; }
.bg-categoria-active, .btn-categoria:hover {
  background: #645caa!important;
  color: #FFF!important;
}

.btn-categoria-plano { background: transparent; color: #333; transition: background-color 0.1s ease-in-out; }
.bg-categoria-plano-active, .btn-categoria-plano:hover {
  background: #645caa!important;
  color: #FFF!important;
}

.color-filtro-search { color: #002f58; }

.filtro-search {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid #222;
    color: #002f58;
    font-weight: 500;
    outline-width: 0!important;
    outline: none!important;
}

.filtro-search:focus { outline-width: 0; }

.filtro-search::-webkit-input-placeholder {
    font-weight: 600;
    color:#002f58;
    opacity: .73;
}
.filtro-search::-moz-placeholder {
    font-weight: 600;
    color:#002f58;
    opacity: .73;
}
.filtro-search::-ms-input-placeholder {
    font-weight: 600;
    color:#002f58;
    opacity: .73;
}

@media (min-width: 990px) { 
    .border-circle-base-lg { border:5px solid #2d4b70; }
}
.border-circle-base { border:5px solid #2d4b70; }
.border-circle-roxo { border:5px solid #645caa; }
.bg-gradient-base-e-roxo { background-image: linear-gradient(116deg,#2d4b70,#645caa); }

.border-field { border: 3px solid #f1f1f1; }


.help-button {
    border-radius: 50%; 
    width: 24px; 
    height: 24px; 
    border:2px solid #2d4b70; 
    display: flex; justify-content: center; 
    align-items: center; 
    font-weight:600;
}




.pulse-button-agilpass {
    box-shadow: rgb(63 124 171 / 80%) 0px 0px 20px;
    -webkit-animation: pulse-button-agilpass 1.5s infinite;
    background-image: linear-gradient(116deg,#365a87,#432b82 50%,#365a87);
    border:3px solid rgba(0,0,0,.1);
    border-radius: 30px;
}

.pulse-button-agilpass:hover {
  -webkit-animation: none;
}

@-webkit-keyframes pulse-button-agilpass {
  0% {
    -moz-transform: scale(0.92);
    -ms-transform: scale(0.92);
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 13px rgba(63, 124, 171, 0);
  }
  100% {
    -moz-transform: scale(0.92);
    -ms-transform: scale(0.92);
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
    box-shadow: 0 0 0 0 rgba(63, 124, 171, 0);
  }
}





.tape {
  position: absolute;
  right: 0px;
  transform: rotate(20deg);
}