|
@@ -5,15 +5,20 @@
|
|
|
@font-face {
|
|
@font-face {
|
|
|
font-family: 'Champagne and Limousine';
|
|
font-family: 'Champagne and Limousine';
|
|
|
src: url('http://www.fontsaddict.com/fontface/champagne-limousines.ttf');
|
|
src: url('http://www.fontsaddict.com/fontface/champagne-limousines.ttf');
|
|
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
html, body
|
|
html, body
|
|
|
{
|
|
{
|
|
|
margin: 0px auto;
|
|
margin: 0px auto;
|
|
|
font-family: 'Franklin Gothic Book','Helvetica Neue',Helvetica,Arial,sans-serif;
|
|
font-family: 'Franklin Gothic Book','Helvetica Neue',Helvetica,Arial,sans-serif;
|
|
|
-
|
|
|
|
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+/*************NAVBAR************/
|
|
|
#top_wrapper
|
|
#top_wrapper
|
|
|
{
|
|
{
|
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
@@ -25,8 +30,6 @@ html, body
|
|
|
border-bottom: 2px solid ;
|
|
border-bottom: 2px solid ;
|
|
|
padding-top: 20px;
|
|
padding-top: 20px;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
-/*************NAVBAR************/
|
|
|
|
|
#navbar
|
|
#navbar
|
|
|
{
|
|
{
|
|
|
|
|
|
|
@@ -39,6 +42,7 @@ html, body
|
|
|
font-size: 100%;
|
|
font-size: 100%;
|
|
|
color: #485260;
|
|
color: #485260;
|
|
|
letter-spacing: 5px;
|
|
letter-spacing: 5px;
|
|
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#navlist
|
|
#navlist
|
|
@@ -57,18 +61,28 @@ html, body
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+/*************PAGINAS¨*******************/
|
|
|
#paginas_wrapper
|
|
#paginas_wrapper
|
|
|
{
|
|
{
|
|
|
|
|
+ height: 500px;
|
|
|
float: left;
|
|
float: left;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/*************PAGINAS¨*******************/
|
|
|
|
|
|
|
+#pagina
|
|
|
|
|
+{
|
|
|
|
|
+ height: 470px;
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
#paginas_list
|
|
#paginas_list
|
|
|
{
|
|
{
|
|
|
- margin: 0px auto;
|
|
|
|
|
|
|
+ font-size: 36pt;
|
|
|
|
|
+ color: #475A68;
|
|
|
|
|
+ margin: 20px auto;
|
|
|
width: 60px;
|
|
width: 60px;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
|
+ position: relative;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#paginas_list li
|
|
#paginas_list li
|
|
@@ -76,6 +90,7 @@ html, body
|
|
|
margin: 0px auto;
|
|
margin: 0px auto;
|
|
|
width: 20px;
|
|
width: 20px;
|
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
|
|
|
+ cursor: pointer;
|
|
|
display: table-cell;
|
|
display: table-cell;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
}
|
|
}
|
|
@@ -97,21 +112,18 @@ html, body
|
|
|
margin: 0px auto;
|
|
margin: 0px auto;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/*************SECCIONES************/
|
|
|
|
|
-
|
|
|
|
|
-#producto
|
|
|
|
|
|
|
+#categorias li:hover
|
|
|
{
|
|
{
|
|
|
- font-family: "Champagne and Limousine";
|
|
|
|
|
- font-size: 16px;
|
|
|
|
|
- color: #7B9299;
|
|
|
|
|
- letter-spacing: 5px;
|
|
|
|
|
|
|
+ opacity: 0.5;
|
|
|
|
|
+ transition: opacity 0.2s ease-in-out;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
#lista_productos
|
|
#lista_productos
|
|
|
{
|
|
{
|
|
|
margin-left: 50px;
|
|
margin-left: 50px;
|
|
|
- display: inline-block;
|
|
|
|
|
|
|
+ float: left;
|
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
|
- width: 700px;
|
|
|
|
|
|
|
+ width: 820px;
|
|
|
margin-top: 20px;
|
|
margin-top: 20px;
|
|
|
}
|
|
}
|
|
|
#productos_wrapper
|
|
#productos_wrapper
|
|
@@ -120,6 +132,18 @@ html, body
|
|
|
/*text-align: center;*/
|
|
/*text-align: center;*/
|
|
|
margin: 70px auto;
|
|
margin: 70px auto;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+/*************SECCIONES************/
|
|
|
|
|
+
|
|
|
|
|
+#producto
|
|
|
|
|
+{
|
|
|
|
|
+ font-family: "Champagne and Limousine";
|
|
|
|
|
+ font-size: 16px;
|
|
|
|
|
+ color: #7B9299;
|
|
|
|
|
+ letter-spacing: 5px;
|
|
|
|
|
+ width: 660px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
#banner
|
|
#banner
|
|
|
{
|
|
{
|
|
|
background: url('Images/banner.jpg') no-repeat scroll center bottom / cover #485260 ;
|
|
background: url('Images/banner.jpg') no-repeat scroll center bottom / cover #485260 ;
|
|
@@ -143,7 +167,7 @@ html, body
|
|
|
padding-top: 1px;
|
|
padding-top: 1px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-#nosotros, #actividades, #productos, #distribuidoras, #cursos
|
|
|
|
|
|
|
+#nosotros, #actividades, #distribuidoras, #cursos
|
|
|
{
|
|
{
|
|
|
width: 90%;
|
|
width: 90%;
|
|
|
height: auto;
|
|
height: auto;
|
|
@@ -152,6 +176,7 @@ html, body
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+
|
|
|
#productos
|
|
#productos
|
|
|
{
|
|
{
|
|
|
background: url('Images/productos.jpg') no-repeat scroll center bottom / cover #485260 ;
|
|
background: url('Images/productos.jpg') no-repeat scroll center bottom / cover #485260 ;
|
|
@@ -165,6 +190,7 @@ html, body
|
|
|
font-family: 'Champagne and Limousine';
|
|
font-family: 'Champagne and Limousine';
|
|
|
font-size: 200%;
|
|
font-size: 200%;
|
|
|
color: #D8DFE1;
|
|
color: #D8DFE1;
|
|
|
|
|
+ text-align: center;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/*************TABLAS************/
|
|
/*************TABLAS************/
|
|
@@ -207,9 +233,10 @@ tbody, td
|
|
|
color: #475A68;
|
|
color: #475A68;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+/**************FOOTER**************/
|
|
|
#ok:hover, #ok:active, #ok
|
|
#ok:hover, #ok:active, #ok
|
|
|
{
|
|
{
|
|
|
- background-color:#BCC9CC;
|
|
|
|
|
|
|
+ background-color:#BCC9CC;
|
|
|
-webkit-border-top-left-radius:0px;
|
|
-webkit-border-top-left-radius:0px;
|
|
|
-moz-border-radius-topleft:0px;
|
|
-moz-border-radius-topleft:0px;
|
|
|
border-top-left-radius:0px;
|
|
border-top-left-radius:0px;
|
|
@@ -311,6 +338,7 @@ h3
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
margin: 0px auto;
|
|
margin: 0px auto;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
h1
|
|
h1
|
|
|
{
|
|
{
|
|
|
|
|
|
|
@@ -342,7 +370,7 @@ h2
|
|
|
|
|
|
|
|
h4
|
|
h4
|
|
|
{
|
|
{
|
|
|
- font-size: 35px;
|
|
|
|
|
|
|
+ font-size: 25px;
|
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
|
padding: 0px 0px 0px 0px;
|
|
padding: 0px 0px 0px 0px;
|
|
|
margin: 0px 0px 0px 0px;
|
|
margin: 0px 0px 0px 0px;
|
|
@@ -374,14 +402,15 @@ a:link
|
|
|
color: #485260;
|
|
color: #485260;
|
|
|
text-decoration:none;
|
|
text-decoration:none;
|
|
|
}
|
|
}
|
|
|
-a:hover
|
|
|
|
|
|
|
+a:hover,
|
|
|
{
|
|
{
|
|
|
- color: #7196A6;
|
|
|
|
|
|
|
+ opacity: 0.5; transition: opacity 0.3s ease-in-out;
|
|
|
|
|
+ /*color: #7196A6;
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
|
opacity: 0.5;
|
|
opacity: 0.5;
|
|
|
filter: alpha(opacity=100);
|
|
filter: alpha(opacity=100);
|
|
|
-webkit-transition: opacity 2s linear;
|
|
-webkit-transition: opacity 2s linear;
|
|
|
-
|
|
|
|
|
|
|
+ */
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
ul, li
|
|
ul, li
|
|
@@ -391,4 +420,120 @@ ul, li
|
|
|
margin-bottom: 3px;
|
|
margin-bottom: 3px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.hidden { display: none;}
|
|
|
|
|
|
|
+.hidden { display: none;}
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+/********************SLIDES********************/
|
|
|
|
|
+
|
|
|
|
|
+@import url(http://fonts.googleapis.com/css?family=Varela+Round);
|
|
|
|
|
+
|
|
|
|
|
+.slides {
|
|
|
|
|
+ float: left;
|
|
|
|
|
+ padding: 0;
|
|
|
|
|
+ width: 900px;
|
|
|
|
|
+ height: 600px;
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ margin: -51px auto;
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.slides * {
|
|
|
|
|
+ user-select: none;
|
|
|
|
|
+ -ms-user-select: none;
|
|
|
|
|
+ -moz-user-select: none;
|
|
|
|
|
+ -khtml-user-select: none;
|
|
|
|
|
+ -webkit-user-select: none;
|
|
|
|
|
+ -webkit-touch-callout: none;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.slides input { display: none; }
|
|
|
|
|
+
|
|
|
|
|
+.slide-container { display: block; }
|
|
|
|
|
+
|
|
|
|
|
+.slide {
|
|
|
|
|
+ top: 0;
|
|
|
|
|
+ opacity: 0;
|
|
|
|
|
+ width: 900px;
|
|
|
|
|
+ height: 500px;
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+
|
|
|
|
|
+ transform: scale(0);
|
|
|
|
|
+
|
|
|
|
|
+ transition: all .7s ease-in-out;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.slide img {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.nav label
|
|
|
|
|
+{
|
|
|
|
|
+ height: 120px;
|
|
|
|
|
+
|
|
|
|
|
+ z-index: 9;
|
|
|
|
|
+ cursor: pointer;
|
|
|
|
|
+ color: #475A68;
|
|
|
|
|
+ font-size: 80pt;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ font-family: "Varela Round", sans-serif;
|
|
|
|
|
+ margin: auto auto;
|
|
|
|
|
+ margin-top: 170px;
|
|
|
|
|
+ /*display: none;
|
|
|
|
|
+ line-height: 380px;
|
|
|
|
|
+ opacity: 0;
|
|
|
|
|
+ transition: opacity .2s;
|
|
|
|
|
+ background-color: rgba(255, 255, 255, .3);
|
|
|
|
|
+ text-shadow: 0px 0px 15px rgb(119, 119, 119);
|
|
|
|
|
+ width: 60px;
|
|
|
|
|
+ height: 50px;
|
|
|
|
|
+ */
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.slide:hover + .nav label { opacity: 0.5; }
|
|
|
|
|
+
|
|
|
|
|
+.nav label:hover { opacity: 0.2; transition: opacity 1s ease-in-out;}
|
|
|
|
|
+
|
|
|
|
|
+/*.nav .next { right: 0; }*/
|
|
|
|
|
+
|
|
|
|
|
+input:checked + .slide-container .slide {
|
|
|
|
|
+ opacity: 1;
|
|
|
|
|
+
|
|
|
|
|
+ transition: opacity 1s ease-in-out;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+input:checked + .slide-container .nav label { display: block; }
|
|
|
|
|
+
|
|
|
|
|
+.nav-dots {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ bottom: 9px;
|
|
|
|
|
+ height: 11px;
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.nav-dots .nav-dot {
|
|
|
|
|
+ top: -5px;
|
|
|
|
|
+ width: 11px;
|
|
|
|
|
+ height: 11px;
|
|
|
|
|
+ margin: 0 4px;
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ border-radius: 100%;
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ background-color: rgba(0, 0, 0, 0.6);
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.nav-dots .nav-dot:hover {
|
|
|
|
|
+ cursor: pointer;
|
|
|
|
|
+ background-color: rgba(0, 0, 0, 0.8);
|
|
|
|
|
+
|
|
|
|
|
+input#img-1:checked ~ .nav-dots label#img-dot-1,
|
|
|
|
|
+input#img-2:checked ~ .nav-dots label#img-dot-2,
|
|
|
|
|
+input#img-3:checked ~ .nav-dots label#img-dot-3,
|
|
|
|
|
+input#img-4:checked ~ .nav-dots label#img-dot-4,
|
|
|
|
|
+input#img-5:checked ~ .nav-dots label#img-dot-5,
|
|
|
|
|
+input#img-6:checked ~ .nav-dots label#img-dot-6 {
|
|
|
|
|
+ background: rgba(0, 0, 0, 0.8);
|
|
|
|
|
+}
|