﻿/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}


.footer {
    /*position: absolute;*/
    /* bottom: 0; */
    top: 100%;
    width: 100%;
    height: auto;
    color: #ececec;
    background-color: #383838;
}

    .footer a {
        color: white;
    }

    .footer li {
        list-style-type: none;
    }

        .footer li a {
            color: #a7a7a7;
        }

    .footer ul {
        padding-left: 10px;
    }

.wrapper {
    padding: 60px 0;
    padding-bottom: 100px;
}

.navbar-brand {
    padding-top: 5px;
}

.navbar-logo {
    float: left;
}

.Topo {
    margin-top: 50px;
    padding: 5px;
    background-color: #334C2A;
    width: 100%;
    min-height: 140px;
    color: White;
    overflow: hidden;
}


.LinkTopo {
    font-size: small;
    color: white;
    font-weight: bold;
}

a.LinkTopo:hover {
    color: white;
    text-decoration: none;
    cursor: pointer;
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    background-color: #8DBC8F;
}


@media (max-width: 768px) {
    .Topo {
        display: none;
    }
}

.ColunaUser {
    border-right: 1px solid #eeeeee;
}

    .ColunaUser a {
        color: black;
    }

.RodapeSocial {
    display: inline-block;
    overflow: hidden;
    padding-top: 5px;
}

    .RodapeSocial ul {
    }

    .RodapeSocial li {
        list-style: none;
        display: inline;
        margin-left: 5px;
    }

    .RodapeSocial a:hover {
        text-decoration: none;
        opacity: 0.5;
    }



/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 60px 15px 0;
}

.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

#Cabecalho .input-group-btn {
    width: auto;
}



.login-btn {
    color: #ffffff;
    text-transform: initial;
    padding: 6px 15px;
    border: 2px solid #FFF;
    background-color: transparent;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
}

    .login-btn:hover {
        color: rgb(255, 255, 255);
        /*border: 1px solid white;*/
        background-color: #7A828C;
        cursor: pointer;
    }


/* Caixa de Login */
.caixaLogin {
    color: #ffffff;
    text-transform: initial;
    padding: 6px 15px;
    border: 2px solid #FFF;
    background-color: transparent;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
}

a.caixaLogin:link {
    border: none;
    color: white;
    text-decoration: none;
    padding: 0px;
}

a.caixaLogin:hover, a.caixaLogin:visited, a.caixaLogin:active {
    border: none;
    color: white;
    text-decoration: underline;
    padding: 0px;
}



/* Botão de Pesquisa */
.Pesq-btn {
    color: #ffffff;
    text-transform: initial;
    padding: 6px 15px;
    /*border: 1px solid white;*/
    background-color: transparent;
    border: none;
    border-left: 1px solid white;
    border-radius: 0;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
}

    .Pesq-btn:hover, Pesq-btn:active, Pesq-btn:visited {
        color: rgb(255, 255, 255);
        background-color: #7A828C;
        cursor: pointer;
    }

.wraper {
    margin-top: 55px;
    width: 100%;
}

/* Slides */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}

.carousel-indicators {
    bottom: -10px;
}


/* Menu*/
.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px;
    width: 60%;
}

    .dropdown-menu-large > li > ul {
        padding: 0;
        margin: 0;
    }

        .dropdown-menu-large > li > ul > li {
            list-style: none;
        }

            .dropdown-menu-large > li > ul > li > a {
                display: block;
                padding: 3px 20px;
                clear: both;
                font-weight: normal;
                line-height: 1.428571429;
                color: #333333;
                white-space: normal;
            }

    .dropdown-menu-large > li ul > li > a:hover,
    .dropdown-menu-large > li ul > li > a:focus {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
    }

    .dropdown-menu-large .disabled > a,
    .dropdown-menu-large .disabled > a:hover,
    .dropdown-menu-large .disabled > a:focus {
        color: #999999;
    }

        .dropdown-menu-large .disabled > a:hover,
        .dropdown-menu-large .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

    .dropdown-menu-large .dropdown-header {
        color: #0c8216;
        font-size: 18px;
    }


@media (max-width: 1140px) {
    .dropdown-menu-large {
        margin-left: 8px;
        margin-right: 8px;
        padding: 10px 0px;
        width: 80%;
    }
}

@media (max-width: 832px) {
    .dropdown-menu-large {
        margin-left: 8px;
        margin-right: 8px;
        padding: 10px 0px;
        width: 90%;
    }
}

@media (max-width: 767px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }

        .dropdown-menu-large > li {
            margin-bottom: 30px;
        }

            .dropdown-menu-large > li:last-child {
                margin-bottom: 0;
            }

        .dropdown-menu-large .dropdown-header {
            padding: 3px 15px !important;
        }

        .dropdown-menu-large > li > ul > li > a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.428571429;
            color: white;
            white-space: normal;
        }
}


.divRight {
    float: right !important;
    margin-right: -15px;
}

@media (max-width: 995px) {
    .divRight {
        float: left !important;
        margin-right: -15px;
    }
}

@media (max-width: 767px) {
    .divRight {
        display: none;
    }
}

.label {
    display: inline;
}

@media (max-width: 1200px) {
    .label {
        display: none;
    }
}


/* Login */
.navbar-login {
    width: 315px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session {
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size {
    font-size: 87px;
}

@media (max-width: 320px) {
    .navbar-login {
        width: 305px;
        padding: 5px;
        padding-bottom: 0px;
    }

    .navbar-login-session {
        padding: 5px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .navbar-brand {
        padding: 0px;
    }
}


/* Div que fica flutuando fixo e no centro da tela a direita */
.divCadastre {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    width: 210px;
    background-color: black;
    opacity: 0.8;
    color: white;
    padding: 10px;
    margin-top: -50px;
    right: -160px;
    top: 50%;
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    webkit-transition: right 1s; /* For Safari 3.1 to 6.0 */
    transition: right 1s;
    z-index: 9999;
}

.divWhatsapp {
    border-bottom-left-radius: 4px;
    border-top-left-radius:4px;
    background-color: black;
    width: 255px;
    opacity: 0.8;
    color: white;
    padding: 10px;
    margin-top: 10px;
    right: -205px;
    top: 50%;
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transition: right 1s; /* Safari */
    transition: right 1s;
    z-index: 9999;
}

    .divWhatsapp:hover {
        right: -10px;
    }

    .divCadastre:hover {
        right: -10px;
    }


/* Youtube */
.Youtube {
    left: 0;
    width: 700px;
    height: 394px;
}

.google-adworks {
}

/* For smartphones */
@media (max-width: 550px) {
    .Youtube {
        width: 200px;
        height: 112px;
    }
}

/* For tablets & smart phones */
@media (min-width: 551px) and (max-width: 767px) {
    .Youtube {
        width: 400px;
        height: 225px;
    }
}

/* For smaller displays like laptops */
@media (min-width: 768px) and (max-width: 979px) {
    .Youtube {
        width: 500px;
        height: 280px;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .Youtube {
        width: 701px;
        height: 478px;
    }
}


/* For larger displays */
@media (min-width: 1200px) {
    .Youtube {
        width: 701px;
        height: 478px;
    }
}



