.navbar {
    height: 10%;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 999;
}
.navbar-nav{
    margin-right: 10%; 
    font-size: 18px;
    font-weight: bolder;
}
html, body {
    height: 100%;
    padding: 0px;
    margin: 0px;
}
.row.justify-content-center.align-items-center {
}
#pagewrapper{
    min-height: 100%;
    padding-top: 8%;
    /*margin-bottom: -8%;*/
}
#footer{
    height: 15%; 
   /* position: absolute; 
    bottom: 0;*/
    background: #C3E048;
}
#footer_cachorros{
    height: 15%; 
    /*position: absolute; 
    bottom: 0;*/
    background: #9B75F2;
}
#footer_tecnologia{
    height: 15%; 
    /*position: absolute; 
    bottom: 0;*/
    background: #F27588;
}
#footer_contacto{
    height: 15%; 
    /*position: absolute; 
    bottom: 0;*/
    background: #30B3EB;
}


.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus{
    color:rgb(79, 108, 206);
}
/* css menu colapsable del buscador*/
    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9999999999;
        top: 0;
        left: 0;
        background-color: rgba(255,255,255, 0.9);
        overflow-x: hidden;
        transition: 0.5s;
    }

    .overlay-content {
        position: relative;
        top: 10%;
        width: 100%;
        text-align: center;
        margin-top: 0px;
    }

    .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 20px;
        color:#495057;
        font-family:'Roboto Slab',serif;
        display: block;
        transition: 0.3s;
    }

    .overlay a:hover, .overlay a:focus {
        color: rgb(79, 108, 206);
    }
    .item_active{
        border-bottom:5px solid #C3E048;    
    }

    .overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
    }

    @media screen and (max-height: 450px) {
        .overlay a {font-size: 20px}
        .overlay .closebtn {
            font-size: 40px;
            top: 15px;
            right: 35px;
        }
    }    
    /* fin css menu colapsable */   
    .navbar-toggler{
        background-color:black;
        margin-right:1rem;
        margin-top: -10px;
        
    }
    .navbar-brand{
        margin-left: 1rem;
        
    }
