Files
raby/public/assets/styles/home.css

147 lines
2.6 KiB
CSS

#banner {
background-repeat: no-repeat;
background-position: center;
background-size: 1900px auto;
background-blend-mode: multiply;
color: white;
}
@media screen and (max-width: 991px) {
#banner {
background-position: 75% !important;
}
}
#banner a {
color: inherit;
}
#banner .segment {
padding-left: 0 !important;
}
#banner .content {
padding-top: 3rem;
padding-bottom: 3rem;
}
#banner .content .header {
font-size: 1.5rem;
}
#banner .content .description {
font-size: 1.3rem;
}
#suplente {
min-height: 20rem;
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
#suplente .grid {
margin: 0 !important;
}
#suplente .row {
padding: 0 !important;
}
#suplente .horario {
padding-left: 0 !important;
}
#suplente .horario .header {
font-size: 1.3rem;
}
#suplente .mensaje {
background-repeat: no-repeat;
background-position: center;
background-size: 100% auto;
height: 14rem;
display: table;
}
#suplente .mensaje .middle {
display: table-cell;
vertical-align: bottom;
}
#suplente .mensaje .button {
margin-bottom: 1rem;
}
#numero {
background-position: center;
background-attachment: fixed;
min-height: 15rem;
margin: 0 !important;
display: block;
}
#numero::before {
clear: both;
}
#numero .grid {
margin: 0 !important;
}
#numero .column {
display: table;
height: 13rem;
}
#numero a {
display: table-cell;
vertical-align: middle;
}
#numero a .button {
font-family: Roboto !important;
font-size: 1.3rem !important;
font-weight: 900 !important;
background-color: rgba(0, 30, 70, 0.8) !important;
}
#servicios {
background-color: rgba(0, 0, 0, .05);
padding-top: 3rem;
padding-bottom: 3rem;
min-height: 25rem;
font-family: Roboto;
}
#servicios .list img {
height: 1.2rem;
margin-right: 1rem;
}
#servicios i.icon {
color: grey;
}
#servicios .list a {
color: inherit;
}
#servicios .titulo {
font-weight: bold;
font-size: 16pt;
}
#servicios .seguimiento {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
min-height: 10rem !important;
}
#indice .grid {
margin: 0 !important;
}
#indice .row {
padding: 0 !important;
}
#indice .img {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#indice .img,
#indice .img img {
max-height: 20rem !important;
min-height: 10rem !important;
}
#indice .contenido {
padding-top: 5rem !important;
padding-bottom: 5rem !important;
color: rgba(0, 0, 0, 0.9) !important;
}
#indice .contenido .titulo {
font-size: 20pt;
font-weight: bold;
}
#indice .contenido .list .item {
font-size: 14pt !important;
color: inherit;
}