|
|
@@ -1,7 +1,8 @@
|
|
|
@font-face {
|
|
|
- font-family: 'Champagne and Limousine';
|
|
|
+ font-family: 'Champagne and Limousine';
|
|
|
src: url('../Fonts/Champagne&Limousines.ttf');
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
+ font-weight: 700;
|
|
|
}
|
|
|
@font-face {
|
|
|
font-family: "Open Sans";
|
|
|
@@ -91,7 +92,7 @@ html, body
|
|
|
margin-top: 2px;
|
|
|
outline: 0 none;
|
|
|
padding: 3px 3px 3px 5px;
|
|
|
- width: 70%;
|
|
|
+ width: 62%;
|
|
|
font-family: 'Champagne and Limousine';
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
@@ -112,10 +113,10 @@ html, body
|
|
|
}
|
|
|
|
|
|
/******************RESPONSIVE MENU******************/
|
|
|
-@media(min-width: 801px){
|
|
|
+@media (min-width: 801px){
|
|
|
#navbar #responsive{ display: none; }
|
|
|
}
|
|
|
-@media(max-width:800px){
|
|
|
+@media (max-width:800px){
|
|
|
#navbar #navlist{ display:none; }
|
|
|
|
|
|
#footer-outer
|
|
|
@@ -184,7 +185,7 @@ html, body
|
|
|
margin: 0px auto;
|
|
|
background-color:#FFF;
|
|
|
padding-bottom: 10px;
|
|
|
- font-family: 'Champagne and Limousine';
|
|
|
+ font-family: 'Open Sans';
|
|
|
font-size: 100%;
|
|
|
color: #485260;
|
|
|
letter-spacing: 5px;
|
|
|
@@ -216,7 +217,7 @@ html, body
|
|
|
height: auto;
|
|
|
text-align: center;
|
|
|
margin: 0px auto;
|
|
|
- padding-top: 70px;
|
|
|
+ padding-top: 20px;
|
|
|
border-bottom: 1px solid #475A68;
|
|
|
}
|
|
|
|
|
|
@@ -323,7 +324,6 @@ width: 70%;
|
|
|
width: 100%;
|
|
|
}
|
|
|
#curso{
|
|
|
-
|
|
|
background: url('http://subtlepatterns.com/patterns/back_pattern.png') repeat;
|
|
|
}
|
|
|
#productos
|
|
|
@@ -567,7 +567,7 @@ p
|
|
|
line-height: 23px;
|
|
|
}
|
|
|
|
|
|
-a:link
|
|
|
+a:visited, a:link
|
|
|
{
|
|
|
color: #485260;
|
|
|
text-decoration:none;
|
|
|
@@ -592,112 +592,3 @@ li:hover
|
|
|
}
|
|
|
|
|
|
.hidden { display: none;}
|
|
|
-
|
|
|
-
|
|
|
-/********************SLIDES TODO: es necesario?
|
|
|
-
|
|
|
-@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;
|
|
|
-
|
|
|
-}
|
|
|
-
|
|
|
-.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);
|
|
|
-}
|
|
|
-********************/
|