/*
 Theme Name:   Webs Child Theme
 Theme URI:    https://handyapps.es
 Description:  Tema de Webs HandyApps
 Author:       Alberto del Río
 Author URI:   https://handyapps.es
 Template:     generatepress
 Version:      1.0
*/

a {
    text-decoration: none;
}

#main {
    margin-bottom: 0px;
}

.inside-article {
    padding-bottom: 0px !important;
}

.inside-footer-widgets aside {
    margin-bottom: 0px !important;
}

#prefooter .wp-block-image {
    margin-bottom: 0px !important;
}


#prefooter {
    background-color: #00304e;
}

#logoFooter {
    padding-top: 30px;
}

.linkBlanco a {
    color: white;
}

.logoFooter {
    opacity: 0.5;
}

@media all and (max-width:400px) {
    #menu-menu-barra-superior {
        flex-wrap: wrap;
        justify-content: center;
    }
}