/* 

Theme Name: Priscila Barreto Advocacia  
Theme URI:    
Author:       
Author URI:   
Description:  
Version:      
Tested up to: 
Requires PHP: 
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  storefront
Tags:         

*/


/* NOTEBOOK > 15" */

@media screen and (min-width: 1440px) { 
    
}

@media screen and (max-width: 1440px) {
   
}

/* NOTEBOOK < 13" */

@media screen and (min-width: 1280px) { 
    
}

@media screen and (max-width: 1280px) {
   
}

/* TABLETS E CELULAR PAISAGEM */

@media screen and (min-width: 991px) { 
    
}

@media screen and (max-width: 991px) {
    
}

/* CELULAR COM TELA GRANDE */

@media screen and (min-width: 767px) {

}

@media screen and (max-width: 767px) {

}

/* CELULAR */

@media screen and (min-width: 575px) { 
    
}

@media screen and (max-width: 575px) {
    
   #mvv {

	height: 582px;

}

}


body{
	font-family: 'Fahkwang', sans-serif;
	color:#57606f;
}


/*Menu - navegação*/

.nav-link {
	color: gray;
	transition:  .3s;
}

.nav-link:hover {
	color: #C89C34;
}


.redes a {
	background-color: transparent;
	color: gray;
	font-size: 1.2rem;
	border: none;
}

.redes a:hover {
	background-color: transparent;
	color: #C89C34;
}

/*Títulos*/

h1, h2, h3 {

	font-weight: 400;
}


.orange {
	margin-top: 60px;
	color: #C89C34;
}


/*Botões*/

.btn-outline-light {
	border-radius:32px;
	padding: 12px;
	border:2px solid white;
	margin-top: 2.4vh;
	padding:6px;

}

.btn-outline-light:hover {
	color: white;
	border:2px solid #C89C34;
	background-color: #C89C34;
} 

.btn-outline-dark {
	border:2px solid #57606f;
	border-radius: 32px;
	margin-top: 2.2vh;
}

.btn-outline-dark:hover {
	color: white;
	border:2px solid #C89C34;
	background-color: #C89C34;
} 

.btn-outline-secondary{
	background: #2d3436;
	color: white;
	border-radius: 32px;
	margin-top: 2.2vh;
	padding: 8px;
	filter: drop-shadow(2px 10px 22px #2d3436);
	transition: .4s;
	
}

.btn-outline-secondary:hover{
	background: #C89C34;
	color:  white;
	border-color:  #C89C34;


}


.bt-quemsomos, .bt-parallax  {
	background: transparent;
	max-width: 280px;
	color: black;
	border:  1px solid black;
	border-radius: 46px;
	padding:  16px;
	text-decoration: none;
	display: block;
  text-align: center;
  margin: 15px;
	transition: .3s;
	filter: drop-shadow(2px 10px 22px #535c68);	
}

.bt-quemsomos:hover, .bt-parallax:hover  {
	background: black/*#f0932b*/;
	color:  white;
	filter: drop-shadow(2px 20px 28px #1a1a1a);
}

.espaco {
  padding:18px  0  18px 0;
  text-align: center;
}

/*Banners*/

.banners img {
	filter: brightness(0.5);
}

/*Perfil*/

#quemsomos {
	border-radius: 32px;
	/*border-left:5px solid #C89C34;*/
}

.mvv {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top:4px solid #C89C34;
}

#mvv {
	border: 1px solid #ced6e0;
	border-radius: 12px;
	height: 382px;
	transition: .4s;
}

#mvv:hover {
	background-color: #C89C34;
	border: 1px solid #C89C34;
	color: white;
}

/*Áreas*/

.areas{
	border-top: 2px solid #C89C34;
	margin-top: 1rem;
	padding-top:1rem;
	margin-bottom: 1rem;
}

/*Parallax*/

.parallax {
  width: 100%;
  background:url(../priscila-barreto/images/parallax-first.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}

.parallax-content {
	border-left:12px solid #e67e22;
	background: rgba(0, 0, 0,0.5);
	margin:  15px auto;
	}

/*Contato*/

#contato {
	padding-top: 60px;
}

.contact-form {
	border-top:4px solid #C89C34;

}

/*Footer*/

.rdp {
	background: #2f3542;
}
