html {
    scroll-behavior: smooth;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #1ab152;
}

.my-float {
    margin-top: 16px;
}

/* Estilo para el botón de WhatsApp (inferior derecha) */
.wsp {
    bottom: 40px; /* Posición inferior */
    right: 40px; /* Posición a la derecha */
}

/* Estilo para el botón de carrito (pegado al de WhatsApp, arriba) */
.carrito {
    bottom: 110px; /* Ajusta para que esté arriba del botón de WhatsApp */
    right: 40px; /* Se mantiene alineado a la derecha */
    background-color: #ff5733; /* Color de fondo diferente para el carrito */
}

.carrito:hover {
    background-color: #d44e1f; /* Cambio de color al pasar el mouse */
}

.section-heading {
	text-align: left;
	margin-bottom: 60px;
    margin-top: 30px;
	border-bottom: 1px solid #eee;
}

.section-heading h2 {
	font-size: 35px;
	font-weight: 400;
	color: #1e1e1e;
	margin-bottom: 15px;
}

 .section-heading a {
	float: right;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #134ca2;
}
