/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 .tm-block-full-width {
     padding: 0 !important;
 }
.tm-footer {
    padding: 10px 0 10px 0;
    font-size: 12px;
	line-height: 12px;
	position: relative;
}
.tm-block-dark {
    padding: 20px 0 10px 0 !important;
  background: #c107b7;
}
.tm-block-primary {
    padding:0 !important;
}
.tm-bottom-c *{
	color: #FFF;
}
.uk-slideshow p, .uk-slideshow h1, .uk-slideshow h2, .uk-slideshow h3, .uk-slideshow h4 , .uk-slideshow h5, .uk-slideshow h6{
	background: linear-gradient(90deg, #00d0ff 0%, #88e9ff96 100%);
	padding: 10px;
	margin-left: 50px;
	border-radius: 25px;
} 
/* LOGO DESENVOLVIMENTO */
.selo li a.logo-superix {
	background-image: url(../images/logo-superix-criacao-site.png);
}
.selo li a.logo-simplix {
	float: right;
	background-image: url(../images/selo_branco.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 0px;
}
.logo-simplix {
	margin-top: -20px;
	width: 240px;
}
ul.selo {
	list-style: none;
	position: absolute;
	bottom: 3px;
	right: 0px;
	margin: 0;
}
.selo li {
	
	float: right;
}
ul.selo li a {
	background-position: left top;
	width: 105px;
	height: 37px;
	display: block;
	text-indent: -9999px;
}
.anchor {
	bottom: 0px !important;
}
#footer p {
	text-align: left;
	float: left;
	margin: 0;
}
@media only screen and (max-width: 1300px) {
	ul.selo {
		bottom: 0px;
		right: 0px;
	}
	.selo li a.logo-superix {
		background-image: url(../images/logo-b-superix-criacao-site.png);
		background-repeat: no-repeat;
		width: 65px;
	}
	ul.selo li a {
	    width: 60px;
	    height: 35px;
	}
}
@media only screen and (max-width: 750px) {
	ul.selo {
		top: 7px;
		right: 0px;
	}
	.tm-footer {
		line-height: 12px;
	}
}
@media only screen and (max-width: 480px) {
	ul.selo {
		top: 8px;
		right: 0px;
	}
	.selo li a.logo-superix {
		width: 30px;
	}
	ul.selo li a {
		background-position: left top;
		width: 60px;
		height: 37px;
		display: block;
		text-indent: -9999px;
	}
}