/* 

Theme Name:   Maison Versailles
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:  
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) {
   
}


body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.parallax-first {
    background: url(images/wallpaper/parallax/parallax-first.jpg);
}

.nav-link a {
    color: white;
}

#headerNavbar {
    background-color: #B53471;
}

#headerNavbar .redes a {
    background-color: transparent ;
    color:white;
    border: none;
}

#headerNavbar .redes a:hover {
   
    color:#b89742;
    
}

h1, h2 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

h4 {
    font-weight: 300;
    font-style:italic;
}

/*Banner topo*/

.carousel-item img {
    filter: brightness(0.5);
}

/*.carousel-item-content-text {
    background-color:rgba(0, 0, 0,0.7) ;
    padding: 30px;
    border-radius: 8px;
}*/

/*Conteúdo*/

#espacos {
 background-image: linear-gradient(to left bottom, #7c6850, #8e7963, #a08a77, #b29c8b, #c4aea0);
    color: white;
    width: 100%;
    overflow: hidden;
  
}

#folhas {
    margin-top: -428px;
    max-width: 680px;
    
}

#folhas2 {
    margin-bottom: -68px;
    margin-right: -268px;
    z-index:2002;
}

.titulo {
    color:#b89742;
    margin: 2.5rem;
}

.titulofachada {
    color:white;
    margin: 2.5rem;
}

.titulo2{
    color: #8854d0;
    margin: 2.5rem;
}

.navbar.redes {
    margin-top: -30px;
}

/*MV1 e MV2*/

.mv1 {
    background-color: #833471/*#57606f*/;
    transition: .4s;
    padding-bottom: 60px;
}

/*.mv1:hover {
    background-color: #CC527A;
}*/

.mv2 {
    background-color: #6F1E51 /*#2f3542*/;
    transition: .4s;
    padding-bottom: 60px;
}

/*.mv2:hover {
    background-color: #E8175D;
    transition: .4s;
}*/


/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}

/* Botões*/

.btn-outline-light {
     padding: 10px 20px;
    border-radius: 0;
    font-family: 'Playfair Display', serif; 
   
}

.btn-outline-light:hover {
   
}


.btn-outline-dark {
    padding: 10px 20px;
    border-radius: 0;
    border: 3px solid #b89742;
    color:black;
    font-family: 'Playfair Display', serif; 
   
}

.btn-outline-dark:hover {
    background-color: #b89742;
    color: white;
    border-color: #b89742;
   
}


.btn-outline-secondary {
    background-color: #2f3542;
    font-family: 'Playfair Display', serif;
    border-color:#2f3542;
    color:black;
    padding: 10px 20px;
    border-radius: 0;
    
}

.btn-outline-secondary:hover {
    background-color: #b89742;
    color: white;
    border-color: #b89742;
}

/*Serviços*/

#servicos {
    /*background-image: linear-gradient(to right, #cc527a, #d44874, #db3c6d, #e22d65, #e8175d);*/
    padding-bottom: 3rem;
}

#servicos .card h4{
    font-size: 1.4rem;
    font-weight: 500;
    font-style: italic;
    border-bottom: 3px solid #b89742;
    padding-bottom:0.8rem;
}

#servicos .card {
    background-color: white;
    color: black;
    border-bottom: 3px solid #b89742; 
    min-height: 288px;
    padding: 30px;
    transition: .4s;
    border-radius: 0;
    margin:0;
}

#servicos .card p{
    
    padding-top: 0.8rem;
    text-align: left;
}

/*#servicos .card:hover {
    background-color: #2f3542;
    color: white;
    

}*/

#servicos .card img {
     /*filter: brightness(1.4);
    background-color:#f7f1e3;*/
    margin-bottom: 1rem;
    transition: .4s;
    
}

/*Contato*/

/*Parallax*/

.contact {
  width: 100%;
  background:url(images/parallax.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  
  
}

.contact-form {
    background-color: #2f3542;
}

/*Footer*/

.footer-content .redes a{
    background-color: #636e72;
    border: none;
    transition: .4s;
}

.footer-content .redes a:hover{
    background-color: #b89742;
    border: none;
}