
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.fa-whatsapp-square {
    color: white;
}
.fa-whatsapp-square:hover {
    color: grey;
}
#VejaTambem {
    position: relative; 
    left: 160px;
}
#VejaTambemQuadro {
    position: relative;
    left: 200px;
}
#GridProduto{
    position:relative;
    left:50px;
}
/*#FormProduto{
    width:120%;
}*/

#PrevCarousel {
    display:inline-flex; 
    height:150px; 
    position:relative;left:900px;
}
#BotaoAtualizarMenu {
    background-color: #2ABB99;
    border-color: #2ABB99;
}

#ContainerColuna1Comprar{
    height:50px;
}
/*#GridBotao {
    background-color: #2ABB99;
    color: #2ABB99;
}*/
a {
    font-weight: 400;
    color: #2abb99;
}
.nav-link {
    color: #70525e;
    font-weight: 400;
    display: block;
    padding: 0.5rem 1rem;
}

.nav-logo {
    font-weight: 500;
    color: #eeeeee;
}

.nav-text {
    font-weight: 200;
    color: #eeeeee;
}

.link-mapa {
    padding-left: 10px;
    text-decoration: none;
    color: #333333;
    -webkit-transition: font-size 0.5s, color 0.5s, font-weight 0.6s; /* Safari */
    transition: font-size 0.5s, color 0.5s, font-weight 0.6s;
}

    .link-mapa:hover {
        font-size: 18px;
        font-weight: 500;
        text-decoration: none;
        color: #2abb99;
    }

    .link-mapa:after {
        color: #333333;
        text-decoration: none;
    }

.link-blog-voltar {
    font-size: 22px;
    font-weight: 500;
    padding-left: 10px;
    text-decoration: none;
    color: #2abb99;
    -webkit-transition: font-size 0.5s, color 0.5s, font-weight 0.6s; /* Safari */
    transition: font-size 0.5s, color 0.5s, font-weight 0.6s;
}

    .link-blog-voltar:hover {
        font-size: 26px;
        font-weight: 600;
        text-decoration: none;
        color: #2abb99;
    }

    .link-blog-voltar:after {
        color: #333333;
        text-decoration: none;
    }

.link-corpo {
    font-size: 16px;
    text-decoration: none;
    color: #7e606c;
    -webkit-transition: font-size 0.5s, color 0.5s, font-weight 0.6s; /* Safari */
    transition: font-size 0.6s, color 0.6s, font-weight 0.6s;
}

    .link-corpo:hover {
        font-size: 18px;
        font-weight: 500;
        text-decoration: none;
        color: #2abb99;
    }

    .link-corpo::after {
        color: #7e606c;
        text-decoration: none;
    }



.icones-suporte {
    font-size: 64px;
    padding: 10px;
}

.bg {
    min-height: 80vh;
    background-image: url(../Img/bg.jpg);
    background-size: cover;
    background-position: right;
}

.bg-flat {
    min-height: 40vh;
    background-image: url(../Img/bg_flat.jpg);
    background-size: cover;
    background-position: right;
}



.sticky-top {
    transition: all 0.25s ease-in;
}

