#circularMenu{
	background: rgba(255, 255, 255, .4);
 
}

#circularMenu .btn{
    top: 8px;
}

#circularMenu img{
	margin-top:8px;
    margin-right:5px;
	margin-left:5px;
	width:2em;
}

#circularMenu .logo_md{
   height: 50px;
    margin-left: 2em;
	
}

#circularMenu .menu_item{

    float: right;
}

#circularMenu>.logo{
    height: 50px;
}

#circularMenu>.logo {
    background: url(../../images/Logo_mobile_v1@2x.png) no-repeat;
    background-size: 130px 21px;
    display: block;
    height: 50px;
    text-indent: -9999px;
    width: 140px;
    cursor: default;
    background-position: 50%;
    margin-left: 10px;
}

#circularMenu .btn_left{
    left: 0px;
    padding: 9px 12px;
}

.btn_red2{
    border: none;
    background: none;
}
.btn_red2:active{
    background: none;
    border: none;
}

/***********/
.divSquare{
	width:49.0%;
	height:6em;
	margin:0px; border:1px solid #CD3146; float: left;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3262e), to(#ab171e));
    background: -webkit-linear-gradient(#e3262e, #ab171e);
    background: linear-gradient(#e3262e, #ab171e);
    background-color: #ab171e;
    border-bottom-color: #820a0f;
    border-left-color: #9a1015;
    border-right-color: #9a1015;
    border-top-color: #af151b;
}

.divFullSquare{
	width:99.0%;
	height:6em;
	margin:0px; border:1px solid #CD3146; float: left;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3262e), to(#ab171e));
    background: -webkit-linear-gradient(#e3262e, #ab171e);
    background: linear-gradient(#e3262e, #ab171e);
    background-color: #ab171e;
    border-bottom-color: #820a0f;
    border-left-color: #9a1015;
    border-right-color: #9a1015;
    border-top-color: #af151b;
}

.divFull{
	width:80.0%;
	padding:10%;
	margin:0px; border:1px solid #CD3146; float: left;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3262e), to(#ab171e));
    background: -webkit-linear-gradient(#e3262e, #ab171e);
    background: linear-gradient(#e3262e, #ab171e);
    background-color: #ab171e;
    border-bottom-color: #820a0f;
    border-left-color: #9a1015;
    border-right-color: #9a1015;
    border-top-color: #af151b;
}

.bt_menu{
	width:88%;
	position: relative;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;	
	margin: auto;
	display:inline-block;
}

.bt_menu_item{
	vertical-align:middle;
	margin-top:20px;
	color:#FFF;
}

.buttonsCeps {
	background-color:#06F;	
	border-radius:5px;
	height:300px;
	width:170px;
	margin-top: 8px;
	text-align:center;
	text-decoration:blink;
	display:inline;
	
}

/* Footer Override */
#footer{
	/*background: rgba(0, 0, 0, .4); */
    /* height: 70px; */
    width: 100%;
    position: fixed;
    bottom: 0;
    /* border-radius: 70px; */
    /* line-height: 0px; */
    /* border: 1px solid rgba(255, 255, 255, 0.4); */
}



.ribbon {
    position: absolute;
    top: 20px;
    right: -5px;
    padding: 15px;
}
.ribbon-content{
    position: relative; 
    width: 100%; 
    height: 100px; 
  
}
.ribbon.base {
    background: linear-gradient(#e3262e, #ab171e);
    color: #fff;
    border-right: 5px solid #8bc4ea;
	width: 84%;
	display:flex;
	font-size: 15px;
}

.ribbon:before, .ribbon:after {
    content: '';
    position: absolute;
    left: -10px;
    border-left: 10px solid transparent;
}
.ribbon:before {
    top: 0;
}
.ribbon:after {
    bottom: 0;
}
.ribbon.base:before {
    border-top: 40px solid #e3262e;                                                                       
}
.ribbon.base:after {
    border-bottom: 40px solid #ab171e;          
}                                                     




#footer .adress{
	margin: 7% 0% 0% 0%;
}


#footer img{
	width:2em;
}

#footer .meuEndereco{
	float:right;
	text-align:right;
	display:inline;
	line-height:50px;	
	color:#FFF;
	font-size: 1em;
}
#footer span{
	font-size:1em; margin-right:5px;display:inline; 
}
#footer small{
	font-size:11px; margin-top:-38px; display:block;margin-right:40px
}


.carousel-demo {
    margin-top:20px;
    display:inline-block;
    text-align: center;
}
.carousel-demo-fullscreen {
  width:100%;
  height:100%;
}
.carousel-demo-fullscreen ul[rn-carousel] {
  width:100%;
  height:100%;
}

.carousel-demo ul[rn-carousel-transition="hexagon"] {
  margin-left:100px;
}
.bgimage {
    text-align:right;
    color:white;
    background-size:cover;
    height: 100%;
    background-position: center center;
}

.bt_img img{
	height:2em;
	width:2em;
}
@media print and screen and (min-device-width: 768px) {
  /* For general iPad layouts */
  
	.divSquare{
		width:49.0%;
		height:15em;
		margin:0px; border:1px solid #CD3146; float: left;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		background: -webkit-gradient(linear, left top, left bottom, from(#e3262e), to(#ab171e));
		background: -webkit-linear-gradient(#e3262e, #ab171e);
		background: linear-gradient(#e3262e, #ab171e);
		background-color: #ab171e;
		border-bottom-color: #820a0f;
		border-left-color: #9a1015;
		border-right-color: #9a1015;
		border-top-color: #af151b;
		font-size:1em;
	}
	
	
	.bt_menu_item {
		vertical-align: middle;
		/*margin-top: 15%;
		/* width: 50%; */
		display: inline-block;
		/* width: 100%; */
		/* text-align: center; */
		/* margin: 0 auto; */
		color: #FFF;
	}
	
	.bt_img img{
		height : 7em;
		width  : 7em;
	}

	
	
}


#servidos_md {
	

    /* width: 25px; */
    /* background-color: #000000; */
    /* opacity: 0.3; */
    /* border-top-right-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
    margin-left: -69px;
    margin-top: -320px;
    position: absolute;
    text-align: center;
    /* cursor: default; */
    /* -webkit-transition: 0.5s; */
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    /* transition: 0.5s; */
	
}

#bubble1 {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #df3a01;
  margin-bottom: 15px;
  /* Leave Transition */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
  position: absolute;
  margin-top: 25px;
  margin-left: 10px;
}
#bubble1:hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
#bubble2 {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #ff8000;
  margin-bottom: 15px;
  /* Leave Transition */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
  position: absolute;
  margin-top: 90px;
  margin-left: 10px;
}
#bubble2:hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
#bubble3 {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #74df00;
  margin-bottom: 15px;
  /* Leave Transition */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
  position: absolute;
  margin-top: 155px;
  margin-left: 10px;
}
#bubble3:hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
#bubble4 {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #0174df;
  margin-bottom: 15px;
  /* Leave Transition */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
  position: absolute;
  margin-top: 220px;
  margin-left: 10px;
}
#bubble4:hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
#bubble5 {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #a901db;
  margin-bottom: 15px;
  /* Leave Transition */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
  position: absolute;
  margin-top: 285px;
  margin-left: 10px;
}
#bubble5:hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
#holder {
  width: 70px;
  height: 360px;
  opacity: 0.3;
  background-color: #000000;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#holderbutton {
  height: 50px;
  width: 25px;
  background-color: #000000;
  opacity: 0.3;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: 70px;
  margin-top: 60px;
  position: absolute;
  text-align: center;
  cursor: default;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#holdertext {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-family: loved by the king;
  font-size: 30px;
  color: #ffffff;
}

