/*
	DIOGENES JUNIOR
	CONTATO@DIOGENESJUNIOR.COM.BR
	
*/

/*---------------------------------
	RESETS
-----------------------------------*/
/* ARIEL DUARTE  NEW UI */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
/* ------------------------------- */


html,body{
    height: 100%;
    scroll-behavior: smooth;
}
/* body{
	overflow-x: hidden;
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
  background: #002841;
  color: #454242;
  -webkit-font-smoothing: antialiased;
} */

@media(max-width: 540px){
  html,body{
    max-width: 100% !important;
    
  }
}

/*---------------------------------
	IMPORTS E CONSULTAS E MOBILE
	
XS = < 544px
SM = > 544px
MD = > 768px
LG = > 992px
XL = > 1200px

CSS GRID
-----------------------------------*/


.wow {
   visibility: hidden;
}
::selection { background: #757575; color: #fff; } ::-moz-selection { background: #757575; color: #fff; }


.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

img{
  max-width: 100%;
  height: auto;
}


/*---------------------------------
	HEADER E MOBILE
-----------------------------------*/
.Header_Header__ATyIU {
    display: flex;
    align-items: center;
    width: 100%;
    height: 85px;
    position: relative;
    top: 0;
    box-shadow: 2px 4px 6px rgb(0 0 0 / 10%);
    background-image: linear-gradient(270deg,var(--cor-header-efeito),var(--cor-header-efeito) 44%,#fff 0);
    z-index: 20;
}

@media(max-width: 540px){
	.Header_Header__ATyIU{
		background: #2c2d32 !important;
	}
}

.MenuNav_Header__nav__pyKFf {
    display: flex;
    align-items: center;
    background: #2c2d32;
}






.MenuNav_Header__logo__CNgi3 img{
  width: 113px;
   margin-top: -7px;
}

@media(max-width: 540px){
	.Header_Header__ATyIU{
		height: 65px;
	}
  .MenuNav_Header__logo__CNgi3 {
    padding-top: 0;
  }
	.MenuNav_Header__logo__CNgi3 img {
    width: 180px;
    margin-top: -4px;
}
}


.MenuNav_Header__item__zI05V, .MenuNav_Header__list__CZfiA {
    display: flex;
    align-items: center;
    padding-top:  11px;
    line-height: 20px;
}

.MenuNav_Header__item__zI05V {
    cursor: pointer;
    max-width: 90px;
    margin-right: 20px;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: .95rem;
}

.MenuNav_Header__item__zI05V a {
    text-decoration: none;
    color: #888;
}

.Header_Header__actions__Q7tSD {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    align-items: center;
    height: 100%;
    background: var(--cor-header-efeito);
    margin-left: 10px;
}

.Header_Header__actions__Q7tSD [class*=column] {
    width: auto;
}

.UserActive_Header__login__zRWam {
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: flex-end;
    font-weight: 600;
}

.UserActive_Header__login__zRWam svg {
    font-size: 18px;
    margin-right: 5px;
}

.UserActive_Header__button__LQfSy {
    width: 130px;
}

.BubbleWrapper {
    position: relative;
}


.UserActive_userActive__circle__i5xSP {
    margin: 0 auto;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    cursor: pointer;
    background-color: rgba(0,0,0,.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

body .Material_icons {
    fill: #888;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill .2s cubic-bezier(.4,0,.2,1) 0ms;
    flex-shrink: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.UserActive_userActive__money__7s7av {
    font-size: .75rem;
    font-weight: 600;
    border-radius: 7.5px;
    background: #fff;
    padding: 3px;
}

/* .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: auto;
    text-decoration: none;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: .95rem;
    font-weight: 700;
    border-radius: 5px;
    padding: 15px 0;
    box-shadow: inset 0 -4px 0 rgb(0 0 0 / 10%);
    cursor: pointer;
    border: none;
}

.btn-secondary {
    background: #1bbc81;
}
.btn-secondary:hover {
    background: #18a672;
    transition: all .3s ease;
}

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
 */



.BannerNotification_banner_notification__cK3to {
    position: relative;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 40px;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    color: #253259;
    font-weight: bold;
    z-index: 20;
    padding-top: 12px;
    padding-bottom: 14px;
    background: var(--cor-tarja-background) !important;
}

.BannerNotification_banner_notification__cK3to p{
	margin-bottom: 0;
  color: var(--cor-tarja-cor-texto) !important;
}

@media(max-width: 540px){
	
}


section.side-menu-mobile{
	    animation: MenuHamburguer_slideLeft__QZ0j7 .3s linear;
    animation-fill-mode: forwards;
    box-shadow: 10px 0 6px 0 rgb(0 0 0 / 15%);
    transform: translateX(-110%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow-y: auto;
    width: 90%;
    z-index: 1000003;
    background-color: #f0f2f6;
    transition: all 1s ease;
}

section.side-menu-mobile.aberto{
	 transform: translateX(0%);
	 transition: all 1s ease;
}


section.side-menu-mobile header{
   padding: 20px;
}

section.side-menu-mobile header .logo{

}

section.side-menu-mobile header .logo img{
    width: 73px;
}

section.side-menu-mobile header .fechar-side-menu{
  text-align: right;
  padding-right: 0;
  padding-top: 4px;
}

section.side-menu-mobile header .fechar-side-menu a,
section.side-menu-mobile header .fechar-side-menu a:hover{

}

section.side-menu-mobile header .fechar-side-menu a svg{

}

section.side-menu-mobile nav ul{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	padding: 20px;
}
section.side-menu-mobile nav ul li{
	color: #253259;
	padding-bottom: 18px;
}
section.side-menu-mobile nav ul li a,
section.side-menu-mobile nav ul li a:hover{
	text-decoration: none;
  color: #253259;
  font-weight: bold;
  font-size: 14px;
}

.MenuHamburguer_MenuNav__user__F6xRf {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    height: 49px;
    margin: 0 10px;
    padding: 0 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgb(97 168 251 / 30%);
    background-color: #fff;
}

.MenuHamburguer_MenuNav__user__name___QFD4{
	  font-size: 14px;
    padding-top: 15px;
}

.MenuHamburguer_MenuNav__user__btn__login__lJFIn {
    width: 53px;
    color: #4857c0;
    border: 1px solid #ddd;
    background-color: #fff;
}
.MenuHamburguer_MenuNav__user__btn__Ektfs {
    height: 29px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -.28px;
}
.MenuHamburguer_MenuNav__user__btn__register__g7y7U {
    width: 88px;
    margin-left: 10px;
    color: #fff;
    background-color: #4857c0;
}

@media(max-width:  540px){
	.carrinho-mobile{
		text-align: center;
	}
	.carrinho-mobile .UserActive_userActive__circle__i5xSP {
    margin: 0 auto;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    cursor: pointer;
    background-color: rgba(0,0,0,.3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.carrinho-mobile .UserActive_userActive__circle__i5xSP svg{
	font-size: 21px;
}
.MenuNav_Header__nav__pyKFf {
    display: flex;
    align-items: center;
    background: #2c2d32;
    padding-top: 9px;
}
}

.UserActive_userActive__box__text__8sNEG{
	  text-align: center;
    margin-top: 3px;
    font-size: .75rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.UserActive_userActive__circle__i5xSP img{
	border-radius: 100%;
}








/*---------------------------------
  SUPER BANNER
-----------------------------------*/
section.super-banner{
  position: relative;
  display: block;
  min-height: 400px;
  background: #fff;
  z-index: 1;
  margin-top: -2px;
  border-bottom: 12px solid #1bbc81;
}

section.super-banner .owl-dots{
  display: none;
}

section.super-banner img{
  width: 100%;
  height: auto;
}

section.super-banner .item{
  position: relative;
  display: block;
  height: 100%;
}

section.super-banner .banner-item{
  position: relative;
  display: block;
  width: 100%;
  height: 580px;
}

section.super-banner .banner-item .banner-content{
    position: absolute;
    top: 190px;
    left: 22%;
    width: 30%;
    padding: 20px;
}


section.super-banner .banner-item .banner-content h1{
  font-weight: bold;
  color: #fff;
}

@media(max-width: 540px){
      section.super-banner .banner-item .banner-content {
        position: absolute;
        top: 100px;
        left: 1%;
        width: 97%;
        padding: 20px;
    }
    section.super-banner .banner-item .banner-content h1 {
      font-weight: bold;
      color: #fff;
      font-size: 33px;
  }
}



.controle-banner-na-loop1{
    position: absolute;
    top: auto;
    left: 0px;
    padding-top: 0px;
    width: 100%;
    height: auto;
    bottom: 90px;
    z-index: 200;
}


.controle-banner-na-loop1 .owl-theme img{
    width: 26px !important;
    height: auto !important;
    opacity: 1;
    border-radius: 5px;
    border: 0px solid #cccccc !important;
}

.controle-banner-na-loop1 .owl-theme .custom-nav-loop1  {
  position: absolute;
  left: 0;
  right: 0;
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.controle-banner-na-loop1 .owl-theme .custom-nav-loop1 {
  outline: none !important;
  text-align: center;
}

.controle-banner-na-loop1 .owl-theme .custom-nav-loop1  .owl-prev,
.controle-banner-na-loop1 .owl-theme .custom-nav-loop1  .owl-next {
  position: relative;
  height: 100px;
  color: inherit;
  background: none !important;
  border: none !important;
  z-index: 1;
  outline: none !important;
}

.controle-banner-na-loop1 .owl-theme .custom-nav-loop1  .owl-prev {
  left: 6px;
}

.controle-banner-na-loop1 .owl-theme .custom-nav-loop1  .owl-next {
  right: -6px;
}

@media(max-width: 540px){

    .controle-banner-na-loop1 .owl-theme .custom-nav-loop1  .owl-prev {
      left: 3px;
    }
    
    .controle-banner-na-loop1 .owl-theme .custom-nav-loop1  .owl-next {
      right: 3px;
    }

}


/*---------------------------------
  WIDGETS
-----------------------------------*/
section.lotto-widgets{
	position: relative;
	display: block;
	padding-top: 50px;
	padding-bottom: 20px;
}

section.lotto-widgets .titulo-lotto-widget{
   text-align: center;
   padding-top: 20px;
    padding-bottom: 28px;
}

section.lotto-widgets .titulo-lotto-widget h2{
      font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #253259;
    margin-bottom: 10px;
}

section.lotto-widgets .widget-tres-destaques{

}

section.lotto-widgets .widget-tres-destaques .coluna{

}

section.lotto-widgets .widget-tres-destaques .coluna .caixa{
    width: 100%;
    height: 137px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    display: block;
    margin-bottom: 20px;
}

section.lotto-widgets .widget-tres-destaques .coluna .caixa img{
  width: 100%;
}

section.lotto-widgets .widget-tres-destaques .coluna .caixa h3{
  width: 92%;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    margin-top: 8px;
    text-align: left;
    color: #253259;
}

section.lotto-widgets .widget-tres-destaques .coluna .caixa h3 small{
	display: block;
	font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #888;
    margin-top: 10px;
}

section.lotto-widgets .widget-tres-destaques.widget-tres-destaques-premios .coluna .caixa h3{
    width: 100%;
    
    margin-top: 8px;
    text-align: left;
    
    font-size: 36px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.4px;
    text-align: left;
    color: #4857c0;
}
section.lotto-widgets .widget-tres-destaques.widget-tres-destaques-premios .coluna .caixa h3 small{
	margin-bottom: -6px;
}
section.lotto-widgets .widget-tres-destaques.widget-tres-destaques-premios .coluna .caixa h4{
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(240,242,246,.6);
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: .75;
    letter-spacing: normal;
    text-align: center;
    color: #888;
    position: relative;
    display: block;
}
section.lotto-widgets .widget-tres-destaques.widget-tres-destaques-premios .coluna .caixa .col-2{
  padding-right: 0px;
  text-align: center;
}
section.lotto-widgets .widget-tres-destaques.widget-tres-destaques-premios .coluna .caixa img{
	margin-top: 12px;
	width: 92%;
}




section.lotto-widgets .banner-grande{

}

@media(max-width: 540px){
	section.lotto-widgets .banner-grande .col-2{
		display: none;
	}
}

section.lotto-widgets .banner-grande .caixa{
	  position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-image: linear-gradient(180deg,#0095bd,#004cbd);
    border-radius: 10px;
    padding: 35px;
    padding-bottom: 0;
    color: #fff;
}

section.lotto-widgets .banner-grande.banner-grande-verde .caixa{
	  position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-image: linear-gradient(129deg,#1bbc81,#06905e);
    border-radius: 10px;
    padding: 35px;
    padding-bottom: 0;
    color: #fff;
}

section.lotto-widgets .banner-grande.banner-grande-vinho .caixa{
	  position: relative;
    display: block;
    width: 100%;
    height: auto;
   background-image: linear-gradient(rgb(173, 46, 137), rgb(124, 27, 97));
    border-radius: 10px;
    padding: 35px;
    padding-bottom: 0;
    color: #fff;
}

section.lotto-widgets .banner-grande .coluna-um{

}


section.lotto-widgets .banner-grande .coluna-um img{

}

section.lotto-widgets .banner-grande .coluna-um .titulo{

}

section.lotto-widgets .banner-grande .coluna-um .titulo h2{
font-size: 76px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

@media(max-width: 540px){
	 section.lotto-widgets .banner-grande .coluna-um .titulo h2{
	 	font-size: 50px;
	 }
}

section.lotto-widgets .banner-grande .coluna-um .titulo h2 small{
	display: block;
	font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: .93;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: -12px;
}

section.lotto-widgets .banner-grande .coluna-um h4{
		display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(73,192,235,.3);
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #f0f2f6;
}

section.lotto-widgets .banner-grande.banner-grande-verde .coluna-um h4{
		background-color: rgba(255,255,255,0.2);
}

section.lotto-widgets .banner-grande .coluna-um p{
		font-size: 11.5px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 17px;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-top: 12px;
}

section.lotto-widgets .banner-grande .coluna-um p a,
section.lotto-widgets .banner-grande .coluna-um p a:hover{
	color: #fff;
	text-decoration: none;
}

section.lotto-widgets .banner-grande .coluna-dois{

}

section.lotto-widgets .banner-grande .coluna-dois img{

}



section.lotto-widgets .mini-cards{
  padding-top: 20px;
}

section.lotto-widgets .mini-cards .caixa{
      display: flex;
    flex-direction: column;
    padding: 20px;
    margin: 0 10px;
    border-radius: 5px;
    box-shadow: 0 3px 7px 0 rgb(97 168 251 / 30%);
    background-color: #fff;
    height: 274px;
    margin-bottom: 45px;
}

@media(max-width: 540px){
	section.lotto-widgets .mini-cards .caixa{
		margin-bottom: 24px;
	}
}


section.lotto-widgets .mini-cards .caixa img{
   max-width: 46px;
    /* max-height: 60px; */
    margin-bottom: 13px;
}

section.lotto-widgets .mini-cards .caixa h3{
   font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    margin: 0px 0 10px;
    color: #253259;
    max-width: 98%;
}

section.lotto-widgets .mini-cards .caixa p{
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -.2px;
    color: #888;
}


section.lotto-widgets .widget-produto{

}

section.lotto-widgets .widget-produto .caixa{
	    display: flex;
    flex-direction: column;
    padding: 20px;
    margin: 0 10px;
    border-radius: 5px;
    box-shadow: 0 3px 7px 0 rgb(97 168 251 / 30%);
    background-color: #fff;
    height: 235px !important;
    text-align: center;
    margin-bottom: 35px;
}

section.lotto-widgets .widget-produto .caixa .titulo-produto{
 
}

section.lotto-widgets .widget-produto .caixa .titulo-produto h4{
      display: block;
    margin-bottom: 10px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 2.14;
    color: #aaa;
}

section.lotto-widgets .widget-produto .caixa .titulo-produto h3{
  opacity: 1;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.23px;
    color: #1bbc81;
    text-align: center;
    width: 100%;
}

section.lotto-widgets .widget-produto .caixa .titulo-produto img{
	width: 107px;
	height: auto;
}

section.lotto-widgets .widget-produto .caixa .atalho-produto{
  padding-top: 14px;
}

section.lotto-widgets .widget-produto .caixa .atalho-produto .coluna-um{
	padding-right: 0;
}

section.lotto-widgets .widget-produto .caixa .atalho-produto .form-group{
  border: 1px solid #ccc;
    border-radius: 3px;
    height: 53px;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: rgb(62, 80, 132);
    padding-top: 13px;
} 

section.lotto-widgets .widget-produto .caixa .atalho-produto .coluna-dois a,
section.lotto-widgets .widget-produto .caixa .atalho-produto .coluna-dois a:hover{
  height: 54px !important;
}


section.lotto-widgets .widget-produto.widget-produto-modelo-2{

}


section.lotto-widgets .widget-produto.widget-produto-modelo-2 .caixa{
  height: 228px !important;
}

section.lotto-widgets .widget-produto.widget-produto-modelo-2 .caixa-sub{
  width: 100%;
    padding: 15px 10px 10px;
    border-radius: 10px;
    background-color: rgb(127, 255, 212);
    color: #fff;
}

section.lotto-widgets .widget-produto.widget-produto-modelo-2 .caixa-sub.caixa-sub-azul{
  background-image: linear-gradient(rgb(58, 74, 160), rgb(25, 34, 95));
}

section.lotto-widgets .widget-produto.widget-produto-modelo-2 .caixa-sub.caixa-sub-verde{
  background-image: linear-gradient(rgb(77, 184, 73), rgb(58, 143, 55));
}

section.lotto-widgets .widget-produto.widget-produto-modelo-2 .caixa-sub.caixa-sub-vinho{
  background-image: linear-gradient(rgb(173, 46, 137), rgb(124, 27, 97));
}

section.lotto-widgets .widget-produto.widget-produto-modelo-2 .caixa-sub h2{
  font-size: 46px;
    font-weight: 700;
    letter-spacing: -1px;
    color: rgb(255, 255, 255);
    text-align: left;
    padding: 4px;
    padding-top: 0;
    margin-bottom: 0;
}

section.lotto-widgets .widget-produto.widget-produto-modelo-2 .caixa-sub h2 small{
  font-weight: bold;
    display: block;
    font-size: 13px;
}

section.lotto-widgets .widget-produto.widget-produto-modelo-2 .caixa-sub p{
  font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    line-height: 16px;
    padding-left: 6px;
    width: 92%;
}

section.lotto-widgets .widget-produto.widget-produto-modelo-2 .caixa .atalho-produto .form-group{
  border: 1px solid #ccc;
    border-radius: 3px;
    height: 45px;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: rgb(62, 80, 132);
    padding-top: 11px;
} 

section.lotto-widgets .widget-produto.widget-produto-modelo-2 .caixa .atalho-produto .coluna-dois a,
section.lotto-widgets .widget-produto.widget-produto-modelo-2 .caixa .atalho-produto .coluna-dois a:hover{
  height: 45px !important;
    font-size: 13px;
}



/*---------------------------------
  INTERNA PRODUTO BOLÃO
-----------------------------------*/
section.interna-bolao-produto{
   position: relative;
   display: block;
   /* margin-top: 50px; */
}

section.interna-bolao-produto .coluna-imagem{

}

section.interna-bolao-produto .coluna-imagem img{
	width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 50px;
}

section.interna-bolao-produto .caixa-metas{
	display: block;
	position: relative;
  width: 100%;
  padding: 30px 40px 40px;
  height: auto;
  min-height: 421px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 50px;
}

section.interna-bolao-produto .caixa-metas .proximo-sorteio{

}

section.interna-bolao-produto .caixa-metas .proximo-sorteio p{
font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

section.interna-bolao-produto .caixa-metas .proximo-sorteio p b{
color: #4857c0;
    font-size: 1.12em;
}


section.interna-bolao-produto .caixa-metas h1{
font-size: 36px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.49px;
    color: rgb(37, 50, 89);
    margin-top: unset;
    margin-right: unset;
    margin-left: unset;
    margin-bottom: 15px;
}

section.interna-bolao-produto .caixa-metas p{
font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: normal;
}

section.interna-bolao-produto .caixa-metas .atalho-produto{
	padding-top: 43px;
}

section.interna-bolao-produto .caixa-metas .form-control{
border: 1px solid #4857c0;
    font-weight: bold;
    height: 53px;
}



section.interna-bolao-produto .conteudo-texto-produto{
    width: 100%;
    height: auto;
    border-radius: 10px;
    background-color: #1c1c1c;
    padding: 40px;
}

section.interna-bolao-produto .conteudo-texto-produto h2{
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

section.interna-bolao-produto .conteudo-texto-produto p{
   font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px;
    letter-spacing: normal;
    color: rgb(136, 136, 136);
}





/*---------------------------------
  RODAPÉ
-----------------------------------*/
footer.principal{
	  position: relative;
    display: block;
    margin-top: 61px;
    margin-bottom: 50px;
    padding-top: 37px;
    border-top: 1px solid #ccc;
}

footer.principal .coluna-rodape{

}

footer.principal .coluna-rodape h2{
  font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -.2px;
    color: #1bbc81;
    margin-bottom: 25px;
    padding-right: 40px;
}


@media(max-width: 540px){
	  footer.principal .coluna-rodape h2{
	  	margin-top: 25px;
	  }
}

footer.principal .coluna-rodape ul{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

footer.principal .coluna-rodape ul li{
  padding-bottom: 4px;
}

footer.principal .coluna-rodape ul li a,
footer.principal .coluna-rodape ul li a:hover{
 margin-bottom: 15px;
    color: #888;
    letter-spacing: -.2px;
    font-weight: 500;
    font-size: .95rem;
    text-decoration: none;
}

footer.principal .coluna-rodape ul li img{
  background: #fff;
}

footer.principal .disclamer{
  color: #aaa;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 15px;
    padding-top: 19px;
}


footer.principal .desenvolvimento{
  font-size: 13px;
  padding-top: 19px;
  padding-bottom: 50px;
}

footer.principal .desenvolvimento img{
  background: none;
  display: block;
  padding: 5px;
  border-radius: 7px;
  margin-top: 5px;
}

@media(max-width: 540px){

	footer.principal .desenvolvimento{
  font-size: 13px;
  padding-top: 19px;
  text-align: center;
  padding-bottom: 20px;
}

footer.principal .desenvolvimento img{
  background: #000;
  display: block;
  padding: 5px;
  border-radius: 7px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 130px;
}

}


label[for="coupon_code"] {
  display:none !important;
}

.conteudo-rifa-vencedores h2{
  color: #fff !important;
}

.conteudo-rifa-vencedores {
  background: #1bbc81 !important;
  color: #fff !important;
}


.caixa-descontos-progressivo.layout-2 main .destacar_essa_opcao section h2{
  color:#fff !important;
}



/* GALERIA NOVA */
#galeria-nova{
  position: relative;
  display: block;
  background: #eee;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#galeria-nova img{
  width: 500px !important;
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: auto;
  max-width: 100%;
  margin-top: 35px;
  margin-bottom: 0px;
}


#galeria-nova .slick-next.slick-arrow,
#galeria-nova .slick-prev.slick-arrow{
   width: 13px !important;
   height: auto;
}


#galeria-nova .carousel-item{
  width: 100%;
  height: auto;
}

@media(max-width: 540px){
    #galeria-nova img{
      width:100% !important;
      height: auto !important;
      display: block !important;
      margin: auto !important;
    }
}

#galeria-nova .carousel-control-prev,
#galeria-nova .carousel-control-next{
  top: 43% !important;
}

#galeria-nova .carousel-control img{
  width: 32px !important;
  height: auto !important;
}

#galeria-nova .carousel-item p{
  padding-top: 7px;
  font-style: oblique;
  font-size: 13px;
  margin-bottom: -7px;
}

/*PARA LAYUOT 5*/
/*.novo-layout-rifa-aleatorio-4 {*/
/*  width: 400px;*/
/*  max-width: 100%;*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*}*/