﻿@charset "utf-8";
/* CSS Document */


@font-face {
  font-family: Myriad;
  src: url(https://www.casasbahia-imagens.com.br/html/conteudo-produto/977/50001929/fontes/MyriadPro-Regular.otf);
}

@font-face {
  font-family: MyriadHebrewBold;
  src: url(https://www.casasbahia-imagens.com.br/html/conteudo-produto/977/50001929/fontes/myriad-hebrew-bold.otf);
}

@font-face {
  font-family: Dino;
  src: url(https://www.casasbahia-imagens.com.br/html/conteudo-produto/977/50001929/fontes/DINEngschriftStd.otf);
}

.special-content{
	font-family: Myriad;
	font-size: 24px;
	color:#1B1B1B;
	font-style: normal;
	line-height: 28pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	list-style:none;
	max-width:970px; 
	margin-left:auto; 
	margin-right:auto;
	background-color:#FFFFFF;
	margin-bottom: 30px
}
.special-content p{
	padding-bottom: 10px
}
.special-content a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline
}
.special-content h4{
	font-family: MyriadHebrewBold;
	color: #7b8178;
	font-size: 57px;
	line-height: 51pt;
	text-transform: uppercase
	
	}
.special-content h4 strong{
	font-family: Dino;
	font-size: 89px;
	line-height: 59pt;
	color: #37b40c;
	text-transform: uppercase
}
.special-content h5{
	font-family: Myriad;
	color: #ffffff;
	font-size: 48px;
	line-height: 35pt;
	font-weight: bold;
	margin-bottom: 25px;
	text-transform: uppercase
}
.special-content h5 strong{
	font-size: 48px;
	line-height: 35pt;
}
.special-content .clear{
	clear: both
}

.special-content .branco{
	color: white
}

.special-content .preto{
	color: black
}

.special-content .vermelho{
	color: red
}

.special-content .azul{
	color: blue
}

.special-content .verde{
	color: green
}

.special-content .amarelo{
	color: yellow
}

/* MANTER ATÉ AQUI */

.special-content .back1{
	background-image: url(https://www.casasbahia-imagens.com.br/html/conteudo-produto/977/50001929/imagens/back_01.jpg);
	height: 895px;
	}

.special-content .back2{
	position: relative;
	background-image: url(https://www.casasbahia-imagens.com.br/html/conteudo-produto/977/50001929/imagens/back_02.jpg);
	height: 919px;
	}

.special-content .back3{
	background-image: linear-gradient(#133900, #225a00);
		}

.special-content .back4{
	background-image: url(https://www.casasbahia-imagens.com.br/html/conteudo-produto/977/50001929/imagens/back_04.jpg);
	height: 584px;
	}

.special-content .back5{
	height: 700px;
	}

.special-content .back6{
	background-image: url(https://www.casasbahia-imagens.com.br/html/conteudo-produto/977/50001929/imagens/back_06.jpg);
	height: 44px;
	}

.special-content .caixa1{
	padding-top: 0px;
	width: 970px;
	height: 175px;
}

.special-content .texto1{
	width: 970px;
	height: 175px;
	vertical-align: middle;
	display: table-cell;
	text-align: center
}

.special-content .imagem1{
	position: absolute;
	margin-top: 122px;
	margin-left: 260px;
}

.special-content .caixa2{
	position: absolute;
	padding-top: 42px;
	margin-left: 485px;
	width: 427px;
	height: 455px;
}

.special-content .texto2{
	width: 427px;
	height: 455px;
	padding-left: 40px;
	padding-right: 30px;
	vertical-align: middle;
	display: table-cell;
	text-align: left
}

.special-content .texto3{
	width: 900px;
	margin-left: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center
}

.special-content .imagem2{
	margin-left: 98px;
	margin-top: 13px;
}

/* Slideshow container */
.special-content .slideshow-container {
  max-width: 970px;
max-height: 700px;
  position: relative;
  margin: auto;
}

.special-content .active {
  background-color: #717171;
}

/* Fading animation */
.special-content .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

