



.btn_chat_content{
	position: fixed;
	z-index: 1000;
    right: 0;
    bottom: 0;

    height: 120px;
    width: 200px;

    display: flex;
    justify-content: center;
    align-items: center;

 /*   background-color: #00008b9e;*/

}


/* Si es menor a */
@media (max-width: 600px){
	.btn_chat_content{
	    width: 137px;
	}
}


#btn_chat_icon_messenger{
	background-color: white;
	color: var(--main-color_principal);
    border-radius: 50%;

    width: 40px;
    height: 40px;

    display: flex;
    justify-content: center;
    align-items: center;	

    -webkit-box-shadow: 6px 11px 9px 3px #00000059;
    box-shadow: 		6px 11px 9px 3px #00000059;
}


#btn_chat_icon_whatsappp_2{
	font-style: normal;
    background-color: white;
    color: var(--main-color_principal);
    border-radius: 50%;
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;

    -webkit-box-shadow: 4px 11px 7px -1px #00000059;
    box-shadow: 		4px 11px 7px -1px #00000059;
}