/* Template Name: Landrick - Saas & Software Landing Page Template
   Author: Shreethemes
   E-mail: shreethemes@gmail.com
   Created: August 2019
   Version: 3.1.1
   Updated: March 2021
   File Description: Main Css file of the template
*/
/*********************************/
/*         INDEX                 */
/*================================
 *     01.  Variables            *
 *     02.  Bootstrap Custom     *
 *     03.  Components           *
 *     04.  General              *
 *     05.  Helper               *
 *     06.  Menu                 *
 *     07.  Home / Landing       *
 *     08.  Features / Services  *
 *     09.  Testimonial          *
 *     10.  Price                *
 *     11.  C.T.A                *
 *     12.  Blog / Careers / Job *
 *     13.  Work / Projects      *
 *     14.  Team                 *
 *     15.  User Pages           *
 *     16.  Countdown            *
 *     17.  Contact              *
 *     18.  Footer               *
 ================================*/
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Livvic:wght@400;500;600;700&display=swap");
@media (min-width: 1400px) {
    .container {
        max-width: 1140px !important;
    }
}

.row > * {
    position: relative;
}

h1,
.h1 {
    font-size: 42px !important;
}

h2,
.h2 {
    font-size: 36px !important;
}

h3,
.h3 {
    font-size: 30px !important;
}

h4,
.h4 {
    font-size: 24px !important;
}

h5,
.h5 {
    font-size: 20px !important;
}

h6,
.h6 {
    font-size: 16px !important;
}

.display-1 {
    font-size: 80px !important;
}

.display-2 {
    font-size: 72px !important;
}

.display-3 {
    font-size: 64px !important;
}

.display-4 {
    font-size: 56px !important;
}

.bg-primary {
    background-color: #2f55d4 !important;
}

.bg-soft-primary {
    background-color: rgba(47, 85, 212, 0.1) !important;
    border: 1px solid rgba(47, 85, 212, 0.1) !important;
    color: #2f55d4 !important;
}

.text-primary {
    color: #2f55d4 !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #284bc1 !important;
}

.bg-secondary {
    background-color: #5a6d90 !important;
}

.bg-soft-secondary {
    background-color: rgba(90, 109, 144, 0.1) !important;
    border: 1px solid rgba(90, 109, 144, 0.1) !important;
    color: #5a6d90 !important;
}

.text-secondary {
    color: #5a6d90 !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #506180 !important;
}

.bg-success {
    background-color: #2eca8b !important;
}

.bg-soft-success {
    background-color: rgba(46, 202, 139, 0.1) !important;
    border: 1px solid rgba(46, 202, 139, 0.1) !important;
    color: #2eca8b !important;
}

.text-success {
    color: #2eca8b !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-success:hover,
a.text-success:focus {
    color: #29b57d !important;
}

.bg-warning {
    background-color: #f17425 !important;
}

.bg-soft-warning {
    background-color: rgba(241, 116, 37, 0.1) !important;
    border: 1px solid rgba(241, 116, 37, 0.1) !important;
    color: #f17425 !important;
}

.text-warning {
    color: #f17425 !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ed650f !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

.bg-soft-info {
    background-color: rgba(23, 162, 184, 0.1) !important;
    border: 1px solid rgba(23, 162, 184, 0.1) !important;
    color: #17a2b8 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-info:hover,
a.text-info:focus {
    color: #148ea1 !important;
}

.bg-danger {
    background-color: #e43f52 !important;
}

.bg-soft-danger {
    background-color: rgba(228, 63, 82, 0.1) !important;
    border: 1px solid rgba(228, 63, 82, 0.1) !important;
    color: #e43f52 !important;
}

.text-danger {
    color: #e43f52 !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #e1293e !important;
}

.bg-dark {
    background-color: #3c4858 !important;
}

.bg-soft-dark {
    background-color: rgba(60, 72, 88, 0.1) !important;
    border: 1px solid rgba(60, 72, 88, 0.1) !important;
    color: #3c4858 !important;
}

.text-dark {
    color: #3c4858 !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #323c49 !important;
}

.bg-muted {
    background-color: #8492a6 !important;
}

.bg-soft-muted {
    background-color: rgba(132, 146, 166, 0.1) !important;
    border: 1px solid rgba(132, 146, 166, 0.1) !important;
    color: #8492a6 !important;
}

.text-muted {
    color: #8492a6 !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-muted:hover,
a.text-muted:focus {
    color: #75859b !important;
}

.bg-light {
    background-color: #f8f9fc !important;
}

.bg-soft-light {
    background-color: rgba(248, 249, 252, 0.1) !important;
    border: 1px solid rgba(248, 249, 252, 0.1) !important;
    color: #f8f9fc !important;
}

.text-light {
    color: #f8f9fc !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-light:hover,
a.text-light:focus {
    color: #e6eaf4 !important;
}

.bg-blue {
    background-color: #2f55d4 !important;
}

.bg-soft-blue {
    background-color: rgba(47, 85, 212, 0.1) !important;
    border: 1px solid rgba(47, 85, 212, 0.1) !important;
    color: #2f55d4 !important;
}

.text-blue {
    color: #2f55d4 !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-blue:hover,
a.text-blue:focus {
    color: #284bc1 !important;
}

.bg-footer {
    background-color: #202942 !important;
}

.bg-soft-footer {
    background-color: rgba(32, 41, 66, 0.1) !important;
    border: 1px solid rgba(32, 41, 66, 0.1) !important;
    color: #202942 !important;
}

.text-footer {
    color: #202942 !important;
    color: #00c9a7 !important;
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.text-footer:hover,
a.text-footer:focus {
    color: #181e30 !important;
}

.d-flex .flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.bg-black {
    background: #161c2d !important;
}

video:focus {
    outline: none;
}

.list-inline-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 5px;
}

.rounded {
    border-radius: 6px !important;
}

.rounded-top {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.rounded-left {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.rounded-bottom {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.rounded-right {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.rounded-md {
    border-radius: 10px !important;
}

.rounded-lg {
    border-radius: 30px !important;
}

.border {
    border: 1px solid #e9ecef !important;
}

.border-top {
    border-top: 1px solid #e9ecef !important;
}

.border-bottom {
    border-bottom: 1px solid #e9ecef !important;
}

.border-left {
    border-left: 1px solid #e9ecef !important;
}

.border-right {
    border-right: 1px solid #e9ecef !important;
}

.small,
small {
    font-size: 90%;
}

.card .card-body {
    padding: 1.5rem;
}

.component-wrapper .title {
    font-size: 20px;
}

.component-wrapper.sticky-bar li {
    margin-bottom: 6px;
}

.component-wrapper.sticky-bar li:last-child {
    margin-bottom: 0px !important;
}

.component-wrapper.sticky-bar li a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.component-wrapper.sticky-bar li a:hover,
.component-wrapper.sticky-bar li a:focus {
    color: #2f55d4 !important;
}

.btn-primary {
    background-color: #2f55d4 !important;
    border: 1px solid #2f55d4 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus {
    background-color: #2443ac !important;
    border-color: #2443ac !important;
    color: #ffffff !important;
}

.btn-soft-primary {
    background-color: rgba(47, 85, 212, 0.1) !important;
    border: 1px solid rgba(47, 85, 212, 0.1) !important;
    color: #2f55d4 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-soft-primary:hover,
.btn-soft-primary:focus,
.btn-soft-primary:active,
.btn-soft-primary.active,
.btn-soft-primary.focus {
    background-color: #2f55d4 !important;
    border-color: #2f55d4 !important;
    color: #ffffff !important;
}

.btn-outline-primary {
    border: 1px solid #2f55d4;
    color: #2f55d4;
    background-color: transparent;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #2f55d4;
    border-color: #2f55d4;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-secondary {
    background-color: #5a6d90 !important;
    border: 1px solid #5a6d90 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
    box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.focus {
    background-color: #465571 !important;
    border-color: #465571 !important;
    color: #ffffff !important;
}

.btn-soft-secondary {
    background-color: rgba(90, 109, 144, 0.1) !important;
    border: 1px solid rgba(90, 109, 144, 0.1) !important;
    color: #5a6d90 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
    box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-soft-secondary:hover,
.btn-soft-secondary:focus,
.btn-soft-secondary:active,
.btn-soft-secondary.active,
.btn-soft-secondary.focus {
    background-color: #5a6d90 !important;
    border-color: #5a6d90 !important;
    color: #ffffff !important;
}

.btn-outline-secondary {
    border: 1px solid #5a6d90;
    color: #5a6d90;
    background-color: transparent;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    background-color: #5a6d90;
    border-color: #5a6d90;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
    box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-success {
    background-color: #2eca8b !important;
    border: 1px solid #2eca8b !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
    box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus {
    background-color: #25a06e !important;
    border-color: #25a06e !important;
    color: #ffffff !important;
}

.btn-soft-success {
    background-color: rgba(46, 202, 139, 0.1) !important;
    border: 1px solid rgba(46, 202, 139, 0.1) !important;
    color: #2eca8b !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
    box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
}

.btn-soft-success:hover,
.btn-soft-success:focus,
.btn-soft-success:active,
.btn-soft-success.active,
.btn-soft-success.focus {
    background-color: #2eca8b !important;
    border-color: #2eca8b !important;
    color: #ffffff !important;
}

.btn-outline-success {
    border: 1px solid #2eca8b;
    color: #2eca8b;
    background-color: transparent;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active {
    background-color: #2eca8b;
    border-color: #2eca8b;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
    box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
}

.btn-warning {
    background-color: #f17425 !important;
    border: 1px solid #f17425 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
    box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus {
    background-color: #d55b0e !important;
    border-color: #d55b0e !important;
    color: #ffffff !important;
}

.btn-soft-warning {
    background-color: rgba(241, 116, 37, 0.1) !important;
    border: 1px solid rgba(241, 116, 37, 0.1) !important;
    color: #f17425 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
    box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
}

.btn-soft-warning:hover,
.btn-soft-warning:focus,
.btn-soft-warning:active,
.btn-soft-warning.active,
.btn-soft-warning.focus {
    background-color: #f17425 !important;
    border-color: #f17425 !important;
    color: #ffffff !important;
}

.btn-outline-warning {
    border: 1px solid #f17425;
    color: #f17425;
    background-color: transparent;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active {
    background-color: #f17425;
    border-color: #f17425;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
    box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
}

.btn-info {
    background-color: #17a2b8 !important;
    border: 1px solid #17a2b8 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
    box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus {
    background-color: #117a8b !important;
    border-color: #117a8b !important;
    color: #ffffff !important;
}

.btn-soft-info {
    background-color: rgba(23, 162, 184, 0.1) !important;
    border: 1px solid rgba(23, 162, 184, 0.1) !important;
    color: #17a2b8 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
    box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
}

.btn-soft-info:hover,
.btn-soft-info:focus,
.btn-soft-info:active,
.btn-soft-info.active,
.btn-soft-info.focus {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
    color: #ffffff !important;
}

.btn-outline-info {
    border: 1px solid #17a2b8;
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:not(:disabled):not(.disabled):active {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
    box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
}

.btn-danger {
    background-color: #e43f52 !important;
    border: 1px solid #e43f52 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
    box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus {
    background-color: #d21e32 !important;
    border-color: #d21e32 !important;
    color: #ffffff !important;
}

.btn-soft-danger {
    background-color: rgba(228, 63, 82, 0.1) !important;
    border: 1px solid rgba(228, 63, 82, 0.1) !important;
    color: #e43f52 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
    box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
}

.btn-soft-danger:hover,
.btn-soft-danger:focus,
.btn-soft-danger:active,
.btn-soft-danger.active,
.btn-soft-danger.focus {
    background-color: #e43f52 !important;
    border-color: #e43f52 !important;
    color: #ffffff !important;
}

.btn-outline-danger {
    border: 1px solid #e43f52;
    color: #e43f52;
    background-color: transparent;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    background-color: #e43f52;
    border-color: #e43f52;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
    box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
}

.btn-dark {
    background-color: #3c4858 !important;
    border: 1px solid #3c4858 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
    box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus {
    background-color: #272f3a !important;
    border-color: #272f3a !important;
    color: #ffffff !important;
}

.btn-soft-dark {
    background-color: rgba(60, 72, 88, 0.1) !important;
    border: 1px solid rgba(60, 72, 88, 0.1) !important;
    color: #3c4858 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
    box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}

.btn-soft-dark:hover,
.btn-soft-dark:focus,
.btn-soft-dark:active,
.btn-soft-dark.active,
.btn-soft-dark.focus {
    background-color: #3c4858 !important;
    border-color: #3c4858 !important;
    color: #ffffff !important;
}

.btn-outline-dark {
    border: 1px solid #3c4858;
    color: #3c4858;
    background-color: transparent;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    background-color: #3c4858;
    border-color: #3c4858;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
    box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}

.btn-muted {
    background-color: #8492a6 !important;
    border: 1px solid #8492a6 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.btn-muted.focus {
    background-color: #68788f !important;
    border-color: #68788f !important;
    color: #ffffff !important;
}

.btn-soft-muted {
    background-color: rgba(132, 146, 166, 0.1) !important;
    border: 1px solid rgba(132, 146, 166, 0.1) !important;
    color: #8492a6 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-soft-muted:hover,
.btn-soft-muted:focus,
.btn-soft-muted:active,
.btn-soft-muted.active,
.btn-soft-muted.focus {
    background-color: #8492a6 !important;
    border-color: #8492a6 !important;
    color: #ffffff !important;
}

.btn-outline-muted {
    border: 1px solid #8492a6;
    color: #8492a6;
    background-color: transparent;
}

.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active,
.btn-outline-muted.focus,
.btn-outline-muted:not(:disabled):not(.disabled):active {
    background-color: #8492a6;
    border-color: #8492a6;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-light {
    background-color: #f8f9fc !important;
    border: 1px solid #f8f9fc !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus {
    background-color: #d4daed !important;
    border-color: #d4daed !important;
    color: #ffffff !important;
}

.btn-soft-light {
    background-color: rgba(248, 249, 252, 0.1) !important;
    border: 1px solid rgba(248, 249, 252, 0.1) !important;
    color: #f8f9fc !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-soft-light:hover,
.btn-soft-light:focus,
.btn-soft-light:active,
.btn-soft-light.active,
.btn-soft-light.focus {
    background-color: #f8f9fc !important;
    border-color: #f8f9fc !important;
    color: #ffffff !important;
}

.btn-outline-light {
    border: 1px solid #f8f9fc;
    color: #f8f9fc;
    background-color: transparent;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active {
    background-color: #f8f9fc;
    border-color: #f8f9fc;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-blue {
    background-color: #2f55d4 !important;
    border: 1px solid #2f55d4 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue.focus {
    background-color: #2443ac !important;
    border-color: #2443ac !important;
    color: #ffffff !important;
}

.btn-soft-blue {
    background-color: rgba(47, 85, 212, 0.1) !important;
    border: 1px solid rgba(47, 85, 212, 0.1) !important;
    color: #2f55d4 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-soft-blue:hover,
.btn-soft-blue:focus,
.btn-soft-blue:active,
.btn-soft-blue.active,
.btn-soft-blue.focus {
    background-color: #2f55d4 !important;
    border-color: #2f55d4 !important;
    color: #ffffff !important;
}

.btn-outline-blue {
    border: 1px solid #2f55d4;
    color: #2f55d4;
    background-color: transparent;
}

.btn-outline-blue:hover,
.btn-outline-blue:focus,
.btn-outline-blue:active,
.btn-outline-blue.active,
.btn-outline-blue.focus,
.btn-outline-blue:not(:disabled):not(.disabled):active {
    background-color: #2f55d4;
    border-color: #2f55d4;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-footer {
    background-color: #202942 !important;
    border: 1px solid #202942 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
    box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.btn-footer:hover,
.btn-footer:focus,
.btn-footer:active,
.btn-footer.active,
.btn-footer.focus {
    background-color: #0f131f !important;
    border-color: #0f131f !important;
    color: #ffffff !important;
}

.btn-soft-footer {
    background-color: rgba(32, 41, 66, 0.1) !important;
    border: 1px solid rgba(32, 41, 66, 0.1) !important;
    color: #202942 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
    box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.btn-soft-footer:hover,
.btn-soft-footer:focus,
.btn-soft-footer:active,
.btn-soft-footer.active,
.btn-soft-footer.focus {
    background-color: #202942 !important;
    border-color: #202942 !important;
    color: #ffffff !important;
}

.btn-outline-footer {
    border: 1px solid #202942;
    color: #202942;
    background-color: transparent;
}

.btn-outline-footer:hover,
.btn-outline-footer:focus,
.btn-outline-footer:active,
.btn-outline-footer.active,
.btn-outline-footer.focus,
.btn-outline-footer:not(:disabled):not(.disabled):active {
    background-color: #202942;
    border-color: #202942;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
    box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.btn {
    padding: 8px 20px;
    outline: none;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
    border-radius: 6px;
}

.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn.btn-sm {
    padding: 7px 16px;
    font-size: 10px;
}

.btn.btn-lg {
    padding: 14px 30px;
    font-size: 16px;
}

.btn.searchbtn {
    padding: 6px 20px;
}

.btn.btn-pills {
    border-radius: 30px;
}

.btn.btn-light {
    color: #3c4858 !important;
    border: 1px solid #dee2e6 !important;
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active,
.btn.btn-light.active,
.btn.btn-light.focus {
    background-color: #d4daed !important;
    color: #3c4858 !important;
}

.btn.btn-soft-light {
    color: rgba(60, 72, 88, 0.5) !important;
    border: 1px solid #dee2e6 !important;
}

.btn.btn-soft-light:hover,
.btn.btn-soft-light:focus,
.btn.btn-soft-light:active,
.btn.btn-soft-light.active,
.btn.btn-soft-light.focus {
    color: #3c4858 !important;
}

.btn.btn-outline-light {
    border: 1px solid #dee2e6 !important;
    color: #3c4858 !important;
    background-color: transparent;
}

.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light.active,
.btn.btn-outline-light.focus {
    background-color: #f8f9fc !important;
}

.btn.btn-icon {
    height: 36px;
    width: 36px;
    line-height: 34px;
    padding: 0;
}

.btn.btn-icon .icons {
    height: 16px;
    width: 16px;
    font-size: 16px;
}

.btn.btn-icon.btn-lg {
    height: 48px;
    width: 48px;
    line-height: 46px;
}

.btn.btn-icon.btn-lg .icons {
    height: 20px;
    width: 20px;
    font-size: 20px;
}

.btn.btn-icon.btn-sm {
    height: 30px;
    width: 30px;
    line-height: 28px;
}

button:not(:disabled) {
    outline: none;
}

.shadow {
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
}

.shadow-md {
    -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
    box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
}

.badge {
    letter-spacing: 0.5px;
    padding: 4px 8px;
    font-weight: 600;
    line-height: 11px;
}

.badge.badge-link:hover {
    color: #ffffff !important;
}

.dropdown-primary .dropdown-menu .dropdown-item:hover,
.dropdown-primary .dropdown-menu .dropdown-item.active,
.dropdown-primary .dropdown-menu .dropdown-item:active,
.dropdown-primary .dropdown-menu .dropdown-item.focus,
.dropdown-primary .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #2f55d4 !important;
}

.dropdown-secondary .dropdown-menu .dropdown-item:hover,
.dropdown-secondary .dropdown-menu .dropdown-item.active,
.dropdown-secondary .dropdown-menu .dropdown-item:active,
.dropdown-secondary .dropdown-menu .dropdown-item.focus,
.dropdown-secondary .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #5a6d90 !important;
}

.dropdown-success .dropdown-menu .dropdown-item:hover,
.dropdown-success .dropdown-menu .dropdown-item.active,
.dropdown-success .dropdown-menu .dropdown-item:active,
.dropdown-success .dropdown-menu .dropdown-item.focus,
.dropdown-success .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #2eca8b !important;
}

.dropdown-warning .dropdown-menu .dropdown-item:hover,
.dropdown-warning .dropdown-menu .dropdown-item.active,
.dropdown-warning .dropdown-menu .dropdown-item:active,
.dropdown-warning .dropdown-menu .dropdown-item.focus,
.dropdown-warning .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #f17425 !important;
}

.dropdown-info .dropdown-menu .dropdown-item:hover,
.dropdown-info .dropdown-menu .dropdown-item.active,
.dropdown-info .dropdown-menu .dropdown-item:active,
.dropdown-info .dropdown-menu .dropdown-item.focus,
.dropdown-info .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #17a2b8 !important;
}

.dropdown-danger .dropdown-menu .dropdown-item:hover,
.dropdown-danger .dropdown-menu .dropdown-item.active,
.dropdown-danger .dropdown-menu .dropdown-item:active,
.dropdown-danger .dropdown-menu .dropdown-item.focus,
.dropdown-danger .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #e43f52 !important;
}

.dropdown-dark .dropdown-menu .dropdown-item:hover,
.dropdown-dark .dropdown-menu .dropdown-item.active,
.dropdown-dark .dropdown-menu .dropdown-item:active,
.dropdown-dark .dropdown-menu .dropdown-item.focus,
.dropdown-dark .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #3c4858 !important;
}

.dropdown-muted .dropdown-menu .dropdown-item:hover,
.dropdown-muted .dropdown-menu .dropdown-item.active,
.dropdown-muted .dropdown-menu .dropdown-item:active,
.dropdown-muted .dropdown-menu .dropdown-item.focus,
.dropdown-muted .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #8492a6 !important;
}

.dropdown-light .dropdown-menu .dropdown-item:hover,
.dropdown-light .dropdown-menu .dropdown-item.active,
.dropdown-light .dropdown-menu .dropdown-item:active,
.dropdown-light .dropdown-menu .dropdown-item.focus,
.dropdown-light .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #f8f9fc !important;
}

.dropdown-blue .dropdown-menu .dropdown-item:hover,
.dropdown-blue .dropdown-menu .dropdown-item.active,
.dropdown-blue .dropdown-menu .dropdown-item:active,
.dropdown-blue .dropdown-menu .dropdown-item.focus,
.dropdown-blue .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #2f55d4 !important;
}

.dropdown-footer .dropdown-menu .dropdown-item:hover,
.dropdown-footer .dropdown-menu .dropdown-item.active,
.dropdown-footer .dropdown-menu .dropdown-item:active,
.dropdown-footer .dropdown-menu .dropdown-item.focus,
.dropdown-footer .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #202942 !important;
}

.btn-group .dropdown-toggle:after {
    content: "";
    position: relative;
    right: -4px;
    top: -2px;
    border: solid #ffffff;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 0;
    vertical-align: 0;
}

.btn-group .dropdown-menu {
    margin-top: 10px;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

.btn-group .dropdown-menu:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 7px solid #495057;
    border-radius: 0.5px;
    border-color: transparent transparent #ffffff #ffffff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15);
    box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15);
}

.alert-primary {
    background-color: rgba(47, 85, 212, 0.9);
    color: #ffffff;
    border-color: #2f55d4;
}

.alert-primary .alert-link {
    color: #122258;
}

.alert-outline-primary {
    background-color: #ffffff;
    color: #2f55d4;
    border-color: #2f55d4;
}

.alert-secondary {
    background-color: rgba(90, 109, 144, 0.9);
    color: #ffffff;
    border-color: #5a6d90;
}

.alert-secondary .alert-link {
    color: #1f2632;
}

.alert-outline-secondary {
    background-color: #ffffff;
    color: #5a6d90;
    border-color: #5a6d90;
}

.alert-success {
    background-color: rgba(46, 202, 139, 0.9);
    color: #ffffff;
    border-color: #2eca8b;
}

.alert-success .alert-link {
    color: #124d35;
}

.alert-outline-success {
    background-color: #ffffff;
    color: #2eca8b;
    border-color: #2eca8b;
}

.alert-warning {
    background-color: rgba(241, 116, 37, 0.9);
    color: #ffffff;
    border-color: #f17425;
}

.alert-warning .alert-link {
    color: #753208;
}

.alert-outline-warning {
    background-color: #ffffff;
    color: #f17425;
    border-color: #f17425;
}

.alert-info {
    background-color: rgba(23, 162, 184, 0.9);
    color: #ffffff;
    border-color: #17a2b8;
}

.alert-info .alert-link {
    color: #062a30;
}

.alert-outline-info {
    background-color: #ffffff;
    color: #17a2b8;
    border-color: #17a2b8;
}

.alert-danger {
    background-color: rgba(228, 63, 82, 0.9);
    color: #ffffff;
    border-color: #e43f52;
}

.alert-danger .alert-link {
    color: #79111d;
}

.alert-outline-danger {
    background-color: #ffffff;
    color: #e43f52;
    border-color: #e43f52;
}

.alert-dark {
    background-color: rgba(60, 72, 88, 0.9);
    color: #ffffff;
    border-color: #3c4858;
}

.alert-dark .alert-link {
    color: black;
}

.alert-outline-dark {
    background-color: #ffffff;
    color: #3c4858;
    border-color: #3c4858;
}

.alert-muted {
    background-color: rgba(132, 146, 166, 0.9);
    color: #ffffff;
    border-color: #8492a6;
}

.alert-muted .alert-link {
    color: #3d4654;
}

.alert-outline-muted {
    background-color: #ffffff;
    color: #8492a6;
    border-color: #8492a6;
}

.alert-light {
    background-color: rgba(248, 249, 252, 0.9);
    color: #ffffff;
    border-color: #f8f9fc;
}

.alert-light .alert-link {
    color: #8d9dce;
}

.alert-outline-light {
    background-color: #ffffff;
    color: #f8f9fc;
    border-color: #f8f9fc;
}

.alert-blue {
    background-color: rgba(47, 85, 212, 0.9);
    color: #ffffff;
    border-color: #2f55d4;
}

.alert-blue .alert-link {
    color: #122258;
}

.alert-outline-blue {
    background-color: #ffffff;
    color: #2f55d4;
    border-color: #2f55d4;
}

.alert-footer {
    background-color: rgba(32, 41, 66, 0.9);
    color: #ffffff;
    border-color: #202942;
}

.alert-footer .alert-link {
    color: black;
}

.alert-outline-footer {
    background-color: #ffffff;
    color: #202942;
    border-color: #202942;
}

.alert {
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
}

.alert.alert-light {
    background-color: white;
    color: #3c4858;
    border-color: #e9ecef;
}

.alert.alert-dismissible {
    padding-right: 30px;
}

.alert.alert-dismissible .btn-close {
    top: 10px;
    right: 10px;
    padding: 0px;
}

.alert.alert-pills {
    border-radius: 30px;
    display: inline-block;
}

.alert.alert-pills .content {
    font-weight: 600;
}

.page-next-level .title {
    font-size: 28px;
    letter-spacing: 1px;
}

.page-next-level .page-next {
    position: relative;
    top: 110px;
    z-index: 99;
}

@media (max-width: 768px) {
    .page-next-level .page-next {
        top: 70px;
    }
}

.breadcrumb {
    letter-spacing: 0.5px;
    padding: 8px 24px;
    display: block;
}

.breadcrumb .breadcrumb-item {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding-left: 0;
    display: inline-block;
}

.breadcrumb .breadcrumb-item a {
    color: #3c4858;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #2f55d4;
}

.breadcrumb .breadcrumb-item.active {
    color: #2f55d4;
}

.breadcrumb .breadcrumb-item:before {
    content: "";
}

.breadcrumb .breadcrumb-item:after {
    content: "\F0142" !important;
    font-size: 14px;
    color: #3c4858;
    font-family: "Material Design Icons";
    padding-left: 5px;
}

.breadcrumb .breadcrumb-item:last-child:after {
    display: none;
}

.pagination .page-item:first-child .page-link {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.pagination .page-item .page-link {
    color: #3c4858;
    border: 1px solid #dee2e6;
    padding: 8px 16px;
    font-size: 14px;
}

.pagination .page-item .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pagination .page-item .page-link:hover {
    color: #ffffff;
    background: rgba(47, 85, 212, 0.9);
    border-color: rgba(47, 85, 212, 0.9);
}

.pagination .page-item.active .page-link {
    color: #ffffff;
    background: #2f55d4 !important;
    border-color: #2f55d4;
    cursor: not-allowed;
}

.avatar.avatar-ex-sm {
    max-height: 25px;
}

.avatar.avatar-md-sm {
    height: 45px;
    width: 45px;
}

.avatar.avatar-small {
    height: 65px;
    width: 65px;
}

.avatar.avatar-md-md {
    height: 80px;
    width: 80px;
}

.avatar.avatar-medium {
    height: 110px;
    width: 110px;
}

.avatar.avatar-large {
    height: 140px;
    width: 140px;
}

.avatar.avatar-ex-large {
    height: 180px;
    width: 180px;
}

.accordion .accordion-item {
    overflow: hidden;
}

.accordion .accordion-item .accordion-button {
    font-weight: 600;
    text-align: left;
}

.accordion .accordion-item .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion .accordion-item .accordion-button:before {
    content: "\F0143";
    display: block;
    font-family: "Material Design Icons";
    font-size: 16px;
    color: #2f55d4;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.accordion .accordion-item .accordion-button.collapsed {
    background-color: #ffffff;
    color: #3c4858 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.accordion .accordion-item .accordion-button.collapsed:before {
    top: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #3c4858 !important;
}

.accordion .accordion-item .accordion-button:after {
    display: none;
}

.nav-pills {
    margin-bottom: 15px;
    background: #f4f6fa;
}

.nav-pills .nav-link {
    color: #495057 !important;
    padding: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav-pills .nav-link.nav-link-alt {
    color: #ffffff !important;
}

.nav-pills .nav-link.nav-link-alt.active {
    background: #3c4858 !important;
}

.nav-pills .nav-link.active {
    background: #2f55d4;
    color: #ffffff !important;
}

.nav-pills .nav-link.active .tab-para {
    color: rgba(255, 255, 255, 0.65) !important;
}

.progress-box .title {
    font-size: 15px;
}

.progress-box .progress {
    height: 8px;
    overflow: visible;
}

.progress-box .progress .progress-bar {
    border-radius: 6px;
    -webkit-animation: animate-positive 3s;
    animation: animate-positive 3s;
    overflow: visible !important;
}

.progress-box .progress .progress-value {
    position: absolute;
    top: -32px;
    right: -15px;
    font-size: 13px;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.blockquote {
    border-left: 3px solid #dee2e6;
    border-radius: 6px;
    font-size: 16px;
}

.form-label,
.form-check-label {
    font-weight: 700;
    font-size: 14px;
}

.form-control {
    border: 1px solid #dee2e6;
    font-size: 14px;
    line-height: 26px;
    background-color: #ffffff;
    border-radius: 6px;
}

.form-control:focus {
    border-color: #2f55d4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control[readonly] {
    background-color: #ffffff;
}

.form-control:disabled {
    background-color: #dee2e6;
}

.form-check-input:focus {
    border-color: #2f55d4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-check-input.form-check-input:checked {
    background-color: #2f55d4;
    border-color: #2f55d4;
}

.subcribe-form .btn {
    padding: 10px 20px;
}

.subcribe-form input {
    padding: 12px 20px;
    width: 100%;
    color: #3c4858 !important;
    border: none;
    outline: none !important;
    padding-right: 160px;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.8);
}

.subcribe-form button {
    position: absolute;
    top: 1.5px;
    right: 2px;
    outline: none !important;
}

.subcribe-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.table-responsive .table td,
.table-responsive .table th {
    vertical-align: middle;
}

.table-responsive .table.table-nowrap th,
.table-responsive .table.table-nowrap td {
    white-space: nowrap;
}

.table-responsive .table-center th {
    vertical-align: middle !important;
}

.table-responsive .table-center tbody tr:hover {
    color: #3c4858;
    background-color: #f8f9fa;
}

.table-responsive .table-center.invoice-tb th,
.table-responsive .table-center.invoice-tb td {
    text-align: end;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, #ffffff, #ffffff);
    z-index: 9999999;
}

#preloader #status {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#preloader #status .spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

#preloader #status .spinner .double-bounce1,
#preloader #status .spinner .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #2f55d4;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.social-icon li a {
    /* color: #3c4858; */
    color: #fff;
    /* border: 1px solid #3c4858; */
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 28px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}

.social-icon li a .fea-social {
    stroke-width: 2;
}

.social-icon li a:hover {
    background-color: #2f55d4;
    border-color: #2f55d4 !important;

    background-color: #fff;
    color: #ffffff !important;
    border: 1px solid #fff;
}

.social-icon li a:hover .fea-social {
    fill: #2f55d4;
}

.social-icon.social li a {
    color: #adb5bd;
    border-color: #adb5bd;
}

.social-icon.foot-social-icon li a {
    color: #adb5bd;
    color: #fff;
    border-color: #283353;
}

.back-to-top {
    z-index: 99;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.back-to-top .icons {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.back-to-top:hover {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.back-to-top:hover .icons {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.back-to-home {
    position: fixed;
    top: 4%;
    right: 2%;
    z-index: 1;
}

.sticky-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}

.fea {
    stroke-width: 1.8;
}

.fea.icon-sm {
    height: 16px;
    width: 16px;
}

.fea.icon-ex-md {
    height: 20px;
    width: 20px;
}

.fea.icon-m-md {
    height: 28px;
    width: 28px;
}

.fea.icon-md {
    height: 35px;
    width: 35px;
}

.fea.icon-lg {
    height: 42px;
    width: 42px;
}

.fea.icon-ex-lg {
    height: 52px;
    width: 52px;
}

[class^="uil-"]:before,
[class*=" uil-"]:before {
    margin: 0;
}

.uim-svg {
    vertical-align: 0 !important;
}

@media (max-width: 768px) {
    .display-1 {
        font-size: 56px !important;
    }
    .display-2 {
        font-size: 50px !important;
    }
    .display-3 {
        font-size: 42px !important;
    }
    .display-4 {
        font-size: 36px !important;
    }
}

body {
    font-family: "Nunito", sans-serif;
    overflow-x: hidden !important;
    font-size: 16px;
    color: #161c2d;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Nunito", sans-serif;
    line-height: 1.5;
    font-weight: 600;
}

::-moz-selection {
    background: rgba(47, 85, 212, 0.9);
    color: #ffffff;
}

::selection {
    background: rgba(47, 85, 212, 0.9);
    color: #ffffff;
}

a {
    text-decoration: none !important;
}

p {
    line-height: 1.6;
}

.section {
    padding: 100px 0;
    position: relative;
}

@media (max-width: 768px) {
    .section {
        padding: 60px 0;
    }
}

.section-two {
    padding: 60px 0;
    position: relative;
}

.bg-overlay {
    background-color: rgba(60, 72, 88, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay-white {
    background-color: rgba(255, 255, 255, 0.5);
}

.title-heading {
    line-height: 26px;
}

.title-heading .heading {
    font-size: 45px !important;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .title-heading .heading {
        font-size: 35px !important;
    }
}

.title-heading .para-desc {
    font-size: 18px;
}

.section-title .title {
    letter-spacing: 0.5px;
    font-size: 30px !important;
}

@media (max-width: 768px) {
    .section-title .title {
        font-size: 24px !important;
    }
}

.text-shadow-title {
    text-shadow: 2px 0 0 #ffffff, -2px 0 0 #ffffff,
        0 4px 0 rgba(255, 255, 255, 0.4), 0 -2px 0 #ffffff, 1px 1px #ffffff,
        -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
}

.para-desc {
    max-width: 600px;
}

.para-desc-full {
    max-width: 800px;
}

.mt-100 {
    margin-top: 100px;
}

.shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -2px;
    left: 0;
}

.shape > svg {
    -webkit-transform: scale(2);
    transform: scale(2);
    width: 100%;
    height: auto;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.shape.integration-hero {
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    height: 250px;
    background: #ffffff;
}

@media (max-width: 768px) {
    .shape.integration-hero {
        height: 140px;
    }
}

@media (max-width: 425px) {
    .shape.integration-hero {
        height: 60px;
    }
}

@media (max-width: 425px) {
    .shape {
        bottom: -4px;
    }
}

.text-slider {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.text-slider > ul {
    white-space: nowrap;
}

.text-slider .move-text {
    -webkit-animation: moveSlideshow 12s linear infinite;
    animation: moveSlideshow 12s linear infinite;
}

@-webkit-keyframes moveSlideshow {
    100% {
        -webkit-transform: translateX(-45%);
        transform: translateX(-45%);
    }
}

@keyframes moveSlideshow {
    100% {
        -webkit-transform: translateX(-45%);
        transform: translateX(-45%);
    }
}

.mover {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

.feature-posts-placeholder {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 66.6%;
}

@media (max-width: 425px) {
    .feature-posts-placeholder {
        height: 80%;
    }
}

.spin-anything {
    -webkit-animation: spinner-animation 5s linear infinite;
    animation: spinner-animation 5s linear infinite;
}

@-webkit-keyframes spinner-animation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-animation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.seo-hero-widget {
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.seo-hero-widget:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 9;
}

.home-wrapper:before {
    content: "";
    position: absolute;
    bottom: 40rem;
    right: 0rem;
    width: 90rem;
    height: 35rem;
    -webkit-transform: rotate(78.75deg);
    transform: rotate(78.75deg);
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(47, 85, 212, 0.3)),
        to(transparent)
    );
    background: linear-gradient(90deg, rgba(47, 85, 212, 0.3), transparent);
    z-index: 1;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .home-wrapper:before {
        right: -20rem;
    }
}

@media (min-width: 426px) and (max-width: 768px) {
    .home-wrapper:before {
        right: -15rem;
        width: 70rem;
        height: 25rem;
    }
}

@media (max-width: 425px) {
    .home-wrapper:before {
        right: -25rem;
    }
}

@media (min-width: 768px) {
    .margin-top-100 {
        margin-top: 100px;
    }
}

@media (max-width: 768px) {
    .mt-60 {
        margin-top: 60px;
    }
}

#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: transparent;
    border: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#topnav .logo {
    float: left;
    color: #3c4858 !important;
}

#topnav .logo .l-dark,
#topnav .logo .logo-dark-mode {
    display: none;
}

#topnav .logo .l-light,
#topnav .logo .logo-light-mode {
    display: inline-block;
}

#topnav .logo:focus {
    outline: none;
}

#topnav .has-submenu.active a {
    color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active > a {
    color: #2f55d4 !important;
}

#topnav .has-submenu.active.active .menu-arrow {
    border-color: #2f55d4;
}

#topnav .has-submenu {
    position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
    border: solid #3c4858;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 14px;
}

#topnav .has-submenu .submenu .has-submenu:hover .submenu-arrow {
    border-color: #2f55d4;
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    width: 60px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 28px 20px;
    height: 18px;
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #3c4858;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

#topnav .navbar-toggle span:last-child {
    margin-bottom: 0;
}

#topnav .buy-button {
    float: right;
    line-height: 68px;
}

#topnav .buy-button > li {
    line-height: initial;
}

#topnav .buy-button .login-btn-primary {
    display: none;
}

#topnav .buy-button .login-btn-light {
    display: inline-block;
}

#topnav .buy-button .dropdown .dropdown-toggle:after,
#topnav .buy-menu-btn .dropdown .dropdown-toggle:after {
    display: none;
}

#topnav .navbar-toggle.open span {
    position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
    background-color: #2f55d4;
}

#topnav .navbar-toggle:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu > li > a:hover,
#topnav .navbar-toggle:focus {
    background-color: transparent;
}

#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#topnav .navigation-menu > li {
    float: left;
    display: block;
    position: relative;
    margin: 0 10px;
}

#topnav .navigation-menu > li:hover > a,
#topnav .navigation-menu > li.active > a {
    color: #2f55d4 !important;
}

#topnav .navigation-menu > li > a {
    display: block;
    color: #3c4858;
    font-size: 13px;
    background-color: transparent !important;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: "Nunito", sans-serif;
    padding-left: 15px;
    padding-right: 15px;
}

#topnav .navigation-menu > li > a:hover,
#topnav .navigation-menu > li > a:active {
    color: #2f55d4;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
    border: solid #3c4858;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    right: -1px;
    top: 30px;
}

#topnav .navigation-menu .has-submenu:hover .menu-arrow {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

#topnav .menu-extras {
    float: right;
}

#topnav.scroll {
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

#topnav.scroll .navigation-menu > li > a {
    color: #3c4858;
}

#topnav.scroll .navigation-menu > li > .menu-arrow {
    border-color: #3c4858;
}

#topnav.scroll .navigation-menu > li:hover > a,
#topnav.scroll .navigation-menu > li.active > a {
    color: #2f55d4;
}

#topnav.scroll .navigation-menu > li:hover > .menu-arrow,
#topnav.scroll .navigation-menu > li.active > .menu-arrow {
    border-color: #2f55d4;
}

#topnav.defaultscroll.dark-menubar .logo {
    line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
    line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
    line-height: 62px;
}

