/*
Theme Name: Fórum Cidades Criativas
Theme URI:
Author: Vitalcode
Author URI: http://wordpress.org/
Description: Tema desenvolvido para o site "Fórum Cidades Criativas"
Version: 1.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
html {
	scroll-behavior: smooth;
/*	scroll-padding-top: 125px;*/
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/* ==========================================================================
	 Reset
	 ========================================================================== */

/**
 * Remove anchor tex-decoration
 */ 

a {
	text-decoration: none;
}

/**
 * Remove list-style
 */ 

ol, ul {
	list-style: none;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, footer, header, nav, section, main {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p, a, ul {
	font-size: 1em;
	font-weight: normal;
}
* {
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}


/*Estilos gerais*/
.container {
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
}
.subcontainer{
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}
@media only screen and (max-width: 1200px){
	.container {
		max-width: 960px;
		width: 100%;
		margin: 0 auto;
	}
	.sub-container{
		max-width: 760px;
		width: 100%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 769px){
	.container {
		max-width: 720px;
		width: 100%;
		margin: 0 auto;
	}
	.subcontainer{
		max-width: 720px;
		width: 100%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 575px){
	.container {
        width: auto;
        margin: 0 auto;
        display: flex;
        justify-content: center;
       
	}
	.subcontainer{
		width: auto;
		margin: 0 auto;
		padding: 0 16px;
	}
}
/*Menu*/
.header{
	display:flex;
	position: absolute;
	width: 100%;
	    padding: 15px 0;
	    z-index: 9;
}
nav#nav{
display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 11px;
}
ul#menu-menu-principal{
	display: flex;
      align-items: center;

}
#menu-menu-principal li{
	max-width: 220px;
	text-align: center;
	display: flex;
  gap: 10px;border: none;
  
}

/* Botões do GTranslate */
.gtranslate_wrapper a,
.glink {
    background: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
}

/* Remove fundo padrão azul/preto */
.gtranslate_wrapper,
.gt_float_switcher {
    background: transparent !important;
}

/* Hover */
.gtranslate_wrapper a:hover,
.glink:hover {
    background: #000000 !important;
    color: #ffffff !important;
}

#menu-menu-principal li:not(:last-child){
	border-right: 1px solid #000;
}
#menu-menu-principal li a{
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	cursor: pointer;
	padding: 4px 13px;
	    max-width: 138px;

}
#menu-menu-principal li a:hover{
	text-decoration: underline;
}
#menu-menu-principal #menu-item-67 a:hover{
	text-decoration: none;
	border: none;
	padding: 5px 9px;
}
.links-menu{
	display: flex;
  align-items: center;
  gap: 29px;
}
.links-menu .inscricao{
	background: #6A9ED7;
  color: #000;
  padding: 7px 15px;
  border: 1px solid #000;
	box-shadow: 4px 4px 0px black;
	width: 113px;
}
.rede-s-menu{
background: #6A9ED7;
    padding: 6px 6px 4px 6px;
    border: 1px solid;
}
.rede-s-menu-2{
	background: black;
  padding: 6px 6px 4px 6px;
}
ul#menu-menu-principal-ingles{
	display: flex;
  gap: 19px;
}
#menu-menu-principal-ingles li{
	max-width: 130px;
	text-align: center;
	display: flex;
  gap: 10px;
}
#menu-menu-principal-ingles li a{
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	padding: 4px 8px;
	color: #fff;
}
#menu-menu-principal-ingles li a:hover{
	text-decoration: underline;
}
#menu-item-66 a{
	border: 1px solid #fff;
	border-radius: 50%;
}
#menu-menu-principal-ingles #menu-item-66 a:hover{
	text-decoration: none;
	border: none;
	padding: 5px 9px;
}
#menu-item-67 a{
	border: 1px solid #fff;
	border-radius: 50%;
}
#menu-menu-principal-ingles #menu-item-67 a:hover{
	text-decoration: none;
	border: none;
}
#button-mobile{
	display: none;
}
img.logo{
	max-width: 278px;
}
/* ================= VISIBILIDADE ================= */


.header-mobile{
    display: none;
}

