html, body {
    overflow: auto;
    box-sizing: border-box;
	overflow-x: hidden;
}

body {
    position: relative;
    min-height: 100vh;
}

body::before {
    content: "";
    position: fixed; /* cobre a tela inteira */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-image: url("../image/fundoconect.png");
    background-repeat: repeat;
    background-size: 350px 350px;
    background-position: top left;

    opacity: 0.3;
    z-index: -1;
    pointer-events: none;
}


*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body::-webkit-scrollbar {
    display: none;
  	font-family:calibri;
}

header{
    position:fixed;
    top:0px;
    left:0px;
	width:100%;
	height:100px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3); /* sombra */
    background-color: white;.imagemnoticia{
        display: block;
        background-image: url(\''.$imagem.'\');
        height:100%;
        margin-bottom:15px;
    }
z-index:5
}

.logo{
	height:60px;
	width:auto;
	float:left;
    margin-top:25px;
    margin-left:20px;
	z-index:1;
}
.logo:hover{
	height:62px;
}
.iconemenu{
height:35px;
width:auto;
z-index:2;
}

/* Quando o usuário rola a página */
header.shrink {
    height: 70px; /* antes era 100px */
    transition: all 0.3s ease;
}

/* Logo encolhida */
header.shrink .logo {
    height: 50px;
    margin-top: 10px; 
    transition: all 0.3s ease;
}

/* Ícone encolhido */
header.shrink .iconemenu {
    height: 30px;
    margin-top:-15px;
    transition: all 0.3s ease;
}


/* Garante animação suave também no estado normal */
header, 
.logo, 
.iconemenu {
    transition: all 0.3s ease;
}
.logincheck{
    height:30px;
    width:auto;
    position:absolute;
    top:10px;
    right:10px;
}
.logincheck2{
    height:17px;
    width:auto;
    position:fixed;
    top:10px;
    right:10px;
}

@keyframes girar {
	from {
		transform: rotate(0deg);
	} to {
		transform: rotate(360deg); 
	}
}

.iconemenu:hover{
	animation: girar 1s linear;
}
button{
    border:none;
}
.alert{
	position:fixed;
	width:100%;
	z-index:2;
	opacity:0.7;
	text-align:center;
	height:50px;
	margin-top:-10px;
}
.alert2{
	position:relative;
	width:100%;
	padding:20px 50px;
	z-index:2;
	opacity:0.7;
	text-align:center;
	height:auto;
	margin-top:0px;
}
.cancel{
	padding:5px 40px;
	background-color:#59595a;
	color:#ffffff;
	border-radius: 10px;
}
.bemvindo{
    position:relative;
    color:#2F2F33;
    border-box: 5px 5px 10px #ffffff;
    top:90px;
    height:50px;
    width:100%;
    text-align: center;
    z-index:2;
    margin-bottom:-50px;
}

.conteudo{
    position:relative;
    top:80px;
	width:100%;
    margin: 0 auto;
    height:auto;
    min-height:1000px;
    margin-bottom:60px !important;
}
.shrink .conteudo{
    top:50px;
    transition: all 0.3s ease;
}
.parabens{
    width:auto;
    height:600px;
    position:relative;
    left:0px;
}

 .fundomobile {
    position:relative;
    top:0px;
    width: 100%;
    height: auto; 
    margin:0px;
    display:block;
  }
 .fundodesktop {
    position:relative;
    top:0px;
    width: 100%;
    height: auto; 
    margin:0px;
    display:none;
  }

.swiper-container {
    display: flex;
    position: relative;
    top:0px;
    width: 100%;
    height: auto; 
    overflow: hidden;
    pointer-events: auto;

}

.swiper-slide {
  display: block;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
    flex: 0 0 auto;
}

.noticias {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    padding: 60px 0;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
}


