/*
	DIOGENES JUNIOR
	CONTATO@DIOGENESJUNIOR.COM.BR
	
*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url("font.css");

/*---------------------------------
	ESTILOS
-----------------------------------*/

html,body{
    height: 100%;
}

body{
	overflow-x: hidden;
    background:url("../images/background.jpg") repeat;
}

.container{
    max-width: 1020px;
}

.barra-topo{
    position: relative;
    top:0;
    left:0;
    width: 100%;
    height: 45px;
    background:#363636;
    padding-top: 10px;

}

.carousel .item {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.carousel .active.left, .carousel .active.right {
    left:0;
    opacity:0;
    z-index:2;
}
.carousel .next, .carousel .prev {
    left:0;
    opacity:1;
    z-index:1;
}

.barra-topo p{
    color:#fff;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.80em;
    float: left;
    position: relative;
    padding-top: 3px;
}


.barra-topo p a{
    color:#fff;
    font-family: Arial;
    text-decoration: none;
}


/* SPRITES */

.telefone {
    position: relative;
    float:left;
    background: url('../images/sprites.png') no-repeat -6px -3px;
    width: 25px;
    height: 25px;
    margin-right: 8px;
}
.email {
    position: relative;
    float:left;
    background: url('../images/sprites.png') no-repeat -42px -3px;
    width: 25px;
    height: 25px;
    margin-left: 18px;
    margin-right: 8px;
}
.bandeira-brasil {
    position: relative;
    float:right;
    background: url('../images/sprites.png') no-repeat -76px -3px;
    width: 26px;
    height: 25px;
    cursor: pointer;
}
.bandeira-eua {
    position: relative;
    float:right;
    background: url('../images/sprites.png') no-repeat -110px -3px;
    width: 25px;
    height: 24px;
    margin-left: 8px;
    cursor: pointer;
}

/* SPRITES */

.coluna-topo-a,.left{
    text-align: left;
}
.coluna-topo-b,.right{
    text-align: right;
}


.form-topo{
    float: left;
    text-align: left !important;
}


.form-topo * label{
    color:#fff;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.8em;
    padding-right: 5px;
}


.form-topo .form-control{
    background: #FFF;
    border-color: #000;
    color:#000 !important;
    border-radius: 0px !important;
    width: 100px !important;
    padding: 0.125rem .25rem;
    font-size: 0.8rem;    
}
::-webkit-input-placeholder {
   color: #000 !important;
   font: 0.5em, arial, sans-serif !important;
}
:-moz-placeholder {
   color: #000 !important;
   font: 0.5em, arial, sans-serif !important;
}
::-moz-placeholder {
   color: #000 !important;
   font: 0.5em, arial, sans-serif !important;
}
:-ms-input-placeholder {  
   color: #000 !important;
   font: 0.5em, arial, sans-serif !important;
}
.input1{
    margin-top: -5px;
    margin-right: 0px;
}

.input2{
    margin-top: -13px;
    margin-left: 0px;
}

.form-topo button{
    background:#000 !important;
    border-radius: 2px;
    color:#fff !important;
    padding: 3.5px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 0.75em;
    font-weight: bold;
    font-family: Arial;
    margin-top: -7px;
    margin-right: 8px;
    border-color:#FFF !important;
}

.chat-online{
    margin-top: 5px;
    padding-right: 0px;
    text-align: right;
}


.logo-home{
    margin-top: 10px;
    text-align: right !important;
}

.logo-home img{
    max-width: 100%;
    height: auto;
}

.logo-home h1{
    margin-top: 32px;
}

.centro-home{
    text-align: center;
    color:#000;
    font-family: Arial;
    font-weight: bold;
    margin-top: 30px;
    line-height: 0.8em;
    border-bottom: 3px solid #a02322;
    font-size: 0.9em;
}

.enderecos-home{
    padding-top: 14px;
}

.enderecos-home .enderecos-coluna-a{
    text-align: left;
    padding-left: 0px;
}
.enderecos-home .enderecos-coluna-a address{
    color:#000;
    font-family: Arial;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 0.8em;
}
.enderecos-home .enderecos-coluna-a address span{
    color:#a02322;
}


.enderecos-home .enderecos-coluna-b{
    text-align: right;
    padding-right: 0px;
}
.enderecos-home .enderecos-coluna-b address{
    color:#000;
    font-family: Arial;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 0.8em;
}
.enderecos-home .enderecos-coluna-b address span{
    color:#a02322;
}


.pre-eg{
    text-align: center;
    color:#fff;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.80em;
    margin-top: -25px;
}


.empresas-do-grupo{
    text-align: center;
    color:#fff;
    font-family: Arial;
    font-weight: bold;
    margin-top: 30px;
    line-height: 0.8em;
    border-top: 3px solid #a02322;
    font-size: 0.9em;
    padding-top: 18px;
    margin-top: 8px;
}

.empresa-block img{
    width: 70%;
    padding-bottom: 10px;
    border-bottom: 2px solid #a02322;
}

.empresa-block p{
    text-align: center;
    color:#000;
    font-family: Arial;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 1.0em;
    padding-top: 10px;
}


footer{
    position: relative;
    top:30px;
    left:0;
    width: 100%;
    height: 45px;
    background:#363636;
    padding-top: 15px;
    text-align: center;
    color:#fff;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.75em;
}

footer img{
    margin-left: 60px;
    margin-top: -3px;
}


#mapaLocal .modal-content{
    background:#000;

}
#mapaLocal iframe{
    height: 400px;
    width: 100% !important;
}

