|
@@ -1,4 +1,4 @@
|
|
|
-@font-face {
|
|
|
|
|
|
|
+@font-face{
|
|
|
font-family: 'Analogue Reduced 45 Light';
|
|
font-family: 'Analogue Reduced 45 Light';
|
|
|
src: url('http://www.fontsaddict.com/fontface/essencesans-regular.ttf');
|
|
src: url('http://www.fontsaddict.com/fontface/essencesans-regular.ttf');
|
|
|
}
|
|
}
|
|
@@ -11,24 +11,155 @@
|
|
|
html, body
|
|
html, body
|
|
|
{
|
|
{
|
|
|
margin: 0px auto;
|
|
margin: 0px auto;
|
|
|
- font-family: 'Franklin Gothic Book','Helvetica Neue',Helvetica,Arial,sans-serif;
|
|
|
|
|
|
|
+ font-family: 'Raleway'sans-serif;
|
|
|
-webkit-font-smoothing: antialiased;
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
+ -webkit-text-stroke: 0.50px;
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/**************CONTACT DIV**************/
|
|
|
|
|
+#overlay-contact {
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ top: 0;
|
|
|
|
|
+ left: 0;
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ background-color: rgba(0,0,0,0.5);
|
|
|
|
|
+ z-index: 10;
|
|
|
|
|
+ margin-top: -30px;
|
|
|
|
|
+ font-variant: normal;
|
|
|
|
|
+ font-weight: normal;
|
|
|
|
|
+ color: white;
|
|
|
|
|
+ font-size: 26px;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+#exit{
|
|
|
|
|
+ width: 30px;
|
|
|
|
|
+ height: 30px;
|
|
|
|
|
+ margin: 0 auto;
|
|
|
|
|
+ cursor: pointer;
|
|
|
|
|
+ float: right;
|
|
|
|
|
+}
|
|
|
|
|
+#message{ resize: vertical; overflow:auto; max-height: 200px;}
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+.basic-grey {
|
|
|
|
|
+ width: 50%;
|
|
|
|
|
+ position: fixed;
|
|
|
|
|
+ left: 50%;
|
|
|
|
|
+ margin: 0 0 0 -25%;
|
|
|
|
|
+ z-index: 11;
|
|
|
|
|
+ background: #465A68;
|
|
|
|
|
+ padding: 20px 30px 20px 30px;
|
|
|
|
|
+ font-family: 'Champagne and Limousine';
|
|
|
|
|
+ font-size: 12px;
|
|
|
|
|
+ letter-spacing: 2px;
|
|
|
|
|
+ color: #BCC9CC ;
|
|
|
|
|
+ border:1px solid #DADADA;
|
|
|
|
|
+
|
|
|
|
|
+ -webkit-text-stroke: 0.50px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+.basic-grey label {
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ margin: 0px 0px 5px;
|
|
|
|
|
+}
|
|
|
|
|
+.basic-grey label>span {
|
|
|
|
|
+ float: left;
|
|
|
|
|
+ width: 80px;
|
|
|
|
|
+ text-align: right;
|
|
|
|
|
+ padding-right: 10px;
|
|
|
|
|
+ margin-top: 10px;
|
|
|
|
|
+ color: #BCC9CC ;
|
|
|
|
|
+ -webkit-text-stroke: 0.50px;
|
|
|
|
|
+}
|
|
|
|
|
+.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea,.basic-grey select{
|
|
|
|
|
+ border: 1px solid #DADADA;
|
|
|
|
|
+ color: #888;
|
|
|
|
|
+ height: 24px;
|
|
|
|
|
+ margin-bottom: 16px;
|
|
|
|
|
+ margin-right: 6px;
|
|
|
|
|
+ margin-top: 2px;
|
|
|
|
|
+ outline: 0 none;
|
|
|
|
|
+ padding: 3px 3px 3px 5px;
|
|
|
|
|
+ width: 70%;
|
|
|
|
|
+ font-family: 'Champagne and Limousine';
|
|
|
|
|
+ font-size: 12px;
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
|
|
+.basic-grey textarea{
|
|
|
|
|
+ height:100px;
|
|
|
|
|
+ letter-spacing: 2px;
|
|
|
|
|
+}
|
|
|
|
|
+.basic-grey .button {
|
|
|
|
|
+ background: #BCC9CC;
|
|
|
|
|
+ border: none;
|
|
|
|
|
+ padding: 10px 25px 10px 25px;
|
|
|
|
|
+ color: #465A68;
|
|
|
|
|
+}
|
|
|
|
|
+.basic-grey .button:hover {
|
|
|
|
|
+ opacity: 0.5;
|
|
|
|
|
+ transition: opacity 0.2s ease-in-out;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/******************RESPONSIVE MENU******************/
|
|
|
|
|
+@media(min-width: 801px){
|
|
|
|
|
+ #navbar #responsive{ display: none; }
|
|
|
|
|
+}
|
|
|
|
|
+@media(max-width:800px){
|
|
|
|
|
+ #navbar #navlist{ display:none; }
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ #navbar{
|
|
|
|
|
+ display: table;
|
|
|
|
|
+ width: 70% !important;
|
|
|
|
|
+ margin: 0px auto !important;
|
|
|
|
|
+ padding-bottom: 10px;
|
|
|
|
|
+ font-family: 'Champagne and Limousine'!important;
|
|
|
|
|
+ font-size: 120%!important;
|
|
|
|
|
+ color: #485260!important;
|
|
|
|
|
+ letter-spacing: 5px!important;
|
|
|
|
|
+ }
|
|
|
|
|
+ #responsive img{
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: auto;
|
|
|
|
|
+ }
|
|
|
|
|
+ #responsive
|
|
|
|
|
+ {
|
|
|
|
|
+ text-transform: uppercase;
|
|
|
|
|
+ text-align:center;
|
|
|
|
|
+ width: 70%;
|
|
|
|
|
+ padding-bottom: 30px;
|
|
|
|
|
+ display: table-row;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ #responsive li
|
|
|
|
|
+ {
|
|
|
|
|
+ vertical-align: middle;
|
|
|
|
|
+ display: table-cell;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ width: 0%;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
/*************NAVBAR************/
|
|
/*************NAVBAR************/
|
|
|
#top_wrapper
|
|
#top_wrapper
|
|
|
{
|
|
{
|
|
|
- background-color: #fff;
|
|
|
|
|
|
|
+ background-color: rgba(255,255,255,255);
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- height: 65px;
|
|
|
|
|
position: fixed;
|
|
position: fixed;
|
|
|
top: 0px;
|
|
top: 0px;
|
|
|
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
|
|
|
border-bottom: 2px solid ;
|
|
border-bottom: 2px solid ;
|
|
|
- padding-top: 20px;
|
|
|
|
|
|
|
+ padding-top: 10px;
|
|
|
|
|
+ height: 65px;
|
|
|
}
|
|
}
|
|
|
#navbar
|
|
#navbar
|
|
|
{
|
|
{
|
|
@@ -40,9 +171,9 @@ html, body
|
|
|
padding-bottom: 10px;
|
|
padding-bottom: 10px;
|
|
|
font-family: 'Champagne and Limousine';
|
|
font-family: 'Champagne and Limousine';
|
|
|
font-size: 100%;
|
|
font-size: 100%;
|
|
|
- color: #485260;
|
|
|
|
|
|
|
+ color: #485260;
|
|
|
letter-spacing: 5px;
|
|
letter-spacing: 5px;
|
|
|
- -webkit-font-smoothing: antialiased;
|
|
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#navlist
|
|
#navlist
|
|
@@ -59,10 +190,10 @@ html, body
|
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
|
display: table-cell;
|
|
display: table-cell;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
|
+ width: 0%;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
|
/*************PAGINAS¨*******************/
|
|
/*************PAGINAS¨*******************/
|
|
|
#paginas_wrapper
|
|
#paginas_wrapper
|
|
|
{
|
|
{
|
|
@@ -70,10 +201,7 @@ html, body
|
|
|
float: left;
|
|
float: left;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-#pagina
|
|
|
|
|
-{
|
|
|
|
|
- height: 470px;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+.pagina{ height: 470px; }
|
|
|
|
|
|
|
|
#paginas_list
|
|
#paginas_list
|
|
|
{
|
|
{
|
|
@@ -88,7 +216,7 @@ html, body
|
|
|
#paginas_list li
|
|
#paginas_list li
|
|
|
{
|
|
{
|
|
|
margin: 0px auto;
|
|
margin: 0px auto;
|
|
|
- width: 20px;
|
|
|
|
|
|
|
+ width: 0%;
|
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
display: table-cell;
|
|
display: table-cell;
|
|
@@ -134,7 +262,13 @@ html, body
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/*************SECCIONES************/
|
|
/*************SECCIONES************/
|
|
|
-
|
|
|
|
|
|
|
+.seccion{
|
|
|
|
|
+ width: 90%;
|
|
|
|
|
+ height: auto;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ margin: 70px auto;
|
|
|
|
|
+ border-bottom: 2px solid #475A68;
|
|
|
|
|
+}
|
|
|
#producto
|
|
#producto
|
|
|
{
|
|
{
|
|
|
font-family: "Champagne and Limousine";
|
|
font-family: "Champagne and Limousine";
|
|
@@ -147,17 +281,21 @@ html, body
|
|
|
#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 ;
|
|
|
- /*background-size: 100% 100%;
|
|
|
|
|
- background-repeat: no-repeat;*/
|
|
|
|
|
- width: 90%;
|
|
|
|
|
- height: 400px;
|
|
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 70%;
|
|
|
max-height: 100%;
|
|
max-height: 100%;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
- margin: 87px auto;
|
|
|
|
|
|
|
+ margin:30px auto;
|
|
|
font-family: 'Champagne and Limousine';
|
|
font-family: 'Champagne and Limousine';
|
|
|
font-size: 300%;
|
|
font-size: 300%;
|
|
|
color: White;
|
|
color: White;
|
|
|
- padding-top: 30px;
|
|
|
|
|
|
|
+ padding-top: 100px;
|
|
|
|
|
+ -webkit-text-stroke: 0.20px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+#banner p{
|
|
|
|
|
+ color: white;
|
|
|
|
|
+ -webkit-text-stroke: 0.10px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#productos_titulo
|
|
#productos_titulo
|
|
@@ -167,28 +305,22 @@ html, body
|
|
|
padding-top: 1px;
|
|
padding-top: 1px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+/*
|
|
|
#nosotros, #actividades, #distribuidoras, #cursos
|
|
#nosotros, #actividades, #distribuidoras, #cursos
|
|
|
{
|
|
{
|
|
|
- width: 90%;
|
|
|
|
|
- height: auto;
|
|
|
|
|
- text-align: center;
|
|
|
|
|
- margin: 70px auto;
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+*/
|
|
|
|
|
|
|
|
#productos
|
|
#productos
|
|
|
{
|
|
{
|
|
|
- background: url('Images/productos.jpg') no-repeat scroll center bottom / cover #485260 ;
|
|
|
|
|
- /*background-size: 100% 100%;
|
|
|
|
|
- background-repeat: no-repeat;*/
|
|
|
|
|
- height: 400px;
|
|
|
|
|
|
|
+ /*background: url('Images/productos.jpg') no-repeat scroll center bottom / cover #485260 ;
|
|
|
|
|
+ height: 400px;*/
|
|
|
max-height: 100%;
|
|
max-height: 100%;
|
|
|
width: 90%;
|
|
width: 90%;
|
|
|
- /* padding-top: 5em;*/
|
|
|
|
|
margin: 100px auto;
|
|
margin: 100px auto;
|
|
|
font-family: 'Champagne and Limousine';
|
|
font-family: 'Champagne and Limousine';
|
|
|
- font-size: 200%;
|
|
|
|
|
|
|
+ /*font-size: 200%;*/
|
|
|
color: #D8DFE1;
|
|
color: #D8DFE1;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
}
|
|
}
|
|
@@ -237,29 +369,15 @@ tbody, td
|
|
|
#ok:hover, #ok:active, #ok
|
|
#ok:hover, #ok:active, #ok
|
|
|
{
|
|
{
|
|
|
background-color:#BCC9CC;
|
|
background-color:#BCC9CC;
|
|
|
- -webkit-border-top-left-radius:0px;
|
|
|
|
|
- -moz-border-radius-topleft:0px;
|
|
|
|
|
- border-top-left-radius:0px;
|
|
|
|
|
- -webkit-border-top-right-radius:0px;
|
|
|
|
|
- -moz-border-radius-topright:0px;
|
|
|
|
|
- border-top-right-radius:0px;
|
|
|
|
|
- -webkit-border-bottom-right-radius:0px;
|
|
|
|
|
- -moz-border-radius-bottomright:0px;
|
|
|
|
|
- border-bottom-right-radius:0px;
|
|
|
|
|
- -webkit-border-bottom-left-radius:0px;
|
|
|
|
|
- -moz-border-radius-bottomleft:0px;
|
|
|
|
|
- border-bottom-left-radius:0px;
|
|
|
|
|
- text-indent:0px;
|
|
|
|
|
- display:inline-block;
|
|
|
|
|
- color:#475A68;
|
|
|
|
|
- font-size:18px;
|
|
|
|
|
- font-weight:normal;
|
|
|
|
|
- font-style:normal;
|
|
|
|
|
- height:30px;
|
|
|
|
|
- line-height:30px;
|
|
|
|
|
- width:56px;
|
|
|
|
|
- text-decoration:none;
|
|
|
|
|
- text-align:center;
|
|
|
|
|
|
|
+ text-indent:0px;
|
|
|
|
|
+ display:inline-block;
|
|
|
|
|
+ color:#475A68;
|
|
|
|
|
+ font-size:18px;
|
|
|
|
|
+ font-weight:normal;
|
|
|
|
|
+ font-style:normal;
|
|
|
|
|
+ width:56px;
|
|
|
|
|
+ text-align:center;
|
|
|
|
|
+ height: 31px;
|
|
|
}
|
|
}
|
|
|
#footer-outer
|
|
#footer-outer
|
|
|
{
|
|
{
|
|
@@ -303,13 +421,16 @@ tbody, td
|
|
|
margin-top: 20px;
|
|
margin-top: 20px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+#input-footer{
|
|
|
|
|
+
|
|
|
|
|
+}
|
|
|
/*************HEADERS STYLE************/
|
|
/*************HEADERS STYLE************/
|
|
|
|
|
|
|
|
hr
|
|
hr
|
|
|
{
|
|
{
|
|
|
color: #465A68;
|
|
color: #465A68;
|
|
|
background-color: #465A68;
|
|
background-color: #465A68;
|
|
|
- height: 2px;
|
|
|
|
|
|
|
+ height: 1px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
h2
|
|
h2
|
|
@@ -347,8 +468,7 @@ h1
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
border-bottom: 2px solid #465A68;
|
|
border-bottom: 2px solid #465A68;
|
|
|
line-height: 0.1em;
|
|
line-height: 0.1em;
|
|
|
- /*font-family:'Franklin Gothic Book','Helvetica Neue',Helvetica,Arial,sans-serif;
|
|
|
|
|
- */ font-family: 'Champagne and Limousine';
|
|
|
|
|
|
|
+ font-family: 'Champagne and Limousine';
|
|
|
margin: 30px auto;
|
|
margin: 30px auto;
|
|
|
color: #465A68;
|
|
color: #465A68;
|
|
|
font-size: 190%;
|
|
font-size: 190%;
|
|
@@ -381,20 +501,23 @@ h4
|
|
|
|
|
|
|
|
h5
|
|
h5
|
|
|
{
|
|
{
|
|
|
- font-size: 50px;
|
|
|
|
|
- color:White;
|
|
|
|
|
- text-align: center;
|
|
|
|
|
|
|
+ font-size: 30px;
|
|
|
|
|
+ color:#BCC9CC;
|
|
|
|
|
+ text-align: left;
|
|
|
font-family: 'Champagne and Limousine';
|
|
font-family: 'Champagne and Limousine';
|
|
|
-
|
|
|
|
|
|
|
+ font-weight: normal;
|
|
|
|
|
+ margin: 0 0;
|
|
|
}
|
|
}
|
|
|
p
|
|
p
|
|
|
{
|
|
{
|
|
|
margin: 70px 30px 70px 30px;
|
|
margin: 70px 30px 70px 30px;
|
|
|
- font-family: 'Champagne and Limousine';
|
|
|
|
|
- font-size: 24px;
|
|
|
|
|
|
|
+ font-family: 'Raleway', sans-serif;
|
|
|
|
|
+ font-size: 16px;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
letter-spacing: 3px;
|
|
letter-spacing: 3px;
|
|
|
- color: #7196A6;
|
|
|
|
|
|
|
+ color: #465A68;/*#7196A6*/
|
|
|
|
|
+ font-weight: 300;
|
|
|
|
|
+ line-height: 23px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
a:link
|
|
a:link
|
|
@@ -405,12 +528,6 @@ a:link
|
|
|
a:hover,
|
|
a:hover,
|
|
|
{
|
|
{
|
|
|
opacity: 0.5; transition: opacity 0.3s ease-in-out;
|
|
opacity: 0.5; transition: opacity 0.3s ease-in-out;
|
|
|
- /*color: #7196A6;
|
|
|
|
|
- text-decoration: none;
|
|
|
|
|
- opacity: 0.5;
|
|
|
|
|
- filter: alpha(opacity=100);
|
|
|
|
|
- -webkit-transition: opacity 2s linear;
|
|
|
|
|
- */
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
ul, li
|
|
ul, li
|
|
@@ -420,10 +537,16 @@ ul, li
|
|
|
margin-bottom: 3px;
|
|
margin-bottom: 3px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+li:hover
|
|
|
|
|
+{
|
|
|
|
|
+ opacity: 0.5;
|
|
|
|
|
+ transition: opacity 0.5s ease-in-out;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.hidden { display: none;}
|
|
.hidden { display: none;}
|
|
|
|
|
|
|
|
|
|
|
|
|
-/********************SLIDES********************/
|
|
|
|
|
|
|
+/********************SLIDES TODO: es necesario?
|
|
|
|
|
|
|
|
@import url(http://fonts.googleapis.com/css?family=Varela+Round);
|
|
@import url(http://fonts.googleapis.com/css?family=Varela+Round);
|
|
|
|
|
|
|
@@ -480,22 +603,14 @@ ul, li
|
|
|
font-family: "Varela Round", sans-serif;
|
|
font-family: "Varela Round", sans-serif;
|
|
|
margin: auto auto;
|
|
margin: auto auto;
|
|
|
margin-top: 170px;
|
|
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; }
|
|
.slide:hover + .nav label { opacity: 0.5; }
|
|
|
|
|
|
|
|
.nav label:hover { opacity: 0.2; transition: opacity 1s ease-in-out;}
|
|
.nav label:hover { opacity: 0.2; transition: opacity 1s ease-in-out;}
|
|
|
|
|
|
|
|
-/*.nav .next { right: 0; }*/
|
|
|
|
|
|
|
+.nav .next { right: 0; }
|
|
|
|
|
|
|
|
input:checked + .slide-container .slide {
|
|
input:checked + .slide-container .slide {
|
|
|
opacity: 1;
|
|
opacity: 1;
|
|
@@ -537,3 +652,4 @@ input#img-5:checked ~ .nav-dots label#img-dot-5,
|
|
|
input#img-6:checked ~ .nav-dots label#img-dot-6 {
|
|
input#img-6:checked ~ .nav-dots label#img-dot-6 {
|
|
|
background: rgba(0, 0, 0, 0.8);
|
|
background: rgba(0, 0, 0, 0.8);
|
|
|
}
|
|
}
|
|
|
|
|
+********************/
|