1
0
Fork 0

Landing page cc

This commit is contained in:
kleper 2017-03-07 08:52:38 -05:00
parent 4e304354f6
commit 1d5f58ca74
2 changed files with 1024 additions and 803 deletions

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@ html,body {
}
body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
@ -20,7 +20,7 @@ h2 {
h1, h2, h3, h4, h5, h6 {
font-family: "Helvetica", times, sans-serif;
font-weight: 500;
line-height: 1.1;
line-height: 1.1;
}
h1, h2, h3, h4, h5, h6 {
@ -34,6 +34,33 @@ p{
margin: 0 0 10px;
}
.btn {
margin-right: 0px;
}
.btn-danger{
font-family:"Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
display: inline-block;
font-weight: normal;
text-align: center;
font-size: 13px;
line-height: 1.846;
}
.btn-default{
font-family:"Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
display: inline-block;
font-weight: normal;
text-align: center;
font-size: 13px;
line-height: 1.846;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
background: #ff0000 !important;
border-color: #ff0000 !important;
}
/* USING BOOTSTRAP 3.0.3 */
@ -62,7 +89,7 @@ transition: all 0.3s ease;
}
/* textos menú*/
a {
.navbar a {
font-size: 18px;
padding-bottom: 40px !important;
padding-top: 40px !important;
@ -171,10 +198,13 @@ filter: grayscale(0);
section {
padding-top:110px;
padding-bottom:70px;
position: relative;
height: 100%;
overflow-y: scroll;
}
#campana{
background-color: #333333;
background-color: #333333;
color: white !important;
}
@ -209,6 +239,36 @@ section {
.collapse.in {
margin-top: 20px;
}
/*precios*/
.panel-black .panel-heading{
background-color: black;
color: white;
}
.panel {
transition: padding 0.5s;
-moz-transition: padding 0.5s; /* Firefox 4 */
-webkit-transition: padding 0.5s; /* Safari and Chrome */
-o-transition: padding 0.5s; /* Opera */
-ms-transition:padding 0.5s; /* IE9 (maybe) */
}
.panel:hover {
padding:10px;
}
.panel-black:hover .panel-heading{
background-color: #ff0000;
}
.panel-black:hover .glyphicon-ok-sign{
color: green;
/* FOOTER*/
@ -353,7 +413,7 @@ section {
/* textos menú*/
a {
.navbar a {
font-size: 23px;
padding-bottom: 23px !important;
padding-top: 23px !important;
@ -431,7 +491,6 @@ margin-top: 50px;
}
}
/*fin móbiles*/