@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
  font-family: 'Inter';
  /* font-weight: 100; */
}

@media screen and (max-width:990px) {
	
div#navbarResponsive {
    background: #839805;
    margin-top: 6px;
}

div#navbarResponsive a {
    border-bottom: solid 1px #738602;
}

}

@media screen and (max-width:767px) {
	div.feira {
		background: #ffffff !important;
	}
  .newsletter {
    min-height: 140px;

  }

  .tituloNewsletter {
    font-size: 20px;
  }

  .descricaoNewsletter {
    font-size: 17px;
  }

  .inputTextNewsletter {
    max-width: 300px;
    font-size: 12px;
    padding: 8px;
  }

  .buttonNewsletter {
    max-width: 300px;
    font-size: 14px;
    padding: 8px;
  }
}

@media screen and (max-width:520px) {
	header.slide {
		height: 190px!important;
	}
	
	.diferenciais .lives, .diferenciais .expositores, .diferenciais .especialistas, .diferenciais .novidades {
		padding: 20px 0px 20px 60px !important;
		margin: 0px 20px !important;
		display: block;
	}
	
	div.expositores .titulo {
    	font-size: 11px !important;
	}
	
	div.expositores .texto {
		font-size: 9px !important;
	}
	
	div.diferenciais {
    font-size: 20px !important;
    line-height: 18px !important;
	}
	
	div.diferenciais .lives, div.diferenciais .expositores, div.diferenciais .especialistas, div.diferenciais .novidades {
    background-size: 40px !important;
	}
	
	img.logoInterna {
	margin-top: 30px;
	margin: 20px auto;
	width: 170px;
	display: block;
	}
	
	.slogan {
		display: none;
	}
	
	.tituloDuvida {
		margin-top: 40px;
	}
	
	.logosParceiros img {
		padding: 10px;
	}


}

/* Menu mobile */
@media screen and (max-width: 538px) {
    div#divImagemLogoMobile {
        padding-left: 0.5rem !important;
        height: 8px;
        display: block;
    }

    div#menuPrincipal {
        background: #0076FF;
        color: #EDF0F3;
        padding: 10px;
        border-radius: 20px;
        margin-top: 20px;
    }
}

@media screen and (max-width:480px) {
	header.slide {
    	height: 145px!important;
	}

}

@media screen and (min-width:521px) {
	body header.slide {
		padding: 19%;
	}
	
	
}

@media screen and (min-width:1100px) {
	body header.slide {
		padding: 12%;
	}
}


/* Geral */


body {
  background: #FFFFFF;
	/* font-family: 'Inter', sans-serif; */
  font-weight: normal; 
}

.paddingBody{
    padding-top: 50px;
}

div#divImagemLogoMobile{
    padding-left: 0.5rem!important;
    height: 8px;
    display: none
}



h2 {
  /* font-family: 'Inter', sans-serif; */
	font-weight: bold;
  font-size: 32px;
  color: #28322d;
  margin-bottom: 20px;
	
}

.subtitulo {
  /* font-family: 'Inter', sans-serif; */
	font-weight: bold;
  font-size: 12px;
  color: #28322d;
}

.bg-green {
  background-color: #ffffff;
}

.bg-dark-green {
  background-color: #263731;
}

.bg-grey {
  background-color: #e3e2da;
}

.bg-light-grey {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1A2025;
}

header.interna {
    /*background: url(https://coopamafenec.com.br/img/header-interna.png);*/
    background-size: cover;
    min-height: 160px;
}

.logoInterna {
	margin-top: 30px;
}

.slogan {
	margin-top: 45px;
}

.contato {
	margin-bottom: 80px;
}

.duvidasDescricao {
    font-size: 14px;
    background: #f9f8f0;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 2px 0px #e8e7db;
	color: #828175;
}

/*MENU*/
nav.bg-green {
  	/*background: url('/img/bg_menu.png') repeat-x;*/
    background-color: #EDF0F3;
  	height: auto;
  	padding: 0px;
}
.navbar-nav {
  align-items: center;
}