#topnav.nav-sticky {
    background: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

#topnav.nav-sticky .navigation-menu.nav-light > li > a {
    color: #3c4858;
}

#topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
    color: #2f55d4 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light > li:hover > .menu-arrow,
#topnav.nav-sticky .navigation-menu.nav-light > li.active > .menu-arrow {
    border-color: #2f55d4 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light > li:hover > a,
#topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
    color: #2f55d4 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: #3c4858;
}

#topnav.nav-sticky.tagline-height {
    top: 0 !important;
}

#topnav.nav-sticky .buy-button .login-btn-primary {
    display: inline-block;
}

#topnav.nav-sticky .buy-button .login-btn-light {
    display: none;
}

#topnav.nav-sticky .logo .l-dark {
    display: inline-block;
}

#topnav.nav-sticky .logo .l-light {
    display: none;
}

.logo {
    font-weight: 700;
    font-size: 24px;
    padding: 0 0 6px;
    letter-spacing: 1px;
    line-height: 68px;
}

@media (min-width: 1025px) {
    #topnav .navigation-menu > li .submenu.megamenu {
        width: 1116px !important;
    }
    #topnav .navigation-menu > li .submenu.megamenu > li {
        min-width: 223px !important;
    }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
    #topnav .navigation-menu > li .submenu.megamenu {
        width: 936px !important;
    }
    #topnav .navigation-menu > li .submenu.megamenu > li {
        min-width: 180px;
    }
}

@media (min-width: 992px) {
    #topnav .navigation-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #topnav .navigation-menu > .has-submenu:hover .menu-arrow {
        top: 33px !important;
    }
    #topnav .navigation-menu > .has-submenu.active .menu-arrow {
        top: 30px;
    }
    #topnav .navigation-menu > li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding: 15px 0;
        list-style: none;
        min-width: 180px;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        border-radius: 6px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
        box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    }
    #topnav .navigation-menu > li .submenu li {
        position: relative;
    }
    #topnav .navigation-menu > li .submenu li a {
        display: block;
        padding: 10px 20px;
        clear: both;
        white-space: nowrap;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        font-weight: 700;
        color: #3c4858 !important;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    #topnav .navigation-menu > li .submenu li a:hover {
        color: #2f55d4 !important;
    }
    #topnav .navigation-menu > li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    #topnav .navigation-menu > li .submenu.megamenu {
        white-space: nowrap;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        position: fixed;
        top: 74px;
    }
    #topnav .navigation-menu > li .submenu.megamenu > li {
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
    }
    #topnav .navigation-menu > li .submenu.megamenu > li .submenu {
        left: 100%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }
    #topnav .navigation-menu > li .submenu > li .submenu {
        left: 101%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }
    #topnav .navigation-menu > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
        min-height: 62px;
    }
    #topnav .navigation-menu > li:hover > .menu-arrow {
        border-color: #2f55d4;
    }
    #topnav .navigation-menu > li:hover > a,
    #topnav .navigation-menu > li.active > a {
        color: #2f55d4 !important;
    }
    #topnav .navigation-menu > li.last-elements .submenu {
        left: auto;
        right: 0;
    }
    #topnav .navigation-menu > li.last-elements .submenu:before {
        left: auto;
        right: 10px;
    }
    #topnav
        .navigation-menu
        > li.last-elements
        .submenu
        > li.has-submenu
        .submenu {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 10px;
    }
    #topnav .navigation-menu.nav-light > li > a {
        color: rgba(255, 255, 255, 0.5);
    }
    #topnav .navigation-menu.nav-light > li.active > a {
        color: #ffffff !important;
    }
    #topnav .navigation-menu.nav-light > li:hover > .menu-arrow {
        border-color: #ffffff !important;
    }
    #topnav .navigation-menu.nav-light > li:hover > a {
        color: #ffffff !important;
    }
    #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
        border-color: rgba(255, 255, 255, 0.5);
    }
    #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
        border-color: #ffffff !important;
    }
    #topnav .navigation-menu.nav-right {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    #topnav .navigation-menu.nav-left {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    #topnav .navigation-menu.nav-left > li.last-elements .submenu {
        left: 0 !important;
        right: auto !important;
    }
    #topnav .navigation-menu.nav-left > li.last-elements .submenu:before {
        left: 45px !important;
        right: auto !important;
    }
    #topnav .buy-button {
        padding-left: 15px;
        margin-left: 15px;
    }
    #topnav .navbar-toggle {
        display: none;
    }
    #topnav #navigation {
        display: block !important;
    }
    #topnav.scroll {
        top: 0;
    }
    #topnav.scroll .navigation-menu > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #topnav.scroll-active .navigation-menu > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (max-width: 991px) {
    #topnav {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
        box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
        min-height: 74px;
    }
    #topnav .logo .l-dark {
        display: inline-block !important;
    }
    #topnav .logo .l-light {
        display: none !important;
    }
    #topnav .container {
        width: auto;
    }
    #topnav #navigation {
        max-height: 400px;
    }
    #topnav .navigation-menu {
        float: none;
    }
    #topnav .navigation-menu > li {
        float: none;
    }
    #topnav .navigation-menu > li .submenu {
        display: none;
        list-style: none;
        padding-left: 20px;
        margin: 0;
    }
    #topnav .navigation-menu > li .submenu li a {
        display: block;
        position: relative;
        padding: 7px 15px;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 0.04em;
        font-weight: 700;
        color: #3c4858 !important;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    #topnav .navigation-menu > li .submenu.open {
        display: block;
    }
    #topnav .navigation-menu > li .submenu .submenu {
        display: none;
        list-style: none;
    }
    #topnav .navigation-menu > li .submenu .submenu.open {
        display: block;
    }
    #topnav .navigation-menu > li .submenu.megamenu > li > ul {
        list-style: none;
        padding-left: 0;
    }
    #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
        display: block;
        position: relative;
        padding: 10px 15px;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 2px;
        color: #8492a6;
    }
    #topnav .navigation-menu > li > a {
        color: #3c4858;
        padding: 10px 20px;
    }
    #topnav .navigation-menu > li > a:after {
        position: absolute;
        right: 15px;
    }
    #topnav .navigation-menu > li > a:hover,
    #topnav .navigation-menu > li .submenu li a:hover,
    #topnav .navigation-menu > li.has-submenu.open > a {
        color: #2f55d4;
    }
    #topnav .menu-extras .menu-item {
        border-color: #8492a6;
    }
    #topnav .navbar-header {
        float: left;
    }
    #topnav .buy-button .login-btn-primary {
        display: inline-block !important;
    }
    #topnav .buy-button .login-btn-light {
        display: none;
    }
    #topnav .has-submenu .submenu .submenu-arrow {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: 20px;
        top: 12px;
    }
    #topnav .has-submenu.active a {
        color: #2f55d4;
    }
    #navigation {
        position: absolute;
        top: 74px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #f1f3f9;
        border-bottom: 1px solid #f1f3f9;
        background-color: #ffffff;
    }
    #navigation.open {
        display: block;
        overflow-y: auto;
    }
}

@media (max-width: 768px) {
    #topnav .navigation-menu .has-submenu .menu-arrow {
        right: 16px;
        top: 16px;
    }
    #topnav .buy-button {
        padding: 3px 0;
    }
}

@media (min-width: 768px) {
    #topnav .navigation-menu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }
    #topnav
        .navigation-menu
        > li.has-submenu:hover
        > .submenu
        > li.has-submenu:hover
        > .submenu {
        visibility: visible;
        opacity: 1;
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-toggle {
        display: block;
    }
}

@media (max-width: 375px) {
    #topnav .buy-button {
        display: none;
    }
    #topnav .buy-menu-btn {
        display: block !important;
        margin: 0 10px;
        padding: 10px 20px;
    }
    #topnav .buy-menu-btn .dropdown .dropdown-menu.show {
        -webkit-transform: translate3d(0px, -54px, 0px) !important;
        transform: translate3d(0px, -54px, 0px) !important;
    }
    #topnav .navbar-toggle .lines {
        margin-right: 0 !important;
    }
}

.tagline {
    position: absolute;
    width: 100%;
    z-index: 99;
    font-size: 14px;
    padding: 13px 0;
}

@media screen and (max-width: 575px) {
    .tagline {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .tagline-height {
        top: 0px !important;
    }
}

@media (min-width: 576px) {
    .tagline-height {
        top: 47px !important;
    }
}

.sidebar-nav {
    padding: 15px 0;
}

.sidebar-nav > .navbar-item {
    padding: 3px 15px;
}

.sidebar-nav > .navbar-item .navbar-link {
    color: #3c4858 !important;
    font-size: 15px;
    font-weight: 600;
}

.sidebar-nav > .navbar-item .navbar-link .navbar-icon {
    font-size: 18px;
    margin-right: 6px;
}

#navmenu-nav li.active a {
    color: #2f55d4;
}

#navmenu-nav li.account-menu.active .navbar-link,
#navmenu-nav li.account-menu:hover .navbar-link {
    color: #ffffff !important;
    background-color: #2f55d4 !important;
}

