| Server IP : 172.67.191.97 / Your IP : 104.23.197.208 Web Server : Apache/2.4.63 (Ubuntu) System : Linux adminpruebas-Virtual-Machine 6.14.0-37-generic #37-Ubuntu SMP PREEMPT_DYNAMIC Fri Nov 14 22:10:32 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.4.5 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/acreditacion/templates/g5_helium/scss/helium/styles/ |
Upload File : |
.g-main-nav {
.g-standard {
.g-dropdown {
transition: none;
}
.g-fade.g-dropdown {
transition: opacity .3s ease-out, transform .3s ease-out;
}
.g-zoom.g-active {
animation-duration: .3s;
animation-name: g-dropdown-zoom;
}
.g-fade-in-up.g-active {
animation-duration: .3s;
animation-name: g-dropdown-fade-in-up;
}
.g-dropdown-bounce-in-left.g-active {
animation-duration: .5s;
animation-name: g-dropdown-bounce-in-left;
}
.g-dropdown-bounce-in-right.g-active {
animation-duration: .5s;
animation-name: g-dropdown-bounce-in-right;
}
.g-dropdown-bounce-in-down.g-active {
animation-duration: .5s;
animation-name: g-dropdown-bounce-in-down;
}
}
.g-fullwidth > {
.g-dropdown {
transition: none;
}
.g-fade.g-dropdown {
transition: opacity .3s ease-out, transform .3s ease-out;
}
.g-zoom.g-active {
animation-duration: .3s;
animation-name: g-dropdown-zoom;
}
.g-dropdown-bounce-in-left.g-active {
animation-duration: .5s;
animation-name: g-dropdown-bounce-in-left;
}
.g-dropdown-bounce-in-right.g-active {
animation-duration: .5s;
animation-name: g-dropdown-bounce-in-right;
}
.g-dropdown-bounce-in-down.g-active {
animation-duration: .5s;
animation-name: g-dropdown-bounce-in-down;
}
}
}
@keyframes g-dropdown-zoom {
0% {
opacity: 0;
transform: scale3d(.8, .8, .8);
}
100% {
opacity: 1;
}
}
@keyframes g-dropdown-fade-in-up {
0% {
opacity: 0;
transform: translate3d(0, 30px, 0);
}
100% {
opacity: 1;
}
}
@keyframes g-dropdown-bounce-in-left {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(-50px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(25px, 0, 0);
}
75% {
transform: translate3d(-10px, 0, 0);
}
90% {
transform: translate3d(5px, 0, 0);
}
to {
transform: none;
}
}
@keyframes g-dropdown-bounce-in-down {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(0, -50px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0);
}
75% {
transform: translate3d(0, -10px, 0);
}
90% {
transform: translate3d(0, 5px, 0);
}
to {
transform: none;
}
}
@keyframes g-dropdown-bounce-in-right {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
transform: translate3d(50px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0);
}
75% {
transform: translate3d(10px, 0, 0);
}
90% {
transform: translate3d(-5px, 0, 0);
}
to {
transform: none;
}
}