.botao-produto { margin-top: 15px;}

.flagPreco {  font-size: 19px;    float: left !important;    padding: 19px !important;    text-transform: uppercase !important; }
.botaoMais { background: none repeat scroll 0% 0% rgb(35, 173, 129) !important; }
.botaoMais:hover,.botaoMais:active,.botaoMais:focus,.botaoMais:visited { background: none repeat scroll 0% 0% rgb(15, 135, 97) !important; }
.bkgRed {background-color: #d7564d !important;}
.bkgBlue {background-color: #5095d5 !important;}
.bkgGreen {background-color: #3FCE77 !important;}
.bkgSubRed {background-color: #ac433c !important; color:white !important; }
.bkgSubBlue {background-color: #4078a7 !important; color:white !important; }
.bkgSubGreen {background-color: #128a4b !important; color:white !important; }
.sub {padding-top:7px !important; padding-bottom:3px !important; font-size:.9em !important; min-height:36px !important; }
.txtGreen {    background-color: #fafafa;    color: #777777 !important;}
.txtBlue { background-color: #a4d5d9; color:#2c597e !important; }
.txtRed { background-color: #f3beba !important; color:#802e28 !important; }
.botaoIr {color:white !important; padding:20px 0 0 0 !important; font-size:1em !important; min-height:64px !important; }
.pt10{padding-top:10px !important;}
.pt19{padding-top:19px !important;}
.mt10{margin-top:10px !important;}
.animaProduto { width:100%  !important; position:absolute !important; margin: 269px 10px 0px -10px !important; padding:10px 15px 10px 10px !important;}
.icones-curso{width:24px !important; height:24px !important; }
.flagPrecoSquare { margin-left:100% !important; margin-top:10px !important; height:5px !important; width:10px !important;   box-shadow: -1px 3px 0px -2px rgba(0, 10, 5, .3),inset 5px 5px 5px 5px rgba(0,0,0,.3) !important; }
.flagPrecoSquare img { position:absolute !important;  }
.descricao-produto{font-size:16px !important; max-height: 54px !important; height: 54px; padding: 5px; overflow:hidden; }
.op0 { opacity:0; -webkit-opacity:0 !important; -moz-opacity:0 !important; -ms-opacity:0 !important; -o-opacity:0 !important; }
.invisivel {display: none !important;}
.brd_d {border-right:1px dashed #ccc !important;  }
.brd_b {border-bottom:1px dashed #ccc !important;  }
.right-shadow {  box-shadow: inset -20px 0px 11px -20px rgba(0,0,0,.1) !important; }
.left-shadow { box-shadow: inset 30px 0px 31px -20px rgba(0,0,0,.1) !important; }
.both-shadow { box-shadow: inset 30px 0px 31px -20px rgba(0,0,0,.1),inset -20px 0px 11px -20px rgba(0,0,0,.1) !important; }
.movimento {margin: -128px 15px 0 -15px !important}
.ohid {overflow: hidden !important;}
.mt12 {margin-top:12px !important;}
.h5 {height: 5px !important;}
.pl6 {padding:16px !important;}
@-webkit-keyframes movimento {
    0%   {margin-top: 128px;}
    3%  {margin-top: -128px;}
    97%  {margin-top: -128px;}
    100% {margin-top: 128px;}
}
@-webkit-keyframes movimentoInicial {
    0%   {margin-top: -128px;}
    100% {margin-top: 128px;}
}
.posAnima {
    -webkit-animation: movimento 5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
}

.animaInicial {
    -webkit-animation: movimentoInicial .5s;
    -webkit-animation-iteration-count: 1;
    /*-webkit-animation-direction: alternate;*/
}