/*
Theme Name: NucleoDeNegociosWEB
Text Domain: NucleoDeNegociosWEB
Version: 1.0
Description: talk to us
Author: the NucleoDeNegociosWEB team
Author URI: https://NucleoDeNegociosWEB.com.br/
Theme URI: https://NucleoDeNegociosWEB.com.br
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

/* - - - - - - - - - - - - - - - - - - - - - - - [ LAYOUT ]*/
:root {
	--cor: #9e0621;
	--cor-dark: #5a0414;
	--cor-cinza: #4a4a48;
	--cor-cinzatitulo: #ababa4;
	--cor-cinzaclaro: #f7f7f7;
	--cor-branca: #fff;
	--cor-sombra: #e7e2e3;

	--fonte: 'Inter', sans-serif;
	--fonteP: 'Quicksand', sans-serif;
  }

body{
	color: var(--cor-cinza);
	background: var(--cor-branca);
	font-family: var(--fonteP);
}
h1{font-size:2rem}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: var(--fonte);
	letter-spacing: -1px;
}
p{
	font-family: var(--fonteP);
}
a{
	color: var(--cor);
}
a:hover{
	color: var(--cor);
	text-decoration: none;
}
.btn-custom{
	background-color: var(--cor);
	border-color: var(--cor);
	color: var(--cor-branca);
}
.btn-custom:hover,
.btn-custom:active,
.btn-custom:focus{
	background-color: var(--cor);
	border-color: var(--cor);
	box-shadow: 0 0 10px var(--cor);
	color: var(--cor-branca);
}

.btn-outline-custom {
	border: 1px solid var(--cor);
	color: var(--cor);
}
.btn-outline-custom:hover,
.btn-outline-custom:active,
.btn-outline-custom:focus{
	border: 1px solid var(--cor);
	color: var(--cor);
	background-color: var(--cor-cinzaclaro);
}
.btn-link{
	color: var(--cor);
}
.btn-link:hover,
.btn-link:active,
.btn-link:focus{
	color: var(--cor);
}




/* - - - - - - - - - - - - - - - - - - - - - - - [ HEADER + NAV ]*/
header{margin-top:30px;}
.navbar{margin:30px 0 10px;}
.topAcessos{
	color: var(--cor-cinza);
	line-height: 26px;
	justify-content: flex-end!important;
}
@media (max-width : 770px) {
	.topAcessos{
		justify-content: center!important;
		margin-top: 30px;
	}
}
.topAcessos div:nth-child(1){border-right:1px solid var(--cor-cinzaclaro); padding-right: 10px;}
.topAcessos div:nth-child(2){padding-left: 10px;}
.topAcessos .pequeno{font-size:14px;}
.topAcessos .grande{font-size:32px;letter-spacing: -1px;}

#menu-principal{width:100%;}
#searchform{ width: 90%; margin:0 auto;}
@media (min-width : 770px) {
	#menu-principal{width:87%;}
	/*#menu-principal .menu-item{width: calc(100% / 6);}*/
	#menu-principal .menu-item:nth-child(1){width:14%;}
	#menu-principal .menu-item:nth-child(2){width:19%;}
	#menu-principal .menu-item:nth-child(3){width:19%;}
	#menu-principal .menu-item:nth-child(4){width:14%;}
	#menu-principal .menu-item:nth-child(5){width:22%;}
	#menu-principal .menu-item:nth-child(6){width:12%;}	
	header #searchform{ width: 12%;}
}

#menu-principal .menu-item ul .menu-item{width:100%;}
#menu-principal .menu-item > .nav-link{display: block; text-align: center; border-radius: 10px; border:1px solid var(--cor-branca); font-weight: 500;}
#menu-principal .menu-item .nav-link:hover, #menu-principal .menu-item .nav-link.active{border:1px solid var(--cor);}
#menu-principal .dropdown-item{
	border:1px solid var(--cor-branca);	
}
#menu-principal .dropdown-item:hover, #menu-principal .dropdown-item.active{
	border:1px solid var(--cor);
	border-left: none;
	border-right: none;
	background: var(--cor-branca);
	color: var(--cor-cinza);
}
#searchform input{padding:2px 5px;}
#searchform input::placeholder{font-size:13px; font-style: italic;}
/* - - - - - - - - - - - - - - - - - - - - - - - [ BANNER + HOME ]*/
#banner{
	background: var(--cor);
	position: relative;
}

#bannersombra{
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
}

@media (max-width : 770px) {
	.c-img{
		object-fit: cover;
		max-width: 100%;
		object-position: center;
	}
}


.wpcf7-spinner{
	display: block!important;
}
/* - - - - - - - - - - - - - - - - - - - - - - - [ INTERNAS ]*/
.titulopagina,
.titulosecao{
	text-transform: uppercase;
	color: var(--cor-cinzatitulo);
    letter-spacing: -1px;
}
.sombrabox{
	box-shadow: 0 0px 20px var(--cor-sombra);
}
#noticias a{
	text-decoration: none;
	display: block;
}
#noticias h3 a,
#noticias h5 a{
	color: var(--cor-cinza);
}
.data{color: var(--cor);}
#noticias a:hover{color: var(--cor); text-decoration: underline;}
#noticias .noticiaDestaque .imagem{
	overflow: hidden;
	max-height: 250px;
}
#noticias .noticiaDestaque .imagem img{width: 100%;}
#noticias .btn-custom,#noticias .btn-custom:hover{color: var(--cor-branca);}
	@media (max-width : 770px) {
		#noticias .noticiaListagem{margin-top:30px;}
	}