.noticias::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("");
    background-repeat: repeat;
    background-size: 350px 350px;  /* largura fixa */
    background-position: top left;
    opacity: 0.3;
    z-index: -1;
}
.headnotice{
    background-color: white;
    text-align: left;
    clip-path: polygon(
        50px 0%,      /* canto superior esquerdo */
        100% 0%,      /* canto superior direito */
        100% calc(100% - 70px), /* canto inferior direito chanfrado */
        calc(100% - 50px) 100%, /* canto inferior direito chanfrado */
        0% 100%,      /* canto inferior esquerdo */
        0% 70px       /* canto inferior esquerdo chanfrado */
    );

}
.noticiahead{
    width:100% !important;
    height:auto;
    text-align: center;
    display:flex;
    margin: 0 !important;
    background-color: white;
    padding:20px;
    padding-bottom:30px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size:18px;
}
.row.no-gutters {
    margin-left: 0;
    margin-right: 0;
}
.col-*-no-gutters {
    padding-left: 0;
    padding-right: 0;
}

.headnoticia{
    border-bottom:1px solid #5F6365;;
    border-right: 1px solid #5F6365;;
    border-bottom-right-radius:7px;
    margin-top:7px;
    margin-right:-1px;
    text-align: center;
    font-weight:bold;
    color: #5F6365;;
}
.headnoticia2{
    border-top:1px solid #5F6365;;
    border-left: 1px solid #5F6365;;
    border-top-left-radius: 7px;
    margin:0px;
    margin-bottom:7px;
    padding-top:7px;
    text-align: center;
    font-weight: bold;
    color: #5F6365;
}
.noticiaitens{
    display:flex;
    margin-top: 30px;
    text-align: left;
}

.noticia {
    display: flex;
    flex-direction: column; /* imagem em cima, texto embaixo */
    margin-bottom: 20px;
    text-align: left;
}

.imagemnoticia {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    border-radius:15px;
}



/* Responsivo: uma coluna em telas pequenas */
@media (max-width: 991px) {
    .noticia {
        flex-direction: column;
    }

    .imagem,
    .texto {
        width: 100%;
    }
}




.conteudo2{
	position:relative;
	display:block;
	background-color: white;
	top:30px;
	width:100%;
	height:auto;
	margin:0 auto;
	text-align: center;
	align-items: center;
	padding:0px;
}
.produto{
    width:100%;
    height:auto;
    margin:0 auto;
    padding:0px;
    margin-bottom: 50px;
}
.imgproduto{
    width:100%;
    margin: 0 auto;
    height:auto;
}
.colcurso{
    margin:0 auto;
    padding:0px;
}
.coldescricao{
    display:none;
    align-items: center;
    padding:10px 50px;
    text-align: left;
}
.titulocurso, .valor{
    margin-top:15px;
}
.resumoproduto{
    font-size:17px;
}
 .saibamais{
    font-size:22px;
    text-align:center;
}
.checkoutpagamento{
    color:#2848bd;
    font-family:calibri;
    text-align: center !important;
    width:100%;
    margin: 0 auto;
    margin-top:130px;
    height:auto;
    min-height: 700px;
}
.pagamento{
    background-color: #c5c5c5;
    border:5px solid #c5c5c5;
    border-radius: 15px;
    padding:10px;
    margin:20px;
    width:100%;
    height:auto;
    text-align: center;
}
#checkout-cartao, #checkout-pix, #checkout-boleto { 
    display: none; 
    margin-top: 20px; 
    background-color: #ffffff;
    padding: 15px;
    border-radius: 7px;
}
.carousel-wrapper {
  width: 100%;
  overflow: hidden;
  background: #C7C7C7;
  padding: 30px 0;
}
.conteudocarrinho{
	width:100%;
	margin:0 auto;
	padding:20px;
	padding-top:130px;
	align-items: center;
	text-align: center;
	background-color:white;
}

.eliminar{
    padding:3px 15px;
	border-radius: 10px;
	border:none;
}
    
.escola{
	padding:5px 40px;
	background-color:#2848bd;
	color:#ffffff;
	border-radius: 10px;
}
.inputfat{
    padding:3px;
    width:300px;
    color:#2848bd;
    border-radius: 10px;
}

.linha-dupla {
    display: flex;
    justify-content: center;  
    align-items: center;
    width: 100%;
    text-align: center;
}
 .linha-dupla {
        display: flex;
        gap: 10px;
        margin-bottom: 15px;
    }

    .linha-dupla input {
        width: 100%;
    }

