@import url('boot.css');
@import url('../plugins/bootstrap/css/bootstrap.min.css');
@import url('../font/font-awesome/css/all.min.css');

@import url('https://fonts.googleapis.com/css2?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=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');

:root {
	--branco: #FFFFFF;
	--amarelo: #F5C731;
	--amarelo-medio: #e8bd30;
	--amarelo-escuro: #b25f24;
	--preto-quente: #1e1906;
	--cinza-escuro: #31353d;
	--cinza-medio: #828275;
	--cinza-claro: #f0f0f0;
}

*{
    padding: 0px;
    margin: 0px;
}
html{
    font-size: 15px;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    position: relative;
    background: transparent;
}

:target {
    scroll-margin-top: 60px !important;
}

body{
    color: var(--preto-quente);
    font-family: "Montserrat", sans-serif;
    line-height: 1.6em;
    height: 100%;
    font-weight: 300 !important;
    z-index: 0;
    position: relative;
    background: #fff;
    font-size: 1.6rem;
}

@media(max-width: 500px){
    body{
        font-size: 1.4rem;
    }
}

a{
    color: var(--amarelo-escuro);
}
a:hover{
    color: #000;
    text-decoration: none;
}



/* MENU LATERAL */
body.menu-open{
    overflow: hidden;
}



h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
    margin: 0px;
    font-weight: 300;
    font-family: 'Sora', serif;
}

h1, .h1{
    font-size: 4.27rem;
}
h2, .h2{
    font-size: 2.4rem; /* title blocos*/
}
h3, .h3{
    font-size: 1.25rem;/* title empresas*/
}
h4, .h4{
    font-size: 1rem;;/* title oferts*/
}
h5, .h5{
    font-size: .87rem;/* title oferts*/
}

@media (max-width: 576px) {
    h1, .h1{
        font-size: 3rem;
    }
    h2, .h2{
        font-size: 1.8rem;
    }

}

.max-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.max-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.max-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*REMOVE AS MARGINS NO MOBILE*/
@media (max-width: 576px) {
    .mobile-no-margin {
        margin-right: -2rem !important;
        margin-left: -2rem !important;
        border-radius: 0px !important;
        border-left: 0px !important;
        border-right: 0px !important;
    }
}


header{
    background: var(--amarelo);
    padding-top: 15px;
    padding-bottom: 15px;
}

