Falta responsive y boton para subir

This commit is contained in:
2021-01-04 01:06:50 -03:00
parent a212e7567e
commit a434feb0f0
13 changed files with 304 additions and 31 deletions

View File

@ -52,6 +52,7 @@ input {
background-size: 100rem;
background-position: top center;
background-color: rgba(0, 0, 0, 0.4);
background-blend-mode: multiply;
}
#backgrounds .seccion1 {
height: 25rem;
@ -79,7 +80,7 @@ input {
}
#backgrounds .construido {
height: 21.875rem;
background-color: #64c8ff;
background-image: url("../images/fondo4.jpg");
}
#backgrounds .corporativos {
height: 32.5rem;
@ -88,8 +89,8 @@ input {
#backgrounds .testimonios {
height: 21.875rem;
background-image: linear-gradient(#cccccc, #cccccc);
background-position: left 3rem;
background-size: 100% 5rem;
background-position: left 7.1875rem;
background-size: 100% 7.375rem;
background-repeat: no-repeat;
}
#backgrounds .formulario {
@ -268,9 +269,12 @@ body {
}
#content > .column1 #construido {
height: 21.875rem;
padding-top: 1.4375rem !important;
}
#content > .column1 #construido .column2 {
height: 100%;
#content > .column1 #construido .header {
font-size: 1.8333333333rem;
padding: 0.625rem 2.6875rem;
background-color: rgba(255, 255, 255, 0.6);
}
#content > .column2 {
width: 33%;
@ -561,6 +565,28 @@ body {
#content #felices {
height: 21.875rem;
padding: 0 1rem !important;
padding-top: 3.75rem !important;
}
#content #felices .header {
font-size: 1.8333333333rem;
}
#content #felices .testimonios {
margin-top: 1.5625rem;
display: flex;
justify-content: space-between;
text-align: center;
}
#content #felices .testimonios .testimonio {
height: 5rem;
color: #666667;
margin-top: 1.25rem;
width: 30%;
text-align: center;
}
#content #felices .nav {
display: block;
text-align: center;
color: #666667;
}
#content #formulario {
height: 30rem;
@ -693,4 +719,15 @@ body {
}
#content .fondo-blanco {
background-color: rgba(255, 255, 255, 0.5);
}
#subir {
width: 100%;
}
#subir .container {
text-align: right;
padding: 0 1rem !important;
}
#subir .container i.icons {
cursor: pointer;
}