/* style for when sitcky is applied */
.stuck .sticky-top {
    background-color: #222 !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

/*Menu Empilhado*/

.pnlMenuEmpilhado {
    font-family: 'Segoe UI';
    position: relative;
    float: left;
    margin: -7px 0;
    width: 100%;
    z-index: 1;
}

.divMenuEmpilhado {
    position: relative;
    float: left;
}

.ulMenuEmpilhado {
    list-style: none;
    margin: 0;
    padding: 0;
}

.liMenuEmpilhado {
    float: left;
}

.aMenuEmpilhado {
    display: inline-block;
    text-decoration: none;
    padding: 30px 10px;
    color: white;
    text-transform: uppercase;
    font-size: 100%;
}

.liMenuEmpilhado:hover, .liMenuEmpilhadoF:hover {
    background-color: #32402e;
    background: linear-gradient(to bottom, #32402e 50%, #87ab7d);
    background: -moz-linear-gradient(top, #32402e 50%, #87ab7d);
    background: -webkit-gradient(left top, left bottom, color-stop(50%, #32402e), color-stop(#87ab7d));
    background: -webkit-linear-gradient(top, #32402e 50%, #87ab7d);
    background: -o-linear-gradient(top, #32402e 50%, #87ab7d);
    background: -ms-linear-gradient(top, #32402e 50%, #87ab7d);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32402e', endColorstr='#87ab7d', GradientType=0 );
}

.aMenuEmpilhado:hover {
    text-decoration: none;
}

.aMenuEmpilhadoIcone {
    width: 64px;
    background-size: 64px;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 6px 10px;
    height: 64px;
    display: inline-block;
}

.fixarMenuEmpilhado {
    position: fixed;
    top: 62px !important;
}

@media (max-width: 1070px) {

    #cmdIndicacao {
        display: none;
    }
}

.divMenuEmpilhadoF {
    position: relative;
    float: left;
    display: none;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: underline;
    width: 100%;
    max-height: 400px;
    overflow: auto;
}

.MenuEmpilhadoIcon {
    float: left;
    margin: 0.188em 0 0 0.438em;
    position: relative;
    left: 50%;
    margin-left: -12px;
}

.MenuEmpilhadoIconBar {
    background-color: #FFFFFF;
    display: block;
    width: 1.525em;
    height: 0.155em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

    .MenuEmpilhadoIconBar + .MenuEmpilhadoIconBar {
        margin-top: 0.178em;
    }

#menuInterno {
    margin: 75px 0 0 0;
}

.aMenuEmpilhadoF {
    display: inline-block;
    text-decoration: none;
    padding: 30px 0px;
    color: white;
    text-transform: uppercase;
    font-size: 100%;
    width: 100%;
    text-align: center;
}

    .aMenuEmpilhadoF:hover {
        text-decoration: none;
    }

.divIconMenu {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 0;
}

.fixarMenuIcon {
    position: fixed;
}

.nav-pills .nav-link.hover {
    background-color: #2abb99;
    color: #eeeeee;
    font-weight: 600;
    border-radius: 0px;
}

img {
    border-style: none;
}


.imgLeft {
    padding-right: 5px;
    float: left;
    border-width: 0px;
}

.imgRight {
    padding-left: 5px;
    float: right;
    border-width: 0px;
}

.link-whatsapp {
    text-decoration: none;
    font-weight: 500;
    color: #128C7E;
    font-size: 19px;
    -webkit-transition: font-size 0.5s, color 0.5s, font-weight 0.6s; /* Safari */
    transition: font-size 0.5s, color 0.5s, font-weight 0.6s;
}

    .link-whatsapp:hover {
        text-decoration: none;
        font-weight: 600;
        color: #075E54;
        font-size: 22px;
    }

    .link-whatsapp::after {
        color: #128C7E;
        text-decoration: none;
    }

.link-chat {
    font-size: 19px;
    text-decoration: none;
    color: #7e606c;
    font-weight: 500;
    -webkit-transition: font-size 0.5s, color 0.5s, font-weight 0.6s; /* Safari */
    transition: font-size 0.6s, color 0.6s, font-weight 0.6s;
}

    .link-chat:hover {
        font-size: 22px;
        font-weight: 600;
        text-decoration: none;
        color: #2abb99;
    }

    .link-chat::after {
        color: #7e606c;
        text-decoration: none;
    }

nav .nav-link:hover {
    background-color: #eeeeee;
    color: #333333 !important;
}

.divTexto {
    overflow: hidden;
    margin: 0 auto;
    width: 60%;
    opacity: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: justify;
}

@media (max-width: 1124px) {

    .divTexto {
        overflow: hidden;
        margin: 0 auto;
        width: 90%;
        opacity: 1;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: justify;
    }
}

/*Botão para voltar ao topo*/

.smoothscroll-top {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99;
    background-color: #2abb99;
    color: #fff;
    width: 50px;
    height: 45px;
    line-height: 44px;
    left: 15px;
    bottom: -25px;
    border-radius: 4px;
    transition: all .5s ease-in-out;
    transition-delay: .2s;
}

    .smoothscroll-top:hover {
        background-color: #644954;
        color: #fff;
        transition: all .2s ease-in-out;
        transition-delay: 0;
    }

    .smoothscroll-top.show {
        visibility: visible;
        cursor: pointer;
        opacity: 1;
        bottom: 15px;
    }

    .smoothscroll-top i.fa {
        line-height: inherit;
    }

/*Botões para contato*/
.rodape-social {
    display: inline-block;
    overflow: hidden;
}

.box-contato {
    position: fixed;
    opacity: 1;
    /*visibility: hidden;*/
    overflow: hidden;
    text-align: center;
    color: #fff;
    width: 50px;
    height: 45px;
    line-height: 44px;
    right: 15px;
    bottom: -25px;
    border-radius: 4px;
    transition: all .5s ease-in-out;
    background-color: transparent;
    margin-top: 10px;
    top: 50%;
    position: fixed;
    z-index: 99;
}

/*Efeito de fade in no body*/
div .container {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

img-link-social {
    height: 36px;
    width: 36px;
}

.social-menu {
    font-size: 42px;
    color: white;
}

    .social-menu a {
        font-size: 42px;
        color: white;
    }

    .social-menu:hover {
        color: gray;
    }

/* Style The Dropdown Button */
.dropbtn {
    background-color: #2abb99;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #2abb99;
    min-width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #2abb99
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #2abb99;
}

.cart-count-badge {
    position: absolute;
    top: -.625rem;
    right: -.625rem;
    line-height: 1rem;
    height: 1rem;
    width: 1rem;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    background-color: #ff671c;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    z-index: 1;
    text-align: center;
}


.ResultQuestao {
    border: 2px solid black;
    width: 35%;
    margin: 10px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.VisualizarAvaliacoes{
    display:flex;
    justify-content:space-between;
    padding-top:5%;
    padding-bottom:7%;
    align-content:center;
}
.DisplayAvaliacoes {
    padding-bottom: 10%;
    text-align:center;
}
.BtnsAvaliacao{
    padding-top:10px;
    display:flex;
    justify-content:space-around;
}
.SelectCurso{
    width:20%;
    position:relative;
    left:40%;
    padding-top:5%;
}


@media only screen and (max-width: 374px) {
    #LogoRodape {
        display: none;
    }
    #BotaoLogin{
        position:relative;
        left:110px;
    }
}
@media only screen and (max-width: 375px) {
    #BotaoLogin {
        position: relative;
        left: 135px;
    }
    #PrevCarousel {
        display: none;
    }

    #VejaTambem {
        position: relative;
        left: 0px;
    }

    #VejaTambemQuadro {
        position: relative;
        left: 0px;
    }

    .RodapeSite {
        height: 75px;
        max-height: 75px;
        overflow-y: scroll;
        width: 100%;
        display: list-item;
    }

    #MenuRodape {
        max-height: 200px;
        overflow-y: scroll;
    }

    #TextoRodape {
        display: none;
    }

    #RedesSociaisRodape {
        display: inline;
        height: 50px;
        max-height: 50px;
        
    }

    #IconeFacebookRodape {
        position: relative;
        right: 15px;
    }

    #IconeYoutubeRodape {
        position: relative;
        bottom: 47px;
        left: 30px;
    }

    #IconeTwitterRodape {
        position: relative;
        bottom: 94px;
        left: 75px;
    }

    #IconeLinkedinRodape {
        position: relative;
        bottom: 140px;
        left: 120px;
    }

    #IconePinterestRodape {
        position: relative;
        bottom: 187px;
        left: 165px;
    }

    #IconeInstagramRodape {
        position: relative;
        bottom: 233px;
        left: 210px;
    }

    #IconeWhatsAppRodape {
        position: relative;
        bottom: 280px;
        left: 255px;
    }

    #LogoRodape {
        position: relative;
        top: 3px;
        right: 7px;
    }

    .smoothscroll-top show {
        display: none;
    }

    .smoothscroll-top {
        display: none;
    }

}
@media only screen and (min-width: 376px) and (max-width: 424px) {
    #BotaoLogin {
        position: relative;
        left: 160px;
    }
    #PrevCarousel {
        display: none;
    }

    #VejaTambem {
        position: relative;
        left: 0px;
    }

    #VejaTambemQuadro {
        position: relative;
        left: 0px;
    }

    .RodapeSite {
        height: 75px;
        max-height: 75px;
        overflow-y: scroll;
        width: 100%;
        display: list-item;
    }

    #MenuRodape {
        max-height: 200px;
        overflow-y: scroll;
    }

    #TextoRodape {
        display: none;
    }

    #RedesSociaisRodape {
        display: inline;
        height: 50px;
        max-height: 50px;
    }

    #IconeFacebookRodape {
        position: relative;
        right: 15px;
    }

    #IconeYoutubeRodape {
        position: relative;
        bottom: 47px;
        left: 30px;
    }

    #IconeTwitterRodape {
        position: relative;
        bottom: 94px;
        left: 75px;
    }

    #IconeLinkedinRodape {
        position: relative;
        bottom: 140px;
        left: 120px;
    }

    #IconePinterestRodape {
        position: relative;
        bottom: 187px;
        left: 165px;
    }

    #IconeInstagramRodape {
        position: relative;
        bottom: 233px;
        left: 210px;
    }

    #IconeWhatsAppRodape {
        position: relative;
        bottom: 280px;
        left: 255px;
    }

    #LogoRodape {
        position: relative;
        top: 3px;
        right: 7px;
    }

    .smoothscroll-top show {
        display: none;
    }

    .smoothscroll-top {
        display: none;
    }

}
@media only screen and (min-width: 425px) and (max-width: 600px) {
    #BotaoLogin {
        position: relative;
        left: 160px;
    }
    #PrevCarousel {
        display: none;
    }

    #VejaTambem {
        position: relative;
        left: 0px;
    }

    #VejaTambemQuadro {
        position: relative;
        left: 0px;
    }

    .RodapeSite {
        height: 75px;
        max-height: 75px;
        overflow-y: scroll;
        width: 100%;
        display: list-item;
    }

    #MenuRodape {
        max-height: 200px;
        overflow-y: scroll;
    }

    #TextoRodape {
        display: none;
    }

    #RedesSociaisRodape {
        display: inline;
        height: 50px;
        max-height: 50px;
        padding-left: 10px;
    }

    #IconeFacebookRodape {
        position: relative;
        left: 5px;
    }

    #IconeYoutubeRodape {
        position: relative;
        bottom: 47px;
        left: 55px;
    }

    #IconeTwitterRodape {
        position: relative;
        bottom: 94px;
        left: 105px;
    }

    #IconeLinkedinRodape {
        position: relative;
        bottom: 140px;
        left: 155px;
    }

    #IconePinterestRodape {
        position: relative;
        bottom: 187px;
        left: 205px;
    }

    #IconeInstagramRodape {
        position: relative;
        bottom: 233px;
        left: 255px;
    }

    #IconeWhatsAppRodape {
        position: relative;
        bottom: 280px;
        left: 305px;
    }

    #LogoRodape {
        position: relative;
        top: 3px;
        left: 10px;
    }

    .smoothscroll-top show {
        display: none;
    }

    .smoothscroll-top {
        display: none;
    }
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
    #PrevCarousel {
        display: none;
    }
    #FormProduto{
        width:75%
    }
}

 