.marco-amarelo {float: left; font-size: 9px;}
.amarelo-renal {color: var(--amarelo)!important; }
.branco { color: #f0f0f0!important; }

.container{
    max-width: 768px;
    padding-left: 30px;
    padding-right: 30px;
} 

.bg-black{
    background: var(--preto-quente);
    color: #fff!important;
}

.bg-amarelo-medio{
    background: var(--amarelo-medio);
    color: var(--preto-quente);
}

.bg-amarelo{
    color: var(--preto-quente);
    background: var(--amarelo);
}

.bg-amarelo strong { color: var(--amarelo-escuro); }
.bg-amarelo h2 { color: var(--amarelo-escuro); }
.bg-amarelo h3 { color: var(--amarelo-escuro); }
.bg-amarelo h4 { color: var(--amarelo-escuro); }
.bg-amarelo a { color: var(--amarelo-escuro); text-decoration: underline;}
.bg-amarelo a:hover { color: var(--cinza-claro); }

.bg-cinza-medio { color: #f0f0f0!important; background: var(--cinza-medio)!important; }
.bg-cinza-medio h2 { color: var(--amarelo); }
.bg-cinza-medio strong { color: var(--amarelo); }
.bg-cinza-medio a { color: var(--amarelo); text-decoration: underline;}
.bg-cinza-medio a:hover { color: var(--cinza-escuro); }

.bg-branco { color: var(--preto-quente); background-color: var(--branco)!important; }
.bg-branco strong { color: var(--amarelo); }
.bg-branco h2 { color: var(--amarelo); }

.section{
    padding-top: 60px;
    padding-bottom: 60px;
}

p strong{
    font-weight: 600;
}

.section-destaque{
    padding-top: 110px;
    padding-bottom: 60px;
	background-image: url(/2026/assets/img/logo-fundo-2.webp);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: top;
}


@media (max-width: 500px) {

	.section-destaque{
    padding-top: 90px;
    padding-bottom: 60px;
	background-image: none!important;
}
}

.section-destaque .data-evento{
    font-weight: 600;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 2.6rem;
    letter-spacing: 0px;
}

.section-destaque h1{
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 8px;
}
.section-destaque h2{
    font-size: 2.0rem;
    letter-spacing: -1px;
    font-weight: 200 !important;
}


.section-destaque .texto-destaque p{
    font-size: 1.4rem;
    color: #f0f0f0;
    font-weight: 600;
}

.container-convite {
    position: relative;
    display: inline-block; /* Faz o container abraçar o texto */
    padding: 0 40px;       /* Espaço para os colchetes não colarem no texto */
    text-align: center;
    font-family: Sora, sans-serif; /* Use a sua fonte aqui */
	font-size: 1.4rem;
    
	line-height: 1.4em;
}

/* Estilo comum para ambos os colchetes */
.container-convite::before,
.container-convite::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 10;
    width: 20px;          /* Largura da "perninha" do colchete */
    border: 8px solid #f0f0f0; /* Cor e espessura */
}

/* Colchete da Esquerda [ */
.container-convite::before {
    left: 0;
    border-right: none;    /* Remove o lado direito para formar o [ */
}

/* Colchete da Direita ] */
.container-convite::after {
    right: 0;
    border-left: none;     /* Remove o lado esquerdo para formar o ] */
}

@media (max-width: 500px) {

.section-destaque h1{
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 8px;
}
.section-destaque h2{
    font-size: 1.1rem;
    letter-spacing: -1px;
    font-weight: 200 !important;
}
	
.section-destaque .texto-destaque p {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.6rem;
}
	
}

.btn-inscricao{
    border-radius: 50px;
    background:var(--amarelo);
    color: var(--preto-quente);
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.2em;
    padding: 15px 50px;
}
.btn-inscricao:hover{
    color: #fff;
    background: #ffcf33;
}
.btn-inscricao strong{
    font-weight: 600;
}

.btn-secondary { background-color: var(--amarelo-escuro)!important; border-color: var(--amarelo-escuro)!important; }
.btn-secondary:hover { background-color: var(--cinza-claro)!important; border-color: var(--cinza-claro)!important; color: var(--amarelo-escuro)!important; }


@media (max-width: 500px) {
    .btn-inscricao{
        font-size: 1.2rem;
        line-height: 1.4em;
        padding: 15px 30px;
    }
    .section-destaque .data-evento{
        font-size: 1.6rem;
		padding-top: 15px;
    	padding-bottom: 15px;
    }
}

.section-time h2{
    font-size: 3.58rem;
    font-weight: 200 !important;
}
@media (max-width: 500px) {
    .section-time h2 {
        font-size: 2.9rem;
        letter-spacing: -2px;
    }
}



.card-palestrante{
    position: relative;
    background-color: transparent !important;
    border-radius: 0px;
    border: none !important;
    text-center: center;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.card-palestrante .img-fluid{
    max-width: 180px;
}
.card-palestrante h3{
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 4px;
}
.card-palestrante p{
    font-size: 1.3rem;
    line-height: 1.2em;
}
@media (max-width: 500px) {
    .card-palestrante h3{
        font-size: 1.6rem;
        margin-bottom: 8px;
    }
     .card-palestrante p{
        font-size: 1rem;
    }
}

.section-programacao h2{
    font-size: 4.27rem;
    font-weight: 200 !important;
    display: block;
}
.section-programacao .subtitulo{
    font-size: 2.3rem;
    font-weight: 100 !important;
}
@media (max-width: 500px) {
    .section-programacao h2 {
        font-size: 3.8rem;
        letter-spacing: -2px;
    }
    .section-programacao .subtitulo{
        font-size: 1.9rem;
    }
}


.card-programacao{
    background: #262626;
    border: 0px;
    border-radius: 20px;
    position: relative;
}
.card-programacao .icon{
    position: absolute;
    right: 15px;
    top: 30px;
    font-size: 2.5rem;
}
.card-programacao .card-body{
    padding: 30px;
}
.card-programacao .row{
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.4em;
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: top;
}
.card-programacao .info-break{
    font-weight: 200;
}
.card-programacao .info strong{
    font-weight: 600;
}

.section-confirmacao h2{
    font-size: 3.0rem;
    font-weight: 200 !important;
    display: block;
}
@media (max-width: 500px) {
    .section-confirmacao h2 {
        font-size: 3.8rem;
        letter-spacing: -2px;
    }
}

.formulario{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.form-group label{
    font-size: 1rem;
}
.form-control{
    font-size: 1rem;
    height: auto !important;
    line-height: 37px;
    border-radius: 12px;
}

footer{
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.2rem;
}

/*MENU*/
/* Overlay */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1040; /* um nível abaixo do menu */
}

/* Menu lateral */
#sidebar {
  position: fixed;
  top: 0;
  right: -300px; /* escondido inicialmente */
  width: 300px;
  max-width: 100%;
  height: 100%;
  background: var(--cinza-medio);
    color: var(--cinza-claro);
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
  z-index: 1050; /* acima do overlay */
  transition: right 0.3s ease;
  overflow-y: auto;
}

/* Quando o menu estiver ativo */
#sidebar.active {
  right: 0;
}

