/*Reset Rules
 
        
 #Lists
================================================== 

*/	ul, ol { margin: 0 !important; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin-left: 1em; }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-left: 2em; }
	li { line-height: 18px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
    ul {list-style: circle; }
    ol {list-style: decimal; }/*

Reset Rules End*/


/* =================================================================== */
/* Fixed Width
====================================================================== */

body {
    /*background: url(../images/bg/light_wall.png) fixed;
    background-size: cover;*/
    background: #fff;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #404040;
	line-height: 22px;
	text-rendering: auto;
}

#wrapper {
    /*padding: 20px 35px 35px 35px;*/
    /*max-width: 960px;*/
    padding: 0;
    margin: 0 auto;
    position: relative;
}

#input_busca {
    /*padding: 14px 18px 0 0;
    float: right;*/
}

#footer_wrap {
    background: #3C3B3C;
    width: 100%;
}

#footer {
    max-width: 90%;
    margin: 0 auto;
    padding: 15px 35px 5px 35px;
}

a.thumbnail-logo {
    text-align: center;
    position: relative;
    display: block;
    /*border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);*/
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a.thumbnail-logo:hover {
    /*border-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);*/
}

h3, h2 ,h1 ,h4{

    font-weight: bold !important;

}

input {
    font-family: 'Ruda', sans-serif;
}

label {
    font-size: 12px;
    /*font-weight: bold;*/
}

/* Smaller than standard 1029 (devices and browsers)
====================================================================== */
@media only screen and (max-width: 1029px) {



}

/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {


}

/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {

    .nav-shadow {bottom: 32px !important;}
 
    body {
        padding: 0px;
    }
    
    #wrapper {
        padding: 0;
        margin: 0;
        text-align: center;
    }
    
    #header_fix { position: relative !important; }
    
    #logotipo {
        text-align: center;
        padding-top: 20px;
    }
    
    #minicarro {
        float: none;
        text-align:center;
        /*padding-top: 20px;*/
    }
    
    #navigation-carrito {
        float: none !important;
    }
    
    #carrito_mini {
        float: none !important;
    }
    
    #navigation {
        background: transparent !important;
        margin: 0 auto !important;
        width: 72% !important;
    }
    
    #input_busca {
        padding: 0;
        margin: 0;
        float: none;
    }
    
    .nav-shadow { display: none; }
    
    .breadcrumb {
        margin: 50px 0 0 0  !important;
    }
    
    #footer {
        padding: 0;
        text-align: center;
    }
}
