
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 */
}

a {
    font-weight: 400;
    color: #70525e;
}

.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: #70525e;
    }

    .link-mapa:after {
        color: #333333;
        text-decoration: none;
    }

.link-blog-voltar {
    font-size: 22px;
    font-weight: 500;
    padding-left: 10px;
    text-decoration: none;
    color: #70525e;
    -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: #70525e;
    }

    .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: #70525e;
    }

    .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: #70525e;
    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: #70525e;
    }

    .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: #70525e;
    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;
    }