nav.navbar .navbar-nav a.nav-link {
  /* font-family: 'Inter', sans-serif; */
	font-weight: 400;
  /*text-transform: uppercase;*/
  font-size: 20px;
  color: #222222;
  height: 50px;
  padding: 8px 30px;
  display: flex;
  align-items: center;
  border-radius: 4px;
 
 transition: all .25s ease-in-out;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #111500;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #111500;
    text-shadow: 0 0px 15px #e0ff62;
    background: #0076FF;
}

button.navbar-toggler {
    background: #0076FF;
}



@media (min-width: 992px) and (max-width: 1199px) {
  nav.navbar .navbar-nav a.nav-link {
    padding: 8px 20px;
  }
}

/* Slide */
header.slide {
  /*background: url('/img/slide.jpg') no-repeat;*/
  /*padding: 11%;*/
  /*background-size: cover;*/
  /*background-position: center center;*/
}

/* Diferenciais */
div.diferenciais {
    min-height: 115px;
    color: #64686B;
    font-size: 25px;
    line-height: 30px;
    /* font-family: 'Inter', sans-serif; */
	  font-weight: 700;
    background-color: #EDF0F3;
}

div.diferenciais span {
    font-size: 18px;
    /* font-family: 'Inter', sans-serif; */
	  font-weight:normal;
    line-height: 21px;
    display: block;
}

div.diferenciais .expositores {
  background: url('/img/iconVariasPessoas.png') no-repeat left center;
  padding: 32px 0px 32px 80px;
  /* max-width: 250px; */
}

div.diferenciais .lives {
  background: url('/img/logoAzulCoopama.png') no-repeat left center;
  padding: 32px 0px 32px 60px;
  /* max-width: 200px; */
}

.lives a {
	color: #64686B !important;
	text-decoration: none;
}

div.diferenciais .especialistas {
  background: url('/img/iconConteudos.png') no-repeat left center;
  padding: 32px 0px 32px 65px;
}

div.diferenciais .novidades {
  background: url('/img/iconOportunidades.png') no-repeat left center;
  padding: 32px 0px 32px 85px;
}

.diferenciais div.lives, .diferenciais div.expositores, .diferenciais div.especialistas, .diferenciais div.novidades {
  /*padding: 32px 0px 32px 60px; feito o posicionamento individualmente devido a largura diferente entre os icones */
}

/* Feira de Negócios */
div.feira .container{
  /*background: url('/img/bg_feira.jpg') no-repeat center;*/
  /*background: url('/img/imgFabrica.png') no-repeat right;*/
  background-color: #EDF0F3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  padding: 10px;
}
div.feira .container{
  padding-left: 50px;
}
div.feira .container .row{
display: flex;
justify-items: center;
width: 100%;

}
div.feira img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: 20px 0;
}

div.feira h2 {
  /* font-family: 'Inter', sans-serif; */
	font-weight: bold;
  font-size: 32px;
  /*color: #fff;*/
  color: #0076FF;
}

div.feira h3 {
  /* font-family: 'Inter', sans-serif; */
  font-weight: 700;
  font-size: 18px;
  /*color: #fff;*/
  color: #64686B;
  line-height: 1.6;
  letter-spacing: 7px;
  margin-top: 35px;
}
div.feira p:first-child {
  /* font-family: 'Inter', sans-serif; */
	font-weight: bold;
}

div.feira p {

  font-family: 'Inter', sans-serif;
	font-weight: normal;
  font-size: 18px;
  line-height: 21.78px;
  /*color: #dbdad2;*/
  color: #64686B;

}

div.feira p.text-yellow {
  font-family: 'Inter', sans-serif;
	font-weight: 500;
  font-size: 28px;
  color: #222222;
  line-height: 33px;
	/*text-shadow: 0 0 12px #abd24e;*/
}


/* Expositores */
div.expositores {
  /*background: url('/img/bg_expositores.png') no-repeat top center #FFFFFF;*/
  background-size: cover;
}
div.expositores h2{
  color:#0076FF;
}

div.expositores .expositor .row {
  height: 80px;
  margin-bottom: 10px;
}

div.expositores .titulo {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  /* font-family: 'Inter', sans-serif; */
	font-weight: 700;
  font-size: 20px;
  /*text-transform: uppercase;*/
  background-color: #0076FF;
  color: #EDF0F3;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  line-height: 30.26px;
}

