Falta construidos, form corporativos, testimonios, carro
This commit is contained in:
@ -47,51 +47,96 @@ input {
|
||||
|
||||
body {
|
||||
font-family: Roboto, sans;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
.ui.container {
|
||||
max-width: 1030px;
|
||||
}
|
||||
|
||||
section > .container {
|
||||
height: 100%;
|
||||
}
|
||||
section > .container > .column1 {
|
||||
display: inline-block;
|
||||
width: 41.9166666667rem;
|
||||
}
|
||||
section > .container > .column2 {
|
||||
display: inline-block;
|
||||
width: 20.4583333333rem;
|
||||
}
|
||||
|
||||
#header {
|
||||
background-image: url("../images/header.png");
|
||||
#backgrounds .cabezal {
|
||||
height: 25rem;
|
||||
background-image: url("../images/banner.jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: auto;
|
||||
background-color: rgba(70, 49, 12, 0.8);
|
||||
background-size: 100rem;
|
||||
background-position: top center;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
#backgrounds .seccion1 {
|
||||
height: 25rem;
|
||||
background-image: linear-gradient(#cccccc, #cccccc);
|
||||
background-position: left 7rem;
|
||||
background-size: 100% 8rem;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
#backgrounds .seccion2 {
|
||||
height: 27.5rem;
|
||||
background-image: url("../images/fondo23.png");
|
||||
}
|
||||
#backgrounds .seccion2 .diagonal {
|
||||
border-bottom: 27.5rem solid rgba(204, 204, 204, 0.5);
|
||||
border-right: 118.75rem solid transparent;
|
||||
}
|
||||
#backgrounds .dimensiones {
|
||||
height: 27.5rem;
|
||||
background-image: url("../images/fondo23.png");
|
||||
}
|
||||
#backgrounds .dimensiones .fondo-gris {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba(204, 204, 204, 0.5);
|
||||
}
|
||||
#backgrounds .construido {
|
||||
height: 21.875rem;
|
||||
background-color: #64c8ff;
|
||||
}
|
||||
#backgrounds .corporativos {
|
||||
height: 25rem;
|
||||
background-image: url("../images/fondo5.png");
|
||||
}
|
||||
#backgrounds .testimonios {
|
||||
height: 21.875rem;
|
||||
background-image: linear-gradient(#cccccc, #cccccc);
|
||||
background-position: left 3rem;
|
||||
background-size: 100% 5rem;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
#backgrounds .formulario {
|
||||
height: 30rem;
|
||||
background-color: #cccccc;
|
||||
clip-path: polygon(50% 0, 100% 0%, 100% 100%, 0% 100%);
|
||||
}
|
||||
|
||||
#content {
|
||||
max-width: 67.5rem !important;
|
||||
height: 203.75rem;
|
||||
position: relative;
|
||||
top: -203.75rem;
|
||||
}
|
||||
#content #header {
|
||||
color: white;
|
||||
width: 100%;
|
||||
height: 25rem;
|
||||
}
|
||||
#header > .container {
|
||||
height: 400px;
|
||||
}
|
||||
#header .ui.menu {
|
||||
#content #header .ui.menu {
|
||||
border: none !important;
|
||||
background: none !important;
|
||||
background-color: rgba(100, 100, 100, 0.3) !important;
|
||||
box-shadow: none !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
#header .ui.menu .dropdown .menu {
|
||||
background: none !important;
|
||||
#content #header .ui.menu .dropdown .menu {
|
||||
/*background: none !important;
|
||||
border: none !important;
|
||||
box-shadow: none !important;
|
||||
box-shadow: none !important;*/
|
||||
color: black;
|
||||
font-size: 1rem;
|
||||
}
|
||||
#header .ui.menu .item {
|
||||
#content #header .ui.menu .dropdown .menu .item {
|
||||
padding: 1rem !important;
|
||||
}
|
||||
#content #header .ui.menu .item {
|
||||
color: inherit !important;
|
||||
font-size: 2rem;
|
||||
padding: 1.25rem !important;
|
||||
}
|
||||
#header .ui.menu .item .shopping.cart div {
|
||||
#content #header .ui.menu .item .shopping.cart div {
|
||||
position: relative;
|
||||
color: black;
|
||||
display: inline-block;
|
||||
@ -100,181 +145,205 @@ section > .container > .column2 {
|
||||
font-size: 1rem;
|
||||
font-family: Roboto, sans;
|
||||
}
|
||||
#header .logo {
|
||||
#content #header .logo {
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
#header .logo img {
|
||||
#content #header .logo img {
|
||||
width: 50%;
|
||||
max-width: 64.375rem;
|
||||
}
|
||||
#header .logo .frase1 {
|
||||
#content #header .logo .frase1 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
#header .logo .frase2 {
|
||||
#content #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;
|
||||
#content > .column {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
padding-left: 1rem !important;
|
||||
padding-right: 1rem !important;
|
||||
}
|
||||
.simple.segment > .ui.grid {
|
||||
height: 100%;
|
||||
#content > .column::after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#seccion1 {
|
||||
background-image: linear-gradient(#c8c8c8, #c8c8c8);
|
||||
background-position: left 6.3rem;
|
||||
background-size: 100% 8.375rem;
|
||||
background-repeat: no-repeat;
|
||||
#content > .column1 {
|
||||
width: 67%;
|
||||
}
|
||||
#content > .column1 #seccion1 {
|
||||
height: 25rem;
|
||||
margin-bottom: 2rem !important;
|
||||
width: 100%;
|
||||
}
|
||||
#seccion1 .column1 {
|
||||
width: 42.9166666667rem;
|
||||
#content > .column1 #seccion1 .image-container {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
height: 15rem;
|
||||
}
|
||||
#seccion1 .column1 .image-container {
|
||||
#content > .column1 #seccion1 .image-container img {
|
||||
height: 9.6875rem;
|
||||
width: 11.75rem;
|
||||
margin-top: 5.3125rem;
|
||||
}
|
||||
#content > .column1 #seccion1 .paragraph {
|
||||
padding-top: 1.75rem;
|
||||
line-height: 0.875rem;
|
||||
text-align: justify;
|
||||
}
|
||||
#content > .column1 #seccion1 .paragraph .header {
|
||||
margin-bottom: 1rem;
|
||||
font-size: 1.375rem;
|
||||
}
|
||||
#content > .column1 #seccion2 {
|
||||
height: 27.5rem;
|
||||
}
|
||||
#content > .column1 #seccion2 > .column {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
#content > .column1 #seccion2 > .column::after {
|
||||
clear: both;
|
||||
}
|
||||
#content > .column1 #seccion2 .column1 {
|
||||
margin-top: 5rem;
|
||||
}
|
||||
#content > .column1 #seccion2 .column1 img {
|
||||
width: 19.8125rem;
|
||||
height: 19.8125rem;
|
||||
}
|
||||
#content > .column1 #seccion2 .column2 {
|
||||
margin-top: 7.125rem;
|
||||
}
|
||||
#content > .column1 #seccion2 .column2 .row:first-child {
|
||||
background-color: #00427b;
|
||||
color: white;
|
||||
height: 11.25rem;
|
||||
width: 23.75rem;
|
||||
padding: 2rem;
|
||||
margin-left: -3rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
#content > .column1 #seccion2 .column2 .row:first-child .header {
|
||||
font-weight: bold;
|
||||
font-size: 1rem;
|
||||
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.125rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
#seccion1 .column1 .image-container img {
|
||||
height: 9.6875rem;
|
||||
width: 11.75rem;
|
||||
margin-top: 5rem;
|
||||
#content > .column1 #seccion2 .column2 .row:last-child img {
|
||||
width: 4.375rem;
|
||||
height: 5.3125rem;
|
||||
}
|
||||
#seccion1 .column2 {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#seccion2 {
|
||||
#content > .column1 #dimensiones {
|
||||
height: 27.5rem;
|
||||
background-image: url("../images/fondo23.png");
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
#seccion2 .column2 {
|
||||
height: 100%;
|
||||
#content > .column1 #dimensiones .header {
|
||||
padding: 2.3125rem 0 !important;
|
||||
}
|
||||
|
||||
#dimensiones {
|
||||
height: 27.5rem;
|
||||
background-image: url("../images/fondo23.png");
|
||||
#content > .column1 #dimensiones .header .bigger {
|
||||
font-size: 1rem;
|
||||
}
|
||||
#dimensiones .column2 {
|
||||
height: 100%;
|
||||
#content > .column1 #dimensiones .images {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
#construido {
|
||||
height: 21.875rem;
|
||||
background-image: url("../images/fondo4.png");
|
||||
background-color: #64c8ff;
|
||||
#content > .column1 #dimensiones .images img {
|
||||
float: left;
|
||||
width: 19.5625rem;
|
||||
height: 14.6875rem;
|
||||
}
|
||||
#construido .column2 {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#corporativos {
|
||||
height: 25rem;
|
||||
background-image: url("../images/fondo5.png");
|
||||
}
|
||||
#corporativos .column2 {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#felices {
|
||||
background-image: linear-gradient(#c8c8c8, #c8c8c8);
|
||||
background-position: left 3rem;
|
||||
background-size: 100% 5rem;
|
||||
background-repeat: no-repeat;
|
||||
#content > .column1 #construido {
|
||||
height: 21.875rem;
|
||||
}
|
||||
|
||||
#formulario {
|
||||
height: 30rem;
|
||||
#content > .column1 #construido .column2 {
|
||||
height: 100%;
|
||||
}
|
||||
#formulario .whatsapp-link {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
#sticky_container {
|
||||
position: relative;
|
||||
#content > .column2 {
|
||||
width: 33%;
|
||||
height: 101.875rem;
|
||||
top: -178.75rem;
|
||||
}
|
||||
#sticky_container #column {
|
||||
position: absolute;
|
||||
width: 41.9166666667rem;
|
||||
height: 101.875rem;
|
||||
top: 0;
|
||||
left: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#sticky_container .sticky {
|
||||
float: right;
|
||||
#content > .column2 .sticky {
|
||||
height: 16.5625rem;
|
||||
width: 19.375rem;
|
||||
margin-left: 41.9166666667rem;
|
||||
margin: auto;
|
||||
}
|
||||
#sticky_container .sticky .row:first-child {
|
||||
#content > .column2 .sticky .row:first-child {
|
||||
height: 10.625rem;
|
||||
margin-top: 5rem;
|
||||
}
|
||||
#sticky_container .sticky .row:first-child .column1 {
|
||||
#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: 0.125rem;
|
||||
padding-top: 1.25rem;
|
||||
width: 12.9166666667rem;
|
||||
font-size: 1.1666666667rem;
|
||||
}
|
||||
#sticky_container .sticky .row:first-child .column1 .linea {
|
||||
#content > .column2 .sticky .row:first-child .column1 .linea {
|
||||
margin-bottom: 0.625rem;
|
||||
}
|
||||
#sticky_container .sticky .row:first-child .column1 .titulo {
|
||||
#content > .column2 .sticky .row:first-child .column1 .titulo {
|
||||
font-size: 2.0833333333rem;
|
||||
}
|
||||
#sticky_container .sticky .row:first-child .column1 .precio {
|
||||
#content > .column2 .sticky .row:first-child .column1 .precio {
|
||||
font-size: 1.3333333333rem;
|
||||
}
|
||||
#sticky_container .sticky .row:first-child .column1 .colores {
|
||||
#content > .column2 .sticky .row:first-child .column1 .colores {
|
||||
vertical-align: center;
|
||||
}
|
||||
#sticky_container .sticky .row:first-child .column1 .colores .white {
|
||||
#content > .column2 .sticky .row:first-child .column1 .colores .text {
|
||||
margin-right: 0.1875rem;
|
||||
}
|
||||
#content > .column2 .sticky .row:first-child .column1 .colores .white {
|
||||
border: thin solid black;
|
||||
background-color: white;
|
||||
}
|
||||
#sticky_container .sticky .row:first-child .column1 .colores .black {
|
||||
#content > .column2 .sticky .row:first-child .column1 .colores .black {
|
||||
background-color: black;
|
||||
}
|
||||
#sticky_container .sticky .row:first-child .column1 .colores .blue {
|
||||
#content > .column2 .sticky .row:first-child .column1 .colores .blue {
|
||||
background-color: blue;
|
||||
}
|
||||
#sticky_container .sticky .row:first-child .column1 .colores .green {
|
||||
#content > .column2 .sticky .row:first-child .column1 .colores .green {
|
||||
background-color: lime;
|
||||
}
|
||||
#sticky_container .sticky .row:first-child .column1 .colores .yellow {
|
||||
#content > .column2 .sticky .row:first-child .column1 .colores .yellow {
|
||||
background-color: yellow;
|
||||
}
|
||||
#sticky_container .sticky .row:first-child .column1 .colores .orange {
|
||||
#content > .column2 .sticky .row:first-child .column1 .colores .orange {
|
||||
background-color: #ff8200;
|
||||
}
|
||||
#sticky_container .sticky .row:first-child .column1 .colores .red {
|
||||
#content > .column2 .sticky .row:first-child .column1 .colores .red {
|
||||
background-color: red;
|
||||
}
|
||||
#sticky_container .sticky .row:first-child .column1 .colores .circle {
|
||||
#content > .column2 .sticky .row:first-child .column1 .colores .circle {
|
||||
display: inline-block;
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
width: 0.75rem;
|
||||
height: 0.75rem;
|
||||
border-radius: 8000px;
|
||||
margin: auto 0.0625rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
#sticky_container .sticky .row:first-child .column1 .input {
|
||||
#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;
|
||||
}
|
||||
#sticky_container .sticky .row:first-child .column1 .input button {
|
||||
#content > .column2 .sticky .row:first-child .column1 .input button {
|
||||
background: none;
|
||||
border: none;
|
||||
width: 1rem;
|
||||
@ -282,28 +351,277 @@ section > .container > .column2 {
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
#sticky_container .sticky .row:first-child .column1 .input input {
|
||||
#content > .column2 .sticky .row:first-child .column1 .input input {
|
||||
width: 2rem;
|
||||
background: none;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
text-align: right;
|
||||
text-align: center;
|
||||
}
|
||||
#sticky_container .sticky .row:first-child .column2 {
|
||||
display: inline-block;
|
||||
width: 6.125rem;
|
||||
#content > .column2 .sticky .row:first-child .column2 {
|
||||
width: 6.4583333333rem;
|
||||
}
|
||||
#sticky_container .sticky .row:first-child .column2 img {
|
||||
#content > .column2 .sticky .row:first-child .column2 img {
|
||||
width: 6.875rem;
|
||||
height: 10.625rem;
|
||||
height: 10rem;
|
||||
}
|
||||
#sticky_container .sticky .row:last-child .button {
|
||||
#content > .column2 .sticky .row:last-child .button {
|
||||
border-radius: 0 !important;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.fondo-blanco {
|
||||
float: right;
|
||||
#content #corporativos {
|
||||
width: 100%;
|
||||
height: 25rem;
|
||||
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 {
|
||||
padding: 2.3125rem 0 !important;
|
||||
}
|
||||
#content #corporativos .column1 > .header .bigger {
|
||||
font-size: 1.3333333333rem;
|
||||
}
|
||||
#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: 0.75rem;
|
||||
}
|
||||
#content #corporativos .column1 .opciones .opcion .img-grande img {
|
||||
width: 8.4375rem;
|
||||
height: 12.5rem;
|
||||
}
|
||||
#content #corporativos .column1 .opciones .opcion .descripcion {
|
||||
display: inline-block;
|
||||
}
|
||||
#content #corporativos .column1 .opciones .opcion .descripcion ul {
|
||||
list-style: disc inside;
|
||||
}
|
||||
#content #corporativos .column1 .opciones .opcion .descripcion .images img {
|
||||
width: 4.375rem;
|
||||
height: 5.3125rem;
|
||||
}
|
||||
#content #corporativos .column2 {
|
||||
width: 33%;
|
||||
height: 100%;
|
||||
}
|
||||
#content #corporativos .column2 form .colores {
|
||||
vertical-align: center;
|
||||
}
|
||||
#content #corporativos .column2 form .colores .text {
|
||||
margin-right: 0.1875rem;
|
||||
}
|
||||
#content #corporativos .column2 form .colores .white {
|
||||
border: thin solid black;
|
||||
background-color: white;
|
||||
}
|
||||
#content #corporativos .column2 form .colores .black {
|
||||
background-color: black;
|
||||
}
|
||||
#content #corporativos .column2 form .colores .blue {
|
||||
background-color: blue;
|
||||
}
|
||||
#content #corporativos .column2 form .colores .green {
|
||||
background-color: lime;
|
||||
}
|
||||
#content #corporativos .column2 form .colores .yellow {
|
||||
background-color: yellow;
|
||||
}
|
||||
#content #corporativos .column2 form .colores .orange {
|
||||
background-color: #ff8200;
|
||||
}
|
||||
#content #corporativos .column2 form .colores .red {
|
||||
background-color: red;
|
||||
}
|
||||
#content #corporativos .column2 form .colores .circle {
|
||||
display: inline-block;
|
||||
width: 0.75rem;
|
||||
height: 0.75rem;
|
||||
border-radius: 8000px;
|
||||
margin: auto 0.0625rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
#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 [type=text] {
|
||||
height: 1.125rem;
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
#content #felices {
|
||||
height: 21.875rem;
|
||||
padding: 0 1rem !important;
|
||||
}
|
||||
#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: 11.4375rem;
|
||||
margin: auto;
|
||||
left: 40%;
|
||||
width: 13.5rem;
|
||||
text-align: center;
|
||||
}
|
||||
#content #formulario > .flotante > .content {
|
||||
width: 8.125rem;
|
||||
margin: auto;
|
||||
left: -50%;
|
||||
}
|
||||
#content #formulario > .flotante > .content .item {
|
||||
display: block;
|
||||
padding: 0.3125rem 0;
|
||||
}
|
||||
#content #formulario > .flotante > .content div.whatsapp {
|
||||
height: 1.875rem;
|
||||
background-color: #1a9947;
|
||||
color: #fff;
|
||||
font-size: 0.625rem;
|
||||
}
|
||||
#content #formulario > .flotante > .content div.whatsapp > i {
|
||||
position: relative;
|
||||
font-size: 1.3333333333rem;
|
||||
top: 0.1875rem;
|
||||
}
|
||||
#content #formulario > .flotante > .content .rrss {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
#content #formulario > .flotante > .content .rrss i.inverted.grey {
|
||||
color: white !important;
|
||||
}
|
||||
#content #formulario > .column1 {
|
||||
width: 67%;
|
||||
margin-top: 1.6875rem;
|
||||
}
|
||||
#content #formulario > .column1 > img {
|
||||
width: 27.125rem;
|
||||
height: 17.5rem;
|
||||
float: left;
|
||||
}
|
||||
#content #formulario > .column2 {
|
||||
width: 33%;
|
||||
}
|
||||
#content #formulario > .column2 .header {
|
||||
margin-top: 1.25rem;
|
||||
text-align: center;
|
||||
font-size: 1.8333333333rem;
|
||||
}
|
||||
#content #formulario > .column2 .header .whatsapp-link {
|
||||
display: inline-block;
|
||||
width: 1.5625rem;
|
||||
height: 1.5625rem;
|
||||
font-size: 2.0833333333rem;
|
||||
}
|
||||
#content #formulario > .column2 .paragraph {
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1.5625rem;
|
||||
justify-content: center;
|
||||
}
|
||||
#content #formulario > .column2 form input {
|
||||
border-radius: 0 !important;
|
||||
height: 1.125rem;
|
||||
margin-bottom: 0.5625rem;
|
||||
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: 4.5rem;
|
||||
margin-bottom: 1.5625rem;
|
||||
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: 67rem;
|
||||
}
|
||||
#content section.segment > .container > .column2 {
|
||||
display: inline-block;
|
||||
width: 33rem;
|
||||
}
|
||||
#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);
|
||||
}
|
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