v2.1.0-alpha
This commit is contained in:
@ -7,79 +7,24 @@
|
||||
@import 'phone/construidos';
|
||||
@import 'phone/corporativos';
|
||||
|
||||
@import 'phone/sticky';
|
||||
@import 'phone/nav';
|
||||
|
||||
.left.column {
|
||||
width: 75%;
|
||||
padding-left: rem(5) !important;
|
||||
}
|
||||
.right.column {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
#backgrounds {
|
||||
.cabezal {
|
||||
height: (map.get($heights, 'cabezal'))+rem;
|
||||
|
||||
background-image: $fondo_cabezal;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 160%;
|
||||
background-position: bottom rem(-10) center;
|
||||
background-color: rgba(0, 0, 0, .4);
|
||||
background-blend-mode: multiply;
|
||||
}
|
||||
.seccion1 {
|
||||
height: (map.get($heights, "seccion1"))+rem;
|
||||
|
||||
background-image: linear-gradient($gris, $gris);
|
||||
background-position: left rem(112);
|
||||
background-size: 100% rem(128);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.seccion2 {
|
||||
height: (map.get($heights, "seccion2"))+rem;
|
||||
|
||||
background-image: $fondo_ventajas_dimensiones;
|
||||
|
||||
.diagonal {
|
||||
border-bottom: (map.get($heights, 'seccion2'))+rem solid rgba($gris, .5);
|
||||
border-right: rem(1900) solid transparent;
|
||||
}
|
||||
}
|
||||
.dimensiones {
|
||||
height: (map.get($heights, "dimensiones"))+rem;
|
||||
|
||||
background-image: $fondo_ventajas_dimensiones;
|
||||
.fondo-gris {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba($gris, .5);
|
||||
}
|
||||
}
|
||||
.construido {
|
||||
height: (map.get($heights, "construido"))+rem;
|
||||
|
||||
background-image: $fondo_construidos;
|
||||
}
|
||||
.corporativos {
|
||||
height: (map.get($heights, "corporativos"))+rem;
|
||||
|
||||
background-image: $fondo_corporativos;
|
||||
}
|
||||
.testimonios {
|
||||
height: (map.get($heights, "felices"))+rem;
|
||||
|
||||
background-image: linear-gradient($gris, $gris);
|
||||
background-position: left rem(115);
|
||||
background-size: 100% rem(118);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.formulario {
|
||||
height: (map.get($heights, "formulario"))+rem;
|
||||
background-color: $gris;
|
||||
clip-path: polygon(50% 0, 100% 0%, 100% 100%, 0% 100%);
|
||||
}
|
||||
.titulo {
|
||||
padding-top: rem(25);
|
||||
padding-bottom: rem(20);
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: $html-font-size+px;
|
||||
width: 100%;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
body {
|
||||
@ -87,624 +32,3 @@ body {
|
||||
font-family: Roboto, sans;
|
||||
color: $gris_standard;
|
||||
}
|
||||
|
||||
#content {
|
||||
width: 100% !important;
|
||||
height: ($content_height)+rem;
|
||||
margin: 0 !important;
|
||||
position: relative;
|
||||
top: (-$content_height)+rem;
|
||||
|
||||
#header {
|
||||
color: rgb(255, 255, 255);
|
||||
|
||||
width: 100%;
|
||||
height: (map.get($heights, 'cabezal'))+rem;
|
||||
|
||||
.ui.menu {
|
||||
border: none !important;
|
||||
background: none !important;
|
||||
//background-color: rgba(100, 100, 100, .3) !important;
|
||||
box-shadow: none !important;
|
||||
margin: 0 !important;
|
||||
color: rgb(0, 0, 0);
|
||||
|
||||
.dropdown .menu {
|
||||
/*background: none !important;
|
||||
border: none !important;
|
||||
box-shadow: none !important;*/
|
||||
color: rgb(0, 0, 0);
|
||||
font-size: 1rem;
|
||||
.item {
|
||||
padding: 1rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
.item {
|
||||
color: inherit !important;
|
||||
font-size: 1rem;
|
||||
|
||||
.shopping.cart div {
|
||||
position: relative;
|
||||
color: rgb(0, 0, 0);
|
||||
display: inline-block;
|
||||
top: -1.3rem;
|
||||
left: 0.1rem;
|
||||
font-size: .5rem;
|
||||
font-family: Roboto, sans;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.logo {
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
|
||||
img {
|
||||
width: 50%;
|
||||
max-width: rem($full_width);
|
||||
}
|
||||
.frase1 {
|
||||
width: 75%;
|
||||
margin: auto;
|
||||
font-size: 1rem;
|
||||
}
|
||||
.frase2 {
|
||||
font-size: .7rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&>.column {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
|
||||
padding-left: 1rem !important;
|
||||
padding-right: 1rem !important;
|
||||
|
||||
&::after {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
&>.column1 {
|
||||
width: percentage($column1/100);
|
||||
|
||||
|
||||
#seccion1 {
|
||||
height: (map.get($heights, "seccion1"))+rem;
|
||||
width: 100%;
|
||||
|
||||
.image-container {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
height: rem(112+128);
|
||||
|
||||
img {
|
||||
width: percentage(50/100);
|
||||
margin-top: rem(85);
|
||||
}
|
||||
}
|
||||
.paragraph {
|
||||
padding-top: rem(28);
|
||||
line-height: rem(14);
|
||||
text-align: justify;
|
||||
|
||||
.header {
|
||||
margin-bottom: 1rem;
|
||||
font-size: rem(22);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#seccion2 {
|
||||
height: (map.get($heights, "seccion2"))+rem;
|
||||
|
||||
&>.column {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
width: 50%;
|
||||
|
||||
&::after {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
.column1 {
|
||||
margin-top: rem(80);
|
||||
img {
|
||||
width: rem(317);
|
||||
height: rem(317);
|
||||
}
|
||||
}
|
||||
.column2 {
|
||||
margin-top: rem(114);
|
||||
.row:first-child {
|
||||
background-color: #00427b;
|
||||
color: rgb(256, 256, 256);
|
||||
height: rem(180);
|
||||
width: rem(380);
|
||||
padding: 2rem;
|
||||
margin-left: -3rem;
|
||||
overflow: hidden;
|
||||
|
||||
.header {
|
||||
font-weight: bold;
|
||||
font-size: rem(16);
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: disc inside;
|
||||
font-size: font-size(10);
|
||||
}
|
||||
}
|
||||
.row:last-child {
|
||||
margin-top: rem(18);
|
||||
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
img {
|
||||
width: rem(70);
|
||||
height: rem(85);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#dimensiones {
|
||||
height: (map.get($heights, "dimensiones"))+rem;
|
||||
|
||||
.header {
|
||||
padding: rem(37) 0 !important;
|
||||
.bigger {
|
||||
font-size: rem(16);
|
||||
}
|
||||
}
|
||||
|
||||
.images {
|
||||
display: flex;
|
||||
|
||||
.column {
|
||||
float: left;
|
||||
|
||||
&>img {
|
||||
width: rem(313);
|
||||
height: rem(235);
|
||||
}
|
||||
|
||||
div {
|
||||
width: rem(313);
|
||||
margin-top: rem(25);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#construido {
|
||||
height: (map.get($heights, "construido"))+rem;
|
||||
padding-top: rem(23) !important;
|
||||
|
||||
.header {
|
||||
font-size: font_size(22);
|
||||
padding: rem(10) rem(43);
|
||||
background-color: rgba(255, 255, 255, .6);
|
||||
}
|
||||
}
|
||||
}
|
||||
&>.column2 {
|
||||
width: percentage($column2/100);
|
||||
height: ($column_height1)+rem;
|
||||
|
||||
.sticky {
|
||||
height: rem(265);
|
||||
width: rem(310);
|
||||
margin: auto;
|
||||
|
||||
.row:first-child {
|
||||
height: rem(170);
|
||||
margin-top: rem(80);
|
||||
|
||||
.column {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
|
||||
&::after {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
.column1 {
|
||||
vertical-align: bottom;
|
||||
padding-top: rem(20);
|
||||
width: rem(310*2/3);
|
||||
|
||||
.linea {
|
||||
margin-bottom: rem(10);
|
||||
}
|
||||
|
||||
.titulo {
|
||||
font-size: font_size(25);
|
||||
}
|
||||
.precio {
|
||||
font-size: font_size(16);
|
||||
}
|
||||
font-size: font_size(14);
|
||||
|
||||
@include colors;
|
||||
.input {
|
||||
width: 4.5rem;
|
||||
border: thin solid rgb(0, 0, 0);
|
||||
text-align: center;
|
||||
padding: .5rem 0.05rem;
|
||||
font-size: font_size(10);
|
||||
|
||||
button {
|
||||
background: none;
|
||||
border: none;
|
||||
width: 1rem;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
}
|
||||
input {
|
||||
width: 2rem;
|
||||
background: none;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
.column2 {
|
||||
width: rem(310/3);
|
||||
|
||||
img {
|
||||
width: rem(110);
|
||||
height: rem(160);
|
||||
}
|
||||
}
|
||||
}
|
||||
.row:last-child {
|
||||
.button {
|
||||
border-radius: 0 !important;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#corporativos {
|
||||
width: 100%;
|
||||
height: (map.get($heights, "corporativos"))+rem;
|
||||
|
||||
margin-top: ($column_height1)+rem !important;
|
||||
|
||||
&>.column {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
|
||||
padding-left: 1rem !important;
|
||||
padding-right: 1rem !important;
|
||||
|
||||
&::after {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
.column1 {
|
||||
width: percentage(67/100);
|
||||
|
||||
&>.header {
|
||||
margin-top: rem(67);
|
||||
margin-bottom: rem(37);
|
||||
.bigger {
|
||||
font-size: rem(26);
|
||||
}
|
||||
}
|
||||
.opciones {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
|
||||
.opcion {
|
||||
display: inline-block;
|
||||
|
||||
.img-grande {
|
||||
display: inline-block;
|
||||
padding-right: rem(12);
|
||||
img {
|
||||
width: rem(135);
|
||||
height: rem(200);
|
||||
}
|
||||
}
|
||||
.descripcion {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
height: rem(200);
|
||||
padding-top: rem(20);
|
||||
|
||||
.content {
|
||||
display: block;
|
||||
.header {
|
||||
font-size: font_size(14);
|
||||
margin-bottom: rem(10);
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: disc inside;
|
||||
}
|
||||
}
|
||||
.images {
|
||||
margin-top: rem(34);
|
||||
img {
|
||||
width: rem(70);
|
||||
height: rem(85);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.column2 {
|
||||
width: percentage(33/100);
|
||||
height: 100%;
|
||||
|
||||
.header {
|
||||
margin-top: rem(46);
|
||||
margin-bottom: rem(24);
|
||||
font-size: rem(26);
|
||||
}
|
||||
|
||||
form {
|
||||
@include colors;
|
||||
|
||||
.row {
|
||||
margin-bottom: rem(9);
|
||||
}
|
||||
.colores.linea {
|
||||
margin-bottom: rem(25-9);
|
||||
}
|
||||
.input.cantidad {
|
||||
width: 4.5rem;
|
||||
border: thin solid rgb(0, 0, 0);
|
||||
text-align: center;
|
||||
padding: .5rem 0.05rem;
|
||||
font-size: font_size(10);
|
||||
|
||||
button {
|
||||
background: none;
|
||||
border: none;
|
||||
width: 1rem;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
input {
|
||||
width: 2rem;
|
||||
background: none;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
.input [type="file"] {
|
||||
display: none;
|
||||
}
|
||||
.input .file {
|
||||
display: inline-block;
|
||||
height: rem(20*12/10);
|
||||
width: rem(150);
|
||||
padding-top: rem(3);
|
||||
background-color: #cccccb;
|
||||
border: thin solid #333;
|
||||
font-size: font_size(10);
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
.input [type="text"] {
|
||||
height: rem(18);
|
||||
background-color: rgba(255, 255, 255);
|
||||
border: none !important;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
textarea {
|
||||
height: rem(72);
|
||||
background-color: rgba(255, 255, 255);
|
||||
border: none !important;
|
||||
border-radius: 0 !important;
|
||||
margin-bottom: rem(25-9);
|
||||
}
|
||||
.button {
|
||||
width: 100%;
|
||||
background-color: #666667;
|
||||
color: white;
|
||||
border: none !important;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#felices {
|
||||
height: (map.get($heights, "felices"))+rem;
|
||||
|
||||
padding: 0 1rem !important;
|
||||
padding-top: rem(60) !important;
|
||||
|
||||
.header {
|
||||
//margin-top: rem(60);
|
||||
font-size: font_size(22);
|
||||
}
|
||||
.testimonios {
|
||||
margin-top: rem(25);
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
text-align: center;
|
||||
|
||||
.testimonio {
|
||||
height: rem(80);
|
||||
color: #666667;
|
||||
margin-top: rem(20);
|
||||
width: percentage(30/100);
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
.nav {
|
||||
display: block;
|
||||
text-align: center;
|
||||
color: #666667;
|
||||
}
|
||||
}
|
||||
|
||||
#formulario {
|
||||
height: (map.get($heights, "formulario"))+rem;
|
||||
|
||||
padding: 0 1rem !important;
|
||||
|
||||
.whatsapp-link {
|
||||
color: inherit;
|
||||
}
|
||||
&>.column {
|
||||
float: left;
|
||||
|
||||
padding-left: 1rem !important;
|
||||
padding-right: 1rem !important;
|
||||
|
||||
&::after {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
&>.flotante {
|
||||
position: absolute;
|
||||
top: rem(183);
|
||||
margin: auto;
|
||||
left: 40%;
|
||||
width: rem($full_width/5);
|
||||
text-align: center;
|
||||
|
||||
&>.content {
|
||||
width: rem(130);
|
||||
margin: auto;
|
||||
left: -50%;
|
||||
|
||||
.item {
|
||||
display: block;
|
||||
padding: rem(5) 0;
|
||||
}
|
||||
div.whatsapp {
|
||||
height: rem(30);
|
||||
background-color: #1a9947;
|
||||
color: #fff;
|
||||
font-size: rem(10);
|
||||
|
||||
&>i {
|
||||
position: relative;
|
||||
font-size: font_size(16);
|
||||
top: rem(3);
|
||||
}
|
||||
}
|
||||
.rrss {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
font-size: rem(20);
|
||||
|
||||
i.inverted.grey {
|
||||
color: white !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&>.column1 {
|
||||
width: percentage($column1/100);
|
||||
margin-top: rem(27);
|
||||
|
||||
&>img {
|
||||
width: rem(540);
|
||||
height: rem(350);
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
&>.column2 {
|
||||
width: percentage($column2/100);
|
||||
|
||||
.header {
|
||||
margin-top: rem(20);
|
||||
text-align: center;
|
||||
font-size: font_size(22);
|
||||
|
||||
.whatsapp-link {
|
||||
display: inline-block;
|
||||
width: rem(25);
|
||||
height: rem(25);
|
||||
font-size: font_size(25);
|
||||
}
|
||||
}
|
||||
|
||||
.paragraph {
|
||||
padding-top: 1rem;
|
||||
padding-bottom: rem(25);
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
form {
|
||||
input {
|
||||
border-radius: 0 !important;
|
||||
height: rem(18);
|
||||
margin-bottom: rem(9);
|
||||
background-color: rgba(255, 255, 255, .5);
|
||||
font-size: font_size(10);
|
||||
&::placeholder {
|
||||
color: $gris_standard;
|
||||
}
|
||||
}
|
||||
textarea {
|
||||
border-radius: 0 !important;
|
||||
height: rem(72);
|
||||
margin-bottom: rem(25);
|
||||
background-color: rgba(255, 255, 255, .5);
|
||||
font-size: font_size(10);
|
||||
&::placeholder {
|
||||
color: $gris_standard;
|
||||
}
|
||||
}
|
||||
.button {
|
||||
width: 100%;
|
||||
border-radius: 0 !important;
|
||||
background-color: white;
|
||||
color: $gris_standard;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
section {
|
||||
background: none;
|
||||
|
||||
&.segment>.container {
|
||||
height: 100%;
|
||||
|
||||
&>.column1 {
|
||||
display: inline-block;
|
||||
width: ($column1)+rem;
|
||||
}
|
||||
&>.column2 {
|
||||
display: inline-block;
|
||||
width: ($column2)+rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
.simple.segment {
|
||||
border: none !important;
|
||||
border-radius: 0 !important;
|
||||
box-shadow: none !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
|
||||
&>.ui.grid {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
.fondo-blanco {
|
||||
background-color: rgba(255, 255, 255, .5);
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,62 @@
|
||||
#corporativos {
|
||||
margin-top: 1rem !important;
|
||||
|
||||
form {
|
||||
@include colors;
|
||||
|
||||
.row {
|
||||
margin-bottom: rem(9);
|
||||
|
||||
input {
|
||||
height: 1.5rem;
|
||||
}
|
||||
textarea {
|
||||
height: 5rem;
|
||||
}
|
||||
}
|
||||
.input.cantidad {
|
||||
width: 4.5rem;
|
||||
background: rgb(255, 255, 255);
|
||||
text-align: center;
|
||||
padding: .5rem 0.05rem;
|
||||
font-size: font_size(10);
|
||||
color: rgba(191, 191, 191, .87) !important;
|
||||
|
||||
button {
|
||||
background: none;
|
||||
border: none;
|
||||
width: 1rem;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
color: rgba(191, 191, 191, .87) !important;
|
||||
}
|
||||
input {
|
||||
width: 2rem;
|
||||
background: none;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
color: rgba(191, 191, 191, .87) !important;
|
||||
}
|
||||
}
|
||||
.input [type="file"] {
|
||||
display: none;
|
||||
}
|
||||
.input .file {
|
||||
display: inline-block;
|
||||
height: rem(20*12/10);
|
||||
padding-top: rem(3);
|
||||
margin-left: rem(5);
|
||||
font-size: font_size(16);
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
.button {
|
||||
width: 100%;
|
||||
background-color: #666667;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
17
assets/sass/phone/_nav.scss
Normal file
17
assets/sass/phone/_nav.scss
Normal file
@ -0,0 +1,17 @@
|
||||
#menu {
|
||||
i {
|
||||
font-size: font-size(18);
|
||||
}
|
||||
.right.menu {
|
||||
.item {
|
||||
.shopping.cart {
|
||||
.cantidad {
|
||||
font-size: font-size(12);
|
||||
font-family: $font_family;
|
||||
top: rem(-14);
|
||||
left: rem(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
70
assets/sass/phone/_sticky.scss
Normal file
70
assets/sass/phone/_sticky.scss
Normal file
@ -0,0 +1,70 @@
|
||||
#columna_sticky {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: (map.get($heights, 'cabezal'))+rem;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
.left.column {
|
||||
pointer-events: none;
|
||||
}
|
||||
.sticky {
|
||||
background-color: rgba(255, 255, 255, .5);
|
||||
|
||||
z-index: 10;
|
||||
|
||||
margin-top: rem(40);
|
||||
padding-top: rem(54);
|
||||
|
||||
.row {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
|
||||
.column:first-child {
|
||||
vertical-align: bottom;
|
||||
padding-top: rem(20);
|
||||
|
||||
.titulo {
|
||||
font-size: font_size(25);
|
||||
}
|
||||
.precio {
|
||||
font-size: font_size(16);
|
||||
}
|
||||
font-size: font_size(14);
|
||||
|
||||
@include colors;
|
||||
.input.cantidad {
|
||||
width: 4.5rem;
|
||||
border: thin solid rgb(0, 0, 0);
|
||||
text-align: center;
|
||||
padding: .5rem 0.05rem;
|
||||
font-size: font_size(10);
|
||||
|
||||
button {
|
||||
background: none;
|
||||
border: none;
|
||||
width: 1rem;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
}
|
||||
input {
|
||||
width: 2rem;
|
||||
background: none;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
}
|
||||
.button {
|
||||
border-radius: 0 !important;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.button {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -6,6 +6,13 @@
|
||||
|
||||
.row {
|
||||
margin-bottom: rem(9);
|
||||
|
||||
input {
|
||||
height: 1.5rem;
|
||||
}
|
||||
textarea {
|
||||
height: 5rem;
|
||||
}
|
||||
}
|
||||
.input.cantidad {
|
||||
width: 4.5rem;
|
||||
@ -46,14 +53,6 @@
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
.row {
|
||||
input {
|
||||
height: 1.5rem;
|
||||
}
|
||||
textarea {
|
||||
height: 5rem;
|
||||
}
|
||||
}
|
||||
.button {
|
||||
width: 100%;
|
||||
background-color: #666667;
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 58 KiB |
@ -364,70 +364,185 @@ i.font-icon.chile:before {
|
||||
#corporativos {
|
||||
margin-top: 1rem !important;
|
||||
}
|
||||
#corporativos form .colores {
|
||||
vertical-align: center;
|
||||
}
|
||||
#corporativos form .colores .text {
|
||||
margin-right: 0.28125rem;
|
||||
}
|
||||
#corporativos form .colores .circle {
|
||||
display: inline-block;
|
||||
width: 1.40625rem;
|
||||
height: 1.40625rem;
|
||||
border-radius: 8000px;
|
||||
margin: auto 0.09375rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
#corporativos form .colores .circle.selected {
|
||||
width: 1.59375rem;
|
||||
height: 1.59375rem;
|
||||
cursor: default;
|
||||
}
|
||||
#corporativos form .row {
|
||||
margin-bottom: 0.84375rem;
|
||||
}
|
||||
#corporativos form .row input {
|
||||
height: 1.5rem;
|
||||
}
|
||||
#corporativos form .row textarea {
|
||||
height: 5rem;
|
||||
}
|
||||
#corporativos form .input.cantidad {
|
||||
width: 4.5rem;
|
||||
background: white;
|
||||
text-align: center;
|
||||
padding: 0.5rem 0.05rem;
|
||||
font-size: 0.8333333333rem;
|
||||
color: rgba(191, 191, 191, 0.87) !important;
|
||||
}
|
||||
#corporativos form .input.cantidad button {
|
||||
background: none;
|
||||
border: none;
|
||||
width: 1rem;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
color: rgba(191, 191, 191, 0.87) !important;
|
||||
}
|
||||
#corporativos form .input.cantidad input {
|
||||
width: 2rem;
|
||||
background: none;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
color: rgba(191, 191, 191, 0.87) !important;
|
||||
}
|
||||
#corporativos form .input [type=file] {
|
||||
display: none;
|
||||
}
|
||||
#corporativos form .input .file {
|
||||
display: inline-block;
|
||||
height: 2.25rem;
|
||||
padding-top: 0.28125rem;
|
||||
margin-left: 0.46875rem;
|
||||
font-size: 1.3333333333rem;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
#corporativos form .button {
|
||||
width: 100%;
|
||||
background-color: #666667;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#columna_sticky {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 25rem;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
#columna_sticky .left.column {
|
||||
pointer-events: none;
|
||||
}
|
||||
#columna_sticky .sticky {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
z-index: 10;
|
||||
margin-top: 3.75rem;
|
||||
padding-top: 5.0625rem;
|
||||
}
|
||||
#columna_sticky .sticky .row {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
#columna_sticky .sticky .column:first-child {
|
||||
vertical-align: bottom;
|
||||
padding-top: 1.875rem;
|
||||
font-size: 1.1666666667rem;
|
||||
}
|
||||
#columna_sticky .sticky .column:first-child .titulo {
|
||||
font-size: 2.0833333333rem;
|
||||
}
|
||||
#columna_sticky .sticky .column:first-child .precio {
|
||||
font-size: 1.3333333333rem;
|
||||
}
|
||||
#columna_sticky .sticky .column:first-child .colores {
|
||||
vertical-align: center;
|
||||
}
|
||||
#columna_sticky .sticky .column:first-child .colores .text {
|
||||
margin-right: 0.28125rem;
|
||||
}
|
||||
#columna_sticky .sticky .column:first-child .colores .circle {
|
||||
display: inline-block;
|
||||
width: 1.40625rem;
|
||||
height: 1.40625rem;
|
||||
border-radius: 8000px;
|
||||
margin: auto 0.09375rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
#columna_sticky .sticky .column:first-child .colores .circle.selected {
|
||||
width: 1.59375rem;
|
||||
height: 1.59375rem;
|
||||
cursor: default;
|
||||
}
|
||||
#columna_sticky .sticky .column:first-child .input.cantidad {
|
||||
width: 4.5rem;
|
||||
border: thin solid black;
|
||||
text-align: center;
|
||||
padding: 0.5rem 0.05rem;
|
||||
font-size: 0.8333333333rem;
|
||||
}
|
||||
#columna_sticky .sticky .column:first-child .input.cantidad button {
|
||||
background: none;
|
||||
border: none;
|
||||
width: 1rem;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
}
|
||||
#columna_sticky .sticky .column:first-child .input.cantidad input {
|
||||
width: 2rem;
|
||||
background: none;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
}
|
||||
#columna_sticky .sticky .column:first-child .input.cantidad .button {
|
||||
border-radius: 0 !important;
|
||||
width: 100%;
|
||||
}
|
||||
#columna_sticky .sticky .column:first-child .button {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#menu i {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
#menu .right.menu .item .shopping.cart .cantidad {
|
||||
font-size: 1rem;
|
||||
font-family: Roboto, sans;
|
||||
top: -1.3125rem;
|
||||
left: 0.28125rem;
|
||||
}
|
||||
|
||||
.left.column {
|
||||
width: 75%;
|
||||
padding-left: 0.46875rem !important;
|
||||
}
|
||||
|
||||
#backgrounds .cabezal {
|
||||
height: 25rem;
|
||||
background-image: url("../images/banner.jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 160%;
|
||||
background-position: bottom -0.9375rem center;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
background-blend-mode: multiply;
|
||||
.right.column {
|
||||
width: 25%;
|
||||
}
|
||||
#backgrounds .seccion1 {
|
||||
height: rem;
|
||||
background-image: linear-gradient(#cccccc, #cccccc);
|
||||
background-position: left 10.5rem;
|
||||
background-size: 100% 12rem;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
#backgrounds .seccion2 {
|
||||
height: rem;
|
||||
background-image: url("../images/tripode.png");
|
||||
}
|
||||
#backgrounds .seccion2 .diagonal {
|
||||
border-bottom: rem solid rgba(204, 204, 204, 0.5);
|
||||
border-right: 178.125rem solid transparent;
|
||||
}
|
||||
#backgrounds .dimensiones {
|
||||
height: 27.5rem;
|
||||
background-image: url("../images/tripode.png");
|
||||
}
|
||||
#backgrounds .dimensiones .fondo-gris {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba(204, 204, 204, 0.5);
|
||||
}
|
||||
#backgrounds .construido {
|
||||
height: 21.875rem;
|
||||
background-image: url("../images/construido.jpg");
|
||||
}
|
||||
#backgrounds .corporativos {
|
||||
height: 32.5rem;
|
||||
background-image: url("../images/corporativo.png");
|
||||
}
|
||||
#backgrounds .testimonios {
|
||||
height: 21.875rem;
|
||||
background-image: linear-gradient(#cccccc, #cccccc);
|
||||
background-position: left 10.78125rem;
|
||||
background-size: 100% 11.0625rem;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
#backgrounds .formulario {
|
||||
height: 30rem;
|
||||
background-color: #cccccc;
|
||||
clip-path: polygon(50% 0, 100% 0%, 100% 100%, 0% 100%);
|
||||
|
||||
.titulo {
|
||||
padding-top: 2.34375rem;
|
||||
padding-bottom: 1.875rem;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 10.6666666667px;
|
||||
width: 100%;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
body {
|
||||
@ -435,579 +550,6 @@ i.font-icon.chile:before {
|
||||
font-family: Roboto, sans;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
#content {
|
||||
width: 100% !important;
|
||||
height: 211.25rem;
|
||||
margin: 0 !important;
|
||||
position: relative;
|
||||
top: -211.25rem;
|
||||
}
|
||||
#content #header {
|
||||
color: white;
|
||||
width: 100%;
|
||||
height: 25rem;
|
||||
}
|
||||
#content #header .ui.menu {
|
||||
border: none !important;
|
||||
background: none !important;
|
||||
box-shadow: none !important;
|
||||
margin: 0 !important;
|
||||
color: black;
|
||||
}
|
||||
#content #header .ui.menu .dropdown .menu {
|
||||
/*background: none !important;
|
||||
border: none !important;
|
||||
box-shadow: none !important;*/
|
||||
color: black;
|
||||
font-size: 1rem;
|
||||
}
|
||||
#content #header .ui.menu .dropdown .menu .item {
|
||||
padding: 1rem !important;
|
||||
}
|
||||
#content #header .ui.menu .item {
|
||||
color: inherit !important;
|
||||
font-size: 1rem;
|
||||
}
|
||||
#content #header .ui.menu .item .shopping.cart div {
|
||||
position: relative;
|
||||
color: black;
|
||||
display: inline-block;
|
||||
top: -1.3rem;
|
||||
left: 0.1rem;
|
||||
font-size: 0.5rem;
|
||||
font-family: Roboto, sans;
|
||||
}
|
||||
#content #header .logo {
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
#content #header .logo img {
|
||||
width: 50%;
|
||||
max-width: 56.25rem;
|
||||
}
|
||||
#content #header .logo .frase1 {
|
||||
width: 75%;
|
||||
margin: auto;
|
||||
font-size: 1rem;
|
||||
}
|
||||
#content #header .logo .frase2 {
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
#content > .column {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
padding-left: 1rem !important;
|
||||
padding-right: 1rem !important;
|
||||
}
|
||||
#content > .column::after {
|
||||
clear: both;
|
||||
}
|
||||
#content > .column1 {
|
||||
width: 90%;
|
||||
}
|
||||
#content > .column1 #seccion1 {
|
||||
height: rem;
|
||||
width: 100%;
|
||||
}
|
||||
#content > .column1 #seccion1 .image-container {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
height: 22.5rem;
|
||||
}
|
||||
#content > .column1 #seccion1 .image-container img {
|
||||
width: 50%;
|
||||
margin-top: 7.96875rem;
|
||||
}
|
||||
#content > .column1 #seccion1 .paragraph {
|
||||
padding-top: 2.625rem;
|
||||
line-height: 1.3125rem;
|
||||
text-align: justify;
|
||||
}
|
||||
#content > .column1 #seccion1 .paragraph .header {
|
||||
margin-bottom: 1rem;
|
||||
font-size: 2.0625rem;
|
||||
}
|
||||
#content > .column1 #seccion2 {
|
||||
height: rem;
|
||||
}
|
||||
#content > .column1 #seccion2 > .column {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
#content > .column1 #seccion2 > .column::after {
|
||||
clear: both;
|
||||
}
|
||||
#content > .column1 #seccion2 .column1 {
|
||||
margin-top: 7.5rem;
|
||||
}
|
||||
#content > .column1 #seccion2 .column1 img {
|
||||
width: 29.71875rem;
|
||||
height: 29.71875rem;
|
||||
}
|
||||
#content > .column1 #seccion2 .column2 {
|
||||
margin-top: 10.6875rem;
|
||||
}
|
||||
#content > .column1 #seccion2 .column2 .row:first-child {
|
||||
background-color: #00427b;
|
||||
color: white;
|
||||
height: 16.875rem;
|
||||
width: 35.625rem;
|
||||
padding: 2rem;
|
||||
margin-left: -3rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
#content > .column1 #seccion2 .column2 .row:first-child .header {
|
||||
font-weight: bold;
|
||||
font-size: 1.5rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
#content > .column1 #seccion2 .column2 .row:first-child ul {
|
||||
list-style: disc inside;
|
||||
font-size: 0.8333333333rem;
|
||||
}
|
||||
#content > .column1 #seccion2 .column2 .row:last-child {
|
||||
margin-top: 1.6875rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
#content > .column1 #seccion2 .column2 .row:last-child img {
|
||||
width: 6.5625rem;
|
||||
height: 7.96875rem;
|
||||
}
|
||||
#content > .column1 #dimensiones {
|
||||
height: 27.5rem;
|
||||
}
|
||||
#content > .column1 #dimensiones .header {
|
||||
padding: 3.46875rem 0 !important;
|
||||
}
|
||||
#content > .column1 #dimensiones .header .bigger {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
#content > .column1 #dimensiones .images {
|
||||
display: flex;
|
||||
}
|
||||
#content > .column1 #dimensiones .images .column {
|
||||
float: left;
|
||||
}
|
||||
#content > .column1 #dimensiones .images .column > img {
|
||||
width: 29.34375rem;
|
||||
height: 22.03125rem;
|
||||
}
|
||||
#content > .column1 #dimensiones .images .column div {
|
||||
width: 29.34375rem;
|
||||
margin-top: 2.34375rem;
|
||||
}
|
||||
#content > .column1 #construido {
|
||||
height: 21.875rem;
|
||||
padding-top: 2.15625rem !important;
|
||||
}
|
||||
#content > .column1 #construido .header {
|
||||
font-size: 1.8333333333rem;
|
||||
padding: 0.9375rem 4.03125rem;
|
||||
background-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
#content > .column2 {
|
||||
width: 10%;
|
||||
height: 101.875rem;
|
||||
}
|
||||
#content > .column2 .sticky {
|
||||
height: 24.84375rem;
|
||||
width: 29.0625rem;
|
||||
margin: auto;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child {
|
||||
height: 15.9375rem;
|
||||
margin-top: 7.5rem;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column::after {
|
||||
clear: both;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 {
|
||||
vertical-align: bottom;
|
||||
padding-top: 1.875rem;
|
||||
width: 19.375rem;
|
||||
font-size: 1.1666666667rem;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 .linea {
|
||||
margin-bottom: 0.9375rem;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 .titulo {
|
||||
font-size: 2.0833333333rem;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 .precio {
|
||||
font-size: 1.3333333333rem;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 .colores {
|
||||
vertical-align: center;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 .colores .text {
|
||||
margin-right: 0.28125rem;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 .colores .circle {
|
||||
display: inline-block;
|
||||
width: 1.40625rem;
|
||||
height: 1.40625rem;
|
||||
border-radius: 8000px;
|
||||
margin: auto 0.09375rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 .colores .circle.selected {
|
||||
width: 1.59375rem;
|
||||
height: 1.59375rem;
|
||||
cursor: default;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 .input {
|
||||
width: 4.5rem;
|
||||
border: thin solid black;
|
||||
text-align: center;
|
||||
padding: 0.5rem 0.05rem;
|
||||
font-size: 0.8333333333rem;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 .input button {
|
||||
background: none;
|
||||
border: none;
|
||||
width: 1rem;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 .input input {
|
||||
width: 2rem;
|
||||
background: none;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column2 {
|
||||
width: 9.6875rem;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column2 img {
|
||||
width: 10.3125rem;
|
||||
height: 15rem;
|
||||
}
|
||||
#content > .column2 .sticky .row:last-child .button {
|
||||
border-radius: 0 !important;
|
||||
width: 100%;
|
||||
}
|
||||
#content #corporativos {
|
||||
width: 100%;
|
||||
height: 32.5rem;
|
||||
margin-top: 101.875rem !important;
|
||||
}
|
||||
#content #corporativos > .column {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
padding-left: 1rem !important;
|
||||
padding-right: 1rem !important;
|
||||
}
|
||||
#content #corporativos > .column::after {
|
||||
clear: both;
|
||||
}
|
||||
#content #corporativos .column1 {
|
||||
width: 67%;
|
||||
}
|
||||
#content #corporativos .column1 > .header {
|
||||
margin-top: 6.28125rem;
|
||||
margin-bottom: 3.46875rem;
|
||||
}
|
||||
#content #corporativos .column1 > .header .bigger {
|
||||
font-size: 2.4375rem;
|
||||
}
|
||||
#content #corporativos .column1 .opciones {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
}
|
||||
#content #corporativos .column1 .opciones .opcion {
|
||||
display: inline-block;
|
||||
}
|
||||
#content #corporativos .column1 .opciones .opcion .img-grande {
|
||||
display: inline-block;
|
||||
padding-right: 1.125rem;
|
||||
}
|
||||
#content #corporativos .column1 .opciones .opcion .img-grande img {
|
||||
width: 12.65625rem;
|
||||
height: 18.75rem;
|
||||
}
|
||||
#content #corporativos .column1 .opciones .opcion .descripcion {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
height: 18.75rem;
|
||||
padding-top: 1.875rem;
|
||||
}
|
||||
#content #corporativos .column1 .opciones .opcion .descripcion .content {
|
||||
display: block;
|
||||
}
|
||||
#content #corporativos .column1 .opciones .opcion .descripcion .content .header {
|
||||
font-size: 1.1666666667rem;
|
||||
margin-bottom: 0.9375rem;
|
||||
}
|
||||
#content #corporativos .column1 .opciones .opcion .descripcion .content ul {
|
||||
list-style: disc inside;
|
||||
}
|
||||
#content #corporativos .column1 .opciones .opcion .descripcion .images {
|
||||
margin-top: 3.1875rem;
|
||||
}
|
||||
#content #corporativos .column1 .opciones .opcion .descripcion .images img {
|
||||
width: 6.5625rem;
|
||||
height: 7.96875rem;
|
||||
}
|
||||
#content #corporativos .column2 {
|
||||
width: 33%;
|
||||
height: 100%;
|
||||
}
|
||||
#content #corporativos .column2 .header {
|
||||
margin-top: 4.3125rem;
|
||||
margin-bottom: 2.25rem;
|
||||
font-size: 2.4375rem;
|
||||
}
|
||||
#content #corporativos .column2 form .colores {
|
||||
vertical-align: center;
|
||||
}
|
||||
#content #corporativos .column2 form .colores .text {
|
||||
margin-right: 0.28125rem;
|
||||
}
|
||||
#content #corporativos .column2 form .colores .circle {
|
||||
display: inline-block;
|
||||
width: 1.40625rem;
|
||||
height: 1.40625rem;
|
||||
border-radius: 8000px;
|
||||
margin: auto 0.09375rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
#content #corporativos .column2 form .colores .circle.selected {
|
||||
width: 1.59375rem;
|
||||
height: 1.59375rem;
|
||||
cursor: default;
|
||||
}
|
||||
#content #corporativos .column2 form .row {
|
||||
margin-bottom: 0.84375rem;
|
||||
}
|
||||
#content #corporativos .column2 form .colores.linea {
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
#content #corporativos .column2 form .input.cantidad {
|
||||
width: 4.5rem;
|
||||
border: thin solid black;
|
||||
text-align: center;
|
||||
padding: 0.5rem 0.05rem;
|
||||
font-size: 0.8333333333rem;
|
||||
}
|
||||
#content #corporativos .column2 form .input.cantidad button {
|
||||
background: none;
|
||||
border: none;
|
||||
width: 1rem;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
#content #corporativos .column2 form .input.cantidad input {
|
||||
width: 2rem;
|
||||
background: none;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
}
|
||||
#content #corporativos .column2 form .input [type=file] {
|
||||
display: none;
|
||||
}
|
||||
#content #corporativos .column2 form .input .file {
|
||||
display: inline-block;
|
||||
height: 2.25rem;
|
||||
width: 14.0625rem;
|
||||
padding-top: 0.28125rem;
|
||||
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.6875rem;
|
||||
background-color: white;
|
||||
border: none !important;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
#content #corporativos .column2 form textarea {
|
||||
height: 6.75rem;
|
||||
background-color: white;
|
||||
border: none !important;
|
||||
border-radius: 0 !important;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
#content #corporativos .column2 form .button {
|
||||
width: 100%;
|
||||
background-color: #666667;
|
||||
color: white;
|
||||
border: none !important;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
#content #felices {
|
||||
height: 21.875rem;
|
||||
padding: 0 1rem !important;
|
||||
padding-top: 5.625rem !important;
|
||||
}
|
||||
#content #felices .header {
|
||||
font-size: 1.8333333333rem;
|
||||
}
|
||||
#content #felices .testimonios {
|
||||
margin-top: 2.34375rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
text-align: center;
|
||||
}
|
||||
#content #felices .testimonios .testimonio {
|
||||
height: 7.5rem;
|
||||
color: #666667;
|
||||
margin-top: 1.875rem;
|
||||
width: 30%;
|
||||
text-align: center;
|
||||
}
|
||||
#content #felices .nav {
|
||||
display: block;
|
||||
text-align: center;
|
||||
color: #666667;
|
||||
}
|
||||
#content #formulario {
|
||||
height: 30rem;
|
||||
padding: 0 1rem !important;
|
||||
}
|
||||
#content #formulario .whatsapp-link {
|
||||
color: inherit;
|
||||
}
|
||||
#content #formulario > .column {
|
||||
float: left;
|
||||
padding-left: 1rem !important;
|
||||
padding-right: 1rem !important;
|
||||
}
|
||||
#content #formulario > .column::after {
|
||||
clear: both;
|
||||
}
|
||||
#content #formulario > .flotante {
|
||||
position: absolute;
|
||||
top: 17.15625rem;
|
||||
margin: auto;
|
||||
left: 40%;
|
||||
width: 11.25rem;
|
||||
text-align: center;
|
||||
}
|
||||
#content #formulario > .flotante > .content {
|
||||
width: 12.1875rem;
|
||||
margin: auto;
|
||||
left: -50%;
|
||||
}
|
||||
#content #formulario > .flotante > .content .item {
|
||||
display: block;
|
||||
padding: 0.46875rem 0;
|
||||
}
|
||||
#content #formulario > .flotante > .content div.whatsapp {
|
||||
height: 2.8125rem;
|
||||
background-color: #1a9947;
|
||||
color: #fff;
|
||||
font-size: 0.9375rem;
|
||||
}
|
||||
#content #formulario > .flotante > .content div.whatsapp > i {
|
||||
position: relative;
|
||||
font-size: 1.3333333333rem;
|
||||
top: 0.28125rem;
|
||||
}
|
||||
#content #formulario > .flotante > .content .rrss {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
font-size: 1.875rem;
|
||||
}
|
||||
#content #formulario > .flotante > .content .rrss i.inverted.grey {
|
||||
color: white !important;
|
||||
}
|
||||
#content #formulario > .column1 {
|
||||
width: 90%;
|
||||
margin-top: 2.53125rem;
|
||||
}
|
||||
#content #formulario > .column1 > img {
|
||||
width: 50.625rem;
|
||||
height: 32.8125rem;
|
||||
float: left;
|
||||
}
|
||||
#content #formulario > .column2 {
|
||||
width: 10%;
|
||||
}
|
||||
#content #formulario > .column2 .header {
|
||||
margin-top: 1.875rem;
|
||||
text-align: center;
|
||||
font-size: 1.8333333333rem;
|
||||
}
|
||||
#content #formulario > .column2 .header .whatsapp-link {
|
||||
display: inline-block;
|
||||
width: 2.34375rem;
|
||||
height: 2.34375rem;
|
||||
font-size: 2.0833333333rem;
|
||||
}
|
||||
#content #formulario > .column2 .paragraph {
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 2.34375rem;
|
||||
justify-content: center;
|
||||
}
|
||||
#content #formulario > .column2 form input {
|
||||
border-radius: 0 !important;
|
||||
height: 1.6875rem;
|
||||
margin-bottom: 0.84375rem;
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
font-size: 0.8333333333rem;
|
||||
}
|
||||
#content #formulario > .column2 form input::placeholder {
|
||||
color: #333333;
|
||||
}
|
||||
#content #formulario > .column2 form textarea {
|
||||
border-radius: 0 !important;
|
||||
height: 6.75rem;
|
||||
margin-bottom: 2.34375rem;
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
font-size: 0.8333333333rem;
|
||||
}
|
||||
#content #formulario > .column2 form textarea::placeholder {
|
||||
color: #333333;
|
||||
}
|
||||
#content #formulario > .column2 form .button {
|
||||
width: 100%;
|
||||
border-radius: 0 !important;
|
||||
background-color: white;
|
||||
color: #333333;
|
||||
}
|
||||
#content section {
|
||||
background: none;
|
||||
}
|
||||
#content section.segment > .container {
|
||||
height: 100%;
|
||||
}
|
||||
#content section.segment > .container > .column1 {
|
||||
display: inline-block;
|
||||
width: 90rem;
|
||||
}
|
||||
#content section.segment > .container > .column2 {
|
||||
display: inline-block;
|
||||
width: 10rem;
|
||||
}
|
||||
#content .simple.segment {
|
||||
border: none !important;
|
||||
border-radius: 0 !important;
|
||||
box-shadow: none !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
#content .simple.segment > .ui.grid {
|
||||
height: 100%;
|
||||
}
|
||||
#content .fondo-blanco {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
}
|
||||
@media screen and (orientation: landscape) {
|
||||
#header {
|
||||
@ -1096,6 +638,12 @@ i.font-icon.chile:before {
|
||||
#corporativos form .row {
|
||||
margin-bottom: 0.5625rem;
|
||||
}
|
||||
#corporativos form .row input {
|
||||
height: 1.5rem;
|
||||
}
|
||||
#corporativos form .row textarea {
|
||||
height: 5rem;
|
||||
}
|
||||
#corporativos form .input.cantidad {
|
||||
width: 4.5rem;
|
||||
background: white;
|
||||
@ -1134,12 +682,6 @@ i.font-icon.chile:before {
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
#corporativos form .row input {
|
||||
height: 1.5rem;
|
||||
}
|
||||
#corporativos form .row textarea {
|
||||
height: 5rem;
|
||||
}
|
||||
#corporativos form .button {
|
||||
width: 100%;
|
||||
background-color: #666667;
|
||||
|
2
public/assets/styles/main.min.css
vendored
2
public/assets/styles/main.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user