div.expositores .texto {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  /* font-family: 'Inter', sans-serif; */
	font-weight: 400;
  font-size: 17px;
  background-color: #EDF0F3;
  color: #64686B;
  display: flex;
  align-items: center;
  align-content: center;
  line-height: 20.57px;
}


div .expositores .fundoAtualizado2022 {
    background-color: #9AB84B;
}
div.agenda .row{
  width: 100%;
}
/* Agenda */
div.agenda h2{
  font-size: 47px;
  align-items: center;
}
div.agenda p{
  color: #64686B;
}
div.agenda .table{
  width: max-content;
  max-width: 760px;
}
div.agenda .table th.day {
  flex: 1;
  padding: 0.75rem;
  text-align: left;
  position: sticky;
  top: 0;
  z-index: 2;
}

div.agenda .nav-item{
  background-color: #0076FF;
  margin-top: 5px;
}

div.agenda .table th.day span {
  font-size: 32px;
}

div.agenda .table tbody {
  display: flex;
  margin-top: 15px;
  flex-direction: column;
  border-collapse: collapse;

}

div.agenda .table tbody tr {
  flex: 1;
}

div.agenda .table td {
  text-align: left;
  padding: 0.75rem;
  border: none;
  background-color: #EDF0F3;
}

div.agenda .table .thead-dark th {
  /* font-family: 'Inter', sans-serif; */
	font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
  color: #d8d7cf;
  background-color: #EDF0F3;
  text-align: left;
}


div.agenda .table .thead-dark th span {
  font-size: 32px;
}

div.agenda .table-striped tbody tr {
  background-color: #EDF0F3;
  border: none;
}

div.agenda .table-striped tbody tr:nth-of-type(odd) {
  background-color: #f2f3f3;
}

.agenda tr td {
    height: 35px;
}
/* Footer */
footer p {
  margin-top: 10px;
  /* font-family: 'Inter', sans-serif; */
  font-size: 15px;
  color: rgba(26, 32, 37, 0.6);
}

#Fenec{
  font-weight: 600;
}
#Departamento{
  font-weight: 400;
}
.nav-item.at {
	background: #363d4c !important;
}

.nav-item.at a:hover {
    background: #2a2f3c !important;
	text-shadow: none !important;
}

.nav-item.at button, .nav-item.at a.classAntecipeSeusNegocios {

    /* Classe sem o acrescimo de mais um item no menu, no caso a Cadastramento */
    /*background: #363d4c;
    color: white;
    border: none;
    padding: 15px 10px;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    display: block;*/

    background: #363d4c;
    color: white;
    border: none;
    padding: 7px 17px;
    font-size: 12px;
    /* font-family: 'Inter', sans-serif; */
    text-transform: uppercase;
    display: block;
    border-radius: 4px;
}

.nav-item.at a.classAntecipeSeusNegocios:hover{
    text-decoration: unset;
}

.logosParceiros {
	margin-left: 15px;
}

.logosParceiros img {
    margin-right: 4px;
    margin-bottom: 15px;
}

.col-md-7{
margin-bottom: 30px;
}

.subRodape {
    font-weight: bold;
}

.menuRodape a {
	color: #64686B !important;
	text-decoration: none !important;
  font-weight: 400;
  font-size: 17px;
  line-height: 45px;
}

.menuRodape a::before{
  /* content: " >"; */
  padding-right: 4px;
  color: #0076FF;
}

.sejaCooperado {
    background: #92BF1F;
    color: white !important;
    padding: 0px;
    display: block;
    max-width: 222px;
    height: 45px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 5px;
    margin-top: 30px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.textoCooperado {
	  color: #64686B;
    font-size: 17px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    margin-top: 0px;
    max-width: 543px;
}

ul.menuRodape {
	padding: 0 !important;
}

ul.menuRodape li {
	list-style: none;
	font-size: 13px;
	font-weight: bold;
}
footer .container{
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .container p{
  padding-left: 2px;
}

.newsletter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background: #005FCC;
  min-height: 165px;
  margin-bottom: 40px;
  color: #e3e2da;
}

@media (max-width: 768px){
    #newsletter-conteiner{
        margin-top: 13px;
        text-align: center;
    }
    .tituloNewsletter{
        text-align: center;
    }
}

