@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');

/*Menú burger*/
.navbar-toggler{
    color: transparent!important;
    border-color: transparent!important;
    background-color: #333333!important;
    border-radius: 4px;
}

/*Portada alto*/
.home-01 {
    min-height: 95vh;
    position: relative;
}

/*Tipografía*/
p{
    /*font-family: 'Lato', sans-serif;*/
    font-weight:400;
    margin-bottom: 1rem!important;
    line-height: initial!important;
}

h1, h2{
    font-family: 'Lato', sans-serif;
    font-size:40px;
    line-height:1.25;
    font-weight:600!important;
}

h3{
    /*font-family: 'Lato', sans-serif;*/
    font-size:25px;
    line-height:1.25;
    font-weight:300!important;
}

/*Responsive*/
.show-desktop{
    display:block;}
.show-mobile{
    display:none;}

@media (max-width: 768px){
.show-desktop{
    display:none;}
.show-mobile{
    display:block;}
}

/*Shadow*/
.mu{
    box-shadow: -2px 3px 8px rgba(0,0,0,0.1);
}

/*Alto de contenedores*/
#customPageContent .row,
#customPageContent .row .col,
#customPageContent div[class^=container] {
    min-height: auto;
}

/*Links*/
a {
    text-decoration: none;
}

/*Animación de portada*/
@-webkit-keyframes zoom {
    0% { transform: scale(1.0); } 
    100% { transform: scale(1.5); } 
    0% { transform: scale(1.0); } 
}
img.logo-header {
     max-height: 80px!important;
}
/*Menú transparente*/
main#customPageContent{
    margin-top: 0px;
}

.header-custom-background-color {
    background-color: rgba(0,0,0,0.5) !important;
}

.h-100 {
    height: 112% !important;
}

#catalogPage .product-details-info .info-body h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 20px;
    display: none;
}

#catalogPage .item-details .product-info .title {
    color: #088c8e!important;
}