*{
    box-sizing: border-box;
   
}

html {
    position: relative;
    min-height: 100%;
    
    
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    
  

}
#fundo {
    background:#ECE6E6;
    font-family: 'Poppins', sans-serif;
    
}

.partecontato {
    background-color: #000;
    color: #fff;
    height: 59px;
    display: flex;
    font-weight: bold;
    justify-content: right;
    padding-right: 5%;
    padding-top: 10px;
    
}

.partecontato p {
    margin-right: 11px;
    margin-top: 10px;
}

.partecontato img {
    width: 32px;
    height: 32px;
    margin-right: 11px;
    

}

/* MENU */

.has-submenu img {
    margin-left: 5px;
}
.has-submenu img {
    width: 21px;
    height: 16px;
}

header {
    display: flex;
    align-items: center;  
 
   
}

#menu {
    color:#000000;
    
    
}

.logo img {
    max-width: 230px;
   
}

.logo {
    margin-left: 5%;
    
}

#btn-responsivo {
    display: none;
}

.submenu1 {
    display: none;
}

nav {
    flex: 1;   
    
   
}



nav ul li {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    
}

nav ul li .submenu {
    display: none; 
    position: absolute;
    top: 100%; 
    left: 0;
    width: 100%; 
    z-index: 1;
    
}


.submenu li {
    font-size: 20px;
   
      
}




nav ul li.active .submenu {
    display: block; 

}

.submenu {
    display: none;
   
  }

  .has-submenu:hover .submenu {
    display: block;
    line-height: 1;
    background: #c3c2c2;
    width: auto;
    padding-bottom: 10px;
    border-radius: 10px; 
  }


nav img {
   
    vertical-align: middle;
}



nav ul {
    list-style: none;
    display: flex;
    justify-content:right; 
}

nav li {
    margin-right: 30px; 
    font-size: 26px;
}

nav a {
    text-decoration: none;
    color: #000000;
    font-weight: 550;
}

nav a:hover {
color:  #98409B;
transition: 0.4s;
}

.btn-contato {
    background: linear-gradient(to right, #c35ac7, #834999);
    padding: 5px 10px;
    border-radius: 27px;
    margin-left: 20px;
    font-weight: 500;
    color: #ffff;
    
}

.btn-contato a {
    list-style: none;
    text-decoration: none;
    color: #ffff;
}

.btn-contato a:hover {
    color: #000000;
    transition: 0.2s;
}

/* BOTAO WHATSAPP */

#icone-whatsapp a {
    position: fixed;
    bottom: 70px;
    right: 40px;
    margin: 16px;
    z-index: 2;
    display: inline-block;
    cursor: pointer;
    color: #25d366;   
  }

  .fa-square-whatsapp {
    font-size: 60px;  
  }

  .fa-square-whatsapp:hover {
    transform: scale(1.4);
  }



/* QUEM SOMOS */

#quemsomos {
    margin-top: 60px;
    margin-left: 10%;
   

}

#quemsomos h3 {
    font-family: 'Audiowide', sans-serif;
    color:#834999;
}

.texto {
   
    margin-top: 60px;
    width: 90%;
    box-shadow: 0 4px 27.4px rgba(87, 68, 149, 1);
    border-radius: 27px;
    padding: 20px;
    margin-bottom: 64px;
    
    
}

span {
    font-weight: bold;
}

/* BLOCOS MISSAO/VISAO/VALORES */

#missao {
    background: linear-gradient(to bottom, #c35ac7, #834999);
    color: #fff;
    margin-bottom: 64px;
    padding: 50px;
   
    
    
}

.blocos {
    display: flex;
    justify-content: center;
       
}

.blocos1  {
 margin-left: 40px;
 width: 33%;
 border: 3px solid #fff;
 border-radius: 63px;
 padding: 20px;
 text-align: center;
 align-items: center;
}

.blocos1 h3 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.blocos1 p {
    text-align: left;
}
.imagem {
    display: flex;
    justify-content: center;
    
}

.imagem img {
    width: 69px;
    height: 69px;
    margin-left: 20px;
  
}

.tituloproposta {
    margin-left: 40px;
    margin-top: 64px;
    font-family: 'Poppins', 'sans-serif';

    margin-bottom: 200px;
}
.tituloproposta h2 {
    font-size: 1.80rem;
    font-weight: 600;
}
.tituloproposta span {
    color:#834999;
}

