@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css");

::-webkit-scrollbar-track { background-color: #F4F4F4; }
::-webkit-scrollbar { width: 8px; background: #F4F4F4; }
::-webkit-scrollbar-thumb { background: rgba(215, 205, 82); }

#submenu, .bg-submenu { background: #212832; }
#menu {
    background: #FFF;
    box-shadow: 0px -1px 8px 0px rgb(0 0 0 / 60%);
    z-index: 999;
}
.nav-link {
    color: #717171!important;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px!important;
    font-weight: 500;
    line-height: 20px;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    transition: .4s;
    margin-right: 20px;
}
.nav-link:hover { color: #D7CD52!important; text-decoration: none; }

@media(max-width: 768px) { 
    .nav-link { padding-top: 7px!important; padding-bottom: 7px!important; }
    .btnPortalAluno { margin-top: 8px; }
}


.btnAssinarAgoraNav {

    padding: 13px 25px;
    display: flex;
    align-items: center;
    transition: .4s;
    margin-right: 20px;

    background-color: #1AC392;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 22%);
    font-size: 16px;
    text-align: center;
    transition: all .3s;
    color: #FFF!important;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    box-shadow: rgb(26 195 146 / 80%) 0px 0px 20px;
}

.btnAssinarAgoraNav:hover { background: #17a37b; color: #FFF; text-decoration: none; }




.bg-img-banner {
    background-size: cover;
    background-position: center; 
    width: 100%;
    background-repeat: no-repeat;
    min-height: 475px;
}

@media (max-width: 768px)
{
    .bg-img-banner {
        background-size: contain;
        background-position: center; 
        width: 100%;
        background-repeat: no-repeat;
        min-height: 185px;    
    }

    #banners { clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 80%); }
}


.btnPortalAluno {
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    background-color: #70C292;
    border-radius: 20px 20px 20px 20px;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px!important;
    color: #fff!important;
    text-align: center;
    transition: all .3s;
    display: inline-block;
}
.btnPortalAluno:hover { background: #17a37b; color: #FFF!important; }

@media(min-width: 769px) { .btnPortalAluno { margin-left: 25px; margin-top: 3px; } }

.color-submenu { color: #f5f5f5; }
.color-submenu:hover { color: #ffb433; }

.btnSaibaMais {
    font-family: "Poppins", Sans-serif;
    border-radius: 2px;
    color: #FFF;
    background: #093e73;
    border-color: rgba(145,233,0,0);
    font-weight: 500;
    transition: all .3s;
    fill: #fff;
    text-align: center;
    padding: 12px 24px;
    line-height: 1;
    text-decoration: none;
    text-shadow: 1px 1px rgba(0, 0, 0, .1);
}
.btnSaibaMais:hover { text-decoration: none; background: #111; color: #ffa500; }

@media (min-width: 769px) { .btnSaibaMais { font-size: 1.3vw; } }
@media (max-width: 768px) { .btnSaibaMais { font-size: 4.5vw; }  }


.background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgb(0 0 0 / 90%);
}

.titulo {
	color: #002856;
	font-family: "Poppins", Sans-serif;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
}

.bg-line { background: #eb9d0e; }

.color-base { color: #ffb433!important; }

.box-info { box-shadow: 0px 10px 20px -10px #022B73; transition: all .2s ease-in-out; }
.box-info:hover { transform: scale(1.01); }

.bg-base { background-image: linear-gradient(177deg, rgb(247 17 80 / 90%), rgb(113 8 28 / 90%)); }

.btnEntrarEmContato {
    color: #111;
    background-image: linear-gradient(177deg, rgb(247 17 80 / 90%), rgb(113 8 28 / 90%));
    font-family: "Raleway", Sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 20px 40px;
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    width: 100%;
    border: 0px;
    border-radius: 3px;
    margin-top: -10px;
}
.btnEntrarEmContato:hover { background: #e39609; }


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


.btn-sell {
 background: #1AC392;
 display:inline-block!important;
 cursor:pointer!important;
 color:#FFF!important;
 font-family:'Raleway', sans-serif!important;
 font-size:18px!important;
 padding:14px 35px!important;
 text-decoration:none!important;
 text-shadow:0px -1px 0px #7a2a1d!important;
 text-transform: uppercase!important;
 font-weight: 800!important;
 border-radius: 3px!important;
 border: 0px;
 text-shadow: 1.5px 1.5px rgba(0, 0, 0, .30)!important;
 letter-spacing: .2px!important;
 box-shadow: rgb(255 0 70 / 80%) 0px 0px 20px;
}
.btn-sell:hover, .bg-base-hover:hover { background: #16a67c!important; }

.bg-assinar { background-color: #1AC392!important;  }
.bg-assinar-hover:hover { background-color: #16a67c!important;  }
.btnAssinarAgora {
    background-color: #1AC392;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 22%);
    font-size: 20px;
    padding: 25px 50px;
    text-align: center;
    transition: all .3s;
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-shadow: 1px 1px rgba(0, 0, 0, .1);
    box-shadow: rgb(26 195 146 / 80%) 0px 0px 20px;
}

.btnAssinarAgora:hover { background: #17a37b; color: #FFF; text-decoration: none; }

.box-shadow-card { box-shadow: 0px 10px 20px -10px #022b73;}

.border-color-form { border: 2px solid #e3e3e3; }

.rounded-30 { border-radius: 30px!important; }
.rounded-top-30 { border-top-left-radius: 30px!important; border-top-right-radius: 30px!important; }
.rounded-bottom-30 { border-bottom-left-radius: 30px!important; border-bottom-right-radius: 30px!important; }
.rounded-10 { border-radius: 10px!important; }

.color-invest { color: #525252; }


.bg-green-wpp { background: #1dc45c; }
.box-shadow-wpp { box-shadow: 0px 7px 15px -10px #000; }


.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); 
}

.bg-contato { 
    background-attachment: fixed; 
    background-image: url('/sites-proprios/eja-brasil-ead/images/rodape.png'); 
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.bg-contato-overlay {
    background: #000;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.btnNavegacao {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #FFF;
    text-decoration: none;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
}
.btnNavegaAreaAluno { background: #1AC392!important; }
.btnNavegaAreaAluno:hover { background: #16a67c!important; color: #FFF; text-decoration: none; }

@media (min-width: 990px) { 
  .width-large { width: 225px; } 
}


.boxArticle {
 box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
 transition: all .2s ease-in-out;
}
.boxArticle:hover {
 box-shadow: 0 .01rem 01rem rgba(0,0,0,0.4)!important;
 transform: scale(1.01);
}





.pulse-button {
    -webkit-animation: pulse 1.5s infinite;
}

.notification-success {

    box-shadow: rgb(26 195 146 / 80%) 0px 0px 20px;
    background: rgba(28, 173, 82, .85);

}

.wpp-pulse-button {

    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    width: 85px;
    height: 85px;
    font-size: 1.25em;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
    letter-spacing: -1px;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: rgb(26 195 146 / 80%) 0px 0px 20px;
    -webkit-animation: pulse 1.5s infinite;

    position: relative;
    margin: auto; 
    border: double 7px transparent;
    border-radius: 50%;
    background: #17bf55;
    border:5px solid rgba(0,0,0,.1);

}

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

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(90, 153, 212, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}


.footer__copyright {
    padding: 18px 0;
    border-top: 1px solid rgba(246,249,251,.07);
}

@media (min-width: 768px) {
.footer__copyright--by {
    text-align: right;
}}


.bg-footer {
    background-image: linear-gradient(70deg, #D7CD52 0%, #5FB882 100%);
}