.butcheckout{
	padding:5px 40px;
	border-radius: 10px;;
	background-color: #2848bd;
	color:#ffffff;
	margin-top:-30px;
	margin-bottom:20px;
}
.textfat{
    padding:3px;
    width:300px;
    height:60px;
    color:#2848bd;
    border-radius: 10px;
}

.carousel-track {
  display: flex;
  width: max-content;
  animation: scroll-left 15s linear infinite;
}
.confirmardados{
	padding-top:130px;
	color:#5F6365;;
	text-align: center;
	background-color:white;
}
.textblue{
    color:#2848bd;
}
.textblue2{
    color:#2848bd;
    font-weight: bold;
}
.formconfirmar{
	display:none;
}
.confirmarportal{
	display:none;
}
.confirmarbutton{
	display:none;
}

.carousel-track img {
  width: auto;
  height: 250px;
  object-fit: cover;
  margin-right: 40px;
  border-radius: 20px;
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out; /* Transição suave para o zoom */
  transform-origin: center; /* Foco no centro para o aumento */
}

/* Efeito de zoom */
.carousel-track img:hover {
  transform: scale(1.3);
  	z-index: 3; /* Aumenta a imagem 1,5 vezes */
}

/* Pausa da animação quando o mouse estiver sobre o carrossel */
.carousel-wrapper:hover .carousel-track {
  animation-play-state: paused; /* Pausa a animação */
}



/* Animação infinita */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.nav{
	display:none;
	float:right;
	margin-right:20px;
	margin-bottom:-20px;
	margin-top:60px;
}
.quest{
    width:40px;
    height:auto;
    margin-top:-10px;
}
.quest:hover{
    rotate:5deg;
}
.navbar{
	display:block;
	float:right;
	margin-right:15px;
	margin-top:20px;
	z-index:-1;
}
.dropdown-menu{
	width:400px;
	height:2000px;
	padding:10px;
	color:#2848bd;
	margin-top: 25px;
	margin-left: -300px;
	z-index: -1;
}
.shrink .dropdown-menu{
    margin-top: 6px;
    transition: all 0.3s ease;
}
.btn{
	border:none;
}
.logomobile{
	position:absolute;
	top:50px;
	left:50px;
}	

.link{
	text-decoration:none;
	color:#2848bd;
	font-size:18px;
	font-family:calibri;
	font-weight:bold;
	padding:10px 15px;
}
.link:hover{
 	color:#E69B2C;
}
.linksimulado{
	padding:10px 15px;
	width: 130px;
	height:auto;
	margin-top:-40px;
	margin-left:0px;
    margin-right:0px;
}
.linksimulado:hover{
 	width:132px;
    margin-left:-1px;
    margin-right:-1px;
}
.vertodos{
    font-size:22px;
}
.linkclubedolivro{
	text-decoration:none;
	color:#2848bd;
	font-size:20px;
	font-family:calibri;
	font-weight:bold;
		padding:0px;
}
.linkclubedolivrocz{
	text-decoration:none;
	color:#59595a;
	font-size:20px;
	font-family:calibri;
	font-weight:bold;
		padding:0px;
}
.linkclubedolivro:hover{
 	color:#E69B2C;
}
.linksobrenos{
    text-decoration: none;
}
.linksobrenos p{
    text-decoration: underline;
    color:white;
}

.cursosplanos{
    font-size:24px;
}
.novidade{
    float: right;
    width: 200px;
}
.destaque{
    float: right;
    width: 300px;
}
.swiper-slide .data-noticia{
    text-align: left !important;
}
.swiper-slide .data{
    font-size: 22px;
    text-align: left !important;
    font-weight: bold;
    padding:0px 10px;
    color: #5F6365;
}

.swiper-slide .titulo {
    display: block;
    font-size: 21px !important;
    text-align: left !important;
    padding:0px 10px;
}

.swiper-slide .texto {
    text-align: left !important;
    color: #5F6365;
    font-size: 18px;
    padding:10px 10px;
}

