/**

Theme Name: Ibiza Brand Child

Author: Vicente Ferrer

Author URI: https://ibizabrand.com

Description: IbizaBrand is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, IbizaBrand comes with schema.org code integrated so search engines will love your site. IbizaBrand offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Vicente Ferrer. Looking for a perfect base theme? Look no further. IbizaBrand is fast, fully customizable and beautiful theme!

Version: 1.0.3

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: ibiza-brand-child

Template: astra

*/

#floating-div {
  position: fixed;
  top: 62vh;
  right: 0.4rem;
  color: #fff;
  background-color: #8c1432; /* azul */
  border-radius: 10px;
  padding: 10px 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  z-index: 99;
}
#floating-div:hover {
  background-color: black;
}
#contact-div {
  position: fixed;
  top: 70vh;
  right: 0.4rem;
  color: #fff;
  background-color: #8c1432; /* azul */
  border-radius: 10px;
  padding: 10px 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  z-index: 99;
}
#contact-div:hover {
  background-color: black;
}