@media (max-width: 575px){

    /* ================= VISIBILIDADE ================= */

    .header{
        display: none;
    }

    .header-mobile{
        display: block;
        background: #F5DE7A;
        padding: 20px;
        position: relative;
        z-index: 10000;
    }

    /* ================= TOPO ================= */

    .mobile-container{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .header-mobile .logo{
        max-width: 180px;
    }

    .mobile-right{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 10px;
    }

    .mobile-right .inscricao{
        background: #6A9ED7;

        border: 1px solid #000;
        padding: 8px 14px;
        box-shadow: 4px 4px 0px #000;
        color: #000;
        text-decoration: none;
        font-size: 12px;
    }

    /* ================= HAMBURGUER ================= */

    #mobile-toggle{
        background: #000;
        padding: 8px;
        border: none;
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
        z-index: 10001;
        position: relative;
		z-index: 10001;
    }

    #mobile-toggle span{
        width: 22px;
        height: 2px;
        background: #fff;
        transition: 0.3s ease;
    }

	/* Quando menu estiver aberto */
body.menu-open #mobile-toggle{
    position: fixed;
    top: 60px;
    right: 20px;
    z-index: 10002; /* acima do menu */
}
	
    /* Animação X */
    body.menu-open #mobile-toggle span:nth-child(1){
        transform: rotate(45deg) translate(5px, 5px);
    }

    body.menu-open #mobile-toggle span:nth-child(2){
        opacity: 0;
    }

    body.menu-open #mobile-toggle span:nth-child(3){
        transform: rotate(-45deg) translate(5px, -5px);
    }

    /* ================= MENU LATERAL ================= */

    .mobile-menu{
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 320px;
        height: 100vh;
        background: #000;
        padding: 120px 30px 40px;
        transition: 0.4s ease;
        z-index: 9999;
        display: flex;
        flex-direction: column;
		overflow-y: auto;
    }

    .mobile-menu.active{
        right: 0;
    }

    .mobile-nav{
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 25px;
        text-align: right;
    }

    .mobile-nav li a{
        color: #fff;
        font-size: 18px;
        text-decoration: none;
    }

    .mobile-nav li a:hover{
        text-decoration: underline;
    }

    /* ================= REDES SOCIAIS ================= */

    .mobile-social{
        display: flex;
        flex-direction: column;
        gap: 9px;
        text-align: right;
        margin-top: 30px;
    }

    .mobile-social a{
        color: #EEDB80;
        text-decoration: none;
        font-size: 16px;
    }

    /* ================= OVERLAY ================= */

    .mobile-overlay{
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.4);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s ease;
        z-index: 9998;
    }

    .mobile-overlay.active{
        opacity: 1;
        visibility: visible;
    }

}

/* ================= BLOQUEIO DE SCROLL ================= */

body.menu-open{
    overflow: hidden;
}
/*HOME*/
.bloco-1{
	height: auto;

}
.bloco-1 video{
	max-width: 100%;
	    margin-top: -118px;
border-bottom: 1px solid;
}
@media only screen and (max-width: 575px){
	.bloco-1 video {
        margin-top: 0;
	}

}
.bloco-2{
	padding-top: 100px;
	padding-left: 40px;
    padding-right: 40px;
}
.bloco-2 .content h1{
	font-size: 42px;
	font-weight: 400;
	line-height: 55.2px;
	text-align: left;
	padding-bottom: 40px;
	    margin-left: -76px;

}
.bloco-2 .content .text{
	max-width: 480px;
	margin-right: 0;
	margin-left: auto;
}
.bloco-2 .content .text p{
	font-size: 32px;
    font-weight: 400;
    line-height: 36.8px;
    text-align: left;
    margin-left: 125px;
    width: 100%;
}
@media only screen and (max-width: 575px){
	.bloco-2 .content .text p{
		font-size: 24px;
		margin-left: 0;
	}
	
	.bloco-2 .content h1{
		margin: 0 auto;
	}
}
.bloco-3{
	padding: 220px 0;
  background-repeat: no-repeat;
  background-position-x: right;
    background-position-y: 115px;

}
.bloco-3 .content{
	display: flex;
	position: relative;
}
.bloco-3 .content .text{
	max-width: 301px;

}
.bloco-3 .content .text p{
font-size: 32px;
    font-weight: 400;
    line-height: 36.8px;
    text-align: left;
    margin-left: -73px;
	    margin-top: 200px;
    width: 600px;
    height: auto;
}
.bloco-3 .content .img-casinha{
	position: absolute;
top: -389px;
    left: -79px;
}
.bloco-3 .content .img-casinha img{
	max-width: 549px;
}
@media only screen and (max-width: 575px){
	.bloco-3{
		background-image: none!important;
		padding-bottom: 90px;
    padding-top: 90px;
	}
	.bloco-3 .content{
		flex-direction: column-reverse;
        align-items: center; /* 🔥 importante */
        text-align: center;
	}
	.bloco-3 .content .text p {
		        font-size: 24px;
        margin: 0;
        width: auto;
	}
	
	.bloco-3 .content .img-casinha{
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin: 0 auto 40px auto; /* 🔥 centraliza */
        display: flex;
        justify-content: center;
        width: 100%;
	}
	.bloco-3 .content .img-casinha img{
        max-width: 330px;
        width: 100%;
        height: auto;
}
}
.bloco-4{
	position: relative;
}
.bloco-4 img{
    position: absolute;
    max-width: 804px;
    transform: scaleX(-1);
    left: 850px;
    bottom: 225px;
}
.bloco-4 .content{
	position: relative;
	z-index: 1;
}
.bloco-4 .content h1{
	font-size: 42px;
	font-weight: 400;
	line-height: 55.2px;
	text-align: left;
	padding-bottom: 40px;
}
.bloco-4 .content .text{
	max-width: 690px;
	margin-right: 0;
	margin-left: auto;
}
.bloco-4 .content .text p{
	font-size: 32px;
	font-weight: 400;
	line-height: 36.8px;
	text-align: left;
}
.bloco-4 .content .text iframe{
	max-width: 651px;
	width: 100%;
	margin-top: 80px;
}