.loginblock{
    position: fixed;
    top:0px;
    left:0px;
	display:none;
	height:100%;
	width:100%;
	text-align: center;
	margin:0px;
    z-index:100;
	overflow: auto;
    background-color: rgba(0,0,0,0.6);
}
.login{
    background-color: #fff;
    color:#2848bd;
    margin: 0 auto;
    padding:20px 50px;
	border:0.3px solid #2F2F33;
	border-radius: 10px;
	background-color: #ffffff;
    height:450px;
    width: 100%;
    position: relative;
	text-align: center;
	top:120px;
	margin:0px;
	margin-top:0px;	
	box-shadow: 5px 5px 10px rgba(21, 21, 21 , 0.7);
	z-index:1000;
}

.login input{
	border:solid 0.5px #2848bd;
	color:#2848bd;
}
.login button{
	padding:5px 40px;
	border-radius: 10px;;
	background-color: #2848bd;
	color:#ffffff;
	margin-top:-30px;
	margin-bottom:20px;
}
#loginform{
	text-align: right;
	margin-right:0px;
}
#erro_log{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
#erro_log_carrinho{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
#erro_recup_carrinho{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
#erro_cad_carrinho{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

#esquecisenha{
    color:#2848bd;
    font-size: 16px;
    font-weight: normal;
}
.info{
   position: absolute;
   left: -9999px;
   opacity: 0;
}

.recuperadiv{
	height:420px;
	width:100%;
	position:relative;
	text-align: center;
	top:120px;
	margin:0px;
	margin-top:0px;	
	display:none;
	color:#2848bd;
	background-color: #ffffff;
	padding:20px 60px;
	border:1px solid #2848bd;
	border-radius: 10px;
	z-index: 1002;
	box-shadow: 5px 5px 10px rgba(21, 21, 21 , 0.7);
}
.recuperadiv input{
	border:solid 0.3px #2848bd;
	color:#2848bd;
}
.recuperadiv button{
	padding:5px 40px;
	border-radius: 10px;;
	background-color: #2848bd;
	color:#ffffff;
	margin-top:-30px;
	margin-bottom:20px;
}
#recuperaform{
	text-align: right;
	margin-right:0px;
}

#closelog{
	position:relative;
	right:-170px;
	top:0px;
}
#closelog:hover{
	animation: girar 1s linear;
}
#closerecup{
	position:relative;
	right:-170px;
	top:0px;
}
#closerecup:hover{
	animation: girar 1s linear;
}


#loadingOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

#loadingLogo {
    position:relative;
    top:50%;
    margin-top:-20px;
    width: 70px;
    height: auto;
    animation: girar 1s linear infinite;
    opacity: 0.6;
}

.cadastrouser{
	height:auto;
	width:100%;
	position:relative;
	margin:0 auto;
	top:110px;
	display:none;
	text-align: center;
	color:#ffffff;
	background-color: #2848bd;
	padding:15px 50px;
	border:1px solid #7e7c7c;
	border-radius: 10px;
	z-index: 1002;
	box-shadow: 5px 5px 10px rgba(21, 21, 21, 0.7);
	align-content: center;
  }
  #cadastr{
      margin:0 auto;
      align-items: center;
  }
  .termos{
      text-align:center;
  }
  .cadastrouser input{
	width:290px;
	margin-bottom:-7px;
	margin:0 auto;
  }
  .cadastrouser button{
	padding:6px 40px;
	border-radius: 8px;
	border:solid 0.3px #2848bd;
	color:#2848bd;

	margin-bottom:30px;
    }
    #closecad{
	position:relative;
	right:-160px;
	top:10px;
    }
    #closecad:hover{
    	animation: girar 1s linear;
    }
    .submitcad{
        margin-top:-20px;
    }
    .logincarrinho{
        display:block;
    }
    .recuperadivcarrinho{
        display:none;
    }
    .cadastrousercarrinho{
        display:none;
    }
    .clubedolivro{
        background-color: white;
        text-align: center;
        align-items: center;
        margin-top:50px;
        clip-path: polygon(
            50px 0%,      /* canto superior esquerdo */
            100% 0%,      /* canto superior direito */
            100% 100%, /* canto inferior direito chanfrado */
            100% 100%, /* canto inferior direito chanfrado */
            0% 100%,      /* canto inferior esquerdo */
            0% 70px       /* canto inferior esquerdo chanfrado */
        );
    }
    
    .clube{
        width:150px;
        display:block;
        border-radius: 7px;
        margin:0 auto;
    }
    .clube:hover{
        rotate: -5deg;
    }
    .textclube{
       width:200px;
       height:auto;
       margin:0 auto;
    }
    .anuncioclube{
        margin:10px 0px;
        align-content: center;
        align-items: center;
    }


