|
@@ -584,6 +584,7 @@ b { font-weight: bold; }
|
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width:890px) {
|
|
@media screen and (max-width:890px) {
|
|
|
|
|
+ #tabla-cursos { width: 100%; }
|
|
|
#distribuidoras .tabla { display: none; }
|
|
#distribuidoras .tabla { display: none; }
|
|
|
#distribuidoras select { display: block; min-width: 50%; text-align: center; margin: 10px auto; padding:5px; font-size:16px; }
|
|
#distribuidoras select { display: block; min-width: 50%; text-align: center; margin: 10px auto; padding:5px; font-size:16px; }
|
|
|
}
|
|
}
|
|
@@ -592,6 +593,7 @@ b { font-weight: bold; }
|
|
|
#navbar #responsive{ display: none; }
|
|
#navbar #responsive{ display: none; }
|
|
|
}
|
|
}
|
|
|
@media (max-width:790px){
|
|
@media (max-width:790px){
|
|
|
|
|
+ #tabla-cursos { width: 100%; }
|
|
|
#navbar #navlist{ display:none; }
|
|
#navbar #navlist{ display:none; }
|
|
|
|
|
|
|
|
#usIcon{
|
|
#usIcon{
|
|
@@ -682,6 +684,9 @@ b { font-weight: bold; }
|
|
|
#basic-grey input, #basic-grey textarea {width: 100% !important; }
|
|
#basic-grey input, #basic-grey textarea {width: 100% !important; }
|
|
|
}
|
|
}
|
|
|
@media screen and (max-width:670px){
|
|
@media screen and (max-width:670px){
|
|
|
|
|
+ #tabla-cursos { width: 100%; }
|
|
|
|
|
+ #tabla-cursos .left {width:100%;}
|
|
|
|
|
+ #tabla-cursos .right {width:100%;}
|
|
|
.seccion{ padding-top: 30px; }
|
|
.seccion{ padding-top: 30px; }
|
|
|
#responsive img { width:48px; }
|
|
#responsive img { width:48px; }
|
|
|
#facebook-link{display:none; }
|
|
#facebook-link{display:none; }
|
|
@@ -705,7 +710,9 @@ b { font-weight: bold; }
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-@media screen and (max-width:400px) { #basic-grey { height:100%; } }
|
|
|
|
|
|
|
+@media screen and (max-width:400px) {
|
|
|
|
|
+ #basic-grey { height:100%; }
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
#protector-solar{
|
|
#protector-solar{
|
|
|
width: 50%;
|
|
width: 50%;
|
|
@@ -779,4 +786,4 @@ b { font-weight: bold; }
|
|
|
|
|
|
|
|
.curso-lista > li:hover{
|
|
.curso-lista > li:hover{
|
|
|
opacity: 1;
|
|
opacity: 1;
|
|
|
-};
|
|
|
|
|
|
|
+};
|