
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html{
    width: 100vw;
  
}

.escondido {
    display: none!important;
}


h2, h3 {
    font-family: 'Abril Fatface', 'roboto';
}

#empresa-session-um {
    height: 80vh;
}

#linha-um-empresa {
    background-color: #F0E2E7;
}

#empresa-desc-texto {
    padding: 5%;
    text-align: center;
}

#empresa-desc-img{
    background-image: url("../assets/empresa-fundo.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 50% 100%;

    background-attachment: fixed;

    height: 100vh;
    width: 100%;
}


#sessions-subtitulo {
    font-family: "segoi ui", "roboto";
    text-align: center;
    border-bottom: 1px dotted gray;
    border-width: thin;
    font-size: 20px;
    max-width: 150px;
    margin: auto;
    padding: 5px;
    
}

.sobre-paragrafo {
    font-family: "segoi ui", "roboto";
    font-size: 20px;
    max-width: 600px;
}

.sobre-img {
    min-width: 200px;
    border-radius: 130px;
}

#banner-container {
    width: 100%;
    height: 90vh;
    margin: 0;
}

#banner-sobre{
    height: 100%;
    width: 100%;
    background-image: url("../assets/Banner%20Vermelho-branco.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 600px)
{
    #banner-container {
        height: 90vh;
        
    }
   
}

@media (max-width: 800px)
{
    #cont-session-um {
        min-width: 100%!Important
    }
    
    #img-session-um {
        display:none!important;
    }
    .equipe-desc
   {
       display: block!important;
   }
    
    .equipe-desc img {
        width: 150px;
        margin: auto;
    }
    
    .equipe-desc p {
        width: 100%;
        text-align: center;
        margin: 5%;
    }
    
     
    .visivel {
        display: none!important;
    }
    
    .escondido {
        display: visible!important;
    } 
    #banner-sobre {
    height: 80vh;
    background-image: url("../assets/Banner-vermelho-Branco-resp.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
        
    }
   
}



