body {
	font-size: 20px; 
}
header {
	background: #000;
	border-bottom: 20px solid #ffc40e;
	position: relative;
}
header:before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    width: 100%;
    height: 7px;
    background: #cca200;
}
header:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 100%;
    height: 7px;
    background: #a58300;
}
header #logo img {
    max-height: 40px;
}
#banner {
    background: #000;
}
#banner .title {
    position: absolute;
    bottom: 0;
}
#banner h1 {
    color: #ffc40e;
    font-weight: 700;
    font-size: 70px;
}
#banner h2 {
    color: #FFF;
    font-weight: 700;
    font-size: 59px;
}
.motor {
    background: url(../img/refacciones_para_motores_cat_2.png) no-repeat;
    background-size: cover;
}
.kit {
    background: url(../img/refacciones_para_tractocamiones_kit_chaleco_gorra_cat_2.png) no-repeat;
    background-size: cover;
}
.bg-gray {
	background: #DDD;
}
.border-points {
    border-style: dotted;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: #AAA;
    border-width: 2px;
}
#stores .store {
    font-size: 16px;
}
#stores .store .title {
    border-bottom: 2px solid #ffc40e;
}
#stores .store .number {
    height: 30px;
    width: 30px;
    text-align: center;
    background: #ffc40e;
    border: 2px solid #000;
    display: inline-block;
    line-height: 26px;
    font-size: 16px;
    font-weight: 600;
}
#stores .store .name {
    font-size: 20px;
}
#stores .store ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#stores .store ul li {
    padding-left: 15px;
    position: relative;
}
#stores .store ul li:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 11px;
    width: 5px;
    height: 3px;
    background: #ffc40e;
}
#contact label {
    font-size: 12px;
}
.card-header{
	background: #ffca00;
	border: 1px solid black;
}
.card-header h5 button{
	color:black;
	font-weight: bold;
}
footer {
    background: #EEE;
    border-top: 1px solid #000;
}
footer .title {
    color: #888;
}

footer li.list-inline-item{
    margin: 10px 50px;
}

footer .nav-link{
    padding: 8px 10px !important;  
    color: #786e6a;
    font-weight: bold;
}

#work{
	background: #f5f5f5;
}
#work p{
	font-size: 10px;
}
#work img{
	margin-top:10px;
}

@media (min-width: 1200px) {
    
}

@media (max-width: 1024px) {
    /*.gracias img{ height: 450px; }*/
    .gracias h1{ font-size: 40px !important; }
}

@media (max-width: 900px) {
    #contact-btn{  margin-top: 0px !important;   margin-bottom: 30px; }
    /*.kit img{  margin-top: 30% !important; }*/
    .motor img{  margin-top: 10%; }
    footer li.list-inline-item{ margin: auto; }
    footer .copyright{ text-align: center !important; }
}

@media (max-width: 767px) {
	.container {
	    max-width: 100%;
	}
    #banner .title h1, #banner .title h2{ font-size: 30px; }
    .kit img{  margin-top: 5% !important; }
    .motor img{  margin-top: 15%; }
    footer li.list-inline-item{ width: 30%; }
    footer li.list-inline-item img{ width: 90%; }
    footer .list-inline{ text-align: center; }
    .frase .col-12{ margin-top:0px !important; }
}

@media (max-width: 600px) {
    .frase h2{ font-size: 20px; }
    .kit img{  margin-top: 10% !important; }
    .motor img{  margin-top: 5%; }
    #banner .title h1, #banner .title h2{ font-size: 20px; }
    .frase .col-12{ margin-top: 65px !important; }
}

@media (max-width: 480px) {
    /*.gracias img{ height: 265px; margin-top: 10% !important; width: -webkit-fill-available;}*/
    .gracias.banner h1{ width: 100%; }
	.camion{width: 80%;}
}