/* Aviso de cookies */
#cookie-consent {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0);
    z-index: 99998;
}

.cookie-box {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #222;
    color: white;
    padding: 15px 0;
}

.cookie-box button {
    padding: 6px 20px;
    border-radius: 7px;
    border: none;
    background-color: #007BFF;
    color: white;
    cursor: pointer;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}


.portal{
	text-decoration:none;
	color:#ffffff;
	font-size:18px;
	font-family:calibri;
	font-weight:bold;
	margin-left: 10px;
	padding:10px 15px;
	background-color:#E69B2C;
	border:1px solid #E69B2C;
	border-radius:10px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
	.portal:hover{
	background-color:#ffffff;
	color:#E69B2C;
}
.back{
	height:35px;
	width:auto;
}
.back:hover{
	height:38px;
	margin-left:-3px;
}
.back2{
	height:36px;
	width:auto;
	margin-top:2px;
}
.back2:hover{
	height:38px;

}
.icone{
	font-size:25px;
}
.icone2{
	width:60px;
	height:60px;
	position:fixed;
	left:10px;
	top:95px;
	display:block;
	background-color: rgb(255, 255, 255, 0.4);
	border-top-right-radius:50%;
	border-top-left-radius:50%;
	border-bottom-left-radius:50%;
	border-bottom-right-radius:50%;
	border:none;
	box-shadow:5px 5px 5px rgba(101, 101, 110, 0.5);
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-left:12px;
	padding-top:11px;
	z-index: 2;
}
.icone2:hover{
	box-shadow:5px 5px 5px rgb(101, 101, 110, 0.5);
	background-color: rgb(255, 255, 255, 0.8);

}
header.shrink .icone2 {
	top:65px;
	transition: all 0.3s ease;
}

.ncar{
	position:relative;
	top:-5px;
	font-size:20px;
	color:#2848bd;
}
.ncar:hover{
	color:#E69B2C;
}
.ncar2{
	position:absolute;
	top:5px;
	right:6px;
	font-size:20px;
	color:#E69B2C;
}

.footer{
	position:relative;
	bottom:0px;
	color:#ffffff;
	background-color:#5F6365;
	width:100% !important;
	height:auto;
	text-align:center;
	padding-top:50px;
	padding-bottom: 20px;
	margin:0px;
	margin-bottom: -50px;
	margin-top:-30px;
}
.time{
    color:#142A78;
}
.socialmidia{
    width:100%;
    height:auto;
}
.iconesm{
    width:40px;
    margin:0px 20px;
    margin-bottom:50px;
}
.portalprofessor{
	text-decoration:none;
	color:#ffffff;
	font-size:18px;
	font-family:calibri;
	font-weight:bold;
	padding:10px 15px;
	background-color:#E69B2C;
	border:1px solid #E69B2C;
	border-radius:10px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
	.portalprofessor:hover{
	background-color:#ffffff;
}

.divlogotalk{
    width:60px;
    height:60px;
	background-color: rgba(255, 255, 255, 0.7);
	border:0.1px solid gray;
    padding:10px;
    border-top-left-radius:50%;
	border-top-right-radius:50%;
	border-bottom-left-radius:50%;
	position:fixed;
	right:20px;
	bottom:20px;
	z-index: 100;

}
	.logotalk{
	 position:relative;
	 right:0px;
	 bottom:0px;
	 width:40px;
	 height:40px;
	display:block;
	z-index: 10;
}
    #talk{
        position:fixed;
        bottom:40px;
        right:80px;
        width:40px;
        height:auto;
    }
.btn-prevenda {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 16px;
    background-color: #28a745;
    color: white;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

.btn-prevenda:hover {
    background-color: #218838;
}
.imgvip{
    width:100px;
    height:auto;
    margin-top:-20px;
}
.submitprevenda{
	position:relative;
	top:5px;
	border:none;
	border-radius:10px;
	padding:10px 50px;
	background-color:#2848bd;
	color:white;
	font-weight: bold;
	margin:0 auto;
}
#iconeatendimento{
    width:100px;
    height:auto;
    margin-top:-25px;
    margin-right: -20px;
    margin-left:-10px;
}
.cadastroblock{
    position: fixed;
    top:0px;
    left:0px;
	height:100%;
	width:100%;
	margin:0px;
    z-index:100;
	overflow: auto;
    background-color: rgba(0,0,0,0.6);
    display:none;
}
	.cadastro{
	width:100%;
	max-width:600px;
	height:auto;
	max-height:100%;
	color:#2848bd;
	padding:10px 35px;
	background-color:#ffffff;
	position:fixed;
	right:0px;
	bottom:0px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border:0.3px solid #2848bd;
	box-shadow:2px 2px 2px rgba(0,0,0,0.5);
	z-index: 105;
}
.cadastro input{
    padding:5px;
    width:100%;
    max-width: 400px;
    margin:o auto;
}

.cadastro button{
    background-color:#2848bd;
    border:none;
    border-radius: 5px;
    color:#fff;
    padding:5px 30px;
}
.container-chat{
    margin:0 auto;
    width:100%;
}
#chat-messages {
    max-height: 400px; /* altura máxima da área de mensagens */
    overflow-y: auto;  /* ativa scroll vertical */
    padding: 10px;
    background-color: #f9f9f9; /* opcional, só para visual */
    border: 1px solid #ddd;     /* opcional */
    border-radius: 8px;          /* opcional */
}

