.style1 p {
    color: #009CDE;
}
.widthFull{
    width: 100% !important;
}
.wrapper.style3 {
    background-color: #ffffff;
}

.features h3,
.wrapper.style3>.inner>h2 {
    color: black;
}

.wrapper.style3 .inner {
    color: black;
}

.wrapper.style3 .icon.major:before {
    color: cornflowerblue;
}

.w3 {
    border-color: rgb(0 0 0 / 25%) !important;
    color: black !important;
}

.w3:hover {
    border-color: rgba(8, 8, 8, 0.55) !important;
}

.w3:hover::after {
    background-color: black !important;
}

.actions li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

.iconLogo {
    background-image: url("../../images/LogoHoken.png");
    background-size: contain;
    background-repeat: no-repeat;
    border: 0;
    transition: .6s ease all;
    height: 100%;
    width: 7rem;
}

.iconLogo.changeimg {
    background-image: url("../../images/LogoHokenAccess.png");
    transform: scale(.9);
}

.banner-one {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.container-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10rem;
}

.btncards {
    display: block !important;
}

.features section {
    transition: .3s ease all;
    width: 50%;
    height: 18rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.features section:hover {
    background: #a9e6ff;
}

.textmessage {
    resize: none;
}

.btnsenform {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#captcha {
    margin: 2rem;
}


/*sweetAlert2*/
button.swal2-confirm.swal2-styled {
    height: auto;
    line-height: normal;
}

@media screen and (max-width:1280px) {
    #btnLM_icon {
        display: none;
    }

    .container-img {
        display: none;
    }

    .features section {
        width: auto;
        height: auto;
    }
}


/*-----------------Page building----------------*/

.father {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2E3C47;
}

.container-building {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column
}

.container-building a {
    /* width: 16rem; */
    margin-top: 15px;
}

.container-building h2 {
    margin-bottom: 10px;
}

.container-building p {
    margin-bottom: 2px;
}

.icon-logo-building {
    background-image: url("../../images/LogoHokenBusy.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 10rem;
    height: 16rem;
    transition: .6s ease all;
}

.icon-logo-building.changeimg-b {
    transform: scale(0.9);
}

.progress-bar {
    background-color: #2E3C47;
    height: 25px;
    /* padding: 5px; */
    width: 350px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
    box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
}

.progress-bar span {
    width: 60%;
    display: inline-block;
    height: 100%;
    border-radius: 16px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    transition: width .4s ease-in-out;
    background-color: #b00;
}

.stripes span {
    background-size: 30px 30px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
            transparent 75%, transparent);

    animation: animate-stripes 3s linear infinite;
}

@keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 60px 0;
    }
}


.shine span {
    position: relative;
}

.shine span::after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 15px;
    animation: shine-animate 2s ease-out infinite;
}

@keyframes shine-animate {
    0% {
        opacity: 0;
        width: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        width: 95%;
    }
}


.glow span {
    box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
    animation: animate-glow 1s ease-out infinite;
}

@keyframes animate-glow {
    0% {
        box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
    }

    50% {
        box-shadow: 0 5px 5px rgba(255, 255, 255, .3) inset, 0 -5px 5px rgba(255, 255, 255, .3) inset;
    }

    100% {
        box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
    }
}

@media screen and (max-width: 320px) {
    .progress-bar {
        width: 290px;
    }

    .container-building a {
        width: 15rem;
    }
}

/* ------------END PAGE BUILDING---------- */

/* ---------------BTN translation-------------- */

#sidebar>.inner {
    min-height: 85% !important;
}

.container-trad {
    display: flex;
    justify-content: center;
}

#en {
    margin-left: 10px;
}


.translate {
    font-size: 10px;
    height: 3rem;
    /* width: 15rem; */
    width: 9rem;
}

@media screen and (max-width: 1280px) {
    .translate {
        margin: 5px 0 5px 0;
    }
}