section#detalheProduto{
    padding-top: 30px;
    padding-bottom: 30px;
}

.fundo_detalhe_produto{

}

.fundo_titulo_produto{
    position: relative;
    width: 100%;
    margin-top: 135px;
    background-color: #D8D8DA;
    padding-bottom: 10px;
}

.titulo_produto{
    text-align: center;
}

.titulo_produto span{
    font-size: 50px;
    font-weight: 300;
    color: #FFFFFF;
    text-transform: uppercase;
}



.titulo_caracteristicas{
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
}

.texto_caracteristicas{
    padding-top: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #646469;
}

.img_caracteristica{
    padding-top: 20px;
}

.img_caracteristica img{
    width: 100%;
    height: auto;
}

.img_carac{
    border-radius: 50%;
    border: 1px solid #646469;
}

.img-circle{
    border: 4px solid #FFFFFF;
}

.tabela{
    padding-top: 30px;
}

th {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #002855;
}


table,  td {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    vertical-align: middle;
}

table i{
    padding-right: 10px;
}

table a:link{
    color: #000000;
}

table a:visited{
    color: #000000;
}

table a:hover{
    color: #000000;
}


tr:nth-child(even) {
    background: #FFFFFF;
    height: 30px;
}

tr:nth-child(odd) {
    background: #E8E8E9;
    height: 30px;
}

.img_produto{
    width: 100%;
    height: auto;
}

.img_produto img{
    width: 100%;
    height: auto;
}

.downloads{
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    text-transform: uppercase;
}

.downloads a{
    margin-right: 70px;
}

.downloads span{
    padding-left: 10px;
}

.downloads a:link{
    color: #002855;
}

.downloads a:visited{
    color: #002855;
}

.downloads a:hover{
    color: #002855;
}

.downloads i{
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    background-color: #002855;
    width: 30px;
    height: 30px;
    padding-top: 8px;
    color: #FFFFFF;
}

.fundo_galeria_produto{
    position: relative;
    width: 100%;
    margin-top: 30px;
    min-height: 1px;
    background-color: #E8E8E9;
}

.popup-gallery{
    width: 100%;
    display: inline-block;
    text-align: center;
    float: none;
    margin-top: 15px;
    padding-bottom: 25px;
    /*border: 1px solid red;*/
}

.item_proj{
    position: relative;
    display: inline-block;
    float: none;
    text-align: justify;
    margin-top: 10px;
    margin-left: 1px;
    margin-right: 4px;
    width: 287px;
    height: 217px;
    background-color: #FFFFFF;
}

.item_proj img{
    width: 100%;
    height: auto;
}


.produtos_compativeis{
    position: relative;
    width: 100%;
    margin-top: 30px;
    min-height: 1px;
    background-color: #FFFFFF;
}

.img_prod_compativel{
    width: 100%;
    height: auto;
    border:1px solid #646469;
    margin-bottom: 10px;
}

.img_prod_compativel img{
    width: 100%;
    height: auto;
}

.galeria_hover:hover{
    background: rgba(255,255,255,0.5);
}

.galeria_hover:hover i{
    display: block;
}

.item_proj .galeria_hover:hover{
    background: rgba(255,255,255,0.5);
}

.item_proj .galeria_hover:hover i{
    background-color: #002855;
    color: #FFFFFF;
}

.item_proj i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
    background-color: transparent;
    width: 40px;
    height: 40px;
    padding-top: 9px;
    color: transparent;
    z-index: 15;
}

.img_prod_compativel i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -25px;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
    background-color: transparent;
    width: 40px;
    height: 40px;
    padding-top: 9px;
    color: transparent;
    z-index: 15;
}

@media (max-width: 767px) {
    .titulo_produto span{
        font-size: 35px;
    }
	
	.hide_space{
		display:none !important;
	}
}

@media (max-width: 991px) AND (min-width: 768px) {
	.hide_space{
		display:none !important;
	}
}
@media (min-width: 992px) AND (max-width: 1209px){

}
@media (min-width: 1210px) {

}

