/*
Theme Name: chiavassa advogadas associadas
Theme URI: http://www.chiavassa.adv.br
Author: http://www.oservicoscriativos.com
Author URI: http://www.oservicoscriativos.com
Description: Theme developed exclusevely for chiavassa adv 
License: All Rights Reserved
License URI: http://www.chiavassa.adv.br

*/

html, body {        
    margin: 0;
    padding: 0;
	right:0;
	width: 100%
	height: 100%;
	overflow-x: hidden;
	/*position: absolute;*/
}


body {
	font-family: 'Montserrat', sans-serif;
}

h1 {
	font-weight: bolder;
	font-size: 3em;
}

a {
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
}

.lead {
	font-size: 2em;
}

a:hover {
	text-decoration: none;
}

a.bg-light {
	color: #af414e;
}

.link-bordo {
	color: #af414e;

}

.link-bordo:hover {
	color: #8c343f;
}


#capa {
	background-image: url('../img/capa.jpg');
	background-size: cover;
	margin-top: 5em;
	/*height: 100vh;*/
}

.texto-capa {
	max-width: 50%;
	padding-top: 10em;
}

img.botao-baixo {
	display: block;
	width: 75px;
	margin-top: -50px;
	margin-left: auto;
	margin-right: auto;
}

#atuacao {
	/*height: 100vh;*/
}

img.recortes-jornal {
    width: 100%;
}

#comoproceder {
	/*height: 100vh;*/
}

.lista-problemas {
	list-style-type: none;
	font-size: 1.5em;
}

a.lista { 
	font-weight: lighter;
	text-decoration: none;
	color: #fff; 
}

#videos {
	/*height: 100vh;*/
}

ul.lista-videos { 
	font-weight: lighter;
	text-decoration: none;
	color: #fff; 
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	margin-top: 5%;
}

li.video.col-md-3 {
    margin: 30px;
}

.img-socias {
margin-bottom: -450px;
margin-left: -50px;
margin-top: -100px;
width: 150%;
}

#newsletter {
/*height: 100vh;*/
}

#newsletter input[type="text"] { 
	border: 1px solid #767676;
	height: 45px;
	margin-right: 10px; 
	padding: 10px;
}

#newsletter input[type="email"] { 
	border: 1px solid #767676;
	height: 45px;
	margin-right: 10px; 
	padding: 10px;
	width: 300px;
}

#newsletter input[type="submit"] { 
	color: #fff;
	border: 0px;
	height: 45px;
	margin-right: 10px; 
	padding: 10px;
	background-color:#28a745;
}

#contato {
	/*height: 100vh;*/
	padding-bottom: 20%;
}

#contato input[type="text"] { 
	height: 45px;
	width: 100%;
	margin-right: 10px; 
	padding: 10px;
	margin-bottom: 15px;
}

#contato input[type="email"] { 
	height: 45px;
	width: 100%;
	margin-right: 10px; 
	padding: 10px;
	margin-bottom: 15px;
}

#contato input[type="textarea"] { 
	height: 100px;
	width: 100%;
	margin-right: 10px; 
	padding: 10px;
	margin-bottom: 15px;
	margin-bottom: 15px;
}

#contato input[type="submit"] { 
	color: #fff;
	border: 0px;
	height: 45px;
	width: 100%;
	margin-right: 10px; 
	padding: 10px;
	background-color:#28a745;
}



.bg-bordo {
	color: #fff;
	background-color: #af414e;
}

.bg-grafite {
	color: #fff;
	background-color: #313131;
}


.navbar-brand img {
	width: 150px;
}


/* AJUSTES SMARTPHONE */
@media screen and (max-width: 600px) { 

	.container { 
	margin-right: 5%;
	margin-left: 5%; 
}

section {
    padding: 90px 0;
}

	h1 {font-size: 1.5em;}
	h2 {font-size: 1.0em;}
	p { font-size: .8em; }
	.lead { font-size: 1.25em; }

#capa {
    background-image: url(../img/capa.jpg);
    background-size: cover;
    background-position: center center;
    margin-top: 5em;
    height: auto;
    /* height: 100vh; */
}

.texto-capa {
    max-width: 90%;
    padding-top: 5em;
}

#atuacao {
	height: auto;
}

#comoproceder {
	height: auto;
}

.lista-problemas {
    list-style-type: none;
    font-size: .8em;
}

#equipe {
	height: auto;
}

.img-socias {
    margin-bottom: -151px;
    margin-left: -180px;
    margin-top: -250px;
    width: 180%;
}

#newsletter {
	height: auto;
}

#newsletter input[type="text"] { 
width:90%;
margin-bottom: 1em;
margin-bottom: 1em;
}

#newsletter input[type="email"] { 
width:90%;
margin-bottom: 1em;
}

#newsletter input[type="submit"] { 
width:90%;
}

#contato {
	height: auto;
}

#contato input[type="text"] { 
width:90%;
}

#contato input[type="email"] { 
width:90%;
}

#contato input[type="textarea"] { 
width:90%;
}

#contato input[type="submit"] { 
width:90%;
}

.col-md-6.infos-contato {
    margin-bottom: 40%;
    width: 90%;
}



}

/* 
 Pra dispositivos que tem uma largura mínima de 768 pixels. Tablets, por exemplo.
*/
@media screen and (min-width: 768px) {

#capa {
	height: auto;
}

#atuacao {
	height: auto;
}

#comoproceder {
	height: auto;
}

#equipe {
	height: auto;
}

#newsletter {
	height: auto;
}

#contato {
	height: auto;
}

/* 
 Com uma largura mínima de 992 pixels. Monitores por exemplo.
*/
@media screen and (min-width: 992px) {

}

/* 
 Dispositivos com largura mínima de 1200 pixels. Por exemplo TVs.
*/
@media screen and (min-width: 1200px) {

}
