:root {
    --white: #ffffff;
    --white-purple: #d6bdd7;
    --light-purple: #db86ef;
    --medium-purple: #7b407c;
    --dark-purple: #542855;
    --white-grey: #e2e2e2;
    --light-grey: #8b8b8b;
    --medium-grey: #232323;
    --dark-grey: #141414;
}

body{
    color: var(--white);
    background-color: var(--dark-grey);
}
section{
    background-color: var(--dark-grey);
}
a:hover {
    color: var(--light-purple);
}
.navbar{
    background-color: var(--medium-grey) !important;
}
.navbar-brand{
    max-width: 200px;
    margin-left: 50px;
}
.navbar-light.nav-bg .navbar-nav .nav-link {
    color: var(--white);
}
.navbar-light.nav-bg .navbar-nav .nav-link:hover {
    color: var(--white);
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: var(--light-purple) !important;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--light-purple);
}
nav.nav-bg {
    background-color: var(--medium-grey) !important;
    -webkit-box-shadow: 0px 2px 16px 16px rgba(0, 0, 0, 0.5);
       box-shadow: 0px 2px 16px 16px rgba(0, 0, 0, 0.5);
}
.tp-caption .slider-isotipo{
    max-width: 200px !important;
    max-height: 150px !important;
}
.herotext h6{
    color: var(--light-purple);
}
.home-services{
    background-color: var(--dark-grey);
}
.home-services .block{
    background-color: var(--medium-grey);
    border-color: var(--dark-grey);
    transition: all 0.5s ease-in-out;
}
.home-services .block h2 {
    margin-bottom: 20px;
}
.home-services .block:hover{
    cursor: pointer;
    background-color: var(--dark-purple);
}
.home-services .block .icon{
    transition: all 0.5s ease-in-out;
}
.home-services .block .icon{
    color: var(--dark-purple);
}
.kit-digital-section .herotext{
    padding-top: 120px;
}
.kit-digital-section img{
    margin-top: 120px;
}
.kit-dig-title-01{
    font-size: 35px !important;
}
.accordion-button{
    background-color: var(--dark-purple);
    color: var(--white-purple);
}
.accordion-button:hover,
.accordion-button:not(.collapsed) {
    background-color: var(--medium-purple);
}
.accordion-button:focus {
    border-color: var(--light-purple);
    -webkit-box-shadow: 0 0 0 .25rem rgba(161, 13, 253, 0.25);
        box-shadow: 0 0 0 .25rem rgba(161, 13, 253, 0.25);
}
.technologies{
    /* last-version -> delete padding & bg-technologies.png */
    background-color:var(--dark-purple);
    background-image: url(../imgs/technologies/bg-technologies-xs.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 180px;
    padding: 40px 0;
}
.technologies .herotext{
    /* last-version -> switch margin */
    /* margin-bottom: 80px; */
    margin-bottom: 50px;
}
.btn-primary {
    background-color: var(--dark-purple);
    border-color: var(--dark-purple);
}
.btn-primary:hover {
    background-color: var(--medium-purple);
    border-color: var(--medium-purple);
}
.contact-us{
    background-image: url("../imgs/node-ball.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.contact-us address .detail .heading{
    color: var(--light-purple);
}
.contact-us .icon {
    font-size: 60px !important;
    opacity: 0.25;
}
.form-control{
    background-color: var(--medium-grey) !important;
    border: 1px solid var(--light-grey) !important;
    color: var(--white-grey) !important;
}
.form-control:focus {
    color: var(--white-grey);
    background-color: var(--light-grey);
    border-color: var(--medium-grey);
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}


/* TECNOLOGÍAS CAROUSEL -------------------------------------------- */
@keyframes slides {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
}
.logos {
    overflow: hidden;
    padding: 0px;
    white-space: nowrap;
    position: relative;
}
.logos:before, .logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 2;
}

@media(min-width:992px){
    .logos:before {
        left: 0;
        background: linear-gradient(to left, rgba(255,255,255,0), var(--dark-purple));
    }
    .logos:after {
        right: 0;
        background: linear-gradient(to right, rgba(255,255,255,0), var(--dark-purple));
    }
}
.logo_items {
    display: inline-block;
    animation: 30s slides infinite linear;
}
.logo_items img{
    max-height: 70px;
    margin-right: 60px;
}


/* KIT DIGITAL PAGE -------------------------------------------- */

.home-kit-digital{
    padding-top: 140px;
}
.home-kit-digital h2{
    font-size: 18px;
    margin-bottom: 0px;
}
.home-kit-digital h5{
    font-size: 16px;
    margin-bottom: 0px;
}
.logos-kit-dig{
    max-width: 99%;
}
.section-logos-kit-dig{
    position: relative;
    z-index: 100;
    background-color: var(--white);
    text-align: center;
    padding: 80px 0;
    -webkit-box-shadow:0px 0px 38px -2px rgba(255, 255, 255, 0.6);
        box-shadow:0px 0px 38px -2px rgba(255, 255, 255, 0.6);
}
@media(min-width:1200px){
    .logos-kit-dig{
        max-width: 80%;
    }
}


/* BENEFICIOS ------------------- */
.beneficios{
    padding-bottom: 200px !important;
}
.beneficios ul{
    list-style: none;
    padding-left: 0;
    margin: 0px 20px 70px;
}
.beneficios ul li{
    text-align: left;
    margin-bottom: 15px;
    position: relative; 
    padding-left: 25px;
}
.beneficios ul li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: var(--medium-purple);
    font-size: 1em;    
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(0%);
}
.beneficios .card-title{
    font-size: 26px;
}
.beneficios .card-subtitle-1{
    font-size: 18px !important;
    color: var(--light-purple);
}
.beneficios .card-subtitle-2{
    font-size: 16px !important;
    margin-bottom: 20px !important;
}
.beneficios .block p {
    padding: 0 !important;
}
.beneficios hr {
    margin: 0;
    opacity: 1;
    color: var(--medium-purple);
    border: 1px solid var(--medium-purple);
    width: 100%;
    opacity: 0.3;
    margin-bottom: 30px;
}
.beneficios .text-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    text-align: center;
    width: 100%;
}
.beneficios .card-title, .card-subtitle-1, .card-subtitle-2 {
    padding: 0px 10px;
    margin: 0;
}
.beneficios .block:hover .btn-primary{
    background-color: var(--light-purple);
    border: 2px solid var(--light-purple);
    color: var(--dark-grey);
}
.beneficios .btn-primary{
    border: 2px solid var(--dark-purple);
    transition: all 0.5s ease-in-out;
    position: relative;
    bottom: 20px;
}
.beneficios .btn-primary:hover{
    background-color: var(--light-purple) !important;
    border: 2px solid var(--dark-grey) !important;
    color: var(--dark-grey) !important;
}
@media(min-width:1200px){
    .beneficios .row {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        position: relative;
    }
    .beneficios .block {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1 0 30%;
        max-width: 30%;
        box-sizing: border-box;
        padding: 20px 10px;
        position: relative;
        margin: 10px;
    }
    .beneficios .text-box {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70px;
        text-align: center;
        width: 100%;
    }
    .beneficios .card-title, .card-subtitle-1, .card-subtitle-2 {
        margin: 0;
    }
    .beneficios ul {
        width: 90%;
        padding: 0;
        list-style: none;
        margin-bottom: 90px !important;
        flex-grow: 1;
    }
    .beneficios .btn-contacto-box {
        width: 90%;
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: 20px;
        margin: 0;
    }
    .beneficios .btn {
        text-align: center;
    }
}


/* ANIMATIONS ------------------------------ */
@keyframes show {
    from{
        opacity: 0;
        scale: 25%;
    }
    to{
        opacity: 1;
        scale: 100%;
    }
}
.custom-animation{
    view-timeline-name: --image;
    view-timeline-axis: block;

    animation-timeline: --image;
    animation-name: show;

    animation-range: entry 25% cover 50%;
    animation-fill-mode: both;
}

@keyframes show-dos {
    from{
        opacity: 0;
        scale: 75%;
    }
    to{
        opacity: 1;
        scale: 100%;
    }
}
.custom-animation-dos{
    view-timeline-name: --image;
    view-timeline-axis: block;

    animation-timeline: --image;
    animation-name: show-dos;

    animation-range: entry 25% cover 50%;
    animation-fill-mode: both;
}


/* PRELOAD ANIMATION --------------------- */
.main-preloader{
    background-color: var(--dark-grey);
}
.main-preloader .percentage,
.main-preloader .preloader-percentage-text{
    color: var(--white);
}


