/*
	Theme Name: Banda Lira São Carlos
	Theme URI: https://excellencemkt.com.br/
	Author: Excellence Assessoria e Consultoria
	Author URI: https://excellencemkt.com.br/
	Description: Tema desenvolvido para Mob Empreendimentos
	Version: 1.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
	Text Domain: twentysixteen

	This theme, like WordPress, is licensed under the GPL.
	Use it to make something cool, have fun, and share what you've learned with others.
*/
:root{
	--corPadrao: #1435A3;
	--corCinza : #E4E5E9;
}

.pb-1{
	margin-bottom: 1%;
}
.pb-2{
	margin-bottom: 2%;
}
.pb-3{
	margin-bottom: 3%;
}
.pb-4{
	margin-bottom: 4%;
}
.pb-5{
	margin-bottom: 5%;
}

.corPadrao{
	background: var(--corPadrao);
}
  
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body{
	margin: 0;
	padding: 0;
}
.txt-banda a{
	color: var(--corPadrao)
}
#faixa-topo{
	display   : block;
	background: #6EBDDE;
	width     : 100%;
	min-height: 10px;
	color     : #fff;
}
.contato-topo{
	text-align: right;
	background: url('img/icon-tel.png') no-repeat left;
	line-height: 10px;
}
.contato-topo a, .contato-topo a:hover{
	color: #fff;
}
.contato-topo a:hover{
	text-decoration: underline;
}

.linha-menu{
	background: var(--corPadrao);
}
.linha-menu li{
	text-align: center;
}
.menu-principal{
	width: 100%;
	line-height: 50px;
}
.navbar-nav{
	margin: 0 0 0 22%;
	padding: 0;
	text-align: right;
	width: 100%;
}
.navbar-nav li{
	margin-left: 4.5%;
}
.navbar-nav li a{
	color: #fff;
	font-size: 18px;
}
.navbar-nav li a:hover{
	color: var(--corCinza);
}

.navbar-toggler{
	margin-top: 2%;
}
.fixar {
	position: fixed;
	width   : 100%;
	z-index : 50;
	box-shadow: #000 1px 0px 10px;
	margin-top: 0px !important;
	background: var(--corPadrao);
}

@media screen and (max-width:1280px){
	.navbar-nav{
		margin-left: 12%;
	}
}

@media screen and (max-width:1024px){
	.menu-principal{
		text-align: left;
	}
}

@media screen and (max-width:600px){
	.ocultar-div{
		display: none;
	}
	.logo{
		text-align: center;
	}
	.logo img{
		width	   : 25%;
	}
	.navbar-nav{
		width     : 100%;
		color     : #fff;
	}		
	.navbar-nav li{
		color     : #fff;
		width: 100%;
		text-align: left;
		border-bottom: solid 1px var(--corPadrao);
	}		
}

@media screen and (max-width:600px){
	.redes-topo{
		text-align: center;
	}
	.contato-topo{
		text-align: center;
		background: none;
	}
}

/**************************** INDEX ************************************/
.card-principal{
	text-align: center;
	margin: 7% 0 0 6.7%;
	border: solid 1px #000;
	border-radius: 5%;
	height: 200px;
}
.card-principal img{
	width : 80%;
	margin: 10% 10% 0 10%;
	height: 100px;
	border-radius: 7%;
}

.card-title{
	margin: 10%;
}
.card-text{
	font-size: 14px;
	margin: 5%;
	float: left;
	background: #000;
}
#apoio{
	background: var(--corCinza);
}

@media screen and (max-width:800px){
	.card-principal{
		margin-left: 30%;
	}
}
@media screen and (max-width:720px){
	.card-principal{
		margin-left: 26%;
	}
}
@media screen and (max-width:640px){
	.card-principal{
		margin-left: 25%;
	}
}
@media screen and (max-width:480px){
	.card-principal{
		margin-left: 20%;
	}
}
@media screen and (max-width:360px){
	.card-principal{
		margin-left: 10%;
	}
}

/*************************** PROJETOS ************************************/
.projetos{
	margin: 5% 0;
}
.txt-titulo{
	color: #999;
}
.projetos img{
	margin: -10px;
	width : 114%;
	height: 200px;
}

.image{
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}
  
.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
  
#projeto .image:hover {
	opacity: 0.3;
}
  
#projeto:hover .middle {
	opacity: 1;
}
  
.text {
	color: 333;
	font-weight: bold;
	font-size: 16px;
}

@media screen and (max-width:800px){
	.projetos img{
		width : 100%;
	}
}

/*************************** CONTATO INICIAL ******************************/
#contato1{
	width: 49.5%;
	float: left;
}

