@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;600&display=swap');

/*Menú*/
.nav-link{
    padding: 0.5rem 0.8rem;
}

/*Menú burger*/
.navbar-toggler{
    color: transparent!important;
    border-color: transparent!important;
    background-color: #2d2d2d!important;
    border-radius: 4px;
}

/*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-weight:400;
    margin-bottom: 1rem!important;
    line-height: initial!important;
}

h1, h2{
    font-family: 'Oswald', sans-serif;
    font-size:40px;
    line-height:100%;
    font-weight:600!important;
}

h3{
    font-family: 'Oswald', sans-serif;
    font-size:25px;
    line-height:100%;
    font-weight:300!important;
}

/*Responsive*/
.show-desktop{
    display:initial;}
.show-mobile{
    display:none;}

@media (max-width: 768px){
.show-desktop{
    display:none;}
.show-mobile{
    display:initial;}
}

/*Shadow*/
.mu{
    box-shadow: -2px 3px 8px rgba(0,0,0,0.1);
}

/*Faqs*/
.accordion .accordion-item{
    border-color:#f7dfd5!important;
    background-color:white;
}

.accordion .accordion-item .accordion-button i{
    color:#db632e;
}

.accordion .accordion-item .accordion-button{
    font-weight:400!important;
    color:#db632e!important;
}

#navbar img {
    height: 120px !important;
}
#catalogPage .product-details-info .info-body h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 20px;
    display: none;
}

.position-relative {
    position: relative !important;
    display: none;
}

h4, .h4 {
    margin-top: 16px;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.justify-content-around {
    justify-content: left;
}
#catalogPage .item-details .product-info {
    padding-left: 0px!important;
}
.text-center {
    text-align: left!important;
}