#mapaLocal h4.modal-title{
    color:#fff;
}

.modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}



/* WORK HOME */
.work-home{
    margin-top: 0;
    top:0;
    border:5px solid rgb(255,0,0);
    min-height: 500px;
}

.work-home .menu-principal{
    margin-top: 15px;
    text-align: center;
    background: url("../images/linhas-fundo-bt.gif") repeat-x;
    background-position: center;
}



.work-home .menu-principal a{
    font-family: Arial;
    font-weight: bold;
    color:#000;
    font-size: 1.2em;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8.5px;
    padding-right: 8.5px;
    border:2px solid rgba(255,255,255,0.0);
    text-decoration: none;
    -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

/*
.work-home .menu-principal a:hover{
    font-family: Arial;
    color:#c13422;
    font-size: 1.2em;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8.5px;
    padding-right: 8.5px;
    background: #e6e6e6;
    border-radius: 5px;
    border:2px solid #cecece;
    text-decoration: none;
    -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}
*/

.area-meio{
    margin-top: 45px;
}

.area-meio .coluna-meio-a{
   text-align: center;
   padding-left: 0px;
   padding-right: 0px;
}
.area-meio .coluna-meio-a img{
    margin-left: 10px;
}
.area-meio .coluna-meio-a img,.area-meio .coluna-meio-c img{
   
}

.area-meio .coluna-meio-b{
   text-align: center;

}

.area-meio .coluna-meio-b h1{
    color: rgb(255, 0, 0);
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.area-meio .coluna-meio-b h2{
    color: #000066;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}


.coluna-meio-a p{
    font-family: Arial;
    color:#000;
    text-transform: uppercase;
    font-size: 0.85em;
    font-weight: bold;
}
.coluna-meio-c p{
    font-family: Arial;
    font-weight: bold;
    font-size: 0.85em;
    color:#bf3324;
    text-transform: uppercase;
}


.area-meio .coluna-meio-b img{
   width: 75.5%;
   height: auto;
   margin-left: 25px;
}
.area-meio .coluna-meio-c{
   text-align: center;
   padding-left: 0px;
   padding-right: 0px;
}


.area-meio-texto{
    margin-top: 25px;
    text-align: center;
    line-height: 0.80em;
}
.area-meio-texto p{
   font-family: Arial;
   font-weight: bold;
   color:#000;
   text-transform: uppercase;
   font-size: 0.9em;
}

.area-meio-texto p.red{
   font-family: Arial;
   font-weight: bold;
   color: rgb(255, 0, 0);
}

.area-meio-left{
    text-align: left;
    margin-top: 30px;
    margin-left: 15px;
}
.area-meio-left p{
   font-family: Arial;
   font-weight: bold;
   color:#000;
   font-size: 0.9em;
}

.area-meio-final{
    text-align: center;
    margin-top: 25px;
    line-height: 2.0em;
}
.area-meio-final p{
    color:#000;
    font-size: 1.0em;
    font-weight: bold;
}
.area-meio-final p a{
    color:#0000ee;
    text-decoration: underline;
    font-weight: bold;
    font-size: 1.12em;
}
.area-meio-final p.menu-area-final span{
    margin-left: 4px;
    margin-right: 4px;
}
/* WORK HOME */



/* WORK */
.work{
  margin-top: 30px;
}


.work .sidebar-work{
    text-align: center;
}

.work .sidebar-work img{
    width: 95%;
    height: auto;
    margin-bottom: 25px;
}


.work .area-texto h2{
    width: 80%;
    background:#4b4b4d;
    text-align: right;
    padding-right: 30px;
    font-family: Arial;
    color:#fff;
    font-weight: bold;
    padding-right: 30px;
    font-size: 1.2em;
    padding-top: 6px;
    padding-bottom: 6px;
}


.work .sep-end-work{
    border-bottom: 3px solid #a02322;
}
.work .area-texto ul{
    margin-left: 8px;
    padding-left: 0px;
    line-height: 1.85em;
    margin-top: 25px;
}
.work .area-texto ul li{
    margin-left: 8px;
    padding-left: 0px;
    list-style: square;
}

.work .area-texto ul li{
    font-family: Arial;
    color:#000;
    font-size: 0.85em;
    font-weight: normal;
}
.work .area-texto ul li b{
    color:#000;
    font-weight: bold;
}
/* WORK */



.listagem-produtos{
    border:1px solid #ccc;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

p.categorias{
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    background: #ff0000;
    font-weight: bold;
    font-size: 1.2em;
}


.produto-in{
    text-align: center;
    text-transform: uppercase;
    border:1px solid #ccc;
    padding-top: 5px;
    font-weight: bold;
    padding-bottom: 5px;
}
´.produto-in p a{
    color:#000 !important;
}


.titulo-in{
    padding:30px;
    border:1px solid #666;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
}


.vivo *{
  width: 100%;
  text-align: center;
}