Falta corporativos, carro de compras y testimonios

This commit is contained in:
2021-01-03 00:22:47 -03:00
parent 57e13ccabb
commit a212e7567e
24 changed files with 729 additions and 151 deletions

View File

@ -45,11 +45,6 @@ input {
border-radius: 0;
}
body {
font-family: Roboto, sans;
color: #333333;
}
#backgrounds .cabezal {
height: 25rem;
background-image: url("../images/banner.jpg");
@ -87,7 +82,7 @@ body {
background-color: #64c8ff;
}
#backgrounds .corporativos {
height: 25rem;
height: 32.5rem;
background-image: url("../images/fondo5.png");
}
#backgrounds .testimonios {
@ -103,11 +98,17 @@ body {
clip-path: polygon(50% 0, 100% 0%, 100% 100%, 0% 100%);
}
body {
height: 211.25rem;
font-family: Roboto, sans;
color: #333333;
}
#content {
max-width: 67.5rem !important;
height: 203.75rem;
height: 211.25rem;
position: relative;
top: -203.75rem;
top: -211.25rem;
}
#content #header {
color: white;
@ -254,11 +255,17 @@ body {
#content > .column1 #dimensiones .images {
display: flex;
}
#content > .column1 #dimensiones .images img {
#content > .column1 #dimensiones .images .column {
float: left;
}
#content > .column1 #dimensiones .images .column > img {
width: 19.5625rem;
height: 14.6875rem;
}
#content > .column1 #dimensiones .images .column div {
width: 19.5625rem;
margin-top: 1.5625rem;
}
#content > .column1 #construido {
height: 21.875rem;
}
@ -336,6 +343,11 @@ body {
margin: auto 0.0625rem;
cursor: pointer;
}
#content > .column2 .sticky .row:first-child .column1 .colores .circle.selected {
width: 0.875rem;
height: 0.875rem;
cursor: default;
}
#content > .column2 .sticky .row:first-child .column1 .input {
width: 4.5rem;
border: thin solid black;
@ -350,6 +362,7 @@ body {
margin: 0;
padding: 0;
cursor: pointer;
font-weight: bold;
}
#content > .column2 .sticky .row:first-child .column1 .input input {
width: 2rem;
@ -372,7 +385,7 @@ body {
}
#content #corporativos {
width: 100%;
height: 25rem;
height: 32.5rem;
margin-top: 101.875rem !important;
}
#content #corporativos > .column {
@ -388,10 +401,11 @@ body {
width: 67%;
}
#content #corporativos .column1 > .header {
padding: 2.3125rem 0 !important;
margin-top: 4.1875rem;
margin-bottom: 2.3125rem;
}
#content #corporativos .column1 > .header .bigger {
font-size: 1.3333333333rem;
font-size: 1.625rem;
}
#content #corporativos .column1 .opciones {
display: flex;
@ -410,10 +424,23 @@ body {
}
#content #corporativos .column1 .opciones .opcion .descripcion {
display: inline-block;
vertical-align: top;
height: 12.5rem;
padding-top: 1.25rem;
}
#content #corporativos .column1 .opciones .opcion .descripcion ul {
#content #corporativos .column1 .opciones .opcion .descripcion .content {
display: block;
}
#content #corporativos .column1 .opciones .opcion .descripcion .content .header {
font-size: 1.1666666667rem;
margin-bottom: 0.625rem;
}
#content #corporativos .column1 .opciones .opcion .descripcion .content ul {
list-style: disc inside;
}
#content #corporativos .column1 .opciones .opcion .descripcion .images {
margin-top: 2.125rem;
}
#content #corporativos .column1 .opciones .opcion .descripcion .images img {
width: 4.375rem;
height: 5.3125rem;
@ -422,6 +449,11 @@ body {
width: 33%;
height: 100%;
}
#content #corporativos .column2 .header {
margin-top: 2.875rem;
margin-bottom: 1.5rem;
font-size: 1.625rem;
}
#content #corporativos .column2 form .colores {
vertical-align: center;
}
@ -458,6 +490,17 @@ body {
margin: auto 0.0625rem;
cursor: pointer;
}
#content #corporativos .column2 form .colores .circle.selected {
width: 0.875rem;
height: 0.875rem;
cursor: default;
}
#content #corporativos .column2 form .row {
margin-bottom: 0.5625rem;
}
#content #corporativos .column2 form .colores.linea {
margin-bottom: 1rem;
}
#content #corporativos .column2 form .input.cantidad {
width: 4.5rem;
border: thin solid black;
@ -484,9 +527,35 @@ body {
#content #corporativos .column2 form .input [type=file] {
display: none;
}
#content #corporativos .column2 form .input .file {
display: inline-block;
height: 1.5rem;
width: 9.375rem;
padding-top: 0.1875rem;
background-color: #cccccb;
border: thin solid #333;
font-size: 0.8333333333rem;
text-align: center;
cursor: pointer;
}
#content #corporativos .column2 form .input [type=text] {
height: 1.125rem;
background-color: rgba(255, 255, 255, 0.5);
background-color: white;
border: none !important;
border-radius: 0 !important;
}
#content #corporativos .column2 form textarea {
height: 4.5rem;
background-color: white;
border: none !important;
border-radius: 0 !important;
margin-bottom: 1rem;
}
#content #corporativos .column2 form .button {
width: 100%;
background-color: #666667;
color: white;
border: none !important;
border-radius: 0 !important;
}
#content #felices {
@ -549,8 +618,8 @@ body {
margin-top: 1.6875rem;
}
#content #formulario > .column1 > img {
width: 27.125rem;
height: 17.5rem;
width: 33.75rem;
height: 21.875rem;
float: left;
}
#content #formulario > .column2 {