.bg-home {
    height: 100vh;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half-260 {
    padding: 260px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half-170 {
    padding: 170px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half {
    padding: 184px 0 90px;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-auth-home {
    padding: 142px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-circle-gradiant {
    background: radial-gradient(
        circle at 50% 50%,
        rgba(47, 85, 212, 0.1) 0%,
        rgba(47, 85, 212, 0.1) 33.333%,
        rgba(47, 85, 212, 0.3) 33.333%,
        rgba(47, 85, 212, 0.3) 66.666%,
        rgba(47, 85, 212, 0.5) 66.666%,
        rgba(47, 85, 212, 0.5) 99.999%
    );
}

.it-home {
    -webkit-animation: animate-left-to-right 60s linear infinite;
    animation: animate-left-to-right 60s linear infinite;
}

@-webkit-keyframes animate-left-to-right {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}

@keyframes animate-left-to-right {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}

.home-dashboard img {
    position: relative;
    top: 60px;
    z-index: 1;
}

@media (min-width: 768px) {
    .home-dashboard.onepage-hero {
        overflow: hidden;
    }
}

.classic-saas-image .bg-saas-shape:after {
    bottom: 3rem;
    left: 0;
    width: 75rem;
    height: 55rem;
    border-radius: 20rem;
}

@media (max-width: 767px) {
    .classic-saas-image .bg-saas-shape:after {
        left: 10rem;
        width: 30rem;
        height: 30rem;
        border-radius: 10rem;
    }
}

@media (max-width: 768px) {
    .classic-saas-image .bg-saas-shape img,
    .freelance-hero .bg-shape img {
        max-width: 550px;
    }
}

@media (max-width: 767px) {
    .classic-saas-image .bg-saas-shape img,
    .freelance-hero .bg-shape img {
        max-width: 100%;
        height: auto;
    }
}

.classic-saas-image .bg-saas-shape:after,
.freelance-hero .bg-shape:after {
    opacity: 0.9;
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
}

@media (max-width: 767px) {
    .classic-saas-image .bg-saas-shape:after,
    .freelance-hero .bg-shape:after {
        bottom: -5rem !important;
        height: 30rem;
    }
}

.freelance-hero .bg-shape:after {
    bottom: 0rem;
    left: 7rem;
    width: 100rem;
    height: 70rem;
    border-radius: 6rem;
}

@media (max-width: 768px) {
    .freelance-hero .bg-shape:after {
        bottom: -10rem;
    }
}

@media (max-width: 767px) {
    .freelance-hero .bg-shape:after {
        left: 15rem;
        width: 40rem;
        height: 30rem;
    }
}

.freelance-hero .bg-shape:after {
    -webkit-box-shadow: 0 0 40px rgba(47, 85, 212, 0.5);
    box-shadow: 0 0 40px rgba(47, 85, 212, 0.5);
    background-color: #99abea;
}

.studio-home {
    padding: 7%;
}

.agency-wrapper:before {
    content: "";
    position: absolute;
    bottom: 22rem;
    right: 54rem;
    width: 90rem;
    height: 35rem;
    border-radius: 17rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #f8f9fc;
    z-index: -1;
}

@media (max-width: 768px) {
    .agency-wrapper:before {
        right: 12rem;
    }
}

@media (max-width: 767px) {
    .agency-wrapper:before {
        right: 0;
    }
}

.bg-marketing {
    padding: 76px 0 120px;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.home-slider .carousel-control-next,
.home-slider .carousel-control-prev {
    width: 30px;
    height: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    border: 1px solid #ced4da;
}

.home-slider .carousel-control-next-icon,
.home-slider .carousel-control-prev-icon {
    width: 30%;
}

.bg-animation-left:after {
    content: "";
    position: absolute;
    /* left: 0px; */
    /* right: 0px; */
    top: 0px;
    width: 70%;
    height: 100%;
    /* background: rgba(255, 255, 255, 0.85); */
    background: rgba(253, 215, 25, 0.85);

    -webkit-clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
    clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
}

@media (max-width: 767px) {
    .bg-animation-left:after {
        width: 100%;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}

.bg-animation-left.dark-left:after {
    /* background: rgba(60, 72, 88, 0.6); */
    background: rgba(65, 181, 158, 0.9);
}

.bg-animation-left.crypto-home:after {
    background: #2f55d4;
    width: 80%;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
}

.bg-animation-left.task-management-home:after {
    background: url("../images/task/bg.png") #2f55d4;
    width: 100%;
    -webkit-clip-path: circle(65% at 40% 25%);
    clip-path: circle(65% at 40% 25%);
}

.bg-invoice {
    padding: 100px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.classic-app-image .bg-app-shape:after {
    bottom: 3rem;
    left: -8rem;
    width: 55rem;
    height: 35rem;
    border-radius: 20rem;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    opacity: 0.9;
}

.classic-app-image .app-images {
    position: absolute;
    bottom: 60px;
    right: -20px;
}

.classic-app-image .bg-app-shape:after,
.classic-saas-image .bg-saas-shape:after,
.freelance-hero .bg-shape:after {
    content: " ";
    position: absolute;
    z-index: -1;
}

.classic-app-image .bg-app-shape:after,
.classic-saas-image .bg-saas-shape:after {
    -webkit-box-shadow: 0 0 40px rgba(47, 85, 212, 0.5);
    box-shadow: 0 0 40px rgba(47, 85, 212, 0.5);
    background-color: #2f55d4;
}

.shape-before .shape-img {
    position: absolute;
    top: -50px;
    left: -35px;
    z-index: -1;
    height: auto;
    overflow: hidden;
}

.swiper-slider-hero .swiper-container,
.swiper-slider-hero .swiper-slide .slide-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.swiper-slider-hero .swiper-container .swiper-button-prev,
.swiper-slider-hero .swiper-container .swiper-button-next {
    background: transparent;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: -30px;
}

.swiper-slider-hero .swiper-container .swiper-button-prev:before,
.swiper-slider-hero .swiper-container .swiper-button-next:before {
    font-family: "Material Design Icons";
    font-weight: 900;
    color: #ffffff;
}

.swiper-slider-hero .swiper-container .swiper-button-prev:hover,
.swiper-slider-hero .swiper-container .swiper-button-next:hover {
    background: #2f55d4;
    border-color: #2f55d4 !important;
}

.swiper-slider-hero .swiper-container .swiper-button-prev {
    left: 10px;
}

.swiper-slider-hero .swiper-container .swiper-button-prev:before {
    content: "\f0141";
}

.swiper-slider-hero .swiper-container .swiper-button-next {
    right: 10px;
}

.swiper-slider-hero .swiper-container .swiper-button-next:before {
    content: "\f0142";
}

.swiper-slider-hero .swiper-pagination-bullet {
    color: #f8f9fa;
    background: transparent;
}

.swiper-slider-hero .swiper-pagination-bullet-active {
    color: #ffffff;
}

.swiper-slider-hero .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-slider-hero .swiper-pagination-custom,
.swiper-slider-hero .swiper-pagination-fraction {
    bottom: 45px;
}

.swiper-slider-hero
    .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 13px;
}

@media (min-width: 769px) {
    .bg-studio:after {
        content: "";
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50%;
        height: 100%;
        background: #ffffff none repeat scroll 0 0;
        z-index: 2;
    }
}

@media (max-width: 768px) {
    .bg-half {
        padding: 169px 0 50px;
    }
}

@media (max-width: 767px) {
    .bg-home,
    .bg-half-170,
    .bg-half-260,
    .bg-marketing,
    .swiper-slider-hero .swiper-container .swiper-slide {
        padding: 150px 0;
        height: auto;
    }
}

.features .icon {
    background: rgba(47, 85, 212, 0.1);
}

.features .image:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 64px;
    height: 64px;
    border-radius: 6px;
    -webkit-transform: rotate(33.75deg);
    transform: rotate(33.75deg);
    background: linear-gradient(45deg, transparent, rgba(47, 85, 212, 0.1));
}

.features.feature-clean .icons i {
    height: 65px;
    width: 65px;
    line-height: 65px;
    background-color: rgba(47, 85, 212, 0.1);
}

.features.feature-clean .title:hover {
    color: #2f55d4 !important;
}

.features .ride-image {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.features .ride-image img {
    border-radius: 100% 100% 100% 0;
}

.features:hover .image:before {
    background: rgba(47, 85, 212, 0.1);
    -webkit-animation: spinner-border 5s linear infinite !important;
    animation: spinner-border 5s linear infinite !important;
}

.features.fea-primary {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.features.fea-primary .content .title {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.features.fea-primary .content .title:hover {
    color: #2f55d4 !important;
}

.features.fea-primary .big-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    opacity: 0.015;
    font-size: 180px;
}

.features.fea-primary:hover {
    -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
    background-color: #2f55d4 !important;
    color: #ffffff !important;
}

.features.fea-primary:hover .icon2,
.features.fea-primary:hover .para {
    color: rgba(255, 255, 255, 0.5) !important;
}

.features.fea-primary:hover .content,
.features.fea-primary:hover .icon2 {
    z-index: 2;
}

.features.fea-primary:hover .big-icon {
    opacity: 0.05;
}

.features .title,
.key-feature .title {
    font-size: 18px !important;
}

.features .icon,
.key-feature .icon {
    height: 45px;
    width: 45px;
    line-height: 45px;
}

.key-feature {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.key-feature .icon {
    background: linear-gradient(45deg, transparent, rgba(47, 85, 212, 0.15));
}

.key-feature:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
    box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
}

.work-process {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.work-process .step,
.work-process .step-icon {
    opacity: 0.06;
}

.work-process a {
    font-size: 15px;
}

.work-process.process-arrow:after {
    content: "";
    position: absolute;
    width: 60%;
    height: 40px;
    top: 80px;
    left: 80%;
    background: url("../images/process.png") center center no-repeat;
    z-index: 1;
}

@media (max-width: 767px) {
    .work-process.process-arrow:after {
        display: none;
    }
}

.work-process.process-arrow:hover {
    -webkit-transform: none !important;
    transform: none !important;
}

.work-process:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.work-process.d-none-arrow:hover {
    -webkit-transform: none !important;
    transform: none !important;
}

.course-feature {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.course-feature .full-img {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    left: 0;
    right: 0;
    opacity: 0;
    margin: 0 auto;
    z-index: -2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 250px;
}

.course-feature:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.course-feature:hover .full-img {
    opacity: 0.05;
}

.features-absolute {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.features-absolute {
    margin: -200px 0 0px;
}

@media (max-width: 768px) {
    .features-absolute {
        margin: -140px 0 0;
    }
}

.features-absolute.blog-search {
    margin: -120px 0 0px;
}

@media (max-width: 768px) {
    .features-absolute.blog-search {
        margin: -90px 0 0px;
    }
}

.categories {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.categories:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

.categories a:hover {
    color: #2f55d4 !important;
}

.app-feature-shape-right:after,
.app-feature-shape-left:after {
    bottom: 0rem;
    width: 30rem;
    height: 40rem;
    border-radius: 10rem;
}

.app-feature-shape-right:after {
    left: 10rem;
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}

@media (max-width: 768px) {
    .app-feature-shape-right:after {
        left: 0;
    }
}

.app-feature-shape-left:after {
    right: 10rem;
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
}

@media (max-width: 768px) {
    .app-feature-shape-left:after {
        right: 0;
    }
}

.app-subscribe {
    position: absolute;
    top: -200px;
}

@media (max-width: 767px) {
    .app-subscribe {
        position: relative;
        top: 0;
    }
}

.saas-feature-shape-left:after,
.saas-feature-shape-right:after {
    bottom: -3rem;
    width: 35rem;
    height: 35rem;
    border-radius: 15rem;
    -webkit-transform: rotate(145deg);
    transform: rotate(145deg);
}

@media (max-width: 767px) {
    .saas-feature-shape-left:after,
    .saas-feature-shape-right:after {
        bottom: -1rem;
        width: 25rem;
        height: 25rem;
        border-radius: 10rem;
    }
}

.saas-feature-shape-left:after {
    left: -10rem;
}

.saas-feature-shape-right:after {
    right: -10rem;
}

.app-feature-shape-right:after,
.app-feature-shape-left:after,
.saas-feature-shape-left:after,
.saas-feature-shape-right:after,
.social-feature-left:after,
.social-feature-right:after {
    background: rgba(47, 85, 212, 0.1);
    -webkit-box-shadow: 0 0 40px rgba(47, 85, 212, 0.1);
    box-shadow: 0 0 40px rgba(47, 85, 212, 0.1);
}

.app-feature-shape-right:after,
.app-feature-shape-left:after,
.saas-feature-shape-left:after,
.saas-feature-shape-right:after,
.social-feature-left:after,
.social-feature-right:after {
    content: "";
    position: absolute;
    z-index: -1;
}

.social-feature-left:after,
.social-feature-right:after {
    width: 450px;
    height: 520px;
    border-radius: 30px;
    bottom: -75px;
}

@media (max-width: 768px) {
    .social-feature-left:after,
    .social-feature-right:after {
        width: 300px;
        height: 400px;
        bottom: -65px;
    }
}

@media (max-width: 575px) {
    .social-feature-left:after,
    .social-feature-right:after {
        bottom: -35px;
    }
}

.social-feature-left:after {
    right: -200px;
}

@media (max-width: 575px) {
    .social-feature-left:after {
        right: 60px;
    }
}

.social-feature-right:after {
    left: -200px;
}

@media (max-width: 575px) {
    .social-feature-right:after {
        left: 60px;
    }
}

.explore-feature {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.explore-feature .icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.explore-feature:hover {
    -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
}

.explore-feature:hover .icon,
.explore-feature:hover .title {
    color: #2f55d4 !important;
}

.construction-img {
    position: absolute;
    bottom: 0;
    right: 20px;
}

.client-testi {
    cursor: e-resize;
}

.client-testi .client-image {
    margin-right: 16px;
}

.client-testi .content:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    margin-left: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 8px solid #3c4858;
    border-color: transparent #ffffff #ffffff transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-box-shadow: 2px 2px 2px -1px rgba(60, 72, 88, 0.15);
    box-shadow: 2px 2px 2px -1px rgba(60, 72, 88, 0.15);
}

.tns-nav {
    text-align: center;
    margin-top: 10px;
}

.tns-nav button {
    border-radius: 3px;
    background: rgba(47, 85, 212, 0.5) !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: none;
    margin: 0 5px;
    padding: 5px;
}

.tns-nav button.tns-nav-active {
    background: #2f55d4 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slick-slider {
    overflow-x: hidden !important;
    cursor: pointer;
}

.pricing-rates {
    position: relative;
    z-index: 1;
    border-bottom: 3px solid #adb5bd !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pricing-rates .price {
    font-weight: 400;
}

.pricing-rates.business-rate:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    z-index: 2;
    border-color: #00c9a7 !important;
    -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
    box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
    background-color: #ffffff !important;
}

.pricing-rates.business-rate:hover .title {
    color: #2f55d4;
}

.pricing-rates.starter-plan {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2;
    border-color: #2f55d4 !important;
}

@media (max-width: 767px) {
    .pricing-rates.starter-plan {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.pricing-rates.best-plan:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.ribbon.ribbon-primary span {
    background-color: #2f55d4 !important;
}

.ribbon.ribbon-primary span:before {
    border-left-color: #2443ac;
    border-top-color: #2443ac;
}

.ribbon.ribbon-primary span:after {
    border-right-color: #2443ac;
    border-top-color: #2443ac;
}

.ribbon.ribbon-secondary span {
    background-color: #5a6d90 !important;
}

.ribbon.ribbon-secondary span:before {
    border-left-color: #465571;
    border-top-color: #465571;
}

.ribbon.ribbon-secondary span:after {
    border-right-color: #465571;
    border-top-color: #465571;
}

.ribbon.ribbon-success span {
    background-color: #2eca8b !important;
}

.ribbon.ribbon-success span:before {
    border-left-color: #25a06e;
    border-top-color: #25a06e;
}

.ribbon.ribbon-success span:after {
    border-right-color: #25a06e;
    border-top-color: #25a06e;
}

.ribbon.ribbon-warning span {
    background-color: #f17425 !important;
}

.ribbon.ribbon-warning span:before {
    border-left-color: #d55b0e;
    border-top-color: #d55b0e;
}

.ribbon.ribbon-warning span:after {
    border-right-color: #d55b0e;
    border-top-color: #d55b0e;
}

.ribbon.ribbon-info span {
    background-color: #17a2b8 !important;
}

.ribbon.ribbon-info span:before {
    border-left-color: #117a8b;
    border-top-color: #117a8b;
}

.ribbon.ribbon-info span:after {
    border-right-color: #117a8b;
    border-top-color: #117a8b;
}

.ribbon.ribbon-danger span {
    background-color: #e43f52 !important;
}

.ribbon.ribbon-danger span:before {
    border-left-color: #d21e32;
    border-top-color: #d21e32;
}

.ribbon.ribbon-danger span:after {
    border-right-color: #d21e32;
    border-top-color: #d21e32;
}

.ribbon.ribbon-dark span {
    background-color: #3c4858 !important;
}

.ribbon.ribbon-dark span:before {
    border-left-color: #272f3a;
    border-top-color: #272f3a;
}

.ribbon.ribbon-dark span:after {
    border-right-color: #272f3a;
    border-top-color: #272f3a;
}

.ribbon.ribbon-muted span {
    background-color: #8492a6 !important;
}

.ribbon.ribbon-muted span:before {
    border-left-color: #68788f;
    border-top-color: #68788f;
}

.ribbon.ribbon-muted span:after {
    border-right-color: #68788f;
    border-top-color: #68788f;
}

.ribbon.ribbon-light span {
    background-color: #f8f9fc !important;
}

.ribbon.ribbon-light span:before {
    border-left-color: #d4daed;
    border-top-color: #d4daed;
}

.ribbon.ribbon-light span:after {
    border-right-color: #d4daed;
    border-top-color: #d4daed;
}

.ribbon.ribbon-blue span {
    background-color: #2f55d4 !important;
}

.ribbon.ribbon-blue span:before {
    border-left-color: #2443ac;
    border-top-color: #2443ac;
}

.ribbon.ribbon-blue span:after {
    border-right-color: #2443ac;
    border-top-color: #2443ac;
}

.ribbon.ribbon-footer span {
    background-color: #202942 !important;
}

.ribbon.ribbon-footer span:before {
    border-left-color: #0f131f;
    border-top-color: #0f131f;
}

.ribbon.ribbon-footer span:after {
    border-right-color: #0f131f;
    border-top-color: #0f131f;
}

.ribbon {
    position: absolute;
    top: -5px;
    width: 75px;
    height: 75px;
    z-index: 2;
}

.ribbon.ribbon-right {
    right: -5px;
}

.ribbon.ribbon-right span {
    right: -23px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ribbon.ribbon-left {
    left: -5px;
}

.ribbon.ribbon-left span {
    left: -23px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ribbon span {
    position: absolute;
    top: 15px;
    width: 100px;
    color: #ffffff;
}

.ribbon span:before,
.ribbon span:after {
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
    border: 3px solid transparent;
}

.ribbon span:before {
    left: 0;
}

.ribbon span:after {
    right: 0;
}

.invoice-top .logo-invoice {
    font-weight: 700;
    font-size: 27px;
    letter-spacing: 1px;
}

.bg-cta {
    padding: 150px 0;
}

.play-btn {
    height: 78px;
    width: 78px;
    font-size: 30px;
    line-height: 76px;
    border-radius: 50%;
    display: inline-block;
    color: #ffffff;
}

.play-icon {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: 0;
    left: 0;
    text-align: center;
}

.play-icon i {
    height: 75px;
    -webkit-text-stroke: 2px #2f55d4;
    -webkit-text-fill-color: transparent;
    width: 75px;
    font-size: 25px;
    line-height: 75px;
    display: inline-block;
}

.play-icon i:hover {
    -webkit-text-stroke: 2px #2f55d4;
    -webkit-text-fill-color: #2f55d4;
}

.blog {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog .content h4 {
    line-height: 1.2;
}

.blog .content .title {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog .content .title:hover {
    color: #2f55d4 !important;
}

.blog .content .post-meta .like,
.blog .content .post-meta .comments,
.blog .content .post-meta .readmore {
    font-size: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog .content .post-meta .like:hover {
    color: #e43f52 !important;
}

.blog .content .post-meta .comments:hover {
    color: #2eca8b !important;
}

.blog .content .post-meta .readmore:hover {
    color: #2f55d4 !important;
}

.blog .author,
.blog .teacher,
.blog .course-fee {
    position: absolute;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog .author {
    top: 5%;
    left: 5%;
}

.blog .teacher {
    bottom: 6%;
    left: 5%;
}

.blog .course-fee {
    bottom: -5%;
    right: 5%;
    width: 50px;
    height: 50px;
}

.blog .course-fee .fee {
    line-height: 50px;
}

.blog.blog-detail:hover {
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
}

.blog:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.blog:hover .overlay {
    opacity: 0.4;
}

.blog:hover .author,
.blog:hover .teacher,
.blog:hover .course-fee {
    opacity: 1;
}

.blog .blog-list-meta {
    position: absolute;
    bottom: 24px;
}

.sidebar .widget .blog-categories li {
    padding-bottom: 10px;
}

.sidebar .widget .blog-categories li:last-child {
    padding-bottom: 0;
}

.sidebar .widget .blog-categories li a,
.sidebar .widget .blog-categories li span {
    font-size: 15px;
}

.sidebar .widget .blog-categories li a {
    color: #3c4858;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar .widget .blog-categories li a:hover {
    color: #2f55d4;
}

.sidebar .widget .post-recent {
    padding-bottom: 15px;
}

.sidebar .widget .post-recent:last-child {
    padding-bottom: 0;
}

.sidebar .widget .post-recent .post-recent-thumb {
    width: 25%;
}

.sidebar .widget .post-recent .post-recent-content {
    width: 75%;
    padding-left: 10px;
}

.sidebar .widget .post-recent .post-recent-content a {
    display: block;
    color: #3c4858;
    font-size: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar .widget .post-recent .post-recent-content a:hover {
    color: #2f55d4;
}

.sidebar .widget .post-recent .post-recent-content span {
    font-size: 13px;
}

.sidebar .widget .tagcloud > a {
    background: #e9ecef;
    color: #3c4858;
    display: inline-block;
    font-size: 9px;
    letter-spacing: 1px;
    margin: 5px 10px 5px 0;
    padding: 8px 12px 7px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 600;
}

.sidebar .widget .tagcloud > a:hover {
    background: #2f55d4;
    color: #ffffff;
}

.media-list .media .media-heading:hover {
    color: #2f55d4 !important;
}

.media-list .sub-comment {
    border-left: 2px dashed #dee2e6;
}

.blog .overlay,
.job-box .job-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.job-box {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.job-box .job-overlay {
    opacity: 0.6;
}

.job-box .head {
    position: absolute;
    top: 15px;
    right: 15px;
}

.job-box .position {
    position: absolute;
    top: 15px;
    left: 15px;
}

.job-box .position a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.job-box .position a:hover {
    color: #2f55d4 !important;
}

.job-box .firm-logo {
    position: absolute;
    left: 0;
    right: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin: 0 auto;
    top: -30px;
}

.job-box .company-name {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.job-box .company-name:hover {
    color: #2f55d4 !important;
}

.job-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.candidate-list .like {
    -webkit-text-stroke: 1px #8492a6;
    -webkit-text-fill-color: transparent;
}

.candidate-list .like:hover,
.candidate-list .like:focus {
    -webkit-text-stroke: #e43f52;
    -webkit-text-fill-color: #e43f52;
}

.candidate-list,
.company-list {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.candidate-list .name:hover,
.company-list .name:hover {
    color: #2f55d4 !important;
}

.candidate-list:hover,
.company-list:hover {
    -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
    box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

@media (min-width: 1024px) {
    .job-profile {
        top: -378px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .job-profile {
        top: -338px;
    }
}

@media (max-width: 767px) {
    .company-logo {
        float: none !important;
        text-align: left !important;
    }
}

.filter-box {
    display: none;
}

.filter-box.show {
    display: block;
}

.tobii-zoom {
    display: block !important;
}

.tobii-zoom__icon {
    display: none;
}

.work-container.work-classic .work-image {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.work-container.work-classic .work-image:hover {
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

.work-container.work-classic .content .title,
.work-container.work-grid .content .title,
.work-container.work-modern .content .title {
    font-size: 18px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.work-container.work-classic .content .title:hover,
.work-container.work-grid .content .title:hover,
.work-container.work-modern .content .title:hover {
    color: #2f55d4 !important;
}

.work-container.work-classic .content .tag,
.work-container.work-grid .content .tag,
.work-container.work-modern .content .tag {
    font-size: 15px !important;
}

.work-container.work-modern img,
.work-container.work-modern .overlay-work,
.work-container.work-modern .content,
.work-container.work-modern .client,
.work-container.work-modern .read_more,
.work-container.work-modern .icons,
.work-container.work-modern .icons .work-icon {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.work-container.work-modern .overlay-work,
.work-container.work-modern .content,
.work-container.work-modern .client,
.work-container.work-modern .read_more,
.work-container.work-modern .icons {
    position: absolute;
}

.work-container.work-modern .overlay-work {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}

.work-container.work-modern .content {
    z-index: 1;
    bottom: 5%;
    left: 5%;
}

.work-container.work-modern .content,
.work-container.work-modern .client {
    opacity: 0;
}

.work-container.work-modern .client,
.work-container.work-modern .read_more {
    z-index: 1;
    right: 5%;
    top: 5%;
}

.work-container.work-modern .read_more {
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.work-container.work-modern .icons {
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0;
}

.work-container.work-modern .icons .work-icon {
    height: 45px;
    width: 45px;
    line-height: 45px;
}

.work-container.work-modern .icons .work-icon:hover {
    background: #2f55d4 !important;
    color: #ffffff !important;
}

.work-container.work-modern:hover img {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

.work-container.work-modern:hover .overlay-work {
    opacity: 0.65;
}

.work-container.work-modern:hover .icons {
    opacity: 1;
}

.work-container.work-modern:hover .personal-port,
.work-container.work-modern:hover .content,
.work-container.work-modern:hover .client {
    opacity: 1;
}

.work-container.work-grid {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.work-container.work-grid img,
.work-container.work-grid .content,
.work-container.work-grid .content .title {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.work-container.work-grid .content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    overflow: hidden;
}

.work-container.work-grid:hover {
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

.work-container.work-grid:hover img {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}

.work-container.work-grid:hover .content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.work-details ul li b {
    max-width: 90px;
    width: 100%;
    display: inline-block;
}

.courses-desc img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.courses-desc:hover img {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

.courses-desc .overlay-work,
.popular-tour .overlay-work {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.courses-desc:hover .overlay-work,
.popular-tour:hover .overlay-work {
    opacity: 0.6;
}

.event-schedule {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.event-schedule .date .day {
    font-size: 18px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: rgba(47, 85, 212, 0.1);
    line-height: 48px;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 0px 2px 0.25px rgba(47, 85, 212, 0.5);
    box-shadow: 0px 0px 2px 0.25px rgba(47, 85, 212, 0.5);
}

.event-schedule .date .month {
    font-size: 13px;
}

.event-schedule .content .title {
    font-size: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.event-schedule .content .title:hover {
    color: #2f55d4 !important;
}

.event-schedule .content .location-time {
    font-size: 14px;
}

.event-schedule:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    border-color: #2f55d4 !important;
    background: #f8f9fc !important;
}

.courses-desc {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.courses-desc .content .title {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.courses-desc .content .title:hover {
    color: #2f55d4 !important;
}

.courses-desc .collection,
.courses-desc .preview {
    position: absolute;
    opacity: 0;
    z-index: 1;
}

.courses-desc .collection {
    top: 15px;
    left: 15px;
}

.courses-desc .collection i {
    -webkit-text-stroke: 2px #e43f52;
    -webkit-text-fill-color: transparent;
}

.courses-desc .collection i:active {
    -webkit-text-stroke: 0px #e43f52;
    -webkit-text-fill-color: #e43f52;
}

.courses-desc .preview {
    bottom: 15px;
    right: 15px;
}

.courses-desc:hover {
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.courses-desc:hover .collection,
.courses-desc:hover .preview {
    opacity: 1;
}

.personal-port {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.container-filter li {
    font-size: 13px;
    padding: 0px 15px;
    margin: 5px 3px;
    font-weight: 700;
    letter-spacing: 0.8px;
    cursor: pointer;
    line-height: 34px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.container-filter li.active,
.container-filter li:hover {
    color: #2f55d4 !important;
    border-color: #2f55d4 !important;
}

.spacing {
    padding: 7px;
}

.shop-features .category-title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    z-index: 1;
}

.shop-list .shop-image .overlay-work,
.shop-list .shop-image .shop-icons {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.shop-list .shop-image .overlay-work {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.shop-list .shop-image .overlay-work .out-stock {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.shop-list .shop-image .shop-icons {
    top: 15px;
    right: 15px;
    z-index: 2;
}

.shop-list .shop-image:hover .overlay-work,
.shop-list .shop-image:hover .shop-icons {
    opacity: 1;
}

.shop-list .content .product-name {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.shop-list .content .product-name:hover {
    color: #2f55d4 !important;
}

.shop-list .label {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}

.shop-list .qty-btn {
    pointer-events: none;
    width: 65px;
    padding-left: 12px;
}

.popular-tour .content {
    position: absolute;
    bottom: 3%;
    left: 5%;
}

.main-icon {
    border: 2px solid #e9ecef;
    height: 40px;
    width: 40px;
    line-height: 0;
    text-align: center;
}

.main-icon .fea {
    height: 20px;
}

@media (min-width: 768px) {
    .main-icon {
        margin: 0 auto;
    }
}

.timeline-page:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 95%;
    margin: auto;
    width: 2px;
    background-color: #e9ecef !important;
}

.timeline-page .timeline-item .date-label-left,
.timeline-page .timeline-item .duration-right {
    margin-right: 15px;
}

.timeline-page .timeline-item .date-label-left:after,
.timeline-page .timeline-item .duration-right:after {
    content: "";
    position: absolute;
    top: 12px;
    width: 12px;
    height: 12px;
    z-index: 1;
    background-color: #2f55d4;
    border-radius: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.timeline-page .timeline-item .date-label-left {
    float: right;
    margin-right: 15px;
}

.timeline-page .timeline-item .date-label-left:after {
    right: -34px;
}

.timeline-page .timeline-item .duration-right {
    float: left;
    margin-left: 15px;
}

.timeline-page .timeline-item .duration-right:after {
    left: -34px;
}

.timeline-page .timeline-item .event {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.timeline-page .timeline-item .event.event-description-right {
    margin-left: 15px;
}

.timeline-page .timeline-item .event.event-description-left {
    margin-right: 15px;
    text-align: right;
}

@media (max-width: 767px) {
    .timeline-page {
        margin-left: 18px;
    }
    .timeline-page:after {
        margin: 0;
    }
    .timeline-page .timeline-item .duration {
        float: left !important;
        margin: 0 0 30px 15px !important;
        text-align: left !important;
    }
    .timeline-page .timeline-item .duration:after {
        left: -21px !important;
    }
    .timeline-page .timeline-item .duration .event {
        text-align: left !important;
        margin-left: 15px;
    }
    .timeline-page .timeline-item .event-description-left {
        text-align: left !important;
        margin: 0 0 0 15px;
    }
}

.team img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.team .name:hover {
    color: #2f55d4 !important;
}

.team .team-icon {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: 0;
    opacity: 0;
    left: 0;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.team:hover img {
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    opacity: 0.2;
}

.team:hover .overlay-team {
    opacity: 0.6;
}

.team:hover .team-icon {
    opacity: 1;
}

.login-page {
    font-size: 15px;
}

.login-page .forgot-pass {
    z-index: 99;
    position: relative;
    font-size: 13px;
}

.cover-user .container-fluid {
    max-width: 100%;
}

@media (max-width: 768px) {
    .cover-user .container-fluid .padding-less {
        position: relative !important;
        height: 400px !important;
    }
}

.cover-user .container-fluid .padding-less.img {
    background: scroll center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
}

.cover-user .cover-user-img {
    height: 100vh;
}

@media (min-width: 1025px) {
    .cover-user .cover-user-img {
        padding: 0px 20%;
    }
}

@media (max-width: 768px) {
    .cover-user .cover-user-img {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: start !important;
        height: auto !important;
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .cover-user .cover-user-content {
        text-align: left !important;
    }
    .cover-user .cover-my-30 {
        margin: 30px 0;
    }
}

.bg-profile {
    padding: 100px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-profile .public-profile {
    top: 175px;
}

.coming-soon,
.maintenance,
.error-page {
    font-size: 40px;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .coming-soon,
    .maintenance,
    .error-page {
        font-size: 32px;
    }
}

#countdown .count-down,
#eventdown .count-down {
    display: inline-block;
    margin: 30px 10px 10px;
    color: #ffffff;
    text-align: center;
}

#countdown .count-down .count-number,
#eventdown .count-down .count-number {
    font-size: 40px;
    line-height: 95px;
}

#countdown .count-down .count-head,
#eventdown .count-down .count-head {
    display: block;
    position: relative;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

#countdown .count-down .count-number {
    font-size: 40px;
    line-height: 95px;
    border: 4px solid #dee2e6;
    height: 130px;
    width: 130px;
    border-radius: 50%;
}

#eventdown .count-down {
    margin: 10px !important;
    border: 0;
}

@media (max-width: 767px) {
    #eventdown .count-down {
        width: 60px;
    }
}

#eventdown .count-down .count-number {
    line-height: 80px;
}

@media (max-width: 767px) {
    #eventdown .count-down .count-number {
        font-size: 30px;
    }
}

#eventdown .count-down .count-head {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

@media (max-width: 767px) {
    #eventdown .count-down .count-head {
        font-size: 10px;
    }
}

#maintenance {
    color: #ffffff;
    font-size: 56px;
    letter-spacing: 1px;
}

#maintenance .indicator {
    font-size: 18px;
}

.form-icon .icons {
    position: absolute;
    top: 13px;
    left: 18px;
}

.map {
    line-height: 0;
}

.map iframe {
    width: 100%;
    height: 400px;
}

.error {
    margin: 8px 0px;
    display: none;
    color: #e43f52;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message,
#success_page {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 5px;
}

.error_message {
    background-color: rgba(240, 115, 90, 0.1) !important;
    border: 2px solid rgba(240, 115, 90, 0.1) !important;
    color: #f0735a !important;
    font-size: 14px;
}

.contact-loader {
    display: none;
}

#success_page {
    background-color: rgba(83, 199, 151, 0.1) !important;
    border: 2px solid rgba(83, 199, 151, 0.1) !important;
    color: #53c797 !important;
}

#success_page p {
    margin-bottom: 0 !important;
}

.qs-datepicker-container {
    background-color: #ffffff;
    border-color: #dee2e6;
}

.qs-datepicker-container .qs-controls {
    background-color: #e9ecef;
}

.qs-datepicker-container .qs-controls .qs-month-year {
    font-weight: 600;
    font-size: 15px;
}

.qs-datepicker-container .qs-controls .qs-month-year:hover {
    border-bottom: 1px solid #e9ecef;
}

.qs-datepicker-container .qs-squares .qs-square {
    font-size: 15px;
    height: 34px;
    width: 34px;
}

.qs-datepicker-container
    .qs-squares
    .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover,
.qs-datepicker-container .qs-squares .qs-square.qs-current {
    background: #2f55d4;
    color: #ffffff;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 30px;
}

.qs-datepicker-container .qs-squares .qs-day {
    font-weight: 500;
    color: #8492a6;
}

@media (min-width: 768px) {
    .map.map-height-two iframe {
        height: 551px;
    }
}

.footer {
    background: #202942;
    background: #00c9a7 !important;
    padding: 60px 0;
    position: relative;
    color: #adb5bd;
    color: #fff;
}

.footer .logo-footer {
    font-size: 22px;
}

.footer .logo-footer:focus {
    outline: none;
}

.footer .footer-head {
    letter-spacing: 1px;
    font-weight: 500;
}

.footer .foot-subscribe .form-control {
    background-color: #27314f;
    border: 1px solid #27314f;
    color: #f8f9fc;
    color: #fff;
}

.footer .foot-subscribe .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footer .foot-subscribe.foot-white .form-control {
    color: #adb5bd;
}

.footer .foot-subscribe input::-webkit-input-placeholder {
    color: #adb5bd;
}

.footer .foot-subscribe input:-ms-input-placeholder {
    color: #adb5bd;
}

.footer .foot-subscribe input::-ms-input-placeholder {
    color: #adb5bd;
}

.footer .foot-subscribe input::placeholder {
    color: #adb5bd;
}

.footer .text-foot {
    color: #adb5bd;
    color: #fff;
}

.footer .footer-list {
    margin-bottom: 0;
}

.footer .footer-list li {
    margin-bottom: 10px;
}

.footer .footer-list li a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.footer .footer-list li a:hover {
    color: #e6e8ea;
}

.footer .footer-list li:last-child {
    margin-bottom: 0;
}

.footer.footer-border,
.footer.footer-bar {
    /* border-top: 1px solid #283353; */
}

.footer.footer-bar {
    padding: 30px 0;
}
/*# sourceMappingURL=style.css.map */

/* BOTON WHATSAPP */
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}







@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(141, 140, 140, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}

.animacion-cotizador
{
  animation: shadow-pulse 1s infinite;
}












.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    width: 40px;
    height: 40px;
}

.carousel-control-prev-icon::after {
    content: '‹';
    font-size: 80px;
    color: #62bda5;
}

.carousel-control-next-icon::after {
    content: '›';
    font-size: 80px;
    color: #62bda5;
}

/* Hover más pro */
.carousel-control-prev:hover .carousel-control-prev-icon::after,
.carousel-control-next:hover .carousel-control-next-icon::after {
    color: #4aa894;
}






.platbi-img-preview {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
}

.platbi-img-preview img {
    transition: transform .25s ease, filter .25s ease;
}

.platbi-img-overlay {
    position: absolute;
    inset: 0;
    background: rgba(98, 189, 165, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .25s ease;
    border-radius: 6px;
}

.platbi-img-overlay-content {
    background: rgba(98, 189, 165, 1);
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 8px 22px rgba(0,0,0,.18);
    display: flex;
    align-items: center;
    gap: 8px;
}

.platbi-img-preview:hover img {
    transform: scale(1.015);
    filter: brightness(.92);
}

.platbi-img-preview:hover .platbi-img-overlay {
    opacity: 1;
}


/* =========================================================
   platbi® SaaS redesign v2
   Overrides + components for home, pricing, FAQ and footer.
   ========================================================= */

:root {
    --platbi-primary: #62bda5;
    --platbi-primary-dark: #2f7f6b;
    --platbi-primary-deep: #12302a;
    --platbi-secondary: #90d7c4;
    --platbi-accent: #7c8cff;
    --platbi-bg: #f4fbf9;
    --platbi-bg-strong: #ecf7f4;
    --platbi-surface: rgba(255, 255, 255, 0.74);
    --platbi-surface-strong: rgba(255, 255, 255, 0.90);
    --platbi-border: rgba(255, 255, 255, 0.42);
    --platbi-border-strong: rgba(98, 189, 165, 0.28);
    --platbi-text: #12302a;
    --platbi-text-soft: #58736d;
    --platbi-heading: #0e2622;
    --platbi-shadow: 0 20px 60px rgba(15, 42, 35, 0.10);
    --platbi-shadow-lg: 0 24px 90px rgba(15, 42, 35, 0.16);
    --platbi-radius-xl: 32px;
    --platbi-radius-lg: 24px;
    --platbi-radius-md: 18px;
    --platbi-transition: all 0.3s ease;
}

html {
    scroll-behavior: smooth;
}

body.platbi-homepage {
    font-family: 'Inter', 'Nunito', sans-serif;
    color: var(--platbi-text);
    background:
        radial-gradient(circle at 10% 15%, rgba(124, 140, 255, 0.14), transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(98, 189, 165, 0.18), transparent 28%),
        radial-gradient(circle at 80% 70%, rgba(115, 223, 199, 0.16), transparent 24%),
        linear-gradient(180deg, #f9fffd 0%, #f3fbf8 48%, #eef8f5 100%);
    min-height: 100vh;
    overflow-x: hidden;
}

body.platbi-homepage h1,
body.platbi-homepage h2,
body.platbi-homepage h3,
body.platbi-homepage h4,
body.platbi-homepage h5,
body.platbi-homepage h6 {
    font-family:  'Nunito', sans-serif;
    color: var(--platbi-heading);
}

body.platbi-homepage .section {
    position: relative;
    padding: 96px 0;
}

body.platbi-homepage .section-sm {
    position: relative;
    padding: 72px 0;
}

body.platbi-homepage img {
    max-width: 100%;
    height: auto;
}

.glass-panel {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.60) 100%);
    border: 1px solid var(--platbi-border);
    box-shadow: var(--platbi-shadow);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: var(--platbi-radius-xl);
}

.platbi-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--platbi-primary-dark);
    border: 1px solid var(--platbi-border-strong);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 10px 30px rgba(98, 189, 165, 0.08);
}

.platbi-section-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--platbi-primary);
    box-shadow: 0 0 0 6px rgba(98, 189, 165, 0.12);
}

.platbi-section-header {
    max-width: 780px;
    margin: 0 auto 52px;
    text-align: center;
}

.platbi-section-title {
    font-family:  sans-serif;
    color: var(--platbi-heading);
    font-size: clamp(2rem, 4vw, 3.3rem) !important;
    line-height: 1.1;
    margin: 18px 0 16px;
    letter-spacing: -0.035em;
}

.platbi-section-subtitle {
    color: var(--platbi-text-soft);
    font-size: 1.05rem;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 720px;
}

.btn-platbi {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 16px;
    font-weight: 800;
    font-size: 15px;
    border: 1px solid transparent;
    transition: var(--platbi-transition);
    text-decoration: none !important;
}

.btn-platbi:hover {
    transform: translateY(-2px);
}

.btn-platbi-primary {
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--platbi-primary), #42a98f) !important;
    border-color: rgba(98, 189, 165, 0.6) !important;
    box-shadow: 0 16px 32px rgba(98, 189, 165, 0.24);
}

.btn-platbi-primary:hover {
    color: #ffffff !important;
    box-shadow: 0 22px 38px rgba(98, 189, 165, 0.32);
}

.btn-platbi-secondary {
    background: rgba(255, 255, 255, 0.82) !important;
    border-color: rgba(18, 48, 42, 0.08) !important;
    color: var(--platbi-heading) !important;
    box-shadow: 0 10px 24px rgba(16, 32, 28, 0.08);
}

.btn-platbi-secondary:hover {
    border-color: rgba(98, 189, 165, 0.28) !important;
    color: var(--platbi-primary-dark) !important;
}

/* Navbar */
#topnav.platbi-navbar {
    position: sticky !important;
    top: 16px !important;
    left: auto !important;
    right: auto !important;
    z-index: 1050;
    padding: 14px 0 0;
    background: transparent !important;
    box-shadow: none !important;
    min-height: auto !important;
}

#topnav.platbi-navbar .container {
    position: relative;
}

.platbi-navbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.48);
    box-shadow: 0 16px 50px rgba(18, 48, 42, 0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: var(--platbi-transition);
}

#topnav.platbi-navbar.is-scrolled .platbi-navbar-inner,
#topnav.platbi-navbar.nav-sticky .platbi-navbar-inner {
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 16px 50px rgba(18, 48, 42, 0.13);
}

.platbi-brand-logo {
    height: 40px;
    width: auto;
    display: block;
}

.platbi-navigation {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex: 1;
}

.platbi-nav-list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0 auto;
    padding: 0;
}

.platbi-nav-list a {
    position: relative;
    font-size: 15px;
    font-weight: 700;
    color: rgba(14, 38, 34, 0.84) !important;
    text-transform: none;
    letter-spacing: 0;
}

.platbi-nav-list a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: var(--platbi-primary);
    transform: scaleX(0);
    transform-origin: left center;
    transition: var(--platbi-transition);
}

.platbi-nav-list a:hover::after {
    transform: scaleX(1);
}

.platbi-nav-cta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.platbi-nav-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(18, 48, 42, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
}

.platbi-nav-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--platbi-heading);
    margin: 5px 0;
    border-radius: 999px;
    transition: var(--platbi-transition);
}

/* Hero */
.platbi-hero {
    position: relative;
    padding: 52px 0 24px;
}

.platbi-hero::before,
.platbi-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(18px);
    z-index: -1;
}

.platbi-hero::before {
    width: 360px;
    height: 360px;
    background: rgba(98, 189, 165, 0.14);
    top: 20px;
    right: -120px;
}

.platbi-hero::after {
    width: 280px;
    height: 280px;
    background: rgba(124, 140, 255, 0.12);
    bottom: 20px;
    left: -80px;
}

.platbi-hero-panel,
.platbi-faq-hero-panel {
    position: relative;
    isolation: isolate;
    padding: 42px;
    overflow: hidden;
}

.platbi-hero-panel::before,
.platbi-faq-hero-panel::before {
    content: "";
    position: absolute;
    inset: -2px;
    z-index: -1;
    border-radius: inherit;
    background:
        radial-gradient(circle at 15% 15%, rgba(98, 189, 165, 0.24), transparent 26%),
        radial-gradient(circle at 88% 20%, rgba(124, 140, 255, 0.18), transparent 24%),
        radial-gradient(circle at 70% 88%, rgba(98, 189, 165, 0.14), transparent 26%);
    animation: platbiGradientBreath 9s ease-in-out infinite alternate;
}

@keyframes platbiGradientBreath {
    0% {
        opacity: 0.65;
        transform: scale(1);
    }
    100% {
        opacity: 1;
        transform: scale(1.025);
    }
}

.platbi-hero-title {
    font-family:  sans-serif;
    color: var(--platbi-heading);
    font-size: clamp(2.8rem, 5vw, 4.8rem) !important;
    line-height: 1.04;
    letter-spacing: -0.045em;
    margin: 18px 0 20px;
}

.platbi-gradient-text {
    background: linear-gradient(135deg, var(--platbi-primary-dark), var(--platbi-primary), var(--platbi-accent));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.platbi-hero-subtitle {
    color: var(--platbi-text-soft);
    font-size: 1.08rem;
    line-height: 1.9;
    max-width: 650px;
}

.platbi-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 28px 0 26px;
}

.platbi-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.platbi-hero-trust-item {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(18, 48, 42, 0.06);
    font-size: 13px;
    font-weight: 650;
    color: var(--platbi-text-soft);
}

.platbi-hero-trust-item strong {
    color: var(--platbi-heading);
}

.platbi-hero-mini-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.platbi-mini-stat {
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.64);
    border: 1px solid rgba(255, 255, 255, 0.48);
}

.platbi-mini-stat strong {
    display: block;
    font-size: 1.04rem;
    color: var(--platbi-heading);
}

.platbi-mini-stat span {
    color: var(--platbi-text-soft);
    font-size: 13px;
    line-height: 1.6;
}

.platbi-browser-mockup {
    position: relative;
    padding: 18px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.68) 100%);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: var(--platbi-shadow-lg);
}

.platbi-browser-topbar {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.platbi-browser-topbar span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(18, 48, 42, 0.16);
}

.platbi-browser-topbar span:nth-child(1) { background: #ff7d7d; }
.platbi-browser-topbar span:nth-child(2) { background: #ffd76d; }
.platbi-browser-topbar span:nth-child(3) { background: #86dfb9; }

.platbi-browser-screen {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(18, 48, 42, 0.06);
    background: #ffffff;
}

.platbi-browser-screen img {
    display: block;
    width: 100%;
}

.platbi-floating-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.62);
    box-shadow: 0 20px 50px rgba(17, 34, 30, 0.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 20px;
    padding: 16px 18px;
}

.platbi-floating-card.card-chat {
    top: 42px;
    right: -34px;
    width: 250px;
}

.platbi-floating-card.card-metric {
    left: -20px;
    bottom: 80px;
    width: 200px;
}

.platbi-floating-card.card-flow {
    right: 12px;
    bottom: -24px;
    width: 235px;
}

.platbi-floating-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--platbi-text-soft);
    font-weight: 800;
    margin-bottom: 12px;
}

.platbi-chat-bubble {
    display: inline-flex;
    max-width: 100%;
    padding: 10px 12px;
    border-radius: 14px;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.platbi-chat-bubble.is-user {
    background: rgba(98, 189, 165, 0.16);
    color: var(--platbi-primary-dark);
}

.platbi-chat-bubble.is-system {
    background: rgba(18, 48, 42, 0.06);
    color: var(--platbi-heading);
}

.platbi-metric-value {
    font-family:  sans-serif;
    font-size: 28px;
    color: var(--platbi-heading);
}

.platbi-metric-caption {
    display: block;
    margin-top: 5px;
    color: var(--platbi-text-soft);
    font-size: 13px;
}

.platbi-flow-list {
    display: grid;
    gap: 10px;
}

.platbi-flow-step {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: var(--platbi-text-soft);
}

.platbi-flow-step i {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--platbi-primary-dark);
    background: rgba(98, 189, 165, 0.16);
}

/* Grids and cards */
.platbi-stats-grid,
.platbi-modules-overview,
.platbi-pricing-grid {
    display: grid;
    gap: 20px;
}

.platbi-stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.platbi-modules-overview,
.platbi-pricing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.platbi-capabilities-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.platbi-stat-card,
.platbi-module-card,
.platbi-capability-card,
.platbi-pricing-card,
.platbi-showcase-card,
.platbi-faq-item {
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.48);
    box-shadow: var(--platbi-shadow);
}

.platbi-stat-card,
.platbi-module-card,
.platbi-capability-card {
    border-radius: 24px;
    padding: 28px 24px;
    height: 100%;
}

.platbi-stat-card img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    margin-bottom: 18px;
}

.platbi-stat-value {
    display: block;
    font-family:  sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: var(--platbi-heading);
    line-height: 1.15;
}

.platbi-stat-card p,
.platbi-module-card p,
.platbi-capability-card p {
    margin: 8px 0 0;
    color: var(--platbi-text-soft);
    line-height: 1.75;
}

.platbi-stats-note {
    margin-top: 20px;
    text-align: center;
    color: var(--platbi-text-soft);
    font-size: 13px;
}

.platbi-module-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(98, 189, 165, 0.18), rgba(124, 140, 255, 0.14));
    color: var(--platbi-primary-dark);
    font-size: 24px;
    margin-bottom: 18px;
}

.platbi-module-card h5,
.platbi-capability-card h5 {
    font-family:  sans-serif;
    font-size: 1.1rem;
    margin-bottom: 12px;
    color: var(--platbi-heading);
}

.platbi-showcase-stack {
    display: grid;
    gap: 32px;
}

.platbi-showcase-card {
    position: relative;
    padding: 34px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.64));
}

.platbi-showcase-card .row {
    align-items: center;
}

.platbi-showcase-copy {
    padding-left: 16px;
}

.platbi-showcase-copy h3 {
    font-family:  sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.45rem) !important;
    color: var(--platbi-heading);
    margin: 14px 0 16px;
    letter-spacing: -0.025em;
}

.platbi-showcase-copy p {
    color: var(--platbi-text-soft);
    line-height: 1.85;
    margin-bottom: 0;
}

.platbi-bullet-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    display: grid;
    gap: 12px;
}

.platbi-bullet-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--platbi-text);
    line-height: 1.7;
}

.platbi-bullet-list li i {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(98, 189, 165, 0.16);
    color: var(--platbi-primary-dark);
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 3px;
}

/* Module slider */
.platbi-module-slider {
    position: relative;
}

.platbi-module-slider-stage {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(255, 255, 255, .58);
    box-shadow: 0 18px 50px rgba(15, 42, 35, .11);
}

.platbi-module-slider-stage img,
.platbi-showcase-image {
    display: block;
    width: 100%;
    border-radius: 24px;
    transition: opacity .22s ease, transform .35s ease;
    cursor: pointer;
}

.platbi-module-slider-stage.is-changing img {
    opacity: .18;
    transform: scale(.985);
}

.platbi-slider-nav,
.platbi-gallery-open {
    position: absolute;
    border: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .88);
    color: var(--platbi-primary-dark);
    box-shadow: 0 12px 30px rgba(15, 42, 35, .14);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform .25s ease, background .25s ease, color .25s ease;
    z-index: 3;
}

.platbi-slider-nav:hover,
.platbi-gallery-open:hover {
    transform: translateY(-2px);
    background: var(--platbi-primary);
    color: #fff;
}

.platbi-slider-prev {
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
}

.platbi-slider-next {
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}

.platbi-slider-prev:hover,
.platbi-slider-next:hover {
    transform: translateY(calc(-50% - 2px));
}

.platbi-gallery-open {
    top: 14px;
    right: 14px;
}

.platbi-slider-counter {
    position: absolute;
    left: 14px;
    bottom: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(18, 48, 42, .72);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .02em;
    z-index: 3;
}

.platbi-slider-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
    margin-top: 14px;
}

.platbi-slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: 0;
    padding: 0;
    background: rgba(18, 48, 42, .18);
    transition: width .25s ease, background .25s ease;
}

.platbi-slider-dot.is-active {
    width: 24px;
    background: var(--platbi-primary);
}

/* Pricing */
.platbi-pricing-card {
    position: relative;
    padding: 30px 24px 28px;
    border-radius: 26px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.66));
}

.platbi-pricing-card.is-featured {
    border: 1px solid rgba(98, 189, 165, .58);
    box-shadow: 0 30px 80px rgba(98, 189, 165, .22);
    transform: translateY(-6px);
}

.platbi-pricing-card.is-featured::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(98, 189, 165, .10), transparent 34%);
}

