#banner {
    overflow: hidden;
    height: 30.9vw;
    background: #ddd;
	width: 100%;
	padding:0px !important;
}

#banner .slick-slider {
    margin: 0
}

#banner .slick-dots {
    bottom: 20px
}

#banner .slick-dots li {
    margin: 0 2px
}

#banner .slick-dots li button:before {
    font-size: 12px
}

@media screen and (min-width:668px) and (max-width:768px) {
    #banner {
        margin-top: 70px
    }
}

@media screen and (max-width:667px) {
    #banner {
      /*  display: none;
        margin-top: 100px*/
    }
    #banner .slick-dots {
        display: none!important
    }
}

@media screen and (min-width:668px) and (max-width:768px) {
    .bg-claro {
        background-image: none
    }
}

@media screen and (min-width:769px) and (max-width:1366px) {
    .bg-claro {
        background-size: 400px 392px
    }
}

@media screen and (max-width:667px) {
    .bg-claro {
        background: none
    }
}

#modal {
    width: 600px;
    max-width: 100%;
    margin: 25px
}

#modal .titulo-modal {
    font-size: 1.25em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px
}

.lista-pacotes {
    float: left;
    position: relative;
    z-index: 100;
    width: 25%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.lista-pacotes .logo-claro {
    background: #3c3c3c;
    text-align: center;
    height: 60px;
    padding-top: 9px;
    margin-top: -60px
}

.lista-pacotes .logo-claro img {
    width: 80%;
    height: auto;
    max-width: 130px
}

.lista-pacotes .categoria {
    font-size: 18px;
    line-height: 1em;
    padding: 3% 4%;
    float: left;
    width: 100%
}

.lista-pacotes dl {
    float: left;
    width: 100%
}

.lista-pacotes dl a {
    float: left;
    width: 100%;
    background: #616161;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    padding: 7px 4% 6px 4%;
    transition: all 100ms;
    -moz-transition: all 100ms;
    -webkit-transition: all 100ms
}

.lista-pacotes dl a:hover {
    opacity: .8
}

.lista-pacotes dl.active a {
    background: #3c3c3c!important
}

.lista-pacotes dl.active:before {
    content: '';
    position: absolute;
    right: -36px;
    border: 18px solid #3c3c3c;
    border-color: transparent transparent transparent #3c3c3c
}

.lista-pacotes dl.active a:hover {
    opacity: 1
}

.lista-pacotes dt {
    font-weight: bold;
    float: left;
    width: 48%;
    text-transform: uppercase
}

.lista-pacotes dt span {
    display: table-cell;
    height: 24px;
    vertical-align: middle
}

.lista-pacotes dd {
    float: right;
    width: 52%
}

.lista-pacotes .canais {
    float: left;
    margin-top: 7px
}

.lista-pacotes .preco {
    float: right;
    font-size: 20px;
    font-weight: bold;
    margin-top: 4px
}

.lista-pacotes .preco span {
    font-size: 12px
}

.lista-pacotes .mais {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold
}

@media screen and (min-width:668px) and (max-width:1024px) {
    .lista-pacotes dt {
        width: 65%
    }
    .lista-pacotes dd {
        width: 35%
    }
    .lista-pacotes .canais {
        display: none
    }
}

@media screen and (min-width:668px) and (max-width:768px) {
    .lista-pacotes dt {
        font-size: 11px
    }
    .lista-pacotes .preco {
        font-size: 14px;
        margin-top: 5px
    }
    .lista-pacotes dl.active:before {
        border: 0
    }
}

@media screen and (max-width:667px) {
    .lista-pacotes {
        width: 100%;
        background: transparent;
        box-shadow: none
    }
    .lista-pacotes .logo-claro {
        display: none
    }
    #pacote .lista-pacotes {
        display: none
    }
}

.lista-pacotes2 {
    float: left;
    position: relative;
    z-index: 100;
    width: 25%;
    margin-top: -350px;
    margin-left: 70%;	
    background: #3c3c3c;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.lista-pacotes2 .logo-claro {
    background: #3c3c3c;
    text-align: center;
    height: 60px;
    padding-top: 9px;
    margin-top: -60px
}

.lista-pacotes2 .logo-claro img {
    width: 80%;
    height: auto;
    max-width: 130px
}

.lista-pacotes2 .categoria {
    float: left;
    width: 100%;
    text-align: center;
    padding: 8px 0;
	font-size:18px;
	margin: 10px 0px;
}

.lista-pacotes2 .categoria span {
    background: #fff;
    color: #95ba4d;
    font-size: 14px;
    padding: 2px 6px;
    border-radius: 12px
}

.lista-pacotes2 .pacote .titulo {
    float: left;
    font-size: 18px;
	margin:0px;
}

.lista-pacotes2 .pacote .info {
    float: left;
    clear: left;
    font-size: 14px;
	margin: 10px 0px;
}

.lista-pacotes2 .pacote .valor {
    float: right;
    font-size: 14px;
    line-height: 15px;
    margin-top: 6px
}

.lista-pacotes2 .pacote .valor1 {
    opacity: .7;
    display: block
}

.lista-pacotes2 .pacote .valor2 strong {
    font-size: 20px;
    font-weight: bold
}

.lista-pacotes2 .pacote a {
    float: left;
    width: 100%;
    padding: 5px 10px
}

.lista-pacotes2 .agregados {
    float: left;
    width: 95%;
    border-top: 1px solid #fff;
    margin: 0 2.5% 15px 2.5%
}

.lista-pacotes2 .agregados .titulo {
    float: left;
    font-size: 13px;
    font-weight: normal;
	margin: 5px 0px;
}

.lista-pacotes2 .agregados .valor {
    float: right;
    font-size: 14px;
    font-weight: bold
}

.lista-pacotes2 .agregados a {
    float: left;
    width: 100%;
    padding: 3px 5px
}

.lista-pacotes2 a:hover {
    background: #5d5d5d
}

.lista-pacotes2 .selo-now {
    display: inline-block;
    margin-bottom: -3px
}

@media screen and (max-width:667px) {
    .lista-pacotes2 {
        width: 100%;
        margin-top: 3%;
        box-shadow: none
    }
    .lista-pacotes2 .logo-claro {
        display: none
    }
    .lista-pacotes2 .categoria {
        background: #e8e8e8!important;
        color: #424242
    }
    #pacote .lista-pacotes2 {
        display: none
    }
}

@media screen and (max-width:1024px) {
    .lista-pacotes2 .pacote .titulo {
        font-size: 15px;
        width: 60%;
        line-height: 1
    }
    .lista-pacotes2 .pacote .info {
        font-size: 12px;
        line-height: 1;
        width: 60%
    }
    .lista-pacotes2 .pacote .valor {
        font-size: 12px;
        line-height: 12px;
        margin-top: 0
    }
    .lista-pacotes2 .pacote .valor2 strong {
        font-size: 18px
    }
    .lista-pacotes2 .agregados {
        line-height: 1
    }
    .lista-pacotes2 .agregados .titulo {
        font-size: 12px;
        width: 80%
    }
    .lista-pacotes2 .agregados .valor {
        font-size: 13px
    }
}

