@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&display=swap');

.home-01 {
    min-height: 90vh;
    position: relative;
}

.show-desktop{
    display:block;}
.show-mobile{
    display:none;}

@media (max-width: 768px){
.show-desktop{
    display:none;}
.show-mobile{
    display:initial;}
}

#customPageContent .row,
#customPageContent .row .col,
#customPageContent div[class^=container] {
    min-height: auto;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
}

.mu-cuadrado{
    box-shadow: -2px 3px 8px rgba(0,0,0,0.1);
}

.mu{
    box-shadow: -2px 3px 8px rgba(0,0,0,0.1);
}

img.logo-header {
     max-height: 80px!important;
}

.categorias-10 .grad {
    height: 70px!important;
    opacity: 1.6;
    bottom: 0;
    background: linear-gradient(to bottom,rgb(0 133 46),40%,rgb(0 133 46))!important;
}

.fw-bold {
    font-weight: 500 !important;
}