.btn-faleconosco {
    background: linear-gradient(to right, #c35ac7, #834999);
    padding: 5px 10px;
    border-radius: 27px;
    font-weight: 500;
    border: none;
    color: #ffff;
    margin-top: 10px;

}

.btn-faleconosco a {
    color: #ffff;
    transition: 0.2s;
    text-decoration: none;
}

.btn-faleconosco a:hover {
    color: #000;
    transition: 0.2s;
}

/* FOOTER */

footer {
    
    background-color: black;
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-around;
    position: absolute;
    bottom: 0;
    text-align: left;
    
  
    
}

.paragrafo {
    position: absolute;
    bottom: 0;
    left: 50%; 
    transform: translateX(-50%); 
    color:white;
    font-size: 14px;
    background: #202020;
    width: 100%;
   
   }

   .paragrafo p {
    left: 50%; 
    text-align: center;
    justify-content: center;
    padding-top: 20px;
    
   }

   
.logofooter img {

        max-width: 100px;
        height: auto;
        
    
        
    }

footer a {
    text-decoration: none;
    color: white;
   
}
footer a:hover {
   
    color: #834999;
    transition: 0.2s;
}

footer ul {
    color: white;
    list-style: none;
    font-size: 15px;  
    font-weight: 550;
    padding: 20px;
    margin-bottom: 80px;
   
    
}

footer li {
    margin-bottom: 10px;
}

/* RESPONSIVIDADE */

@media screen and (min-width: 320px) and (max-width:480.9px) {
  
    nav li {
        font-size: 1.2rem;
        margin-top: .7rem;
    }

    .has-submenu {
        display: none;
    }

    .submenu1 {

        display: flex;
    }

    #btn-responsivo {
        display: flex;
        margin: auto;
        font-size: 1rem;
        border: none;
        background: none;
        cursor: pointer;
        margin-right: 4rem;

    }

    .hamburger {
        color: #834999;
        border-top: 2px solid;
        width: 20px;

    }


    .hamburger::after,
    .hamburger::before {
        content: '';
        display: block;
        width: 20px;
        height: 2px;
        margin-top: 5px;
        background: #834999;
        transition: .3s;
        position: relative;
        
    }

    nav.active .hamburger {
        border-top-color: #834999;
    }

    nav.active .hamburger::before {
        transform: rotate(135deg);
    }

    nav.active .hamburger::after {
        transform: rotate(-135deg);
        top: -7px;
    }

    nav.active ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 20%;
        visibility: visible;
        overflow-y: auto;
        z-index: 1000;
    }


    nav ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
        position: absolute;
        width: 100%;
        top: 100px;
        right: 0;
        left: 0;
        height: 0px;
        background-color: #f0f0f0;
        transition: .6s ease;
        z-index: 1000;
        visibility: hidden;
        overflow-y: hidden;
    }
    
    .blocos {
        display: block;
        justify-content: center;
           
    }

    .blocos1  {
        margin-left: 0px;
        margin-top: 15px;
        width: auto;
    }

.partecontato img {
    width: 26px;
    height: 26px;
    margin-right: 8px;
    

}

.partecontato p {
    font-size: 10px;
    text-wrap: nowrap;
}



.logo img {
    max-width: 180px;
   
}

.logo {
    margin-left: 2%;
    
}

.tituloproposta {
    margin-left: 3%;
}

.tituloproposta h2 {
    font-size: 20px;

}

.logofooter {
    display: none;
}

.contatoeblog {
    display: none;
}

footer ul {
    
    font-size: 13px; 
    margin-bottom: 20px;
   
    
}

footer li {
    margin-bottom: 2px;
}
    

 }
 @media screen and (min-width: 481px) and (max-width:600.9px) {
    nav li {
        font-size: 1.2rem;
        margin-top: .7rem;
    }

    .has-submenu {
        display: none;
    }

    .submenu1 {

        display: flex;
    }

    #btn-responsivo {
        display: flex;
        margin: auto;
        font-size: 1rem;
        border: none;
        background: none;
        cursor: pointer;
        margin-right: 4rem;

    }

    .hamburger {
        color: #834999;
        border-top: 2px solid;
        width: 20px;

    }


    .hamburger::after,
    .hamburger::before {
        content: '';
        display: block;
        width: 20px;
        height: 2px;
        margin-top: 5px;
        background: #834999;
        transition: .3s;
        position: relative;
        
    }

    nav.active .hamburger {
        border-top-color: #834999;
    }

    nav.active .hamburger::before {
        transform: rotate(135deg);
    }

    nav.active .hamburger::after {
        transform: rotate(-135deg);
        top: -7px;
    }

    nav.active ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 20%;
        visibility: visible;
        overflow-y: auto;
        z-index: 1000;
    }


    nav ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
        position: absolute;
        width: 100%;
        top: 100px;
        right: 0;
        left: 0;
        height: 0px;
        background-color: #f0f0f0;
        transition: .6s ease;
        z-index: 1000;
        visibility: hidden;
        overflow-y: hidden;
    }
    
    .blocos {
        display: block;
        justify-content: center;
           
    }

    .blocos1  {
        margin-left: 0px;
        margin-top: 15px;
        width: auto;
    }

