66 lines
1.1 KiB
CSS
66 lines
1.1 KiB
CSS
body, .ui {
|
|
font-family: Roboto, sans-serif !important;
|
|
}
|
|
|
|
#page_logo {
|
|
font-family: Raleway, sans-serif;
|
|
font-weight: 800;
|
|
font-size: 2.2rem;
|
|
color: #404041;
|
|
}
|
|
.brand {
|
|
color: #f26721 !important;
|
|
}
|
|
.inverted.brand {
|
|
background-color: #f26721 !important;
|
|
color: #ffffff !important;
|
|
}
|
|
button.inverted {
|
|
border: none !important;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
#contacto {
|
|
padding-top: 4rem;
|
|
padding-bottom: 4rem;
|
|
}
|
|
#contacto #map {
|
|
/*margin-top: 3rem;*/
|
|
height: 100%;
|
|
}
|
|
|
|
footer {
|
|
flex: none;
|
|
color: white;
|
|
height: 20rem;
|
|
font-family: Roboto;
|
|
}
|
|
footer .dark-grey {
|
|
background-color: #404041;
|
|
}
|
|
footer .grid {
|
|
margin: 0 !important;
|
|
}
|
|
footer .main {
|
|
min-height: 13rem !important;
|
|
padding-top: 2rem !important;
|
|
}
|
|
footer a {
|
|
color: inherit;
|
|
}
|
|
footer .small {
|
|
font-size: 0.8rem !important;
|
|
}
|
|
footer .grey {
|
|
background-color: rgba(0, 0, 0, 0.1) !important;
|
|
color: rgba(0, 0, 0, 0.7) !important;
|
|
min-height: 3rem !important;
|
|
}
|
|
footer nav.menu {
|
|
font-size: 0.9rem !important;
|
|
border: 0 !important;
|
|
}
|
|
footer nav.menu .item:first-child {
|
|
padding-left: 0 !important;
|
|
}
|