/* Style General */

/*
Premier Plus
Alexis Farfan Perez
UI Designer & Front End
@alexiscrew
*/

/* PRELOADER */
body {
    overflow: hidden;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary);
    z-index: 99999;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin:auto;background:transparent;display:block;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cg transform='translate(20 50)'%3E%3Ccircle cx='0' cy='0' r='6' fill='%23D60E41' transform='scale(0.959501 0.959501)'%3E%3CanimateTransform attributeName='transform' type='scale' begin='-0.375s' calcMode='spline' keySplines='0.3 0 0.7 1;0.3 0 0.7 1' values='0;1;0' keyTimes='0;0.5;1' dur='1s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3Cg transform='translate(40 50)'%3E%3Ccircle cx='0' cy='0' r='6' fill='%23D60E41' transform='scale(0.69171 0.69171)'%3E%3CanimateTransform attributeName='transform' type='scale' begin='-0.25s' calcMode='spline' keySplines='0.3 0 0.7 1;0.3 0 0.7 1' values='0;1;0' keyTimes='0;0.5;1' dur='1s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3Cg transform='translate(60 50)'%3E%3Ccircle cx='0' cy='0' r='6' fill='%23D60E41' transform='scale(0.340561 0.340561)'%3E%3CanimateTransform attributeName='transform' type='scale' begin='-0.125s' calcMode='spline' keySplines='0.3 0 0.7 1;0.3 0 0.7 1' values='0;1;0' keyTimes='0;0.5;1' dur='1s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3Cg transform='translate(80 50)'%3E%3Ccircle cx='0' cy='0' r='6' fill='%23D60E41' transform='scale(0.0575011 0.0575011)'%3E%3CanimateTransform attributeName='transform' type='scale' begin='0s' calcMode='spline' keySplines='0.3 0 0.7 1;0.3 0 0.7 1' values='0;1;0' keyTimes='0;0.5;1' dur='1s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3Cscript xmlns=''/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 96px;
}

/* HEADER */
#navbar-fixed {
    transition: all 0.15s ease-out;
}
.gn-topbar .btn-register {
    padding: 2px 4px;
    font-size: 8px;
    border-radius: 48px;
    line-height: 100%;
}
.gn-logo-full {
    width: 120px;
}
.gn-social-box a {
    width: 12px;
    height: 12px;
    font-size: 8px;
    padding: 0;
    border-radius: 48px;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* MOBILE MENU */
.gn-mobile-trigger .user-icon i, .js-sidebar--open i {
    font-size: 24px;
    color: var(--primary);
}
.mobile-menu ul {
    padding: 0;
    list-style: none;
}
.mobile-menu .mobile-menu-link {
    display: block;
    font-size: 18px;
    padding: 12px 24px 12px 16px;
    color: #423F40;
}
.mobile-menu .mobile-menu-link:hover {
    background-color: rgba(0,0,0,0.05);
    color: var(--primary);
}

/* UL LIST */
.gn-ul-orange {
    list-style: none;
    padding-left: 20px;
}
.gn-ul-orange li {
    margin-bottom: 8px;
}
.gn-ul-orange li:before {
    content: "\2022";
    color: var(--secondary);
    font-weight: bold;
    display: inline-block;
    width: 10px;
    margin-left: -10px;
}
.gn-ul-orange li:last-child {
    margin-bottom: 0;
}

/* OL LIST */
.gn-ol, .gn-ol ol {
    counter-reset: item;
    padding-inline-start: 0;
}
.gn-ol ol {
    padding-inline-start: 40px;
}
.gn-ol li {
    display: block;
}
.gn-ol li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
}
.gn-ol-2 {
    font-weight: 400;
    text-transform: none;
}
.gn-ol-2 li:before {
    position: absolute;
    margin-left: -40px;
}

.gn-sub-title > .gn-ol-2 {
    margin-top: 1rem;
}

/* ACCORDINS */
.accordion {
    font-size: 14px;
}
.accordion .card .card-header {
    padding: 0;
    background-color: #FEFEFE;
}
.accordion .card .card-header a {
    padding: 0.75rem 1.25rem;
    color: var(--primary);
}
.accordion .card .card-header a i {
    padding-left: 16px;
}

/* CAROUSEL SERVICES */
.services-box > div {
    position: relative;
}

.services-box .tns-controls button i {
    color: var(--secondary);
}

.services-box .tns-controls button[data-controls="prev"], .services-box .tns-controls button[data-controls="next"] {
    position: absolute;
    top: 50%;
    border: 0;
    padding: 0;
    margin-top: -12px;
    background-color: transparent;
    z-index: 10;
}

.services-box .tns-controls button[data-controls="prev"] {
    left: -8px !important;
}

.services-box .tns-controls button[data-controls="next"] {
    right: -8px !important;
}

/* CAROUSEL SERVICES WHITE BOX - ORANGE ICON */
.services-box-white > div {
    position: relative;
}

.services-box-white .tns-controls button i {
    color: var(--secondary);
}

.services-box-white .tns-controls button[data-controls="prev"], .services-box-white .tns-controls button[data-controls="next"] {
    position: absolute;
    top: 50%;
    border: 0;
    padding: 0;
    margin-top: -12px;
    background-color: transparent;
    z-index: 10;
}

.services-box-white .tns-controls button[data-controls="prev"] {
    left: -10px;
}

.services-box-white .tns-controls button[data-controls="next"] {
    right: -10px;
}

/* DATE PICKER CUSTOM */
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #d6d6d6;
}

/* FOOTER */
footer {
    background-color: var(--primary);
}

.footer-logo {
    display: block;
    width: 320px;
}

.footer-infolist {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-social-icons .footer-social-icons-item {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background-color: #FFF;
}

/* ALIADOS */
.header-ally {
    display: none;
}
.body-ally {
    padding-top: 0 !important;
    padding-bottom: 24px;
}
.body-ally .body-box {            
    background-color: #FFFFFF;
}

/* RESPONSIVE */
@media only screen and (min-width: 992px) {
    /* HEADER */
    .gn-topbar .btn-register {
        padding: 8px 16px;
        font-size: 18px;
    }
    .gn-logo-full {
        width: 350px;
    }
    .gn-social-box a {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
}