.platbi-plan-head {
    min-height: 178px;
}

.platbi-plan-head h4 {
    min-height: 34px;
    font-family:  sans-serif;
    color: var(--platbi-heading);
    margin: 18px 0 8px;
    font-size: 1.4rem !important;
}

.platbi-plan-head p {
    min-height: 82px;
    margin-bottom: 0;
    color: var(--platbi-text-soft);
    line-height: 1.7;
}

.platbi-pricing-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    background: rgba(98, 189, 165, 0.16);
    color: var(--platbi-primary-dark);
}

.platbi-pricing-badge.is-primary,
.platbi-suggested-ribbon {
    background: linear-gradient(135deg, var(--platbi-primary), #42a98f);
    color: #fff;
    border-color: rgba(255, 255, 255, .35);
    box-shadow: 0 14px 30px rgba(98, 189, 165, .28);
}

.platbi-suggested-ribbon {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .03em;
    text-transform: uppercase;
    white-space: nowrap;
}

.platbi-price-line {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    min-height: 64px;
    margin: 20px 0 20px;
}

.platbi-price-currency {
    font-weight: 800;
    color: var(--platbi-heading);
    font-size: 1.3rem;
    margin-bottom: 9px;
}

.platbi-price-amount {
    font-family:  sans-serif;
    font-size: 3rem;
    line-height: 1;
    color: var(--platbi-heading);
    letter-spacing: -0.04em;
}

.platbi-price-period {
    color: var(--platbi-text-soft);
    font-weight: 700;
    margin-bottom: 8px;
}

.platbi-plan-points {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: grid;
    gap: 10px;
    min-height: 292px;
}

.platbi-plan-points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--platbi-text);
    line-height: 1.65;
    font-size: 14px;
}

