/**
Theme Name: 2ksystems
Author: 2ksystems
Author URI: https://2ksystems.com/
Description: Web corporativa para 2ksystems
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 2ksystems
Template: astra
*/

/*General*/
:root {
    --primary: #1D8FCF;
    --black: #1A191A;
    --white: #FFFFFF;
}

body::-webkit-scrollbar {
    width: 9px;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--primary);
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 12px var(--black);
}

a:focus,
input:focus,
textarea:focus,
select:focus,
.eael-tabs-nav li:focus,
.elementor-tab-title:focus {
    outline: none !important;
}

.sr-only {
    display: none !important;
}

.typed-cursor {
    color: var(--primary) !important;
}

/*Plugins*/
.wpforms-container .wpforms-field-label-inline {
    color: var(--blue);
}

.wpforms-container ul {
    list-style-type: none;
}

.eael-elements-flip-box-front-container {
    background-blend-mode: normal !important
}

.bdt-prime-slider li::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.36);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.bdt-prime-slider-skin-general .bdt-prime-slider-wrapper {
    z-index: 9;
}

.eael-animate-flip {
    overflow: hidden;
}

.eael-animate-flip .eael-elements-flip-box-icon-image {
    margin-bottom: 1em;
}

.eael-animate-flip .eael-elements-flip-box-heading {
    margin-bottom: 0.5em;
}

.eael-animate-flip .eael-elements-flip-box-rear-container::before,
.eael-animate-flip .eael-elements-flip-box-front-container::before {
    content: '';
    width: 10px;
    height: 90px;
    background-color: var(--primary);
    position: absolute;
    left: -5px;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.eael-animate-flip .eael-elements-flip-box-rear-container::after,
.eael-animate-flip .eael-elements-flip-box-front-container::after {
    content: '';
    width: 10px;
    height: 90px;
    background-color: var(--primary);
    position: absolute;
    right: -5px;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.eael-animate-flip .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image>img.eael-flipbox-image-as-icon {
    width: 150px !important;
    height: 150px !important;
    object-fit: contain;
    -o-object-fit: contain;
    object-position: center;
    -o-object-position: center;
}

.uael-fancy-text-wrap {
    line-height: 1em !important;
}

.uael-fancy-stack {
    line-height: 0px !important;
}

aside#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar),
aside#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) {
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    color: var(--white) !important;
}

.bdt-prime-slider-skin-crelly .bdt-slider-excerpt-content .bdt-slider-excerpt {
    columns: 1;
    text-align: center;
}

.bdt-prime-slider-skin-crelly .bdt-crelly-btn {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
}

.bdt-position-cover::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.48);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.contact-form .wpforms-field-gdpr-checkbox label,
.contact-form .wpforms-field-gdpr-checkbox a,
.wsp-pages-list li a {
    color: var(--black) !important;
}

.contact-form .wpforms-field-gdpr-checkbox a,
.kit-form .wpforms-field-gdpr-checkbox a {
    text-decoration: underline !important;
}

.kit-form .wpforms-field-gdpr-checkbox a:hover {
    color: var(--white);
}

.kit-form .wpforms-field-checkbox ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.tss-wrapper .tss-layout1 .tss-meta-info.tss-left {
    flex: 1;
}

.tss-wrapper .tss-layout1 .item-content-wrapper.tss-right {
    border: 1px solid black;
    border-radius: 20px;
    background-color: var(--white);
}

.tss-wrapper .tss-layout1 .item-content-wrapper:after {
    display: none !important;
}

.rt-responsive-img {
    max-height: 100px;
}

.tss-meta-info.tss-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.rtmega-menu-area ul.rtmega-megamenu {
    gap: 50px;
}

#equipo .member-info{
    min-height:150px;
}

/*Responsive*/

@media only screen and (max-width: 1363px) {
    .rtmega-menu-area ul.rtmega-megamenu {
        gap: 30px;
    }
}
@media only screen and (max-width: 1298px) {
    .rtmega-menu-area ul.rtmega-megamenu {
        gap: 20px;
    }
}

@media only screen and (max-width: 1258px) {
    .rtmega-menu-area ul.rtmega-megamenu {
        gap: 10px;
    }
}

@media only screen and (max-width: 1218px) {
    .rtmega-menu-area ul.rtmega-megamenu {
        gap: 5px;
    }

    .ast-builder-grid-row.ast-grid-center-col-layout {
        grid-template-columns: auto 1fr auto;
    }

}

@media (max-width: 1024px) and (min-width: 881px) {
    #services-contact-card {
        width: 24% !important;
    }

   
}

@media (max-width:880px) and (min-width: 768px) {
    #solutions-contact-card {
        width: 48% !important;
    }

    #services-contact-card {
        width: 32% !important;
    }

   
}

@media only screen and (max-width: 1024px) {
    

    .rtmega-menu-area .desktop-menu-area {
        display: block;
    }

    .rtmega-menu-area .mobile-menu-area {
        display: none;
    }

}

@media only screen and (max-width: 600px) {
    .eael-circle-item {
        padding: 0px !important;
    }

    #interactive-circle .eael-circle-content {
        padding: 10px !important;
        border-radius: 20px !important;
    }
}

@media only screen and (max-width: 576px) {

    .wpforms-container .wpforms-field.wpforms-one-half,
    .wpforms-container .wpforms-field.wpforms-one-third {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .eael-animate-flip .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image>img.eael-flipbox-image-as-icon {
        height: 120px !important;
    }

    .eael-flipbox-content-align-left .eael-elements-flip-box-padding {
        text-align: center !important;
    }
}