@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@300;400;700&display=swap');

/*Menú burger*/
.navbar-toggler{
    color: transparent!important;
    border-color: transparent!important;
    background-color: #2d2d2d!important;
    border-radius: 4px;
}

.banner{
    background-color:rgba(0,0,0,0.8);
    padding:30px;
    height:150px;
    font-size:18px !important;
}

.p-5{
    padding: 1.5rem !important;
}
 

/*Portada alto*/
.home-01 {
    min-height: 90vh;
    position: relative;
}

/*Botones*/
button.btn.btn-primary, a.btn.btn-primary, button.btn.btn-primary:hover, button.btn.btn-primary:focus, a.btn.btn-primary:hover, a.btn.btn-primary:focus{
    color:white;
}

button.btn.btn-secondary, a.btn.btn-secondary, button.btn.btn-secondary:hover, button.btn.btn-secondary:focus, a.btn.btn-secondary:hover, a.btn.btn-secondary:focus{
    color:white;
}

/*Tipografía*/
p{
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight:400;
    margin-bottom: 1rem!important;
    line-height: initial!important;
}

h1, h2{
    font-family: 'Oxanium', sans-serif;
    font-size:40px;
    line-height:100%;
    font-weight:600!important;
}

h3{
    font-family: 'Oxanium', sans-serif;
    font-size:25px;
    line-height:100%;
    font-weight:300!important;
}

.main-img{
    width: 100%; 
    height: auto;
}

/*Responsive*/
.show-desktop{
    display:initial;}
.show-mobile{
    display:none;}

@media (max-width: 768px){
h1{
    font-size:30px;
}

h3{
    font-size:20px !important;
}

.banner{
    width:100% !important;
    background-color:rgba(0,0,0,0.8);
    padding:10px;
}

.main-img{
    width: 100%; 
    height: 30vh;
}
.show-desktop{
    display:none;}
.show-mobile{
    display:initial;}
}

/*Shadow*/
.mu{
    box-shadow: -2px 3px 8px rgba(0,0,0,0.1);
}

/*Estilo catálogo*/
.product-details-info .info-body {
    color: #333;
    margin-bottom: 0px;
}