a {
    text-decoration: none;
    color: rgb(92, 92, 108);
}

a:hover {
    text-decoration: none;
    color: #48AACE;
}

#recoverform-corporate-entity {
    display: none;
}

/* STORE */

.img-logos-megabox {
    height: 50px;
    width: 200px;
}

/* CHECKBOX & RADIO PUBLIC*/

[type="checkbox"]:checked.chk-col-bim+label:before {
    border-right: 2px solid #48AACE;
    border-bottom: 2px solid #48AACE;
}

[type="checkbox"]+label:before,
[type="checkbox"]:not(.filled-in)+label:after,
[type="radio"]:not(:checked)+label:before,
[type="radio"]:not(:checked)+label:after {
    border: 2px solid #48AACE;
}

[type="radio"].chk-col-bim:checked+label:after {
    background-color: #48AACE;
}



/*----------------------------------- HOME --------------------------------*/

.container-home {
    position: relative;
}

.main-container-home{min-height: 95vh;}


.main-container-home .owl-nav{
        position: absolute;
        top: 22%;
        display: flex;
        justify-content: space-between;
        width: 100%;
        z-index: -1;
        z-index: 99999;
}

.arrow-info-home{
    display: inline-flex;
    color: white;
    font-size: 29px;
    padding-left: 10px;
}

.container-bimservercenter-top-2 > div ,
.container-bimservercenter-top-3 > div ,
.container-bimservercenter-top-4> div 
 {left: 5%;}


.logo-education-lg { width: 70%; }
.logo-store-lg{ width: 50%; }
.logo-ar-lg{ width: 80%}
.logo-bimservice-lg{width: 80%; height: 100%; display: initial !important;}

.container-bimservercenter{
    height: 95vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

/* .container-bimservercenter-inner {
    height: 100%;
    display: flex;
    align-items: center;
} */

.container-bimservercenter-inner > div > div {
    display: flex;
}

.info-container-bimservercenter-top-3 > div:first-child ,
.info-container-bimservercenter-top-4 > div:first-child ,
.info-container-bimservercenter-top-2 > div{
    font-size: 26px; 
    max-width: 900px; 
    text-align: left;
}

.info-container-bimservercenter-top-1 > div:first-child {
    font-size: 26px; 
}

.container-btn-bimservercenter-info-top{
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
}

.container-btn-bimservercenter-info-top > div > svg {
    width: 21px;
    height: 23px;
    display: inline-block !important;
    margin-right: 5px;
    justify-content: center;
    align-items: center;
    fill: white;
}

.container-video{
    position: absolute;
    bottom: 130px;
    left: 50% !important;
    transform: translate(-50%);
    /* width: 100%; */
}

@media (max-width: 768px) {
    .container-video{
        bottom: 80px !important;
    }
}

.info-container-bimservercenter-top-4 > a:last-child,
.info-container-bimservercenter-top-3 > a:last-child{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 19px !important;
}

.info-container-bimservercenter-top-1 > div:last-child > div{
    font-size: 25px;
    font-weight: 700;
    display: inline-flex;
    padding-left: 42px !important;
}


.info-container-bimservercenter-top-1 > div:last-child > a > div{
    font-size: 20px;
    font-weight: 700;
    display: inline-flex;
    padding-left: 34px !important;
}


.info-container-bimservercenter-top-4 > a:last-child > div,
.info-container-bimservercenter-top-3 > a:last-child > div{
    font-size: 25px;
    font-weight: 700;
    display: inline-flex;
}

.container-bimservercenter-top-1 {
    background-image: url(/images/img_background_bimservercenter1.jpg);
}

.container-bimservercenter-top-2 {
    background-image: url(/images/img_background_bimservercenter2.jpg);
}

.container-bimservercenter-top-3 {
    background-image: url(/images/img_background_bimservercenter3.jpg);
}

.container-bimservercenter-top-4 {
    background-image: url(/images/img_background_bimservercenter4.jpg);
}

.cont-info-home {
    opacity: 0;
    font-size: 15px;
    position: absolute;
    background-color: rgba(57, 69, 77, 0.901961);
    z-index: 9999;
    color: white;
    padding: 10px 20px;
    top: 30%;
    width: 95%;
    border-radius: 10px;
}

.cont-info-home > p {
    font-size: 20px;
}

.btn-info-home{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}

.tittle-cont-info-home{
    color: #20373c;
    font-size: 1.5em;
    font-weight: 600;
    padding: 10px;
    padding: 20px;
    padding-bottom: 30px;
    text-align: center;
}

.circle-plus-1{
    position: absolute;
    border-radius: 100%;
    z-index: 1;
    width: 100px;
    height: 100px;
    z-index: 1;
}

@media all and (max-width: 600px) {
 
    .container-bimservercenter{
        background-position: initial;
    }

    .cont-img-info-home{
        padding: 10px !important;
    }

    /* .container-bimservercenter-inner {
        background: rgba(255, 255, 255, 0.72);
    } */
    
}

.services-bar {
    width: 100% !important;
    position: absolute;
    padding: 6px;
    border-radius: 179px;
    /* background: #f8f8f8; */
    margin-left: auto;
    /* text-align: center; */
    margin-right: auto;
    width: 1032px;
    /* box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px; */
    z-index: 2;
    bottom: 20px;
    justify-content: center;
    display: flex !important;
}

.services-container {
    margin: 5px;
    display: inline-block;
    width: 150px;
    position: relative;
    background-color: #55636d;
    cursor: pointer;
    opacity: 0.8;
}

/* .services-c-1,
.services-c-1 .services-hover {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
} */

/* .services-c-2,
.services-c-2 .services-hover {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
} */

.services-container:hover .services-hover {
    opacity: 0;
}

.services-inner {
    color: white;
    position: relative;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1vw;
}

.services-hover {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 100%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 100%);
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    background-color: #1a262f;
}

