#btn-contacto{
    display: none;
}

main{
    height: 79.5%;
    background-color: transparent;
}

.menu{
    margin-bottom: 0;
    padding-bottom: 0%;
    height: 2%;
}

section{
    background-color: transparent;
    width: 70%;
    height: 96%;
    margin: auto;
    margin-bottom: 2%;
}

#titulo-sobremi{
    font-size: 25px;
    text-align: center;
    letter-spacing: 1px;
    margin: 30px;
}

aside{
    background-color: transparent;
    width: 30%;
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section aside div{
    width: 70%;
    height: 45%;
    background-color:rgb(211, 171, 59, 0.5);
    margin: 25px;
    border-radius: 95px 0px;
    position: relative;
    left:80px;
}

section aside div img{
    background-color: yellow;
    height: 95%;
    width: 95%;
    border-radius: 95px 0px;
}

article{
    background-color:rgba(211, 171, 59, 0.5);
    width: 70%;
    height: 100%;
    float: left;
    border-radius: 95px 0px;
}

article p{
    height:70%;
    width: 60%;
    background-color: transparent;
    text-align: center;
    margin: auto;
    color: #fff;
    text-shadow: 3px 0px 8px rgb(1, 1, 0);
    
}


/*-----------------------------------------------------------------------------*/

@media(max-width:768px){
    #btn-contacto{
        display: block;
    }

    section aside div{
        width:100%;
        height: 30%;
        left: 50px;
    }

    #titulo-sobremi{
        font-size: 20px;
        margin: 15;
    }
}