.platbi-plan-points li i {
    margin-top: 4px;
    color: var(--platbi-primary);
}

.platbi-plan-actions {
    display: flex;
    gap: 12px;
    margin-top: auto;
}

.platbi-plan-actions .btn-platbi {
    flex: 1;
}

.platbi-icon-button {
    width: 52px;
    min-width: 52px;
    padding: 0;
    flex: 0 !important;
}

.platbi-compare-toggle {
    text-align: center;
    margin-top: 26px;
}

.platbi-compare-wrapper {
    margin-top: 26px;
    padding: 28px;
}

.platbi-compare-group {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(18, 48, 42, 0.08);
    background: rgba(255, 255, 255, 0.76);
    margin-bottom: 18px;
}

.platbi-compare-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    border: 0;
    background: transparent;
    color: var(--platbi-heading);
    font-size: 1rem;
    font-weight: 800;
}

.platbi-compare-button i {
    font-size: 22px;
    transition: var(--platbi-transition);
}

.platbi-compare-button[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.platbi-compare-table {
    width: 100%;
    border-collapse: collapse;
}

.platbi-compare-table thead th {
    background: rgba(98, 189, 165, 0.08);
    color: var(--platbi-heading);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(18, 48, 42, 0.06);
}

.platbi-compare-table tbody td {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(18, 48, 42, 0.06);
    font-size: 14px;
    color: var(--platbi-text);
}

.platbi-compare-feature {
    font-weight: 700;
    min-width: 240px;
}

.platbi-compare-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.platbi-compare-icon.is-yes {
    background: rgba(98, 189, 165, 0.14);
    color: var(--platbi-primary-dark);
}

.platbi-compare-icon.is-no {
    background: rgba(18, 48, 42, 0.06);
    color: rgba(18, 48, 42, 0.42);
}

.platbi-compare-value {
    font-size: 13px;
    font-weight: 800;
    color: var(--platbi-primary-dark);
    padding: 6px 10px;
    background: rgba(98, 189, 165, 0.12);
    border-radius: 999px;
    display: inline-flex;
}

/* Plan modals */
.platbi-plan-modal .modal-content {
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 255, 253, 0.92));
    overflow: hidden;
}

.platbi-plan-modal .modal-header,
.platbi-plan-modal .modal-footer {
    padding: 20px 24px;
    border-color: rgba(18, 48, 42, 0.08);
}

.platbi-plan-modal .modal-body {
    padding: 28px 24px;
}

.platbi-plan-summary {
    padding: 20px;
    border-radius: 24px;
    background: rgba(98, 189, 165, 0.08);
    border: 1px solid rgba(98, 189, 165, 0.14);
    height: 100%;
}

.platbi-plan-summary-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.platbi-plan-summary-list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(18, 48, 42, 0.08);
    color: var(--platbi-text-soft);
}

.platbi-plan-summary-list li:last-child {
    border-bottom: 0;
}

.platbi-plan-summary-list strong {
    color: var(--platbi-heading);
    text-align: right;
}

.platbi-modal-modules {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.platbi-modal-module {
    padding: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(18, 48, 42, 0.08);
    box-shadow: 0 12px 30px rgba(18, 48, 42, 0.06);
}

.platbi-modal-module h6 {
    margin-bottom: 12px;
    color: var(--platbi-primary-dark);
}

.platbi-modal-module ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.platbi-modal-module li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--platbi-text);
    line-height: 1.65;
    font-size: 14px;
}

.platbi-modal-module li i {
    margin-top: 3px;
    color: var(--platbi-primary);
}

.platbi-modal-note {
    color: var(--platbi-text-soft);
}

/* Footer */
.platbi-site-footer {
    padding: 0 0 30px;
}

.platbi-footer-top {
    padding: 34px 32px;
    margin-bottom: 28px;
}

.platbi-footer-cta-title {
    font-family:  sans-serif;
    color: var(--platbi-heading);
    font-size: clamp(1.8rem, 3vw, 2.5rem) !important;
    margin: 12px 0 12px;
}

.platbi-footer-cta-text,
.platbi-footer-text,
.platbi-footer-bottom p {
    color: var(--platbi-text-soft);
    line-height: 1.8;
}

.platbi-footer-main {
    padding: 18px 0 8px;
}

.platbi-footer-heading {
    color: var(--platbi-heading);
    font-family:  sans-serif;
    font-size: 1rem;
    margin-bottom: 18px;
}

.platbi-footer-links {
    display: grid;
    gap: 12px;
}

.platbi-footer-links a {
    color: var(--platbi-text-soft);
}

.platbi-footer-links a:hover {
    color: var(--platbi-primary-dark);
}

.platbi-footer-social a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(18, 48, 42, 0.08);
    color: var(--platbi-heading);
    margin-right: 6px;
}

.platbi-newsletter-form .form-control {
    min-height: 54px;
    border-radius: 16px;
    border: 1px solid rgba(18, 48, 42, 0.1);
    box-shadow: none;
    padding-left: 46px;
}

.platbi-newsletter-input-wrap {
    position: relative;
}

.platbi-newsletter-input-wrap i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--platbi-text-soft);
}

.platbi-footer-bottom {
    padding-top: 24px;
    margin-top: 12px;
    border-top: 1px solid rgba(18, 48, 42, 0.08);
}

/* Gallery modal */
.platbi-gallery-modal .modal-content {
    background: transparent;
    border: 0;
}

.platbi-gallery-stage {
    position: relative;
    background: rgba(7, 14, 13, 0.88);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
    min-height: 220px;
}

.platbi-gallery-stage img {
    width: 100%;
    display: block;
}

.platbi-gallery-controls {
    position: absolute;
    inset: auto 16px 16px auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.platbi-gallery-controls button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 20px;
}

.platbi-gallery-caption {
    position: absolute;
    left: 18px;
    bottom: 18px;
    color: #ffffff;
    font-size: 13px;
    opacity: 0.94;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* FAQ */
.platbi-faq-hero {
    padding-top: 120px;
}

.platbi-faq-hero-panel {
    padding: 42px;
}

.platbi-faq-side-card {
    padding: 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(255, 255, 255, .56);
    box-shadow: var(--platbi-shadow);
}

.platbi-faq-side-card > i {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(98, 189, 165, .16);
    color: var(--platbi-primary-dark);
    font-size: 30px;
    margin-bottom: 18px;
}

.platbi-faq-side-card h4,
.platbi-faq-sticky h3 {
    font-family:  sans-serif;
    color: var(--platbi-heading);
}

.platbi-faq-side-card p {
    color: var(--platbi-text-soft);
    line-height: 1.75;
}

.platbi-faq-sticky {
    position: sticky;
    top: 118px;
    padding: 28px;
}

.platbi-faq-topic-list {
    display: grid;
    gap: 12px;
    margin: 18px 0 0;
}

.platbi-faq-topic-list li {
    display: flex;
    gap: 10px;
    color: var(--platbi-text-soft);
    line-height: 1.65;
}

.platbi-faq-topic-list i {
    color: var(--platbi-primary);
    margin-top: 4px;
}

.platbi-faq-accordion {
    display: grid;
    gap: 14px;
}

.platbi-faq-item {
    overflow: hidden;
    border-radius: 22px;
}

.platbi-faq-question {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: var(--platbi-heading);
    font-weight: 800;
    text-align: left;
}

.platbi-faq-question i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--platbi-primary-dark);
    background: rgba(98, 189, 165, .14);
    transition: transform .25s ease;
    flex-shrink: 0;
}

.platbi-faq-question:not(.collapsed) i {
    transform: rotate(180deg);
}

.platbi-faq-answer {
    padding: 0 22px 22px;
    color: var(--platbi-text-soft);
    line-height: 1.8;
}

/* Animations */
.floating-y {
    animation: platbiFloatY 5.5s ease-in-out infinite;
}

.floating-y-delay {
    animation: platbiFloatY 6.2s ease-in-out infinite;
    animation-delay: .75s;
}

.floating-y-slow {
    animation: platbiFloatY 7s ease-in-out infinite;
    animation-delay: 1.2s;
}

@keyframes platbiFloatY {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

.reveal-up,
.reveal-left,
.reveal-right,
.reveal-scale {
    opacity: 0;
    transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1);
    will-change: opacity, transform;
}

.reveal-up { transform: translateY(26px); }
.reveal-left { transform: translateX(-28px); }
.reveal-right { transform: translateX(28px); }
.reveal-scale { transform: scale(.96) translateY(18px); }

.reveal-up.is-visible,
.reveal-left.is-visible,
.reveal-right.is-visible,
.reveal-scale.is-visible {
    opacity: 1;
    transform: none;
}

.stagger-children > *:nth-child(1) { transition-delay: .02s; }
.stagger-children > *:nth-child(2) { transition-delay: .08s; }
.stagger-children > *:nth-child(3) { transition-delay: .14s; }
.stagger-children > *:nth-child(4) { transition-delay: .20s; }
.stagger-children > *:nth-child(5) { transition-delay: .26s; }
.stagger-children > *:nth-child(6) { transition-delay: .32s; }
.stagger-children > *:nth-child(7) { transition-delay: .38s; }
.stagger-children > *:nth-child(8) { transition-delay: .44s; }

.platbi-module-card,
.platbi-capability-card,
.platbi-stat-card,
.platbi-pricing-card,
.platbi-showcase-card,
.platbi-faq-item {
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.platbi-module-card:hover,
.platbi-capability-card:hover,
.platbi-stat-card:hover,
.platbi-showcase-card:hover,
.platbi-faq-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 70px rgba(15, 42, 35, 0.14);
    border-color: rgba(98, 189, 165, 0.32);
}

/* Responsive */
@media (max-width: 1199px) {
    .platbi-pricing-grid,
    .platbi-modules-overview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .platbi-capabilities-grid,
    .platbi-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .platbi-plan-head {
        min-height: 150px;
    }

    .platbi-plan-points {
        min-height: auto;
    }
}

@media (max-width: 991px) {
    body.platbi-homepage .section {
        padding: 84px 0;
    }

    #topnav.platbi-navbar {
        top: 12px !important;
    }

    .platbi-nav-toggle {
        display: inline-block;
    }

    .platbi-navigation {
        position: absolute !important;
        top: calc(100% + 12px) !important;
        left: 12px !important;
        right: 12px !important;
        width: auto !important;
        display: none !important;
        flex-direction: column;
        align-items: stretch;
        padding: 18px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.94);
        border: 1px solid rgba(255, 255, 255, 0.6);
        box-shadow: var(--platbi-shadow);
        max-height: calc(100vh - 120px);
        overflow-y: auto;
    }

    #topnav.platbi-navbar.is-open .platbi-navigation,
    #topnav.platbi-navbar .platbi-navigation.open {
        display: flex !important;
    }

    .platbi-nav-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin: 0;
    }

    .platbi-nav-cta {
        width: 100%;
        flex-direction: column;
    }

    .platbi-nav-cta .btn-platbi {
        width: 100%;
    }

    .platbi-hero-panel,
    .platbi-showcase-card,
    .platbi-footer-top,
    .platbi-compare-wrapper,
    .platbi-faq-hero-panel {
        padding: 28px;
    }

    .platbi-hero-mini-stats {
        grid-template-columns: 1fr;
    }

    .platbi-floating-card.card-chat,
    .platbi-floating-card.card-metric,
    .platbi-floating-card.card-flow {
        position: relative;
        inset: auto;
        width: 100%;
        margin-top: 14px;
    }

    .platbi-showcase-copy {
        padding-left: 0;
    }

    .platbi-modal-modules {
        grid-template-columns: 1fr;
    }

    .platbi-faq-hero {
        padding-top: 92px;
    }

    .platbi-faq-sticky {
        position: relative;
        top: auto;
    }

    .platbi-plan-head,
    .platbi-plan-head p,
    .platbi-plan-points {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    body.platbi-homepage .section {
        padding: 72px 0;
    }

    .platbi-hero-title {
        letter-spacing: -0.03em;
    }

    .platbi-pricing-grid,
    .platbi-capabilities-grid,
    .platbi-modules-overview,
    .platbi-stats-grid {
        grid-template-columns: 1fr;
    }

    .platbi-hero-actions,
    .platbi-plan-actions {
        flex-direction: column;
    }

    .platbi-hero-actions .btn-platbi,
    .platbi-plan-actions .btn-platbi,
    .platbi-icon-button {
        width: 100%;
    }

    .platbi-browser-mockup {
        padding: 14px;
        border-radius: 24px;
    }

    .platbi-price-amount {
        font-size: 2.5rem;
    }

    .platbi-slider-nav,
    .platbi-gallery-open {
        width: 38px;
        height: 38px;
    }

    .platbi-slider-prev {
        left: 10px;
    }

    .platbi-slider-next {
        right: 10px;
    }

    .platbi-slider-counter {
        left: 10px;
        bottom: 10px;
    }

    .platbi-faq-question {
        padding: 18px;
    }

    .platbi-faq-answer {
        padding: 0 18px 18px;
    }
}


/* =========================================================
   platbi® v3 refinements requested
   ========================================================= */

/* Links destacados */
.platbi-inline-link,
.platbi-inline-link strong {
    color: #62bda5 !important;
    font-weight: 800;
}

.platbi-inline-link:hover,
.platbi-inline-link:hover strong {
    color: #2f7f6b !important;
}

/* Navbar más compacto, con CTA a la derecha */
#topnav.platbi-navbar {
    top: 14px !important;
}

.platbi-navbar-inner {
    min-height: 78px;
    padding: 10px 18px;
}

.platbi-navigation {
    justify-content: flex-end !important;
}

.platbi-nav-list {
    margin-left: auto !important;
    margin-right: 18px !important;
    gap: 22px;
}

.platbi-nav-cta {
    margin-left: 0;
    flex-shrink: 0;
}

.platbi-nav-cta .btn-platbi {
    min-height: 50px;
    padding-left: 22px;
    padding-right: 22px;
}

/* Hero: menos vacío, título más equilibrado e imagen más protagonista */
.platbi-hero {
    padding-top: 44px;
}

.platbi-hero-panel {
    padding: 44px 48px 36px;
}

.platbi-hero-title {
    font-size: clamp(2.25rem, 4.35vw, 4.18rem) !important;
    line-height: 1.06;
    letter-spacing: -0.04em;
    margin-bottom: 18px;
}

.platbi-hero-subtitle {
    max-width: 560px;
    font-size: 1.02rem;
}

.platbi-hero-mockup-wrap {
    min-height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
}

.platbi-hero-main-mockup,
.platbi-hero-mockup-wrap .platbi-browser-mockup {
    width: min(100%, 720px);
    transform: translateY(-16px) scale(1.08);
    transform-origin: center center;
}

.platbi-floating-card.card-chat {
    top: 18px;
    right: -12px;
}

.platbi-floating-card.card-metric {
    left: -4px;
    bottom: 120px;
}

.platbi-floating-card.card-flow {
    right: 10px;
    bottom: 8px;
}

/* Sección de módulos explorables */
.platbi-modules-explorer-section {
    padding-top: 92px;
}

.platbi-modules-explorer {
    display: grid;
    grid-template-columns: minmax(260px, 340px) 1fr;
    gap: 18px;
    padding: 18px;
}

.platbi-module-tabs {
    display: grid;
    gap: 10px;
    align-content: start;
    max-height: 740px;
    overflow: auto;
    padding-right: 4px;
}

.platbi-module-tabs::-webkit-scrollbar {
    width: 6px;
}

.platbi-module-tabs::-webkit-scrollbar-thumb {
    background: rgba(98, 189, 165, .35);
    border-radius: 999px;
}

.platbi-module-tab {
    width: 100%;
    border: 1px solid rgba(18, 48, 42, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .72);
    padding: 14px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
    color: var(--platbi-heading);
    transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.platbi-module-tab:hover,
.platbi-module-tab.is-active {
    transform: translateY(-2px);
    border-color: rgba(98, 189, 165, .34);
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 16px 34px rgba(15, 42, 35, .08);
}

.platbi-module-tab.is-active {
    background: linear-gradient(135deg, rgba(98, 189, 165, .20), rgba(255, 255, 255, .92));
}

.platbi-module-tab-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--platbi-primary-dark);
    background: rgba(98, 189, 165, .14);
    font-size: 21px;
    flex-shrink: 0;
}

.platbi-module-tab strong {
    display: block;
    font-size: 15px;
    line-height: 1.25;
}

.platbi-module-tab small {
    display: block;
    color: var(--platbi-text-soft);
    font-size: 12px;
    line-height: 1.45;
    margin-top: 4px;
}

.platbi-module-panels {
    min-width: 0;
}

.platbi-module-panel {
    min-height: 690px;
    border-radius: 26px;
    padding: 32px;
    background:
        radial-gradient(circle at 90% 10%, rgba(124, 140, 255, .12), transparent 28%),
        radial-gradient(circle at 12% 80%, rgba(98, 189, 165, .14), transparent 34%),
        rgba(255, 255, 255, .74);
    border: 1px solid rgba(255, 255, 255, .52);
    box-shadow: 0 18px 44px rgba(15, 42, 35, .08);
    opacity: 1;
    transition: opacity .28s ease, transform .28s ease;
}

.platbi-module-panel.is-active {
    animation: platbiPanelIn .35s ease both;
}

@keyframes platbiPanelIn {
    from {
        opacity: 0;
        transform: translateY(10px) scale(.99);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.platbi-module-panel-copy h3 {
    font-size: clamp(1.7rem, 2.6vw, 2.6rem) !important;
    line-height: 1.12;
    letter-spacing: -.03em;
    margin: 16px 0 14px;
}

.platbi-module-panel-copy p {
    color: var(--platbi-text-soft);
    line-height: 1.8;
    max-width: 660px;
}

.platbi-module-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.platbi-module-chip-grid span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(18, 48, 42, .07);
    color: var(--platbi-heading);
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(15, 42, 35, .05);
}

.platbi-module-panel-visual {
    position: relative;
    padding: 14px;
    border-radius: 28px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(255, 255, 255, .52);
    box-shadow: 0 20px 54px rgba(15, 42, 35, .12);
    overflow: hidden;
}

.platbi-module-panel-visual::before {
    content: "";
    position: absolute;
    inset: auto -60px -80px auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(98, 189, 165, .22), transparent 66%);
}

.platbi-module-panel-visual img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 20px;
}

/* Galería en lightbox con navegación lateral y teclado */
.platbi-gallery-stage {
    position: relative;
}

.platbi-gallery-side-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(18, 48, 42, .38);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    transition: background .25s ease, transform .25s ease;
}

.platbi-gallery-side-nav:hover {
    background: rgba(98, 189, 165, .92);
}

.platbi-gallery-side-prev {
    left: 18px;
}

.platbi-gallery-side-next {
    right: 18px;
}

.platbi-gallery-keyboard-hint {
    position: absolute;
    right: 18px;
    bottom: 18px;
    color: rgba(255,255,255,.78);
    font-size: 12px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .11);
    backdrop-filter: blur(10px);
}

/* Precios realmente alineados por bloques */
.platbi-pricing-card {
    display: grid !important;
    grid-template-rows: 36px 50px 128px 78px minmax(310px, 1fr) 56px;
    gap: 0;
    overflow: visible;
}

.platbi-plan-badge-row,
.platbi-plan-title-row,
.platbi-plan-desc-row {
    position: relative;
    z-index: 1;
}

.platbi-plan-title-row h4 {
    margin: 12px 0 0;
    line-height: 1.2;
}

.platbi-plan-desc-row p {
    margin: 0;
    color: var(--platbi-text-soft);
    line-height: 1.68;
}

.platbi-pricing-card .platbi-price-line {
    margin: 0;
    align-self: center;
    min-height: 0;
}

.platbi-pricing-card .platbi-plan-points {
    min-height: 0;
    margin-bottom: 18px;
    align-content: start;
}

.platbi-pricing-card .platbi-plan-actions {
    align-self: end;
}

.platbi-pricing-card.is-featured {
    transform: none;
}

/* CTA único y más chico */
.platbi-single-cta-section {
    padding-top: 30px !important;
}

.platbi-compact-cta {
    padding: 24px 30px !important;
    border-radius: 26px !important;
}

.platbi-compact-cta .platbi-footer-cta-title {
    font-size: clamp(1.45rem, 2.3vw, 2.15rem) !important;
    margin: 10px 0;
}

.platbi-compact-cta .platbi-footer-cta-text {
    font-size: .98rem;
}

.platbi-compact-cta .btn-platbi {
    min-height: 48px;
}

/* Footer más sobrio y con logo a la izquierda */
.platbi-site-footer {
    padding-top: 54px;
    background: transparent;
}