.partecontato img {
    width: 26px;
    height: 26px;
    margin-right: 8px;
    

}




.logo img {
    max-width: 180px;
   
}

.logo {
    margin-left: 2%;
    
}

.tituloproposta {
    margin-left: 3%;
}

.tituloproposta h2 {
    font-size: 20px;

}

.logofooter {
    display: none;
}

.contatoeblog {
    display: none;
}

footer ul {
    
    font-size: 13px; 
    margin-bottom: 20px;
   
    
}

footer li {
    margin-bottom: 2px;
}
    

 }

 @media screen and (min-width: 601px) and (max-width:800.9px) {
  
    nav li {
        font-size: 1.2rem;
        margin-top: .7rem;
    }

    .has-submenu {
        display: none;
    }

    .submenu1 {

        display: flex;
    }

    #btn-responsivo {
        display: flex;
        margin: auto;
        font-size: 1rem;
        border: none;
        background: none;
        cursor: pointer;
        margin-right: 4rem;

    }

    .hamburger {
        color: #834999;
        border-top: 2px solid;
        width: 20px;

    }


    .hamburger::after,
    .hamburger::before {
        content: '';
        display: block;
        width: 20px;
        height: 2px;
        margin-top: 5px;
        background: #834999;
        transition: .3s;
        position: relative;
        
    }

    nav.active .hamburger {
        border-top-color: #834999;
    }

    nav.active .hamburger::before {
        transform: rotate(135deg);
    }

    nav.active .hamburger::after {
        transform: rotate(-135deg);
        top: -7px;
    }

    nav.active ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 20%;
        visibility: visible;
        overflow-y: auto;
        z-index: 1000;
    }


    nav ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
        position: absolute;
        width: 100%;
        top: 100px;
        right: 0;
        left: 0;
        height: 0px;
        background-color: #f0f0f0;
        transition: .6s ease;
        z-index: 1000;
        visibility: hidden;
        overflow-y: hidden;
    }
    
    .blocos {
        display: block;
        justify-content: center;
           
    }

    .blocos1  {
        margin-left: 0px;
        margin-top: 15px;
        width: auto;
    }

.partecontato img {
    width: 26px;
    height: 26px;
    margin-right: 8px;
    

}


.logo img {
    max-width: 180px;
   
}

.logo {
    margin-left: 2%;
    
}

.tituloproposta {
    margin-left: 3%;
}

.tituloproposta h2 {
    font-size: 20px;

}

.logofooter {
    display: none;
}

.contatoeblog {
    display: none;
}

footer ul {
    
    font-size: 13px; 
    margin-bottom: 20px;
   
    
}

footer li {
    margin-bottom: 2px;
}
    

 }
 @media screen and (min-width: 801px) and (max-width:1024.9px) {
    
    nav li {
        font-size: 1.2rem;
        margin-top: .7rem;
    }

    .has-submenu {
        display: none;
    }

    .submenu1 {

        display: flex;
    }

    #btn-responsivo {
        display: flex;
        margin: auto;
        font-size: 1rem;
        border: none;
        background: none;
        cursor: pointer;
        margin-right: 4rem;

    }

    .hamburger {
        color: #834999;
        border-top: 2px solid;
        width: 20px;

    }


    .hamburger::after,
    .hamburger::before {
        content: '';
        display: block;
        width: 20px;
        height: 2px;
        margin-top: 5px;
        background: #834999;
        transition: .3s;
        position: relative;
        
    }

    nav.active .hamburger {
        border-top-color: #834999;
    }

    nav.active .hamburger::before {
        transform: rotate(135deg);
    }

    nav.active .hamburger::after {
        transform: rotate(-135deg);
        top: -7px;
    }

    nav.active ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 30%;
        visibility: visible;
        overflow-y: auto;
        z-index: 1000;
    }


    nav ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
        position: absolute;
        width: 100%;
        top: 100px;
        right: 0;
        left: 0;
        height: 0px;
        background-color: #f0f0f0;
        transition: .6s ease;
        z-index: 1000;
        visibility: hidden;
        overflow-y: hidden;
    }

 
    #parte1, #parte2 {
        display: flex;
      
        
    }

    #parte1 div, #parte2 div {
        width: 33%;
        padding: 0px;
        padding-top: 30px;
    }

 }
 @media screen and (min-width: 1025px) and (max-width:1280.9px) {
    
    .logo img {
        max-width: 200px;
       
    }
    
    .logo {
        margin-left: 1%;
        
    }
    
    nav ul li {
        margin-top: 20px;
        
    }

    .btn-contato {
        
    
        margin-left: 0px;
        font-size: 18px;
        white-space: nowrap;

 }
 }