#contato2{
	width: 49.5%;
	float: right;
}
#contato1 input, #contato2 input{
	border: 0;
	color : #000;
	border-bottom: 2px solid var(--corPadrao);
	margin-top: 10%;
	height: 40px;
	width: 100%;
}
#contato2 textarea{
	border: 0;
	resize: none;
	height: 118px;
	width: 99%;
	margin-top: 13%;
	border-bottom: 2px solid var(--corPadrao);
}
#contato1 ::-webkit-input-placeholder, #contato2 ::-webkit-input-placeholder {
	color: var(--corPadrao);
}

#btEnviar{
	width: 100%;
	text-align: center;
	margin-bottom: 3%;
	margin-left: 40px;
	float: left;
}

@media screen and (max-width:800px){
	#contato1{
		width: 100%;
	}
	#contato2{
		width: 100%;
	}
	#contato1 input, #contato2 input{
		width: 100%;
	}
	#contato2 textarea{
		width: 100%;
	}
}

/*************************** PARCEIROS ***********************************/
.parceiros ul{
	margin : 0;
	padding: 0;
}
.parceiros ul li{
	display: inline;
	margin-left: 3.5%;
}
.parceiros img{
	width : 100%;
}
@media screen and (max-width:800px){
}

/*************************** RODAPE ************************************/
.rodape{
	background: var(--corCinza);
	width: 100%;
}
#redes img{
	width: 50px;
	height: 50px;
	margin-left: 3%;
}

#menu-rodape li{
	width: 100%;
}
#menu-rodape a{
	text-align: center;
	margin: 0;
	padding: 0;
	color: var(--corPadrao);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

/*************************** PAGE ************************************/
.conteudoPg a{
	color: #0000ff;
}
#img-paginas{
	width : 100%;
	height: 350px;
}
#img-paginas img{
	width : 100%;
	height: 350px;
}
.titulos{
	font-size  : 30px;
	font-weight: bold;
	font-style : italic;
	color      : var(--corPadrao);
}
hr{
	background : #00AFEF;
}

/********************************** SIDEBAR ***************************************/
.sidebar{
	margin-top: 4%;
	text-align: left;
  }
  .sidebar ul{
	margin: 0;
	padding:0;
  }
  .sidebar ul li{
	text-transform: uppercase;
	list-style: none;
	border-bottom: solid 1px #00AFEF;
	padding: 10px 0;
  }
  .sidebar img{
	margin-right: 3%;
  }
  .sidebar ul li a{
	color: #000;
  }
  .sidebar ul li a:hover{
	color: #00AFEF;
	text-decoration: none;
  }

/********************************** A MOB ***************************************/
.amob-parceiros{
	background-color: #fff;
}
.amob-parceiros img{
	width: 50%;
	margin-left: 5%;
}

/********************************** OBRAS *****************************************/
.obra{
	margin-bottom: 5%;
	width: 400px;
}
.obra img{
	width : 100%;
	height: 250px;
}
.obra:hover{
	opacity: 1;
}


/********************************** PÁGINA CONTATO *****************************************/
.pagina-contato #contato1 input, .pagina-contato #contato2 input{
	border: 0;
	color : #6EBDDE;
	background: #fff;
	border-bottom:   2px solid #6EBDDE;
	margin-top: 10%;
	height: 40px;
}
.pagina-contato #contato1 textarea, .pagina-contato #contato2 textarea{
	border: 0;
	resize: none;
	height: 122px;
	margin-top: 13%;
	background: #fff;
	border-bottom:   2px solid #6EBDDE;
}
.pagina-contato #contato1 ::-webkit-input-placeholder, .pagina-contato #contato2 ::-webkit-input-placeholder{
	color: #6EBDDE;
}

/***************************** SINGLE **********************************/
.ul-blog{
	margin-bottom: 5%;
  }
  .ul-blog img, .ler-blog img{
	 width: 100%;
	 height: 50%;
  }
  .posts-recentes{
	width: 100%;
	float: left;
	margin-bottom: 5%;
  }
  .posts-recentes ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
  }
  .posts-recentes li{
	border-bottom: solid 1px #ccc;
	width : 100%;
	float : left;
	padding: 5% 0;
  }
  .posts-recentes a{
	color: #3c3c3c;
  }
  
  .posts-recentes a:hover{
	text-decoration: none;
	color: #00AFEF;
  }
  .posts-recentes img{
	margin-right: 3%;
	float: left;
	width: 70px;
	height: 70px;
  }
#feedinstagram{
	background: var(--corPadrao);
	margin-bottom: 4%;
}
