*{
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
}
body, html{
    height: 100%;
}
.clearAll{
    clear: both;
}
a{
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: none !important;
}
a:hover{
    text-decoration: none;
}
a:focus{

}
h3{
    font-size: 20px !important;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}
.btToLink{
    background: transparent;
    font-family: "Open Sans", sans-serif;
    border: none;
    color: #fff;
    float: left;
    text-align: center;
    margin-right: 10px;
    font-size: 12px;
    cursor: pointer;
}
/* =============== LOGIN ==================*/
.barTopoLogin{
    background: #000000;
    width: 100%;
    height: 80px;
}

.logoBarTopo{
    width: 120px;
    margin-left: 50px;
}
.logoBarTopo  img {
    width: 60px;
    margin-top: 10px;
    margin-bottom: 5px;
}
#loginForm{
    width: 350px;
    margin: 0 auto;
    margin-top: 150px;
    border: 1px solid #000;
}
.logoFormLogin{
    width: 76px;
    background: #000;
    margin: 0 auto;
}
.logoFormLogin  img {
    width: 60px;
    margin: 5px 8px 5px 8px;
}
#formLogin{
    width: 90%;
    margin: 0 auto;
}
#formLogin input{
    width: 99%;
    border: 1px solid #000;
    height: 30px;
    margin-bottom: 8px;
    padding-left: 5px;
}
#formLogin button{
    width: 101%;
    background: #fff;
    border: 1px solid #000;
    height: 30px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 8px;
    font-size: 18px;
}
#formLogin p{
    font-size: 13px;
    cursor: pointer;
    float: left;
}

/*=============== Index ==================*/

.barTopoIndex{
    background: #000000;
    width: 100%;
    height: 80px;
}

.msgTempoExpira{
    width: 60%;
    margin: 0 auto;
}

.msgTempoExpira p{
    margin-top: 50px;
    text-align: center;
    background:#FFC6C6;
    padding: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.logoBarIndex{
    width: 120px;
    margin-left: 50px;
    float: left;
}
.logoBarIndex  img {
    width: 60px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.userBarIndex{
    float: right;
    margin-right: 50px;
}
.fotoUserBarTopo{
    width: 60px;
    float: left;
    border: 2px solid #fff;
    margin-top: 5px;
    margin-bottom: 5px;
}
.fotoUserBarTopo  img {
    width: 100%;
    height: 60px;
    vertical-align: middle;
}
.acoesUserBarTopo{
    float:left;
    width: 120px;
    margin-left: 10px;
    margin-top: 18px;
}
.nomeUserBarTopo{
    color: #fff;
    font-family: "Open Sans", sans-serif;
}
.sairUserBarTopo{
    color: #fff;
    font-family: "Open Sans", sans-serif;
}
.sairUserBarTopo p{
    font-size: 12px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}
#conteudo{
    width: 100%;
}

/*=============== Home ==================*/
#home{
    width: 90%;
    margin: 0 auto;
}
.iconesHome{
    width: 25%;
    float: left;
    text-align: center;
    margin: 0 auto;
    margin-top: 10%;
}
#iconFotos{
    width: 180px;
    height: 180px;
    margin: 0 auto;
    cursor: pointer;
    background: url('../../uploads/fotos.png') no-repeat;
    background-size: 100% 100%;
}

#iconFotos:hover{
    background: url('../../uploads/fotos_hover.png') no-repeat;
}

#iconCadastro{
    width: 180px;
    height: 180px;
    margin: 0 auto;
    cursor: pointer;
    background: url('../../uploads/cadastro.png') no-repeat;
    background-size: 100% 100%;
}

#iconCadastro:hover{
    background: url('../../uploads/cadastro_hover.png') no-repeat;
}

#iconServicos{
    width: 180px;
    height: 180px;
    margin: 0 auto;
    cursor: pointer;
    background: url('../../uploads/servicos.png') no-repeat;
    background-size: 100% 100%;
}

#iconServicos:hover{
    background: url('../../uploads/servicos_hover.png') no-repeat;
}

#iconCarrinho{
    width: 180px;
    height: 180px;
    margin: 0 auto;
    cursor: pointer;
    background: url('../../uploads/carrinho.png') no-repeat;
    background-size: 100% 100%;
}

#iconCarrinho:hover{
    background: url('../../uploads/carrinho_hover.png') no-repeat;
}

.iconesHome p{
    font-family: "Open Sans", sans-serif;
    text-align: center;
    font-size: 18px;
    color: #000000;
}

/*=============== Fotos ==================*/
#fotos{
    width: 100%;
    margin: 0 auto;
}
.menu{
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    height: 90px;
}
.iconMenu{
    width: 110px;
    float: left;
    height: 90px;
}
.iconMenu img{
    width: 100px;
    height: 100px;
}
.menuOptions{
    width: 85%;
    float: left;
    border-bottom: 3px solid #000;
}
.tituloMenu{
    float: left;
    height: 90px;
}
.tituloMenu h1{
    font-family: "Open Sans", sans-serif;
    text-align: left;
    font-size: 40px;
    margin-top: 24px;
}
.menuOptionsIcon{
    float: left;
}

