@font-face {
    font-family: 'oran';
    src: url(../fonts/Oranienbaum-Regular.ttf) format('truetype');
}

*{
    margin: 0;
    padding: 0;
}

body{
    font-family: 'oran';
}

a{	
	text-decoration: none;
}
/*ini carousel1 1*/
.MultiCarousel { float: left; overflow: hidden; width: 100%; position:relative; }
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
.MultiCarousel .MultiCarousel-inner .item { float: left;}
.MultiCarousel .MultiCarousel-inner .item > div {
	font-size: 11px;
  font-weight: 700;
	padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
	color: #666;
	margin-right: 5px;
	margin-left: 10px;
}
.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }

.MultiCarousel .leftLst { left:0; }
.MultiCarousel .rightLst { right:0; }
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }
/*fim carousel1 1*/

  
/* ini tabs */
.tab {
    overflow: hidden;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    background-color: #111;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    border:solid 1px #fff;
    border-bottom: none;
    padding:5px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #BBB;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #BBB;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top:  3px solid #111;
  }

/* fim tabs */

/*ini btn-forma*/
.forma {
    border-top: 40px solid #D3D3D3;
    border-right: 20px solid transparent;
    border-left: transparent;
    border-bottom: transparent;
    margin-left: 50%;
    color: #111;
    text-align: center;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    
  }
  
  .textoForma {
    font-family: "oran";
    font-size: 24px;
    position: absolute;
    bottom: 4px;
    margin: auto;
    left: 30px;
    font-weight: 700;
  }
/*fim btn-forma*/

/*ini slider banners*/

/* Main Rules */

/*fim slider banners*/

.cont3-banner{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
}


/*classes tamanhos de fontes */
.f13{
  font-size:13px;
}
.f14{
  font-size:14px;
}
.f15{
  font-size:15px;
}
.f16{
  font-size:16px;
}
.f24{
  font-size:24px;
}
.f26{
  font-size:26px;
}
.f28{
  font-size:28px;
}
.f37{
  font-size:37px;
}
.f38{
  font-size:38px;
}
/*fim classes tamanhos de fontes */

/*bg sbc-tv*/
.gb_sbc_tv{
	background-image: url(../img/sbc-tv.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
}
/*bloco tur*/

.bg_gradiente{
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 53%, rgba(255,255,255,1) 53%);
}
.bg_rodap{
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 98%, rgba(255,0,0,1) 98%);
}
.bg_cinza{
  background-color: #484848;
}
.image_s { 

  position: relative; 


}
.h2_s { 
  position: absolute; 
  top: 50%; 
  left: 45%; 
  width: 100%; 
}

.h2_s span { 

  letter-spacing: -1px;  
}
.btn_wpp{
  position:fixed;
  width:60px;
  height:60px;
  bottom:60px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 1px 1px 2px #888;
  z-index:1000;
}
.btn_login{
  position:fixed;
  width:60px;
  height:60px;
  bottom:-11px;
  right:5px;
  text-align:center;
  font-size:30px;
  z-index:1000;
}
.borda_footer {
border-right-width: 1px;
border-right-style: solid;
border-right-color: rgb(95, 93, 93);
}
/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.jssora061 {display:block;position:absolute;cursor:pointer;}
.jssora061 .a {fill:none;stroke:#fff;stroke-width:360;stroke-linecap:round;}
.jssora061:hover {opacity:.8;}
.jssora061.jssora061dn {opacity:.5;}
.jssora061.jssora061ds {opacity:.3;pointer-events:none;}