.casinha {
	
}
@media only screen and (max-width: 575px){
	.bloco-4{
		padding-bottom: 20px;
	}
	.bloco-4 .content .text p{
		font-size: 24px;
	}
	.bloco-4 img{
		max-width: 100%;
		position: unset;
	}
	.bloco-4 .content .text iframe{
		        width: auto;
	}
	.bloco-4 .content .text p:first-child{
		padding-bottom:24px;

	}
	.bloco-4 .content .text p a{
        word-wrap: break-word;
    }
	.bloco-4 .content h1 {
		text-align: center;
	}
}
.bloco-5{
	background: #F5DE7A;
	padding: 200px 0 100px 0;
	    border-top: 1px solid;
}
.bloco-5 h1{
	font-size: 48px;
	font-weight: 400;
	line-height: 55.2px;
	text-align: right;
	margin-bottom: 100px;
}
.bloco-5 .grid-programacao{
	display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}
.bloco-5 .grid-programacao .dia .data{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 10px;
}
.bloco-5 .grid-programacao .dia .data h2{
	font-size: 64px;
	font-weight: 400;
	line-height: 73.59px;
	text-align: left;	
}
.bloco-5 .grid-programacao .dia .data p{
	font-size: 16px;
	font-weight: 400;
	line-height: 18.4px;
	text-align: right;
}
.grid-programacao .dia-1 .data h2, .grid-programacao .dia-1 .data p{
	color: #C95A30;
}
.bloco-5 .grid-programacao .dia .tema{
	height: 67.22px;
	display: flex;
  align-items: center;
}
.bloco-5 .grid-programacao .dia .tema p{
	font-size: 16px;
	font-weight: 700;
	line-height: 18.4px;
	text-align: left;
	color: #FFF1C4;
}
.bloco-5 .grid-programacao .dia-1 .tema{
	background: #C95A30;
	border: solid 1px #000;
	padding: 0 18px;
}
.bloco-5 .grid-programacao .palestras{
	margin-top: 60px;
}
.bloco-5 .grid-programacao .palestra{
	display: flex;
  gap: 16px;
  align-items: flex-start;
  padding-bottom: 5px;
}
.bloco-5 .grid-programacao .palestra p{
	padding-bottom: 20px;
	font-size: 14px;
}
.bloco-5 .grid-programacao .palestra .horario{
	border: solid 1px #000;
	padding: 5px;
	font-size: 11px;
}
/*.bloco-5 .grid-programacao .dia-2 .palestra .horario{
	border: none;
}*/
.bloco-5 .grid-programacao .dia-2 .data h2{
	color: #6A9ED7;
}
.bloco-5 .grid-programacao .dia-2 .data p{
	color: #6A9ED7;
}
.bloco-5 .grid-programacao .dia-2 .tema{
	background: #6A9ED7;
	padding: 0 20px;
	border: 1px solid #000;
}
.bloco-5 .grid-programacao .dia-2 .tema p{
	max-width: 92px;
}
.bloco-5 .grid-programacao .dia-3 .data h2{
	color: #84416E;
}
.bloco-5 .grid-programacao .dia-3 .data p{
	color: #84416E;
}
.bloco-5 .grid-programacao .dia-3 .tema{
	background: #84416E;
	padding: 0 20px;
	border: 1px solid #000;
}
.bloco-5 .grid-programacao .dia-4 .data h2{
	color: #2F8843;
}
.bloco-5 .grid-programacao .dia-4 .data p{
	color: #2F8843;
}
.bloco-5 .grid-programacao .dia-4 .tema{
	background: #2F8843;
	padding: 0 20px;
	border: 1px solid #000;	
}
@media only screen and (max-width: 575px){
	.icone {
		display: none;
	}
	
	.bloco-5 h1{
		font-size: 45px;
		text-align: center;
	}
	.bloco-5 .grid-programacao{
		display: none;
	}
	.bloco-cta .cta-content{
	border: 1px solid #000;
	background: #fff;
	display: flex;
    padding: 25px;
    justify-content: space-around;
    align-items: center;
	width: 200px;
}
}
.bloco-cta{
	background: #F5DE7A;
	padding: 100px 0px;
}
.bloco-cta .cta-content{
	border: 1px solid #000;
	background: #fff;
	display: flex;
    padding: 25px;
    justify-content: space-around;
    align-items: center;
	width: auto;
}
.bloco-cta .cta-content a{
	font-family: Helvetica;
font-size: 32px;
font-weight: 700;
line-height: 36.8px;
text-align: center;
color: #000;
}
@media only screen and (max-width: 575px){
	.bloco-cta .cta-content a{
		font-size: 24px;
	}
}
.bloco-6{
	background: #F5DE7A;
	padding: 100px 0;
}
.bloco-6 .content .titulo{
  display: flex;
  justify-content: space-between;
  background: #E55253;
  align-items: center;
  padding: 10px 35px;
  border: 1px solid #000;
  margin-bottom: 70px;
}
.bloco-6 .content .titulo .data{
	display: flex;
}
.bloco-6 .content .titulo .data h2{
	font-family: Helvetica;
	font-size: 40px;
	font-weight: 400;
	line-height: 46px;
	text-align: center;
	color: #FFF1C4;
}
.bloco-6 .content .titulo .data p{
	font-family: Helvetica;
font-size: 16px;
font-weight: 400;
line-height: 58.4px;
text-align: left;
color: #FFF1C4;
}
.bloco-6 .content .titulo .data h2::first-letter{
	font-size: 96px;
	line-height: 110px;
}
.bloco-6 .content .titulo p.tema{
	font-family: Helvetica;
	font-size: 24px;
	font-weight: 700;
	line-height: 27.6px;
	text-align: left;
	color: #FFF1C4;
}
.bloco-6-colunas{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px
}
.bloco-6 .coluna .palestrantes .content-palestrantes{
	background-color: #fff;
	border: 1px solid #000;
	max-width: 219px;
	padding: 10px;
	display: flex;
	gap: 40px;
}
.bloco-6 .coluna .palestrantes .content-palestrantes p.horario{
	font-size: 12px;
}
.bloco-6 .coluna .palestrantes .content-palestrantes p.tema{
	font-size: 15px;
}
.bloco-6 .coluna .palestrantes img{
	max-width: 201px;
	width: 100%;
	border: 1px solid #000;
  border-top: none;
}
@media only screen and (max-width: 575px) {
	.bloco-6 .content .titulo img{
		display: none;
	}
	.bloco-6 .content .titulo .data h2{
		font-size: 64px;
		line-height: 73.59px;
	}
	.bloco-6 .content .titulo .data h2::first-letter{
		font-size: 64px;
		line-height: 73.59px;
	}
	.bloco-6 .content .titulo .data{
		flex-direction: column;
	}
	.bloco-6 .content .titulo .data p{
		line-height: 38.4px;
	}
	.bloco-6 .content .titulo p.tema{
		font-size: 21px;
	}
	.bloco-6 .content .titulo{
	gap: 0px;
    display: block;

	}
	.bloco-6-colunas{
		grid-template-columns: 1fr;
		justify-items: center;
	}
	.bloco-6 .coluna .palestrantes img{
		max-width: 259px!important;
	}
	.bloco-6 .coluna .palestrantes .content-palestrantes{
		max-width: 239px!important;
	}
}

