.woocommerce .uk-panel-box {
    padding: 20px!important;
}

code{
    color: #fff!important;
    background: #1a1a1a;
    padding: 2px 5px;
    border-radius: 5px;
}

.product_title,
.uk-navbar-nav > li.uk-active > a,
.uk-navbar-nav > li:hover> a {
background: url('/wp-content/uploads/active.svg') no-repeat 50% !important;
background-size: calc(100% - 40px) 100% !important;
}



.wpcf7-form-control-wrap input,
.wpcf7-form-control{
width:100%!important;
margin-bottom:20px!important;
margin:0px!important;
}

.woocommerce-product-details__short-description p:first-of-type:first-letter{
font-size: 200%!important;
} 


.tm-block-footer{
	font-family:"arial",heletica,sans-serif;
	font-size:12px;
    background: #1a1a1a url('/wp-content/uploads/background-footer.jpg') repeat 0 0;
	-webkit-animation: 30s linear 0s normal none infinite animate;
	-moz-animation: 30s linear 0s normal none infinite animate;
	-ms-animation: 30s linear 0s normal none infinite animate;
	-o-animation: 30s linear 0s normal none infinite animate;
	animation: 30s linear 0s normal none infinite animate;
    box-shadow: inset #000 0px 60px 60px -30px;
}

@-webkit-keyframes animate {from {background-position:0 0;} to {background-position: 0px 300px;}} 
@-moz-keyframes animate {from {background-position:0 0;} to {background-position: 0px 300px;}} 
@-ms-keyframes animate {from {background-position:0 0;} to {background-position: 0px 300px;}} 
@-o-keyframes animate {from {background-position:0 0;} to {background-position: 0px 300px;}} 
@keyframes animate {from {background-position:0 0;} to {background-position: 0px 300px;}}


.uk-form .uk-button{
    color:#fff!important;
}



.home .uk-panel-box{
padding:20px!important;
}
.home .uk-panel-box h1{
font-size: 35px!important;
line-height: 35px!important;
margin-top: 10px;
margin-bottom: 10px;
}
.home .uk-panel-box h2{
font-size: 15px!important;
line-height: 28px!important;
margin-top: 10px;
margin-bottom: 10px;
}
.home .uk-panel-box hr{
margin: 0px;
}
.home .uk-panel-box p.uk-text-justify{
font-size: 15px!important;
}

.home .uk-panel-box p.uk-firma{
font-size: 12px;
line-height: 16px;
}