|
|
@@ -42,7 +42,7 @@ html, body
|
|
|
#facebook-link{
|
|
|
position: fixed;
|
|
|
top: 20px;
|
|
|
-z-index: 99;
|
|
|
+z-index: 9;
|
|
|
right: 20px;
|
|
|
}
|
|
|
|
|
|
@@ -124,16 +124,13 @@ right: 20px;
|
|
|
@media (max-width:790px){
|
|
|
#navbar #navlist{ display:none; }
|
|
|
|
|
|
- #footer-outer
|
|
|
-{
|
|
|
+#footer-outer {
|
|
|
background-color: #475A68;
|
|
|
font-family: 'Open Sans';
|
|
|
font-size: 26px;
|
|
|
color: #BCC9CC;
|
|
|
width: 100%;
|
|
|
height: 300px!important;
|
|
|
-
|
|
|
-
|
|
|
}
|
|
|
#navbar{
|
|
|
display: table;
|
|
|
@@ -166,10 +163,11 @@ right: 20px;
|
|
|
width: 0%;
|
|
|
}
|
|
|
#top_wrapper{
|
|
|
- height: 70px!important;
|
|
|
+ height: 71px!important;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+
|
|
|
/*************NAVBAR************/
|
|
|
#top_wrapper
|
|
|
{
|
|
|
@@ -581,15 +579,8 @@ p
|
|
|
line-height: 23px;
|
|
|
}
|
|
|
|
|
|
-a:visited, a:link
|
|
|
-{
|
|
|
- color: #485260;
|
|
|
- text-decoration:none;
|
|
|
-}
|
|
|
-a:hover
|
|
|
-{
|
|
|
- opacity: 0.5; transition: opacity 0.3s ease-in-out;
|
|
|
-}
|
|
|
+a:visited, a:link { color: white; text-decoration:none; }
|
|
|
+a:hover { opacity: 0.5; transition: opacity 0.3s ease-in-out; }
|
|
|
|
|
|
li a
|
|
|
{
|
|
|
@@ -599,15 +590,33 @@ li a
|
|
|
margin-bottom: 3px;
|
|
|
}
|
|
|
|
|
|
-li:hover
|
|
|
-{
|
|
|
- opacity: 0.5;
|
|
|
- transition: opacity 0.5s ease-in-out;
|
|
|
-}
|
|
|
+li:hover { opacity: 0.5; transition: opacity 0.5s ease-in-out; }
|
|
|
|
|
|
.hidden { display: none;}
|
|
|
b { font-weight: bold; }
|
|
|
.center { display:block; margin: 0px auto; text-align:center;}
|
|
|
.titulin { font-size: 23px; font-weight: bold;}
|
|
|
+#curso .titulos {max-width:90%; margin:0px auto; color:white;}
|
|
|
#exit{ width: 90%; height: 30px; margin: 0 auto; cursor: pointer; float: right !important; text-align:right; }
|
|
|
+@media screen and (max-width:490px){
|
|
|
+ #facebook-link{display:none; }
|
|
|
+ p { margin: 0px; }
|
|
|
+ .titulos { width:100%; margin: 0px; padding:5px 0px;}
|
|
|
+ .descripcion { width:100%; }
|
|
|
+ .descripciones { margin-bottom: 0px; }
|
|
|
+ .titulo_curso { max-width: 60%; margin: 10px auto; }
|
|
|
+ #distribuidoras { display: none; } /*TODO: varios select, pais, provincia,etc*/
|
|
|
+ #footer-outer { height: auto !important; }
|
|
|
+ #suscribe { width: 70%; }
|
|
|
+ h4 { text-align:left;}
|
|
|
+ #footer-inner-left{ float:none; width:98%; padding: 1%; display:block; }
|
|
|
+ #footer-inner-right{ float:none; width:98%; padding: 1%; display:block; text-align:left;}
|
|
|
+
|
|
|
+
|
|
|
+ .basic-grey{width:90%;left:0px;margin:0px;padding:0px 5%; height:100%;}
|
|
|
+ .basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
|
|
|
+ width:95%;
|
|
|
+ }
|
|
|
+ .basic-grey span{text-align:left !important; }
|
|
|
|
|
|
+}
|