@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

.navbar-toggler{
    color: transparent!important;
    border-color: transparent!important;
    background-color: #333333!important;
    border-radius: 4px;
}


.home-01 {
    min-height: 90vh;
    position: relative;
}


p{
    /*font-family: 'Lato', sans-serif;*/
    font-weight:400;
    margin-bottom: 1rem!important;
    line-height: initial!important;
}

.show-desktop{
    display:block!important;}
.show-mobile{
    display:none!important;}

@media (max-width: 768px){
.show-desktop{
    display:none!important;}
.show-mobile{
    display:block!important;}
}


.mu{
    box-shadow: -2px 3px 8px rgba(0,0,0,0.1);
}

.categorias-10 .grad {
    height: 45px;
    opacity: 0;
}

/*Alto de contenedores*/
#customPageContent .row,
#customPageContent .row .col{
    min-height: auto!important;
}