diff --git a/diseno/support-center/css/style.css b/diseno/support-center/css/style.css index c5becd3d..5bf57a9e 100644 --- a/diseno/support-center/css/style.css +++ b/diseno/support-center/css/style.css @@ -289,65 +289,89 @@ button:focus { background-position: center center; } -/*-- Preloader --*/ + +/* Preloader */ #preloader { position: fixed; top: 0; left: 0; - right: 0; - bottom: 0; - background: -webkit-gradient(linear, left bottom, right top, from(#E63108), color-stop(#E63108), color-stop(#E63108), color-stop(#E63108), to(#E63108)); - background: linear-gradient(to right top, #E63108, #E63108, #E63108, #E63108, #E63108); - z-index: 9999999; + width: 100%; + height: 100%; + background-color:#fff; + z-index: 999999; } -#preloader #status { - position: absolute; +#loader { + display: block; + position: relative; left: 50%; top: 50%; - -webkit-transform: translateY(-50%); - transform: translateY(-50%); + width: 150px; + height: 150px; + margin: -75px 0 0 -75px; + border-radius: 50%; + border: 3px solid transparent; + border-top-color: #003b73; + -webkit-animation: spin 2s linear infinite; + animation: spin 2s linear infinite; } -.spinner { - width: 60px; - height: 60px; - background-color: #fff; - border-radius: 6px; - -webkit-box-shadow: 0 3px 12px rgba(6, 11, 47, 0.06); - box-shadow: 0 3px 12px rgba(6, 11, 47, 0.06); - margin: 100px auto; - -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out; - animation: sk-rotateplane 1.2s infinite ease-in-out; +#loader:before { + content: ""; + position: absolute; + top: 5px; + left: 5px; + right: 5px; + bottom: 5px; + border-radius: 50%; + border: 3px solid transparent; + border-top-color: #E63108; + -webkit-animation: spin 3s linear infinite; + animation: spin 3s linear infinite; } -@-webkit-keyframes sk-rotateplane { - 0% { - -webkit-transform: perspective(120px); - } - 50% { - -webkit-transform: perspective(120px) rotateY(180deg); +#loader:after { + content: ""; + position: absolute; + top: 15px; + left: 15px; + right: 15px; + bottom: 15px; + border-radius: 50%; + border: 3px solid transparent; + border-top-color: #000; + -webkit-animation: spin 1.5s linear infinite; + animation: spin 1.5s linear infinite; +} + +@-webkit-keyframes spin { + 0% { + -webkit-transform: rotate(0deg); + -ms-transform: rotate(0deg); + transform: rotate(0deg); } 100% { - -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); + -webkit-transform: rotate(360deg); + -ms-transform: rotate(360deg); + transform: rotate(360deg); } } -@keyframes sk-rotateplane { - 0% { - transform: perspective(120px) rotateX(0deg) rotateY(0deg); - -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); - } - 50% { - transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); - -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); +@keyframes spin { + 0% { + -webkit-transform: rotate(0deg); + -ms-transform: rotate(0deg); + transform: rotate(0deg); } 100% { - transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); - -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); + -webkit-transform: rotate(360deg); + -ms-transform: rotate(360deg); + transform: rotate(360deg); } } + + /*-- btn --*/ .theme-btn { width: 200px; @@ -623,7 +647,7 @@ button:focus { position: absolute; width: 100%; z-index: 100; - top: 0px; + top: 26px; } .header_area.navbar_fixed .main_menu { @@ -1789,9 +1813,9 @@ button:focus { @media (max-width: 575px) { .main_menu .navbar .navbar-brand img { - width: 135px; + width: 218px; position: relative; - top: -2px; + top: -1px; } .just_burger_menu { padding-right: 15px; @@ -1809,7 +1833,7 @@ button:focus { } .right_burger { right: 15px; - top: 18px; + top: 12px; max-width: none; width: auto; -webkit-transform: translateX(0); @@ -2038,9 +2062,9 @@ button:focus { @media only screen and (max-width: 479px) { .hero-1-content .title { - font-size: 40px; - line-height: 50px; - margin-bottom: 35px; + font-size: 31px; + line-height: 36px; + margin-bottom: 33px; } } diff --git a/diseno/support-center/index.php b/diseno/support-center/index.php index 6b869e68..a803b495 100644 --- a/diseno/support-center/index.php +++ b/diseno/support-center/index.php @@ -38,10 +38,9 @@
-
-
+
-
+ @@ -192,8 +191,8 @@
Hero
-

Bienvenido al Centro de Soporte de
La Pieza.DO

-

Tienes preguntas? Busca en nuestro Centro de Ayuda.

+

Necesitas Ayuda?

+

Busca en nuestro Centro de Apoyo.