.bloco-6-1{
    background: #F5DE7A;
    padding: 100px 0;
    display: flex;
    justify-content: center;

}
.bloco-6-1 .content .titulo{
  display: flex;
  justify-content: space-between;
  background: #6A9ED7;
  align-items: center;
  padding: 10px 35px;
  border: 1px solid #000;
  margin-bottom: 70px;
}
.bloco-6-1 .content .titulo .data{
	display: flex;
}
.bloco-6-1 .content .titulo .data h2{
	font-family: Helvetica;
	font-size: 40px;
	font-weight: 400;
	line-height: 46px;
	text-align: center;
	color: #FFF1C4;
}
.bloco-6-1 .content .titulo .data p{
	font-family: Helvetica;
font-size: 16px;
font-weight: 400;
line-height: 58.4px;
text-align: left;
color: #FFF1C4;
}
.bloco-6-1 .content .titulo .data h2::first-letter{
	font-size: 96px;
	line-height: 110px;
}
.bloco-6-1 .content .titulo p.tema{
	font-family: Helvetica;
	font-size: 24px;
	font-weight: 700;
	line-height: 27.6px;
	text-align: left;
	color: #FFF1C4;
}
.bloco-6-1 .bloco-6-colunas{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px
}
.bloco-6-1 .coluna .palestrantes .content-palestrantes{
	background-color: #fff;
	border: 1px solid #000;
	max-width: 219px;
	padding: 10px;
	display: flex;
	gap: 40px;
}
.bloco-6-1 .coluna .palestrantes .content-palestrantes p.horario{
	font-size: 12px;
}
.bloco-6-1 .coluna .palestrantes .content-palestrantes p.tema{
	font-size: 15px;
}
.bloco-6-1 .coluna .palestrantes img {
	max-width: 259px;
	width: 100%;
	border: 1px solid #000;
  	border-top: none;
}