.tituloNewsletter {
	font-size: 26px;
	font-weight: bold;
  /*text-align: left;*/
}

.descricaoNewsletter {
	font-size: 11px;
}

.inputTextNewsletter {
  box-shadow: inset 0 2px 0px #e0dfda;
	width: 100%;
  max-width: 272px;
  margin-top: 10px;
	border-radius: 4px;
	margin-top: 28px;
	padding: 15px;
	border: none;
}

.buttonNewsletter {
	background: #92BF1F;
	height: 56px;
  width: 100%;
	max-width: 272px;
	border: none;
	border-radius: 4px;
	margin-top: 28px;
	font-size: 25px;
	color: #EDF0F3;
	font-weight: bold;
	margin-bottom: 20px;
  cursor: pointer;
}

.tabsAgenda {
    background: #fff;
	    width: 100%;
}

div.alinhaTabs {
    background: #fff;
    width: 100%;
}

.infoAgenda {
    margin: 8px;
    font-size: 15px;
}
.agenda .tabsAgenda tr td{
    height: 35px;
    padding-top: 20px;
}

.horaAgenda {
  font-size: 30px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
}

td.horaAgenda b {
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
}

.tabsAgenda .nav-tabs {
    border-bottom: none;
    justify-content: space-between;
}

.tabsAgenda .nav-link {
    display: block;
    padding: 0.5rem 0.5rem!important;
}

.tabsAgenda .nav-item b {
    display: block;
    font-size: 35px;
}

.tabsAgenda a.nav-link {
    text-align: center;
    /* text-transform: uppercase; */
    color: white;
    border: 1px solid transparent; /* Adiciona uma borda transparente para manter o layout estável */
    transition: transform 0.3s ease; /* Adiciona transição suave para o efeito de escala */
}

.nav-link:hover {
  transform: scale(1.1); /* Aumenta a escala do link em 10% */
  border-color: blue; /* Muda a cor da borda quando o mouse está sobre o link */
}
.nav-item:hover {
  transform: scale(1.1); /* Aumenta a escala do link em 10% */
  border-color: blue; /* Muda a cor da borda quando o mouse está sobre o link */
}
.teste{
  transform: scale(1.1); /* Aumenta a escala do link em 10% */
  background-color: gray; /* Muda a cor da borda quando o mouse está sobre o link */
  color: #075124;
}
.infoAgenda:last-child {
    border-bottom: none;
    /* color:#64686B; */
}

.infoAgenda {
  color:#64686B;
}

.tabDesativada {
	color: #394c43 !important;
    cursor: none;
    pointer-events: none;
}

/* Login */