.platbi-footer-main {
    align-items: flex-start;
    padding-top: 0;
}

.platbi-footer-logo img {
    display: block;
    height: 48px;
}

/* FAQ sigue en footer, no en navbar */
.platbi-footer-links a[href="/faq"] {
    font-weight: 800;
}

/* Responsive refinements */
@media (max-width: 1199px) {
    .platbi-hero-main-mockup,
    .platbi-hero-mockup-wrap .platbi-browser-mockup {
        transform: translateY(0) scale(1);
    }

    .platbi-hero-mockup-wrap {
        min-height: 500px;
    }

    .platbi-pricing-card {
        grid-template-rows: 36px 48px 118px 76px auto 56px;
    }
}

@media (max-width: 991px) {
    .platbi-navbar-inner {
        min-height: 70px;
    }

    .platbi-navigation {
        justify-content: flex-start !important;
    }

    .platbi-nav-list {
        margin: 0 !important;
    }

    .platbi-hero-panel {
        padding: 32px 28px;
    }

    .platbi-hero-mockup-wrap {
        min-height: auto;
        display: block;
    }

    .platbi-modules-explorer {
        grid-template-columns: 1fr;
    }

    .platbi-module-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-height: none;
    }

    .platbi-module-panel {
        min-height: auto;
        padding: 26px;
    }

    .platbi-pricing-card {
        grid-template-rows: auto;
        display: flex !important;
    }

    .platbi-plan-title-row h4,
    .platbi-plan-desc-row p {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .platbi-hero-title {
        font-size: clamp(2.15rem, 13vw, 3.2rem) !important;
    }

    .platbi-hero-trust {
        flex-direction: column;
    }

    .platbi-module-tabs {
        grid-template-columns: 1fr;
    }

    .platbi-module-panel {
        padding: 22px;
    }

    .platbi-gallery-side-nav {
        width: 44px;
        height: 44px;
        font-size: 24px;
    }

    .platbi-gallery-keyboard-hint {
        display: none;
    }

    .platbi-compact-cta {
        padding: 22px !important;
    }
}


/* =========================================================
   FIX NAVBAR LOGO + CTA SAME ROW
   Mantiene el logo visible y los botones a la derecha.
   Pegar al final de public/css/style.css
   ========================================================= */

#topnav.platbi-navbar .platbi-brand {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 132px !important;
    max-width: 170px !important;
    height: auto !important;
    line-height: 1 !important;
    padding: 0 !important;
    margin: 0 20px 0 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 3 !important;
}

#topnav.platbi-navbar .platbi-brand img,
#topnav.platbi-navbar .platbi-brand-logo {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    height: 42px !important;
    max-width: 150px !important;
    object-fit: contain !important;
    position: static !important;
}

/* Desktop: todo en un mismo row */
@media (min-width: 992px) {
    #topnav.platbi-navbar {
        width: 100% !important;
    }

    #topnav.platbi-navbar .container {
        max-width: 1140px !important;
    }

    #topnav.platbi-navbar .platbi-navbar-inner {
        display: flex !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        gap: 18px !important;
        min-height: 72px !important;
        padding: 10px 20px !important;
    }

    #topnav.platbi-navbar #navigation.platbi-navigation {
        display: flex !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 18px !important;
        position: static !important;
        width: auto !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    #topnav.platbi-navbar .platbi-nav-list {
        display: flex !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: clamp(12px, 1.45vw, 22px) !important;
        margin: 0 !important;
        padding: 0 !important;
        white-space: nowrap !important;
    }

    #topnav.platbi-navbar .platbi-nav-list li {
        flex: 0 0 auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #topnav.platbi-navbar .platbi-nav-list a {
        display: inline-flex !important;
        align-items: center !important;
        min-height: 46px !important;
        padding: 0 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        font-size: 15px !important;
    }

    #topnav.platbi-navbar .platbi-nav-cta {
        display: flex !important;
        flex: 0 0 auto !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 12px !important;
        margin-left: auto !important;
        white-space: nowrap !important;
        min-width: max-content !important;
    }

    #topnav.platbi-navbar .platbi-nav-cta .btn-platbi {
        flex: 0 0 auto !important;
        width: auto !important;
        min-width: max-content !important;
        min-height: 48px !important;
        padding: 0 22px !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }
}

@media (min-width: 992px) and (max-width: 1120px) {
    #topnav.platbi-navbar .platbi-brand {
        min-width: 116px !important;
        max-width: 140px !important;
        margin-right: 12px !important;
    }

    #topnav.platbi-navbar .platbi-brand-logo {
        height: 38px !important;
        max-width: 132px !important;
    }

    #topnav.platbi-navbar .platbi-navbar-inner {
        gap: 14px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    #topnav.platbi-navbar .platbi-nav-list {
        gap: 13px !important;
    }

    #topnav.platbi-navbar .platbi-nav-list a {
        font-size: 14px !important;
    }

    #topnav.platbi-navbar .platbi-nav-cta {
        gap: 10px !important;
    }

    #topnav.platbi-navbar .platbi-nav-cta .btn-platbi {
        min-height: 46px !important;
        padding-left: 17px !important;
        padding-right: 17px !important;
        font-size: 14px !important;
    }
}

/* Mobile */
@media (max-width: 991px) {
    #topnav.platbi-navbar .platbi-brand {
        min-width: auto !important;
        max-width: 150px !important;
        margin-right: 12px !important;
    }

    #topnav.platbi-navbar .platbi-brand-logo {
        height: 40px !important;
        max-width: 142px !important;
    }

    #topnav.platbi-navbar .platbi-navigation {
        display: none !important;
    }

    #topnav.platbi-navbar.is-open .platbi-navigation,
    #topnav.platbi-navbar .platbi-navigation.open {
        display: flex !important;
    }

    #topnav.platbi-navbar .platbi-nav-cta {
        width: 100% !important;
    }

    #topnav.platbi-navbar .platbi-nav-cta .btn-platbi {
        width: 100% !important;
    }
}



/* =========================================================
   FIX STATS AREA - SVG icons + compact million counter
   ========================================================= */

.platbi-stats-section {
    padding-top: 74px !important;
    padding-bottom: 72px !important;
}

.platbi-stats-header {
    margin-bottom: 34px !important;
}

.platbi-stats-header .platbi-section-title {
    font-size: clamp(1.9rem, 3vw, 2.55rem) !important;
}

.platbi-stats-grid-v2 {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 20px !important;
    align-items: stretch !important;
}

.platbi-stat-card-v2 {
    position: relative !important;
    min-height: 268px !important;
    padding: 26px 26px 24px !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 18px !important;
    border-radius: 26px !important;
    background:
        radial-gradient(circle at 18% 12%, rgba(98, 189, 165, 0.16), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.62)) !important;
    border: 1px solid rgba(255, 255, 255, 0.58) !important;
    box-shadow: 0 22px 58px rgba(15, 42, 35, 0.10) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
}

.platbi-stat-card-v2::after {
    content: "";
    position: absolute;
    right: -44px;
    bottom: -54px;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(98, 189, 165, 0.18), rgba(98, 189, 165, 0));
    pointer-events: none;
}

.platbi-stat-icon-wrap {
    width: 66px !important;
    height: 66px !important;
    border-radius: 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(98, 189, 165, 0.13) !important;
    border: 1px solid rgba(98, 189, 165, 0.18) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 14px 30px rgba(98,189,165,.13) !important;
    flex: 0 0 auto !important;
}

.platbi-stat-card-v2 .platbi-stat-icon-wrap img {
    display: block !important;
    width: 38px !important;
    height: 38px !important;
    max-width: 38px !important;
    max-height: 38px !important;
    object-fit: contain !important;
    margin: 0 !important;
}

.platbi-stat-content {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.platbi-stat-label {
    display: block !important;
    color: var(--platbi-heading, #0e2622) !important;
    font-size: 1rem !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    margin-bottom: 8px !important;
}

.platbi-stat-card-v2 .platbi-stat-value {
    display: block !important;
    color: var(--platbi-heading, #0e2622) !important;
    font-family:  'Nunito', sans-serif !important;
    font-size: clamp(2.35rem, 3.6vw, 3.1rem) !important;
    line-height: .98 !important;
    letter-spacing: -0.065em !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
    max-width: 100% !important;
}

.platbi-stat-card-v2.is-wide-number .platbi-stat-value {
    font-size: clamp(2.05rem, 3vw, 2.65rem) !important;
    letter-spacing: -0.07em !important;
}

.platbi-stat-card-v2 p {
    margin: 14px 0 0 !important;
    color: var(--platbi-text-soft, #58736d) !important;
    font-size: .98rem !important;
    line-height: 1.72 !important;
}

.platbi-stats-note {
    margin-top: 24px !important;
    text-align: center !important;
    color: var(--platbi-text-soft, #58736d) !important;
    font-size: 13px !important;
}

@media (max-width: 1199px) {
    .platbi-stats-grid-v2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .platbi-stat-card-v2 {
        min-height: 242px !important;
    }
}

@media (max-width: 767px) {
    .platbi-stats-section {
        padding-top: 56px !important;
        padding-bottom: 56px !important;
    }

    .platbi-stats-grid-v2 {
        grid-template-columns: 1fr !important;
    }

    .platbi-stat-card-v2 {
        min-height: auto !important;
        padding: 24px !important;
        flex-direction: row !important;
        align-items: flex-start !important;
    }

    .platbi-stat-icon-wrap {
        width: 58px !important;
        height: 58px !important;
        border-radius: 18px !important;
    }

    .platbi-stat-card-v2 .platbi-stat-icon-wrap img {
        width: 34px !important;
        height: 34px !important;
    }

    .platbi-stat-card-v2 .platbi-stat-value,
    .platbi-stat-card-v2.is-wide-number .platbi-stat-value {
        font-size: clamp(2rem, 12vw, 2.75rem) !important;
    }
}


/* =========================================================
   FIX PRICING CARDS - precio y botones dentro del card
   ========================================================= */

.platbi-pricing-section > .container {
    max-width: 1220px !important;
}

.platbi-pricing-grid {
    gap: 18px !important;
}

.platbi-pricing-card {
    overflow: visible !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
}

.platbi-price-line {
    display: flex !important;
    align-items: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: nowrap !important;
}

.platbi-price-currency {
    font-size: 1.08rem !important;
    margin-bottom: 7px !important;
    flex: 0 0 auto !important;
}

.platbi-price-amount {
    font-size: clamp(2.45rem, 3.05vw, 2.85rem) !important;
    letter-spacing: -0.07em !important;
    flex: 0 1 auto !important;
    min-width: 0 !important;
}

.platbi-price-period {
    font-size: .94rem !important;
    line-height: 1.15 !important;
    margin-bottom: 7px !important;
    white-space: nowrap !important;
    flex: 0 0 auto !important;
}

.platbi-plan-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 48px !important;
    gap: 10px !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

.platbi-plan-actions .btn-platbi {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.platbi-plan-actions .btn-platbi-primary {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.platbi-plan-actions .platbi-icon-button {
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 !important;
    justify-self: end !important;
}

@media (min-width: 1200px) {
    .platbi-pricing-card {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .platbi-plan-actions {
        grid-template-columns: minmax(0, 1fr) 50px !important;
        gap: 10px !important;
    }

    .platbi-plan-actions .platbi-icon-button {
        width: 50px !important;
        min-width: 50px !important;
        max-width: 50px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .platbi-pricing-section > .container {
        max-width: 980px !important;
    }

    .platbi-price-amount {
        font-size: clamp(2.35rem, 4.1vw, 2.75rem) !important;
    }
}

@media (max-width: 767px) {
    .platbi-pricing-section > .container {
        max-width: 100% !important;
    }

    .platbi-price-line {
        justify-content: flex-start !important;
    }

    .platbi-price-amount {
        font-size: clamp(2.45rem, 12vw, 3rem) !important;
    }

    .platbi-plan-actions {
        grid-template-columns: 1fr !important;
    }

    .platbi-plan-actions .platbi-icon-button {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }
}



/* =========================================================
   COTIZADOR ONLINE - platbi® SaaS look & feel
   ========================================================= */

.platbi-cotizador-page .platbi-site-footer .platbi-footer-logo-img,
.platbi-site-footer .platbi-footer-logo-img {
    display: block !important;
    height: 46px !important;
    width: auto !important;
    max-width: 170px !important;
    object-fit: contain !important;
    filter: none !important;
}

.platbi-cotizador-hero {
    padding-top: 72px !important;
    padding-bottom: 34px !important;
}

.platbi-cotizador-hero-panel {
    position: relative;
    overflow: hidden;
    padding: 42px;
}

.platbi-cotizador-hero-panel::before {
    content: "";
    position: absolute;
    inset: -2px;
    z-index: -1;
    border-radius: inherit;
    background:
        radial-gradient(circle at 12% 14%, rgba(98, 189, 165, 0.25), transparent 26%),
        radial-gradient(circle at 92% 16%, rgba(124, 140, 255, 0.16), transparent 24%),
        radial-gradient(circle at 70% 90%, rgba(98, 189, 165, 0.13), transparent 26%);
    animation: platbiGradientBreath 9s ease-in-out infinite alternate;
}

.platbi-cotizador-hero-card {
    position: relative;
    padding: 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, .80);
    border: 1px solid rgba(255,255,255,.62);
    box-shadow: 0 24px 70px rgba(15,42,35,.13);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.platbi-cotizador-hero-card h4 {
    margin: 14px 0 10px;
    font-family:  'Nunito', sans-serif;
    color: var(--platbi-heading, #0e2622);
}

.platbi-cotizador-hero-card p {
    color: var(--platbi-text-soft, #58736d);
    line-height: 1.72;
}

.platbi-cotizador-mini-icon {
    width: 60px;
    height: 60px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(98, 189, 165, .16);
    color: #2f7f6b;
    border: 1px solid rgba(98, 189, 165, .18);
    font-size: 30px;
}

.platbi-cotizador-panel {
    padding: 28px;
    border-radius: 28px;
}

.platbi-cotizador-step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 24px;
}

.platbi-cotizador-step > span {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    background: linear-gradient(135deg, #62bda5, #42a98f);
    color: #fff;
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(98,189,165,.26);
}

.platbi-cotizador-step h3 {
    margin: 0 0 7px;
    font-family:  'Nunito', sans-serif;
    color: var(--platbi-heading, #0e2622);
    font-size: 1.35rem !important;
}

.platbi-cotizador-step p {
    margin: 0;
    color: var(--platbi-text-soft, #58736d);
    line-height: 1.7;
}

.platbi-form-control {
    min-height: 54px;
    border-radius: 16px !important;
    border: 1px solid rgba(18,48,42,.10) !important;
    background: rgba(255,255,255,.82) !important;
    box-shadow: none !important;
    color: var(--platbi-heading, #0e2622) !important;
}

.platbi-form-control:focus {
    border-color: rgba(98,189,165,.56) !important;
    box-shadow: 0 0 0 .22rem rgba(98,189,165,.12) !important;
}

.platbi-number-input {
    font-size: 1.2rem;
    font-weight: 800;
}

.platbi-cotizador-plan-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.platbi-cotizador-option {
    position: relative;
    display: flex;
    border-radius: 22px;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(18,48,42,.08);
    box-shadow: 0 14px 34px rgba(15,42,35,.07);
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.platbi-cotizador-option:hover {
    transform: translateY(-4px);
    border-color: rgba(98,189,165,.38);
    box-shadow: 0 22px 54px rgba(15,42,35,.11);
}

.platbi-cotizador-option input {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 18px;
    height: 18px;
    accent-color: #62bda5;
}

.platbi-cotizador-option.is-plan {
    flex-direction: column;
    min-height: 190px;
    padding: 20px;
}

.platbi-cotizador-option.is-featured {
    border-color: rgba(98,189,165,.58);
    background: linear-gradient(180deg, rgba(98,189,165,.12), rgba(255,255,255,.78));
}

.platbi-option-badge {
    align-self: flex-start;
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 0 11px;
    border-radius: 999px;
    background: rgba(98,189,165,.14);
    color: #2f7f6b;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 14px;
}

.platbi-cotizador-option.is-featured .platbi-option-badge {
    color: #fff;
    background: linear-gradient(135deg, #62bda5, #42a98f);
}

.platbi-cotizador-option strong {
    display: block;
    color: var(--platbi-heading, #0e2622);
    font-family:  'Nunito', sans-serif;
    font-size: 1.18rem;
    line-height: 1.25;
}

.platbi-cotizador-option small {
    display: block;
    color: var(--platbi-text-soft, #58736d);
    line-height: 1.55;
    margin-top: 8px;
}

.platbi-option-link {
    margin-top: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #2f7f6b;
    font-weight: 900;
    text-align: left;
}

.platbi-cotizador-option-list {
    display: grid;
    gap: 12px;
}

.platbi-cotizador-option.is-horizontal {
    align-items: flex-start;
    gap: 14px;
    padding: 18px 20px 18px 52px;
}

.platbi-cotizador-option.is-horizontal input {
    left: 20px;
    right: auto;
    top: 22px;
}

.platbi-help-button {
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2f7f6b;
    background: rgba(98,189,165,.14);
}

.platbi-cotizador-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--platbi-text-soft, #58736d);
    font-weight: 700;
}

.platbi-cotizador-check input {
    margin-top: 4px;
    accent-color: #62bda5;
}

.platbi-cotizador-summary {
    position: sticky;
    top: 112px;
    padding: 26px;
    border-radius: 28px;
}

.platbi-cotizador-summary-top h3 {
    margin: 16px 0 8px;
    font-size: 1.45rem !important;
    font-family:  'Nunito', sans-serif;
}

.platbi-cotizador-summary-top p {
    color: var(--platbi-text-soft, #58736d);
    line-height: 1.65;
}

.platbi-total-box {
    padding: 22px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 90% 10%, rgba(255,255,255,.34), transparent 25%),
        linear-gradient(135deg, #62bda5, #42a98f);
    color: #fff;
    box-shadow: 0 20px 45px rgba(98,189,165,.28);
    margin: 22px 0;
}

.platbi-total-box span,
.platbi-total-box small {
    display: block;
    color: rgba(255,255,255,.86);
    font-weight: 700;
}

.platbi-total-box strong {
    display: block;
    margin: 8px 0 4px;
    color: #fff;
    font-family:  'Nunito', sans-serif;
    font-size: clamp(2.2rem, 3.5vw, 3.25rem);
    line-height: 1;
    letter-spacing: -0.065em;
}

.platbi-cotizador-table-wrap {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(18,48,42,.08);
    background: rgba(255,255,255,.62);
}

.platbi-cotizador-table {
    width: 100%;
    border-collapse: collapse;
}

.platbi-cotizador-table td {
    padding: 15px 14px;
    border-bottom: 1px solid rgba(18,48,42,.07);
    color: var(--platbi-heading, #0e2622);
    vertical-align: top;
}

.platbi-cotizador-table tr:last-child td {
    border-bottom: 0;
}

.platbi-cotizador-table td:last-child {
    text-align: right;
    font-weight: 900;
    white-space: nowrap;
}

.platbi-cotizador-table strong {
    display: block;
    font-size: .94rem;
}

.platbi-cotizador-table small {
    display: block;
    margin-top: 5px;
    color: var(--platbi-text-soft, #58736d);
    line-height: 1.45;
}

.platbi-setup-box {
    margin-top: 18px;
    padding: 18px;
    border-radius: 20px;
    background: rgba(98,189,165,.10);
    border: 1px solid rgba(98,189,165,.16);
}

.platbi-setup-box > span,
.platbi-setup-box small {
    display: block;
    color: var(--platbi-text-soft, #58736d);
    font-weight: 700;
}

.platbi-setup-box strong {
    display: block;
    margin: 6px 0;
    color: var(--platbi-heading, #0e2622);
}

.platbi-setup-box p {
    margin: 0 0 4px;
    font-family:  'Nunito', sans-serif;
    font-size: 1.5rem;
    color: var(--platbi-heading, #0e2622);
    font-weight: 900;
}

.platbi-cotizador-disclaimer {
    margin: 16px 0 0;
    color: var(--platbi-text-soft, #58736d);
    font-size: .86rem;
    line-height: 1.6;
}

.platbi-cotizador-success {
    max-width: 720px;
    margin: 0 auto;
    padding: 34px;
}

.platbi-cotizador-page .platbi-plan-modal .business-rate {
    background: transparent !important;
}

.platbi-cotizador-page #ModalPlanInfo-body ul {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .platbi-cotizador-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .platbi-cotizador-summary {
        position: relative;
        top: auto;
    }
}

@media (max-width: 767px) {
    .platbi-cotizador-hero {
        padding-top: 52px !important;
    }

    .platbi-cotizador-hero-panel,
    .platbi-cotizador-panel,
    .platbi-cotizador-summary {
        padding: 24px;
    }

    .platbi-cotizador-plan-grid {
        grid-template-columns: 1fr;
    }

    .platbi-cotizador-option.is-plan {
        min-height: auto;
    }

    .platbi-total-box strong {
        font-size: clamp(2rem, 13vw, 2.8rem);
    }
}



/* =========================================================
   FIX V6 - Beneficios, Franquicias, Cotizador y Modal Plan
   ========================================================= */

/* Beneficios incluidos: restaura cards glass y grilla */
#beneficios.platbi-platform-benefits-section {
    position: relative !important;
    padding-top: 92px !important;
    padding-bottom: 92px !important;
}

#beneficios .platbi-feature-chip-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
    align-items: stretch !important;
}

#beneficios .platbi-feature-chip-card {
    position: relative !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 16px !important;
    min-height: 178px !important;
    padding: 22px !important;
    border-radius: 24px !important;
    background:
        radial-gradient(circle at 92% 10%, rgba(98, 189, 165, 0.13), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.66)) !important;
    border: 1px solid rgba(255,255,255,.60) !important;
    box-shadow: 0 18px 48px rgba(15, 42, 35, 0.09) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease !important;
}

#beneficios .platbi-feature-chip-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 26px 70px rgba(15, 42, 35, 0.14) !important;
    border-color: rgba(98, 189, 165, .36) !important;
}

#beneficios .platbi-feature-chip-card::after {
    content: "" !important;
    position: absolute !important;
    right: -38px !important;
    bottom: -48px !important;
    width: 130px !important;
    height: 130px !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, rgba(98, 189, 165, .14), rgba(98, 189, 165, 0)) !important;
    pointer-events: none !important;
}

#beneficios .platbi-feature-chip-icon {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    border-radius: 17px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(98, 189, 165, .15) !important;
    color: #2f7f6b !important;
    border: 1px solid rgba(98, 189, 165, .20) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.70), 0 14px 30px rgba(98,189,165,.12) !important;
    font-size: 25px !important;
    line-height: 1 !important;
    position: relative !important;
    z-index: 2 !important;
}

#beneficios .platbi-feature-chip-icon i {
    color: #2f7f6b !important;
    font-size: 25px !important;
    line-height: 1 !important;
}

#beneficios .platbi-feature-chip-card > div:last-child {
    position: relative !important;
    z-index: 2 !important;
}

#beneficios .platbi-feature-chip-card h5 {
    margin: 0 0 8px !important;
    font-family:  'Nunito', sans-serif !important;
    color: var(--platbi-heading, #0e2622) !important;
    font-size: 1.04rem !important;
    line-height: 1.28 !important;
    font-weight: 800 !important;
}

#beneficios .platbi-feature-chip-card p {
    margin: 0 !important;
    color: var(--platbi-text-soft, #58736d) !important;
    font-size: .95rem !important;
    line-height: 1.72 !important;
}

/* Franquicias: restaura layout de bloque moderno */
#franquicias.platbi-franchise-section {
    position: relative !important;
    padding-top: 64px !important;
    padding-bottom: 82px !important;
}

#franquicias .platbi-franchise-panel {
    position: relative !important;
    overflow: hidden !important;
    padding: 34px !important;
    border-radius: 32px !important;
    background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.66)) !important;
    border: 1px solid rgba(255,255,255,.60) !important;
    box-shadow: 0 26px 80px rgba(15, 42, 35, 0.11) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
}

#franquicias .platbi-franchise-panel::before {
    content: "" !important;
    position: absolute !important;
    right: -120px !important;
    top: -120px !important;
    width: 330px !important;
    height: 330px !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, rgba(98, 189, 165, .26), rgba(98, 189, 165, 0)) !important;
    pointer-events: none !important;
}

#franquicias .platbi-franchise-eyebrow {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 14px !important;
    color: #2f7f6b !important;
    font-weight: 900 !important;
    letter-spacing: .03em !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
}

#franquicias .platbi-franchise-eyebrow span {
    width: 34px !important;
    height: 34px !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(98, 189, 165, .16) !important;
}

#franquicias .platbi-franchise-panel h2 {
    margin: 0 0 14px !important;
    font-size: clamp(1.8rem, 3.2vw, 2.65rem) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.03em !important;
    color: var(--platbi-heading, #0e2622) !important;
}

#franquicias .platbi-franchise-panel p {
    color: var(--platbi-text-soft, #58736d) !important;
    line-height: 1.8 !important;
    margin-bottom: 0 !important;
    max-width: 760px !important;
}

#franquicias .platbi-franchise-pills {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-top: 22px !important;
}

#franquicias .platbi-franchise-pills span {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 34px !important;
    padding: 0 13px !important;
    border-radius: 999px !important;
    background: rgba(98, 189, 165, .13) !important;
    color: #2f7f6b !important;
    font-weight: 800 !important;
    font-size: 13px !important;
}

#franquicias .platbi-franchise-card {
    position: relative !important;
    z-index: 2 !important;
    padding: 24px !important;
    border-radius: 24px !important;
    background: rgba(255,255,255,.86) !important;
    border: 1px solid rgba(255,255,255,.62) !important;
    box-shadow: 0 18px 48px rgba(15,42,35,.11) !important;
}

