|
|
@@ -9,8 +9,8 @@
|
|
|
}
|
|
|
|
|
|
@font-face {
|
|
|
- font-family: 'Raleway';
|
|
|
- src: url('/Fonts/Raleway-Regular.ttf');
|
|
|
+ font-family: 'Raleway';
|
|
|
+ src: url('/Fonts/Raleway-Regular.ttf');
|
|
|
}
|
|
|
html, body
|
|
|
{
|
|
|
@@ -22,6 +22,8 @@ html, body
|
|
|
position: relative;
|
|
|
|
|
|
}
|
|
|
+
|
|
|
+/**************CONTACT DIV**************/
|
|
|
#overlay-contact {
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
@@ -31,6 +33,7 @@ html, body
|
|
|
background-color: rgba(0,0,0,0.5);
|
|
|
z-index: 10;
|
|
|
margin-top: -30px;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
#exit{
|
|
|
@@ -61,6 +64,7 @@ html, body
|
|
|
letter-spacing: 2px;
|
|
|
color: #BCC9CC ;
|
|
|
border:1px solid #DADADA;
|
|
|
+
|
|
|
-webkit-text-stroke: 0.50px;
|
|
|
}
|
|
|
|
|
|
@@ -107,6 +111,7 @@ html, body
|
|
|
transition: opacity 0.2s ease-in-out;
|
|
|
}
|
|
|
|
|
|
+/******************RESPONSIVE MENU******************/
|
|
|
@media(min-width: 801px){
|
|
|
#navbar #responsive{ display: none; }
|
|
|
}
|
|
|
@@ -168,7 +173,7 @@ html, body
|
|
|
padding-bottom: 10px;
|
|
|
font-family: 'Champagne and Limousine';
|
|
|
font-size: 100%;
|
|
|
- color: #485260;
|
|
|
+ color: #485260;
|
|
|
letter-spacing: 5px;
|
|
|
|
|
|
}
|
|
|
@@ -259,7 +264,13 @@ html, body
|
|
|
}
|
|
|
|
|
|
/*************SECCIONES************/
|
|
|
-
|
|
|
+.seccion{
|
|
|
+ width: 90%;
|
|
|
+ height: auto;
|
|
|
+ text-align: center;
|
|
|
+ margin: 70px auto;
|
|
|
+ border-bottom: 2px solid #475A68;
|
|
|
+}
|
|
|
#producto
|
|
|
{
|
|
|
font-family: "Champagne and Limousine";
|
|
|
@@ -273,7 +284,7 @@ html, body
|
|
|
{
|
|
|
background: url('Images/banner.jpg') no-repeat scroll center bottom / cover #485260 ;
|
|
|
width: 100%;
|
|
|
- height: 90%;
|
|
|
+ height: 70%;
|
|
|
max-height: 100%;
|
|
|
text-align: center;
|
|
|
margin:30px auto;
|
|
|
@@ -281,6 +292,12 @@ html, body
|
|
|
font-size: 300%;
|
|
|
color: White;
|
|
|
padding-top: 100px;
|
|
|
+ -webkit-text-stroke: 0.20px;
|
|
|
+}
|
|
|
+
|
|
|
+#banner p{
|
|
|
+ color: white;
|
|
|
+ -webkit-text-stroke: 0.10px;
|
|
|
}
|
|
|
|
|
|
#productos_titulo
|
|
|
@@ -290,25 +307,22 @@ html, body
|
|
|
padding-top: 1px;
|
|
|
}
|
|
|
|
|
|
+/*
|
|
|
#nosotros, #actividades, #distribuidoras, #cursos
|
|
|
{
|
|
|
- width: 90%;
|
|
|
- height: auto;
|
|
|
- text-align: center;
|
|
|
- margin: 70px auto;
|
|
|
- border-bottom: 2px solid #475A68;
|
|
|
+
|
|
|
}
|
|
|
-
|
|
|
+*/
|
|
|
|
|
|
#productos
|
|
|
{
|
|
|
- background: url('Images/productos.jpg') no-repeat scroll center bottom / cover #485260 ;
|
|
|
- height: 400px;
|
|
|
+ /*background: url('Images/productos.jpg') no-repeat scroll center bottom / cover #485260 ;
|
|
|
+ */height: 400px;
|
|
|
max-height: 100%;
|
|
|
width: 90%;
|
|
|
margin: 100px auto;
|
|
|
font-family: 'Champagne and Limousine';
|
|
|
- font-size: 200%;
|
|
|
+ /*font-size: 200%;*/
|
|
|
color: #D8DFE1;
|
|
|
text-align: center;
|
|
|
}
|
|
|
@@ -503,7 +517,7 @@ p
|
|
|
font-size: 16px;
|
|
|
text-align: center;
|
|
|
letter-spacing: 3px;
|
|
|
- color: #7196A6;
|
|
|
+ color: #465A68;/*#7196A6*/
|
|
|
font-weight: 300;
|
|
|
line-height: 23px;
|
|
|
}
|
|
|
@@ -519,9 +533,9 @@ a:hover,
|
|
|
/*color: #7196A6;
|
|
|
text-decoration: none;
|
|
|
opacity: 0.5;
|
|
|
- filter: alpha(opacity=100);
|
|
|
- -webkit-transition: opacity 2s linear;
|
|
|
- */
|
|
|
+ filter: alpha(opacity=100);
|
|
|
+ -webkit-transition: opacity 2s linear;
|
|
|
+ */
|
|
|
}
|
|
|
|
|
|
ul, li
|