.menuOptionsIcon{
    float: right;
    width: 250px;
    margin-top: 35px;
}

.iconOption{
    width: 24%;
    margin: 0 auto;
    text-align: center;
    float: left;
}
.iconOption img {
    width: 80%;
    max-width: 80%;
    margin: 0 auto;
    cursor: pointer;
}

.titulo{
    font-family: "Open Sans", sans-serif;
    text-align: left;
    font-weight: normal;
    font-size: 25px;
}
.subTitulo{
    font-family: "Open Sans", sans-serif;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
}
.fontBold{
    font-weight: bold;
}
.conteudoFotos{
    width: 90%;
    margin: 0 auto;
}
.albunsListFotos{
    width: 33.3333%;
    margin: 0 auto;
    float: left;
    margin-bottom: 45px;
}
.contentAlbunsList{
    width: 80%;
    max-width: 80%;
    margin: 0 auto;
}
.titleAlbunsFotos{
    font-family: "Open Sans", sans-serif;
    text-align: left;
    font-weight: normal;
    font-size: 17px;
    color:#000;
}
.capaAlbunsFotos{
    width: 100%;
    max-width: 100%;
    position: relative;
}
.capaAlbunsFotos img{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

/*=============== Detalhes Fotos ==================*/

.selecaoFotoCheck{
    width: 23px;
    height: 23px;
    cursor: pointer;
}
.iconCheckImg{
    width: 100%;
    height: 100%!important;
    position: absolute;
    opacity: .6;
    filter: alpha(opacity=60);
    z-index: 9;
    top: 0;
    left: 0;
    cursor: pointer;
}
.iconCheckImg:before{
    content: '';
    background: url('../../uploads/check.png') no-repeat;
    position: absolute;
    z-index: 15;
    height: 100%;
    width: 100%;
    background-position: 0% 100%;
    background-size: 25%;
}
.contadorItensCarrinho{
    color: #fff;
    position: absolute;
    margin-left: 20px;
    background: #000;
    border-radius: 10px;
    width: 40px;
    text-align: center;
    font-weight: bold;
    margin-top: -12px;
}
.iconComentario{
    width: 23px;
    cursor: pointer;
    margin-left: 10px;
    margin-top: -13px;
}
/*=============== Meu Carrinho ==================*/
.menuCarrinho{
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
}
.iconMenuCarrinho{
    width: 60px;
    height: 40px;
    float: left;
    border-right: 1px solid #000;
    text-align: center;
}
.iconMenuCarrinho:nth-child(4){
    border-right: 0px solid #000;
}
.iconMenuCarrinho img{
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin: 0 auto;
}
#listagemCarrinho{
    width: 90%;
    margin: 0 auto;
}
.leftSideCarrinho{
    width: 70%;
    float: left;
}
.itemCarrinho:nth-child(1){
    border-bottom: 0px solid #000;
}
.itemCarrinho{

    background: #F5F5F5;
    width: 100%;
    display: flex;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.imgItemCarrinho{
    width: 120px;
    height: 120px;
    float: left;
    padding: 15px;
}
.imgItemCarrinho img{
    width: 120px;
    height: 120px;
}
.nomeItemCarrinho{
    margin-top: 15px;
    margin-bottom: 15px;
}
.detalhesItemCarrinho{
    float: left;
    width: 60%;
}
.valorItemCarrinho{
    float: left;
    width: 20%;
    display: table;
    height: 150px;
}
.valorItemCarrinho h1{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.btCancelarItemCarrinho{
    width: 15px;
    font-weight: bold;
    float: right;
}
.btCancelarItemCarrinho button{
    border: none;
    background: transparent;
}
.btCancelarItemCarrinho span{
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}

.rightSiteCarrinho{
    float: left;
    width: 30%;
}
.contentRightCarrinho{
    width: 90%;
    margin: 0 auto;
}
.linha{
    border-bottom: 2px solid #000;
}
.btConcluirCompra{
    width: 180px;
    margin: 0 auto;
}
.btPreto{
    width: 180px;
    text-align: center;
    background: #000;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    margin: 0 auto;
}

/*=============== Album ==================*/

.btRemover{
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    background: #000;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    border: 2px solid #000;
    width: 25px;
    text-align: center;
    cursor: pointer;
}

/*=============== Cadastro Listagem ==================*/
#infosUser{
    width: 90%;
    margin: 0 auto;
}
.imagemUser{
    width: 35%;
    float: left;
    text-align: center;
}

.imagemUser img{
    width: 60%;
    max-width: 260px;
}

.descInfosUser{
    width: 320px;
    margin-left: 5%;
    float: left;
}
#editCadastro{
    width: 75%;
    margin: 0 auto;
}