#franquicias .platbi-franchise-card h5 {
    margin-bottom: 10px !important;
    font-family:  'Nunito', sans-serif !important;
    color: var(--platbi-heading, #0e2622) !important;
}

#franquicias .platbi-franchise-card p {
    font-size: .96rem !important;
    margin-bottom: 18px !important;
}

/* Cotizador: total apenas más chico y captcha visible */
.platbi-total-box strong {
    font-size: clamp(2.0rem, 3.1vw, 2.85rem) !important;
    letter-spacing: -0.055em !important;
}

.platbi-total-box {
    padding: 20px !important;
}

.platbi-captcha-help {
    display: block !important;
    margin-top: 9px !important;
    color: var(--platbi-text-soft, #58736d) !important;
    font-size: .86rem !important;
    line-height: 1.5 !important;
}

#enviar-solicitud-captcha {
    display: block !important;
}

#enviar-solicitud {
    display: block !important;
}

/* Modal del cotizador: reemplaza azul por verde platbi */
#ModalPlanInfo .text-primary,
#ModalPlanInfo .h5.text-primary,
#ModalPlanInfo h6.text-primary,
#ModalPlanInfo .uil,
.platbi-cotizador-page .modal .text-primary,
.platbi-cotizador-page .modal .uil {
    color: #2f7f6b !important;
}

#ModalPlanInfo .bg-primary,
.platbi-cotizador-page .modal .bg-primary {
    background-color: #62bda5 !important;
}

#ModalPlanInfo .badge.bg-primary,
.platbi-cotizador-page .modal .badge.bg-primary {
    background: linear-gradient(135deg, #62bda5, #42a98f) !important;
    color: #fff !important;
}

#ModalPlanInfo .business-rate,
#ModalPlanInfo .bg-white {
    background: rgba(255,255,255,.78) !important;
}

@media (max-width: 1199px) {
    #beneficios .platbi-feature-chip-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    #beneficios .platbi-feature-chip-grid {
        grid-template-columns: 1fr !important;
    }

    #beneficios .platbi-feature-chip-card {
        min-height: auto !important;
        padding: 20px !important;
    }

    #franquicias .platbi-franchise-panel {
        padding: 26px !important;
    }

    #franquicias .platbi-franchise-card {
        margin-top: 8px !important;
    }

    .platbi-total-box strong {
        font-size: clamp(1.9rem, 11vw, 2.55rem) !important;
    }
}



/* =========================================================
   FIX V7 - Home beneficios/franquicias + radios verdes
   Pegar al final del style.css.
   ========================================================= */

/* Radios / selections del cotizador en verde platbi */
.platbi-cotizador-page input[type="radio"],
.platbi-cotizador-page .form-check-input[type="radio"],
.platbi-cotizador-option input[type="radio"] {
    accent-color: #62bda5 !important;
}

.platbi-cotizador-page .form-check-input:checked,
.platbi-cotizador-option .form-check-input:checked {
    background-color: #62bda5 !important;
    border-color: #62bda5 !important;
}

.platbi-cotizador-page .form-check-input:focus,
.platbi-cotizador-option .form-check-input:focus {
    border-color: #62bda5 !important;
    box-shadow: 0 0 0 .22rem rgba(98, 189, 165, .18) !important;
}

.platbi-cotizador-page .form-check-input:checked[type="radio"],
.platbi-cotizador-option .form-check-input:checked[type="radio"] {
    background-image: radial-gradient(circle, #ffffff 0 32%, transparent 36%) !important;
}

/* Beneficios incluidos: cards glass sí o sí */
section#beneficios {
    position: relative !important;
    padding-top: 92px !important;
    padding-bottom: 92px !important;
}

section#beneficios .container {
    position: relative !important;
    z-index: 2 !important;
}

section#beneficios .platbi-feature-chip-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
    align-items: stretch !important;
    margin-top: 8px !important;
}

section#beneficios article.platbi-feature-chip-card {
    position: relative !important;
    overflow: hidden !important;
    display: grid !important;
    grid-template-columns: 54px minmax(0, 1fr) !important;
    align-items: flex-start !important;
    gap: 16px !important;
    min-height: 178px !important;
    padding: 22px !important;
    border-radius: 24px !important;
    background:
        radial-gradient(circle at 92% 10%, rgba(98, 189, 165, 0.13), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,.90), rgba(255,255,255,.66)) !important;
    border: 1px solid rgba(255,255,255,.62) !important;
    box-shadow: 0 18px 48px rgba(15, 42, 35, 0.09) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease !important;
}

section#beneficios article.platbi-feature-chip-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 26px 70px rgba(15, 42, 35, 0.14) !important;
    border-color: rgba(98, 189, 165, .36) !important;
}

section#beneficios article.platbi-feature-chip-card::after {
    content: "" !important;
    position: absolute !important;
    right: -38px !important;
    bottom: -48px !important;
    width: 130px !important;
    height: 130px !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, rgba(98, 189, 165, .14), rgba(98, 189, 165, 0)) !important;
    pointer-events: none !important;
}

section#beneficios .platbi-feature-chip-icon {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    border-radius: 17px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(98, 189, 165, .15) !important;
    color: #2f7f6b !important;
    border: 1px solid rgba(98, 189, 165, .22) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.72), 0 14px 30px rgba(98,189,165,.12) !important;
    font-size: 25px !important;
    line-height: 1 !important;
    position: relative !important;
    z-index: 2 !important;
}

section#beneficios .platbi-feature-chip-icon i {
    display: inline-flex !important;
    color: #2f7f6b !important;
    font-size: 25px !important;
    line-height: 1 !important;
}

section#beneficios article.platbi-feature-chip-card > div:last-child {
    position: relative !important;
    z-index: 2 !important;
    min-width: 0 !important;
}

section#beneficios article.platbi-feature-chip-card h5 {
    margin: 0 0 8px !important;
    font-family:  'Nunito', sans-serif !important;
    color: var(--platbi-heading, #0e2622) !important;
    font-size: 1.04rem !important;
    line-height: 1.28 !important;
    font-weight: 800 !important;
}

section#beneficios article.platbi-feature-chip-card p {
    margin: 0 !important;
    color: var(--platbi-text-soft, #58736d) !important;
    font-size: .95rem !important;
    line-height: 1.72 !important;
}

/* Franquicias: restaura glass panel, card lateral y pills */
section#franquicias {
    position: relative !important;
    padding-top: 64px !important;
    padding-bottom: 82px !important;
}

section#franquicias .container {
    position: relative !important;
    z-index: 2 !important;
}

section#franquicias .platbi-franchise-panel {
    position: relative !important;
    overflow: hidden !important;
    padding: 34px !important;
    border-radius: 32px !important;
    background:
        radial-gradient(circle at 90% 10%, rgba(98,189,165,.14), transparent 24%),
        linear-gradient(180deg, rgba(255,255,255,.90), rgba(255,255,255,.68)) !important;
    border: 1px solid rgba(255,255,255,.62) !important;
    box-shadow: 0 26px 80px rgba(15, 42, 35, 0.11) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
}

section#franquicias .platbi-franchise-panel::before {
    content: "" !important;
    position: absolute !important;
    right: -120px !important;
    top: -120px !important;
    width: 330px !important;
    height: 330px !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, rgba(98, 189, 165, .26), rgba(98, 189, 165, 0)) !important;
    pointer-events: none !important;
}

section#franquicias .platbi-franchise-eyebrow {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 14px !important;
    color: #2f7f6b !important;
    font-weight: 900 !important;
    letter-spacing: .03em !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
}

section#franquicias .platbi-franchise-eyebrow span {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(98, 189, 165, .16) !important;
    color: #2f7f6b !important;
}

section#franquicias .platbi-franchise-eyebrow i {
    color: #2f7f6b !important;
}

section#franquicias .platbi-franchise-panel h2 {
    margin: 0 0 14px !important;
    font-family:  'Nunito', sans-serif !important;
    font-size: clamp(1.8rem, 3.2vw, 2.65rem) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.03em !important;
    color: var(--platbi-heading, #0e2622) !important;
    max-width: 760px !important;
}

section#franquicias .platbi-franchise-panel p {
    color: var(--platbi-text-soft, #58736d) !important;
    line-height: 1.8 !important;
    margin-bottom: 0 !important;
    max-width: 760px !important;
}

section#franquicias .platbi-franchise-pills {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-top: 22px !important;
}

section#franquicias .platbi-franchise-pills span {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 34px !important;
    padding: 0 13px !important;
    border-radius: 999px !important;
    background: rgba(98, 189, 165, .13) !important;
    color: #2f7f6b !important;
    font-weight: 800 !important;
    font-size: 13px !important;
    line-height: 1 !important;
    margin: 0 !important;
}

section#franquicias .platbi-franchise-card {
    position: relative !important;
    z-index: 2 !important;
    padding: 24px !important;
    border-radius: 24px !important;
    background: rgba(255,255,255,.88) !important;
    border: 1px solid rgba(255,255,255,.64) !important;
    box-shadow: 0 18px 48px rgba(15,42,35,.11) !important;
}

section#franquicias .platbi-franchise-card h5 {
    margin-bottom: 10px !important;
    font-family:  'Nunito', sans-serif !important;
    color: var(--platbi-heading, #0e2622) !important;
    font-size: 1.18rem !important;
}

section#franquicias .platbi-franchise-card p {
    font-size: .96rem !important;
    margin-bottom: 18px !important;
    color: var(--platbi-text-soft, #58736d) !important;
}

@media (max-width: 1199px) {
    section#beneficios .platbi-feature-chip-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    section#beneficios .platbi-feature-chip-grid {
        grid-template-columns: 1fr !important;
    }

    section#beneficios article.platbi-feature-chip-card {
        min-height: auto !important;
        padding: 20px !important;
    }

    section#franquicias .platbi-franchise-panel {
        padding: 26px !important;
    }

    section#franquicias .platbi-franchise-card {
        margin-top: 8px !important;
    }
}



/* =========================================================
   PRICING NOTES - aclaraciones comerciales debajo de planes
   ========================================================= */

.platbi-pricing-notes {
    max-width: 980px;
    margin: 34px auto 0;
    padding: 18px 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 16px 42px rgba(15, 42, 35, 0.06);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    text-align: center;
}

.platbi-pricing-notes p {
    margin: 0 0 7px;
    color: #6b8190;
    font-size: 12.5px;
    line-height: 1.65;
}

.platbi-pricing-notes p:last-child {
    margin-bottom: 0;
}

.platbi-pricing-notes strong,
.platbi-pricing-notes a {
    color: #62bda5;
    font-weight: 800;
}

.platbi-pricing-notes a {
    text-decoration: none;
}

.platbi-pricing-notes a:hover {
    color: #2f7f6b;
    text-decoration: underline;
}

.platbi-pricing-notes i {
    color: #62bda5;
    margin: 0 2px;
}

@media (max-width: 767px) {
    .platbi-pricing-notes {
        margin-top: 26px;
        padding: 16px 18px;
        text-align: left;
    }

    .platbi-pricing-notes p {
        font-size: 12px;
    }
}



/* =========================================================
   CONTACTO - platbi® SaaS look & feel
   ========================================================= */

.platbi-contact-page {
    background:
        radial-gradient(circle at 8% 10%, rgba(124, 140, 255, 0.12), transparent 28%),
        radial-gradient(circle at 90% 14%, rgba(98, 189, 165, 0.18), transparent 30%),
        radial-gradient(circle at 72% 76%, rgba(98, 189, 165, 0.15), transparent 26%),
        linear-gradient(180deg, #f9fffd 0%, #eef8f5 100%) !important;
}

.platbi-contact-hero {
    padding-top: 72px !important;
    padding-bottom: 34px !important;
}

.platbi-contact-hero-panel {
    position: relative;
    overflow: hidden;
    padding: 42px;
}

.platbi-contact-hero-panel::before {
    content: "";
    position: absolute;
    inset: -2px;
    z-index: -1;
    border-radius: inherit;
    background:
        radial-gradient(circle at 14% 18%, rgba(98, 189, 165, 0.24), transparent 26%),
        radial-gradient(circle at 88% 16%, rgba(124, 140, 255, 0.16), transparent 24%),
        radial-gradient(circle at 70% 90%, rgba(98, 189, 165, 0.13), transparent 26%);
    animation: platbiGradientBreath 9s ease-in-out infinite alternate;
}

.platbi-contact-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
}

.platbi-contact-mini-card {
    position: relative;
    min-height: 142px;
    display: flex;
    flex-direction: column;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(255,255,255,.58);
    box-shadow: 0 16px 42px rgba(15,42,35,.08);
    color: var(--platbi-heading, #0e2622) !important;
    text-decoration: none !important;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.platbi-contact-mini-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 60px rgba(15,42,35,.13);
    border-color: rgba(98,189,165,.38);
}

.platbi-contact-mini-card span,
.platbi-contact-hero-icon,
.platbi-contact-channel > span,
.platbi-contact-success-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(98, 189, 165, .15);
    color: #2f7f6b;
    border: 1px solid rgba(98,189,165,.20);
    font-size: 24px;
    margin-bottom: 14px;
}

