hidalgo_landings/static/css/liga_morenista.css

87 lines
1.7 KiB
CSS

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@font-face {
font-family: gothamUltra;
src: url(../fonts/Gotham-Ultra.otf);
}
@font-face {
font-family: poppinsMedium;
src: url(../fonts/Poppins-Medium.otf);
}
body{
font-family: poppinsMedium;
margin-bottom: 100px !important;
}
.main-container{
margin-top: 0px;
}
.banner-gradient-bg{
background: radial-gradient(circle, rgba(174,0,2,1) 0%, rgba(80,0,6,1) 100%), rgb(174,0,2);
background-size: auto, auto;
}
.banner-composite-bg{
background: url(../images/banner_liga_morenista_2.png) no-repeat, url(../images/banner_liga_morenista_1.png) no-repeat;
background-size: auto 100%;
background-position: -200px 100px, center;
}
.banner-ligam{
font-family: gothamUltra;
font-size: 2.25rem;
color: white;
line-height: 1.75rem;
min-height:600px;;
padding: 6rem 1.5rem 1.5rem 1.5rem;;
white-space: nowrap;
}
.title-ligam{
font-family: gothamUltra;
font-size: 3rem;
color: #ae0002;
background-color: white;
text-align: center;
padding: 0.75rem 1rem;
border-bottom: solid #ae0002 1.5rem;
}
.div-ligam-form{
padding: 1.5rem;;
}
.form-title{
margin: 2.25rem 0.75rem;
font-family: gothamUltra;
font-size: 5rem;
color: #e97c00;
line-height: 4rem;
}
.form-control{
background-color: #ececec !important;
border: none !important;
border-radius: 0px !important;
}
.btn-ligam{
font-family: poppinsMedium;
font-size: 1.25rem;
color: white;
padding: 0.25rem 2.25rem;
background-color: #500006;
border-radius: 0px;
}
.footer{
height: 100px !important;
color: black;
font-family: poppinsMedium;
font-size: 1rem;
background-color: #ececec;
}