#boton_contactanos_whatsapp_portada {
	background-color: #012351;
	font-size: 1.75rem;
	font-family: Oswald;
	transition: background 0.3s;
  	animation: breathing 2s ease-in-out infinite;
}

#boton_contactanos_whatsapp_footer {
	background-color: #e46a37;
	font-size: 1.5rem;
	font-family: Oswald;
	transition: background 0.3s;
  	animation: breathing 2s ease-in-out infinite;
}

@keyframes breathing {
  	0% {
    	transform: scale(1);
  	}

  	50% {
    	transform: scale(1.1);
	}

  	100% {
    	transform: scale(1);
  	}
}

.efecto_deslizamiento {
  	opacity: 0;
  	transform: translateY(70px);
  	transition: all 1s ease-out;
}

.efecto_deslizamiento.activo {
  	opacity: 1;
  	transform: translateY(0);
}

.tarjeta_servicio {
	border: 2px solid #012351;
	opacity: 0;
	transform: translateY(36px);
  	transition: all 1s ease;
}

.tarjeta_servicio.visible {
  	opacity: 1;
  	transform: translateY(0);
}

.imagen_galeria {
	transition: filter 0.5s ease;
}

.imagen_galeria:hover {
  	filter: brightness(60%);
}

@media (min-width: 768px) {
	#logo {
		text-align: center;
	}

	#portada {
		height: 720px;
		background: url("imagenes/portada.jpeg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
	}

	#imagen_galeria_9 {
		height: 100%;
		object-fit: cover;
	}
}

@media (max-width: 767px) {
	#portada {
		height: 600px;
		background: url("imagenes/portada-2.jpeg");
		background-position: center;
	}

	#titulo_quienes_somos {
		text-align: center;
	}

  	#descripcion_quienes_somos {
  		text-align: center;
  		margin-bottom: 1.5rem;
  	}

  	#servicio_reparacion_de_fuentes_laser {
  		margin-bottom: 1.5rem;
  	}

  	#tarjeta_servicio_capacitacion {
  		margin-bottom: 1.5rem;
  	}

  	#tarjeta_servicio_venta_de_consumibles {
  		margin-bottom: 1.5rem;
  	}

  	#imagen_galeria {
  		margin-bottom: 1.5rem;
  	}

  	#imagen_galeria_2 {
  		margin-bottom: 1.5rem;
  	}

  	#imagen_galeria_4 {
  		margin-bottom: 1.5rem;
  	}

  	#imagen_galeria_6 {
  		margin-bottom: 1.5rem;
  	}

  	#imagen_galeria_7 {
  		margin-bottom: 1.5rem;
  	}

  	#imagen_galeria_9 {
  		margin-bottom: 1.5rem;
  	}

  	#derechos_de_autor {
  		margin-bottom: 1.5rem;
  	}

  	#menu_footer {
  		margin-bottom: 1.5rem;
  	}

  	#contacto {
  		margin-bottom: 1.5rem;
  	}
}