This commit is contained in:
2020-12-18 15:05:09 -03:00
parent 4cb708b654
commit d82734deab
7 changed files with 286 additions and 0 deletions

View File

@ -0,0 +1,123 @@
.ui.container {
position: relative;
}
#header {
background-image: url("../images/header.png");
background-repeat: no-repeat;
background-size: auto;
background-color: rgba(100, 100, 0, 0.3);
color: white;
width: 100%;
height: 30rem;
}
#header .ui.menu {
border: none !important;
background: none !important;
box-shadow: none !important;
margin: 0 !important;
}
#header .ui.menu .dropdown .menu {
background: none !important;
border: none !important;
box-shadow: none !important;
}
#header .ui.menu .item {
color: inherit !important;
}
#header .logo {
padding: 0 !important;
margin: 0 !important;
}
#header .logo img {
width: 10rem;
}
#header .logo .frase1 {
font-size: 2rem;
}
#header .logo .frase2 {
font-size: 1rem;
}
.simple.segment {
border: none !important;
border-radius: 0 !important;
box-shadow: none !important;
margin: 0 !important;
padding: 0 !important;
}
.simple.segment > .ui.grid {
height: 100%;
}
#seccion1 {
background-image: linear-gradient(#c8c8c8, #c8c8c8);
background-position: left 3rem;
background-size: 100% 5rem;
background-repeat: no-repeat;
height: 20rem;
}
#seccion1 .ui.simple.segment {
background: none !important;
}
#seccion1 img {
height: 10rem;
}
#seccion2 {
height: 20rem;
background-image: url("../images/fondo23.png");
background-color: #f0f0f0;
}
#dimensiones {
height: 20rem;
background-image: url("../images/fondo23.png");
background-color: #f0f0f0;
}
#construido {
height: 20rem;
background-image: url("../images/fondo4.png");
background-color: #64c8ff;
}
#corporativos {
height: 20rem;
background-image: url("../images/fondo5.png");
background-color: #fafafa;
}
#felices {
background-image: linear-gradient(#c8c8c8, #c8c8c8);
background-position: left 3rem;
background-size: 100% 5rem;
background-repeat: no-repeat;
height: 20rem;
}
#formulario {
height: 30rem;
}
#formulario .whatsapp-link {
color: inherit;
}
#sticky_container {
position: absolute;
width: 100%;
height: 75rem;
top: 30rem;
left: 1rem;
}
#sticky_container .column {
height: inherit;
padding: 0;
}
#sticky_container .sticky .grid {
margin: 1rem !important;
}
.fondo-blanco {
background-color: rgba(255, 255, 255, 0.5);
}