.acciones_details {
    text-align: center;
    padding: 0.4% 0 0.4%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    background: #002C8F;
}

.acciones_details img {
    padding: 0 0.5%;
}

.closeextranet {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}


/* ==================================================================================================================================== */

.details {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: block;
    background-color: white;
    animation: all 5s ease;
}

.acciones_details {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    background: #002C8F;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.acciones_details img {
    padding: 0 0.5%;
    object-fit: contain;
}

.contenido_details {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    height: calc(100% - 100px);
    overflow-y: hidden;
    /* background: cyan; */
    /* border: 2.5rem solid #74A7C9; */
}

header {
    padding: 0 15px;
}

.columns {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    /*margin: 5px 0;*/
}

.column {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 980px) {
    .columns .column {
        margin-bottom: 5px;
        flex-basis: 100%;
    }
    .columns .column:nth-last-child(2) {
        margin-right: 0;
    }
    .columns .column:last-child {
        flex-basis: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 680px) {
    .columns .column {
        flex-basis: 100%;
        margin: 0 0 5px 0;
    }
}


/* cont interior */

@media (min-width: 992px) {
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 576px) {
    .col-sm-12 {
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
    }
}

.text-center {
    text-align: center!important;
}

.mt-3,
.my-3 {
    margin-top: 1rem!important;
}

.mt-5,
.my-5 {
    margin-top: 3rem!important;
}

.feature-item .text h3 {
    width: 100%;
}

.feature-item .text h3 {
    position: relative;
}

.bottom15 {
    margin-bottom: 15px;
}

#particles-details-js canvas {
    position: fixed;
    z-index: -1;
    filter: opacity(0.5);
}

.wrapper {
    justify-content: center;
    align-items: center;
    padding-left: 37px;
    padding-right: 37px;
    padding-top: 0;
    padding-bottom: 0;
    width: 93%;
    right: 32px;
    top: 39px;
    border-radius: 2px;
}


/* ==================================================================================================================================== */

.app-slider-lock-btn {
    position: absolute;
    bottom: 335px;
    opacity: 1;
    width: 40px;
    height: 40px;
    border: 3px solid #ffffff;
    cursor: pointer !important;
    border-radius: 50%;
    background-color: transparent;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.cpointer {
    cursor: pointer;
}

#footer-hover:hover {
    background-color: #00375B !important;
}

.footerx {
    height: 50px;
    width: 100%;
    background: #002C8F;
    display: flex;
    box-sizing: border-box;
    padding: 0;
}

.footerx>div {
    flex: 1;
    display: flex;
}

@media only screen and (max-width: 1024px) {
    .contenido_details {
        border: 1.25rem solid #fff;
    }
}