@media screen and (max-width:768px) {
    .lista-pacotes2 .categoria {
        font-size: 13px
    }
    .lista-pacotes2 .pacote .titulo {
        font-size: 14px;
        width: 50%;
        line-height: 1
    }
    .lista-pacotes2 .pacote .info {
        font-size: 11px;
        line-height: 1;
        width: 60%
    }
    .lista-pacotes2 .pacote .valor {
        font-size: 11px;
        line-height: 12px;
        margin-top: 0
    }
    .lista-pacotes2 .pacote .valor2 strong {
        font-size: 16px
    }
    .lista-pacotes2 .agregados {
        line-height: 1
    }
    .lista-pacotes2 .agregados .titulo {
        font-size: 12px;
        width: 70%
    }
    .lista-pacotes2 .agregados .valor {
        font-size: 13px
    }
}

#index .article .titulo {
    font-size: 38px;
    line-height: 1em;
    font-weight: normal;
    letter-spacing: -2px;
    color: #707070;
    margin-bottom: 3%
}

@media screen and (min-width:668px) and (max-width:768px) {
    #index .content,
    #pacote .content {
        max-width: 100%;
        padding-right: 3%
    }
    #index .article .titulo {
        font-size: 30px
    }
}

@media screen and (max-width:667px) {
    #index .article {
        display: block !important;
    }
	
	#index .vemai .item {
		float: left;
		width: 100px !important;
		margin: .5%;
	}
	
	#index .conheca .descricao {
		margin-left: 0px !important;
	}
	#index .conheca .titulo-item {	
		font-size:14px !important;
	}
	#index .conheca .item {
		height:220px !important;
	}
	.circle {
		width:110px;
	}
	.video_empresa{
		width: 320px;
		height: 180px;
	}
	.desc_empresa{
		display:none;
	}
	.feature-item{
		width:100% !important;
	}
}

.balao-duvidas {
    display: none
}

@media screen and (min-width:1024px) {
    .balao-duvidas {
        display: inline;
        position: fixed;
        z-index: 100;
        bottom: 20px;
        right: 10px
    }
}

#index .recomenda {
    margin-bottom: 3%
}

#index .recomenda .item {
    float: left;
    width: 31.3%;
    margin: 0 1%
}

#index .recomenda .foto {
    display: block;
    width: 270px;
    max-width: 100%;
    height: auto
}

#index .recomenda .tag {
    position: absolute;
    z-index: 100;
    color: #fff;
    background: url(http://www.clarotvoferta.com.br/img/xrecomenda-bg.png.pagespeed.ic.iyqAxUo38-.png) no-repeat;
    width: 94px;
    height: 94px
}

#index .recomenda .tag span {
    float: left;
    width: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 1em;
    transform: rotate(-45deg);
    margin: 15px 0 0 -9px
}

#index .recomenda .titulo-item {
    font-size: 21px;
    line-height: 1;
    color: #df0000;
    margin: 10px 0
}

#index .recomenda .descricao {
    font-size: .938em
}

#index .vemai {
    margin-bottom: 3%
}

#index .vemai .item {
    float: left;
    width: 120px;
    margin: .5%
}

#index .vemai .foto {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: auto
}

#index .conheca .item {
    float: left;
    width: 50%;
    height: 120px;
    padding-right: 5%
}

#index .conheca .icone {
    float: left
}

#index .conheca .titulo-item {
    margin: 5px 0 5px 85px;
    font-size: 20px;
    line-height: 1
}

#index .conheca .descricao {
    margin-left: 85px;
    font-size: 14px
}

#index .conheca a {
    text-decoration: underline
}

@media screen and (min-width:668px) and (max-width:768px) {
    #index .conheca {
        height: 150px
    }
    #index .conheca .titulo-item {
        font-size: 15px
    }
    #index .conheca .descricao {
        font-size: 12px;
        line-height: 1
    }
}

#footer {
    background: #df0000;
    color: #fff;
    padding: 30px 0;
    margin-top: 3%
}

#footer .logo-claro {
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid #a60000
}

#footer .logo-claro img {
    width: 100%;
    height: auto;
    max-width: 105px
}

#footer .item {
    float: left;
    width: 20%;
    margin-left: 5%
}

#footer .item .titulo-item {
    font-size: 25px;
    letter-spacing: -1px
}

#footer .item .descricao {
    font-size: 18px;
    line-height: 1;
    margin: 5px 0
}

#footer .item .fone {
    font-size: 36px;
    letter-spacing: -2px
}

#footer .termos {
    float: right;
    width: 20%;
    font-size: 13px;
    text-align: center
}

#footer .termos .descricao {
    margin-bottom: 20px
}

@media screen and (min-width:769px) and (max-width:1024px) {
    #footer .item .descricao {
        font-size: 16px
    }
    #footer .termos {
        font-size: 12px
    }
}

@media screen and (min-width:668px) and (max-width:768px) {
    #footer .item .titulo-item {
        font-size: 18px
    }
    #footer .item .descricao {
        font-size: 12px
    }
    #footer .item .fone {
        font-size: 30px
    }
    #footer .termos {
        font-size: 12px
    }
}

@media screen and (max-width:667px) {
    #footer {
        padding: 15px 0
    }
    #footer .termos {
        display: none
    }
    #footer .logo-claro {
        float: right;
        border: 0;
        width: 25%
    }
    #footer .item {
        float: left;
        width: 70%;
        margin: 0;
        margin-bottom: 15px
    }
    #footer .item .titulo-item {
        font-size: 18px
    }
    #footer .item .descricao {
        font-size: 15px;
        margin: 0
    }
    #footer .item .fone {
        font-size: 22px;
        letter-spacing: 0;
        line-height: 1
    }
}

#pacote .cabecalho {
    margin-bottom: 3%
}

#pacote .cabecalho .titulo {
    font-size: 50px;
    line-height: .9;
    letter-spacing: -2px;
    margin-bottom: 10px
}

#pacote .cabecalho .descricao {
    font-size: 18px;
    line-height: 1.2
}

#pacote .cabecalho .descricao img {
    margin-top: 10px
}

.liguegratis {
    float: right;
    background: #424242;
    color: #fff;
    padding: 10px 14px;
    border-radius: 5px;
    margin-top: -10px
}

.liguegratis .ligue {
    font-size: 14px;
    line-height: 1;
    font-weight: bold
}

.liguegratis .fone {
    float: left;
    font-size: 23px;
    line-height: 1;
    letter-spacing: -1px;
    font-weight: bold
}

@media screen and (min-width:668px) and (max-width:768px) {
    #pacote .cabecalho .titulo {
        font-size: 35px
    }
}

@media screen and (max-width:667px) {
    #pacote .article {
        width: 100%
    }
    #pacote .cabecalho .titulo {
        font-size: 35px
    }
    #pacote .cabecalho .descricao {
        font-size: 13px
    }
    .liguegratis {
        display: none
    }
}

#pacote .destaques {
    margin-bottom: 3%
}

#pacote .destaques .item {
    float: left;
    width: 16.66%;
    text-align: center;
    font-weight: bold
}

#pacote .destaques .item a {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-radius: 4px
}

#pacote .destaques .numero {
    font-size: 60px;
    line-height: 1
}

#pacote .destaques .legenda {
    font-size: 14px;
    color: #a3a3a3
}

#pacote .destaques .icone {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(http://www.clarotvoferta.com.br/img/xicone-grade.png.pagespeed.ic.z0QSzeuc8f.png) no-repeat
}

#pacote .destaques .total {
    background-position: 0 top
}

