.logo-header{
    width: 250px;
    transform: scale(1.5);
}
.icon-home{
    width: 45px;
}
.box-play-design{
    width: 50px;
    background-color: #fff;
    text-align: center;
    min-height: 30vh;
    position: fixed;
    right: 0;
    padding: 7px;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.box-icon-show {
    font-size: 30px;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    background: #f4f4f4;
    border-radius: 50%;
    transition: 0.3s;
    /*position: fixed;*/
    top: 20px;
    right: 20px;
}

.box-icon-show:hover {
    background: #ddd;
}

.notification {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    display: none;
    opacity: 0.9;
}

.blurred {
    filter: blur(20px);
    transition: filter 0.5s ease;
}
.pagination-effects{
    position: fixed;
    right: 1%;
    top: 3%;
    z-index: 99999999999;
}


.image-3d {
    transform:
            rotateX(51deg)
            rotateZ(43deg);
    transform-style: preserve-3d;
    border-radius: 32px;
    box-shadow:
            1px 1px 0 1px #f9f9fb,
            -1px 0 28px 0 rgba(34, 33, 81, 0.01),
            28px 28px 28px 0 rgba(34, 33, 81, 0.25);
    transition:
            .4s ease-in-out transform,
            .4s ease-in-out box-shadow;

    &:hover {
        transform:
                translate3d(0px, -16px, 0px)
                rotateX(51deg)
                rotateZ(43deg);
        box-shadow:
                1px 1px 0 1px #f9f9fb,
                -1px 0 28px 0 rgba(34, 33, 81, 0.01),
                54px 54px 28px -10px rgba(34, 33, 81, 0.15);
    }
}


.clients-logo{
    width: 200px;
    height: 160px;
    object-fit: contain;
}
.map-location{
    margin-top: 2rem;
}
.map-location iframe{

    border: 0;
    width: 100%;
    height: 550px;
    box-shadow: 17px 27px 15px #d3cece;
}
.service-bg-domotic{
    text-align: center;
    background-color: #f28b2c1a;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}

.service-bg-domotic img{
    width: 260px;
    height: 200px;
    object-fit: contain;
    transform: scale(1);
    top: -15px;
    position: relative;
}
.flags-lang{
    width: 40px;
    height: 30px;
    border-radius: 20%;

}

/*.thumbnail {*/
/*    max-width: 300px;*/
/*    cursor: pointer;*/
/*    transition: 0.3s;*/
/*}*/

/*.thumbnail:hover {*/
/*    opacity: 0.8;*/
/*}*/

/* Lightbox overlay */
.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 20px #fff;
}

.lightbox:target {
    display: flex;
}

.close {
    position: absolute;
    top: 30px;
    right: 50px;
    font-size: 40px;
    color: white;
    text-decoration: none;
}

.close:hover {
    color: red;
}

.gallery-item {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    pointer-events: none;
    height: 0;
    overflow: hidden;
}

.gallery-item.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    height: auto;
}
.box-assistence {
    position: fixed;
    top: -200%;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #f58a29db;
    z-index: 9999999;
    display: flex;
    align-content: space-around;
    align-items: center;
    transition: top 0.5s ease-in-out;
}

/* When active, slide down */
.box-assistence.active {
    top: 0;
}
.box-form-assistence{
    width: 30%;
    margin: 0 auto;
    background-color: #fff;
    padding: 25px;
    border-radius: 15px;
}
#closeassist{
    float: right;
    background-color: transparent;
    border: none;
    font-size: 25px;
    color: #ff0000;
}

@media only screen and (max-width: 767px) {
 .logo-header{
     width: 80%;
     transform: scale(1);
 }
    .pagination-effects {
        position: fixed;
        left: 5%;
        bottom: 3%;
        z-index: 99999999999;
    }
    .main-menu__right {
        margin-right: 2rem;
    }
    .box-form-assistence {
        width: 90%;

    }
}

.servico-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px 0;
}

.servico-opcao {
    flex: 1 1 30%;
    min-width: 120px;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease;
}

.servico-opcao img {
    width: 140px;
    height: 110px;
    margin-bottom: 10px;
}

.servico-opcao.selected {
    border-color: #ff7b00;
    background-color: #f38b2b54;
}

.header-effect {
    background: #010404; !important;
    transition: all 0.5s ease;
}
/*.sizedark{*/
/*    width: 53% !important;*/
/*    right: 0 !important;*/


/*}*/
/*#image-w{*/
/*    transition: all 1s ease;*/

/*}*/