2021-01-06 23:43:16 -03:00
|
|
|
@import 'phone_vars';
|
|
|
|
|
2021-01-12 11:44:15 -03:00
|
|
|
@import 'phone/header';
|
|
|
|
@import 'phone/descripcion';
|
|
|
|
@import 'phone/ventajas';
|
|
|
|
@import 'phone/dimensiones';
|
2021-01-12 18:36:10 -03:00
|
|
|
@import 'phone/construidos';
|
|
|
|
@import 'phone/corporativos';
|
2021-01-12 11:44:15 -03:00
|
|
|
|
2021-01-14 11:50:51 -03:00
|
|
|
@import 'phone/sticky';
|
|
|
|
@import 'phone/nav';
|
|
|
|
|
2021-01-12 11:44:15 -03:00
|
|
|
.left.column {
|
2021-01-31 17:38:55 -03:00
|
|
|
width: 75% !important;
|
2021-01-12 11:44:15 -03:00
|
|
|
padding-left: rem(5) !important;
|
|
|
|
}
|
2021-01-14 11:50:51 -03:00
|
|
|
.right.column {
|
2021-01-31 17:38:55 -03:00
|
|
|
width: 25% !important;
|
2021-01-14 11:50:51 -03:00
|
|
|
}
|
2021-01-12 11:44:15 -03:00
|
|
|
|
2021-01-14 11:50:51 -03:00
|
|
|
.titulo {
|
|
|
|
padding-top: rem(25);
|
|
|
|
padding-bottom: rem(20);
|
2021-01-31 17:38:55 -03:00
|
|
|
font-size: 1.5rem;
|
2021-01-06 23:43:16 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
html {
|
|
|
|
font-size: $html-font-size+px;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
height: ($content_height)+rem;
|
|
|
|
font-family: Roboto, sans;
|
|
|
|
color: $gris_standard;
|
|
|
|
}
|