html,body{
    margin:0;
    padding:0;
  
}
html{
    scroll-behavior: smooth;
}

/* div{
    border:1px solid black;
} */

a{
    color:black;
}

a:hover{
    color:black;
}
.margin-top-30{
    margin-top: 30;
}

/* div{
    border: 1px solid black;
} */

.menu-bar{
    background-color: whitesmoke;
    height: 120px;
}
.menu-bar.row{
    margin:0;
    padding:0;
}
.list_btn{
    margin: auto;
}

.image_header{
    object-fit: cover;
    width: 100%;
}
.btn-header{
    border:1px solid black;
    display: inline-block;
    padding:10px;
    width: 150px;
    text-align: center;
    cursor: pointer;
}

.btn-header:hover{
    border:1px solid white;
    color:white;
    background-color: black;
    display: inline-block;
    padding:10px;
    width: 150px;
    text-align: center;
    cursor: pointer;
}

.container-content{
    margin: auto;
    width: 90%;
}

.content-margin{
    text-transform: uppercase;
    margin-top:50px;
}
.hr-bold{
    border:1px solid rgba(0,0,0,.15);
}
.image_area_part{
    text-align: center;
    margin: 0 15px 0 15px;
    display: inline-block;
}

.image_area_robot{
    text-align: center;
    margin: 50px 15px 0 15px;
    display: inline-block;
}

.part_image{
    cursor: pointer;
    object-fit: cover;
    width: 300px;
    height: 600px;
    transition: transform .2s;
}

#image_part:hover {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.6); 
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.6);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.6);
    transform: translateX(-50%) translateY(-50%) scale(1.6);
}

#image_part {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}

#image_part {
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 600px;
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%); 
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#imageDiv { 

    position: relative;
    height: 600px;
    width: 300px;
    overflow: hidden;
}


.hide_text{
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.chat_header{
    border-radius: 5px 5px 0 0;
    background-color: black;
    height: 50px;
}

.part_image_robot{
    object-fit: cover;
    width: 400px;
    height: 600px;
}


.name-tag-part,.name-tag-part-page{
    margin-top:20px;
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
}

.content-bottom{
    margin-top: 100px;
}
.box-white{
    padding:10px;
    /* border:1px solid black; */
    background-color: white;
}

.box-white-right{
    padding:10px;
    padding-left:50px;
    /* border:1px solid black; */
    background-color: white;
}

.lower_image{
    width:100%;
}

.map{
    object-fit: cover;
}

.row.container-content{
    margin-top:30px;
    margin-bottom: 50px;
}

.container-content-page{
    margin:auto;
    width: 90%;
}
.row.container-content-page{
    margin-top:30px;
    margin-bottom: 50px;
}



.box-border{
    padding:30px;
}

.box-border-gray{
    background-color: whitesmoke;
    padding:30px;
    border-radius: 15px;
}


/*-------------------------------------- Chat ---------------------------------------------*/

.icon-chat{
    position: fixed;
    bottom: 0;
    right:0;
    padding:25px;
    border:1px solid rgba(0,0,0,.15);
    margin: 0 25px 25px 0 ;
    background-color: whitesmoke;
    border-radius: 100%;
    cursor: pointer;
}

.chat-contacts{
    position: fixed;
    bottom: 0;
    right:0;
    padding:25px;
    margin: 0 75px 75px 0 ;
}

.icon-chat:hover{
    background-color: white;
}

.far.fa-comments{
    font-size: 50px;
}

.chat-box{
    position: absolute;
    top:-370;
    left:-200;
    width:305px;
    height: 350px;
    border-radius: 10px;
    background-color: whitesmoke;
    border:1px solid rgba(0,0,0,.15);
}

.chat-input-panel{
    position: absolute;
    bottom: 15;
    left:15;
    width: 100%;
    text-align: center;
    
}

.input-chat{
    /* border:1px solid black; */
    padding-right: 0;
}

.text-area-chat{
    border:1px solid rgba(0,0,0,.1);
    background-color: white;
    margin:auto;
    margin-top: 20px;
    height: 75%;
    width: 88%;    
    overflow-y: scroll;
}

.area_box_right{
    width: 100%;
    height: auto;
    text-align: right;
}

.area_box{
    width: 100%;
    height: auto;
}

.area_box .chat-balloon-right{
    justify-content: right;
    text-align: right;
    justify-self: right;
    justify-items: right;
}

.chat-balloon-left{
    min-width: 10px;
    max-width:180px;
    min-height: 10px;
    border: 1px solid rgba(0,0,0,.1);
    background-color: whitesmoke;
    border-radius: 5px;
    padding:5px;
    margin:5px;
    display: inline-block;
}


.chat-balloon-left span{
    word-wrap: break-word;
}

.chat-balloon-right{
    min-width: 10px;
    max-width:180px;
    min-height: 10px;
    border: 1px solid rgba(0,0,0,.1);
    background-color: #4bcffa;
    border-radius: 5px;
    padding:5px;
    margin:5px;
    display: inline-block;
    text-align: left;
}

.chat-balloon-right span{
    word-wrap: break-word;
}

.gmap{
    width:100%;
    height:450px;
}


@media only screen and (max-width: 600px) {
    .image_header{
        height: 250px;
    }

    .col-6.content-middle{
        width:100%;
    }
    .col-4.box-border-gray{
        width: 100%;
        height: 350px;
    }
    .col-4.box-border{
        width: 100%;
        height: 350px;
        margin: 50px 0 50px 0;
    }

    .gmap{
        margin-top:50px;
        width:100%;
        height:250px;
    }
    .image_area_robot{
        width: 100%;
        text-align: center;
        margin: 50px 15px 50px 15px;
        display: inline-block;
    }
    .row.container-content-page{
        /* border:1px solid black; */
        margin:auto;
    }
    .part_image{
        height:250px;
    }

    .part_image_robot{
        width:100%;
        height:250px;
        padding-right:25px;
        /* padding-left:10px; */
    }

    .name-tag-part-page{
        text-align: center;
        margin-right:25px;
    }

    .list_btn{
        display: none;
    }

    
}


@media only screen and (max-width: 1200px) {
    .image_header{
        height: 250px;
    }

    .col-6.content-middle{
        width:100%;
    }
    .col-4.box-border-gray{
        width: 100%;
        height: 350px;
    }
    .col-4.box-border{
        width: 100%;
        height: 350px;
        margin: 50px 0 50px 0;
    }

    .gmap{
        margin-top:50px;
        width:100%;
        height:250px;
    }
    .list_btn{
        display: none;
    }
}

