Mapa de google
.gray-sacale {
filter: grayscale(100%);
transition: all easy 0.5s;
}
.gray-sacale:hover {
filter: grayscale(0%);
}
Marcas
.max-100 {
max-width: 100%;
}
.max-30 {
max-width: 30px;
}
.action-imagen {
height: 25px;
}
.header-height {
height:45px;
}
@media (min-width: 768px) {
.header-height {
height:80px;
}
}
.header-container {
background-color: #ffffff;
}
.children-menu {
}
.transparent:hover {
background-color: #ffffff;
}
.transparent:hover .children-menu {
}
.header-menu {
font-size: 14px
}
.btn-mv {
color: #ffffff !important;
background-color: #555555 !important;
border-color: #555555 !important;
font-size: 12px !important;
}
.btn-mv:hover {
color: #ffffff !important;
background-color: #555555 !important;
border-color: #555555 !important;
}
Mapa de google
.gray-sacale {
filter: grayscale(100%);
transition: all easy 0.5s;
}
.gray-sacale:hover {
filter: grayscale(0%);
}
Marcas
.footer-titles {
font-size:1em !important;
}
.footer-links {
color:#000000 !important;
font-size:1em !important;
}
@media(min-width: 768px) {
.footer-titles {
font-size:1em !important;
}
.footer-links {
color:#000000 !important;
}
}