#pacote .destaques .filmes {
    background-position: -50px top
}

#pacote .destaques .esportes {
    background-position: -100px top
}

#pacote .destaques .infantis {
    background-position: -150px top
}

#pacote .destaques .equipamento {
    background-position: -200px top
}

#pacote .destaques .qualidade {
    background-position: -250px top
}

#pacote .destaques a.active .total {
    background-position: 0 bottom
}

#pacote .destaques a.active .filmes {
    background-position: -50px bottom
}

#pacote .destaques a.active .esportes {
    background-position: -100px bottom
}

#pacote .destaques a.active .infantis {
    background-position: -150px bottom
}

#pacote .destaques a.active .equipamento {
    background-position: -200px bottom
}

#pacote .destaques a.active .qualidade {
    background-position: -250px bottom
}

#pacote .destaques a:hover {
    background: #ddd
}

#pacote .destaques a.active * {
    color: #fff
}

#pacote .destaques a.active {
    background: #3c3c3c
}

@media screen and (min-width:668px) and (max-width:768px) {
    #pacote .destaques .numero {
        font-size: 40px
    }
    #pacote .destaques .legenda {
        font-size: 11px
    }
}

@media screen and (max-width:667px) {
    #pacote .destaques .item {
        float: left;
        width: 25%;
        padding: 5px 0;
        border-radius: 4px
    }
    #pacote .destaques .item a {
        float: left;
        width: 100%;
        padding: 5px 0;
        border-radius: 4px
    }
    #pacote .destaques .numero {
        font-size: 33px
    }
    #pacote .destaques .legenda {
        font-size: 9px
    }
    #pacote .item-equipamentos,
    #pacote .item-qualidade {
        display: none
    }
}

#pacote .grade-total .coluna {
    float: left;
    width: 19%;
    margin-right: 1%
}

#pacote .grade-total .titulo-item {
    background: #a3a3a3;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 4px;
    font-size: 13px
}

#pacote .grade-total .item {
    margin-bottom: 20px
}

#pacote .grade-total ul {
    font-size: 14px;
    line-height: 1.2
}

#pacote .grade-total li {
    border-bottom: 1px dotted silver;
    padding: 3px 0
}

#pacote .grade-total .tooltip {
    cursor: pointer
}

@media screen and (min-width:668px) and (max-width:768px) {
    #pacote .grade-total .titulo-item {
        font-size: 11px
    }
    #pacote .grade-total ul {
        font-size: 11px;
        line-height: 1
    }
}

@media screen and (max-width:667px) {
    #pacote .grade-total {
        float: left;
        width: 100%;
        margin-bottom: 20px
    }
    #pacote .grade-total .coluna {
        float: none;
        display: inline;
        width: auto;
        margin: 0
    }
    #pacote .grade-total .item {
        float: left;
        width: 49%;
        margin: 0 1% 1% 0
    }
    #pacote .grade-total li {
        border: 0;
        padding: 1px 0
    }
}

#pacote .grade-marcas img {
    float: left;
    width: 10.1%;
    margin-right: 1%;
    margin-bottom: 1%;
    height: auto;
    border-radius: 4px
}

@media screen and (max-width:667px) {
    #pacote .grade-marcas img {
        width: 18%;
        margin-right: 2%;
        margin-bottom: 2%;
        height: auto;
        border-radius: 4px
    }
}

#pacote .lista-pacotes2 {
    margin-top: 40px
}

#pacote .lista-pacotes2 .logo-claro {
    display: none
}

#pacote .pfc,
#pacote .multi {
    margin-top: 40px
}

#pacote .pfc .ilustra {
    float: right;
    width: 19%
}

#pacote .pfc .ilustra img {
    width: 100%;
    height: auto
}

#pacote .pfc .info {
    float: left;
    width: 80%
}

#pacote .pfc .titulo,
#pacote .combo .titulo,
#pacote .multi .titulo {
    font-size: 35px;
    line-height: 1em;
    letter-spacing: -1px;
    margin-bottom: 20px
}

#pacote .pfc .olho,
#pacote .multi .olho {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px
}

#pacote .pfc .descricao,
#pacote .multi .descricao {
    line-height: 1.2
}

#pacote .pfc .lista,
#pacote .multi .lista {
    margin-top: 30px
}

#pacote .pfc .lista .item,
#pacote .multi .lista .item {
    float: left;
    width: 23%;
    margin-right: 2%;
    color: gray
}

#pacote .pfc .lista a,
#pacote .multi .lista a {
    float: left;
    width: 100%;
    padding: 15px;
    border-radius: 6px;
    border: 2px solid #ddd
}

#pacote .pfc .lista .titulo-item,
#pacote .multi .lista .titulo-item {
    line-height: 1;
    margin-bottom: 10px;
    height: 36px
}

#pacote .pfc .lista .valor,
#pacote .multi .lista .valor {
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    letter-spacing: -1px
}

#pacote .pfc .lista .valor span,
#pacote .multi .lista .valor span {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0
}

#pacote .pfc .lista .item a:hover,
#pacote .multi .lista .item a:hover {
    background: #ddd
}

#pacote .pfc .lista .item a.active,
#pacote .multi .lista .item a.active {
    background: #df0000!important;
    color: #fff
}

#pacote .multi .cidade {
    font-size: 22px;
    padding: 10px;
    width: 70%;
    margin-top: 2%
}

#pacote .multi .lista .item {
    margin-bottom: 2%
}

@media screen and (min-width:668px) and (max-width:768px) {
    #pacote .pfc .lista .titulo-item {
        font-size: 12px
    }
    #pacote .pfc .lista .valor {
        font-size: 16px
    }
    #pacote .pfc .lista .valor span {
        font-size: 12px
    }
}

@media screen and (max-width:667px) {
    #pacote .pfc .titulo,
    #pacote .combo .titulo {
        font-size: 25px
    }
    #pacote .pfc .info {
        width: 100%
    }
    #pacote .pfc .ilustra {
        display: none
    }
    #pacote .pfc .descricao {
        font-size: 13px
    }
    #pacote .pfc .olho {
        font-size: 14px
    }
    #pacote .pfc .item a {
        padding: 5px
    }
    #pacote .pfc .item .titulo-item {
        font-size: 11px
    }
    #pacote .pfc .item .valor {
        font-size: 14px
    }
    #pacote .pfc .item .valor span {
        font-size: 11px
    }
}

#pacote .combo {
    width: 100%;
    margin-top: 40px
}

#pacote .combo .coluna {
    float: left;
    width: 31.3%;
    margin-right: 2%;
    position: relative
}

#pacote .combo .legenda {
    text-align: center;
    margin-bottom: 10px;
    height: 60px
}

#pacote .combo .titulo-legenda {
    font-size: 20px;
    font-weight: normal;
    line-height: 1
}

#pacote .combo .item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    color: gray
}

#pacote .combo .item a {
    float: left;
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 2px solid #ddd
}

#pacote .combo .item .titulo-item {
    line-height: 1;
    margin-bottom: 10px;
    height: 38px
}

#pacote .combo .item .valor {
    font-size: 19px;
    font-weight: bold;
    text-align: right;
    letter-spacing: -1px;
    line-height: 1
}

#pacote .combo .item .valor span {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0
}

#pacote .combo .item a:hover {
    background: #ddd
}

#pacote .combo .item a.active {
    background: #df0000;
    color: #fff
}

