body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}
.logo{
    width: 20%;
    height: 20%;
}
.menu-icono{
    width: 100%;
    height: 100%;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: black;
    color: white;
    padding: 10px 20px;
}

nav {
    align-items: center;
    display: flex;
}
.spam {
    display: block;
    justify-content: flex-end;
    margin-left: 0px;
}

nav ul {
    list-style: none;
    display: flex;
}

nav ul li {
    margin: 0 10px;
}

nav ul li a {
    text-decoration: none;
    color: white;
}
.inc {
    background: gray;
}
.nos {
    background: red;
}
.con {
    border-color: gray;
    border-width: 2px 2px 2px;
    border-style: solid;
}
.pro {
    background: gray;
    
}
/*---------------------inicio-------------------------------*/
.hero {
    text-align: center;
    padding: 20px;
    background: white;
}

.hero img {
    width: 80%;
    border-radius: 10px;
}
.areas{
    display: inline-block;
}
.areas2 {
    display: block;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0;
    list-style: none;
}


.area {
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    color: white;
    text-align: center;
    width: 200px;
    text-decoration: none;
    transition: background-color 0.3s;
    list-style: none;
    
}
.area a{
    text-decoration: none;
    list-style: none;
}

.penal { background: gray;}
.familiar { background: red; }
.laboral { background: black; }
.administrativo { background: gray; }
.aduanero { background: red; }
.tributario { background: black; }

.bot{
    display: none;
}
/*---------------------------------pie de pagina-------------------------------------*/

footer {
    text-align: center;
    padding: 20px;
    background: black;
    color: white;
}
/*-------------------------------------------------------whatsapp---------------*/

.btn-wsp {
    position: fixed;
    width: 55px;
    height: 55px;
    line-height: 55px;
    bottom: 30px;
    right: 30px;
    background: #0df053;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
}
.btn-wsp:hover {
    text-decoration: none;
    color: #0df053;
    background: #fff;
    box-shadow: 0px 1px 40px #0df053;
}