 /* == Copyright Style - Gambuzzi Propiedades == */ 
 
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #505b77 #171d2b;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #171d2b;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #505b77;
    border-radius: 10px;
    border: 3px solid #171d2b;
  }

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.btn-whatsapp {
display: block !important;
position: fixed;
z-index: 9999999;
bottom: 20px;
right: 20px;
cursor: pointer;
border-radius:100px !important;
}

img.btn-whatsapp:hover{
border-radius:100px !important;
-webkit-box-shadow: 0px 0px 15px 0px rgba(7,94,84,1); 
-moz-box-shadow: 0px 0px 15px 0px rgba(7,94,84,1);
box-shadow: 0px 0px 15px 0px rgba(7,94,84,1);
transition-duration: 1s;
} 

/* Para pantallas inferiores a 1000px */
@media screen and (max-width: 1000px) {
	p {
		font-size:80%; 
                /* Reducimos al 80% los textos en pantallas inferiores a 1000px  */
	}
}
 
/* Para pantallas inferiores a 400px */
@media screen and (max-width: 400px) {
	p {
		font-size:70%;
		/* Reducimos al 70% los textos en pantallas inferiores a 400px  */
	}
}