#pacote .combo .descontointernet {
    background: #fff;
    color: #df0000;
    border-radius: 5px;
    padding: 10px;
    position: relative
}

#pacote .combo .descontointernet:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -10px;
    border: 10px solid #fff;
    border-color: transparent #fff transparent transparent
}

#pacote .combo .balao-movel {
    position: absolute;
    right: 57px;
    top: -100px
}

@media screen and (min-width:668px) and (max-width:768px) {
    #pacote .combo .item .titulo-item {
        font-size: 12px
    }
    #pacote .combo .item .valor {
        font-size: 16px
    }
    #pacote .combo .item .valor span {
        font-size: 12px
    }
}

@media screen and (max-width:667px) {
    #pacote .combo {
        width: 100%
    }
    #pacote .combo .legenda {
        height: 40px
    }
    #pacote .combo .legenda img {
        width: 30%;
        height: auto
    }
    #pacote .combo .titulo-legenda {
        font-size: 14px
    }
    #pacote .combo .item a {
        padding: 5px
    }
    #pacote .combo .item .titulo-item {
        font-size: 11px
    }
    #pacote .combo .item .valor {
        font-size: 14px
    }
    #pacote .combo .item .valor span {
        font-size: 11px
    }
    #pacote .combo .descontointernet {
        font-size: 11px;
        margin-top: 40px
    }
    #pacote .combo .balao-movel {
        display: none
    }
}

@media screen and (min-width:668px) {
    #pacote .resumo {
        position: fixed;
        z-index: 100;
        bottom: 0;
        top: inherit;
        left: 0;
        width: 100%;
        height: 100px;
        overflow: hidden;
        background: #5c5c5c;
        color: #fff
    }
    #pacote .resumo .overlay {
        float: left;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .1)
    }
    #pacote .resumo .article {
        margin: 13px 0
    }
    #pacote .resumo .item a {
        float: left;
        width: 20%;
        margin-right: 1%;
        border: 2px solid #fff;
        border-radius: 4px;
        padding: 8px;
        height: 76px;
        opacity: .5
    }
    #pacote .resumo .item a.active,
    #pacote .resumo .item a:hover {
        opacity: 1;
        background: #fff;
        color: #5c5c5c
    }
    #pacote .resumo .item .titulo-item {
        line-height: 1;
        font-size: 14px;
        min-height: 28px
    }
    #pacote .resumo .item .valor {
        font-size: 24px;
        line-height: 1;
        font-weight: bold;
        text-align: right
    }
    #pacote .resumo .item .valor span {
        font-size: 14px;
        font-weight: normal
    }
    #pacote .resumo .premiere {
        background: url(http://www.clarotvoferta.com.br/img/xicone-bola.png.pagespeed.ic.piogH3pj1W.png) no-repeat 110% 10%
    }
    #pacote .resumo .total {
        float: left;
        width: 37%;
        margin-top: 19px
    }
    #pacote .resumo .total .valor {
        float: left;
        width: 45%;
        font-size: 18px;
        font-weight: normal;
        text-align: center
    }
    #pacote .resumo .total .valor span {
        font-size: 35px;
        font-weight: bold;
        line-height: 1
    }
    #pacote .resumo .total .botao {
        float: right;
        width: 53%;
        font-size: 19px;
        font-weight: bold;
        letter-spacing: -1px;
        background: #c10000;
        color: #fff;
        text-align: center;
        padding: 2% 0;
        border-radius: 4px
    }
    #pacote .resumo .total .botao:hover {
        background: #5c5c5c;
        color: #fff
    }
    #pacote .resumo .total .icon-basket:before {
        margin: 0;
        margin-right: 5px
    }
    #pacote .resumo .botao-combo span {
        display: block;
        text-align: center;
        margin-bottom: 6px
    }
}

@media screen and (min-width:1024px) and (max-width:1366px) {
    #pacote .resumo .total {
        margin-top: 19px
    }
}

@media screen and (min-width:668px) and (max-width:1024px) {
    #pacote .resumo .total .botao {
        font-size: 18px
    }
}

@media screen and (min-width:668px) and (max-width:768px) {
    #pacote .resumo .item .titulo-item {
        font-size: 12px
    }
    #pacote .resumo .item .valor {
        font-size: 16px
    }
    #pacote .resumo .total .valor span {
        font-size: 24px
    }
    #pacote .resumo .total .botao {
        font-size: 14px
    }
}

@media screen and (max-width:667px) {
    #pacote .resumo {
        position: fixed;
        left: 0;
        bottom: 76px;
        z-index: 10;
        padding: 4% 0 2% 0;
        width: 100%;
        background: rgba(232, 232, 232, .9)!important;
        color: #c10000;
        box-shadow: 0 -2px 5px rgba(0, 0, 0, .3)
    }
    #pacote .resumo .item {
        display: none
    }
    #pacote .resumo .article {
        padding: 0;
        margin: 0
    }
    #pacote .resumo .total {
        float: left;
        width: 100%
    }
    #pacote .resumo .total .valor {
        float: left;
        font-size: 1.5em
    }
    #pacote .resumo .total .botao {
        float: right;
        background: #c10000;
        color: #fff;
        padding: 5px 8px;
        border-radius: 5px;
        border-bottom: 2px solid #7b0001
    }
}

@media screen and (min-width:668px) and (max-width:1024px) {
    .zopim {
        bottom: inherit!important;
        top: 90px!important
    }
}

@media screen and (max-width:667px) {
    .zopim {
        bottom: inherit!important;
        top: 5px!important;
        right: 5px!important
    }
}

#header-assine {
    margin-bottom: 20px;
    margin-top: -100px
}

#header-assine .voltar {
    float: left;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    margin: 40px -20px 0 10px
}

#header-assine .voltar i {
    font-size: 14px
}

#header-assine .voltar:hover {
    opacity: .7
}

#header-assine .logo {
    float: left;
    width: 25%;
    height: 100px;
    background: #df0000;
    text-align: center
}

#header-assine .logo img {
    width: 100%;
    height: auto;
    max-width: 142px;
    margin-top: 17px
}

@media screen and (min-width:668px) and (max-width:1366px) {
    #header-assine {
        margin-top: -70px
    }
}

@media screen and (min-width:668px) and (max-width:768px) {
    #header-assine .voltar {
        margin: 10px
    }
    #header-assine .logo img {
        margin: 0;
        margin-top: -10px
    }
}

@media screen and (max-width:667px) {
    #header-assine {
        display: none
    }
}

.coluna-ticket {
    float: left;
    width: 25%
}

.ticket hr {
    margin: 15px 0;
    border-style: dashed
}

