.btn-flotante {
	font-size: 16px; /* Cambiar el tamaño de la tipografia */
	text-transform: uppercase; /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #ffffff; /* Color del texto */
	border-radius: 100px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: #13b033; /* Color de fondo */
	padding: 1px 1px; /* Relleno del boton */
	position: fixed;
	bottom: 40px;
	right: 40px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}
.btn-flotante:hover {
	transform: translateY(-7px);
}
@media only screen and (max-width: 600px) {
 	.btn-flotante {
		bottom: 20px;
		right: 20px;
	}
} 
#mapa {
	width: 100%;
	height: 500px;
	border: 1px solid #000;
	}
.contacts-wrapper__360 {
	height: 450px;
	width: 100%;
}
@media only screen and (min-width:1200px) {
	.contacts-wrapper__360 {
	position: relative;
	top: 20px;
	left: 0;
	width: 100%;
	height: 470px;
	margin: 0;
	}
}
 
  .container360 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	width: 100%;
	height: 500px;
  }
  