.platbi-contact-mini-card strong {
    display: block;
    font-family:  'Nunito', sans-serif;
    color: var(--platbi-heading, #0e2622);
    margin-bottom: 6px;
    font-size: 1rem;
}

.platbi-contact-mini-card small {
    display: block;
    color: var(--platbi-text-soft, #58736d);
    line-height: 1.55;
}

.platbi-contact-hero-card {
    padding: 28px;
    border-radius: 28px;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(255,255,255,.62);
    box-shadow: 0 24px 70px rgba(15,42,35,.13);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.platbi-contact-hero-card h4 {
    margin: 14px 0 10px;
    font-family:  'Nunito', sans-serif;
    color: var(--platbi-heading, #0e2622);
}

.platbi-contact-hero-card p {
    color: var(--platbi-text-soft, #58736d);
    line-height: 1.72;
}

.platbi-contact-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
}

.platbi-contact-pills span {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(98, 189, 165, .13);
    color: #2f7f6b;
    font-weight: 800;
    font-size: 13px;
}

.platbi-contact-form-panel {
    padding: 32px;
    border-radius: 30px;
}

.platbi-contact-form-head {
    margin-bottom: 26px;
}

.platbi-contact-form-head h2 {
    margin: 16px 0 10px;
    font-family:  'Nunito', sans-serif;
    color: var(--platbi-heading, #0e2622);
    font-size: clamp(1.8rem, 3vw, 2.55rem) !important;
    letter-spacing: -0.03em;
}

.platbi-contact-form-head p {
    color: var(--platbi-text-soft, #58736d);
    line-height: 1.75;
    margin-bottom: 0;
}

.platbi-input-icon-wrap {
    position: relative;
}

.platbi-input-icon-wrap > i {
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #2f7f6b;
    font-size: 18px;
    z-index: 2;
}

.platbi-input-icon-wrap .platbi-form-control {
    padding-left: 48px !important;
}

.platbi-contact-select {
    appearance: auto;
}

.platbi-contact-textarea {
    min-height: 160px;
    resize: vertical;
}

.platbi-contact-textarea-footer {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 8px;
}

.platbi-contact-textarea-footer small {
    margin-left: auto;
    color: var(--platbi-text-soft, #58736d);
    font-weight: 700;
}

.platbi-contact-captcha {
    padding: 18px;
    border-radius: 20px;
    background: rgba(98,189,165,.08);
    border: 1px solid rgba(98,189,165,.16);
}

.platbi-contact-captcha small {
    display: block;
    margin-top: 10px;
    color: var(--platbi-text-soft, #58736d);
    line-height: 1.55;
}

.platbi-contact-error {
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 91, 91, .10);
    border: 1px solid rgba(255, 91, 91, .20);
    color: #be3f3f;
    font-weight: 700;
    margin-bottom: 18px;
}

.platbi-form-control.is-invalid {
    border-color: rgba(255, 91, 91, .55) !important;
    box-shadow: 0 0 0 .2rem rgba(255, 91, 91, .10) !important;
}

.platbi-contact-sidebar {
    display: grid;
    gap: 20px;
    position: sticky;
    top: 112px;
}

.platbi-contact-info-card,
.platbi-contact-sales-card {
    padding: 26px;
    border-radius: 28px;
}

.platbi-contact-info-card h3 {
    margin: 16px 0 20px;
    font-size: 1.45rem !important;
    line-height: 1.25;
}

.platbi-contact-channel-list {
    display: grid;
    gap: 12px;
}

.platbi-contact-channel {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border-radius: 20px;
    background: rgba(255,255,255,.68);
    border: 1px solid rgba(18,48,42,.07);
    text-decoration: none !important;
    color: var(--platbi-heading, #0e2622) !important;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.platbi-contact-channel:hover {
    transform: translateY(-3px);
    border-color: rgba(98,189,165,.35);
    box-shadow: 0 16px 36px rgba(15,42,35,.09);
}

.platbi-contact-channel > span {
    width: 44px;
    height: 44px;
    min-width: 44px;
    margin-bottom: 0;
}

.platbi-contact-channel strong {
    display: block;
    font-weight: 900;
}

.platbi-contact-channel small {
    display: block;
    color: var(--platbi-text-soft, #58736d);
    margin-top: 4px;
}

.platbi-contact-sales-card h4 {
    font-family:  'Nunito', sans-serif;
    margin-bottom: 16px;
}

.platbi-contact-sales-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.platbi-contact-sales-card li {
    display: flex;
    gap: 10px;
    color: var(--platbi-text-soft, #58736d);
    line-height: 1.65;
}

.platbi-contact-sales-card li i {
    color: #62bda5;
    margin-top: 4px;
}

.platbi-contact-success {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 22px;
    border-radius: 24px;
    background: rgba(98,189,165,.10);
    border: 1px solid rgba(98,189,165,.18);
}

.platbi-contact-success-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    font-size: 30px;
    margin-bottom: 0;
}

.platbi-contact-success h4 {
    font-family:  'Nunito', sans-serif;
    color: var(--platbi-heading, #0e2622);
}

.platbi-contact-success p {
    color: var(--platbi-text-soft, #58736d);
    margin-bottom: 0;
}

.platbi-contact-cta {
    padding: 30px 34px;
    border-radius: 30px;
}

.platbi-contact-cta h3 {
    font-family:  'Nunito', sans-serif;
    font-size: clamp(1.65rem, 3vw, 2.25rem) !important;
    margin: 14px 0 10px;
}

.platbi-contact-cta p {
    color: var(--platbi-text-soft, #58736d);
    line-height: 1.75;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .platbi-contact-quick-grid {
        grid-template-columns: 1fr;
    }

    .platbi-contact-sidebar {
        position: relative;
        top: auto;
    }
}

@media (max-width: 767px) {
    .platbi-contact-hero {
        padding-top: 52px !important;
    }

    .platbi-contact-hero-panel,
    .platbi-contact-form-panel,
    .platbi-contact-info-card,
    .platbi-contact-sales-card,
    .platbi-contact-cta {
        padding: 24px;
    }

    .platbi-contact-success {
        flex-direction: column;
    }

    .platbi-contact-textarea-footer {
        flex-direction: column;
    }

    .platbi-contact-textarea-footer small {
        margin-left: 0;
    }
}



/* =========================================================
   CONTACTO - ajuste tamaño título hero
   ========================================================= */

.platbi-contact-page .platbi-contact-hero .platbi-hero-title {
    font-size: clamp(2.35rem, 4.1vw, 4rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
    max-width: 760px !important;
}

@media (max-width: 767px) {
    .platbi-contact-page .platbi-contact-hero .platbi-hero-title {
        font-size: clamp(2.05rem, 10vw, 2.85rem) !important;
        line-height: 1.1 !important;
    }
}



/* =========================================================
   COTIZADOR - total mensual en una sola línea
   ========================================================= */

.platbi-cotizador-page .platbi-total-box {
    padding: 20px 18px !important;
    overflow: hidden !important;
}

.platbi-cotizador-page .platbi-total-box strong {
    display: flex !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    gap: 9px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 8px 0 7px !important;
    color: #ffffff !important;
    font-family:  'Nunito', sans-serif !important;
    font-size: clamp(2.05rem, 2.75vw, 2.55rem) !important;
    line-height: .96 !important;
    letter-spacing: -0.055em !important;
    white-space: nowrap !important;
}

.platbi-cotizador-page .platbi-total-box strong > span {
    display: inline-block !important;
    min-width: 0 !important;
    white-space: nowrap !important;
}

.platbi-cotizador-page .platbi-total-box strong::first-letter {
    letter-spacing: -0.02em !important;
}

/* Cuando el total crece, priorizamos que no salte de línea */
@media (max-width: 1199px) {
    .platbi-cotizador-page .platbi-total-box strong {
        font-size: clamp(2rem, 5.2vw, 2.45rem) !important;
    }
}

@media (max-width: 767px) {
    .platbi-cotizador-page .platbi-total-box {
        padding: 18px !important;
    }

    .platbi-cotizador-page .platbi-total-box strong {
        font-size: clamp(2rem, 10vw, 2.5rem) !important;
        gap: 8px !important;
    }
}

/* En pantallas muy angostas, compacta apenas más para valores tipo $ 999.999 */
@media (max-width: 390px) {
    .platbi-cotizador-page .platbi-total-box strong {
        font-size: clamp(1.85rem, 9.2vw, 2.25rem) !important;
        letter-spacing: -0.065em !important;
        gap: 7px !important;
    }
}



/* =========================================================
   COTIZADOR - servidor privado requiere implementación platbi
   ========================================================= */

.platbi-cotizador-option.is-disabled {
    opacity: .52 !important;
    cursor: not-allowed !important;
    filter: grayscale(.15) !important;
}

.platbi-cotizador-option.is-disabled:hover {
    transform: none !important;
    box-shadow: 0 14px 34px rgba(15,42,35,.07) !important;
    border-color: rgba(18,48,42,.08) !important;
}

.platbi-cotizador-option.is-disabled strong,
.platbi-cotizador-option.is-disabled small {
    color: rgba(14, 38, 34, .58) !important;
}

.platbi-cotizador-option.is-required {
    border-color: rgba(98, 189, 165, .48) !important;
    box-shadow: 0 18px 42px rgba(98, 189, 165, .13) !important;
}

.platbi-cotizador-option.is-required::after {
    content: "Requerido para servidor privado";
    position: absolute;
    top: 14px;
    right: 18px;
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(98, 189, 165, .14);
    color: #2f7f6b;
    font-size: 11px;
    font-weight: 900;
}

@media (max-width: 767px) {
    .platbi-cotizador-option.is-required::after {
        position: static;
        margin-top: 10px;
        width: max-content;
    }
}



/* =========================================================
   ONG - platbi® SaaS look & feel
   ========================================================= */

.platbi-ong-page {
    background:
        radial-gradient(circle at 8% 10%, rgba(124, 140, 255, 0.12), transparent 28%),
        radial-gradient(circle at 90% 14%, rgba(98, 189, 165, 0.18), transparent 30%),
        radial-gradient(circle at 72% 76%, rgba(98, 189, 165, 0.15), transparent 26%),
        linear-gradient(180deg, #f9fffd 0%, #eef8f5 100%) !important;
}

.platbi-ong-hero {
    padding-top: 72px !important;
    padding-bottom: 34px !important;
}

.platbi-ong-hero-panel {
    position: relative;
    overflow: hidden;
    padding: 42px;
}

.platbi-ong-hero-panel::before {
    content: "";
    position: absolute;
    inset: -2px;
    z-index: -1;
    border-radius: inherit;
    background:
        radial-gradient(circle at 14% 18%, rgba(98, 189, 165, 0.24), transparent 26%),
        radial-gradient(circle at 88% 16%, rgba(124, 140, 255, 0.16), transparent 24%),
        radial-gradient(circle at 70% 90%, rgba(98, 189, 165, 0.13), transparent 26%);
    animation: platbiGradientBreath 9s ease-in-out infinite alternate;
}

.platbi-ong-page .platbi-ong-hero .platbi-hero-title {
    font-size: clamp(2.45rem, 4.2vw, 4.05rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.045em !important;
    max-width: 780px !important;
}

.platbi-ong-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
}

.platbi-ong-point {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(255,255,255,.58);
    box-shadow: 0 16px 42px rgba(15,42,35,.08);
}

.platbi-ong-point span,
.platbi-ong-hero-icon,
.platbi-ong-success-icon,
.platbi-ong-impact-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(98, 189, 165, .15);
    color: #2f7f6b;
    border: 1px solid rgba(98,189,165,.20);
    font-size: 24px;
    margin-bottom: 14px;
}

.platbi-ong-point strong {
    display: block;
    font-family:  'Nunito', sans-serif;
    color: var(--platbi-heading, #0e2622);
    margin-bottom: 6px;
    font-size: 1rem;
}

.platbi-ong-point small {
    display: block;
    color: var(--platbi-text-soft, #58736d);
    line-height: 1.55;
}

.platbi-ong-hero-card {
    padding: 28px;
    border-radius: 28px;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(255,255,255,.62);
    box-shadow: 0 24px 70px rgba(15,42,35,.13);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.platbi-ong-hero-card h4 {
    margin: 14px 0 10px;
    font-family:  'Nunito', sans-serif;
    color: var(--platbi-heading, #0e2622);
}

.platbi-ong-hero-card p {
    color: var(--platbi-text-soft, #58736d);
    line-height: 1.72;
}

.platbi-ong-form-panel {
    padding: 32px;
    border-radius: 30px;
}

.platbi-ong-form-head {
    margin-bottom: 26px;
}

.platbi-ong-form-head h2 {
    margin: 16px 0 10px;
    font-family:  'Nunito', sans-serif;
    color: var(--platbi-heading, #0e2622);
    font-size: clamp(1.8rem, 3vw, 2.55rem) !important;
    letter-spacing: -0.03em;
}

.platbi-ong-form-head p {
    color: var(--platbi-text-soft, #58736d);
    line-height: 1.75;
    margin-bottom: 0;
}

.platbi-ong-select {
    appearance: auto;
}

.platbi-ong-textarea {
    min-height: 160px;
    resize: vertical;
}

.platbi-ong-textarea-footer {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 8px;
}

.platbi-ong-textarea-footer small {
    margin-left: auto;
    color: var(--platbi-text-soft, #58736d);
    font-weight: 700;
}

.platbi-ong-captcha {
    padding: 18px;
    border-radius: 20px;
    background: rgba(98,189,165,.08);
    border: 1px solid rgba(98,189,165,.16);
}

.platbi-ong-captcha small {
    display: block;
    margin-top: 10px;
    color: var(--platbi-text-soft, #58736d);
    line-height: 1.55;
}

.platbi-ong-error {
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 91, 91, .10);
    border: 1px solid rgba(255, 91, 91, .20);
    color: #be3f3f;
    font-weight: 700;
    margin-bottom: 18px;
}

.platbi-ong-sidebar {
    display: grid;
    gap: 20px;
    position: sticky;
    top: 112px;
}

.platbi-ong-info-card,
.platbi-ong-impact-card {
    padding: 26px;
    border-radius: 28px;
}

.platbi-ong-info-card h3,
.platbi-ong-impact-card h4 {
    margin: 16px 0 20px;
    font-family:  'Nunito', sans-serif;
    color: var(--platbi-heading, #0e2622);
    font-size: 1.45rem !important;
    line-height: 1.25;
}

.platbi-ong-check-list {
    display: grid;
    gap: 14px;
}

.platbi-ong-check-list > div {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255,255,255,.62);
    border: 1px solid rgba(18,48,42,.06);
}

.platbi-ong-check-list span {
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #62bda5;
    margin-top: 2px;
}

.platbi-ong-check-list p,
.platbi-ong-impact-card p {
    margin: 0;
    color: var(--platbi-text-soft, #58736d);
    line-height: 1.65;
}

.platbi-ong-impact-icon {
    width: 58px;
    height: 58px;
    font-size: 30px;
    margin-bottom: 10px;
}

.platbi-ong-success {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 22px;
    border-radius: 24px;
    background: rgba(98,189,165,.10);
    border: 1px solid rgba(98,189,165,.18);
}

.platbi-ong-success-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    font-size: 30px;
    margin-bottom: 0;
}

.platbi-ong-success h4 {
    font-family:  'Nunito', sans-serif;
    color: var(--platbi-heading, #0e2622);
}

.platbi-ong-success p {
    color: var(--platbi-text-soft, #58736d);
    margin-bottom: 0;
}

.platbi-ong-cta {
    padding: 30px 34px;
    border-radius: 30px;
}

.platbi-ong-cta h3 {
    font-family:  'Nunito', sans-serif;
    font-size: clamp(1.65rem, 3vw, 2.25rem) !important;
    margin: 14px 0 10px;
}

.platbi-ong-cta p {
    color: var(--platbi-text-soft, #58736d);
    line-height: 1.75;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .platbi-ong-points {
        grid-template-columns: 1fr;
    }

    .platbi-ong-sidebar {
        position: relative;
        top: auto;
    }
}

@media (max-width: 767px) {
    .platbi-ong-hero {
        padding-top: 52px !important;
    }

    .platbi-ong-hero-panel,
    .platbi-ong-form-panel,
    .platbi-ong-info-card,
    .platbi-ong-impact-card,
    .platbi-ong-cta {
        padding: 24px;
    }

    .platbi-ong-success {
        flex-direction: column;
    }

    .platbi-ong-textarea-footer {
        flex-direction: column;
    }

    .platbi-ong-textarea-footer small {
        margin-left: 0;
    }
}



/* =========================================================
   SUMATE AL EQUIPO - platbi® SaaS look & feel
   ========================================================= */

.platbi-equipo-page {
    background:
        radial-gradient(circle at 8% 10%, rgba(124, 140, 255, 0.12), transparent 28%),
        radial-gradient(circle at 90% 14%, rgba(98, 189, 165, 0.18), transparent 30%),
        radial-gradient(circle at 72% 76%, rgba(98, 189, 165, 0.15), transparent 26%),
        linear-gradient(180deg, #f9fffd 0%, #eef8f5 100%) !important;
}

.platbi-equipo-hero {
    padding-top: 72px !important;
    padding-bottom: 34px !important;
}

.platbi-equipo-hero-panel {
    position: relative;
    overflow: hidden;
    padding: 42px;
}

.platbi-equipo-hero-panel::before {
    content: "";
    position: absolute;
    inset: -2px;
    z-index: -1;
    border-radius: inherit;
    background:
        radial-gradient(circle at 14% 18%, rgba(98, 189, 165, 0.24), transparent 26%),
        radial-gradient(circle at 88% 16%, rgba(124, 140, 255, 0.16), transparent 24%),
        radial-gradient(circle at 70% 90%, rgba(98, 189, 165, 0.13), transparent 26%);
    animation: platbiGradientBreath 9s ease-in-out infinite alternate;
}

.platbi-equipo-page .platbi-equipo-hero .platbi-hero-title {
    font-size: clamp(2.45rem, 4.2vw, 4.05rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.045em !important;
    max-width: 780px !important;
}

.platbi-equipo-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
}

.platbi-equipo-value {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(255,255,255,.58);
    box-shadow: 0 16px 42px rgba(15,42,35,.08);
}

.platbi-equipo-value span,
.platbi-equipo-hero-icon,
.platbi-equipo-success-icon,
.platbi-equipo-adn-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(98, 189, 165, .15);
    color: #2f7f6b;
    border: 1px solid rgba(98,189,165,.20);
    font-size: 24px;
    margin-bottom: 14px;
}

.platbi-equipo-value strong {
    display: block;
    font-family:  'Nunito', sans-serif;
    color: var(--platbi-heading, #0e2622);
    margin-bottom: 6px;
    font-size: 1rem;
}

.platbi-equipo-value small {
    display: block;
    color: var(--platbi-text-soft, #58736d);
    line-height: 1.55;
}

.platbi-equipo-hero-card {
    padding: 28px;
    border-radius: 28px;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(255,255,255,.62);
    box-shadow: 0 24px 70px rgba(15,42,35,.13);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.platbi-equipo-hero-card h4 {
    margin: 14px 0 10px;
    font-family:  'Nunito', sans-serif;
    color: var(--platbi-heading, #0e2622);
}

.platbi-equipo-hero-card p {
    color: var(--platbi-text-soft, #58736d);
    line-height: 1.72;
}

.platbi-equipo-form-panel {
    padding: 32px;
    border-radius: 30px;
}

.platbi-equipo-form-head {
    margin-bottom: 26px;
}

.platbi-equipo-form-head h2 {
    margin: 16px 0 10px;
    font-family:  'Nunito', sans-serif;
    color: var(--platbi-heading, #0e2622);
    font-size: clamp(1.8rem, 3vw, 2.55rem) !important;
    letter-spacing: -0.03em;
}

.platbi-equipo-form-head p {
    color: var(--platbi-text-soft, #58736d);
    line-height: 1.75;
    margin-bottom: 0;
}

.platbi-equipo-select {
    appearance: auto;
}

.platbi-equipo-textarea {
    min-height: 160px;
    resize: vertical;
}

.platbi-equipo-textarea-footer {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 8px;
}

.platbi-equipo-textarea-footer small {
    margin-left: auto;
    color: var(--platbi-text-soft, #58736d);
    font-weight: 700;
}

.platbi-equipo-upload {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 94px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255,255,255,.72);
    border: 1px dashed rgba(98,189,165,.48);
    cursor: pointer;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.platbi-equipo-upload:hover {
    transform: translateY(-3px);
    border-color: #62bda5;
    box-shadow: 0 18px 42px rgba(15,42,35,.09);
}

.platbi-equipo-upload > span {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(98,189,165,.15);
    color: #2f7f6b;
    font-size: 28px;
}

.platbi-equipo-upload strong {
    display: block;
    font-family:  'Nunito', sans-serif;
    color: var(--platbi-heading, #0e2622);
}

.platbi-equipo-upload small {
    display: block;
    color: var(--platbi-text-soft, #58736d);
    line-height: 1.55;
    margin-top: 4px;
}

.platbi-equipo-upload input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.platbi-equipo-captcha {
    padding: 18px;
    border-radius: 20px;
    background: rgba(98,189,165,.08);
    border: 1px solid rgba(98,189,165,.16);
}

.platbi-equipo-captcha small {
    display: block;
    margin-top: 10px;
    color: var(--platbi-text-soft, #58736d);
    line-height: 1.55;
}

.platbi-equipo-error {
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 91, 91, .10);
    border: 1px solid rgba(255, 91, 91, .20);
    color: #be3f3f;
    font-weight: 700;
    margin-bottom: 18px;
}

.platbi-equipo-sidebar {
    display: grid;
    gap: 20px;
    position: sticky;
    top: 112px;
}

.platbi-equipo-info-card,
.platbi-equipo-adn-card {
    padding: 26px;
    border-radius: 28px;
}

.platbi-equipo-info-card h3,
.platbi-equipo-adn-card h4 {
    margin: 16px 0 20px;
    font-family:  'Nunito', sans-serif;
    color: var(--platbi-heading, #0e2622);
    font-size: 1.45rem !important;
    line-height: 1.25;
}

.platbi-equipo-check-list {
    display: grid;
    gap: 14px;
}

.platbi-equipo-check-list > div {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255,255,255,.62);
    border: 1px solid rgba(18,48,42,.06);
}

.platbi-equipo-check-list span {
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #62bda5;
    margin-top: 2px;
}

.platbi-equipo-check-list p,
.platbi-equipo-adn-card p {
    margin: 0;
    color: var(--platbi-text-soft, #58736d);
    line-height: 1.65;
}

.platbi-equipo-adn-icon {
    width: 58px;
    height: 58px;
    font-size: 30px;
    margin-bottom: 10px;
}

.platbi-equipo-success {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 22px;
    border-radius: 24px;
    background: rgba(98,189,165,.10);
    border: 1px solid rgba(98,189,165,.18);
}

.platbi-equipo-success-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    font-size: 30px;
    margin-bottom: 0;
}

.platbi-equipo-success h4 {
    font-family:  'Nunito', sans-serif;
    color: var(--platbi-heading, #0e2622);
}

.platbi-equipo-success p {
    color: var(--platbi-text-soft, #58736d);
    margin-bottom: 0;
}

.platbi-equipo-cta {
    padding: 30px 34px;
    border-radius: 30px;
}

.platbi-equipo-cta h3 {
    font-family:  'Nunito', sans-serif;
    font-size: clamp(1.65rem, 3vw, 2.25rem) !important;
    margin: 14px 0 10px;
}

.platbi-equipo-cta p {
    color: var(--platbi-text-soft, #58736d);
    line-height: 1.75;
    margin-bottom: 0;
}

.platbi-site-footer .platbi-footer-links a[href="/sumate-al-equipo"] {
    color: #2f7f6b !important;
    font-weight: 800;
}

@media (max-width: 1199px) {
    .platbi-equipo-values-grid {
        grid-template-columns: 1fr;
    }

    .platbi-equipo-sidebar {
        position: relative;
        top: auto;
    }
}

@media (max-width: 767px) {
    .platbi-equipo-hero {
        padding-top: 52px !important;
    }

    .platbi-equipo-hero-panel,
    .platbi-equipo-form-panel,
    .platbi-equipo-info-card,
    .platbi-equipo-adn-card,
    .platbi-equipo-cta {
        padding: 24px;
    }

    .platbi-equipo-success {
        flex-direction: column;
    }

    .platbi-equipo-textarea-footer {
        flex-direction: column;
    }

    .platbi-equipo-textarea-footer small {
        margin-left: 0;
    }
}


/* =========================================================
   MODULOS V14 - more daring editorial explorer
   ========================================================= */
.platbi-modulos-page {
    background:
        radial-gradient(circle at 8% 12%, rgba(124,140,255,.12), transparent 26%),
        radial-gradient(circle at 92% 16%, rgba(98,189,165,.16), transparent 30%),
        radial-gradient(circle at 85% 76%, rgba(98,189,165,.10), transparent 24%),
        linear-gradient(180deg, #f7fdfb 0%, #edf8f5 100%);
}

.platbi-modulos-page .platbi-modules-explorer {
    display: grid;
    grid-template-columns: minmax(260px, 320px) 1fr;
    gap: 24px;
    padding: 22px;
    border-radius: 34px;
    background: rgba(255,255,255,.58);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,.7);
    box-shadow: 0 24px 80px rgba(15,42,35,.09);
}

.platbi-modulos-page .platbi-module-tabs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 860px;
    overflow: auto;
    padding-right: 6px;
}

.platbi-modulos-page .platbi-module-tab {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 16px 16px;
    text-align: left;
    border: 1px solid rgba(18,48,42,.08);
    border-radius: 22px;
    background: rgba(255,255,255,.58);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.55);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.platbi-modulos-page .platbi-module-tab:hover,
.platbi-modulos-page .platbi-module-tab.is-active {
    transform: translateY(-2px);
    border-color: rgba(98,189,165,.45);
    background: linear-gradient(135deg, rgba(98,189,165,.08), rgba(255,255,255,.86));
    box-shadow: 0 16px 32px rgba(15,42,35,.08);
}

.platbi-modulos-page .platbi-module-tab-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(98,189,165,.14), rgba(124,140,255,.12));
    color: #2f7f6b;
    font-size: 24px;
}

.platbi-modulos-page .platbi-module-tab strong {
    display: block;
    font-size: 1.02rem;
    line-height: 1.2;
    color: #0e2622;
    font-weight: 800;
}

.platbi-modulos-page .platbi-module-tab small {
    display: block;
    margin-top: 4px;
    color: #58736d;
    font-size: .92rem;
    line-height: 1.45;
}

.platbi-modulos-page .platbi-module-panel {
    border-radius: 28px;
    padding: 34px;
    min-height: 760px;
    background:
        radial-gradient(circle at 90% 10%, rgba(124,140,255,.10), transparent 20%),
        radial-gradient(circle at 20% 100%, rgba(98,189,165,.09), transparent 24%),
        rgba(255,255,255,.72);
    border: 1px solid rgba(255,255,255,.66);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}

.platbi-modulos-page .platbi-module-panel-copy h3 {
    font-size: clamp(2.8rem, 4.5vw, 4.3rem) !important;
    line-height: .98 !important;
    letter-spacing: -.05em !important;
    max-width: 720px;
    margin: 18px 0 20px;
}

.platbi-modulos-page .platbi-module-panel-copy p {
    font-size: 1.08rem;
    line-height: 1.72;
    max-width: 710px;
    color: #58736d;
}

.platbi-modulos-page .platbi-module-lanes-wrap {
    display: grid;
    gap: 14px;
    margin-top: 26px;
}

.platbi-modulos-page .platbi-module-lane {
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(255,255,255,.74);
    border: 1px solid rgba(18,48,42,.06);
    box-shadow: 0 16px 30px rgba(15,42,35,.06);
}

.platbi-modulos-page .platbi-module-lane-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(98,189,165,.10);
    color: #2f7f6b;
    font-size: .84rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 12px;
}

.platbi-modulos-page .platbi-module-lane-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px 16px;
}

.platbi-modulos-page .platbi-module-lane-list li {
    position: relative;
    padding-left: 18px;
    color: #16312c;
    line-height: 1.5;
    font-weight: 600;
}

.platbi-modulos-page .platbi-module-lane-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .6em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #62bda5, #7c8cff);
    box-shadow: 0 0 0 4px rgba(98,189,165,.10);
}

.platbi-modulos-page .platbi-module-panel-visual {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.platbi-modulos-page .platbi-module-art {
    position: relative;
    width: 100%;
    min-height: 620px;
    border-radius: 34px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255,255,255,.58), rgba(244,250,248,.92)),
        radial-gradient(circle at 25% 20%, rgba(98,189,165,.16), transparent 24%),
        radial-gradient(circle at 78% 16%, rgba(124,140,255,.18), transparent 20%);
    border: 1px solid rgba(255,255,255,.72);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.64), 0 22px 58px rgba(15,42,35,.08);
}

.platbi-modulos-page .platbi-module-art::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 28px;
    background-image: linear-gradient(rgba(18,48,42,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(18,48,42,.04) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.9), transparent 92%);
}

.platbi-modulos-page .platbi-module-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
}

.platbi-modulos-page .platbi-module-orb.orb-a {
    width: 170px;
    height: 170px;
    top: 24px;
    left: 26px;
    background: radial-gradient(circle at 35% 35%, rgba(98,189,165,.34), rgba(98,189,165,.08) 65%, transparent 70%);
}

.platbi-modulos-page .platbi-module-orb.orb-b {
    width: 210px;
    height: 210px;
    top: 82px;
    right: 28px;
    background: radial-gradient(circle at 50% 50%, rgba(124,140,255,.26), rgba(124,140,255,.08) 60%, transparent 70%);
}

.platbi-modulos-page .platbi-module-orb.orb-c {
    width: 220px;
    height: 220px;
    bottom: 20px;
    left: 70px;
    background: radial-gradient(circle at 50% 50%, rgba(98,189,165,.24), rgba(98,189,165,.07) 60%, transparent 70%);
}

.platbi-modulos-page .platbi-module-wire {
    position: absolute;
    background: linear-gradient(135deg, rgba(98,189,165,.22), rgba(124,140,255,.22));
    z-index: 1;
}

.platbi-modulos-page .platbi-module-wire.wire-v {
    width: 2px;
    height: 160px;
    left: 50%;
    top: 150px;
    transform: translateX(-50%);
}

.platbi-modulos-page .platbi-module-wire.wire-h {
    width: 180px;
    height: 2px;
    left: calc(50% - 90px);
    top: 310px;
}

.platbi-modulos-page .platbi-module-centerpiece {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(320px, calc(100% - 56px));
    padding: 28px 24px;
    border-radius: 28px;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(255,255,255,.72);
    box-shadow: 0 26px 60px rgba(15,42,35,.11);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    text-align: center;
}

.platbi-modulos-page .platbi-module-centerpiece-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 16px;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(98,189,165,.2), rgba(124,140,255,.16));
    color: #2f7f6b;
    font-size: 36px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}

.platbi-modulos-page .platbi-module-centerpiece-copy span {
    display: block;
    margin-bottom: 6px;
    color: #58736d;
    font-size: .72rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 800;
}

.platbi-modulos-page .platbi-module-centerpiece-copy strong {
    display: block;
    color: #0e2622;
    font-family:  'Nunito', sans-serif;
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 10px;
}

.platbi-modulos-page .platbi-module-centerpiece-copy p {
    margin: 0;
    color: #58736d;
    line-height: 1.6;
    font-size: .98rem;
}

.platbi-modulos-page .platbi-module-insight {
    position: absolute;
    z-index: 4;
    min-width: 150px;
    padding: 14px 16px;
    border-radius: 22px;
    background: rgba(255,255,255,.84);
    border: 1px solid rgba(255,255,255,.72);
    box-shadow: 0 20px 44px rgba(15,42,35,.10);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.platbi-modulos-page .platbi-module-insight small {
    display: block;
    color: #2f7f6b;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.platbi-modulos-page .platbi-module-insight strong {
    display: block;
    color: #0e2622;
    font-size: 1.25rem;
    line-height: 1.1;
    margin-bottom: 4px;
}

.platbi-modulos-page .platbi-module-insight span {
    display: block;
    color: #58736d;
    font-size: .9rem;
    line-height: 1.4;
}

.platbi-modulos-page .insight-top-left { top: 42px; left: 34px; }
.platbi-modulos-page .insight-right { top: 164px; right: 26px; }
.platbi-modulos-page .insight-bottom-left { left: 34px; bottom: 132px; }

.platbi-modulos-page .platbi-module-signal-bar {
    position: absolute;
    z-index: 4;
    left: 26px;
    right: 26px;
    bottom: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.platbi-modulos-page .platbi-module-signal-chip {
    padding: 14px 14px 12px;
    border-radius: 18px;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(255,255,255,.7);
    box-shadow: 0 14px 30px rgba(15,42,35,.07);
}

.platbi-modulos-page .platbi-module-signal-chip small {
    display: block;
    color: #58736d;
    font-size: .78rem;
    margin-bottom: 4px;
    font-weight: 700;
}

.platbi-modulos-page .platbi-module-signal-chip strong {
    display: block;
    color: #0e2622;
    font-size: 1rem;
    line-height: 1.25;
}

/* subtle module palette accents */
.platbi-modulos-page .mod-ventas .platbi-module-centerpiece-icon,
.platbi-modulos-page .mod-crm .platbi-module-centerpiece-icon,
.platbi-modulos-page .mod-automatizaciones .platbi-module-centerpiece-icon,
.platbi-modulos-page .mod-ecommerce .platbi-module-centerpiece-icon {
    background: linear-gradient(135deg, rgba(98,189,165,.24), rgba(124,140,255,.14));
}
.platbi-modulos-page .mod-contabilidad .platbi-module-centerpiece-icon,
.platbi-modulos-page .mod-tesoreria .platbi-module-centerpiece-icon,
.platbi-modulos-page .mod-compras .platbi-module-centerpiece-icon {
    background: linear-gradient(135deg, rgba(124,140,255,.20), rgba(98,189,165,.14));
}

@media (max-width: 1199px) {
    .platbi-modulos-page .platbi-module-panel {
        min-height: auto;
    }
    .platbi-modulos-page .platbi-module-panel-copy h3 {
        font-size: clamp(2.2rem, 4vw, 3.5rem) !important;
    }
    .platbi-modulos-page .platbi-module-lane-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .platbi-modulos-page .platbi-modules-explorer {
        grid-template-columns: 1fr;
    }
    .platbi-modulos-page .platbi-module-tabs {
        max-height: none;
        overflow: visible;
    }
    .platbi-modulos-page .platbi-module-panel {
        padding: 24px;
    }
    .platbi-modulos-page .platbi-module-art {
        min-height: 580px;
    }
}

@media (max-width: 767px) {
    .platbi-modulos-page .platbi-modules-explorer {
        padding: 14px;
        border-radius: 24px;
    }
    .platbi-modulos-page .platbi-module-tab {
        padding: 14px;
        border-radius: 18px;
    }
    .platbi-modulos-page .platbi-module-tab-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
        border-radius: 16px;
    }
    .platbi-modulos-page .platbi-module-panel {
        padding: 18px;
        border-radius: 22px;
    }
    .platbi-modulos-page .platbi-module-panel-copy h3 {
        font-size: clamp(1.7rem, 9vw, 2.5rem) !important;
        line-height: 1.02 !important;
    }
    .platbi-modulos-page .platbi-module-panel-copy p {
        font-size: .98rem;
    }
    .platbi-modulos-page .platbi-module-art {
        min-height: 560px;
        border-radius: 24px;
    }
    .platbi-modulos-page .platbi-module-centerpiece {
        width: calc(100% - 24px);
        padding: 22px 16px;
    }
    .platbi-modulos-page .platbi-module-centerpiece-copy strong {
        font-size: 1.55rem;
    }
    .platbi-modulos-page .platbi-module-insight {
        min-width: 126px;
        padding: 12px 12px;
    }
    .platbi-modulos-page .insight-top-left { top: 18px; left: 14px; }
    .platbi-modulos-page .insight-right { top: 108px; right: 14px; }
    .platbi-modulos-page .insight-bottom-left { left: 14px; bottom: 110px; }
    .platbi-modulos-page .platbi-module-signal-bar {
        left: 14px;
        right: 14px;
        bottom: 14px;
        grid-template-columns: 1fr;
    }
    .platbi-modulos-page .platbi-module-wire.wire-v {
        height: 120px;
        top: 126px;
    }
    .platbi-modulos-page .platbi-module-wire.wire-h {
        width: 120px;
        left: calc(50% - 60px);
        top: 248px;
    }
}