.ticket {
    background: url(http://www.clarotvoferta.com.br/img/xticket-bg2.png.pagespeed.ic.gjvpukinis.png) repeat-x bottom left #fff;
    padding: 30px 20px;
    position: relative;
    margin-top: 60px
}

.ticket .resumo {
    width: 100%;
    background: url(http://www.clarotvoferta.com.br/img/xticket-bg1.png.pagespeed.ic.tpPX5p_pvD.png) repeat-x top left #a3a3a3;
    color: #fff;
    text-align: center;
    position: absolute;
    margin: -55px 0 0 -20px;
    padding: 18px 0 7px 0
}

.ticket .titulo-tv {
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 1;
    color: #df0000;
    margin-bottom: 20px
}

.ticket .itens {
    font-size: 13px;
    font-weight: bold
}

.ticket .itens i {
    color: #a3a3a3
}

.ticket .titulo {
    font-size: 20px;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 10px
}

.ticket .preco {
    font-weight: bold;
    color: #df0000;
    font-size: 26px;
    line-height: 1;
    letter-spacing: -1px
}

.ticket .info {
    font-size: 13px;
    margin-top: 10px
}

.ticket .opcoes-pagamento {
    display: block;
    margin-top: 25px
}

@media screen and (min-width:668px) and (max-width:768px) {
    .ticket .titulo-tv {
        font-size: 22px
    }
    .ticket .resumo {
        font-size: 12px
    }
    .ticket .itens {
        font-size: 11px;
        line-height: 1
    }
    .ticket .titulo {
        font-size: 18px
    }
    .ticket .preco {
        font-size: 18px
    }
}

@media screen and (max-width:667px) {
    .coluna-ticket {
        width: 100%
    }
    .ticket {
        margin-top: 35px
    }
    .ticket .titulo-tv {
        font-size: 24px;
        margin-bottom: 10px
    }
    .ticket .itens {
        font-size: 12px
    }
    .ticket .titulo {
        font-size: 16px
    }
    .ticket .preco {
        font-size: 20px
    }
    .ticket .info {
        font-size: 11px
    }
    .assine-passo2 .ticket,
    .assine-passo3 .ticket {
        display: none!important
    }
}

#assine {
    margin-top: -20px
}

#assine .article {
    min-height: 700px
}

#assine .cabecalho .titulo {
    font-size: 45px;
    line-height: 1;
    letter-spacing: -2px;
    margin-bottom: 30px
}

#assine .cabecalho .item {
    margin-bottom: 30px
}

#assine .cabecalho .item i {
    float: left;
    font-size: 50px;
    color: #df0000
}

#assine .cabecalho .titulo-item {
    margin-left: 75px;
    font-size: 40px;
    letter-spacing: -1px;
    color: #df0000
}

#assine .cabecalho .item h3 {
    margin-left: 75px;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -1px;
    font-weight: normal
}

#assine .cabecalho .item p {
    margin-left: 75px;
    color: gray
}

@media screen and (min-width:668px) and (max-width:768px) {
    #assine .cabecalho .titulo-item {
        font-size: 30px
    }
}

@media screen and (max-width:667px) {
    #assine {
        margin-top: -110px
    }
    #assine .article {
        width: 100%
    }
    #assine .cabecalho .titulo {
        font-size: 28px;
        margin-bottom: 10px
    }
    #assine .cabecalho .item {
        margin-bottom: 15px
    }
    #assine .cabecalho .item i {
        font-size: 38px
    }
    #assine .cabecalho .titulo-item {
        margin-left: 55px;
        font-size: 20px
    }
    #assine .cabecalho .item h3 {
        margin-left: 55px;
        font-size: 16px
    }
}

#assine .passos {
    margin-bottom: 30px
}

#assine .passos .item {
    float: left;
    position: relative;
    width: 28.3%;
    margin-right: 5%;
    height: 65px;
    background: #cecece;
    color: #848484
}

#assine .passos .item:before {
    content: "";
    position: absolute;
    z-index: 1;
    right: -64px;
    top: 0;
    border: 32px solid #cecece;
    border-color: transparent transparent transparent #cecece
}

#assine .passos .active {
    background: #df0000;
    color: #fff
}

#assine .passos .active:before {
    border-color: transparent transparent transparent #df0000
}

#assine .passos .titulo1 {
    font-size: 16px;
    margin: 10px 0 0 15px
}

#assine .passos .titulo2 {
    font-size: 20px;
    letter-spacing: -1px;
    margin: 0 0 0 15px;
    font-weight: normal
}

@media screen and (min-width:769px) and (max-width:1024px) {
    #assine .passos .titulo2 {
        font-size: 18px
    }
}

@media screen and (min-width:668px) and (max-width:768px) {
    #assine .passos .titulo2 {
        font-size: 15px
    }
}

@media screen and (max-width:667px) {
    #assine .passos .item {
        width: 33.3%;
        margin: 0
    }
    #assine .passos .item:before {
        display: none
    }
    #assine .passos .titulo1 {
        font-size: 11px;
        margin: 10px 0 0 15px
    }
    #assine .passos .titulo2 {
        font-size: 15px;
        line-height: 1;
        letter-spacing: 1
    }
}

#assine .termo {
    font-size: 13px
}

#assine .termo a {
    text-decoration: underline
}

#assine .sucesso .titulo-sucesso {
    font-size: 40px;
    letter-spacing: -2px;
    color: #df0000;
    margin-bottom: 20px
}

#assine .sucesso p {
    font-size: 20px;
    margin-bottom: 20px
}

#assine .sucesso p span {
    color: gray
}

#assine .sucesso .botao {
    display: inline-block;
    background: #df0000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    margin-top: 20px
}

@media screen and (max-width:667px) {
    #assine .sucesso .titulo-sucesso {
        font-size: 24px
    }
}

#erro {
    margin-top: 150px;
    min-height: 500px
}

#erro h1 {
    font-size: 40px
}

#erro .botao {
    display: inline-block;
    margin-top: 30px;
    background: #df0000;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px
}

.add {
    margin-top: 40px
}

.add .titulo {
    font-size: 2em
}

.add .ilustra {
    float: left;
    width: 47%;
    margin-top: 30px
}

.add-internet .box {
    float: right;
    width: 53%;
    background: #f7d500;
    border-radius: 5px;
    padding: 15px
}

.add-internet .titulo-box {
    font-size: 1.125em;
    padding: 5px;
    margin-bottom: 10px
}

.add-internet .box button {
    background: #2ba6ed;
    width: 100%
}

.add-movel .box,
.add-fixo .box {
    float: right;
    width: 53%
}

.add-movel .item a,
.add-fixo .item a {
    float: left;
    width: 48%;
    height: 220px;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #d8d8d8;
    border-radius: 5px;
    padding: 15px;
    line-height: 1
}

.add-movel .item a:hover,
.add-fixo .item a:hover {
    background-color: #cacaca
}

.add-movel .item a.active,
.add-fixo .item a.active {
    background-color: #df0000;
    color: #fff
}

.add-movel .item a.active *,
.add-fixo .item a.active * {
    color: #fff
}

.add-movel .titulo-item,
.add-fixo .titulo-item {
    font-size: 1.25em;
    height: 40px;
    color: #df0000
}

.add-movel .titulo-item span,
.add-fixo .titulo-item span {
    font-size: .813em
}

.add-movel .descricao,
.add-fixo .descricao {
    font-size: .813em;
    margin-top: 10px;
    height: 85px
}

.add-movel .descricao strong,
.add-fixo .descricao strong {}

.add-movel .descricao img,
.add-fixo .descricao img {
    margin-top: 5px;
    max-width: 100%;
    height: auto
}

.add-movel .valor-de {
    font-size: .875em;
    text-align: right;
    color: gray
}

.add-movel .valor,
.add-fixo .valor {
    font-size: 1.5em;
    text-align: right
}

.add-fixo .item a {
    height: 190px
}

.add-fixo .descricao {
    height: 70px
}