@media only screen and (max-width: 575px) {
	.bloco-6-1 .content .titulo img{
		display: none;
	}
	.bloco-6-1 .content .titulo .data h2{
		font-size: 64px;
		line-height: 73.59px;
	}
	.bloco-6-1 .content .titulo .data h2::first-letter{
		font-size: 64px;
		line-height: 73.59px;
	}
	.bloco-6-1 .content .titulo .data{
		flex-direction: column;
	}
	.bloco-6-1 .content .titulo .data p{
		line-height: 38.4px;
	}
	.bloco-6-1 .content .titulo p.tema{
		font-size: 21px;
	}
	.bloco-6-1 .content .titulo{
		gap: 30px;
		display: block;
	}
	.bloco-6-1 .bloco-6-colunas{
		grid-template-columns: 1fr;
		justify-items: center;
	}
	.bloco-6-1 .coluna .palestrantes img {
		max-width: 259px!important;
    }
	.bloco-6-1 .coluna .palestrantes .content-palestrantes {
		width: 239px;
    	max-width: 359px;
	}	
}

.bloco-6-2{
	background: #F5DE7A;
	padding: 100px 0;
}
.bloco-6-2 .content .titulo{
  display: flex;
  justify-content: space-between;
  background: #84416E;
  align-items: center;
  padding: 10px 35px;
  border: 1px solid #000;
  margin-bottom: 70px;
}
.bloco-6-2 .content .titulo .data{
	display: flex;
}
.bloco-6-2 .content .titulo .data h2{
	font-family: Helvetica;
	font-size: 40px;
	font-weight: 400;
	line-height: 46px;
	text-align: center;
	color: #FFF1C4;
}
.bloco-6-2 .content .titulo .data p{
	font-family: Helvetica;
font-size: 16px;
font-weight: 400;
line-height: 58.4px;
text-align: left;
color: #FFF1C4;
}
.bloco-6-2 .content .titulo .data h2::first-letter{
	font-size: 96px;
	line-height: 110px;
}
.bloco-6-2 .content .titulo p.tema{
	font-family: Helvetica;
	font-size: 24px;
	font-weight: 700;
	line-height: 27.6px;
	text-align: left;
	color: #FFF1C4;
}
.bloco-6-2 .bloco-6-colunas{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px
}
.bloco-6-2 .coluna .palestrantes .content-palestrantes{
	background-color: #fff;
	border: 1px solid #000;
	max-width: 219px;
	padding: 10px;
	display: flex;
	gap: 40px;
}
.bloco-6-2 .coluna .palestrantes .content-palestrantes p.horario{
	font-size: 12px;
}
.bloco-6-2 .coluna .palestrantes .content-palestrantes p.tema{
	font-size: 15px;
}
.bloco-6-2 .coluna .palestrantes img{
	max-width: 201px;
	width: 100%;
	border: 1px solid #000;
  border-top: none;
}
@media only screen and (max-width: 575px){
	.bloco-6-2 .content .titulo img{
		display: none;
	}
	.bloco-6-2 .content .titulo .data h2{
		font-size: 64px;
		line-height: 73.59px;
	}
	.bloco-6-2 .content .titulo .data h2::first-letter{
		font-size: 64px;
		line-height: 73.59px;
	}
	.bloco-6-2 .content .titulo .data{
		flex-direction: column;
	}
	.bloco-6-2 .content .titulo .data p{
		line-height: 38.4px;
	}
	.bloco-6-2 .content .titulo p.tema{
		font-size: 21px;
	}
	.bloco-6-2 .content .titulo{
	gap: 30px;
		display: block;
	}
	.bloco-6-2 .bloco-6-colunas{
		grid-template-columns: 1fr;
		justify-items: center;
	}
	.bloco-6-2 .coluna .palestrantes img{
		max-width: 259px;
	}
	.bloco-6-2 .coluna .palestrantes .content-palestrantes{
		max-width: 239px;
	}
}

