/*SESION BIMSERVER*/

.page-wrapper {
    background-color: white !important;
}


/* NAVBAR */


/*- BUTTON PLAY VIDEO HOME -*/

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    width: 16px;
    height: 21px;
    border-radius: 50%;
    padding: 1px 1px 1px 8px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: #bdccd2;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: #37434c;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 15px solid #fff;
    border-top: 11px solid transparent;
    border-bottom: 10px solid transparent;
}

@media all and (max-width: 600px) {
    .video-play-button {
        width: 14px !important;
        height: 5px !important;
    }
    .video-play-button:before {
        top: 99% !important;
    }
    .video-play-button:after {
        top: 99%;
        width: 30px;
        height: 30px;
    }
    .video-play-button span {
        border-left: 9px solid #fff;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-overlay {
    /* position: fixed; */
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.90);
    display: none;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 2000;
    display: block;
}

.video-overlay-close {
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #48AACE;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    height: 90%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}


/*--*/

.public_header {
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.right_header {
    position: absolute;
    display: inline-flex;
    right: 0;
    padding-right: 10px;
    bottom: 0;
}

.public_header>a,
.public_header>div,
.right_header>a {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    font-size: 14px;
    position: relative;
    color: #696969;
    height: 55px;
    vertical-align: middle;
}

.public_header>a:hover,
.right_header>a:hover {
    color: #696969;
}

.public_header>div>a>img {
    width: 190px;
    /* margin: 0 15px; */
    vertical-align: auto;
    height: 30px;
}

.public_header>div:first-child>img {
    width: 190px;
    margin: 0 15px;
    margin-bottom: -5px !important;
    vertical-align: auto;
    height: 30px;
}

@media (max-width: 980px) {
    .public_header>a:first-child {
        width: 100%;
        justify-content: center;
    }
}

.txt-desktop-inside,
.txt-unity-inside {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 17px;
}

.logo-desktop-inside>img {
    height: 138px;
}

.logo-desktop-inside {
    justify-content: center;
    display: flex;
    padding-bottom: 21px;
}

.container-tech-dev {
    min-height: 380px;
    overflow: hidden;
}

.img-api-dev {
    max-width: 526px;
    position: absolute;
    width: 21%;
    z-index: 99999;
    opacity: 0;
    bottom: 0px;
}

.img-api-dev2 {
    max-width: 560px;
    position: absolute;
    left: 114px;
    width: 33%;
    z-index: 99999;
    opacity: 0;
    bottom: 84px;
}

@media (min-width: 768px) {
    .logo-desktop-inside {
        padding-bottom: 0px;
    }
    .logo-desktop-inside>img {
        height: 100%;
    }
    .txt-desktop-inside {
        text-align: center;
        padding-top: 10px;
        font-size: 17px;
        padding-bottom: 10px;
    }
    .container-tech-dev {
        min-height: 450px;
        overflow: hidden;
    }
    .img-api-dev2 {
        left: 48px;
        width: 41%;
    }
    .img-api-dev {
        width: 28%;
    }
}

@media (min-width: 1370px) {
    .img-toolkit-dev,
    .img-toolkit-dev2 {
        right: 9% !important;
    }
}

@media (min-width: 993px) {
    .img-api-dev2 {
        left: 9%;
        width: 34%;
        max-width: 640px;
    }
    .container-api-back,
    .container-tool-back {
        width: 5% !important;
    }
}

.img-toolkit-dev,
.img-toolkit-dev2 {
    max-width: 423px;
    position: absolute;
    right: 2%;
    z-index: 9;
    bottom: 0px;
    opacity: 0;
    width: 45%;
}

.container-api-back,
.container-tool-back {
    height: 100%;
    width: 10%;
    background-color: #229ecd;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
}

@media (max-width: 768px) {
    .public_header>a:first-child {
        width: 100%;
        position: initial;
        justify-content: center;
    }
    .public_header {
        display: flex;
        padding-bottom: 0px;
    }
    #burger-options {
        display: flex !important;
    }
    .right_header {
        position: absolute;
        display: flex;
        bottom: 0px;
    }
    .public_header {
        justify-content: flex-start;
    }
}

.public_header .dropdown-item {
    display: flex;
    align-items: center;
    height: 50px;
}

.access-header-home {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    color: #696969;
    height: 55px;
    vertical-align: middle;
}

.register-header-home {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    color: #696969;
    height: 55px;
    vertical-align: middle;
}

.logo-bimservercenter-top {
    display: none !important;
}

.logo-bimservercenter-main {
    width: 190px;
    vertical-align: auto;
    height: 30px;
}

.logo-store-main {
    width: 139px;
    vertical-align: auto;
    height: 34px;
}

.logo-bimservercenter-top {
    display: none;
    right: 17px;
    top: 52px;
    position: absolute;
    z-index: 99;
    width: 420px;
}

.border_bottom_header {
    position: absolute;
    border-bottom: solid 2px #3896be;
    width: 100%;
    bottom: 0;
    transition: all 0.5s;
    opacity: 0;
}

a:hover>.border_bottom_header,
span:hover>.border_bottom_header {
    opacity: 1;
}

.public_header>a>span {
    padding: 0 22px;
}

.option_menu_dropdown_header img {
    width: 38px;
    height: 55px;
    padding: 20px 10px;
}

.option_menu_dropdown_header {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    padding: 4px;
}

.option_menu_dropdown_header svg {
    fill: #696980;
    height: 21px;
    width: 21px;
}

.option_menu_dropdown_header:hover svg {
    fill: #494949;
}


/* RESPONSIVE */

@media all and (max-width: 992px) {
    .main-container-stadistics {
        width: 90% !important;
    }
}

@media all and (max-width: 600px) {
    #texto_descargas {
        font-size: 4.5vw !important;
    }
    .main-container-stadistics {
        width: 100% !important;
    }
}