@media screen and (max-width:667px) {
    .add {
        margin-top: 5%
    }
    .add .ilustra {
        float: left;
        width: 100%;
        margin-top: 5%;
        text-align: center;
        margin-bottom: 5%
    }
    .add .ilustra img {
        height: 200px;
        width: auto
    }
    .add-internet .box,
    .add-movel .box,
    .add-fixo .box {
        width: 100%
    }
    .add-movel .titulo-item,
    .add-fixo .titulo-item {
        font-size: 1em;
        height: 40px;
        color: #df0000;
        height: 45px
    }
    .add-fixo .item a {
        height: 220px
    }
    .add-fixo .descricao {
        height: 90px
    }
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "icones";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-search:before {
    content: '\e800'
}

.icon-music:before {
    content: '\e801'
}

.icon-mail:before {
    content: '\e802'
}

.icon-menu:before {
    content: '\e803'
}

.icon-ok:before {
    content: '\e804'
}

.icon-cancel:before {
    content: '\e805'
}

.icon-plus:before {
    content: '\e806'
}

.icon-minus:before {
    content: '\e807'
}

.icon-heart-empty:before {
    content: '\e808'
}

.icon-star-empty:before {
    content: '\e809'
}

.icon-info:before {
    content: '\e80a'
}

.icon-help:before {
    content: '\e80b'
}

.icon-link:before {
    content: '\e80c'
}

.icon-attach:before {
    content: '\e80d'
}

.icon-lock:before {
    content: '\e80e'
}

.icon-tag:before {
    content: '\e80f'
}

.icon-bookmark:before {
    content: '\e810'
}

.icon-reply:before {
    content: '\e811'
}

.icon-forward:before {
    content: '\e812'
}

.icon-pencil:before {
    content: '\e813'
}

.icon-comment-empty:before {
    content: '\e814'
}

.icon-chat-empty:before {
    content: '\e815'
}

.icon-attention:before {
    content: '\e816'
}

.icon-trash-empty:before {
    content: '\e817'
}

.icon-doc-text:before {
    content: '\e818'
}

.icon-phone:before {
    content: '\e819'
}

.icon-basket:before {
    content: '\e81a'
}

.icon-calendar-empty:before {
    content: '\e81b'
}

.icon-clock:before {
    content: '\e81c'
}

.icon-lightbulb:before {
    content: '\e81d'
}

.icon-zoom-in:before {
    content: '\e81e'
}

.icon-angle-left:before {
    content: '\e81f'
}

.icon-angle-right:before {
    content: '\e820'
}

.icon-angle-up:before {
    content: '\e821'
}

.icon-angle-down:before {
    content: '\e822'
}

.icon-down-big:before {
    content: '\e823'
}

.icon-left-big:before {
    content: '\e824'
}

.icon-right-big:before {
    content: '\e825'
}

.icon-up-big:before {
    content: '\e826'
}

.icon-circle:before {
    content: '\e827'
}

.icon-circle-empty:before {
    content: '\e828'
}

.icon-dot-circled:before {
    content: '\e829'
}

.icon-calc:before {
    content: '\e82a'
}

.icon-soccer-ball:before {
    content: '\e82b'
}

.icon-award:before {
    content: '\e82c'
}

.sweet-overlay {
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000
}

.sweet-alert {
    background-color: #fff;
    font-family: inherit, Helvetica, Arial, sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999
}

@media all and (max-width:540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px
    }
}

.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 15px 0;
    padding: 0;
    line-height: 40px;
    display: block
}

.sweet-alert p {
    color: #797979;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.sweet-alert button {
    background-color: #aedef4;
    color: #fff;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0;
    cursor: pointer
}

.sweet-alert button:focus {
    outline: 0;
    box-shadow: 0 0 2px rgba(128, 179, 235, .5), inset 0 0 0 1px rgba(0, 0, 0, .05)
}

.sweet-alert button:hover {
    background-color: #a1d9f2
}

.sweet-alert button:active {
    background-color: #81ccee
}

.sweet-alert button.cancel {
    background-color: #d0d0d0
}

.sweet-alert button.cancel:hover {
    background-color: #c8c8c8
}

.sweet-alert button.cancel:active {
    background-color: #b6b6b6
}

.sweet-alert button.cancel:focus {
    box-shadow: rgba(197, 205, 211, .8) 0 0 2px, rgba(0, 0, 0, .0470588) 0 0 0 1px inset!important
}

.sweet-alert button::-moz-focus-inner {
    border: 0
}

.sweet-alert[data-has-cancel-button="false"] button {
    box-shadow: none!important
}

.sweet-alert .icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box
}

.sweet-alert .icon.error {
    border-color: #f27474
}

.sweet-alert .icon.error .x-mark {
    position: relative;
    display: block
}

.sweet-alert .icon.error .line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #f27474;
    display: block;
    top: 37px;
    border-radius: 2px
}

.sweet-alert .icon.error .line.left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px
}

.sweet-alert .icon.error .line.right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px
}

.sweet-alert .icon.warning {
    border-color: #f8bb86
}

.sweet-alert .icon.warning .body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #f8bb86
}

.sweet-alert .icon.warning .dot {
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #f8bb86
}

.sweet-alert .icon.info {
    border-color: #c9dae1
}

.sweet-alert .icon.info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #c9dae1
}

.sweet-alert .icon.info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #c9dae1
}

.sweet-alert .icon.success {
    border-color: #a5dc86
}

.sweet-alert .icon.success::after,
.sweet-alert .icon.success::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 120px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .icon.success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px
}

.sweet-alert .icon.success::after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px
}

