@media (max-width: 767px) {
    .xd {
        width: 100% !important;
        height: auto !important;
    }
	#relleno{
		display: none;
	}
	#section2{
		margin-top: 77px !important;
	}
	#jarallax-container-0{
		margin-top: 50px !important;
		height: 115% !important;
	}
}
.btn-equipo{
	background-color: transparent;
    border: none;
    color: white;
}
.text-justify10{
	text-align: justify !important;
}

#h-modal10{
	background-color: #8B1716;
}
#myModalLabel{
	color: white;
}
#btn-close10{
	color: #8b1717;
	border: none;
	border-radius: 5px;
}

.modal-body .description {
	margin-top: 10px;
	color: #555;
}

.modal-body .form-group {
	margin-bottom: 15px;
}

.modal-body .id-color {
	margin-right: 5px;
}

/* Estilos adicionales para la imagen */
#imgUsuario {
	height: 100%;
	width: 100%;
	object-fit: cover; /* Ajusta la imagen para que cubra todo el contenedor sin distorsionarse */
}


/*BOTONES DE WHATSAP*/

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	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;
    
    animation: shake 1s;

 
  animation-iteration-count: infinite;
}

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

.pulse{
	animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px #25d36657, rgba(0, 0, 0, 0.2);
	}
	100% {
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
}

@keyframes shake {
	0% { transform: translateY(0); }
	25% { transform: translateY(2.5px); }
	50% { transform: translateY(5px); }
	75% { transform: translateY(2.5px); }
	100% { transform: translateY(0); }
}