.bloco-6-3{
	background: #F5DE7A;
	padding: 100px 0;
}
.bloco-6-3 .content .titulo{
  display: flex;
  justify-content: space-between;
  background: #2F8843;
  align-items: center;
  padding: 10px 35px;
  border: 1px solid #000;
  margin-bottom: 70px;
}
.bloco-6-3 .content .titulo .data{
	display: flex;
}
.bloco-6-3 .content .titulo .data h2{
	font-family: Helvetica;
	font-size: 40px;
	font-weight: 400;
	line-height: 46px;
	text-align: center;
	color: #FFF1C4;
}
.bloco-6-3 .content .titulo .data p{
	font-family: Helvetica;
font-size: 16px;
font-weight: 400;
line-height: 58.4px;
text-align: left;
color: #FFF1C4;
}
.bloco-6-3 .content .titulo .data h2::first-letter{
	font-size: 96px;
	line-height: 110px;
}
.bloco-6-3 .content .titulo p.tema{
	font-family: Helvetica;
	font-size: 24px;
	font-weight: 700;
	line-height: 27.6px;
	text-align: left;
	color: #FFF1C4;
}
.bloco-6-3 .bloco-6-colunas{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px
}
.bloco-6-3 .coluna .palestrantes .content-palestrantes{
	background-color: #fff;
	border: 1px solid #000;
	max-width: 219px;
	padding: 10px;
	display: flex;
	gap: 40px;
}
.bloco-6-3 .coluna .palestrantes .content-palestrantes p.horario{
	font-size: 12px;
}
.bloco-6-3 .coluna .palestrantes .content-palestrantes p.tema{
	font-size: 15px;
}
.bloco-6-3 .coluna .palestrantes img{
	max-width: 201px;
	width: 100%;
	border: 1px solid #000;
  border-top: none;
}
@media only screen and (max-width: 575px){
	.bloco-6-3 .content .titulo img{
		display: none;
	}
	.bloco-6-3 .content .titulo .data h2{
		font-size: 64px;
		line-height: 73.59px;
	}
	.bloco-6-3 .content .titulo .data h2::first-letter{
		font-size: 64px;
		line-height: 73.59px;
	}
	.bloco-6-3 .content .titulo .data{
		flex-direction: column;
	}
	.bloco-6-3 .content .titulo .data p{
		line-height: 38.4px;
	}
	.bloco-6-3 .content .titulo p.tema{
		font-size: 21px;
	}
	.bloco-6-3 .content .titulo{
	gap: 30px;
		display: block;
	}
	.bloco-6-3 .bloco-6-colunas{
		grid-template-columns: 1fr;
		justify-items: center;
	}
	.bloco-6-3 .coluna .palestrantes img{
		max-width: 259px;
	}
	.bloco-6-3 .coluna .palestrantes .content-palestrantes{
		max-width: 239px;
	}
}
/* ===== BLOCO 7 (GRID como Figma) ===== */
.bloco-7{
  background: #F5DE7A;
}