/* Mantém o input fixo na parte inferior */
#chat-input-area {
    position: sticky;
    bottom: 0;
    background-color: #fff; /* mesma cor da div */
    padding-top: 10px;
    margin-bottom:60px;
}
.message {
    padding: 8px 12px;
    margin: 5px 0;
    border-radius: 12px;
    max-width: 80%;
    word-wrap: break-word;
    clear: both;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

/* Mensagens do usuário */
.message.user {
    background-color: #f0f0f0;   /* cor de fundo do usuário */
    color: #5F6365;               /* cor do texto */
    text-align: right;
    float: right;                 /* alinha à direita */
}

/* Mensagens do bot */
.message.bot {
    background-color: #E1EFFE;    /* cor de fundo do bot */
    color: #000000;               /* cor do texto */
    text-align: left;
    float: left;                  /* alinha à esquerda */
}

#logotalk{
	width:50px;
	height:50px;
	position:fixed;
	right:30px;
	bottom:30px;
}
.msg-popup {
    display: none; 
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    background: rgba(0,0,0,0.4);
    justify-content: center; 
    align-items: center;
    z-index: 9999;
}

.popup-box {
    background: white;
    width: 320px;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    animation: fadeIn 0.3s ease;
    font-family: Arial;
}

.popup-box h3 {
    margin-top: 0;
    color: #2848bd;
}

.popup-box button {
    background: #2848bd;
    color: white;
    border: 0;
    padding: 10px 20px;
    border-radius: 6px;
    margin-top: 15px;
    cursor: pointer;
}

.popup-box button:hover {
    background: #1f37a0;
}