body.paginaLogin {
	background: url("../img/bg-login.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #f0efe8;
	padding-top: 0;
}

.logoFenecLogin {
	max-width: 451px;
	width: 100%;
	margin: 20px auto 0 auto;
}

div.areaLogin {
    width: 830px;
    min-height: 450px;
    margin: 0px auto 120px auto;
    border-radius: 8px;
    background: white;
    box-shadow: 0 0 30px #e0e0e0;
	min-height: 450px;
}

.tituloLogin {
    color: #178d45;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    font-style: oblique;
    font-weight: 500;
    letter-spacing: -1px;
    margin-top: 20px;
}

.subTituloLogin {
	color: #178d45;
    text-transform: uppercase;
	font-size: 13px;
    text-align: center;
	margin-bottom: 40px;
}

a.btnCooperado {
    padding-top: 60px;
}

a.btnVisitante {
    padding-top: 32px;
}

.btnCooperado, .btnVisitante {
    background: rgb(7,56,119);
    background: -webkit-linear-gradient(bottom, rgba(7,56,119,1) 0%, rgba(56,105,168,1) 100%);
    background: -o-linear-gradient(bottom, rgba(7,56,119,1) 0%, rgba(56,105,168,1) 100%);
    background: linear-gradient(to top, rgba(7,56,119,1) 0%, rgba(56,105,168,1) 100%);
    width: 200px;
    height: 200px;
    margin: 0 auto;
    box-shadow: 0 2px 0px #05172e;
    display: block;
    border-radius: 8px;
	transition: all .25s ease-in-out;
}

a.btnCooperado img, a.btnVisitante img {
    margin: 0px auto;
    display: block;
}

a.btnSelecionado {
	box-shadow: 0 -2px 0px #05172e;
}

a.btnNaoSelecionado {
	opacity: 0.3;
}

.btnContinuar {
    max-width: 430px;
    height: 60px;
    display: block;
    border-radius: 8px;
    margin: 20px auto;
    text-align: center;
    line-height: 54px;
    text-transform: uppercase;
    font-weight: bold;
    font-style: oblique;
    letter-spacing: -0.4px;
    font-size: 20px;
    width: 100%;
	transition: all .25s ease-in-out;
}

.btnContinuar.ativado {
    color: white;
	border: solid 3px #097f37;
	background: rgb(3,121,49);
	background: -webkit-linear-gradient(bottom, rgba(3,121,49,1) 0%, rgba(31,150,77,1) 100%);
	background: -o-linear-gradient(bottom, rgba(3,121,49,1) 0%, rgba(31,150,77,1) 100%);
	background: linear-gradient(to top, rgba(3,121,49,1) 0%, rgba(31,150,77,1) 100%);
	text-decoration: none !important;
	text-shadow: 0 1px 0 #075124;
}


.btnContinuar.desativado {
    color: gainsboro;
	border: solid 3px #ebebeb;
	background: rgb(238,238,238);
	background: -webkit-linear-gradient(bottom, rgba(238,238,238,1) 0%, rgba(248,248,248,1) 100%);
	background: -o-linear-gradient(bottom, rgba(238,238,238,1) 0%, rgba(248,248,248,1) 100%);
	background: linear-gradient(to top, rgba(238,238,238,1) 0%, rgba(248,248,248,1) 100%);
	pointer-events: none;
	text-shadow: 0 1px 0 #fff;
}

a.btnCooperado:hover, a.btnVisitante:hover, a.btnContinuar:hover {
    opacity: 0.9;
}

.widthLoginI {
    max-width: 460px;
    margin: 0 auto;
    width: 100%;
}

.inputTextLogin {
    box-shadow: inset 0 2px 0px #e0dfda;
    width: 100%;
    max-width: 430px;
    margin: 5px auto;
    border: none;
    background-color: #e9e8e2;
    height: 40px;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
}

.inputTextCadastro {
    box-shadow: inset 0 2px 0px #e0dfda;
    width: 100%;
    max-width: 430px;
    margin: 5px auto;
    border: none;
    background-color: #e9e8e2;
    height: 40px;
    padding: 15px;
    text-align: left;
    font-size: 14px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.linkVoltar {
    font-size: 12px;
    font-style: oblique;
    font-weight: bold;
    color: #1f964d;
    text-align: center;
    width: 140px;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
}

div.areaLogin.visitante {
	background: #178d45;
	min-height: auto;
	border-radius: 8px;
}

.visitante .tituloLogin {
    color: #ffffff; 
}

.visitante .tab-content {
    background: white;
    padding: 20px;
    border-radius: 0 0 8px 8px;
}

.visitante .nav-tabs {
    margin-top: 20px;
}

.visitante .nav-tabs .nav-item {
    width: 50%;
}

.areaLogin.visitante .nav-item:first-child a.nav-link {
    border-radius: 0 8px 0 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.areaLogin.visitante .nav-item:last-child a.nav-link {
	border-radius: 8px 0 0px 0px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.areaLogin.visitante .nav-item a.nav-link.active {
    border: solid 1px #fff;
    color: #178d45;
    font-weight: bold;
    font-style: oblique;
    font-size: 18px;
}

.visitante a.nav-link {
    color: white;
    font-weight: bold;
    font-style: oblique;
    height: 40px;
    background: darkgreen;
}

.labelRadio {
    margin-left: -20px;
    text-transform: uppercase;
    font-size: 15px;
    color: #868479;
}

.visitante .nav-tabs .nav-link:focus, .visitante .nav-tabs .nav-link:hover {
    border-color: #3dab68;
}

/* Fim Login */