/* Cabeçalho do menu */
#sidebar .sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 0px;
}

/* Links do menu */
#sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#sidebar ul li a {
  display: block;
  padding: 12px 20px;
  color: #fff;
  text-decoration: none;
}

#sidebar ul li a:hover {
  background: var(--amarelo);
    color: var(--cinza-escuro);
}
/*MENU*/


.modal .close{
    font-size: 3.5rem;
    color: #fff;
}
.modal-body,
.modal-footer,
.modal-header{
    padding-left: 30px;
    padding-right: 30px;
    border: 0px !important;
}
.modal-body p{
    font-size: 1.07rem !important;
    line-height: 1.4em !important;
    font-weight: 400 !important;
}
.modal-body li{
    font-size: 1.07rem !important;
    line-height: 1.4em !important;
    font-weight: 400 !important;
	margin-left: 25px;
}

.modal-content{
    background: var(--amarelo);
    color: var(--preto-quente);
}
.modal-body strong { color: var(--amarelo-escuro); }

.modal-header h3{
    font-size: 1.6rem;
	color: var(--amarelo-escuro);
    font-weight: 600;
}
.modal-header small{
    font-size: 0.9rem;
    display: block;
    line-height: 1.3em;
	
}

.video-container video {
    width: auto;  /* Video takes the full width of its container */
    height: 600px; /* Height adjusts automatically to maintain aspect ratio */
}

@media (max-width: 500px) {
    .modal-body p{
        font-size: 1rem !important;
    }
	.modal-body li{
        font-size: 1rem !important;
    }
.video-container video {
    width: 100%;  /* Video takes the full width of its container */
    height: auto; /* Height adjusts automatically to maintain aspect ratio */
}
}


.bandeiras{
    position: relative;
    margin-top: -150px;
}
@media (max-width: 500px) {

    .bandeiras{
        margin-top: -10px;
        text-align: center;
    }
    .bandeiras img{
        max-width: 100px;
    }
}


.modal-backdrop.show {
    opacity: .9;
}

.texto-azul{
    color: #19617F;
}

.page-title h2{
    font-size: 3rem;
    font-weight: 200;
    letter-spacing: -2px;
}

@media(max-width: 500px){
    .page-title h2{
        font-size: 1.9rem;
    }
}


.evento-item{
    background: url(../img/dashed2.png) repeat-x top center;
    margin-bottom: 30px;
    display: flex;
    align-items: top;
    padding-top: 15px;
}
.evento-item .num{
    color: var(--amarelo);
    font-size: 6.0rem;
    font-weight: 600;
    line-height: 0.8em;
    width: 120px;
	height: 120px;
	border-radius: 50%;
	border-color: var(--amarelo);
	border-style: solid;
	border-width: 4px;
	display: flex;
  	justify-content: center;
  	align-items: center;
	margin-right: 10px;
	}
