﻿/*$Rev: 10723 $*/

.div-menu-topo-lateral-tres-linhas {
    float: left;
    margin: 30px 20px 0px 0px;
}

.btn-cadastre-se {
    padding: 0px 20px;
    margin: 20px 20px 20px 8px;
    height: 40px;
    line-height: 40px;
}

.btn-entrar-logar {
    line-height: 38px;
    margin: 20px 0px 20px 8px;
}

.btn-indique-ganhe {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 10px;
    color: #FFFFFF;
    border-radius: 2px;
    padding: 8px;
    text-transform: uppercase;
    z-index: 999;
    font-size: 14px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    letter-spacing: 1.4px;
}

    .btn-indique-ganhe i {
        padding: 0px 7px 0px 0px;
        vertical-align: middle;
        margin-top: -4px;
    }

.btn-codigo-promocional-topo {
    display: flex;
    position: relative;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    letter-spacing: 1.4px;
    max-width: 208px;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
}

    .btn-codigo-promocional-topo-desktop:hover,
    .btn-codigo-promocional-topo:hover {
        font-weight: 500;
    }

.btn-codigo-promocional-topo-desktop {
    display: inline-block;
    margin-top: 0px;
    text-align: center;
    margin-right: 5px;
    text-decoration: none !important;
}

.aviso-topo {
    background: #fbfbe1;
    width: 100%;
    position: relative;
    color: #000000;
    top: 90px;
    text-align: center;
    padding: 5px;
}

    .aviso-topo b {
        font-weight: 600;
    }

    .aviso-topo p {
        font-weight: 500;
        font-size: 18px;
        margin: 0px;
    }

    .aviso-topo a {
        font-weight: 600;
        color: #000000;
        cursor: pointer;
    }

        .aviso-topo a i {
            vertical-align: middle;
            font-size: 20px;
            font-weight: 600;
        }

.btn-texto-topo {
    padding: 0px 11px;
    line-height: 14px;
    font-size: 12px;
    text-align: right;
    font-family: Roboto, sans-serif;
    letter-spacing: 1.4px;
    display: block;
    margin-top: 2.8px;
    float: right;
    text-transform: uppercase;
}

button.botao-social-flutuante {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
    padding: 0px 30px;
}

.div-cta-flutuante {
    position: fixed;
    width: 100%;
    bottom: 0px;
    height: 80px;
    display: flex;
    justify-content: space-evenly;
    z-index: 1;
    align-items: center;
    background: rgba(112, 112, 112, 0.91);
}

    .div-cta-flutuante span {
        color: #FFFFFF;
        font-weight: 500;
        font-family: Roboto, sans-serif;
        font-size: 15px;
        text-align:center;
    }

#redes-text {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
}

.topo-direita {
    height: 100%;
    text-align: right;
}

    .topo-direita .titulo-entrar-cadastrar-se {
        font-size: 18px;
        text-decoration: none;
        text-align: right;
        text-transform: uppercase;
        margin-top: 34px;
        display: inline-block;
    }

        .topo-direita .titulo-entrar-cadastrar-se a {
            font-weight: 700;
        }

.topo-esquerda {
    height: 100%;
}

        .topo-esquerda .topo-logo img {
            max-width: 240px;
            margin-top: 25px;
            width: 100%;
        }

#divTopoLogado i {
    color: #FFF;
    vertical-align: middle;
    cursor: pointer;
} 

#divTopoPreto {
    width: 100%;
    height: 90px;
    background-color: #ffd700;
    position: fixed;
    z-index: 90;
    top: 0px;
    left: 0px;
    display: none;
}

.logged-header-image {
    z-index: 100;
}

.ajuste-margem-menu-topo {
    margin-top: -2px;
}

#imgPerfilTopo {
    margin-top: -8px;
    background: #FFF;
    vertical-align: text-top;
    border-radius: 50px;
    width: 34px;
    margin-right: 6px;
}

#mainLogo img {
    width: 250px;
    /*margin-left: 90px;*/
}

#divTopoPreto a i {
    width: 33px;
    vertical-align: text-bottom;
}

#divTopoPreto div .topo-preto:first-of-type a {
    font-size: 19px;
    font-weight: 300;
    margin-left: 20px;
}

#divTopoPreto div .logged-header-link {
    margin-top: -20px;
    cursor: pointer;
}

#divTopoPreto div a:nth-of-type(3) {
    font-weight: 300;
}

.mdl-menu {
    background: #000;
    padding: 0px 0px !important;
    width: 185px;
}

.mdl-menu__outline {
    box-shadow: none !important;
    background: #000;
}

.mdl-menu__item {
    color: #FFF !important;
    border-bottom: solid 1px #FFF !important;
    margin-top: 1px !important;
    font-weight: 500 !important;
    height: 29px !important;
    line-height: 29px !important;
    font-size: 13px;
    font-weight: unset;
    margin-left: unset;
    font-family: "Roboto",sans-serif;
    text-decoration: none !important;
    cursor: pointer;
    outline-color: none;
}

    .mdl-menu__item:hover {
        color: #000 !important;
        background: #FFF !important;
        font-weight: 600;
    }

#mainFooterLinks {
    text-align: left !important;
}

@media (max-width: 768px) and (min-width: 480px) {
    #mainHeader #mainLogo {
        left: 20%;
    }
}

@media (min-width: 320px) and (max-width: 479px) {

    #mainHeader #mainLogo {
        width: 40px;
        height: 9px;
        position: absolute;
        left: 13%;
        transform: translate(-50%, -50%);
    }

        #mainHeader #mainLogo img {
            width: 200px;
            margin-left: 20%;
        }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
    #divTopoPreto {
        display: none;
    }

    .topo-preto {
        margin: 20px auto;
        display: none;
    }

    .aviso-topo {
        top: 50px;
    }

    .btn-codigo-promocional-topo-desktop {
        margin-right: 8px;
    }
	.btn-indique-ganhe {
		right: 5px;
		bottom: 5px;
		padding: 5px;
		font-size: 12px;
	}

}

@media only screen and (max-width: 768px) {
    .div-menu-topo-lateral-tres-linhas {
        float: left;
        margin: 30px 10px 0px 0px;
    }

    #btnSairTopoTexto{
        display:none;
    }
}

@media only screen and (max-width: 320px) {
    .aviso-topo a {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 860px) {
    #mainLogo img {
        width: 200px;
    }

    /*.topo-esquerda {
        width:25%;
    }*/

    #headerUsers {
        width: 75%;
    }
}

@media (max-width: 1167px) {

    .links-topo-superior-19 {
        display: none;
    }
}

@media only screen and (min-width: 1167px)  {
    .btn-codigo-promocional-topo-desktop {
        margin-top: 30px;
        position: absolute;
        left: 0;
    }
}
