#sbt3 p {
    color: #fff;
    text-align: center;
}
.sbt3-fondo {
    display: block;
    width: 100%;
    background-image: url(../images/fondo-landing-sbt3@2x-8-v1.jpeg?$staticlink$);
    background-position: 90% 0;
    background-size: cover;
    overflow: hidden;
}
#sbt3 img{
	width: 100%;
	height: auto;
}
#sbt3 .slick-dots{
	background-color: transparent;
}
#sbt3-artistas img{
	/*width: auto;*/
}
#sbt3 .pdp-wrapper {
    width: 96%;
    margin: 1.25rem auto 1.875rem;
}
#sbt3 .slick-dots li button:before{
		width: 30px;
		height: 30px;
	color: #fff;
	opacity: 1;
	font-size: 10px;
}
#sbt3 .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #da3724;
}
#sbt3 .slick-arrow {
    background: transparent;
    width: 1.3rem;
}
#sbt3 .slick-next:before{
	background: url( "../images/slider-flecha-next.svg?$staticlink$") no-repeat center center transparent;
	background-size: contain;
    opacity: 1;
    content: "";
    width: 20px;
    height: 27px;
    display: block;
}
#sbt3 .slick-prev:before{
	background: url( "../images/slider-flecha-prev.svg?$staticlink$") no-repeat center center transparent;
	background-size: contain;
    opacity: 1;
    content: "";
    width: 20px;
    height: 27px;
    display: block;
}
.sbt3-mobile{
		display: none;
	}
.sbt3-desk{
		display: block;
	}
img.sbt3-mobile{
		display: none;
	}
img.sbt3-desk{
		display: block;
	}
.sbt3-estreno {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}
.sbt3-estreno a {
	display: block;
}
#sbt3 .logo-carousel img{
	max-width: 60%;
	margin: 0 auto;
}
#sbt3 .logo-carousel a{
	display: block;
}
#sbt3 a{
	overflow: hidden;
    display: block;
}
#sbt3 a img{
	transition: transform .2s; /* Animation */
	
}
#sbt3 a:hover img {
  transform: scale(1.03); 
}
.sbt3-slider-2 {
    width: 92%;
    margin: 0 4%;
}
/* ionterior */
.sbt3-calugas {
    display: flex;
    align-items: center;
    margin-bottom: 10em
}
.sbt3-caluga-50 {
    width: 49%;
    margin: 0 1% 0 0;
}
.sbt3-caluga-50 + .sbt3-caluga-50 {
    width: 49%;
    margin: 0 0 0 1%;
}
.sbt3-header-interior {
    background-color: #000;
    text-align: center;
    padding: 10px 0;
}
.sbt3-header-interior img{
	max-width: 90px;
	transition: transform .2s; /* Animation */
}
.sbt3-header-interior img:hover {
  transform: scale(1.2); 
}
.sbt3-texto {
    display: block;
    max-width: 80%;
    margin: 6em auto;
}
.sbt3-slider-3 {
    margin: 4em 3% 0;
    width: 94%;
}
#sbt3 img.master-g, #sbt3 img.hyundai{
	max-width: 85%;
}
@media (min-width: 1680px) {
	.ms-contain-desktoplarge {
		max-width: 85rem;
		margin: 0 auto;
	}
}
@media (min-width: 1024px) {
	#sbt3 p {
		color: #fff;
		text-align: center;
		font-size: 1.2rem;
		line-height: 1.2;
	}
}
@media all and (max-width: 900px) {
	.sbt3-mobile{
		display: block;
	}
	.sbt3-desk{
		display: none;
	}
	img.sbt3-mobile{
		display: block;
	}
	img.sbt3-desk{
		display: none;
	}
	.sbt3-artistas .sbt3-slider-item{
		/*width: 40%;
		margin: 0 5%;*/
	}
	#sbt3 .pdp-wrapper {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 1rem;
}
	.sbt3-slider-2 {
    width: 95%;
    margin: 0 2.5%;
}
	.sbt3-header-interior img{
	max-width: 70px;
}
	.sbt3-texto {
		margin: 3em auto;
	}
	#sbt3 p {
    font-size: 0.95rem;
}
	.sbt3-calugas {
    margin-bottom: 1em
}
}