.sweet-alert .icon.success .placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, .2);
    -webkit-border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.sweet-alert .icon.success .fix {
    width: 5px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .icon.success .line {
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.sweet-alert .icon.success .line.tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .icon.success .line.long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .icon.custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat
}

@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(.7);
        -webkit-transform: scale(.7)
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }
    80% {
        transform: scale(.95);
        -webkit-tranform: scale(.95)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(.7);
        -webkit-transform: scale(.7)
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }
    80% {
        transform: scale(.95);
        -webkit-tranform: scale(.95)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    100% {
        transform: scale(.5);
        -webkit-transform: scale(.5)
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    100% {
        transform: scale(.5);
        -webkit-transform: scale(.5)
    }
}

.showSweetAlert {
    -webkit-animation: showSweetAlert .3s;
    animation: showSweetAlert .3s
}

.showSweetAlert[data-animation="none"] {
    -webkit-animation: none;
    animation: none
}

.hideSweetAlert {
    -webkit-animation: hideSweetAlert .2s;
    animation: hideSweetAlert .2s
}

.hideSweetAlert[data-animation="none"] {
    -webkit-animation: none;
    animation: none
}

@-webkit-keyframes animateSuccessTip {
    0%,
    54% {
        width: 0;
        left: 1px;
        top: 19px
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animateSuccessTip {
    0%,
    54% {
        width: 0;
        left: 1px;
        top: 19px
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@-webkit-keyframes animateSuccessLong {
    0%,
    65% {
        width: 0;
        right: 46px;
        top: 54px
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes animateSuccessLong {
    0%,
    65% {
        width: 0;
        right: 46px;
        top: 54px
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@-webkit-keyframes rotatePlaceholder {
    0%,
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    100%,
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}

@keyframes rotatePlaceholder {
    0%,
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    100%,
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip .75s;
    animation: animateSuccessTip .75s
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong .75s;
    animation: animateSuccessLong .75s
}

.icon.success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in
}

@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0
    }
    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0
    }
    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1
    }
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon .5s;
    animation: animateErrorIcon .5s
}

@-webkit-keyframes animateXMark {
    0%,
    50% {
        transform: scale(.4);
        -webkit-transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }
    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

@keyframes animateXMark {
    0%,
    50% {
        transform: scale(.4);
        -webkit-transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }
    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

.animateXMark {
    -webkit-animation: animateXMark .5s;
    animation: animateXMark .5s
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #F8D486
    }
    100% {
        border-color: #F8BB86
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #F8D486
    }
    100% {
        border-color: #F8BB86
    }
}

.pulseWarning {
    -webkit-animation: pulseWarning .75s infinite alternate;
    animation: pulseWarning .75s infinite alternate
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486
    }
    100% {
        background-color: #F8BB86
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486
    }
    100% {
        background-color: #F8BB86
    }
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns .75s infinite alternate;
    animation: pulseWarningIns .75s infinite alternate
}

.fancybox-tmp iframe,
.fancybox-tmp object {
    vertical-align: top;
    padding: 0;
    margin: 0
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1002
}

.fancybox-outer {
    padding: 0;
    margin: 0;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 1003
}

.fancybox-opened .fancybox-outer {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    outline: none;
    overflow: hidden
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 10px
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -21px;
    margin-left: -21px;
    width: 42px;
    height: 42px;
    background: url(http://www.clarotvoferta.com.br/img/fancybox_loading.gif.pagespeed.ce.EnOpUj5B4k.gif);
    opacity: .8;
    cursor: pointer;
    z-index: 1010
}

.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url(http://www.clarotvoferta.com.br/img/xfancybox_sprite.png.pagespeed.ic.X8KXHnRDqy.png)
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 1004
}

.fancybox-prev,
.fancybox-next {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    background: transparent url(http://www.clarotvoferta.com.br/img/blank.gif.pagespeed.ce.MlRyYBVx8x.gif);
    z-index: 1003
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-prev span,
.fancybox-next span {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 1003
}

.fancybox-prev span {
    background-position: 0 -36px
}

.fancybox-next span {
    background-position: 0 -72px
}

.fancybox-prev:hover,
.fancybox-next:hover {
    visibility: visible
}

.fancybox-prev:hover span {
    left: 20px
}

.fancybox-next:hover span {
    left: auto;
    right: 20px
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    padding: 0;
    overflow: visible;
    visibility: hidden
}

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 1001;
    background: #000
}

.fancybox-title {
    visibility: hidden;
    font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 1005
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 1003;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    margin-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@charset "UTF-8";
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) center center no-repeat
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: "icones";
    font-size: 20px;
    line-height: 1;
    color: #000;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "\e824"
}

[dir="rtl"] .slick-prev:before {
    content: "\e824"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "\e825"
}

[dir="rtl"] .slick-next:before {
    content: "\e825"
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e827";
    width: 20px;
    height: 20px;
    font-family: "icones";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .15;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #df0000;
    opacity: .9
}

.tooltipster-default {
    border-radius: 5px;
    background: #fff;
    color: inherit;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.tooltipster-default .tooltipster-content {
    font-family: inherit;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
    overflow: hidden
}

.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {}

.tooltipster-icon {
    cursor: help;
    margin-left: 4px
}

.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible
}

.tooltipster-base .tooltipster-content {
    overflow: hidden
}

.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.tooltipster-arrow span,
.tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
    border-left: 8px solid transparent!important;
    border-right: 8px solid transparent!important;
    border-top: 8px solid;
    bottom: -7px
}

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent!important;
    border-right: 9px solid transparent!important;
    border-top: 9px solid;
    bottom: -7px
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent!important;
    border-right: 8px solid transparent!important;
    border-bottom: 8px solid;
    top: -7px
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent!important;
    border-right: 9px solid transparent!important;
    border-bottom: 9px solid;
    top: -7px
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto
}

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
    left: 6px
}

.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px
}

.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
    right: 6px
}

.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px
}

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent!important;
    border-bottom: 8px solid transparent!important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent!important;
    border-bottom: 9px solid transparent!important;
    border-left: 9px solid;
    margin-top: -8px
}

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent!important;
    border-bottom: 8px solid transparent!important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent!important;
    border-bottom: 9px solid transparent!important;
    border-right: 9px solid;
    margin-top: -8px
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
}

.tooltipster-fade-show {
    opacity: 1
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden
}

.tooltipster-grow-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .320, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .320, 1.15);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .320, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .320, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .320, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .320, 1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform
}

.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(.230, .635, .495, 1);
    -webkit-transition-timing-function: cubic-bezier(.230, .635, .495, 2.4);
    -moz-transition-timing-function: cubic-bezier(.230, .635, .495, 2.4);
    -ms-transition-timing-function: cubic-bezier(.230, .635, .495, 2.4);
    -o-transition-timing-function: cubic-bezier(.230, .635, .495, 2.4);
    transition-timing-function: cubic-bezier(.230, .635, .495, 2.4)
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .320, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .320, 1.15);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .320, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .320, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .320, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .320, 1.15)
}

.tooltipster-fall-show {}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0!important;
    opacity: 0
}

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .320, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .320, 1.15);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .320, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .320, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .320, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .320, 1.15)
}

.tooltipster-slide.tooltipster-slide-show {}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0!important;
    opacity: 0
}

.tooltipster-content-changing {
    opacity: .5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.easy-autocomplete {
    position: relative
}

.easy-autocomplete input {
    border-color: #ccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
    color: #555;
    padding: 6px 12px
}

.easy-autocomplete input:hover,
.easy-autocomplete input:focus {
    box-shadow: none
}

.easy-autocomplete a {
    display: block
}

.easy-autocomplete.eac-blue-light input:hover,
.easy-autocomplete.eac-blue-light input:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(102, 175, 233, .6)
}

.easy-autocomplete.eac-blue-light ul {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(102, 175, 233, .6)
}

.easy-autocomplete.eac-blue-light ul li,
.easy-autocomplete.eac-blue-light ul .eac-category {
    border-color: #66afe9
}

.easy-autocomplete.eac-blue-light ul li.selected,
.easy-autocomplete.eac-blue-light ul .eac-category.selected {
    background-color: #ecf5fc
}

.easy-autocomplete.eac-green-light input:hover,
.easy-autocomplete.eac-green-light input:focus {
    border-color: #41db00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(146, 237, 107, .6)
}

.easy-autocomplete.eac-green-light ul {
    border-color: #41db00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(146, 237, 107, .6)
}

.easy-autocomplete.eac-green-light ul li,
.easy-autocomplete.eac-green-light ul .eac-category {
    border-color: #41db00
}

.easy-autocomplete.eac-green-light ul li.selected,
.easy-autocomplete.eac-green-light ul .eac-category.selected {
    background-color: #9eff75
}

.easy-autocomplete.eac-red-light input:hover,
.easy-autocomplete.eac-red-light input:focus {
    border-color: #ff5b5b;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(255, 90, 90, .6)
}

.easy-autocomplete.eac-red-light ul {
    border-color: #ff5b5b;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(255, 90, 90, .6)
}

.easy-autocomplete.eac-red-light ul li,
.easy-autocomplete.eac-red-light ul .eac-category {
    border-color: #ff5b5b
}