.services-hover img,
.services-hover svg {
    height: 28px;
    width: 28px;
}

.services-bar-bottom {
    background-image: linear-gradient(to right, #3B96BF, #73AEC9);
    height: 65px;
    width: 100%;
    position: absolute;
    bottom: 0px;
}



@media screen and (max-width: 1400px) {
    /* .services-bar {
        width: 763px;
    } */
    .services-container {
        width: 121px;
    }
    .services-hover>img,
    .services-hover>svg {
        height: 25px !important;
        width: 25px !important;
    }
}

@media screen and (max-width: 1100px) {
    .services-container {
        width: 93px;
    }
    /* .services-bar {
        width: 595px;
    } */
}

@media screen and (max-width: 850px) {
    .services-bar {
        width: 511px;
    }
    /* .services-container {
        width: 79px;
    } */
}

@media screen and (min-width: 1400px) {
    /* .services-bar {
        width: 1039px;
    } */
}

@media screen and (max-width: 767px) {
    /* .container-bimservercenter-top-1 {
        background-size: 75% !important;
    } */
    .container-bimservercenter-top-1,
    .container-bimservercenter-top-2,
    .container-bimservercenter-top-3,
    .container-bimservercenter-top-4 {
       height: 80vh;
       min-height: 400px;
    }

    #owl-home > div:first-child {
        min-height: 427px;
    }
    
    #owl-home .owl-dots {
        bottom: 50px;
    }
    .services-bar {
        display: none !important;
    }
}

.bg-info {
    background-image: linear-gradient(to right, #3B96BF, #73AEC9);
}

.bg-info-image {
    background-image: url(/images/img_buildings.png);
    background-size: 670px;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.regis-button {
    margin-left: 20px;
}

@media all and (max-width: 1390px) {
    
    .logo-bimservice-lg {
        width: 60% ;
        height: 100% !important;
    }


}


@media all and (max-width: 600px) {

    .container-bimservercenter-top-1,
    .container-bimservercenter-top-2,
    .container-bimservercenter-top-3,
    .container-bimservercenter-top-4 {
        height: 80vh;
    }
    
    .main-container-home{min-height: 80vh;}

    .info-container-bimservercenter-top-1 > div:last-child > a > div {
        font-size: 13px !important;
    }

    .container-bimservercenter-inner > div > div {
        display: block;
    }

    .logo-bimservice-lg {
        width: 88% !important;
        height: 100% !important;
    }

    .main-container-home .owl-nav{
        top: 4% !important; 
    }
    

} 

/* --------------------------------------------
	COUNT SHORTCODE
-------------------------------------------- */

.count-number {
    font-size: 50px;
    color: #4a4a4a;
}

.count-divider {
    background: #e4e4e4;
    height: 3px;
}

.counter-svg {
    fill: white;
    height: 100px;
    width: 100px;
}


@media all and (max-width: 600px) {

    .regis-button {
        margin-left: 0px !important;
    }

}

@media all and (max-width: 400px) {
    .count-number {
        font-size: 41px !important;
    }

    .count-home {
        min-width: 100px !important;
    }

    .counter-svg {
        height: 80px;
        width: 80px;
    }

    .cont-txt {
        font-size: 14px !important;
    }

}
