/* 
Theme Name:		 cbfa
Theme URI:		 https://www.lp.sbfa.org.br/cbfa2025
Description:	 cbfa theme
Author:			 Listo Estúdio
Author URI:		 https://www.lp.sbfa.org.br/cbfa2025
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 cbfa
*/


.palestrantes{
	display:grid;
	grid-template-columns: repeat(8, 1fr);   /* 8 colunas fixas */
	gap:24px;
}
@media(max-width:1024px){.palestrantes{grid-template-columns:repeat(4,1fr)}}
@media(max-width:640px){.palestrantes{grid-template-columns:repeat(2,1fr)}}

/* ===== CARD DO PALESTRANTE ===== */
.palestrante{
	background:#FF4100;
	border-radius:12px;
	overflow:hidden;              /* mantém o raio nos filhos */
	text-align:center;
}

/* ===== FOTO ===== */
.palestrante .foto img{
	width:100%;                 /* ocupa toda a largura da célula */
	height:180px;               /* altura fixa: 250 px */
	object-fit:cover;           /* recorte central */
	border-radius:12px 12px 0 0;/* raio só no topo */
	display:block;
}

/* ===== NOME ===== */
.palestrante .nome{
	font-family:"Figtree",Sans-serif;
	font-size:12px;
	font-weight:700;
	color:#FFFFFF;
	padding:20px 10px;
	line-height:1.3;
}

/* pop-up */
.cv-popup::backdrop{background:rgba(0,0,0,.6)}
.cv-popup{max-width:640px;border:none;border-radius:12px;padding:40px;font:400 16px/1.45 "Figtree",sans-serif; background: #FF4100; color: white;}
.cv-popup h2{margin-top:0;font-size:26px; font-weight: bold; font-family:"Figtree",Sans-serif;}
.cv-popup .fechar{all:unset;position:absolute;top:4px;right:12px;font-size:50px;cursor:pointer;}



/* contêiner geral */
.prog-accordion{ margin:0; }

/* ITEM -------------------------------------------------------- */
.acc-item{ border-radius:28px; overflow:hidden; margin-bottom:30px; background: white; padding:16px 24px; }

/* HEADER ------------------------------------------------------ */
.acc-header{
	all:unset;                       /* zera estilos nativos */
	display:flex; justify-content:space-between; align-items:center;
	width:100%; cursor:pointer;
}

.acc-header h3 {
	color: #0098EF;
	font-family: Inter, 'Inter', sans-serif;
	font-weight: bold;
	font-size: 33px;
	position: relative;
	top: 3px;
}

/* CHEVRON (↓ / →) ------------------------------------------- */
.acc-chevron{
	width:25px; height:25px;
	box-sizing:border-box;
	border-right:4px solid #333; border-bottom:4px solid #333; border-radius: 2px;
	transform:rotate(45deg); transition:transform .25s;
}
.acc-item.is-open .acc-chevron{
	transform:rotate(225deg);        /* seta pra baixo */
}

/* CONTENT ----------------------------------------------------- */
.acc-content{ max-height:0; overflow:hidden; transition:max-height .3s ease; }
.acc-item.is-open .acc-content{ max-height:10000px; } /* grande o bastante */

.prog-sessions{ padding: 16px 0 ; }
.prog-session{ margin:0px 80px; padding: 40px 20px; border-bottom:1px solid #e6e6e6; }
.prog-session:last-child{ border:none; }

.prog-sessions .imprime {
	background: #FF4100;
	padding: 6px 24px;
	border-radius: 24px;
	display: inline-block;
}

.prog-sessions .imprime svg {
	top: 5px;
	position: relative;
}

.prog-sessions .imprime a {
	color: white;
	font-family: Inter, 'Inter', sans-serif;
	font-weight: normal;
	font-size: 17px;
	
}

.prog-session .row {
	display: flex;
}

.prog-session .row .column{
	width: 60%;
}

.prog-session .row .column:first-child{
	margin-right: 7%;
	width: 40%;
}

.prog-session .title {
	background: #FFF2ED;
	display: flex;
    padding: 20px;
    height: 140px;
    justify-content: center;
    align-items: center;
	border-radius: 14px;
	width: 100%;
}

.prog-session h4 {
	text-align: center;
	text-transform: uppercase;
	color: #FF571E;
	font-family: Inter, 'Inter', sans-serif;
	font-weight: bold;
	font-size: 20px;
}

.prog-session .time {
	text-align: center;
    color: #6417AD;
	font-family: Inter, 'Inter', sans-serif;
	font-weight: bold;
	font-size: 26px;
	margin: 30px 0 0;
}


.prog-session .atividade {
	text-transform: uppercase;
	color: black;
	font-family: Inter, 'Inter', sans-serif;
	font-weight: normal;
	font-size: 25px;
}

.prog-session .atividade .palestrantes {
    margin-top: 20px;
	color: #003584;
    text-transform: none;
}

.prog-session .atividade .palestrantes p {
	color: #003584;
    text-transform: none;
    font-size: 18px;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (max-device-width : 640px) {
	
	.acc-header h3 {
		font-size: 24px;
	}
	
	.acc-chevron{
		width:18px; height:18px;
		border-right:3px solid #333; border-bottom:3px solid #333; border-radius: 2px;
	}
	
	.prog-session{ margin:0px 10px; padding: 40px 10px; border-bottom:1px solid #e6e6e6; }
	
	.prog-session .row {
		flex-direction: column;
	}
	
	.prog-session .row .column{
		width: 100%;
	}

	.prog-session .row .column:first-child{
		width: 100%;
	}
	
	.prog-session .time { 
		margin: 20px 0 0;
	}
	
	
	.prog-session .atividade {
		margin-top: 30px;
		text-align: center;
		text-transform: uppercase;
		font-size: 18px;
	}
	
}