#newsletter .frame{
	background-color: var(--cor);
	border-radius: 15px;
	color: var(--cor-branca);
	padding: 30px;
}
#newsletter .btn-custom{
	background-color: var(--cor-branca);
	color: var(--cor);
}
#newsletter .btn-custom:hover{
	background-color: var(--cor);
	color: var(--cor-branca);
}
#blog .aniversariantes{
	z-index: 1;
	background-color: var(--cor-branca);
}
#blog .aniversariantes ul{
	list-style-type: none;
	padding-left: 10px;
}
#blog .aniversariantes ul li{
	margin-bottom: 10px;
}
#blog .aniversariantes big{
	font-size:30px;
	margin-right: 10px;
}
#blog .eventos .frame{
	background-color: var(--cor-cinzaclaro);
	border-radius: 15px;
	padding: 0 20px;
}
@media (min-width : 770px) {
	#blog .eventos{margin-left: -100px;}
	#blog .eventos .frame{
		padding: 0 50px 0 130px;
	}
}
#blog .eventos .frame .titulopagina{
	text-align: center;
	background-image: radial-gradient(
		circle at top,
		#e6e0e2 0%,
		transparent 50%
	);
	padding: 40px 0 30px;
}
#blog .eventos .frame a{
	text-decoration: none;
}
#blog .eventos .frame .titulo{
	text-align: center;
}
#blog .eventos .frame .titulo a{
	color: var(--cor-cinza);
	display: block;
	font-size:18px;
}
#blog .eventos .frame .titulo a:hover{
	color: var(--cor);
	text-decoration: underline;
}
#blog .eventos .frame .imagem a{
	border-radius: 10px;
	height:100px;
	width: 100%;
	display:block;
	overflow:hidden;
	text-indent:-999px;
	/*background:no site*/
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#blog .eventos .frame .vertodos{
	text-align: center;
	background-image: radial-gradient(
		circle at bottom,
		#e6e0e2 0%,
		transparent 50%
	);
	padding: 40px 0 30px;
}
#blog .eventos .frame .vertodos a{display: block;}
#blog .vertodos a{font-size:14px;}
#blog .vertodos a:hover{text-decoration: underline;}
#fotos h5 a{
	color: var(--cor-cinza);
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 10px;
}
#fotos h5 a:hover{
	color: var(--cor);
	text-decoration: underline;
}
#fotos .vertodos{text-align: center;}
#fotos .vertodos a{
	text-decoration: none;
	display: block;
	padding-top:10px
}
#fotos .vertodos a:hover{text-decoration: underline;}

#sidebar .widget:nth-child(1){
	margin-top: 30px;
	margin-bottom: 30px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - [ CONVENIOS ]*/
#convenios .frame{
	background: var(--cor-branca);
	margin-bottom:-30px ;
}
#convenios .carousel-item .imgconvenio{
	margin:50px;
	display: block;
}
#convenios .carousel-control-prev,
#convenios .carousel-control-next{
	height: 50px;
	width: 50px;
	background-size: 100%, 100%;
    border-radius: 50%;
	top:35%
}
#convenios .carousel-control-prev-icon { 
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%239e0621'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); 
	width: 30px;
	height: 48px;
}
#convenios .carousel-control-next-icon { 
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%239e0621'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	width: 30px;
	height: 48px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - [ FOOTER ]*/
footer{
	background: var(--cor);
	padding-top: 90px;
	color: var(--cor-branca);
	text-align: justify;
	font-size:90%;
}
footer a{color: var(--cor-branca);text-decoration: none;}
footer a:hover{color: var(--cor-branca); text-decoration: underline;}
footer .btn-custom{background-color: var(--cor-branca); color: var(--cor);}
footer .btn-custom:hover{background-color: var(--cor); color: var(--cor-branca);}
footer .menu{ margin-top: 30px;}
footer .menu ul{ padding-left:30px; }
footer .menu li ul{ list-style: none;}
footer .menu a{ display: block; padding-bottom:2px;}

footer .acessos{margin-top: 30px;}

#assinatura{
	background: var(--cor-branca);
	color: var(--cor-cinza);
	font-size:14px;
	padding:15px;
	margin-top: 60px;
	line-height: 14px;
	font-size:12px;
}
#assinatura a{color: var(--cor-cinzatituloor);}
#assinatura a:hover{color: var(--cor);}



/* - - - - - - - - - - - - - - - - - - - - - - - [ padroes gerais ]*/
/* se tornaram padroes gerais */
.branco{
	background:#fff;
	box-shadow: 0 0px 20px var(--cor-sombra);
	border-radius:10px;
}
.branco h4 a{color: var(--cor-cinza); text-decoration: none;}
.branco h4 a:hover{color: var(--cor); text-decoration: underline;}
.branco .imagem a{
	height:85px;
	display:block;
	overflow:hidden;
	text-indent:-999px;
	/*background:no site*/
}
/* fim padroes gerais */


