|
|
@@ -43,6 +43,7 @@ a:focus {
|
|
|
margin-bottom: 40px;
|
|
|
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
|
|
|
height: 57px;
|
|
|
+ display: block;
|
|
|
}
|
|
|
.navbar-btn {
|
|
|
box-shadow: none;
|
|
|
@@ -76,6 +77,10 @@ a:focus {
|
|
|
color: #ec1c24;
|
|
|
transition: all 0.3s;
|
|
|
}
|
|
|
+#dropdownNotificaciones{
|
|
|
+ color: #fff!important;
|
|
|
+ background: #bcbcbc2e;
|
|
|
+}
|
|
|
#sidebar.active {
|
|
|
margin-left: -250px;
|
|
|
}
|
|
|
@@ -86,10 +91,10 @@ a:focus {
|
|
|
border-bottom: 1px solid #ec5e69;
|
|
|
}
|
|
|
.width_img {
|
|
|
- width: 120px;
|
|
|
+ width: 190px;
|
|
|
float: none;
|
|
|
margin: auto;
|
|
|
- padding: 14px;
|
|
|
+ padding: 11px;
|
|
|
}
|
|
|
#sidebar ul.components {
|
|
|
padding: 20px 0;
|
|
|
@@ -2136,13 +2141,13 @@ label {
|
|
|
background: transparent;
|
|
|
transition: all 0.3s;
|
|
|
}
|
|
|
-.body_prueba {
|
|
|
+.body_prueba_nueva {
|
|
|
padding: 40px 50px;
|
|
|
background: #fff;
|
|
|
margin-bottom: 40px;
|
|
|
margin: 0 15px 40px 15px;
|
|
|
}
|
|
|
-.body_prueba .contenedor_pruebas h1 {
|
|
|
+.body_prueba_nueva .contenedor_pruebas h1 {
|
|
|
font-size: 18px;
|
|
|
padding: 0;
|
|
|
color: #949494;
|
|
|
@@ -2151,13 +2156,13 @@ label {
|
|
|
.titulo_pregunta {
|
|
|
padding: 10px 0;
|
|
|
}
|
|
|
-.body_prueba .contenedor_pruebas .numero_pregunta p {
|
|
|
+.body_prueba_nueva .contenedor_pruebas .numero_pregunta p {
|
|
|
color: #fd4b4b;
|
|
|
padding: 0 15px;
|
|
|
margin-bottom: 0;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
-.body_prueba .contenedor_pruebas .titulo_pregunta span {
|
|
|
+.body_prueba_nueva .contenedor_pruebas .titulo_pregunta span {
|
|
|
color: #878787;
|
|
|
padding: 0 15px 0 0;
|
|
|
margin-bottom: 0;
|
|
|
@@ -2297,4 +2302,1530 @@ input.input_pregunta:focus {
|
|
|
}
|
|
|
.form-group-guardar-prueba {
|
|
|
text-align: right;
|
|
|
+}
|
|
|
+.header_mobile {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+.dl-menuwrapper {
|
|
|
+ width: 100%;
|
|
|
+ max-width: 100%;
|
|
|
+ float: left;
|
|
|
+ position: relative;
|
|
|
+ -webkit-perspective: 1000px;
|
|
|
+ -moz-perspective: 1000px;
|
|
|
+ perspective: 1000px;
|
|
|
+ z-index: 9;
|
|
|
+ -webkit-perspective-origin: 50% 200%;
|
|
|
+ -moz-perspective-origin: 50% 200%;
|
|
|
+ perspective-origin: 50% 200%;
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menuwrapper:first-child {
|
|
|
+ margin-right: 0px;
|
|
|
+}
|
|
|
+.dl-menuwrapper button {
|
|
|
+ background: #fd4b4b;
|
|
|
+ border: none;
|
|
|
+ width: 50px;
|
|
|
+ height: 45px;
|
|
|
+ color: #fff;
|
|
|
+ text-indent: 0;
|
|
|
+ padding: 11px;
|
|
|
+ position: relative;
|
|
|
+ cursor: pointer;
|
|
|
+ outline: none;
|
|
|
+}
|
|
|
+.dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active, .dl-menuwrapper ul {
|
|
|
+ background: #fff;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+/*.dl-menuwrapper button:after {
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ width: 68%;
|
|
|
+ height: 5px;
|
|
|
+ background: #fff;
|
|
|
+ top: 10px;
|
|
|
+ left: 16%;
|
|
|
+ box-shadow:
|
|
|
+ 0 10px 0 #fff,
|
|
|
+ 0 20px 0 #fff;
|
|
|
+}
|
|
|
+*/
|
|
|
+.dl-menuwrapper ul {
|
|
|
+ padding: 0;
|
|
|
+ list-style: none;
|
|
|
+ -webkit-transform-style: preserve-3d;
|
|
|
+ -moz-transform-style: preserve-3d;
|
|
|
+ transform-style: preserve-3d;
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menuwrapper li {
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menuwrapper li a {
|
|
|
+ display: block;
|
|
|
+ position: relative;
|
|
|
+ padding: 15px 20px;
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 20px;
|
|
|
+ font-weight: 300;
|
|
|
+ color: #fff;
|
|
|
+ outline: none;
|
|
|
+ font-family: 'montserrat';
|
|
|
+}
|
|
|
+
|
|
|
+.no-touch .dl-menuwrapper li a:hover {
|
|
|
+ background: rgba(253, 75, 75, 0.1);
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menuwrapper li.dl-back > a {
|
|
|
+ padding-left: 30px;
|
|
|
+ background: rgba(0,0,0,0.1);
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menuwrapper li.dl-back:after,
|
|
|
+.dl-menuwrapper li > a:not(:only-child):after {
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ line-height: 50px;
|
|
|
+ font-family: 'gotham';
|
|
|
+ speak: none;
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menuwrapper li.dl-back:after {
|
|
|
+ left: 10px;
|
|
|
+ color: rgba(212,204,198,0.3);
|
|
|
+ -webkit-transform: rotate(180deg);
|
|
|
+ -moz-transform: rotate(180deg);
|
|
|
+ transform: rotate(180deg);
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menuwrapper li > a:after {
|
|
|
+ right: 10px;
|
|
|
+ color: rgba(0,0,0,0.15);
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menuwrapper .dl-menu {
|
|
|
+ margin: 5px 0 0 0;
|
|
|
+ position: absolute;
|
|
|
+ width: 100%;
|
|
|
+ opacity: 0;
|
|
|
+ pointer-events: none;
|
|
|
+ -webkit-transform: translateY(10px);
|
|
|
+ -moz-transform: translateY(10px);
|
|
|
+ transform: translateY(10px);
|
|
|
+ -webkit-backface-visibility: hidden;
|
|
|
+ -moz-backface-visibility: hidden;
|
|
|
+ backface-visibility: hidden;
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menuwrapper .dl-menu.dl-menu-toggle {
|
|
|
+ -webkit-transition: all 0.3s ease;
|
|
|
+ -moz-transition: all 0.3s ease;
|
|
|
+ transition: all 0.3s ease;
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menuwrapper .dl-menu.dl-menuopen {
|
|
|
+ opacity: 1;
|
|
|
+ pointer-events: auto;
|
|
|
+ -webkit-transform: translateY(0px);
|
|
|
+ -moz-transform: translateY(0px);
|
|
|
+ transform: translateY(0px);
|
|
|
+}
|
|
|
+
|
|
|
+/* Hide the inner submenus */
|
|
|
+.dl-menuwrapper li .dl-submenu {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+i.fa.fa-angle-right {
|
|
|
+ position: relative;
|
|
|
+ left: 30px;
|
|
|
+}
|
|
|
+i.fa.fa-angle-left {
|
|
|
+ position: relative;
|
|
|
+ padding-right: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+/*
|
|
|
+When a submenu is openend, we will hide all li siblings.
|
|
|
+For that we give a class to the parent menu called "dl-subview".
|
|
|
+We also hide the submenu link.
|
|
|
+The opened submenu will get the class "dl-subviewopen".
|
|
|
+All this is done for any sub-level being entered.
|
|
|
+*/
|
|
|
+.dl-menu.dl-subview li,
|
|
|
+.dl-menu.dl-subview li.dl-subviewopen > a,
|
|
|
+.dl-menu.dl-subview li.dl-subview > a {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menu.dl-subview li.dl-subview,
|
|
|
+.dl-menu.dl-subview li.dl-subview .dl-submenu,
|
|
|
+.dl-menu.dl-subview li.dl-subviewopen,
|
|
|
+.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
|
|
|
+.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+/* Dynamically added submenu outside of the menu context */
|
|
|
+.dl-menuwrapper > .dl-submenu {
|
|
|
+ position: absolute;
|
|
|
+ width: 100%;
|
|
|
+ top: 50px;
|
|
|
+ left: 0;
|
|
|
+ margin: 0;
|
|
|
+}
|
|
|
+
|
|
|
+/* Animation classes for moving out and in */
|
|
|
+
|
|
|
+.dl-menu.dl-animate-out-1 {
|
|
|
+ -webkit-animation: MenuAnimOut1 0.4s;
|
|
|
+ -moz-animation: MenuAnimOut1 0.4s;
|
|
|
+ animation: MenuAnimOut1 0.4s;
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menu.dl-animate-out-2 {
|
|
|
+ -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
|
|
|
+ -moz-animation: MenuAnimOut2 0.3s ease-in-out;
|
|
|
+ animation: MenuAnimOut2 0.3s ease-in-out;
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menu.dl-animate-out-3 {
|
|
|
+ -webkit-animation: MenuAnimOut3 0.4s ease;
|
|
|
+ -moz-animation: MenuAnimOut3 0.4s ease;
|
|
|
+ animation: MenuAnimOut3 0.4s ease;
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menu.dl-animate-out-4 {
|
|
|
+ -webkit-animation: MenuAnimOut4 0.4s ease;
|
|
|
+ -moz-animation: MenuAnimOut4 0.4s ease;
|
|
|
+ animation: MenuAnimOut4 0.4s ease;
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menu.dl-animate-out-5 {
|
|
|
+ -webkit-animation: MenuAnimOut5 0.4s ease;
|
|
|
+ -moz-animation: MenuAnimOut5 0.4s ease;
|
|
|
+ animation: MenuAnimOut5 0.4s ease;
|
|
|
+}
|
|
|
+
|
|
|
+@-webkit-keyframes MenuAnimOut1 {
|
|
|
+ 50% {
|
|
|
+ -webkit-transform: translateZ(-250px) rotateY(30deg);
|
|
|
+ }
|
|
|
+ 75% {
|
|
|
+ -webkit-transform: translateZ(-372.5px) rotateY(15deg);
|
|
|
+ opacity: .5;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -webkit-transform: translateZ(-500px) rotateY(0deg);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-webkit-keyframes MenuAnimOut2 {
|
|
|
+ 100% {
|
|
|
+ -webkit-transform: translateX(-100%);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-webkit-keyframes MenuAnimOut3 {
|
|
|
+ 100% {
|
|
|
+ -webkit-transform: translateZ(300px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-webkit-keyframes MenuAnimOut4 {
|
|
|
+ 100% {
|
|
|
+ -webkit-transform: translateZ(-300px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-webkit-keyframes MenuAnimOut5 {
|
|
|
+ 100% {
|
|
|
+ -webkit-transform: translateY(40%);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-moz-keyframes MenuAnimOut1 {
|
|
|
+ 50% {
|
|
|
+ -moz-transform: translateZ(-250px) rotateY(30deg);
|
|
|
+ }
|
|
|
+ 75% {
|
|
|
+ -moz-transform: translateZ(-372.5px) rotateY(15deg);
|
|
|
+ opacity: .5;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -moz-transform: translateZ(-500px) rotateY(0deg);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-moz-keyframes MenuAnimOut2 {
|
|
|
+ 100% {
|
|
|
+ -moz-transform: translateX(-100%);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-moz-keyframes MenuAnimOut3 {
|
|
|
+ 100% {
|
|
|
+ -moz-transform: translateZ(300px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-moz-keyframes MenuAnimOut4 {
|
|
|
+ 100% {
|
|
|
+ -moz-transform: translateZ(-300px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-moz-keyframes MenuAnimOut5 {
|
|
|
+ 100% {
|
|
|
+ -moz-transform: translateY(40%);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes MenuAnimOut1 {
|
|
|
+ 50% {
|
|
|
+ transform: translateZ(-250px) rotateY(30deg);
|
|
|
+ }
|
|
|
+ 75% {
|
|
|
+ transform: translateZ(-372.5px) rotateY(15deg);
|
|
|
+ opacity: .5;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ transform: translateZ(-500px) rotateY(0deg);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes MenuAnimOut2 {
|
|
|
+ 100% {
|
|
|
+ transform: translateX(-100%);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes MenuAnimOut3 {
|
|
|
+ 100% {
|
|
|
+ transform: translateZ(300px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes MenuAnimOut4 {
|
|
|
+ 100% {
|
|
|
+ transform: translateZ(-300px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes MenuAnimOut5 {
|
|
|
+ 100% {
|
|
|
+ transform: translateY(40%);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menu.dl-animate-in-1 {
|
|
|
+ -webkit-animation: MenuAnimIn1 0.3s;
|
|
|
+ -moz-animation: MenuAnimIn1 0.3s;
|
|
|
+ animation: MenuAnimIn1 0.3s;
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menu.dl-animate-in-2 {
|
|
|
+ -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
|
|
|
+ -moz-animation: MenuAnimIn2 0.3s ease-in-out;
|
|
|
+ animation: MenuAnimIn2 0.3s ease-in-out;
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menu.dl-animate-in-3 {
|
|
|
+ -webkit-animation: MenuAnimIn3 0.4s ease;
|
|
|
+ -moz-animation: MenuAnimIn3 0.4s ease;
|
|
|
+ animation: MenuAnimIn3 0.4s ease;
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menu.dl-animate-in-4 {
|
|
|
+ -webkit-animation: MenuAnimIn4 0.4s ease;
|
|
|
+ -moz-animation: MenuAnimIn4 0.4s ease;
|
|
|
+ animation: MenuAnimIn4 0.4s ease;
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menu.dl-animate-in-5 {
|
|
|
+ -webkit-animation: MenuAnimIn5 0.4s ease;
|
|
|
+ -moz-animation: MenuAnimIn5 0.4s ease;
|
|
|
+ animation: MenuAnimIn5 0.4s ease;
|
|
|
+}
|
|
|
+
|
|
|
+@-webkit-keyframes MenuAnimIn1 {
|
|
|
+ 0% {
|
|
|
+ -webkit-transform: translateZ(-500px) rotateY(0deg);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 20% {
|
|
|
+ -webkit-transform: translateZ(-250px) rotateY(30deg);
|
|
|
+ opacity: 0.5;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -webkit-transform: translateZ(0px) rotateY(0deg);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-webkit-keyframes MenuAnimIn2 {
|
|
|
+ 0% {
|
|
|
+ -webkit-transform: translateX(-100%);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -webkit-transform: translateX(0px);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-webkit-keyframes MenuAnimIn3 {
|
|
|
+ 0% {
|
|
|
+ -webkit-transform: translateZ(300px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -webkit-transform: translateZ(0px);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-webkit-keyframes MenuAnimIn4 {
|
|
|
+ 0% {
|
|
|
+ -webkit-transform: translateZ(-300px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -webkit-transform: translateZ(0px);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-webkit-keyframes MenuAnimIn5 {
|
|
|
+ 0% {
|
|
|
+ -webkit-transform: translateY(40%);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -webkit-transform: translateY(0);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-moz-keyframes MenuAnimIn1 {
|
|
|
+ 0% {
|
|
|
+ -moz-transform: translateZ(-500px) rotateY(0deg);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 20% {
|
|
|
+ -moz-transform: translateZ(-250px) rotateY(30deg);
|
|
|
+ opacity: 0.5;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -moz-transform: translateZ(0px) rotateY(0deg);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-moz-keyframes MenuAnimIn2 {
|
|
|
+ 0% {
|
|
|
+ -moz-transform: translateX(-100%);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -moz-transform: translateX(0px);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-moz-keyframes MenuAnimIn3 {
|
|
|
+ 0% {
|
|
|
+ -moz-transform: translateZ(300px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -moz-transform: translateZ(0px);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-moz-keyframes MenuAnimIn4 {
|
|
|
+ 0% {
|
|
|
+ -moz-transform: translateZ(-300px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -moz-transform: translateZ(0px);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-moz-keyframes MenuAnimIn5 {
|
|
|
+ 0% {
|
|
|
+ -moz-transform: translateY(40%);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -moz-transform: translateY(0);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes MenuAnimIn1 {
|
|
|
+ 0% {
|
|
|
+ transform: translateZ(-500px) rotateY(0deg);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 20% {
|
|
|
+ transform: translateZ(-250px) rotateY(30deg);
|
|
|
+ opacity: 0.5;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ transform: translateZ(0px) rotateY(0deg);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes MenuAnimIn2 {
|
|
|
+ 0% {
|
|
|
+ transform: translateX(-100%);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ transform: translateX(0px);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes MenuAnimIn3 {
|
|
|
+ 0% {
|
|
|
+ transform: translateZ(300px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ transform: translateZ(0px);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes MenuAnimIn4 {
|
|
|
+ 0% {
|
|
|
+ transform: translateZ(-300px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ transform: translateZ(0px);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes MenuAnimIn5 {
|
|
|
+ 0% {
|
|
|
+ transform: translateY(40%);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ transform: translateY(0);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
|
|
|
+ -webkit-animation: SubMenuAnimIn1 0.4s ease;
|
|
|
+ -moz-animation: SubMenuAnimIn1 0.4s ease;
|
|
|
+ animation: SubMenuAnimIn1 0.4s ease;
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
|
|
|
+ -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
|
|
|
+ -moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
|
|
|
+ animation: SubMenuAnimIn2 0.3s ease-in-out;
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
|
|
|
+ -webkit-animation: SubMenuAnimIn3 0.4s ease;
|
|
|
+ -moz-animation: SubMenuAnimIn3 0.4s ease;
|
|
|
+ animation: SubMenuAnimIn3 0.4s ease;
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
|
|
|
+ -webkit-animation: SubMenuAnimIn4 0.4s ease;
|
|
|
+ -moz-animation: SubMenuAnimIn4 0.4s ease;
|
|
|
+ animation: SubMenuAnimIn4 0.4s ease;
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
|
|
|
+ -webkit-animation: SubMenuAnimIn5 0.4s ease;
|
|
|
+ -moz-animation: SubMenuAnimIn5 0.4s ease;
|
|
|
+ animation: SubMenuAnimIn5 0.4s ease;
|
|
|
+}
|
|
|
+
|
|
|
+@-webkit-keyframes SubMenuAnimIn1 {
|
|
|
+ 0% {
|
|
|
+ -webkit-transform: translateX(50%);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -webkit-transform: translateX(0px);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-webkit-keyframes SubMenuAnimIn2 {
|
|
|
+ 0% {
|
|
|
+ -webkit-transform: translateX(100%);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -webkit-transform: translateX(0px);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-webkit-keyframes SubMenuAnimIn3 {
|
|
|
+ 0% {
|
|
|
+ -webkit-transform: translateZ(-300px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -webkit-transform: translateZ(0px);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-webkit-keyframes SubMenuAnimIn4 {
|
|
|
+ 0% {
|
|
|
+ -webkit-transform: translateZ(300px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -webkit-transform: translateZ(0px);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-webkit-keyframes SubMenuAnimIn5 {
|
|
|
+ 0% {
|
|
|
+ -webkit-transform: translateZ(-200px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -webkit-transform: translateZ(0);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-moz-keyframes SubMenuAnimIn1 {
|
|
|
+ 0% {
|
|
|
+ -moz-transform: translateX(50%);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -moz-transform: translateX(0px);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-moz-keyframes SubMenuAnimIn2 {
|
|
|
+ 0% {
|
|
|
+ -moz-transform: translateX(100%);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -moz-transform: translateX(0px);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-moz-keyframes SubMenuAnimIn3 {
|
|
|
+ 0% {
|
|
|
+ -moz-transform: translateZ(-300px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -moz-transform: translateZ(0px);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-moz-keyframes SubMenuAnimIn4 {
|
|
|
+ 0% {
|
|
|
+ -moz-transform: translateZ(300px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -moz-transform: translateZ(0px);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-moz-keyframes SubMenuAnimIn5 {
|
|
|
+ 0% {
|
|
|
+ -moz-transform: translateZ(-200px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -moz-transform: translateZ(0);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes SubMenuAnimIn1 {
|
|
|
+ 0% {
|
|
|
+ transform: translateX(50%);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ transform: translateX(0px);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes SubMenuAnimIn2 {
|
|
|
+ 0% {
|
|
|
+ transform: translateX(100%);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ transform: translateX(0px);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes SubMenuAnimIn3 {
|
|
|
+ 0% {
|
|
|
+ transform: translateZ(-300px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ transform: translateZ(0px);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes SubMenuAnimIn4 {
|
|
|
+ 0% {
|
|
|
+ transform: translateZ(300px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ transform: translateZ(0px);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes SubMenuAnimIn5 {
|
|
|
+ 0% {
|
|
|
+ transform: translateZ(-200px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ transform: translateZ(0);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
|
|
|
+ -webkit-animation: SubMenuAnimOut1 0.4s ease;
|
|
|
+ -moz-animation: SubMenuAnimOut1 0.4s ease;
|
|
|
+ animation: SubMenuAnimOut1 0.4s ease;
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
|
|
|
+ -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
|
|
|
+ -moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
|
|
|
+ animation: SubMenuAnimOut2 0.3s ease-in-out;
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
|
|
|
+ -webkit-animation: SubMenuAnimOut3 0.4s ease;
|
|
|
+ -moz-animation: SubMenuAnimOut3 0.4s ease;
|
|
|
+ animation: SubMenuAnimOut3 0.4s ease;
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
|
|
|
+ -webkit-animation: SubMenuAnimOut4 0.4s ease;
|
|
|
+ -moz-animation: SubMenuAnimOut4 0.4s ease;
|
|
|
+ animation: SubMenuAnimOut4 0.4s ease;
|
|
|
+}
|
|
|
+
|
|
|
+.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
|
|
|
+ -webkit-animation: SubMenuAnimOut5 0.4s ease;
|
|
|
+ -moz-animation: SubMenuAnimOut5 0.4s ease;
|
|
|
+ animation: SubMenuAnimOut5 0.4s ease;
|
|
|
+}
|
|
|
+
|
|
|
+@-webkit-keyframes SubMenuAnimOut1 {
|
|
|
+ 0% {
|
|
|
+ -webkit-transform: translateX(0%);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -webkit-transform: translateX(50%);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-webkit-keyframes SubMenuAnimOut2 {
|
|
|
+ 0% {
|
|
|
+ -webkit-transform: translateX(0%);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -webkit-transform: translateX(100%);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-webkit-keyframes SubMenuAnimOut3 {
|
|
|
+ 0% {
|
|
|
+ -webkit-transform: translateZ(0px);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -webkit-transform: translateZ(-300px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-webkit-keyframes SubMenuAnimOut4 {
|
|
|
+ 0% {
|
|
|
+ -webkit-transform: translateZ(0px);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -webkit-transform: translateZ(300px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-webkit-keyframes SubMenuAnimOut5 {
|
|
|
+ 0% {
|
|
|
+ -webkit-transform: translateZ(0);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -webkit-transform: translateZ(-200px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-moz-keyframes SubMenuAnimOut1 {
|
|
|
+ 0% {
|
|
|
+ -moz-transform: translateX(0%);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -moz-transform: translateX(50%);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-moz-keyframes SubMenuAnimOut2 {
|
|
|
+ 0% {
|
|
|
+ -moz-transform: translateX(0%);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -moz-transform: translateX(100%);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-moz-keyframes SubMenuAnimOut3 {
|
|
|
+ 0% {
|
|
|
+ -moz-transform: translateZ(0px);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -moz-transform: translateZ(-300px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-moz-keyframes SubMenuAnimOut4 {
|
|
|
+ 0% {
|
|
|
+ -moz-transform: translateZ(0px);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -moz-transform: translateZ(300px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@-moz-keyframes SubMenuAnimOut5 {
|
|
|
+ 0% {
|
|
|
+ -moz-transform: translateZ(0);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ -moz-transform: translateZ(-200px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes SubMenuAnimOut1 {
|
|
|
+ 0% {
|
|
|
+ transform: translateX(0%);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ transform: translateX(50%);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes SubMenuAnimOut2 {
|
|
|
+ 0% {
|
|
|
+ transform: translateX(0%);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ transform: translateX(100%);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes SubMenuAnimOut3 {
|
|
|
+ 0% {
|
|
|
+ transform: translateZ(0px);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ transform: translateZ(-300px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes SubMenuAnimOut4 {
|
|
|
+ 0% {
|
|
|
+ transform: translateZ(0px);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ transform: translateZ(300px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes SubMenuAnimOut5 {
|
|
|
+ 0% {
|
|
|
+ transform: translateZ(0);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ transform: translateZ(-200px);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+/* No JS Fallback */
|
|
|
+.no-js .dl-menuwrapper .dl-menu {
|
|
|
+ position: relative;
|
|
|
+ opacity: 1;
|
|
|
+ -webkit-transform: none;
|
|
|
+ -moz-transform: none;
|
|
|
+ transform: none;
|
|
|
+}
|
|
|
+
|
|
|
+.no-js .dl-menuwrapper li .dl-submenu {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.no-js .dl-menuwrapper li.dl-back {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.no-js .dl-menuwrapper li > a:not(:only-child) {
|
|
|
+ background: rgba(0,0,0,0.1);
|
|
|
+}
|
|
|
+
|
|
|
+.no-js .dl-menuwrapper li > a:not(:only-child):after {
|
|
|
+ content: '';
|
|
|
+}
|
|
|
+
|
|
|
+/* Colors for demos */
|
|
|
+
|
|
|
+/* Demo 1 */
|
|
|
+.demo-1 .dl-menuwrapper button {
|
|
|
+ background: #26ae62;
|
|
|
+}
|
|
|
+
|
|
|
+.demo-1 .dl-menuwrapper button:hover,
|
|
|
+.demo-1 .dl-menuwrapper button.dl-active,
|
|
|
+.demo-1 .dl-menuwrapper ul {
|
|
|
+ background: #108242;
|
|
|
+}
|
|
|
+
|
|
|
+/* Demo 2 */
|
|
|
+.demo-2 .dl-menuwrapper button {
|
|
|
+ background: #e86814;
|
|
|
+}
|
|
|
+
|
|
|
+.demo-2 .dl-menuwrapper button:hover,
|
|
|
+.demo-2 .dl-menuwrapper button.dl-active,
|
|
|
+.demo-2 .dl-menuwrapper ul {
|
|
|
+ background: #D35400;
|
|
|
+}
|
|
|
+
|
|
|
+/* Demo 3 */
|
|
|
+.demo-3 .dl-menuwrapper button {
|
|
|
+ background: #08cbc4;
|
|
|
+}
|
|
|
+
|
|
|
+.demo-3 .dl-menuwrapper button:hover,
|
|
|
+.demo-3 .dl-menuwrapper button.dl-active,
|
|
|
+.demo-3 .dl-menuwrapper ul {
|
|
|
+ background: #00b4ae;
|
|
|
+}
|
|
|
+
|
|
|
+/* Demo 4 */
|
|
|
+.demo-4 .dl-menuwrapper button {
|
|
|
+ background: #90b912;
|
|
|
+}
|
|
|
+
|
|
|
+.demo-4 .dl-menuwrapper button:hover,
|
|
|
+.demo-4 .dl-menuwrapper button.dl-active,
|
|
|
+.demo-4 .dl-menuwrapper ul {
|
|
|
+ background: #79a002;
|
|
|
+}
|
|
|
+
|
|
|
+/* Demo 5 */
|
|
|
+.demo-5 .dl-menuwrapper button {
|
|
|
+ background: #744783;
|
|
|
+}
|
|
|
+
|
|
|
+.demo-5 .dl-menuwrapper button:hover,
|
|
|
+.demo-5 .dl-menuwrapper button.dl-active,
|
|
|
+.demo-5 .dl-menuwrapper ul {
|
|
|
+ background: #643771;
|
|
|
+}
|
|
|
+.filtros_resp{
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+.dl-menuwrapper button:after {
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ width: 68%;
|
|
|
+ height: 5px;
|
|
|
+ background: #fff;
|
|
|
+ top: 10px;
|
|
|
+ left: 16%;
|
|
|
+ box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
|
|
|
+}
|
|
|
+.dl-menuwrapper button:hover:after {
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ width: 68%;
|
|
|
+ height: 5px;
|
|
|
+ background: #fd4b4b;
|
|
|
+ top: 10px;
|
|
|
+ left: 16%;
|
|
|
+ box-shadow: 0 10px 0 #fd4b4b, 0 20px 0 #fd4b4b;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+.demo-1 .dl-menuwrapper button {
|
|
|
+ background: #26ae62;
|
|
|
+}
|
|
|
+.logo-responsive {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+@media (min-width: 320px) and (max-width: 484px){
|
|
|
+.navbar {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+.logo-responsive {
|
|
|
+ width: 60%;
|
|
|
+ float: right;
|
|
|
+ position: relative;
|
|
|
+ top: -55px;
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+.logo-responsive img {
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+.header_mobile {
|
|
|
+ display: block;
|
|
|
+ height: 55px;
|
|
|
+ background: #fff;
|
|
|
+}
|
|
|
+.logo-section img {
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+.content-section {
|
|
|
+ padding: 40px 0px;
|
|
|
+}
|
|
|
+.cabeceras {
|
|
|
+ background: #f1f1f1;
|
|
|
+ padding: 10px;
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+.cabeceras_actividad {
|
|
|
+ background: #f1f1f1;
|
|
|
+ padding: 10px;
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+.col20 {
|
|
|
+ width: 100%;
|
|
|
+ float: left;
|
|
|
+ -ms-flex: 0 0 20%;
|
|
|
+ flex: 0 0 100%;
|
|
|
+ max-width: 100%;
|
|
|
+}
|
|
|
+.col25 {
|
|
|
+ width: 100%;
|
|
|
+ float: left;
|
|
|
+ -ms-flex: 0 0 100%;
|
|
|
+ flex: 0 0 100%;
|
|
|
+ max-width: 100%;
|
|
|
+}
|
|
|
+.footerinfo {
|
|
|
+ padding: 40px;
|
|
|
+ width: 100%;
|
|
|
+ bottom: 0;
|
|
|
+ margin: 0;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.header_mobile .logo-section {
|
|
|
+ width: 148px;
|
|
|
+ float: left;
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+.dl-menuwrapper .dl-active:after {
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ width: 68%;
|
|
|
+ height: 5px;
|
|
|
+ background: #fd4b4b;
|
|
|
+ top: 10px;
|
|
|
+ left: 16%;
|
|
|
+ box-shadow: 0 10px 0 #fd4b4b, 0 20px 0 #fd4b4b;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+.dl-menuwrapper .dl-menuopen li a {
|
|
|
+ display: block;
|
|
|
+ position: relative;
|
|
|
+ padding: 15px 20px;
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 20px;
|
|
|
+ font-weight: 300;
|
|
|
+ color: #fd4b4b;
|
|
|
+ outline: none;
|
|
|
+ font-family: 'montserrat';
|
|
|
+ background: #fff;
|
|
|
+}
|
|
|
+.btn_agregar_pregunta {
|
|
|
+ border: 1px solid #fd4b4b;
|
|
|
+ color: #fff;
|
|
|
+ background: #fd4b4b;
|
|
|
+ padding: 10px 55px;
|
|
|
+ font-size: 14px;
|
|
|
+ position: relative;
|
|
|
+ cursor: pointer;
|
|
|
+ transition: all 0.3s;
|
|
|
+ margin-bottom: 20px;
|
|
|
+}
|
|
|
+.body_prueba_nueva {
|
|
|
+ padding: 40px 20px;
|
|
|
+ background: #fff;
|
|
|
+ margin-bottom: 40px;
|
|
|
+ margin: 0 15px 40px 15px;
|
|
|
+}
|
|
|
+.img_relaciones {
|
|
|
+ margin: 30px 0;
|
|
|
+ width: 55%;
|
|
|
+ margin-right: 40px;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+.contenedor_restore {
|
|
|
+ width: 100%;
|
|
|
+ float: none;
|
|
|
+ margin: auto;
|
|
|
+}
|
|
|
+}
|
|
|
+@media (min-width: 568px) and (max-width: 736px){
|
|
|
+.navbar {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+.logo-responsive {
|
|
|
+ width: 33%;
|
|
|
+ float: right;
|
|
|
+ position: relative;
|
|
|
+ top: -55px;
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+.logo-responsive img {
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+.header_mobile {
|
|
|
+ display: block;
|
|
|
+ height: 55px;
|
|
|
+ background: #fff;
|
|
|
+}
|
|
|
+.logo-section img {
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+.content-section {
|
|
|
+ padding: 40px 0px;
|
|
|
+}
|
|
|
+.cabeceras {
|
|
|
+ background: #f1f1f1;
|
|
|
+ padding: 10px;
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+.cabeceras_actividad {
|
|
|
+ background: #f1f1f1;
|
|
|
+ padding: 10px;
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+.col20 {
|
|
|
+ width: 100%;
|
|
|
+ float: left;
|
|
|
+ -ms-flex: 0 0 20%;
|
|
|
+ flex: 0 0 100%;
|
|
|
+ max-width: 100%;
|
|
|
+}
|
|
|
+.col25 {
|
|
|
+ width: 100%;
|
|
|
+ float: left;
|
|
|
+ -ms-flex: 0 0 100%;
|
|
|
+ flex: 0 0 100%;
|
|
|
+ max-width: 100%;
|
|
|
+}
|
|
|
+.footerinfo {
|
|
|
+ padding: 40px;
|
|
|
+ width: 100%;
|
|
|
+ bottom: 0;
|
|
|
+ margin: 0;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.header_mobile .logo-section {
|
|
|
+ width: 148px;
|
|
|
+ float: left;
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+.dl-menuwrapper .dl-active:after {
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ width: 68%;
|
|
|
+ height: 5px;
|
|
|
+ background: #fd4b4b;
|
|
|
+ top: 10px;
|
|
|
+ left: 16%;
|
|
|
+ box-shadow: 0 10px 0 #fd4b4b, 0 20px 0 #fd4b4b;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+.dl-menuwrapper .dl-menuopen li a {
|
|
|
+ display: block;
|
|
|
+ position: relative;
|
|
|
+ padding: 15px 20px;
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 20px;
|
|
|
+ font-weight: 300;
|
|
|
+ color: #fd4b4b;
|
|
|
+ outline: none;
|
|
|
+ font-family: 'montserrat';
|
|
|
+ background: #fff;
|
|
|
+}
|
|
|
+.btn_agregar_pregunta {
|
|
|
+ border: 1px solid #fd4b4b;
|
|
|
+ color: #fff;
|
|
|
+ background: #fd4b4b;
|
|
|
+ padding: 10px 55px;
|
|
|
+ font-size: 14px;
|
|
|
+ position: relative;
|
|
|
+ cursor: pointer;
|
|
|
+ transition: all 0.3s;
|
|
|
+ margin-bottom: 40px;
|
|
|
+}
|
|
|
+.img_relaciones {
|
|
|
+ margin: 30px 0;
|
|
|
+ width: 40%;
|
|
|
+ margin-right: 40px;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+.body_prueba_nueva {
|
|
|
+ padding: 40px 20px;
|
|
|
+ background: #fff;
|
|
|
+ margin-bottom: 40px;
|
|
|
+ margin: 0 15px 40px 15px;
|
|
|
+}
|
|
|
+.contenedor_restore {
|
|
|
+ width: 100%;
|
|
|
+ float: none;
|
|
|
+ margin: auto;
|
|
|
+}
|
|
|
+}
|
|
|
+@media (min-width: 768px) and (max-width: 800px){
|
|
|
+.navbar {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+.logo-responsive {
|
|
|
+ width: 33%;
|
|
|
+ float: right;
|
|
|
+ position: relative;
|
|
|
+ top: -55px;
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+.logo-responsive img {
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+.header_mobile {
|
|
|
+ display: block;
|
|
|
+ height: 55px;
|
|
|
+ background: #fff;
|
|
|
+}
|
|
|
+.logo-section img {
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+.content-section {
|
|
|
+ padding: 40px 0px;
|
|
|
+}
|
|
|
+.cabeceras {
|
|
|
+ background: #f1f1f1;
|
|
|
+ padding: 10px;
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+.cabeceras_actividad {
|
|
|
+ background: #f1f1f1;
|
|
|
+ padding: 10px;
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+.col20 {
|
|
|
+ width: 100%;
|
|
|
+ float: left;
|
|
|
+ -ms-flex: 0 0 20%;
|
|
|
+ flex: 0 0 100%;
|
|
|
+ max-width: 100%;
|
|
|
+}
|
|
|
+.col25 {
|
|
|
+ width: 100%;
|
|
|
+ float: left;
|
|
|
+ -ms-flex: 0 0 100%;
|
|
|
+ flex: 0 0 100%;
|
|
|
+ max-width: 100%;
|
|
|
+}
|
|
|
+.footerinfo {
|
|
|
+ padding: 40px;
|
|
|
+ width: 100%;
|
|
|
+ bottom: 0;
|
|
|
+ margin: 0;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.header_mobile .logo-section {
|
|
|
+ width: 148px;
|
|
|
+ float: left;
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+.dl-menuwrapper .dl-active:after {
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ width: 68%;
|
|
|
+ height: 5px;
|
|
|
+ background: #fd4b4b;
|
|
|
+ top: 10px;
|
|
|
+ left: 16%;
|
|
|
+ box-shadow: 0 10px 0 #fd4b4b, 0 20px 0 #fd4b4b;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+.dl-menuwrapper .dl-menuopen li a {
|
|
|
+ display: block;
|
|
|
+ position: relative;
|
|
|
+ padding: 15px 20px;
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 20px;
|
|
|
+ font-weight: 300;
|
|
|
+ color: #fd4b4b;
|
|
|
+ outline: none;
|
|
|
+ font-family: 'montserrat';
|
|
|
+ background: #fff;
|
|
|
+}
|
|
|
+.panel_options .col-md-4 {
|
|
|
+ width: 100%;
|
|
|
+ flex: 100%;
|
|
|
+ max-width: 100%;
|
|
|
+}
|
|
|
+.historial_candidatos .col-md-8 {
|
|
|
+ width: 100%;
|
|
|
+ flex: 100%;
|
|
|
+ max-width: 100%;
|
|
|
+}
|
|
|
+.historial_candidatos .col-md-4 {
|
|
|
+ width: 100%;
|
|
|
+ flex: 100%;
|
|
|
+ max-width: 100%;
|
|
|
+}
|
|
|
+.img_relaciones {
|
|
|
+ margin: 30px 0;
|
|
|
+ width: 40%;
|
|
|
+ margin-right: 40px;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+.body_prueba_nueva {
|
|
|
+ padding: 40px 30px;
|
|
|
+ background: #fff;
|
|
|
+ margin-bottom: 40px;
|
|
|
+ margin: 0 15px 40px 15px;
|
|
|
+}
|
|
|
+.tabs_pruebas .test_tab.active p {
|
|
|
+ margin: 0;
|
|
|
+ letter-spacing: 0px;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+.tabs_pruebas .test_tab p {
|
|
|
+ margin: 0!important;
|
|
|
+ letter-spacing: 0px;
|
|
|
+ color: #fff!important;
|
|
|
+}
|
|
|
+.body_prueba_list .modern-Checkbox label {
|
|
|
+ color: #363636;
|
|
|
+ background-color: #ffffff;
|
|
|
+ border-color: #fd4b4b;
|
|
|
+ cursor: pointer;
|
|
|
+ display: inline-block;
|
|
|
+ font-weight: 500;
|
|
|
+ text-align: center;
|
|
|
+ white-space: nowrap;
|
|
|
+ vertical-align: middle;
|
|
|
+ user-select: none;
|
|
|
+ border: 1px solid transparent;
|
|
|
+ padding: 35px;
|
|
|
+ font-size: 14px;
|
|
|
+ border-radius: 0;
|
|
|
+ transition: all 144ms ease-in-out;
|
|
|
+ width: 100%;
|
|
|
+ letter-spacing: 0;
|
|
|
+}
|
|
|
+.contenedor_restore {
|
|
|
+ width: 100%;
|
|
|
+ float: none;
|
|
|
+ margin: auto;
|
|
|
+}
|
|
|
+}
|
|
|
+@media (min-width:800px) and (max-width: 1050px){
|
|
|
+.dropdown-menu {
|
|
|
+ position: absolute;
|
|
|
+ top: 100%;
|
|
|
+ right: 3%;
|
|
|
+ z-index: 1000;
|
|
|
+ display: none;
|
|
|
+ float: left;
|
|
|
+ min-width: 30rem;
|
|
|
+ padding: .5rem 0;
|
|
|
+ margin: 0.125rem 0 0;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #1b2235;
|
|
|
+ text-align: left;
|
|
|
+ list-style: none;
|
|
|
+ background-color: #fff;
|
|
|
+ background-clip: padding-box;
|
|
|
+ border: 1px solid rgba(0,0,0,.15);
|
|
|
+ width: 60%;
|
|
|
+}
|
|
|
+#sidebarCollapse {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+#dashboardfull{
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+.body_tabs .col-md-6 {
|
|
|
+ -ms-flex: 0 0 100%;
|
|
|
+ flex: 0 0 100%;
|
|
|
+ max-width: 100%;
|
|
|
+}
|
|
|
+.main .panel h1 {
|
|
|
+ font-size: 17px!important;
|
|
|
+ color: #959595!important;
|
|
|
+ text-transform: uppercase;
|
|
|
+ font-family: 'gudea';
|
|
|
+ letter-spacing: 2px;
|
|
|
+ padding: 0!important;
|
|
|
+ margin: 0!important;
|
|
|
+ position: relative;
|
|
|
+ top: 10px;
|
|
|
+}
|
|
|
+.panel .content_info p {
|
|
|
+ font-size: 28px;
|
|
|
+ color: #25344f;
|
|
|
+ margin: 0;
|
|
|
+ text-align: right;
|
|
|
+ width: 50%;
|
|
|
+ float: left;
|
|
|
+ position: relative;
|
|
|
+ top: 0px;
|
|
|
+}
|
|
|
+.historial_candidatos .col-md-8 {
|
|
|
+ width: 100%;
|
|
|
+ flex: 100%;
|
|
|
+ max-width: 100%;
|
|
|
+}
|
|
|
+.historial_candidatos .col-md-4 {
|
|
|
+ width: 100%;
|
|
|
+ flex: 100%;
|
|
|
+ max-width: 100%;
|
|
|
+}
|
|
|
+.filtros_history .col-md-4 {
|
|
|
+ padding: 0!important;
|
|
|
+}
|
|
|
+.img_relaciones {
|
|
|
+ margin: 30px 0;
|
|
|
+ width: 40%;
|
|
|
+ margin-right: 40px;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+.body_prueba_nueva {
|
|
|
+ padding: 40px 30px;
|
|
|
+ background: #fff;
|
|
|
+ margin-bottom: 40px;
|
|
|
+ margin: 0 15px 40px 15px;
|
|
|
+}
|
|
|
+.tabs_pruebas .test_tab.active p {
|
|
|
+ margin: 0;
|
|
|
+ letter-spacing: 0px;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+.tabs_pruebas .test_tab p {
|
|
|
+ margin: 0!important;
|
|
|
+ letter-spacing: 0px;
|
|
|
+ color: #fff!important;
|
|
|
+}
|
|
|
+.body_prueba_list .modern-Checkbox label {
|
|
|
+ color: #363636;
|
|
|
+ background-color: #ffffff;
|
|
|
+ border-color: #fd4b4b;
|
|
|
+ cursor: pointer;
|
|
|
+ display: inline-block;
|
|
|
+ font-weight: 500;
|
|
|
+ text-align: center;
|
|
|
+ white-space: nowrap;
|
|
|
+ vertical-align: middle;
|
|
|
+ user-select: none;
|
|
|
+ border: 1px solid transparent;
|
|
|
+ padding: 35px;
|
|
|
+ font-size: 14px;
|
|
|
+ border-radius: 0;
|
|
|
+ transition: all 144ms ease-in-out;
|
|
|
+ width: 100%;
|
|
|
+ letter-spacing: 0;
|
|
|
+}
|
|
|
+.contenedor_restore {
|
|
|
+ width: 100%;
|
|
|
+ float: none;
|
|
|
+ margin: auto;
|
|
|
+}
|
|
|
}
|