#loadingOverlayprevenda {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.prevendablock{
    display:none;
    position: fixed;
    top:0px;
    left:0px;
	height:100%;
	width:100%;
	text-align: center;
	margin:0px;
    z-index:100;
	overflow: auto;
    background-color: rgba(0,0,0,0.6);
}
.prevenda{
    background-color: #fff;
    color:#2848bd;
    margin: 0 auto;
	font-family: 'Source Sans 3';
    padding:20px 30px;
	border:0.3px solid #2F2F33;
	border-radius: 10px;
	background-color: #ffffff;
    height:auto;
    width: 100%;
    position: relative;
	text-align: center;
	top:120px;
	margin:0 auto;
	margin-top:0px;	
	box-shadow: 5px 5px 10px rgba(21, 21, 21 , 0.7);
	z-index:1000;
}
.prevenda input{
	border:solid 0.5px #2848bd;
	border-radius: 5px;
	color:#2848bd;
	padding:10px;
	width:300px;
	margin:5px;
}
#closeprevenda{
	float:right;
}
#closeprevenda:hover{
	animation: girar 1s linear;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

	form textarea{
	height:5em;
}
	form textarea, input{
	width:220px;
	border:1px solid #2848bd;
	border-radius:3px;
}
.inputcard{
    padding:3px;
    width:300px;
    color:#2848bd;
    border-radius: 10px;
    padding:5px;
    margin:0px 10px;
}
.inputcard2{
    padding:3px;
    width:140px;
    color:#2848bd;
    border-radius: 10px;
        padding:5px;
    margin:0px 10px;
}
	#fechar{
	font-size:20px;
	text-align:right;
	margin-right:-25px;
}
	#chat-close{
	font-size:24px;
	text-align:right;
	margin-right:-10px;
}
	#contact{
	text-align: center;
}	
#enviar{
	border-radius:5px;
	background-color:#2848bd;
	color:#ffffff;
	padding:3px 20px;	
}
@media only screen and (min-width: 500px) {
    header.shrink .iconemenu {
    margin-top:-25px;
    transition: all 0.3s ease;
    }
    .coldescricao{
    display:block;
}
    .pagamento{
    width:700px;
    }
    .login{
	width:420px;
	top:150px;
	left:50%;
	margin-left:-210px;
    }
    .recuperadiv{
	width:420px;
	top:150px;
	left:50%;
	margin-left:-210px;
    }

@media only screen and (min-width: 700px) {
    .dropdown{
    	margin-right:20px;
    }
    .pagamento{
    width:700px;
    }
	.cadastrouser{
	height:auto;
	width:700px;
	top:150px;
	left:50%;
	margin-left:-350px;
    }
.cadastrouser input{
	margin-top:10px;
 }
    #closecad{
	right:-300px;
	top:10px;
}

	.bemvindo{
    text-align: left;
    padding-left:80px;
	}
    .background{
    top:140px;
    }

	.fundodesktop {
    display:block;
  }
  	.fundomobile {
    display:none;
  }
  .logincheck2{
    height:20px;
    top:12px;
    right:12px;
    }
    .textclube{
       width:2300px;
    }
}
@media only screen and (min-width: 1150px) {
    header{
	max-width:100%;
	height:120px;
	margin-left:0px;
	margin-top:0px;
	align-items:center;
    }
    .conteudo{
        top:100px;
    }
    .bemvindo{
        top:120px;
    }
    .shrink .conteudo{
        top:70px;
        transition: all 0.3s ease;
    }
    .shrink .bemvindo{
        top:90px;
        transition: all 0.3s ease;
    }
     header.shrink {
        height: 90px;
        transition: all 0.3s ease;
    }
    .logo{
	height:70px;
	width:auto;
	float:left;
    margin-top:30px;
    margin-left:30px;
    }
	.logo:hover{
	height:72px;
	width:auto;
	float:left;
    }
    header.shrink .logo {
        height: 60px;
        margin-top: 15px;
        transition: all 0.3s ease;
    }
    	.iconemenu{
	height:40px;
	}
	header.shrink .iconemenu {
        height: 28px;
        transition: all 0.3s ease;
    }

	.nav{
	display:block;
    
    }
    header.shrink .nav {
        height: 28px;
        margin-top:35px;
        transition: all 0.3s ease;
    }
    	.navbar{
    	display:none;
    }
    .icone2{
    	display:none;
    }
    .carousel-track img {
      height: 300px;
    }
    .login{
	top:150px;
    }
    .recuperadiv{
	top:150px;
    }
	.cadastrouser{
	height:auto;
	width:700px;
	top:130px;
	left:50%;
	margin-left:-350px;
    }
	.logotalk{
    	width:50px;
    	height:50px;
    	position:fixed;
    	right:30px;
    	bottom:30px;
    }
    .cadastro{
    	right:25px;
    	bottom:25px;
    }

    #logotalk{
    	width:40px;
    	height:40px;
    	position:fixed;
    	right:35px;
    	bottom:35px;
    }
    .destaque{
        float: right;
        width: 400px;
    }
    .textclube{
       width:300px;
    }
}
