v2.0.4-beta

This commit is contained in:
2021-01-14 11:26:30 -03:00
parent 1ac2789f28
commit 05e12addac
93 changed files with 544 additions and 863 deletions

View File

@ -0,0 +1,7 @@
#construidos {
background-image: $fondo_construidos;
background-color: linear-gradient(to right, rgb(0, 0, 0, .6), rgb(0, 0, 0, 0));
color: $blanco;
padding-bottom: 1.25rem;
}

View File

@ -0,0 +1,58 @@
#contacto {
position: relative;
margin-top: 1rem;
.background {
position: absolute;
width: 100%;
height: 100%;
background-color: $gris;
clip-path: polygon(50% 0, 100% 0%, 100% 100%, 0% 100%);
}
.column {
height: 100%;
}
.column:first-child {
width: 67%;
}
.column:last-child {
width: 33%;
}
a {
color: inherit;
}
div.whatsapp {
background-color: green;
padding: .5rem 0;
color: $blanco;
}
.icons {
.icon:first-child {
color: $blanco;
}
.icon:last-child {
color: $gris;
}
}
.paragraph {
margin-bottom: .5rem;
text-align: justify;
}
form {
.row {
margin-bottom: .5rem;
input {
height: 1.5rem;
}
textarea {
height: 5rem;
}
}
}
}

View File

@ -0,0 +1,18 @@
#corporativos {
background-image: $fondo_corporativos;
.segment {
.content {
.header {
padding-top: 2rem;
padding-bottom: 1rem;
}
ul {
list-style: none;
margin-left: 0;
padding-left: 1rem;
text-indent: -1rem;
}
}
}
}

View File

@ -0,0 +1,7 @@
#descripcion {
background-image: linear-gradient($gris, $gris);
.images {
text-align: center;
}
}

View File

@ -0,0 +1,24 @@
#dimensiones {
position: relative;
background-image: $fondo_ventajas_dimensiones;
.fondo-gris {
position: absolute;
width: 100%;
height: 100%;
background-color: rgba($gris, .5);
}
.left.column {
&>.grid {
&>.column:first-child {
min-width: 33% !important;
}
&>.column:last-child {
min-width: 67% !important;
}
}
}
}

View File

@ -0,0 +1,19 @@
#header {
background-image: $fondo_cabezal;
background-repeat: no-repeat;
background-color: rgba(0, 0, 0, .4);
background-blend-mode: multiply;
color: $blanco;
.container {
.segment {
margin: 0 !important;
#logo {
img {
width: 50%;
}
}
}
}
}

View File

@ -0,0 +1,14 @@
#images.modal {
text-align: center;
.header {
text-align: right;
}
.content {
text-align: center;
img {
margin: auto;
}
}
}

View File

@ -0,0 +1,17 @@
#menu {
z-index: 100;
background: none !important;
border: none !important;
box-shadow: none !important;
.right.menu {
.item {
.shopping.cart {
.cantidad {
position: relative;
color: $blanco;
}
}
}
}
}

View File

@ -0,0 +1,13 @@
#testimonios {
.testimonios {
.ui.card {
background-color: $gris;
.rating {
.icon {
color: white;
}
}
}
}
}

View File

@ -0,0 +1,42 @@
#ventajas {
position: relative;
background-image: $fondo_ventajas_dimensiones;
.diagonal {
position: absolute;
background-blend-mode: color;
}
.gallery {
position: relative;
text-align: center;
.image {
max-height: inherit;
img {
max-height: inherit;
margin: auto;
}
}
.nav {
position: absolute;
cursor: pointer;
background-color: rgb(255, 255, 255, .5);
}
.nav.left {
top: 50%;
left: 0;
}
.nav.right {
top: 50%;
right: 0;
}
&::after {
clear: both;
}
}
}