.bloco-7 h1{
  font-size: 48px;
  font-weight: 400;
  line-height: 55.2px;
  text-align: left;
  margin-bottom: 100px;
}

/* GRID 3 colunas */
.lista-equipe{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 110px;    /* espaço vertical entre linhas (ajuste fino) */
  align-items: start;
}

/* cada membro vira card vertical */
.membro{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px; /* espaço entre foto e texto */
}

/* neutraliza a versão zig-zag */
.membro.reverse{
  justify-content: flex-start;
}

/* imagem (quadrada maior como no Figma) */
.foto-wrapper{
  width: 210px;
  height: 210px;
  flex-shrink: 0;
  margin-bottom: 0; /* remove o margin-bottom antigo */
}

.foto{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

/* borda azul do destaque */
.foto.destaque{
  border: 6px solid #1DA1F2;
  box-sizing: border-box;
}

/* texto ocupa a largura do card */
.info{
  max-width: 260px; /* ajuste fino p/ “coluna” do Figma */
}

.nome{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.funcao{
  font-size: 14px;
  line-height: 1.45;
  padding-bottom: 0; /* remove o padding que criava buraco */
}


@media (max-width: 575px){

    .bloco-7{
        padding: 70px 20px;
    }

    .bloco-7 .lista-equipe{
        display: flex;
        flex-direction: column;
        gap: 60px; /* espaço entre membros */
    }

	.bloco-7 h1 {
		font-size: 42px;
	}
	
	.nome {
    font-size: 16px;
    margin-bottom: 6px;
    margin-bottom: 10px;
}
	
    .bloco-7 .membro{
        flex-direction: column; /* empilha imagem e texto */
        align-items: flex-start;
        gap: 20px;
    }

    .bloco-7 .membro.reverse{
        flex-direction: column; /* remove alternância no mobile */
    }

    .bloco-7 .foto-wrapper img{
        width: 180px; /* reduz tamanho da imagem */
        height: auto;
    }

    .bloco-7 .info{
        width: 100%;
    }
	
	.bloco-7 .funcao {
		font-size: 16px;
	}

}
/* Desktop */
.imagem-bloco-8-mobile{
    display: none;
}
.bloco-8{
	padding-top: 80px;
		    border-top: 1px solid;
}
.bloco-8 .content img{
	max-width: 100%;
}

@media (max-width: 575px){
	
	.bloco-8 {
		padding: 20px 0;
	}
    .imagem-bloco-8{
        display: none;
    }

    .imagem-bloco-8-mobile{
        display: block;
        width: 100%;
        height: auto;
    }
	.bloco-cta .cta-content {
		width: 200px;
	}
}

.bloco-9{
	background: #000;
	padding: 100px 21px;
}
.bloco-9 .content{
	display: flex;
  justify-content: space-between;
}
.bloco-9 .content .rodape-info .realiza{
	display: flex;
	gap: 30px;
	align-items: baseline;
}
.bloco-9 .content .rodape-info .realiza p{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: 400;
	line-height: 13.8px;
	text-align: left;
	color: #fff;
}
.bloco-9 .content .rodape-info .classe-x{
	display: flex;
	gap: 30px;
	align-items: end;
}
.bloco-9 .content .rodape-info .infos{
	display: flex;
  flex-direction: column;
  padding-top: 25px;
  gap: 15px;
}
.bloco-9 .content .rodape-info .infos a{
	color: #fff;
}
.bloco-9 .content .rodape-info .redes-footer{
	display: flex;
    /* justify-content: space-evenly; */
    gap: 20px;
}
@media only screen and (max-width: 575px){
	.bloco-9 .content{
		flex-direction: column;
		gap: 50px;
	}
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.bloco-1-cdp{
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
}
.bloco-2-cdp{
	padding-top: 100px;
}
.bloco-2-cdp .content h1{
	font-size: 42px;
	font-weight: 400;
	line-height: 55.2px;
	text-align: left;
	padding-bottom: 40px;
}
.bloco-2-cdp .content .text{
	max-width: 480px;
	margin-right: 0;
	margin-left: auto;
}
.bloco-2-cdp .content .text p{
	font-size: 32px;
	font-weight: 400;
	line-height: 36.8px;
	text-align: left;
}
@media only screen and (max-width: 575px){
	.bloco-2-cdp .content .text p{
		font-size: 24px;
	}
}


.bloco-3-cdp{
	padding: 100px 0;
}
.bloco-3-cdp .content{
	display: flex;
	justify-content: center;
	gap: 60px;
}
.bloco-3-cdp .content .text{
	max-width: 218px;
}
.bloco-3-cdp .content img{
	max-width: 228px;
	display: none;
}
@media only screen and (max-width: 575px){
	.bloco-3-cdp .content{
		flex-direction: column-reverse;
	}
}
.bloco-4-cdp{
	height: 660px;
	background-size: contain;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 575px){
	.bloco-4-cdp{
		min-height: 975px;
    background-size: auto;
    background-position-x: center;
	}
}
.bloco-5-cdp .text{
	max-width: 142px;
  margin-right: 0;
  margin-left: auto;
  margin-top: -120px;
}

@media (max-width: 575px){

    /* ================= BLOCO 5 ================= */

    .bloco-5{
        padding: 80px 24px;
    }

    /*  CORREÇÃO PRINCIPAL — remove flex do container */
    .bloco-5 .container{
        display: block !important;
        width: 100%;
    }

    /* ================= TÍTULO ================= */

    .bloco-5 h1{
        width: 100%;
        display: block;
        text-align: center;
        font-size: 32px;
        margin: 0 0 60px 0;
    }

    /* ================= GRID (vira coluna) ================= */

    .bloco-5 .grid-programacao{
        display: flex;
        flex-direction: column;
        gap: 90px;
        width: 100%;
    }

    .bloco-5 .dia{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    /* ================= DATA ================= */

    .bloco-5 .data{
        display: flex;
        align-items: baseline;
        gap: 12px;
        margin-bottom: 20px;
    }

    .bloco-5 .data h2{
        font-size: 56px;
        line-height: 1;
    }

    .bloco-5 .data p{
        font-size: 14px;
    }

    /* ================= TEMA ================= */

    .bloco-5 .tema{
        margin-bottom: 40px;
    }

    .bloco-5 .tema p{
        display: inline-block;
        padding: 14px 18px;
        font-size: 16px;
    }

    /* ================= LISTA ================= */

    .bloco-5 .palestras{
        display: flex;
        flex-direction: column;
        gap: 18px;
        width: 100%;
    }

    .bloco-5 .palestra{
        display: flex;
        gap: 14px;
        align-items: flex-start;
    }

    .bloco-5 .horario{
        min-width: 55px;
        font-size: 12px;
        font-weight: bold;
        border: 1px solid #000;
        padding: 4px 6px;
        text-align: center;
    }

}

.bloco-6-cdp{
	padding-top: 180px;
	padding-bottom: 180px;
}
.bloco-6-cdp .content{
	text-align: center;
}
.bloco-6-cdp .content img{
	max-width: 100%;
	margin: 0 auto;
}
.logo-rodape img {
	width: 400px;
	    margin-left: -170px;

}

.bloco-9-cdp{
	background: #000;
	padding: 100px 0;
}
.bloco-9-cdp .content{
	display: flex;
  justify-content: space-between;
}
.bloco-9-cdp .content .rodape-info .realiza{
	display: flex;
	gap: 30px;
	align-items: baseline;
}
.bloco-9-cdp .content .rodape-info .realiza p{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: 400;
	line-height: 13.8px;
	text-align: left;
	color: #fff;
}
.bloco-9-cdp .content .rodape-info .classe-x{
	display: flex;
	gap: 30px;
	align-items: end;
}
.bloco-9-cdp .content .rodape-info .infos{
	display: flex;
  flex-direction: column;
  padding-top: 25px;
  gap: 15px;
}
.bloco-9-cdp .content .rodape-info .infos a{
	color: #fff;
}
.bloco-9-cdp .content .rodape-info .redes-footer{
	display: flex;
    /* justify-content: space-evenly; */
    gap: 20px;
}
@media only screen and (max-width: 575px){
	.bloco-9-cdp .content{
		flex-direction: column;
		gap: 50px;
	}
	.logo-rodape img {
		width: 100%;
	    margin: 0 auto;
	}
}
}