.easy-autocomplete.eac-red-light ul li.selected,
.easy-autocomplete.eac-red-light ul .eac-category.selected {
    background-color: #ff8e8e
}

.easy-autocomplete.eac-yellow-light input:hover,
.easy-autocomplete.eac-yellow-light input:focus {
    border-color: #ffdb00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(255, 231, 84, .6)
}

.easy-autocomplete.eac-yellow-light ul {
    border-color: #ffdb00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(255, 231, 84, .6)
}

.easy-autocomplete.eac-yellow-light ul li,
.easy-autocomplete.eac-yellow-light ul .eac-category {
    border-color: #ffdb00
}

.easy-autocomplete.eac-yellow-light ul li.selected,
.easy-autocomplete.eac-yellow-light ul .eac-category.selected {
    background-color: #ffe233
}

.easy-autocomplete.eac-dark-light input:hover,
.easy-autocomplete.eac-dark-light input:focus {
    border-color: #333;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(55, 55, 55, .6)
}

.easy-autocomplete.eac-dark-light ul {
    border-color: #333;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(55, 55, 55, .6)
}

.easy-autocomplete.eac-dark-light ul li,
.easy-autocomplete.eac-dark-light ul .eac-category {
    border-color: #333
}

.easy-autocomplete.eac-dark-light ul li.selected,
.easy-autocomplete.eac-dark-light ul .eac-category.selected {
    background-color: #4d4d4d;
    color: #fff
}

.easy-autocomplete.eac-dark {
    color: #fff
}

.easy-autocomplete.eac-dark input {
    background-color: #404040;
    border-radius: 4px;
    box-shadow: 0;
    color: #f6f6f6
}

.easy-autocomplete.eac-dark input:hover,
.easy-autocomplete.eac-dark input:focus {
    border-color: #333;
    box-shadow: 0
}

.easy-autocomplete.eac-dark ul {
    border-color: #333
}

.easy-autocomplete.eac-dark ul li,
.easy-autocomplete.eac-dark ul .eac-category {
    background-color: #404040;
    border-color: #333
}

.easy-autocomplete.eac-dark ul li.selected,
.easy-autocomplete.eac-dark ul .eac-category.selected {
    background-color: #737373;
    color: #f6f6f6
}

.easy-autocomplete.eac-dark-glass {
    color: #fff
}

.easy-autocomplete.eac-dark-glass input {
    background-color: rgba(0, 0, 0, .8);
    border-radius: 4px;
    box-shadow: 0;
    color: #f6f6f6
}

.easy-autocomplete.eac-dark-glass input:hover,
.easy-autocomplete.eac-dark-glass input:focus {
    border-color: rgba(0, 0, 0, .8);
    box-shadow: 0
}

.easy-autocomplete.eac-dark-glass ul {
    border-color: rgba(0, 0, 0, .8)
}

.easy-autocomplete.eac-dark-glass ul li,
.easy-autocomplete.eac-dark-glass ul .eac-category {
    background-color: rgba(0, 0, 0, .8);
    border-color: rgba(0, 0, 0, .8)
}

.easy-autocomplete.eac-dark-glass ul li.selected,
.easy-autocomplete.eac-dark-glass ul .eac-category.selected {
    background-color: rgba(64, 64, 64, .8);
    color: #f6f6f6
}

.easy-autocomplete.eac-dark-glass ul li:last-child,
.easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
    border-radius: 0 0 4px 4px
}

.easy-autocomplete.eac-blue {
    color: #fff
}

.easy-autocomplete.eac-blue input {
    background-color: #6d9ed1;
    border-radius: 4px;
    box-shadow: 0;
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input:-moz-placeholder {
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input::-moz-placeholder {
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input:-ms-input-placeholder {
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input:hover,
.easy-autocomplete.eac-blue input:focus {
    border-color: #5a91cb;
    box-shadow: 0
}

.easy-autocomplete.eac-blue ul {
    border-color: #5a91cb
}

.easy-autocomplete.eac-blue ul li,
.easy-autocomplete.eac-blue ul .eac-category {
    background-color: #6d9ed1;
    border-color: #5a91cb
}

.easy-autocomplete.eac-blue ul li.selected,
.easy-autocomplete.eac-blue ul .eac-category.selected {
    background-color: #94b8dd;
    color: #f6f6f6
}

.easy-autocomplete.eac-yellow {
    color: #333
}

.easy-autocomplete.eac-yellow input {
    background-color: #ffdb7e;
    border-color: #333;
    border-radius: 4px;
    box-shadow: 0;
    color: #333
}

.easy-autocomplete.eac-yellow input:hover,
.easy-autocomplete.eac-yellow input:focus {
    border-color: #333;
    box-shadow: 0
}

.easy-autocomplete.eac-yellow ul {
    border-color: #333
}

.easy-autocomplete.eac-yellow ul li,
.easy-autocomplete.eac-yellow ul .eac-category {
    background-color: #ffdb7e;
    border-color: #333
}

.easy-autocomplete.eac-yellow ul li.selected,
.easy-autocomplete.eac-yellow ul .eac-category.selected {
    background-color: #ffe9b1;
    color: #333
}

.easy-autocomplete.eac-purple {
    color: #333
}

.easy-autocomplete.eac-purple input {
    background-color: #d6d1e7;
    border-color: #b8afd5;
    box-shadow: 0;
    color: #333
}

.easy-autocomplete.eac-purple input:hover,
.easy-autocomplete.eac-purple input:focus {
    border-color: #333;
    box-shadow: 0
}

.easy-autocomplete.eac-purple ul {
    border-color: #333
}

.easy-autocomplete.eac-purple ul li,
.easy-autocomplete.eac-purple ul .eac-category {
    background-color: #d6d1e7;
    border-color: #333
}

.easy-autocomplete.eac-purple ul li.selected,
.easy-autocomplete.eac-purple ul .eac-category.selected {
    background-color: #ebe8f3;
    color: #333
}

.easy-autocomplete.eac-bootstrap input {
    border-color: #ccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #555;
    padding: 6px 12px
}

.easy-autocomplete-container {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

.easy-autocomplete-container ul {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px dotted #ccc;
    display: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: -1px
}

.easy-autocomplete-container ul li,
.easy-autocomplete-container ul .eac-category {
    background: inherit;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 4px 12px
}

.easy-autocomplete-container ul li:last-child {
    border-radius: 0 0 2px 2px;
    border-width: 0 1px 1px
}

.easy-autocomplete-container ul li.selected {
    background: none repeat scroll 0 0 #ebebeb;
    cursor: pointer
}

.easy-autocomplete-container ul li.selected div {
    font-weight: normal
}

.easy-autocomplete-container ul li div {
    display: block;
    font-weight: normal;
    word-break: break-all
}

.easy-autocomplete-container ul li b {
    font-weight: bold
}

.easy-autocomplete-container ul .eac-category {
    font-color: #aaa;
    font-style: italic
}

.eac-description .eac-item span {
    color: #aaa;
    font-style: italic;
    font-size: .9em
}

.eac-icon-left .eac-item img {
    margin-right: 4px;
    max-height: 30px
}

.eac-icon-right .eac-item {
    margin-top: 8px;
    min-height: 24px;
    position: relative
}

.eac-icon-right .eac-item img {
    margin-left: 4px;
    max-height: 30px;
    position: absolute;
    right: -4px;
    top: -8px
}