/* MENU OPCIONES */

.info-cont-main {
    padding-top: 7rem;
    padding-bottom: 7rem;
    padding-left: 10em;
    padding-right: 10em;
}

.imagezoom {
    width: 100px !important;
}

.imagezoom:hover {
    padding: 2px 2px 2px 2px;
}


/* INFO */

.p_5 {
    padding: 2.5vw;
}

.p_9 {
    padding: 4.5vw;
}

.div80 {
    width: 80%;
}

.img_info {
    max-width: 350px;
    width: 100%;
}

.info-img-size {
    width: 150px;
    height: 150px;
}

.info-img-size-home {
    width: 450px;
    height: 280px;
}

.btn-info-home:hover .glyphicon {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.btn-info-home {
    position: relative;
}

.circle-plus-2 {
    position: absolute;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    z-index: 2;
}

.plus-circle {
    color: white;
    z-index: 3;
}

.circle-plus-2:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: #bdccd2;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.circle-plus-2:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: #37434c;
    border-radius: 50%;
    transition: all 200ms;
}

.circle-plus-2 {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.container-cont-icons {
    padding-left: 5%;
    padding-right: 5%;
}

.glyphicon {
    font-size: 12 px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 400ms ease-in-out;
}

@media (max-width: 400px) {
    .info-img-size {
        width: 90%;
    }
    .info-cont-main {
        padding-top: 4rem;
        padding-left: 7em;
        padding-right: 7em;
    }
}

@media (max-width: 600px) {
    .div80 {
        width: 100% !important;
    }
    .info-img-size-home {
        width: 100% !important;
    }
}

@media (max-width: 993px) {
    .p_txt {
        padding: 40px !important;
    }
}

.icontextplus {
    background-image: url("/images/boton_mas_small.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding: 0px 30px 10px 30px;
    list-style-type: none;
    text-align: left;
    margin-left: 20px;
    margin-top: 10px;
}

.icontextmore {
    background-image: url("/images/Boton_despliega.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding: 0px 30px 30px 30px;
    list-style-type: none;
    text-align: left;
    cursor: default;
}


/* ESTADISTICAS */

.main-container-stadistics {
    width: 85%;
}

.col_statistics {
    padding-bottom: 2em;
    position: relative;
}

.statistic_card {
    position: relative;
    border-radius: 15px;
    margin: auto;
    background-color: #33444c;
    margin-bottom: 15px;
    width: 80%;
    max-width: initial;
    height: 0;
    padding-bottom: 52%;
}

.text_card2 {
    color: white;
    font-size: 2.2vw;
    position: absolute;
    left: 50%;
    top: 72%;
    transform: translate(-50%, -50%);
}

.num_card2 {
    color: white !important;
    font-size: 6.8vw !important;
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
}

#texto_descargas {
    font-size: 1.7vw;
    width: 85%;
    text-align: center;
}

.card-stadistics {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 235px;
    font-size: 25px;
}

.num_stadistic {
    color: #b5b5b5;
    font-size: 2.5em;
}

.text_stadistic {
    color: #3B96BF;
}

.text_stadistic {
    font-size: 0.8em;
}

.text_stadistic>svg {
    height: 28px;
    padding-right: 10px;
    fill: #3B96BF;
}

.text_stadistic.education>svg {
    fill: #3eb4a6 !important;
}

@media (max-width: 1500px) {
    .card-stadistics {
        min-height: 200px;
    }
    .num_stadistic {
        font-size: 2.5em;
    }
    .card-stadistics {
        font-size: 18px;
    }
    .text_stadistic {
        font-size: 0.8em;
    }
}

@media (max-width: 993px) {
    .card-stadistics {
        min-height: 250px;
    }
    .card-stadistics {
        font-size: 18px;
    }
}

@media all and (max-width: 768px) {
    .text_card2 {
        font-size: 6vw !important;
    }
    .num_card2 {
        font-size: 14vw !important;
    }
}

@media (max-width: 663px) {
    .card-stadistics {
        font-size: 25px;
    }
}


/* PAGES INFO */

.container-top-info-sync {
    background-image: linear-gradient(to bottom right, #316d9b, #659dc8);
}

.container-top-info-sync>div>img {
    max-width: 500px;
    width: 300px;
}

.row-image-info-square {
    max-width: 800px;
    padding: 2.5vw 0;
}

.row-image-info-square-developers {
    max-width: 490px;
    padding: 2.5vw 0;
}

.link-info-down {
    background-color: #3b95be;
    border-right: solid 1px #3f6c8c;
    text-align: center;
}

.link-info-down:hover {
    opacity: 0.8;
}

.header-image-panel {
    width: 120px;
}

.row-info-single {
    padding-right: 20%;
    padding-left: 20%;
}

@media all and (max-width: 993px) {
    .row-info-single {
        padding-left: 0;
        padding-right: 0;
    }
}


/* PAGE SYNC */

.sync-container-top {
    background-image: linear-gradient(to bottom right, #316d9b, #659dc8);
}

.logo-info-sync {
    width: 700px;
    max-width: 100%;
    height: auto;
}

.btn-info-sync {
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.4em;
    border-radius: 8px;
    font-weight: 600;
    color: #669dc8;
    max-height: 150px;
    max-width: 300px;
}

.btn-step {
    background-color: #3B96BF;
    padding: 20px;
    font-size: 1.4em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 29px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

.btn-step:hover {
    color: white;
}

.logo-sync-color {
    fill: white;
}

.text-color-download-info {
    color: #669dc8;
}


/* PAGE APPS MOBILE */

.container-top-apps {
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom right, #659dc8, #15313b);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: cover;
    padding-left: 5%;
    height: 473px;
}

.container-top-apps>div:first-child {
    padding-right: 40px;
}

.container-top-apps>div:last-child,
.ar-container-apps>div:last-child,
.vr-container-apps>div:last-child {
    height: 315px;
}

.ar-img-container>img:first-child {
    position: absolute;
    bottom: -40%;
    width: 100%;
    max-width: 700px;
}

.ar-img-container>img:last-child {
    position: absolute;
    bottom: -39%;
    width: 100%;
    max-width: 700px;
}

.img-cont-apps-right {
    position: absolute;
    bottom: -45%;
    width: 100%;
    max-width: 700px;
}

.img-cont-VR {
    position: absolute;
    bottom: -30%;
    width: 100%;
    max-width: 700px;
}

.logo-mobile {
    width: 450px;
    max-width: 100%;
    padding-bottom: 15px;
}

.container-download-apps>a>i {
    opacity: 0;
    font-size: 28px;
    color: #1F1E1E;
    will-change: transform;
    -webkit-transform: scale(.1);
    transform: scale(.1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #5d5d6c;
}

.btn_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    /* border-radius: 9px; */
    /* padding: 0 18px; */
    /* will-change: transform; */
    /* -webkit-transition: all .2s ease-in-out; */
    /* transition: all .2s ease-in-out; */
}

.btn_wrap:hover {
    /* transition-delay: .4s; */
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.btn_wrap>span {
    position: absolute;
    z-index: 99;
    width: 70%;
    text-align: center;
    line-height: 45px;
    color: #ffffff;
    background-color: #1a4350;
    transition: all 1.2s ease;
    border-radius: 9px;
    top: 7px;
    left: 36px;
}

.container-download-apps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 240px;
    height: 64px;
}

.container-download-apps>a:hover {
    opacity: 0.8;
}

.container-download-apps>a i:nth-of-type(1) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.container-download-apps>a i:nth-of-type(2) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.btn_wrap:hover span {
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
    -webkit-transform: translateX(-280px);
    transform: translateX(-280px)
}

.btn_wrap:hover i {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.logo_AR,
.logo_VR {
    width: 600px;
    max-width: 100%;
    padding-bottom: 15px;
}

.logo-app-service {
    height: 60px;
    width: 55px;
}

.logo-app-ar {
    height: 60px;
    width: 53px;
}

.container-top-mobile-apps {
    align-items: center !important;
    display: flex !important;
    justify-content: center;
    height: 95vh;
    position: relative;
    padding: 5%;
    background-color: #1a262f;
    background-size: cover;
    background-image: url(/images/img_container_main_apps.png);
}

.container-top-mobile-apps-service {
    padding-right: 40px;
}

.container-top-mobile-apps-ar {
    text-align: right;
    padding-top: 0px;
    padding-left: 40px;
}

.fich-app-top {
    position: relative;
    max-width: 350px;
    width: 100%;
    margin: 10px 0;
    /* min-height: 321px;
    min-width: 350px; 
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;*/
}

.fich-app-top>a {
    padding-bottom: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.fich-app-top>div {
    border-radius: var(--border-radius-input);
}

.app-back-1 {
    background-color: rgba(94, 165, 197, 0.3);
}

.app-back-2 {
    background: url(/images/fondo_AR.jpg) no-repeat 0 100%;
    background-size: cover;
}

.app-back-3 {
    background: url(/images/fondo_RV.jpg) no-repeat 0 100%;
    background-size: cover;
}

.logo-app-top {
    height: 307px;
    width: 233px;
}

.btn-apps-info-top {
    background-color: #ffffff;
    padding: 20px;
    font-size: 1.4em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 29px;
    color: #1a262f;
    cursor: pointer;
    padding-bottom: 1;
    font-weight: 700;
    max-width: 171px;
}

.icon-apps-info-top>i {
    color: white;
    bottom: 10px;
    position: absolute;
    font-size: 21px;
    opacity: 0.8;
}

.icon-apps-info-top>i:first-child {
    right: 43px;
}

.icon-apps-info-top>i:last-child {
    right: 18px;
}

.icon-apps-info-top>svg {
    width: 16px;
    height: 16px;
    fill: white;
    bottom: 10px;
    position: absolute;
    right: 18px;
    opacity: 0.8;
}

.info-app-z2 {
    font-size: 1.8em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 29px;
    color: #ffffff;
    cursor: pointer;
    padding-bottom: 1;
    font-weight: 100;
}

.background-dark-blue {
    background-color: #0d1722;
}

.image_app_service_top {
    width: 100%;
}

.container-app-bimserver-top {
    padding-left: 70px;
    padding-top: 50px;
    bottom: 0px;
}

.tittle-container-app-top {
    min-height: 60px;
    max-width: 500px;
    font-size: 20px;
}

.img-devise-ar-top {
    width: 80%;
    padding: 24px;
}

.logo-ar-container {
    padding-right: 70px;
    padding-bottom: 86px;
}

.ar-container-apps {
    padding-left: 5%;
    height: 473px;
}

.vr-container-apps {
    height: 473px;
    padding-left: 5%;
}

.ar-first-container-img {
    width: 80% !important;
}

.vr-first-container-img {
    width: 55% !important;
}

.btn-app-download-single {
    z-index: 99;
    font-size: 13px;
    text-align: center;
    line-height: 45px;
    color: #ffffff;
    background-color: #1a4350;
    transition: all 1.2s ease;
    border-radius: 9px;
}

@media all and (max-width: 993px) {
    .logo-ar-container {
        padding: 0px !important;
        padding-bottom: 60px !important;
    }
    .logo-ar-container>h3 {
        text-align: left !important;
    }
    .logo-ar-container>div {
        justify-content: flex-start !important;
    }
    .container-top-mobile-apps-ar {
        padding-right: 40px;
        text-align: center !important;
    }
    .image_app_service_top {
        width: 80%;
    }
    .container-top-mobile-apps {
        height: 100%;
    }
}

@media all and (max-width: 600px) {
    .logo_AR,
    .logo-info-sync,
    .logo-mobile {
        width: 95%;
    }
    .logo-app-top {
        height: 50%;
        width: 50%;
    }
    .img-devise-ar-top {
        width: 100% !important;
    }
    .container-app-bimserver-top {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

@media all and (max-width: 400px) {}

.ar-container-apps {
    background-image: url(/images/img_arbackground.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.vr-container-apps {
    background-image: url(/images/img_rvbackground.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.image-phone-ar {
    max-width: 90%;
}

.image-building-ar {
    position: absolute;
    right: 70px;
    max-width: 90%;
}

.img_download_app {
    width: 150px;
    padding-left: 8px;
}

.apps_g {
    height: 70px;
}

.app_w {
    height: 50px;
}

@media all and (max-width: 600px) {
    .img_download_app {
        width: 115px;
    }
}


/* FORM CONTACT */

.contact-container-section {
    background-image: url(/images/map-contact-home.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    transition: all .7s ease-in-out;
}

@media all and (max-width: 993px) {
    .mobile-background-contact {
        background-color: rgba(0, 0, 0, 0.27);
    }
}

.special-contact-form {
    padding-top: 70px;
}

.form-contact-us {
    text-align: center;
    justify-content: center;
}

.form-contact-us>textarea {
    margin: 10px;
}

.form-contact-us>input {
    margin: 10px;
}

@media all and (max-width: 993px) {
    .form-contact-us {
        padding-right: 20%;
        padding-left: 20%;
    }
}

@media all and (max-width: 600px) {
    .form-contact-us {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}

.send-form-contact-us {
    padding: 5px 15px;
    font-size: 20px;
    justify-content: center;
    border-radius: 5px;
    color: white;
    border: none;
    cursor: pointer;
}

.arrow-contact-us {
    display: flex;
    justify-content: center;
}

.arrow-contact-us>a>i {
    color: white;
    font-size: 30px;
    padding: 20px;
    transition: all .7s ease-in-out;
}

.arrow-down-contact {
    cursor: pointer;
}

.arrow-down-contact:hover {
    opacity: 0.8;
}


/* END FORM CONTACT */


/* FOOTER */

.footer-top {
    display: flex;
    justify-content: center;
    background-color: #3c464d;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 32px;
}

@media all and (max-width: 1200px) {
    .top-footer-container {
        padding-bottom: 10px !important;
    }
}

@media all and (max-width: 993px) {
    .footer-top {
        display: flex;
        justify-content: center;
        height: 100%;
        background-color: #3c464d;
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media all and (max-width: 900px) {
    .about-text {
        padding-bottom: 30px !important;
    }
}

@media all and (max-width: 600px) {
    .footer-top {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 20px;
    }
}

.about-footer-container>div:first-child {
    color: white;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.about-footer-container>div:last-child {
    color: white;
    text-align: justify;
    display: block;
}

.about-footer-container>div:last-child>a>span {
    font-weight: 700;
}

.footer-link {
    color: white;
}

.footer-link>div {
    color: white;
}

.footer-link>div:hover {
    color: #48AACE;
}

.footer-link:hover {
    color: #48AACE;
}

.list-left-footer-container {
    display: inline-block;
    padding: 0px;
}

.tittle-list-left-footer {
    text-transform: uppercase;
    color: white;
    font-weight: 200;
    font-size: 13px;
    margin-bottom: 10px;
    display: grid;
}

.list-content {
    color: white;
    text-align: justify;
}

.footer-solutions>li {
    list-style-type: none;
    position: relative;
    padding-left: 15px;
}

.footer-solutions>li:before {
    content: "\25BA \0020";
    font-size: 10px;
    position: absolute;
    top: 3px;
    left: 0px;
}

.footer-solutions {
    padding: 0px;
    font-size: 13px;
}

.top-footer-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.tittle-text-info-home-block {
    color: white;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    margin-bottom: 15px;
}

.footer-contact {
    font-size: 13px;
    list-style: none;
    padding: 0px;
}

.footer-contact>li {
    padding-bottom: 5px;
    color: white;
}

.question-contact>i {
    font-size: 18px;
    padding-right: 10px;
    /*padding-bottom: 10px; */
    vertical-align: middle;
}

.question-contact>a>div {
    display: inline-block;
    vertical-align: middle;
    color: white;
    cursor: pointer;
}

.question-contact>a>div:hover {
    color: #48AACE;
}

.mail-contact>i {
    font-size: 15px;
    padding-right: 10px;
    vertical-align: middle;
}

.mail-contact>a>div {
    display: inline-block;
    vertical-align: middle;
}

.rss-footer>a>i {
    font-size: 18px;
    padding-right: 10px;
    vertical-align: middle;
}

.rss-footer>a>svg {
    height: 18px;
    fill: white;
    padding-right: 10px;
    vertical-align: middle;
}

.rss-footer>a:hover>svg {
    fill: #48AACE;
}

.eu-logo {
    height: 32px;
}

@media all and (max-width: 993px) {
    .footer-container-small {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

.tittle-list-xl-footer {
    color: white;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.eu-text {
    font-size: 11px;
}

@media all and (max-width: 600px) {
    .tittle-list-xl-footer {
        margin-bottom: 6px !important;
    }
    .eu-logo {
        height: 30px;
    }
    .eu-text {
        font-size: 10px;
    }
}

.list-right-footer {
    color: white;
}


/*---*/

.footer-bottom {
    display: flex;
    border-top: 1px solid #6b6b6b;
    justify-content: center;
    background-color: #384148;
}

.footer-bottom>div:first-child {
    padding-left: 60px;
}

.footer-bottom>div:last-child {
    padding-right: 30px;
}

@media all and (max-width: 600px) {
    .footer-bottom>div:first-child {
        justify-content: center;
        margin-top: 10px;
        padding: 0px;
    }
    .footer-bottom>div:last-child {
        font-size: 0.9em;
        justify-content: center;
        padding-bottom: 15px;
    }
}

@media all and (max-width: 570px) {
    .footer-bottom>div:last-child {
        height: 30px;
    }
}

.footer-bottom-left {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    color: white;
}

.logo-footer-bimserver>svg {
    height: 31px;
    fill: white;
    width: 60%;
}

.footer-bottom-right {
    display: inline-flex;
    justify-content: flex-end;
    height: 69px;
    align-items: center;
}

.footer-bottom-right>div {
    margin-left: 6px;
    color: white;
}

@media all and (max-width: 400px) {
    .footer-bottom-right>div {
        font-size: 60% !important;
    }
}

@media all and (max-width: 600px) {
    .footer-bottom-right>div {
        font-size: 80%;
    }
    .logo-footer-bimserver>svg {
        width: 300px;
    }
}

@media all and (max-width: 993px) {
    .footer-bottom-right>div {
        font-size: 70%;
    }
}


/* END FOOTER */


/* LOGIN PAGE */

.login-bimserver-home {
    color: #696969 !important;
    padding: 6px 12px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border: none;
    outline: none !important;
}

.login-bimserver-home:hover {
    color: #494949 !important;
}

.register-btn-nav {
    color: white;
    padding: 6px 9px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border: none;
    outline: none !important;
}

.container-cont {
    background-image: url(/images/background_cont_home.jpg);
    background-size: cover;
    min-height: 500px;
    padding: 100px;
}

@media (max-width: 663px) {
    .container-cont {
        padding: 20px;
    }
}

.color-w {
    color: white !important;
}


/* FIN LOGIN PAGE */


/*---------*/

.main-container-info-dev {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
}

.container-info-dev {
    /* width: 1000px; */
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.container-info-dev .card-info-dev {
    position: relative;
    /* border-radius: 10px;
    padding: 40px; */
}

.container-info-dev .card-info-dev .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.7s;
    z-index: 1;
}

.container-info-dev .card-info-dev .icon .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    transition: 0.7s;
    color: #fff;
}

.container-info-dev .card-info-dev .face {
    /* width: 300px;
	height: 200px; */
    transition: 0.5s;
}

.container-info-dev .card-info-dev .face.face1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    /* transform: translateY(30px); */
}

.container-info-dev .card-info-dev:hover .face.face1 {
    transform: translateY(0px);
}

.container-info-dev .card-info-dev .face.face1 .content {
    opacity: 1;
    transition: 0.5s;
}

.container-info-dev .card-info-dev:hover .face.face1 .content {
    opacity: 1;
}

.container-info-dev .card-info-dev .face.face1 .content i {
    max-width: 100px;
}

.container-info-dev .card-info-dev .face.face2 {
    position: absolute;
    /* min-height: 200px; */
    color: #fff;
    /* align-items: center; */
    text-align: center;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    /* top: -20px; */
    /* top: -100%; */
    /* transform: translateY(-100px); */
    /* transform: translate(-50%, -50%); */
    /* top: 50%; */
    /* left: 50%; */
}

.container-info-dev .card-info-dev:hover .face.face2 {
    transform: translateY(0);
}

.container-info-dev .card-info-dev .face.face2 .content p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: white;
}

.container-info-dev .card-info-dev .face.face2 .content h3 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
    color: #414141;
}

.container-info-dev a {
    text-decoration: none;
    color: #414141;
    transition: 0.5s;
}


/*--- DEVELOPERS ---*/


/* --------------------- HOME DEVELOPERS -------------------- */

.main-container-dev {
    min-height: 71vh;
}

.background-main-dev {
    min-height: 80vh;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    background-size: 60%;
    background-image: url(/images/logo_developers_home.svg);
}


/* .tecnologies-dev{
    padding-bottom: 40px;
} */

.tecnologies-dev>div>svg {
    fill: #cecece;
    height: 80px;
    width: 300px;
    padding-left: 40px;
}

.banner-register-dev {
    background-color: #229ecd !important;
}

.font-white {
    color: white !important;
}

.btn-step-dev {
    background-color: white;
    padding: 20px;
    font-size: 1.4em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 29px;
    border-radius: 5px;
    color: #229ecd;
    cursor: pointer;
    font-weight: 600;
}

.logo-dev-tecnologies-api:hover>svg {
    fill: #73b1ca;
    cursor: pointer;
}

.logo-dev-tecnologies-tool:hover>svg {
    fill: #73b1ca !important;
    cursor: pointer !important;
}

.btn-step-dev:hover {
    color: #229ecd;
}

.card-info-dev {
    cursor: pointer;
}


/* text */

.face-info-d-1,
.face-info-d-2,
.face-info-d-3,
.face-info-d-4 {
    opacity: 0;
    transition: 1s;
}

.face-img-info-1,
.face-img-info-2,
.face-img-info-3,
.face-img-info-4 {
    opacity: 1;
    transition: 1s;
}

.card-info-d-1,
.card-info-d-2,
.card-info-d-3,
.card-info-d-4 {
    min-height: 400px;
}

.line-dev {
    border-bottom: 1px solid white;
    height: 1px;
    width: 60%;
    margin: 12px;
}

@media (min-width: 993px) {
    .card-info-d-1,
    .card-info-d-2,
    .card-info-d-3,
    .card-info-d-4 {
        min-height: 0px !important;
    }
}

.card-info-d-1:hover>.face-info-d-1,
.card-info-d-2:hover>.face-info-d-2,
.card-info-d-3:hover>.face-info-d-3,
.card-info-d-4:hover>.face-info-d-4 {
    opacity: 1;
}

.card-info-d-1:hover>.face-img-info-1,
.card-info-d-2:hover>.face-img-info-2,
.card-info-d-3:hover>.face-img-info-3,
.card-info-d-4:hover>.face-img-info-4 {
    opacity: 0;
}

.container-tool {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #0f485d;
    color: white;
    left: 100%;
    background-image: url(/images/fondop-2.png);
    background-size: cover;
}

.container-api {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #229ecd;
    color: white;
    left: -100%;
    background-image: url(/images/fondop-1.png);
    background-size: cover;
}

.container-dev-tec {
    /* padding-top: 70px;
    padding-bottom: 70px; */
    align-items: center;
}

.logo-dev-tecnologies-api {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo-dev-tecnologies-tool {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn-no-available {
    background-color: #b5c5cc !important;
}

#btn-desk-api:hover .class-desk-api-3 {
    fill: #fff !important;
}

#btn-toolkit:hover .class-toolkit-4 {
    fill: #fff !important;
}


/*------------------------  INFO UNITY -------------------------------*/

.container-main-toolkit {
    background-size: cover;
    min-height: 560px;
    position: relative;
    background-image: url(/images/background_unity_tech.png);
    background-color: #2c3036;
}

.container-main-toolkit>div:first-child {
    height: 100%;
    padding-left: 60px;
    display: flex;
    align-items: center;
}

.container-main-toolkit>div:last-child {
    height: 100%;
    position: static;
}

.container-main-toolkit>div:last-child>img {
    position: absolute;
    bottom: 0px;
    right: 13%;
    width: 40%;
}

.btn-download-code>i {
    font-size: 20px;
}

.img-logo-toolkit-unity {
    width: 70%;
    height: 250px;
}

.first-info-container-unity {
    height: 413px;
    display: flex !important;
    position: relative;
}

.first-info-container-unity>div:first-child {
    padding: 5%;
}

.img-unity-file {
    height: 100%;
    position: relative;
    min-height: 200px;
    justify-content: center;
}

.img-unity-file>img {
    width: 100%;
    height: 400px;
    position: absolute;
    min-width: 250px;
    opacity: 0;
}

.second-info-container-unity>div:first-child {
    padding: 5%;
}

.img-mac-unity {
    height: 500px;
    position: relative;
}

.img-mac-unity>img:first-child {
    position: absolute;
    opacity: 1;
}

.img-mac-unity>img:last-child {
    position: absolute;
    opacity: 0;
}

.steps-unity-container {
    padding: 5%;
}


/*------------------------  INFO DESKTOP API -------------------------------*/

.container-main-desktop-api {
    background-size: cover;
    min-height: 560px;
    position: relative;
    background-image: url(/images/fondop-1.png);
    background-color: #2c3036;
}

.container-main-desktop-api>div:first-child {
    height: 100%;
    padding-left: 60px;
    display: flex;
    align-items: center;
}

.container-main-desktop-api>div:last-child {
    height: 100%;
    position: static;
}

.img-logo-desktop-api {
    width: 70%;
    height: 250px;
}

.btn-download-guide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-download-guide>svg {
    fill: #669dc8;
    width: 19px;
}

.first-info-container-desktop-api {
    display: flex;
    position: relative;
    min-height: 500px;
}

.first-info-container-desktop-api>div:first-child {
    padding: 5%;
}

.img-desktop-api-device {
    height: 340px;
    position: relative;
}

.img-desktop-api-device>img {
    position: absolute;
    opacity: 0;
    max-width: 800px;
}

.img-desktop-api-device>img:first-child {
    opacity: 1;
}

.second-info-container-desktop-api>div:first-child {
    padding: 5%;
}

.img-desktop-api-export {
    height: 400px;
    position: relative;
    display: flex;
    justify-content: center;
}

#img1-desktop-api-export {
    width: 78%;
    position: absolute;
    bottom: 0px;
    opacity: 1;
    min-width: 200px;
    max-width: 700px;
}

#img2-desktop-api-export {
    position: absolute;
    opacity: 0;
    bottom: 25%;
    left: 28%;
    width: 17%;
}

#img3-desktop-api-export {
    width: 78%;
    position: absolute;
    bottom: 0px;
    opacity: 0;
    min-width: 200px;
    max-width: 700px;
}

.steps-desktop-api-container {
    padding: 3%;
}

.img-windows-toolkit {
    width: 100% !important;
}


/*----*/

@media (min-width: 993px) {
    #img1-desktop-api-export,
    #img3-desktop-api-export {
        width: 90% !important;
    }
    #img2-desktop-api-export {
        width: 15% !important;
    }
    #img1-desktop-api-computer,
    #img2-desktop-api-computer,
    #img3-desktop-api-computer {
        width: 80% !important;
    }
    .container-main-toolkit>div:last-child>img {
        right: 10% !important;
    }
}

#img1-unity-computer,
#img2-unity-computer {
    width: 70% !important;
}

@media (min-width: 993px) {
    #img1-unity-computer,
    #img2-unity-computer {
        width: 75% !important;
    }
    .logo-dev-tecnologies-api {
        justify-content: flex-end !important;
    }
    .logo-dev-tecnologies-tool {
        justify-content: flex-start !important;
    }
}

@media (min-width: 820px) {
    .background-main-dev {
        background-size: 40% !important;
        min-height: 84vh !important;
    }
}

@media (max-width: 1320px) {
    .img-logo-desktop-api {
        width: 90% !important;
        height: 175px !important;
    }
    .img-desktop-api-export {
        height: 335px !important;
    }
    #img2-desktop-api-export {
        bottom: 28% !important;
    }
    .img-logo-toolkit-unity {
        width: 90% !important;
        height: 175px !important;
    }
}

.logo-dev-tecnologies-api,
.logo-dev-tecnologies-tool {
    justify-content: center;
}

@media (max-width: 993px) {
    #cont-unity-file {
        min-height: 600px;
    }
    .img-windows-toolkit {
        width: 90% !important;
    }
    .container-main-desktop-api,
    .container-main-toolkit {
        min-height: 420px !important;
    }
    .img-unity-file {
        top: -63px;
    }
}

@media (max-width: 663px) {
    .background-main-dev {
        min-height: 56vh;
        background-size: 75%;
    }
    .container-tool-back,
    .container-api-back {
        width: 15% !important;
    }
    .container-tool-back>i,
    .container-api-back>i {
        font-size: 20px;
        width: 318px;
        display: flex;
        justify-content: center;
    }
    .container-main-desktop-api>div:first-child,
    .container-main-toolkit>div:first-child {
        padding-left: 15px !important;
    }
    .container-main-desktop-api,
    .container-main-toolkit {
        justify-content: center !important;
    }
    .tittle-main-container-desktop-api,
    .tittle-main-container-unity {
        text-align: center;
    }
    .img-logo-toolkit-unity {
        width: 100% !important;
    }
    .container-btn-main-container-desktop-api,
    .container-btn-main-container-unity {
        display: flex;
        justify-content: center;
    }
    .container-btn-main-container-desktop-api>a,
    .container-btn-main-container-unity>a {
        padding: 10px !important;
    }
    .img-unity-file>img {
        height: 336px !important;
        left: 0px;
        top: -20px;
    }
    #cont-unity-file {
        min-height: 580px !important;
    }
    .img-desktop-api-export {
        height: 200px !important;
    }
    #img2-desktop-api-export {
        bottom: 25% !important;
    }
    #img1-desktop-api-computer,
    #img2-desktop-api-computer,
    #img3-desktop-api-computer {
        width: 90% !important;
    }
    .container-download-api>h2,
    .container-download-unity>h2 {
        text-align: center !important;
    }
    .container-download-api>a,
    .container-download-unity>a {
        margin: 10px !important;
        margin-top: 20px !important;
    }
    .img-mac-unity {
        height: 250px !important;
    }
    .img-mac-unity>img {
        width: 90% !important;
    }
}

@media (max-width: 767px) {
    .img-toolkit-dev,
    .img-toolkit-dev2,
    .img-api-dev,
    .img-api-dev2 {
        display: none !important;
    }
    .container-toolkit-unity-inside {
        padding-left: 9% !important;
        padding-right: 11% !important;
    }
    .logo-toolkit-inside>img {
        height: 60px !important;
    }
    .logo-desktop-inside {
        padding-bottom: 0px !important;
    }
    .logo-desktop-inside>img {
        height: 64px !important;
    }
}

.heavy-text {
    width: 230px;
    height: 60px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
}

.light-text {
    width: 172px;
    height: 60px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
}

.light-logo {
    width: 28px;
    height: 28px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    margin-right: 5px;
}