/*-----------------------------------------------------------------*/
/*-- Created by: IDM - Internacional Digital de Manufatura Ltda. --*/
/*-- Date:       May/2018                                        --*/
/*-- Author:     Diogo Costa                                     --*/
/*-- All rights reserved.                                        --*/
/*-----------------------------------------------------------------*/

._moldura {
width: 722px;
text-align: center;
margin-left: auto;
margin-right: auto;
padding: 45px; 
border: 1px solid rgb(235,235,235);
background-color: white;
/*box-shadow: desvioHorizontal desvioVertical Borrado Espessura Cor;*/
box-shadow: 2px 2px 10px 10px rgb(200,200,205);
/*Texto no iPhone e webkit browsers.*/
-webkit-text-size-adjust: none;
}
.divProdutosPremios {
text-align: center;
margin-left: 10px;
margin-right: 10px; 
border: 0px solid rgb(205,205,205);
background-color: rgb(245,245,245);
box-shadow: 5 5 5px rgb(0,0,0);
}
.imagemProdutos {
margin-top: 20px;
height: 200px;
line-height: 200px;
}
.labelPremios{
margin-top: 20px;
height: 100px;
}
.botaoExpandir{
background-color: white;
color: rgb(51,51,153);
cursor: pointer;
text-align: center;
/*outline: none;*/
font-family: "Georgia", Georgia, sans-serif;
font-weight: bold;
transition: 0.4s;
}
.botaoExpandir:hover {
background-color: rgb(235,235,255); 
}
.botaoExpandirAtivado {
}
._botao {
padding: 11px;
padding-top: 4px;
margin: 7px;
border: solid rgb(205,205,255);
border-width: thin;
align-items: center;
font-size: 19px;
width: 712px;
}
.botaoMini {
border: none;
font-size: 16px;
display: block;
width: 62px;
}
._divExpandido {
margin: auto;
width: 612px;
padding: 0 18px;
display: none;
background-color: white;
text-align: justify;
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 16px;
overflow: hidden;
}
.divLinhaComColunas{
    display: flex;
	}
.divColunasDuas {
    flex: 50%;
    padding: 5px;
	text-align: center;
}
.rotuloSimples {
color: rgb(51,51,153);
text-align: center;
font-family: "Georgia", Georgia, sans-serif;
font-size: 19px;
font-weight: bold;
padding: 11px;
padding-top: 4px;
}
.rotuloBotao {
color: rgb(51,51,153);
text-align: center;
font-family: "Georgia", Georgia, sans-serif;
font-size: 19px;
font-weight: bold;
padding: 11px;
padding-top: 4px;
/*margin: 7px;*/
cursor: pointer;
}
.rotuloBotao:hover  {
background-color: rgb(235,235,255); 
}
.imagemRotulos {
cursor: pointer;
vertical-align: middle;
}
.imagemPremios {
width: 100%;
height: auto;
}
.textoDestaque {
color: rgb(51,51,153);
font-weight: bold;
}
._rodapeCentral {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 14px;
text-align: center;
}
._rodapeDireita {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 14px;
text-align: right;
width: 712px;
margin-left: auto;
margin-right: auto;
}
._imagemDesktop{
margin: 0pt auto;
display:block;
}
._imagemMobile{
display:none;
 }
/* For mobile phones: */
@media only screen and (max-width: 1000px) {
	[class*="_"] {
		width: 612px;
	}
	[class*="_divEx"] {
		width: 592px;
	}
	.divProdutosPremios {
		margin-left: 5px;
		margin-right: 5px; 
	}
	.imagemProdutos {
		margin-top: 10px;
	}
	.labelPremios {
		margin-top: 10px;
	}
	._imagemDesktop{
		display:none;
	}
	._imagemMobile{
		margin: 0pt auto;
		display:block;
	}
}
@media only screen and (max-width: 740px) {
	[class*="_"] {
		width: 512px;
	}
	[class*="_divEx"] {
		width: 492px;
	}
}