.evento-item .texto{
    width: calc(100% - 120px);
}

@media(max-width: 500px){
    .evento-item .num{
        font-size: 3rem;
        width: 70px;
		height: 70px;
		border-radius: 50%;
		border-color: var(--amarelo);
		border-style: solid;
		border-width: 3px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 7px;
    }
    .evento-item .texto{
        width: calc(100% - 70px);
    }
    .evento-item .texto p{
        font-size: 1.2rem;
        line-height: 1.4em;
    }
}


/*SLIDER*/
.programacao-evento {
    margin-top: 40px;

}
.programacao-evento h3{
    font-size:  2rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
}
/*
.programacao-evento .slick-prev{
    left: 7px !important;
}
.programacao-evento .slick-next{
    right: 7px !important;
}*/


.programacao-evento .slick-prev, .programacao-evento .slick-next{
    top: 10px !important;
}
.programacao-evento  .slick-prev:before,
.programacao-evento .slick-next:before{
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 2.5rem;
}
.programacao-evento .slick-next:before{
    content: "\f054" !important;
}
.programacao-evento .slick-prev:before{
    content: "\f053" !important;
}

.programacao-evento .event1{
    display: flex;
    margin-top: 20px;
    padding-bottom: 30px;
}
.programacao-evento .event1 .img{
    width: 60px;
    padding-top: 0px;
}
.programacao-evento .event1 .texto{
    width: calc(100% - 60px);
    line-height: 1.4em;
    font-size: 1.07rem;
}
.programacao-evento .event1 .texto a{
    font-size: 0.9rem;
    font-weight: 500;
}
.programacao-evento .event1 .texto a:hover{
    color: #fff;
}
.programacao-evento .event1 .texto h4{
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 4px;
}
.programacao-evento .event1 .texto h5{
    font-weight: 300;
    font-size: 1.4rem;
    margin-bottom: 4px;
}
.programacao-evento .slick-slide{
    height: auto !important;
}

@media(max-width: 500px){
    .programacao-evento .event1 .texto h4{
        font-weight: 600;
        font-size: 1.4rem;
        margin-bottom: 4px;
    }
    .programacao-evento .event1 .texto h5{
        font-weight: 300;
        font-size: 1.2rem;
        margin-bottom: 4px;
    }
    .programacao-evento .event1 .texto{
        font-size: 1rem;
    }
}
/*SLIDER*/


.texto-destaque-evento{
    color: var(--amarelo);
    margin-left: 30px;
    padding-left: 20px;
    border-left: 4px solid var(--amarelo);
}
.texto-destaque-evento p{
    margin-bottom: 0px;
    font-size: 1.1rem;
    line-height: 1.6em;
    font-weight: 600;
}


.section-idexx{
    position: relative;
    color: #fff;
}
.section-idexx:after{
    position: absolute;
    content: '';
    z-index: -1;
    width: 60%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--preto-quente);
}
.section-idexx:before{
    background: url(../img/idexx-fundo.webp) no-repeat center center;
    background-size: cover;
    position: absolute;
    content: '';
    z-index: -2;
    width: 40%;
    height: 100%;
    top: 0;
    right: 0;
}
.section-idexx .page-title h2 {
    font-size: 3rem;
	color: var(--amarelo);
}

.section-idexx  .desc{
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 1.6rem;
}
.section-idexx p{
    font-size: 1.2rem;
    line-height: 1.5em;
}

@media(max-width: 500px){
    .section-idexx .page-title h2{
        font-size: 2.5rem;
    }
    .section-idexx:before{
        width: 100% !important;
    }
    .section-idexx:after{
        width: 100% !important;
        opacity: 0.8;
    }
}


.bootstrap-select {
    max-width: 200px !important;
}
.bootstrap-select>.dropdown-toggle{
    font-size: 1.2rem;
    height: auto !important;
    line-height: 37px;
    border-radius: 12px;
    background: #fff !important;
    border: 1px solid #ced4da;
}