@charset "utf-8";
/* CSS Document */
body {
  	background: #222831;
  	color:#ffffff;
	overflow-x: hidden;
}

header {
	background: #1E232B;
}

.marketing i {
	font-size: 55px;
	color: #3C93D5;
}

.text-muted2 {
	color: #93A0B5;
}

.htitle {
    font-size: 26px;
    color: #93A0B5;
}

.hlist {
font-size:24px;
color:#3C93D5;
}

main {
	background: #F5F5F5;
	color: #848484;
	font-family: "Source Sans Pro", Arial, sans-serif;
}

main a {
  color: #348fd4;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
main a:hover {
  text-decoration: none !important;
  color: #348fd4 !important;
}

.btn-master {
	background: #D90712;
	color:#ffffff;
}

.btn-master:hover {
	background: #B9060F;
	color:#ffffff;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.social-icons > a {
  padding: 4px 10px;
  color: #348fd4;
}
.social-icons > a i {
  font-size: 26px;
}
.social-icons > a:hover, .social-icons > a:focus, .social-icons > a:active {
  text-decoration: none;
  color: #5a5a5a;
}

.carousel {
  margin-bottom: 4rem;
	
}

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


#notifica-news{
	line-height:initial;
	text-align:left;
	cursor:pointer;
	z-index:2147483647!important;
	width:400px;
	height:110px;
	background:#FFF;
	position:fixed;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.15);
	-moz-box-shadow:0 0 2px 2px rgba(0,0,0,.15);
	box-shadow:0 0 2px 2px rgba(0,0,0,.15);
	overflow:hidden;
	transition:transform .2s ease-in-out .1s;
}
#notifica-news-icon{
	width:70px;
	height:70px;
	overflow:hidden;
	float:left;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}
#notifica-news-content2{display:none;}

#notifica-news-content{
	margin-top:5px;
	margin-left:8px;
	width:250px;
	float:left;
	color:#444;
	font-family: "Source Sans Pro", Arial, sans-serif;
}
#notifica-news-title{
	font-weight:700;
	font-size:13px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
}
#notifica-news-message{
	line-height:1.4em;
	font-weight:400;
	font-size:12px;
	height:60px;
	color:#666;
	padding:0;
	margin:0;
}
#notifica-news-close-button{
	background-image:url(https://www.opencartmaster.com.br/image/button_close-128.png);
	width:10px;
	height:10px;
	position:absolute;
	top:5px;
	right:5px;
	background-size: 10px 10px;
	background-repeat: no-repeat;
}
#notifica-news-close-button2{
	background-image:url(https://www.opencartmaster.com.br/image/button_close-128.png);
	width:10px;
	height:10px;
	position:absolute;
	top:5px;
	right:5px;
	background-size: 10px 10px;
	background-repeat: no-repeat;
}
#notifica-news-accept-button{
	display:none;
}
#notifica-news-signature{
	font-weight:400;
	font-size:11px;
	padding:0;
	color:#999;
}
#notifica-news.active{
	transform:translate(0,0)!important;
}
@media (max-width:380px){
#notifica-news-content{display:none;}
#notifica-news-content2{display:block;
margin-top:5px;
	margin-left:8px;
	width:230px;
	float:left;
	color:#444;
	font-family: "Source Sans Pro", Arial, sans-serif;
  

}
.fonte{
font-size:20px;
color:#444;
 font-weight: bold;
}
#notifica-news-icon{display:none;}

	#notifica-news{
		width:100%;
		height:auto;
	}


#notifica-news-close-button{
		width:20px;
		height:20px;
		background-size: 20px 20px;
		top:1.1em;
		right:1.1em;
	}
#notifica-news-close-button2{
		width:20px;
		height:20px;
		background-size: 20px 20px;
		top:1.1em;
		right:1.1em;
	}
#notifica-news-accept-button{
	display:inline-block;
	right:1.1em;
	bottom:1.2em;
	color:#fff;
	font-size:1em;
	position:absolute;
	background-color:#D88018;
	padding:.7em 1.8em;border-radius:3px;}
#notifica-news-signature{
	font-size:.8em;
	color:#777;
	bottom:1.2em;
	margin-left:1.1em;
	padding:0;
	position:absolute;
	}
.img-responsive2{
	 width: 50px;
    height: 50px;
	
	}
}
#notifica-news.bottom-right{
	bottom:6px;
	right:6px;
	transform:translate(380px,0);
}
#notifica-news.bottom-left{
	bottom:6px;
	left:6px;
	transform:translate(-380px,0);
}
#notifica-news.top-right{
	top:6px;
	right:6px;
	transform:translate(380px,0);
}#notifica-news.top-left{
	top:6px;
	left:6px;
	transform:translate(-380px,0);
}
#notifica-news.top-center{
	top:6px;
	left:50%;
	margin-left:-165px;
	transform:translate(0,-180px);
}
#notifica-news.bottom-center{
	bottom:6px;
	left:50%;
	margin-left:-165px;
	transform:translate(0,180px);
}
#notifica-news.bottom{
	bottom:0;
	right:0;
	transform:translate(0,180px);
}
#notifica-news.top{
	top:0;
	right:0;
	transform:translate(0,-180px);
}
#notifica-news-title { font-size: 13px; }
#notifica-news-message { font-size: 12px; }
#notifica-news-accept-button { background-color: #D88018; }

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
/*hide desk */

}

@media only screen and (max-width: 760px) {
/*hide Cel */
	.carousel-item {
  height: 18.5rem;
  overflow-x: hidden !important;
}

.featurette { padding-left:10px;}

.nav-item { margin-bottom: 20px !important;}
.dropdown-menu .dropdown-item { margin-bottom: 20px !important;}
}

@media only screen and (min-width: 760px) and (max-width: 1024px) {
/*hide tab */
}