*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

header{
    width: 100%;
    height: 110px;
    background: url(beni.jpg);
    position:fixed;
    z-index: 100;
    border-bottom: 10px solid;
    border-bottom-color:black;
}

.aaa{
    font-size:300%;
    color: black;
    text-decoration: none;
    padding-top: 0%;
    margin-left: 1%;
    position: fixed;
    top: 20px;  
    left: 90px;
}


.img-logo{
    width: 100px;
    height: 100px;
    padding: 1%;
    margin-top: 0%;
    margin-left: 0%;
    position: relative;
    z-index: 100;
}



.menu{
    width: auto;
    float: right;
    margin-top: 2%;
    margin-right: 3%;
}

.menu ul{
    display: flex;
    margin: 2px;
    padding: 2px;
}


.menu li{
    float: right;
    display:table-column-group;
    list-style: none;
    border-radius: 2px;
}

.menu li a{
    padding: 15px;
    text-decoration: none;
    font-size: 23px;
    font-weight: bold;
    color: black;
    font-family:sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
}

.menu li a:hover{
    color: #A3C01A;
    cursor: pointer;
}


.act{
    color: black;
    background:#A3C01A;
    border-radius:10px;
}

.act2{
    color: black;
    background-color:darkorange;
    margin-left: 10%;
    border-color: black;
    border:2px solid;
}



.act2:hover{
    background-color:black;
}

.act:hover{
    background:black;
    color:white;
    border-radius:10px;
    cursor: pointer;
}


#check{
    display: none;
}
.icon-menu{
    display: none;
}

#check:checked ~ .menu{
    height: 174px;
}

main{
    position: relative;
    top: 110px;
    border-top: 10px solid;
    border-bottom: 20px solid;
    border-left: 0px solid;
    border-right: 0px solid;
    border-color:black;
    text-align: center;
    
}

small{
    color:white;
}

.corazon{
    color:red;
    text-decoration: none;
    font-size:25px;
}
.corazon:hover{
    color: #88b517;
    text-decoration: none;
    font-size:25px;
}

iframe{
    height:;
    width: 
}

@media screen and (max-width:1100px){
    .icon-menu{
        display: block;
        color: black;
        float: right;
        padding: 5px;
        font-size: 24px;
        border: 1px solid #7a7a7a;
        border-radius: 5px;
        margin-top: 10px;
        margin-right: 16px;
        background: #3f3f3f;
        width: 50px;
        height: 50px;
        background: url(vhico.jpg);
    }
    .icon-menu:hover{
        background: url(vhico2.jpg);
        cursor: pointer;
    }
    .menu{
        float: left;
        margin-top: 5px;
        width: 100%;
        height: 0px;
        overflow: auto;
        background: #3f3f3f ;
        transition: all 300ms;
    }
    
    .menu ul{
        flex-direction: column;
        border-radius: 5px;
        background: #3f3f3f;
    }
    .menu li a{
        display: block;
        color: white;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .act2{
        color: black;
        background-color:darkorange;
        margin-left: 0%;
        border-color: black;
        border:2px solid;
}
}

@media screen and (max-width:500px){

    .aaa{
        font-size:230%;
        color: black;
        text-decoration: none;
        padding-top: 0%;
        margin-left: 1%;
        position: fixed;
        top: 20px;  
        left: 90px;
        }
    
    .img-logo{
        width: 95px;
        height: 95px;
        padding: 2%;
        margin-top: 0%;
        margin-left: 0%;
        position: relative;
        z-index: 100;
}

}


@media screen and (max-width:400px){

    .aaa{
        font-size:180%;
        color:black;
        text-decoration: none;
        padding-top: 0%;
        margin-left: 0.5%;
        position: fixed;
        top: 35px;  
        left: 75px;
        }
    
    .img-logo{
        width: 80px;
        height: 80px;
        padding: 2%;
        margin-top: 2%;
        margin-left: 0%;
        position: relative;
        z-index: 100;
}

}
    
    
    

    