*{
    padding: 0;
    margin: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: white;
}

.imagemprincipal img{
    width: 100%;
    
}

.corpo{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
    width: 960px;
    min-width: 360px;
    font-size: 18px;
    align-items: center;
    gap: 15px;
    
    
   
}



.conteudo{
    display: table;
    margin: auto;
    justify-content: center;
    background-image: linear-gradient( to right, #94d157c4, #94d15749);
    border-radius: 15px;
    
}


.conteudo img{
    
    float: left ;
    
    text-align: center;
    padding: 15px;
  
}

.conteudo img{
    width:300px;
    height:300px;
}

  

.conteudo p{
    display: flex;
    float: left;
    width: 360px;
    margin-top: 60px;
    font-size: 18px;
    padding: 15px;
   
    
}

@media only screen and (max-width: 580px){
    
    .corpo{
    width: 100%;
    font-size: 11px;
    
     }

    .conteudo {
        width: 50%;
        text-align: center;
        align-items: center;
        padding-top: 15px;
    }

    .conteudo img{
        
        width: 90%;
        margin: auto;
        text-align: center;
        float: none;
    }

    p{
        padding-left: 15px;
        padding-right: 15px;
    }

    .texto p{
        font-size: 11px;
        text-align: center;
    }
    }



main h2{
    text-align: center;
    padding: 30px;
    background-color: #95D157;
}




.painel{
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    padding-top: 30px;
    
}

.painel iframe{
   
    width: 100%;
}

.painel01 p{
    background-color: #348F0D;
    text-align: center;
    border-radius: 15px 0px 15px 0px;
    color: white;
    padding: 15px;
    
}

span{
    background-color: white;
    border-radius: 15px;
    padding-left: 30px;
    padding-right: 30px;
}



















@media only screen and (min-width: 700px) and (min-height: 600px){
    .mobile{
    display: none;
    }
    }
    
    @media only screen and (max-width: 700px) and (min-height: 300px){
    .desktop{
        display: none;
    }
    }
    @media only screen and (max-height: 599px){
        .desktop{
            display: none;
    }
    }
    
    @media only screen and (min-width: 700px) and (min-height: 600px){
    .pequena{
        width: 150px;
        height: 50px;
    }
    } 
    
     /*PRIMEIRA PARTE DO CABEÇALHO*/
    .cabecalho{
        background-color: whitesmoke;
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: 10vh;
        padding-bottom: 10px;
       
    }
    @media only screen and (max-height: 600px){
    .cabecalho{
    padding: 10px;
    
    
    
    }
    }
    
    /*ICONES DA PRIMEIRA PARTE DO CABEÇALHO*/
    .nav-list{
        list-style: none;
        display: flex;
    }
    
    .nav-list li {
        letter-spacing: 20px;
    }
    
    .nav-list i{
        color: black;
    }
    
    
    
    /* NAV MENU */
    .menu {
        background-color: whitesmoke;
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: 5vh;
    }
    
    
    /*LINKS DO MENU*/
    .menu a{
        color: rgb(0, 0, 0);
        font-weight: bold;
        font-size: 10px;
        text-align: center;
        text-decoration: none;
        display: block;
        border-bottom: 1px solid #006837;
        padding-bottom: 4px;
    }
    @media only screen and (min-width: 700px) and (min-height: 600px){
    .menu a{
        font-size: 15px;
    }
    }

























    footer{
        text-align: center;
        background-color:whitesmoke;  
        padding: 20px 0;
    }
    
    footer p{
        margin-top: 10px;
    }